@import "../icon/icon.css";
@import "shortcodes.css";
@import "animation.css";
@import "animate.min.css";
@import "swiper-bundle.min.css";
@import "../font/font.css";
@import "bootstrap.css";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    min-height: 100%;
    background: #070816;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    --skinbazaar-page-bg: #070816;
    --skinbazaar-shell-bg: #101116;
    --skinbazaar-panel-bg: #12141c;
    --skinbazaar-panel-soft-bg: #171923;
    --skinbazaar-border-soft: rgba(255, 255, 255, 0.075);
    --skinbazaar-text-muted: #9ca3b7;
    --skinbazaar-accent: #443cff;
    min-height: 100%;
    background: var(--skinbazaar-page-bg);
    line-height: 1;
    padding: 0 !important;
}

body.background-white {
    background: var(--skinbazaar-page-bg);
}

#root {
    min-height: 100vh;
    background: var(--skinbazaar-page-bg);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

blockquote,
q {
    quotes: none
}

a img {
    border: 0
}

img {
    max-width: 100%;
    height: auto;
}

select {
    max-width: 100%
}

/* General
-------------------------------------------------------------- */

body,
button,
input,
select,
textarea {
    font-family: 'Manrope', sans-serif;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    overflow-y: auto;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #7A798A;
}

strong,
b,
cite {
    font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
    font-style: italic;
}

abbr,
acronym {
    border-bottom: 1px dotted #e0e0e0;
    cursor: help;
}

.btn-link:focus,
.btn-link:hover,
mark,
ins {
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

address {
    font-style: italic;
    margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
    margin: 20px 0;
    padding: 4px 12px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    overflow-x: auto;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    border-radius: 0;
    height: auto;
}

svg,
svg path {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Elements
-------------------------------------------------------------- */

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

hr {
    margin-bottom: 20px;
    border: dashed 1px #ccc;
}


/* List */

ul,
ol {
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
}

li {
    list-style: none;
}

ul li,
ol li {
    padding: 0;
}

dl,
dd {
    margin: 0 0 20px;
}

dt {
    font-weight: bold;
}

del,
.disable {
    text-decoration: line-through;
    filter: alpha(opacity=50);
    opacity: 0.5;
}


/* Table */

table,
th,
td {
    border: 1px solid #343444;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 30px;
    table-layout: fixed;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 8px 12px;
}

/* Media */

embed,
object,
video {
    margin-bottom: 20px;
    max-width: 100%;
    vertical-align: middle;
}

p>embed,
p>iframe,
p>object,
p>video {
    margin-bottom: 0;
}

/* Forms
-------------------------------------------------------------- */
/* Fixes */

button,
input {
    line-height: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    vertical-align: baseline;
}

input,
textarea,
select {
    font-size: 14px;
    max-width: 100%;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.53), rgba(255, 255, 255, 0.53));
    /* Removing the inner shadow on iOS inputs */
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
}

input[type="checkbox"] {
    display: inline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: button;
    border: 0;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
    vertical-align: sub;
    /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/* Remove chrome yellow autofill */

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset
}


/* Reset search styling */

input[type="search"] {
    outline: 0
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none
}

textarea.style-1,
input.style-1 {
    background-color: var(--skinbazaar-panel-bg) !important;
}

.search.search-submit {
    position: absolute;
    right: 18px;
    top: 1px;
    background: transparent;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
}

/* Contact Form 7 */
fieldset {
    margin-bottom: 30px;
    width: 100%;
}

form label {
    color: #FFF;
    font-family: 'Manrope';
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 16px;
}

.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form input {
    margin-bottom: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
}

.select {
    position: relative;
    overflow: hidden;
}

.select::after {
    font-family: 'icomoon';
    content: '\e914';
    font-size: 14px;
    right: 10px;
    font-weight: 600;
    color: #1F1F2C;
    display: block;
    position: absolute;
    background: 0 0;
    top: 50%;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

select {
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-family: inherit;
    line-height: 22px;
    border-radius: 12px;
    padding: 15px 26px;
    width: 100%;
    background: #161616;
    color: #fff;
}

select option {
    padding: 15px 26px;
    font-size: 15px;
    line-height: 24px;
    color: #1F1F2C;
    background-color: #fff;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-family: inherit;
    line-height: 22px;
    border-radius: 12px;
    padding: 15px 26px;
    width: 100%;
    background: #161616;
    color: #fff;
}

/* Input focus */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="time"]::placeholder,
input[type="week"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="color"]::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    font-family: inherit;
    color: rgba(255, 255, 255, 0.53);
}

/* Button */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    background-color: var(--skinbazaar-accent);
    color: rgba(22, 22, 22, 1);
    border-radius: 14px;
    padding: 10px;
    height: 50px;
    border: none;
    display: inline-block;
    -webkit-appearance: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

button.style-1,
input.style-1[type="button"],
input.style-1[type="reset"],
input.style-1[type="submit"] {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: var(--skinbazaar-accent);
    background-color: rgba(22, 22, 22, 1);
    border-radius: 14px;
    padding: 10px;
    height: 50px;
    border: none;
    display: inline-block;
    -webkit-appearance: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

/* Button hover + focus */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 0;
    border: none;
    background-color: rgba(22, 22, 22, 1);
    /* color: var(--skinbazaar-accent); */
}

button.style-1:hover,
input.style-1[type="button"]:hover,
input.style-1[type="reset"]:hover,
input.style-1[type="submit"]:hover,
button.style-1:focus,
input.style-1[type="button"]:focus,
input.style-1[type="reset"]:focus,
input.style-1[type="submit"]:focus {
    outline: 0;
    border: none;
    color: rgba(22, 22, 22, 1);
    background-color: var(--skinbazaar-accent);
}

/* .btn-submit button[type="submit"]:hover {
    background-color: #FFF;
    color: rgba(22, 22, 22, 1);
} */

.btn-submit button.active {
    background-color: #FFF;
    color: rgba(22, 22, 22, 1);
}

textarea {
    height: 180px;
}

input.style-2 {
    padding: 14px 26px;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

/* Placeholder color */
::-webkit-input-placeholder {
    color: #8A8AA0;
}

:-moz-placeholder {
    color: #8A8AA0;
}

::-moz-placeholder {
    color: #8A8AA0;
    opacity: 1;
}

.error {
    font-size: 16px;
    color: var(--primary-color2);
    margin-bottom: 10px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}


/* Since FF19 lowers the opacity of the placeholder by default */

:-ms-input-placeholder {
    color: #8A8AA0;
}

/* Typography
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 15px;
}

/* Extra classes
-------------------------------------------------------------- */
.msg-success {
    background: linear-gradient(to right, #E250E5, #4B50E6, #E250E5);
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: 700;
    background-size: 200% 200%;
    animation: rainbow 2s ease-in-out infinite;
    color: rgb(0 0 0 / 0);
    transition: color .2s ease-in-out;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

label.error {
    color: #ff0000;
}

.hidden {
    display: none;
}

.block {
    display: block;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed !important;
}

.position-unset {
    position: unset;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-grow {
    flex-grow: 1;
}

.gap30 {
    gap: 30px;
}

.gap4 {
    gap: 4px;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.justify-between {
    justify-content: space-between;
}

.items-center {
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.text-end {
    text-align: end;
}

.text-center {
    text-align: center;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.pl-2-5 {
    padding-left: 2.5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-16 {
    padding-bottom: 16px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-38 {
    padding-bottom: 38px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-48 {
    padding-bottom: 48px !important;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-10 {
    margin-top: 10px;
}

.mr-30 {
    margin-right: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mr-20 {
    margin-right: 20px;
}

.mt-18 {
    margin-top: 18px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-17 {
    margin-top: 17px;
}

.mt-16 {
    margin-top: 16px;
}

.mr-16 {
    margin-right: 16px;
}

.mr-10 {
    margin-right: 10px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.tf-color {
    color: var(--skinbazaar-accent) !important;
}

.divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}

.mw-667 {
    max-width: 667px !important;
}

.w242 {
    width: 242.5px;
}

.rotateZ90 {
    transform: rotateZ(90deg);
}

/* .fl-item-1,
.fl-item {
    display: none;
} */
.opacity-01 {
    opacity: 0.1;
}

.no-bg {
    background: none !important;
}

.capitalize {
    text-transform: capitalize;
}

#wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    min-height: 100%;
    background: var(--skinbazaar-page-bg);
}

#page {
    min-height: 100vh;
    background: var(--skinbazaar-page-bg);
}

/* link style
-------------------------------------------------------------- */
a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    color: var(--skinbazaar-accent);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Header
-------------------------------------------------------------- */
.header_1 {
    position: relative;
    z-index: 100;
    height: 57px;
    width: 100%;
    border: none;
    padding-right: 0 !important;
}

#site-logo {
    height: 57px;
}

#site-logo-inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flat-wallet {
    display: flex;
    gap: 28px;
    position: absolute;
    padding: 6px 0 7px 0;
    right: 15px;
    top: 0;
    justify-content: end;
    align-items: center;
}

.canvas {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.canvas span,
.canvas::before,
.canvas::after {
    position: absolute;
    content: "";
    height: 3px;
    background-color: #fff;
    border-radius: 5px;
    right: 2.5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.canvas span {
    width: 25px;
    top: 50%;
}

.canvas::after {
    width: 13px;
    top: 75%;
}

.canvas::before {
    width: 19px;
    top: 25%;
}

.canvas.style-1 span,
.canvas.style-1::before {
    background-color: rgba(22, 22, 22, 1);
}

.canvas.style-1::after {
    background-color: var(--skinbazaar-accent);
}

/* main-nav */
.header_1 #main-nav {
    position: absolute;
    left: 22.48%;
    top: 50%;
    z-index: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#main-nav ul li {
    position: relative;
}

#main-nav>ul>li {
    float: left;
    padding: 16px 16px 18px 15px;
    cursor: pointer;
}

#main-nav>ul>li>a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
}

#main-nav>ul>li.menu-item-has-children>a {
    padding-right: 18px;
}

#main-nav>.menu>li.menu-item-has-children>a::after {
    content: '\e914';
    font-family: 'icomoon';
    font-weight: 300;
    opacity: 0.3;
    position: absolute;
    font-size: 12px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#main-nav>ul>li:hover>a,
#main-nav>.menu>li:hover>a::after,
#main-nav>.menu>li.current-menu-item>a::after {
    color: var(--skinbazaar-accent);
    opacity: 1;
}

#main-nav>ul>li.current-menu-item>a {
    color: var(--skinbazaar-accent);
    font-weight: 800;
}

/* sub-menu */
#main-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 260px;
    padding: 15px 0;
    background-color: #000000;
    border-radius: 7px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
}

#main-nav .sub-menu li a {
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 12px 36px;
    font-weight: 500;
}

#main-nav li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

#main-nav .sub-menu li.current-item>a,
#main-nav .sub-menu li a:hover {
    color: var(--skinbazaar-accent);
}

#main-nav>ul>li .sub-menu li {
    position: relative;
}

#main-nav>ul>li .sub-menu li a {
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
}

#main-nav .nav-sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -40% !important;
    left: 100%;
    background-color: #000000;
    z-index: 20;
    transition: ease-out 0.3s;
    min-width: 240px;
    border: 1px solid #161616;
    border-radius: 8px;
    text-align: start;
    padding: 15px 0;
}

#main-nav .sub-menu li:hover .nav-sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    pointer-events: all;
}

#main-nav .sub-menu li.has-item a {
    position: relative;
}

#main-nav .sub-menu li.has-item>a::before {
    position: absolute;
    content: '\e912';
    font-family: 'icomoon';
    right: 36px;
}

/* style-white */
.header_1.style-white {
    background: #fff;
}

.header_1.style-white .tf-button {
    background-color: #DEE8E8;
}

.header_1.style-white .tf-button:hover {
    background-color: var(--skinbazaar-accent);
}

.header_1.style-white #main-nav>ul>li>a {
    color: #161616;
}

.header_1.style-white #main-nav>.menu>li.current-menu-item>a::after,
.header_1.style-white #main-nav>.menu>li:hover>a::after,
.header_1.style-white #main-nav>ul>li:hover>a {
    color: #161616;
}

.header_1.style-white.is-fixed {
    background-color: #fff;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.06);
}

/* header-full */
.header_1.header-full {
    height: 98px !important;
    border-bottom: 1px solid rgba(153, 153, 153, 0.08);
}

.header_1.header-full .container-fluid {
    padding: 20px 33px 21px 50px;
}

.header_1.header-full #main-nav {
    left: 19.2%;
}

.header_1.header-full .widget-search input {
    width: 580px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px 18px;
    font-family: 'Manrope';
    font-weight: 400;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.5);
}

.header_1.header-full .widget-search input::placeholder {
    font-family: 'Manrope';
    font-weight: 400;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.5);
}

.header_1.header-full .widget-search button {
    height: 44px;
    font-size: 18px;
    padding: 10px 0;
}

.header_1.header-full #wallet-header a {
    background: #DEE8E8;
}

.header_1.header-full #wallet-header a:hover {
    background: var(--skinbazaar-accent);
}

/* Mobile Menu Button */
.mobile-button {
    display: none;
    position: absolute;
    width: 26px;
    height: 26px;
    top: 50%;
    right: 15px;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobile-button:before,
.mobile-button:after,
.mobile-button span {
    background-color: #ffffff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.header_1.style-white .mobile-button::before,
.header_1.style-white .mobile-button::after,
.header_1.style-white .mobile-button span {
    background: linear-gradient(180deg, #14151a 0, #101114 220px, #101114 100%);
}

.mobile-button:before,
.mobile-button:after {
    content: '';
    position: absolute;
    top: 0;
    height: 3px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.mobile-button span {
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
}

.mobile-button:before {
    -webkit-transform: translate3d(0, -7px, 0);
    -moz-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}

.mobile-button:after {
    -webkit-transform: translate3d(0, 7px, 0);
    -moz-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}

/* footer */
#footer {
    padding: 52px 0 26px;
    background: var(--skinbazaar-shell-bg);
    /* background-image: url(../images/backgroup-section/bg-footer.jpg); */
}

#footer .widget {
    margin-right: 55px;
}

#footer .footer-content-compact {
    align-items: flex-start;
    display: grid;
    grid-template-columns: minmax(260px, 1.35fr) minmax(150px, 0.8fr) minmax(150px, 0.8fr) minmax(230px, 1fr);
    gap: 34px;
    padding: 10px;
    /* border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.025); */
}

#footer .footer-content-compact .widget-logo {
    flex: initial;
}

#footer .footer-content-compact .widget,
#footer .footer-content-compact .widget-last {
    margin-right: 0;
}

#footer .footer-link-column {
    min-width: 0;
}

#footer .footer-brand-text {
    max-width: 300px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 14px;
    line-height: 22px;
}

#footer .logo-footer img {
    max-width: 190px;
}

#footer .widget-social ul {
    gap: 10px;
    flex-wrap: wrap;
}

#footer .widget-social ul li {
    margin-right: 0;
}

#footer .widget-social ul li a {
    width: 42px;
    height: 42px;
}

@media (max-width: 991px) {
    #footer .footer-content-compact {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    #footer .footer-content-compact .widget-logo {
        grid-column: 1 / -1;
    }

    #footer .footer-content-compact .footer-link-column {
        min-width: 0;
        width: auto;
    }
}

@media (max-width: 575px) {
    #footer .footer-content-compact {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 22px;
    }

    #footer .footer-content-compact .footer-link-column,
    #footer .footer-content-compact .widget-last {
        width: 100%;
    }

    #footer .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}

#footer .title-widget {
    font-weight: 800;
    line-height: 25px;
    margin-bottom: 20px;
}

.widget-menu ul li {
    margin-bottom: 5px;
}

.widget-menu ul li:last-child {
    margin-bottom: 0;
}

.widget-menu ul li a {
    color: rgba(255, 255, 255, 0.53);
    ;
    font-size: 14px;
    font-family: inherit;
    line-height: 22px;
    position: relative;
}

.widget-menu ul li a:hover {
    color: var(--skinbazaar-accent);
}

.widget-menu ul li a::after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    background: var(--skinbazaar-accent);
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-menu ul li a:hover::after {
    width: 100%;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* widget-social */
.widget-social ul li {
    margin-right: 10px;
}

.widget-social ul li:last-child {
    margin-right: 0;
}

.widget-social ul li a {
    width: 38px;
    height: 38px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 9px;
}

.widget-social a:hover {
    color: #fff;
}

.widget-social .icon-facebook:hover {
    background-color: rgba(24, 119, 242, 1) !important;
}

.widget-social .icon-twitter:hover {
    background-color: rgb(29, 155, 240) !important;
}

.widget-social .icon-vt:hover {
    background-color: #5865f2 !important;
}

.widget-social .icon-tiktok:hover {
    background-color: black !important;
}

.widget-social .icon-youtube:hover {
    background-color: #c00 !important;
}

.widget-social .icon-linkedin2:hover {
    background-color: #0a66c2 !important;
}

.widget-social .icon-instagram:hover {
    background-color: #C13584 !important;
}

.footer-bottom {
    margin-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.53);
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.53);
    font-size: 14px;
    font-family: inherit;
    line-height: 22px;
}

.footer-bottom ul li {
    margin-left: 30px;
}

.footer-bottom ul li a {
    color: rgba(255, 255, 255, 0.53);
    font-family: inherit;
    font-size: 14px;
    line-height: 22px;
}

.footer-bottom ul li a:hover {
    color: var(--skinbazaar-accent);
}

/* style-1 */
.footer-bottom.style-1 {
    margin-top: 0;
}

.footer-bottom.style-1 .widget-social ul li {
    margin-left: 0;
}

.footer-bottom.style-1 .widget-social ul li a {
    color: #fff;
}

/* bg-white */
#footer.bg-white {
    background-color: #fff;
}

#footer.bg-white .widget {
    margin-right: 80px;
}

#footer.bg-white .icon-vt:before,
#footer.bg-white .widget-menu ul li a,
#footer.bg-white .title-widget {
    color: rgba(22, 22, 22, 1);
}

#footer.bg-white .widget-social ul li a {
    color: rgba(22, 22, 22, 1);
    background-color: rgba(22, 22, 22, 0.05);
}

#footer.bg-white a.icon-vt:hover:before,
#footer.bg-white .widget-social ul li a:hover {
    color: #fff !important;
}

#footer.bg-white .footer-bottom {
    border-color: rgba(22, 22, 22, 0.08);
}

#footer.bg-white .footer-bottom ul li a,
#footer.bg-white .footer-bottom p {
    color: #161616;
    font-size: 12px;
    line-height: 19px;
}

/* heading-section */
.heading-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.heading-section .tf-title {
    font-size: 32px;
    font-weight: 800;
    line-height: 44px;
    /* text-transform: capitalize; */
    z-index: 10;
}

.heading-section a {
    font-size: 14px;
    font-weight: 800;
    line-height: 19px;
    /* text-transform: capitalize; */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

.heading-section a i {
    padding: 4px;
    margin-left: 3px;
    font-size: 10px;
    border-radius: 20px;
    border-color: transparent;
    background: none;
}

.heading-section a::after {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 1px;
    right: 0;
    content: '';
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.10);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.heading-section a:hover::after {
    width: 107%;
}

.background-white .heading-section a,
.background-white .heading-section .tf-title {
    color: #161616;
}

.background-white .heading-section a::after {
    background-color: rgba(22, 22, 22, 0.10);
}

/* section-menu-left */
.section-menu-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: var(--skinbazaar-shell-bg);
    width: 281px;
    padding: 40px 0px;
    z-index: 30;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.section-menu-left>.wrap-bottom {
    position: fixed;
    bottom: 49px;
    width: 281px;
    padding: 0 30px;
}

.section-menu-left .list-menu,
.section-menu-left .box-logo {
    padding: 0 30px;
}

.section-menu-left .connect {
    padding: 26px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.section-menu-left .connect a {
    width: 100%;
}

.tf-button.style-1.type-1 {
    background-color: rgba(255, 255, 255, 0.05);
    color: #DEE8E8;
}

.tf-button.style-1.type-1:hover {
    background-color: var(--skinbazaar-accent);
    color: #fff;
}

.section-menu-left .list-menu>ul>li {
    font-size: 15px;
    font-weight: 800;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.section-menu-left .list-menu>ul>li:last-child {
    margin-bottom: 0;
}

.section-menu-left .list-menu>ul>li>a {
    color: rgba(255, 255, 255, 0.4);
    display: inline-block;
    padding: 13px 10px 11px 44px;
    border-radius: 12px;
    width: 100%;
    font-size: 15px;
    font-weight: 800;
    line-height: 22px;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
}

.section-menu-left .list-menu>ul>li>a i {
    font-size: 18px;
    padding: 2px;
    position: absolute;
    top: 12px;
    left: 9px;
}

.section-menu-left .list-menu>ul>li>a i::before {
    color: rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

.section-menu-left .list-menu>ul>li.active>a i::before,
.section-menu-left .list-menu>ul>li>a:hover i::before {
    color: rgba(22, 22, 22, 1);
}

.section-menu-left .list-menu li.active>a,
.section-menu-left .list-menu>ul>li>a:hover {
    box-shadow: 0px 4px 20px 0px rgba(221, 242, 71, 0.30);
    color: #161616;
    background: var(--skinbazaar-accent);
}

.section-menu-left .list-menu>ul>li.has-item>a::before {
    content: '\e914';
    font-family: 'icomoon';
    font-weight: 100;
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 22px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.section-menu-left .list-menu>ul>li.has-item.active>a::before {
    transform: rotate(180deg);
}

.section-menu-left .list-menu>ul>li.language img {
    position: absolute;
    top: 12px;
    left: 10px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    padding: 3px;
    border-radius: 50%;
    border: 1px solid #D0D0D1;
    background: linear-gradient(180deg, #14151a 0, #101114 220px, #101114 100%);
}

.section-menu-left .list-menu ul.sub-item {
    display: none;
    margin-top: 19px;
    margin-bottom: 17px;
    padding-left: 22px;
    margin-left: 21px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.section-menu-left .list-menu li ul.sub-item.active {
    display: block;
}

.section-menu-left .list-menu ul.sub-item li {
    margin-bottom: 28px;
    padding-left: 16px;
    position: relative;
}

.section-menu-left .list-menu ul.sub-item li:last-child {
    margin-bottom: 0px;
}

.section-menu-left .list-menu ul.sub-item li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #D9DADC;
    border-radius: 50%;
    width: 4px;
    height: 4px;
}

.section-menu-left .list-menu ul.sub-item li a {
    color: rgba(255, 255, 255, 0.4);
}

.section-menu-left .list-menu ul.sub-item li:hover::before {
    background-color: var(--skinbazaar-accent);
}

.section-menu-left .list-menu ul.sub-item li:hover a {
    color: var(--skinbazaar-accent);
}

.section-menu-left .language ul.sub-item {
    position: absolute;
    background: linear-gradient(180deg, #14151a 0, #101114 220px, #101114 100%);
    width: 100%;
    z-index: 1;
    margin: 0;
    padding-left: 0px;
    border-radius: 10px;
}

.section-menu-left .language ul.sub-item li {
    padding: 12px 8px 10px 43px;
    margin-bottom: 0;
    cursor: pointer;
}

.section-menu-left .language ul.sub-item li::before {
    display: none;
}

.section-menu-left .menu-bottom {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.section-menu-left .bottom {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    position: fixed;
    bottom: 39px;
    width: 281px;
}

.section-menu-left .bottom p {
    color: rgba(255, 255, 255, 0.53);
    font-size: 12px;
    font-family: inherit;
    font-weight: 400;
    line-height: 19px;
    padding: 0 30px;
}

.section-menu-left .create {
    padding: 26px 30.5px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.section-menu-left .create a.tf-button {
    width: 100%;
    background-color: #DEE8E8;
    color: #161616;
    cursor: pointer;
}

.section-menu-left .create a.tf-button.active {
    color: #161616;
    background-color: var(--skinbazaar-accent);
}

.section-menu-left .content h6 {
    padding: 0 30px;
    font-size: 14px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 9px;
}

.section-menu-left ul.menu-tab li {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 6px;
    padding: 12px 30px 12px 64px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.section-menu-left ul.menu-tab li::before {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 6px;
    height: 24px;
    content: "";
    top: 50%;
    left: 0;
    background-color: var(--skinbazaar-accent);
    border-radius: 999px;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.section-menu-left ul.menu-tab li.active:before,
.section-menu-left ul.menu-tab li:hover:before {
    opacity: 1;
    visibility: visible;
}

.section-menu-left ul.menu-tab li.active,
.section-menu-left ul.menu-tab li:hover {
    color: var(--skinbazaar-accent);
}

.section-menu-left ul.menu-tab li svg {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 30px;
}

.section-menu-left ul.menu-tab li.active svg:first-child,
.section-menu-left ul.menu-tab li svg:last-child,
.section-menu-left ul.menu-tab li:hover svg:first-child {
    opacity: 0;
    visibility: hidden;
}

.section-menu-left ul.menu-tab li.active svg:last-child,
.section-menu-left ul.menu-tab li:hover svg:last-child {
    opacity: 1;
    visibility: visible;
}

/* canvas */
.canvas-nav-wrap .overlay-canvas-nav {
    cursor: url(../images/close.svg), auto;
    content: '';
    position: fixed;
    right: 0%;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%);
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.canvas-nav-wrap.active .overlay-canvas-nav {
    opacity: 1;
    visibility: visible;
}

.canvas-nav-wrap.active .overlay-canvas-nav i {
    font-size: 25px;
    margin-right: 20px;
    color: #FFFFFF;
}

.canvas-nav-wrap .inner-canvas-nav {
    width: 340px;
    height: 100%;
    top: 0;
    right: -340px;
    position: fixed;
    background: var(--skinbazaar-shell-bg);
    z-index: 999999;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.canvas-nav-wrap .inner-canvas-nav::-webkit-scrollbar {
    width: 0px;
}

.canvas-nav-wrap.active .inner-canvas-nav {
    right: 0;
}

.inner-canvas-nav .side-bar {
    padding: 30px;
    position: relative;
}

.inner-canvas-nav .side-bar .canvas-nav-close {
    position: absolute;
    top: 50px;
    right: 30px;
    cursor: pointer;
    background: none;
}

/* mobile header */
/* ------------------------------------ */
.mobile-nav-wrap .overlay-mobile-nav {
    cursor: url(../images/close.svg), auto;
    content: '';
    position: fixed;
    left: 100%;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%);
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobile-nav-wrap.active .overlay-mobile-nav {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.mobile-nav-wrap.active .overlay-mobile-nav i {
    font-size: 25px;
    margin-right: 20px;
    color: #FFFFFF;
}

.mobile-nav-wrap .inner-mobile-nav {
    width: 320px;
    height: 100%;
    top: 0;
    left: -340px;
    position: fixed;
    background: var(--skinbazaar-shell-bg);
    z-index: 999999;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mobile-nav-wrap .inner-mobile-nav::-webkit-scrollbar {
    width: 0px;
}

.mobile-nav-wrap.active .inner-mobile-nav {
    left: 0;
    transition-delay: 0.3s;
}

.inner-mobile-nav {
    padding: 30px;
    position: relative;
}

.inner-mobile-nav .mobile-nav-close {
    position: absolute;
    top: 50px;
    right: 30px;
    cursor: pointer;
}

/* menu-mobile-menu */
#menu-mobile-menu {
    margin-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 30px;
}

#menu-mobile-menu {
    display: flex;
    flex-direction: column;
}

#menu-mobile-menu>li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 15px 0px;
    cursor: pointer;
}

#menu-mobile-menu>li .sub-menu-mobile li:last-child,
#menu-mobile-menu>li:last-child {
    border: none;
}

#menu-mobile-menu li a {
    font-family: 'Manrope';
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
}

#menu-mobile-menu li.current-menu-item>a,
#menu-mobile-menu li a:hover,
#menu-mobile-menu li.current-item a {
    color: var(--skinbazaar-accent);
}

#menu-mobile-menu li.menu-item-has-children-mobile>a::after {
    content: '\e914';
    position: absolute;
    font-family: 'icomoon';
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 17px;
    line-height: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu-mobile-menu>li.active a::after {
    transform: rotate(180deg);
}

#menu-mobile-menu>li .sub-menu-mobile {
    border-radius: 8px;
    display: none;
    text-align: start;
    overflow: hidden;
}

#menu-mobile-menu>li .sub-menu-mobile li {
    padding-left: 15px;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
}

#menu-mobile-menu>li .sub-menu-mobile a {
    font-family: 'Manrope';
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}


/*Header fixed
-------------------------------- */
.header_1.is-fixed {
    position: fixed;
    padding: 0;
    top: -100%;
    left: 0;
    width: 100%;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.05);
    z-index: 9999;
    background: linear-gradient(180deg, #14151a 0 100%);
    /* background: linear-gradient(180deg, #14151a 0, #101114 220px, #101114 100%); */
    border: none;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header_1.is-fixed.is-small {
    top: 0;
    height: 87px;
}

.header_1.is-fixed.is-small .themesflat-container {
    padding: 15px;
}

/* preload */
.preload-container {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999999999999;
    height: 100%;
    width: 100%;
    background: var(--skinbazaar-page-bg, #050716);
}

.preload-container .middle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.preload-container .bar {
    width: 10px;
    height: 70px;
    background: transparent;
    display: inline-block;
    transform-origin: bottom center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    animation: loader 1.2s linear infinite;
}

.preload-container .bar1 {
    animation-delay: 0.1s;
}

.preload-container .bar2 {
    animation-delay: 0.2s;
}

.preload-container .bar3 {
    animation-delay: 0.3s;
}

.preload-container .bar4 {
    animation-delay: 0.4s;
}

.preload-container .bar5 {
    animation-delay: 0.5s;
}

.preload-container .bar6 {
    animation-delay: 0.6s;
}

.preload-container .bar7 {
    animation-delay: 0.7s;
}

.preload-container .bar8 {
    animation-delay: 0.8s;
}

.progress-wrap {
    position: fixed;
    bottom: 24px;
    right: 24px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 30px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    background: #000;
    border: 0;
    padding: 0;
    overflow: hidden;
}

.progress-wrap::after {
    position: absolute;
    content: '\e911';
    font-family: 'icomoon';
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    font-weight: 900;
    color: var(--skinbazaar-accent);
    left: 0;
    top: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap:hover {
    background: var(--skinbazaar-accent);
}

.progress-wrap:hover::after {
    color: #fff;
}

@media only screen and (max-width: 575px) {
    .progress-wrap {
        right: 16px;
        bottom: 16px;
        z-index: 999;
    }
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    box-sizing: border-box;
    stroke: var(--skinbazaar-accent);
    stroke-width: 5;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 0.4s;
    transition-timing-function: linear;
}


/* cursor
------------------------------------------------------ */
.tf-mouse {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden
}

.tf-mouse-inner {
    margin-left: -5px;
    margin-top: -5px;
    width: 8px;
    height: 8px;
    z-index: 10000;
    background-color: var(--skinbazaar-accent);
    -webkit-transition: width .5s ease-in-out, height .5s ease-in-out, margin .5s ease-in-out, opacity .5s ease-in-out;
    transition: width .5s ease-in-out, height .5s ease-in-out, margin .5s ease-in-out, opacity .5s ease-in-out
}

.tf-mouse-inner.mouse-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: var(--skinbazaar-accent);
    opacity: .3
}

.tf-mouse-outer {
    margin-left: -22px;
    margin-top: -22px;
    width: 40px;
    height: 40px;
    border: 2px solid var(--skinbazaar-accent);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000;
    opacity: .5;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out
}

.tf-mouse-outer.mouse-hover {
    opacity: 0
}

body.background-white .tf-mouse-inner {
    background-color: rgba(22, 22, 22, 1);
}

body.background-white .tf-mouse-outer {
    border-color: rgba(22, 22, 22, 1);
}

.weapon-types-section .heading-section {
    margin-bottom: 10px;
}

.weapon-types-slider .swiper-slide {
    height: auto;
}

.weapon-type-card {
    padding-top: 10px;
}

.weapon-avatar {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.weapon-icon-wrap {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.weapon-icon {
    width: auto;
    height: auto;
    /* max-width: 76px;
    max-height: 76px; */
    object-fit: contain;
    display: block;
}

.weapon-type-card .number {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #e9f0ef;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.weapon-type-card .author-infor h5 {
    margin-top: 16px;
    margin-bottom: 0;
    min-height: 48px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
}

.weapon-type-card .author-infor h5 a {
    color: #fff;
    text-decoration: none;
}

.weapon-type-card .author-infor h5 a:hover {
    color: var(--skinbazaar-accent);
}

/* Header cart drawer */
.cart-header-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    color: #fff;
    padding: 0;
}

.cart-header-button span:not(.cart-count),
.cart-header-button::before,
.cart-header-button::after {
    display: none;
}

.login-header-button {
    gap: 8px;
}

.login-header-button>span:not(.login-button-label) {
    display: none;
}

.login-header-button svg {
    flex: 0 0 auto;
}

button.wishlist-button {
    border: 0;
    padding: 0;
    color: #fff;
    line-height: 1;
}

button.wishlist-button:hover {
    color: #fff;
    background-color: var(--skinbazaar-accent);
}

button.wishlist-button:disabled {
    cursor: wait;
    opacity: 0.75;
}

.login-error {
    color: #ff6b6b;
    font-size: 14px;
    line-height: 1.5;
}

.auth-skin-page {
    position: relative;
    min-height: calc(100vh - 80px);
    overflow: hidden;
    background:
        url('/assets/images/item-background/bg-home7.png') center / cover no-repeat;
}

.auth-skin-page::before,
.auth-skin-page::after {
    content: '';
    position: absolute;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.78;
    filter: drop-shadow(0 24px 60px rgba(0, 0, 0, 0.45));
}

/* .auth-skin-page::before {
    width: 420px;
    height: 420px;
    left: max(18px, calc(50% - 680px));
    bottom: 54px;
    background-image: url('/assets/images/icons/rifle.png');
}

.auth-skin-page::after {
    width: 390px;
    height: 390px;
    right: max(18px, calc(50% - 680px));
    top: 98px;
    background-image: url('/assets/images/icons/knife.png');
} */

.auth-skin-page .themesflat-container,
.auth-skin-page .heading-section-1,
.auth-skin-page .widget-login {
    position: relative;
    z-index: 1;
}

.auth-skin-page .widget-login {
    background: rgba(35, 35, 35, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(10px);
}

.signup-step-header {
    width: 100%;
}

.signup-step-line {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 24px;
}

.signup-step-line::before {
    content: '';
    position: absolute;
    top: 22px;
    left: 12%;
    right: 12%;
    height: 2px;
    /* background: rgba(255, 255, 255, 0.1); */
    z-index: 0;
}

.signup-step-item {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.035);
    transition: 0.2s ease;
}

.signup-step-item.active {
    border-color: rgba(72, 59, 255, 0.75);
    background: rgba(72, 59, 255, 0.12);
}

.signup-step-item.done {
    border-color: rgba(0, 210, 170, 0.7);
    background: rgba(0, 210, 170, 0.08);
}

.signup-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.12);
}

.signup-step-item.active .signup-step-number {
    background: #483bff;
}

.signup-step-item.done .signup-step-number {
    background: #00c49a;
}

.signup-step-text {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.signup-step-text strong {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.signup-step-text small {
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
    margin-top: 3px;
}

.signup-step-title {
    margin-bottom: 0;
}

.signup-actions {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 14px;
}

.login-error {
    padding: 12px 14px;
    border-radius: 10px;
    color: #ffb4b4;
    background: rgba(255, 72, 72, 0.12);
    border: 1px solid rgba(255, 72, 72, 0.25);
}

@media (max-width: 575px) {
    .signup-step-line {
        grid-template-columns: 1fr;
    }

    .signup-step-line::before {
        display: none;
    }

    .signup-actions {
        grid-template-columns: 1fr;
    }
}

.auth-skin-page .heading-section-1 p {
    max-width: 460px;
    margin: 0 auto;
}

.dashboard-current {
    min-height: 70vh;
}

#header_admin {
    display: flex;
    align-items: center;
    gap: 14px;
}

.dashboard-cart-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    padding: 0;
}

.dashboard-cart-button:hover {
    border-color: var(--skinbazaar-accent);
    background: var(--skinbazaar-accent);
    color: #fff;
}

.dashboard-cart-close {
    border: 0;
    background: transparent;
    padding: 0;
}

.dashboard-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(35, 35, 35, 0.95), rgba(35, 35, 35, 0.78)),
        url('/assets/images/item-background/bg-home7.png') center / cover no-repeat;
}

.dashboard-eyebrow {
    display: block;
    margin-bottom: 10px;
    color: var(--skinbazaar-accent);
    font-size: 14px;
    font-weight: 700;
}

.dashboard-hero p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
}

.dashboard-hero-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.dashboard-logout-button {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.dashboard-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
}

.dashboard-summary-card,
.dashboard-panel {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    background: rgba(35, 35, 35, 0.94);
}

.dashboard-summary-card {
    padding: 22px;
}

.dashboard-summary-card span {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 14px;
}

.dashboard-summary-card strong {
    color: #fff;
    font-size: 22px;
    font-weight: 800;
}

.dashboard-content-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
    gap: 18px;
    margin-top: 22px;
}

.dashboard-panel {
    padding: 24px;
}

.dashboard-panel-heading {
    margin-bottom: 18px;
}

.dashboard-panel-heading h4 {
    margin: 0;
}

.dashboard-action-list {
    display: grid;
    gap: 12px;
}

.dashboard-action-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    padding: 0 18px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-weight: 700;
}

.dashboard-action-item:hover {
    color: #fff;
    background: var(--skinbazaar-accent);
}

.dashboard-empty-state {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.dashboard-empty-state img {
    width: 110px;
    height: 110px;
    object-fit: contain;
    margin-bottom: 14px;
}

.dashboard-empty-state p {
    max-width: 420px;
    margin: 8px auto 0;
    color: rgba(255, 255, 255, 0.62);
}

.no-data-state {
    min-height: calc(100vh - 220px);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.72);
}

.no-data-state.full-grid {
    grid-column: 1 / -1;
}

.no-data-state-icon {
    width: 250px;
    height: 250px;
    object-fit: contain;
    animation: noDataFloat 3.2s ease-in-out infinite;
    transform-origin: center bottom;
}

.no-data-state h4 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    line-height: 1.35;
}

.no-data-state p {
    max-width: 420px;
    margin: 10px auto 0;
    color: rgba(255, 255, 255, 0.62);
    line-height: 1.55;
    text-align: center;
}

@keyframes noDataFloat {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-10px) rotate(-1.5deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .no-data-state-icon {
        animation: none;
    }
}

@media (max-width: 991px) {
    .dashboard-hero {
        align-items: flex-start;
        flex-direction: column;
    }

    .dashboard-summary-grid,
    .dashboard-content-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575px) {

    .dashboard-hero,
    .dashboard-panel {
        padding: 20px;
    }

    .dashboard-summary-grid,
    .dashboard-content-grid {
        grid-template-columns: 1fr;
    }
}

.cart-sidebar-section .title-widget {
    margin-bottom: 18px;
}

.cart-sidebar-empty {
    /* border: 1px solid rgba(255, 255, 255, 0.08); */
    /* border-radius: 8px; */
    padding: 34px 20px;
    text-align: center;
    /* background: linear-gradient(180deg, rgba(58, 53, 251, 0.08), rgba(255, 255, 255, 0.03)); */
}

.cart-sidebar-empty-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(58, 53, 251, 0.14);
    color: var(--skinbazaar-accent);
}

.cart-sidebar-empty h6 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
}

.cart-sidebar-empty p {
    margin-bottom: 18px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
}

.cart-sidebar-list {
    width: 100%;
    display: grid;
    gap: 14px;
    max-height: 610px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 4px;
}

.cart-sidebar-item {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) 30px;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border-radius: 14px;
    background: var(--skinbazaar-panel-bg);
    transition: border-color 0.2s ease, background 0.2s ease;
    border: 1px solid transparent;
}

.cart-sidebar-item:hover {
    border-color: rgba(58, 53, 251, 0.32);
    background: var(--skinbazaar-panel-soft-bg);
}

.cart-sidebar-item img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.cart-sidebar-info h6 {
    color: #fff;
    margin-bottom: 4px;
}

.cart-sidebar-info span {
    color: var(--skinbazaar-accent);
    font-weight: 700;
}

.cart-sidebar-info {
    flex: 1;
    min-width: 0;
}

.cart-sidebar-info h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.cart-sidebar-remove {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    background: transparent;
    color: rgba(255, 255, 255, 0.72);
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    overflow: hidden;
}

.cart-sidebar-remove:hover {
    color: #fff;
    border-color: var(--skinbazaar-accent);
    background: var(--skinbazaar-accent);
}

.cart-sidebar-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

.cart-sidebar-total strong {
    color: var(--skinbazaar-accent);
}

.cart-sidebar-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 18px;
}

.cart-sidebar-actions .tf-button,
.cart-sidebar-actions .cart-empty-button {
    width: 100%;
    min-width: 0;
    height: 48px;
    padding: 0 12px;
}

.market-results-bar {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
    padding: 12px 16px;
    /* border: 1px solid rgba(255, 255, 255, 0.08); */
    border-radius: 8px;
    /* background: rgba(255, 255, 255, 0.04); */
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
}

.market-results-bar span:last-child {
    color: #fff;
    font-weight: 700;
}

.market-category-tabs {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 70px;
    margin-bottom: 18px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0;
    background: #151515;
    overflow-x: auto;
    scrollbar-width: thin;
}

.market-category-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 51px;
    padding: 0 20px;
    /* border: 1px solid rgba(255, 255, 255, 0.12); */
    border-radius: 999px;
    /* background: rgba(255, 255, 255, 0.04); */
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    box-shadow: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.market-category-pill:hover {
    border-color: rgba(58, 53, 251, 0.56);
    color: #fff;
    transform: translateY(-1px);
}

.market-category-pill.active {
    border-color: var(--skinbazaar-accent);
    background: var(--skinbazaar-accent);
    color: #fff;
    box-shadow: 0 10px 22px rgba(58, 53, 251, 0.24);
}

.market-category-pill.active:first-child {
    padding: 0 17px;
}

.market-category-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
}

.market-category-icon {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    object-fit: contain;
    opacity: 0.72;
    filter: grayscale(1) brightness(1.35);
}

.market-category-pill.active .market-category-icon {
    filter: brightness(0) invert(1);
    opacity: 1;
}

.market-category-pill.active .market-category-icon-wrap {
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.16);
}

.market-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.market-page-button,
.market-page-number {
    min-width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.78);
    font-weight: 700;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.market-page-button {
    padding: 0 16px;
}

.market-page-button:hover,
.market-page-number:hover,
.market-page-number.active {
    border-color: var(--skinbazaar-accent);
    background: var(--skinbazaar-accent);
    color: #fff;
}

.market-page-button:disabled,
.market-page-number:disabled {
    cursor: not-allowed;
    opacity: 0.45;
}

.market-page-button:disabled:hover,
.market-page-number:disabled:hover {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.78);
}

.market-page-ellipsis {
    color: rgba(255, 255, 255, 0.5);
    padding: 0 3px;
}

.market-price-filter {
    display: grid;
    gap: 12px;
}

.market-price-values {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.market-price-filter input[type="range"] {
    width: 100%;
    height: 4px;
    accent-color: var(--skinbazaar-accent);
    cursor: pointer;
}

.market-price-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.market-price-inputs input {
    width: 100%;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    padding: 0 10px;
    font-size: 13px;
}

.market-price-reset {
    width: 100%;
    height: 38px;
    border: 1px solid rgba(58, 53, 251, 0.45);
    border-radius: 8px;
    background: transparent;
    color: #fff;
    padding: 0;
    font-weight: 600;
}

.market-price-reset:hover {
    background: var(--skinbazaar-accent);
    color: #fff;
    border-color: var(--skinbazaar-accent);
}

.market-filter-actions {
    margin-bottom: 18px;
}

.market-reset-filters {
    width: 100%;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.market-reset-filters:hover:not(:disabled) {
    background: var(--skinbazaar-accent);
    border-color: var(--skinbazaar-accent);
    color: #fff;
}

.market-reset-filters:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.widget-category-checkbox.style-1 h5.market-filter-title {
    border-bottom: 0;
    padding: 0;
}

.widget-category-checkbox.style-1 h5.market-filter-title::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.42) 50%, transparent 100%);
    transform: translateX(-50%);
}

.widget-category-checkbox.style-1 h5.market-filter-title::after {
    display: none;
}

.widget-category-checkbox .market-filter-heading {
    width: 100%;
    min-height: 53px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 14px;
    border: 0;
    border-radius: 20px;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.market-filter-toggle-icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.market-filter-toggle-icon::before,
.market-filter-toggle-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease;
}

.market-filter-toggle-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.widget-category-checkbox:not(.collapsed) .market-filter-toggle-icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.widget-category-checkbox.collapsed {
    margin-bottom: 16px;
}

.widget-category-checkbox.collapsed .content-wg-category-checkbox {
    display: none !important;
}

.market-mobile-filter-toggle {
    display: none;
}

@media (max-width: 767.98px) {

    .market-filter-sidebar,
    .market-filter-sidebar+.col-md-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .market-filter-sidebar {
        margin-bottom: 18px;
    }

    .market-mobile-filter-toggle {
        width: 100%;
        min-height: 46px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-bottom: 14px;
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.07);
        color: #fff;
        font-weight: 700;
        line-height: 1.2;
    }

    .market-filter-sidebar:not(.open) .market-filter-actions,
    .market-filter-sidebar:not(.open) .widget-category-checkbox {
        display: none !important;
    }

    .market-filter-sidebar.open .market-filter-actions {
        margin-bottom: 14px;
    }

    .market-filter-sidebar.open .widget-category-checkbox:last-child {
        margin-bottom: 0;
    }
}

.cart-page-section {
    min-height: 520px;
}

.cart-page-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cart-page-header h2,
.cart-page-header p {
    margin-bottom: 0;
}

.cart-page-header p {
    font-size: 14px;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.64);
}

.cart-page-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
    align-items: start;
}

.cart-page-list {
    display: grid;
    gap: 14px;
}

.cart-page-item,
.cart-summary,
.cart-empty-page {
    border: 1px solid var(--skinbazaar-border-soft);
    border-radius: 8px;
    background: var(--skinbazaar-panel-bg);
}

.cart-page-item {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr) 270px;
    gap: 18px;
    align-items: center;
    padding: 16px;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.cart-page-item:hover {
    border-color: rgba(57, 230, 212, 0.32);
    background: var(--skinbazaar-panel-soft-bg);
}

.cart-page-media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 88px;
    border-radius: 8px;
    background: var(--skinbazaar-panel-soft-bg);
}

.cart-page-media img {
    width: 100%;
    max-height: 92px;
    object-fit: contain;
}

.cart-page-info h5 {
    margin-bottom: 6px;
    color: #fff;
    line-height: 1.35;
}

.cart-page-info span {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.58);
}

.cart-page-info strong {
    color: var(--skinbazaar-accent);
    font-size: 14px;
}

.cart-page-controls {
    display: grid;
    grid-template-columns: 116px 1fr;
    align-items: center;
    gap: 10px;
    justify-items: end;
}

.cart-quantity-control {
    display: grid;
    grid-template-columns: 34px 48px 34px;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
}

.cart-quantity-control input {
    width: 48px;
    height: 42px;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
    color: #fff;
    text-align: center;
}

.cart-quantity-control button {
    width: 34px;
    height: 42px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 18px;
    line-height: 1;
}

.cart-quantity-control button:hover {
    background: rgba(58, 53, 251, 0.14);
    color: var(--skinbazaar-accent);
}

.cart-line-total {
    font-size: 15px;
    color: #fff;
    justify-self: end;
}

.cart-remove-button,
.cart-clear-button,
.cart-empty-button {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: transparent;
    color: rgba(255, 255, 255, 0.74);
    padding: 10px 14px;
}

.cart-remove-button {
    grid-column: auto;
    justify-self: end;
    width: 38px;
    height: 38px;
    min-width: 38px;
    padding: 0;
    border-radius: 50%;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
}

.cart-remove-button:hover,
.cart-clear-button:hover,
.cart-empty-button:hover {
    color: #fff;
    border-color: var(--skinbazaar-accent);
    background: var(--skinbazaar-accent);
}

.cart-summary {
    padding: 22px;
    position: sticky;
    top: 110px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.cart-summary h4 {
    margin-bottom: 18px;
}

.cart-summary-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.68);
}

.cart-summary-row strong {
    color: #fff;
}

.cart-summary-row.total {
    margin: 18px 0;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

.cart-summary-row.total strong {
    color: var(--skinbazaar-accent);
}

.cart-summary-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 20px;
}

.cart-summary-actions .tf-button,
.cart-summary-actions .cart-empty-button {
    width: 100%;
    min-width: 0;
    height: 50px;
    padding: 0 12px;
}

.cart-continue-link {
    display: block;
    margin-top: 14px;
    text-align: center;
    color: rgba(255, 255, 255, 0.72);
}

.checkout-page-header {
    align-items: center;
}

.checkout-kicker {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
}

.checkout-back-link {
    color: rgba(255, 255, 255, 0.72);
    font-weight: 600;
}

.checkout-back-link:hover {
    color: #fff;
}

.checkout-summary {
    background: var(--skinbazaar-panel-bg);
}

.checkout-actions {
    grid-template-columns: 1fr;
}

.checkout-actions .tf-button,
.checkout-actions .cart-empty-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-actions .tf-button:disabled,
.cart-quantity-control button:disabled,
.cart-quantity-control input:disabled,
.cart-remove-button:disabled {
    cursor: not-allowed;
    opacity: 0.58;
}

.checkout-item-quantity {
    color: rgba(255, 255, 255, 0.64);
    font-weight: 600;
    justify-self: end;
}

.checkout-invoice-box {
    display: grid;
    gap: 14px;
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.checkout-bank-card {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    max-width: 100%;
    padding: 8px 12px;
    /* border: 1px solid rgba(255, 255, 255, 0.12); */
    border-radius: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.checkout-bank-card img,
.checkout-bank-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 6px;
}

.checkout-bank-card img {
    object-fit: contain;
}

.checkout-bank-fallback {
    background: rgba(58, 53, 251, 0.9);
    color: #fff;
    font-size: 16px;
    font-weight: 900;
}

.checkout-payment-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.64);
}

.checkout-payment-line span {
    color: #fff;
    font-size: 14px;
    text-align: left;
}

.checkout-payment-line strong {
    color: #fff;
    font-size: 18px;
    text-align: right;
}

.checkout-invoice-box p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

.invoice-history {
    display: grid;
    gap: 18px;
}

.invoice-history-list {
    display: grid;
    gap: 12px;
    padding: 14px;
    border-radius: 18px;
    background: var(--skinbazaar-panel-bg);
}

.invoice-history-list .invoice-history-row {
    width: 100%;
    padding: 14px;
    margin: 0;
    /* border: 1px solid rgba(255, 255, 255, 0.08); */
    border-radius: 12px;
    /* background: rgba(7, 10, 24, 0.52); */
    text-align: left;
    /* transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease; */
}

#history .inner-content .widget-history.invoice-history-list .widget-creators-item.invoice-history-row:last-child,
.invoice-history-list .invoice-history-row:last-child {
    padding: 14px;
    margin: 0;
    /* border: 1px solid rgba(255, 255, 255, 0.08); */
    border-radius: 12px;
    /* background: rgba(7, 10, 24, 0.52); */
}

.invoice-history-list .invoice-history-row:hover {
    border-color: rgba(58, 53, 251, 0.45);
    background: var(--skinbazaar-panel-soft-bg);
    transform: translateY(-1px);
}

.invoice-history-row .author {
    min-width: 0;
}

.invoice-history-row .author img {
    width: 78px;
    height: 58px;
    flex: 0 0 78px;
    margin-right: 16px;
    border-radius: 10px;
    object-fit: contain;
    /* background: radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)); */
}

.invoice-history-row .info {
    min-width: 0;
}

.invoice-history-row .info h6 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 16px;
    line-height: 1.25;
}

.invoice-history-details {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    line-height: 1.4;
}

.invoice-history-details strong {
    color: #fff;
    font-size: 14px;
}

.invoice-history-skin {
    display: block;
    max-width: 430px;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.46);
    font-size: 13px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.invoice-history-meta {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 10px;
    margin-left: 18px;
}

.invoice-history-meta .time {
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    line-height: 1.4;
    white-space: nowrap;
}

.invoice-history-meta .invoice-show-button {
    min-width: 82px;
    padding: 8px 13px;
}

.invoice-status-text {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.invoice-status-text.unpaid {
    color: #ff6b6b;
    background: rgba(255, 82, 82, 0.12);
}

.invoice-status-text.paid {
    color: #34d399;
    background: rgba(52, 211, 153, 0.12);
}

.invoice-history-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

.invoice-history-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    table-layout: auto;
}

.invoice-history-table th,
.invoice-history-table td {
    padding: 15px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
}

.invoice-history-table th {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    background: rgba(255, 255, 255, 0.04);
}

.invoice-history-table tbody tr:last-child td {
    border-bottom: 0;
}

.invoice-history-table strong {
    color: #fff;
}

.invoice-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.invoice-status.unpaid {
    color: #ff6b6b;
    background: rgba(255, 82, 82, 0.12);
    border: 1px solid rgba(255, 82, 82, 0.28);
}

.invoice-status.paid {
    color: #34d399;
    background: rgba(52, 211, 153, 0.12);
    border: 1px solid rgba(52, 211, 153, 0.28);
}

.invoice-show-button,
.invoice-pagination button,
.invoice-modal-close {
    border: 0;
    cursor: pointer;
}

.invoice-show-button {
    padding: 8px 14px;
    border-radius: 8px;
    background: var(--skinbazaar-accent);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.invoice-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.invoice-pagination button {
    padding: 9px 14px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-weight: 700;
}

.invoice-pagination button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.invoice-pagination span {
    color: rgba(255, 255, 255, 0.72);
    font-weight: 700;
}

.invoice-modal {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    isolation: isolate;
    overflow: hidden;
    overscroll-behavior: contain;
}

.invoice-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.68);
    z-index: 0;
}

.invoice-modal-content {
    position: relative;
    z-index: 1;
    width: min(760px, calc(100vw - 32px));
    max-height: min(760px, calc(100vh - 48px));
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: var(--skinbazaar-panel-bg);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

.invoice-modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.invoice-modal-header h4 {
    margin-bottom: 4px;
    color: #fff;
}

.invoice-modal-header span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
}

.invoice-modal-close {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    line-height: 1;
}

.invoice-modal-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.7);
}

.invoice-modal-summary strong {
    color: #fff;
    font-size: 18px;
}

.invoice-modal-list {
    display: grid;
    gap: 12px;
    padding: 18px 24px 24px;
    overflow-y: auto;
}

.invoice-modal-item {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    background: var(--skinbazaar-panel-soft-bg);
}

.invoice-modal-item img {
    width: 74px;
    height: 54px;
    object-fit: contain;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
}

.invoice-modal-item-info {
    min-width: 0;
}

.invoice-modal-item-info h6 {
    margin-bottom: 4px;
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.invoice-modal-item-info a {
    color: inherit;
}

.invoice-modal-item-info span,
.invoice-modal-item-info small {
    display: block;
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
}

.invoice-modal-item strong {
    color: #fff;
    text-align: right;
    font-size: 14px;
    white-space: nowrap;
}

.cart-empty-page {
    padding: 58px 26px;
    text-align: center;
    max-width: 620px;
    margin: 0 auto;
    background: linear-gradient(180deg, rgba(58, 53, 251, 0.08), rgba(255, 255, 255, 0.035));
}

.cart-empty-page-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    margin: 0 auto 20px;
    border: 1px solid rgba(58, 53, 251, 0.28);
    border-radius: 50%;
    background: rgba(58, 53, 251, 0.12);
    color: var(--skinbazaar-accent);
}

.cart-empty-page h4 {
    margin-bottom: 8px;
    color: #fff;
}

.cart-empty-page p {
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.64);
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 991px) {
    .cart-page-grid {
        grid-template-columns: 1fr;
    }

    .cart-summary {
        position: static;
    }

    .cart-page-item {
        grid-template-columns: 98px minmax(0, 1fr);
    }

    .cart-page-controls {
        grid-column: 1 / -1;
        grid-template-columns: 116px 1fr auto;
        justify-items: start;
    }

    .cart-remove-button {
        grid-column: auto;
    }

    .invoice-modal {
        align-items: center;
        padding: 16px;
    }

    .invoice-modal-content {
        width: 100%;
        max-height: calc(100dvh - 32px);
        border-radius: 14px;
    }

    .invoice-modal-header {
        padding: 18px 18px 14px;
    }

    .invoice-modal-summary {
        padding: 14px 18px;
    }

    .invoice-modal-list {
        padding: 16px 18px 18px;
    }

    .invoice-modal-item {
        grid-template-columns: 70px minmax(0, 1fr);
        align-items: start;
    }

    .invoice-modal-item strong {
        grid-column: 2;
        text-align: left;
    }
}

@media only screen and (max-width: 575px) {
    .market-results-bar {
        flex-direction: column;
        gap: 4px;
    }

    .market-page-button {
        min-width: calc(50% - 4px);
    }

    .cart-page-header,
    .cart-page-controls {
        align-items: stretch;
        flex-direction: column;
    }

    .cart-page-item {
        grid-template-columns: 86px minmax(0, 1fr);
    }

    .cart-page-controls {
        grid-column: 1 / -1;
        grid-template-columns: 1fr;
        justify-items: stretch;
    }

    .cart-sidebar-actions {
        grid-template-columns: 1fr;
    }

    .cart-summary-actions {
        grid-template-columns: 1fr;
    }

    .checkout-payment-line {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .checkout-payment-line strong {
        text-align: left;
    }

    .invoice-history-list {
        padding: 10px;
    }

    .invoice-history-list .invoice-history-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .invoice-history-row .author {
        width: 100%;
    }

    .invoice-history-row .author img {
        width: 68px;
        height: 54px;
        flex-basis: 68px;
        margin-right: 12px;
    }

    .invoice-history-skin {
        max-width: 100%;
        white-space: normal;
    }

    .invoice-history-meta {
        width: 100%;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        margin-left: 0;
    }

    .invoice-history-meta .time {
        white-space: normal;
    }

    .invoice-modal {
        align-items: center;
        padding: 8px;
    }

    .invoice-modal-content {
        max-height: calc(100dvh - 16px);
        border-radius: 12px;
    }

    .invoice-modal-header,
    .invoice-modal-summary,
    .invoice-modal-list {
        padding-left: 14px;
        padding-right: 14px;
    }

    .invoice-modal-item {
        grid-template-columns: 60px minmax(0, 1fr);
        gap: 12px;
    }

    .invoice-modal-item img {
        width: 60px;
        height: 48px;
    }

    .invoice-modal-item strong {
        grid-column: 2;
        text-align: left;
        white-space: normal;
    }

    .cart-quantity-control,
    .cart-line-total,
    .cart-remove-button {
        width: 100%;
    }

    .cart-remove-button {
        border-radius: 8px;
    }

    .cart-line-total {
        text-align: left;
    }
}

.latest-home-slider-section {
    position: relative;
    width: 100%;
    margin: 0 0 64px;
    overflow: hidden;
    background: var(--skinbazaar-page-bg);
}

.latest-home-slider {
    width: 100%;
}

.latest-home-slide {
    position: relative;
    min-height: 460px;
    overflow: hidden;
}

.latest-home-slide-image {
    display: block;
    width: 100%;
    height: 460px;
    object-fit: cover;
    object-position: center;
}

.latest-home-slide-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, rgba(7, 9, 20, 0.94) 0%, rgba(7, 9, 20, 0.7) 48%, rgba(7, 9, 20, 0.18) 100%);
}

.latest-home-slide-clean .latest-home-slide-overlay {
    display: none;
    background: transparent;
}

.latest-home-slide-copy {
    width: min(1490px, calc(100% - 48px));
    max-width: 1490px;
    margin: 0 auto;
}

.latest-home-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    margin-bottom: 18px;
    padding: 6px 12px;
    border: 1px solid rgba(44, 194, 149, 0.36);
    border-radius: 8px;
    background: rgba(44, 194, 149, 0.12);
    color: #69e4bd;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.latest-home-slide-copy h2 {
    max-width: 620px;
    margin-bottom: 18px;
    color: #fff;
    font-size: 64px;
    line-height: 1.02;
    letter-spacing: 0;
}

.latest-home-slide-copy p {
    max-width: 460px;
    margin-bottom: 26px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
    line-height: 1.55;
}

.latest-home-slider-prev,
.latest-home-slider-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    background: rgba(7, 9, 20, 0.72);
    color: #fff;
    transform: translateY(-50%);
}

.latest-home-slider-prev {
    left: 24px;
}

.latest-home-slider-next {
    right: 24px;
}

.latest-home-slider-prev::after,
.latest-home-slider-next::after {
    content: "";
    width: 11px;
    height: 11px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.latest-home-slider-prev::after {
    transform: rotate(-135deg);
    margin-left: 4px;
}

.latest-home-slider-next::after {
    transform: rotate(45deg);
    margin-right: 4px;
}

.latest-home-slider-prev:hover,
.latest-home-slider-next:hover {
    border-color: #69e4bd;
    background: #69e4bd;
    color: #071015;
}

.latest-home-slider-pagination {
    position: absolute;
    left: 50%;
    bottom: 24px;
    z-index: 5;
    display: flex;
    gap: 8px;
    transform: translateX(-50%);
}

.latest-home-slider-pagination .swiper-pagination-bullet {
    width: 28px;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
    opacity: 1;
}

.latest-home-slider-pagination .swiper-pagination-bullet-active {
    background: #69e4bd;
}

.home-1 .flat-pages-title .skinbazaar-hero-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 820px;
    margin: 0 auto;
    padding-bottom: 64px;
}

.skinbazaar-hero-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
    /* color: rgba(255, 255, 255, 0.58); */
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pages-title .skinbazaar-hero-copy h1 {
    margin-bottom: 18px;
    color: #fff;
    font-size: 72px;
    line-height: 0.98;
    letter-spacing: 0;
    text-transform: uppercase;
}

.pages-title .skinbazaar-hero-copy p {
    max-width: 560px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 17px;
    line-height: 1.65;
}

.skinbazaar-hero-actions {
    align-items: center;
    gap: 22px;
}

.skinbazaar-hero-actions .tf-button {
    margin-right: 0;
}

.skinbazaar-hero-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    color: rgba(255, 255, 255, 0.74);
    font-weight: 700;
}

.skinbazaar-hero-secondary:hover {
    border-color: #fff;
    background: transparent;
    color: #fff;
}

.favorite-top-skin {
    align-items: center;
    gap: 12px;
}

#favorite .favorite-dashboard-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: clamp(18px, 2vw, 32px);
}

#favorite .favorite-dashboard-layout .inner-content {
    max-width: none;
    min-width: 0;
}

#favorite .favorite-dashboard-layout .side-bar {
    width: auto;
    min-width: 0;
}

#favorite .favorite-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: clamp(18px, 1.8vw, 28px);
    margin-left: 0;
    padding-top: 10px;
}

#favorite .favorite-dashboard-grid .col-item {
    width: auto !important;
    min-width: 0;
    margin-left: 0;
}

.favorite-top-skin .author {
    min-width: 0;
}

.favorite-top-skin .author img {
    width: 58px;
    height: 58px;
    border-radius: 8px;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.06);
}

.favorite-top-skin-rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    border-radius: 50%;
    background: rgba(58, 53, 251, 0.16);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.favorite-top-skin .info {
    min-width: 0;
}

.favorite-top-skin .info h6,
.favorite-top-skin .info p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.favorite-details-button {
    flex: 0 0 auto;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    font-weight: 700;
}

.favorite-details-button:hover {
    border-color: var(--skinbazaar-accent);
    background: var(--skinbazaar-accent);
    color: #fff;
}

.widget-creators .widget-creators-item .author img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    padding: 6px;
}

.favorite-dashboard-card .name {
    min-height: 54px;
}

#favorite .favorite-dashboard-card {
    height: 100%;
}

#favorite .favorite-dashboard-card .card-media {
    aspect-ratio: 1 / 1.28;
    height: auto;
    min-height: 0;
}

#favorite .favorite-dashboard-card .card-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

#favorite .favorite-dashboard-card .name a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.favorite-card-actions {
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    gap: 10px;
    margin-top: 16px;
}

.favorite-card-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.favorite-card-button:hover,
.favorite-card-button.active {
    border-color: var(--skinbazaar-accent);
    background: var(--skinbazaar-accent);
    color: #fff;
}

@media only screen and (max-width: 1500px) {
    #favorite .favorite-dashboard-layout {
        grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
    }

    #favorite .favorite-dashboard-grid {
        grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
    }

    #favorite .side-bar .widget {
        padding: 18px;
    }

    #favorite .favorite-top-skin {
        gap: 10px;
    }

    #favorite .favorite-top-skin .author img {
        width: 52px;
        height: 52px;
    }
}

@media only screen and (max-width: 1200px) {
    #favorite .favorite-dashboard-layout {
        grid-template-columns: 1fr;
    }

    #favorite .favorite-dashboard-layout .side-bar {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 18px;
    }
}

@media only screen and (max-width: 575px) {
    #favorite .favorite-dashboard-grid {
        grid-template-columns: 1fr;
    }

    #favorite .favorite-dashboard-card .card-media {
        aspect-ratio: 1 / 1.08;
    }
}

@media only screen and (max-width: 991px) {
    .pages-title .skinbazaar-hero-copy h1 {
        font-size: 52px;
        line-height: 1.04;
    }

    .pages-title .skinbazaar-hero-copy p {
        font-size: 16px;
    }

    .latest-home-slide {
        min-height: 390px;
    }

    .latest-home-slide-image {
        height: 390px;
    }

    .latest-home-slide-copy h2 {
        font-size: 46px;
    }

    .latest-home-slider-prev,
    .latest-home-slider-next {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .home-1 .flat-pages-title .skinbazaar-hero-copy {
        padding-bottom: 42px;
    }

    .pages-title .skinbazaar-hero-copy h1 {
        font-size: 36px;
    }

    .skinbazaar-hero-actions,
    .skinbazaar-hero-actions .tf-button {
        width: 100%;
    }

    .skinbazaar-hero-secondary {
        width: auto;
    }

    .latest-home-slider-section {
        margin-bottom: 48px;
    }

    .latest-home-slide {
        min-height: 340px;
    }

    .latest-home-slide-image {
        height: 340px;
    }

    .latest-home-slide-overlay {
        background: linear-gradient(90deg, rgba(7, 9, 20, 0.94) 0%, rgba(7, 9, 20, 0.72) 100%);
    }

    .latest-home-slide-copy {
        width: min(100% - 28px, 1490px);
    }

    .latest-home-slide-copy h2 {
        font-size: 34px;
    }

    .latest-home-slide-copy p {
        font-size: 15px;
    }

    .latest-home-slide-copy .tf-button {
        width: 100%;
    }
}

.rarity-tint-row {
    position: relative;
    overflow: hidden;
    border-color: color-mix(in srgb, var(--market-rarity-color, var(--skinbazaar-accent)) 34%, rgba(255, 255, 255, 0.08)) !important;
    background:
        radial-gradient(circle at 8% 50%, color-mix(in srgb, var(--market-rarity-color, var(--skinbazaar-accent)) 28%, transparent) 0, transparent 34%),
        linear-gradient(90deg, color-mix(in srgb, var(--market-rarity-color, var(--skinbazaar-accent)) 16%, rgba(35, 35, 35, 0.78)) 0%, rgba(18, 19, 27, 0.86) 78%) !important;
}

.rarity-tint-row::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, color-mix(in srgb, var(--market-rarity-color, var(--skinbazaar-accent)) 24%, transparent), transparent 44%);
    opacity: 0.55;
}

.rarity-tint-row>* {
    position: relative;
    z-index: 1;
}

.rarity-tint-row:hover {
    border-color: color-mix(in srgb, var(--market-rarity-color, var(--skinbazaar-accent)) 52%, rgba(255, 255, 255, 0.12)) !important;
}

.rarity-tint-row .cart-page-media,
.rarity-image-scope.invoice-modal-item>img,
.rarity-image-scope.favorite-top-skin img,
.rarity-image-scope.invoice-history-row .author>img {
    background: linear-gradient(180deg, color-mix(in srgb, var(--market-rarity-color, var(--skinbazaar-accent)) 24%, transparent), rgba(0, 0, 0, 0.14)) !important;
}