@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap";body.has-popup {
    overflow: hidden
}

.gs-popup {
    position: fixed;
    background: rgba(0,0,0,.9);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    z-index: 100;
    overflow: auto;
    outline: none;
    padding: 3% 0
}

.gs-popup-wrapper {
    position: relative;
    background: var(--dark-color);
    padding: var(--spacer-2);
    border-radius: var(--border-radius);
    width: 100%;
    max-width: 90%;
    z-index: 102;
    margin: auto
}

.gs-popup-header {
    font-weight: 500;
    font-size: 1.125rem;
    border-bottom: 1px solid hsla(0,0%,100%,.05);
    padding-bottom: 10px;
    padding-bottom: calc(var(--spacer-2)/2);
    margin-bottom: 10px;
    margin-bottom: calc(var(--spacer-2)/2);
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.2);
    padding-right: 2.5rem
}

.gs-popup-body {
    line-height: 1.5
}

.gs-popup-body iframe,.gs-popup-body img,.gs-popup-body svg,.gs-popup-body table {
    max-width: 100%
}

.gs-popup-close {
    font-size: 2rem!important;
    line-height: .6em!important;
    position: absolute!important;
    color: var(--text-color)!important;
    top: 0!important;
    right: 0!important;
    padding: var(--spacer-2)!important;
    z-index: 103!important
}

.gs-popup-close:before {
    content: "×"
}

.gs-popup-buttons-container {
    display: flex;
    margin-top: var(--spacer-2);
    gap: var(--spacer-2);
    justify-content: flex-end
}

.gs-popup-buttons-container a:not(.btn),.gs-popup-buttons-container button:not(.btn) {
    all: unset;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    line-height: 1;
    padding: .6875rem;
    display: inline-flex;
    align-items: center;
    border-radius: var(--border-radius-sm);
    justify-content: center;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    -moz-column-gap: .25em;
    column-gap: .25em;
    box-sizing: border-box;
    color: var(--dark-color);
    background-color: var(--text-color);
    box-shadow: var(--box-shadow);
    border: 1px solid transparent;
    border-color: var(--text-color)
}

.gs-popup-buttons-container a:not(.btn).disabled,.gs-popup-buttons-container a:not(.btn)[disabled],.gs-popup-buttons-container button:not(.btn).disabled,.gs-popup-buttons-container button:not(.btn)[disabled] {
    opacity: .6;
    pointer-events: none
}

.gs-popup-buttons-container a:not(.btn) svg,.gs-popup-buttons-container button:not(.btn) svg {
    fill: var(--dark-color)
}

.gs-popup-buttons-container a:not(.btn).active,.gs-popup-buttons-container a:not(.btn):hover,.gs-popup-buttons-container button:not(.btn).active,.gs-popup-buttons-container button:not(.btn):hover {
    background-color: var(--dark-color);
    color: var(--text-color)
}

.gs-popup-buttons-container a:not(.btn).active svg,.gs-popup-buttons-container a:not(.btn):hover svg,.gs-popup-buttons-container button:not(.btn).active svg,.gs-popup-buttons-container button:not(.btn):hover svg {
    fill: var(--text-color)
}

#site-search {
    position: relative
}

#site-search .search-box-result {
    position: absolute;
    top: calc(100% + var(--spacer-1));
    background-color: var(--darker-color);
    min-width: 100%;
    left: 0;
    border-radius: var(--border-radius);
    display: flex;
    flex-direction: column;
    gap: var(--spacer-2);
    z-index: 21;
    box-shadow: var(--box-shadow);
    max-height: 20rem;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: calc(var(--spacer-2)/2)
}

#site-search .search-box-result-group h2 {
    font-size: var(--font-size-sm);
    font-weight: 400;
    padding: .5rem .75rem
}

#site-search .search-box-result-group-items {
    display: flex;
    flex-direction: column;
    row-gap: var(--spacer-1)
}

#site-search .search-box-result-group-item {
    padding: .5rem;
    display: block;
    background-color: var(--darkest-color);
    border-radius: var(--border-radius-sm);
    font-size: var(--font-size-base);
    font-weight: 500;
    font-size: var(--font-size-sm);
    display: grid;
    grid-template-columns: 2.5rem 1fr auto;
    align-items: center;
    gap: calc(var(--spacer-2)/2)
}

#site-search .search-box-result-group-item.categories {
    grid-template-columns: 2.5rem 1fr auto auto
}

#site-search .search-box-result-group-item img {
    width: 100%
}

#site-search .search-box-result-group-item .btn {
    font-size: var(--font-size-sm);
    font-weight: 500;
    padding: .5rem .75rem
}

#site-search .search-box-result-group-item:hover {
    background-color: var(--dark-color)
}

#site-search .search-box-result-alert {
    position: absolute;
    top: calc(100% + var(--spacer-1));
    background-color: var(--darker-color);
    min-width: 100%;
    left: 0;
    border-radius: var(--border-radius);
    gap: var(--spacer-2);
    z-index: 21;
    box-shadow: var(--box-shadow);
    padding: calc(var(--spacer-2)/2)
}

.site-live-chat {
    background: var(--blue-color);
    font-size: 1rem;
    font-weight: 400;
    right: .5rem;
    bottom: .5rem;
    position: fixed;
    z-index: 20;
    display: block;
    box-shadow: 0 0 0 .25rem var(--blue-color);
    border-radius: var(--border-radius-sm);
    display: flex;
    flex-direction: column
}

.site-live-chat.offline {
    background: var(--red-color);
    box-shadow: 0 0 0 .25rem var(--red-color)
}

.site-live-chat-unread-messages {
    position: absolute;
    top: -1rem;
    right: .5rem;
    background: #dc3545;
    color: #fff;
    padding: .25rem .5rem;
    border-radius: .25rem;
    font-size: 80%;
    font-weight: 700;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    transform-origin: center bottom;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

.site-live-chat:not(.has-message):not(.messaging) {
    display: none
}

.site-live-chat:not(.site-live-chat-toggler) {
    width: calc(100% - 1rem);
    height: calc(100% - 1rem)
}

.site-live-chat-title {
    all: unset;
    font-size: 1.25rem;
    color: #fff;
    padding: 1rem;
    font-weight: 500;
    text-align: center;
    margin-left: 1rem
}

.site-live-chat-title .icon {
    margin-right: .25em
}

.site-live-chat-title button {
    all: unset;
    float: right;
    background: 0 0;
    color: #fff;
    font-size: 2rem;
    line-height: 1.25rem;
    padding: .1rem .5rem;
    cursor: pointer
}

.site-live-chat.offline .site-live-chat-title:after {
    content: "(offline)";
    font-size: .7em;
    margin-left: .5em
}

.site-live-chat-toggler .site-live-chat-title {
    padding: .5rem;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    margin-left: 0
}

.site-live-chat-container {
    background: url(assets/chat_bg.html),var(--darker-color);
    flex-grow: 1;
    padding: 1rem;
    flex-shrink: 1;
    min-height: 1px
}

.site-live-chat-container,.site-live-chat-content {
    border-radius: .5rem;
    display: flex;
    flex-direction: column
}

.site-live-chat-content {
    background: var(--darker-color);
    box-shadow: 0 0 0 .125rem var(--dark-color);
    max-height: 100%;
    padding: 2rem 1rem;
    position: relative;
    overflow-y: auto
}

.site-live-chat-content-title {
    font-size: 1.25rem;
    color: var(--blue-color);
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-weight: 500;
    text-align: center
}

.site-live-chat-content label {
    font-weight: 500
}

.site-live-chat-content-select {
    display: block;
    width: 100%;
    margin-bottom: .5rem
}

.site-live-chat-content-select::-ms-expand {
    background-color: transparent;
    border: 0
}

.site-live-chat-content-select:-moz-focusring {
    color: transparent
}

.site-live-chat-content-close-button {
    all: unset;
    position: absolute;
    top: .125rem;
    right: .125rem;
    padding: .25rem;
    background: 0 0;
    font-size: 1.25rem
}

.site-live-chat-message-title {
    font-size: 1rem;
    color: var(--blue-color);
    font-weight: 500;
    text-align: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem
}

.site-live-chat-message-title small {
    margin-left: .5rem
}

.site-live-chat-message-content {
    font-size: .875rem
}

.site-live-chat-message-content a {
    text-decoration: underline;
    color: var(--blue-color)
}

.site-live-chat-button {
    margin: 0 1rem;
    cursor: pointer;
    padding: 1rem 0
}

.site-live-chat-button:after {
    content: "›";
    margin-left: .25rem;
    font-size: 2rem;
    display: inline-block;
    float: right;
    line-height: .9rem
}

.site-live-chat-back-button {
    color: var(--blue-color);
    background: 0 0;
    border: none;
    font-weight: 500;
    margin-bottom: .8rem;
    align-self: flex-start
}

.site-live-chat-back-button:before {
    content: "‹";
    margin-right: .25rem;
    font-size: 2rem;
    display: inline-block;
    float: left;
    line-height: .9rem
}

.site-live-chat-help-info {
    margin: 2rem 0 0;
    text-align: center
}

.site-live-chat-help-info>header {
    font-weight: 500;
    margin-bottom: 1rem
}

.site-live-chat-help-buttons {
    display: flex;
    justify-content: center
}

.site-live-chat-help-buttons button {
    color: var(--blue-color);
    border: 1px solid var(--blue-color);
    background: var(--darker-color);
    padding: .125rem 2rem;
    margin: 1rem
}

.site-live-chat-pre-chat {
    display: block;
    width: 100%;
    height: 7em;
    resize: none
}

.site-live-chat-messaging {
    min-height: 1px;
    display: flex;
    flex-direction: column;
    height: 100vh
}

.site-live-chat-messaging-history {
    flex-grow: 1;
    overflow-y: auto
}

.site-live-chat-messaging-history-content {
    margin: 0 20px 10px;
    border-radius: 12px;
    padding: 1em;
    max-width: 70%;
    position: relative;
    word-break: break-word;
    font-size: 13px;
    display: table
}

.site-live-chat-messaging-history-content header {
    display: flex;
    justify-content: space-between;
    font-size: .8em;
    padding-bottom: .25rem;
    border-bottom: 1px solid;
    margin-bottom: .25rem
}

.site-live-chat-messaging-history-content header+* {
    white-space: pre-line
}

.site-live-chat-messaging-history-content-sender {
    margin-right: 2rem
}

.site-live-chat-messaging-history-content.user {
    background-color: #212630;
    margin-left: auto
}

.site-live-chat-messaging-history-content.user header {
    border-bottom-color: #1c2029
}

.site-live-chat-messaging-history-content.user:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 20px solid #212630;
    position: absolute;
    right: -10px;
    top: 10px
}

.site-live-chat-messaging-history-content.operator,.site-live-chat-messaging-history-content.system {
    margin-right: auto
}

.site-live-chat-messaging-history-content.operator:after,.site-live-chat-messaging-history-content.system:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 25px solid transparent;
    position: absolute;
    left: -10px;
    top: 10px
}

.site-live-chat-messaging-history-content.operator {
    background: #193547
}

.site-live-chat-messaging-history-content.operator header {
    border-bottom-color: #122734
}

.site-live-chat-messaging-history-content.operator:after {
    border-right: 20px solid #193547
}

.site-live-chat-messaging-history-content.system {
    color: var(--text-color);
    background: #193547
}

.site-live-chat-messaging-history-content.system header {
    border-bottom-color: #122734
}

.site-live-chat-messaging-history-content.system:after {
    border-right: 20px solid #193547
}

.site-live-chat-messaging-history-content.system .site-live-chat-messaging-history-content-sender {
    background: var(--red-color);
    color: #fff;
    font-weight: 500;
    padding: .125rem;
    border-radius: .25rem;
    margin-top: -.25rem
}

.site-live-chat-messaging-history-content a {
    text-decoration: underline;
    color: var(--blue-color)
}

.site-live-chat-messaging-inputs {
    display: flex;
    margin-top: 1rem;
    border-radius: .25rem;
    padding: .25rem
}

.site-live-chat-messaging-inputs input {
    flex: 1 1 100%;
    display: block;
    width: 100%;
    padding: .25rem .5rem;
    color: var(--text-color);
    background-color: var(--dark-color);
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-bottom: .125rem solid var(--blue-color);
    outline: none
}

.site-live-chat-messaging-inputs button {
    all: unset;
    background: 0 0;
    font-size: 2.5rem
}

.site-live-chat-messaging-inputs button .icon {
    fill: var(--blue-color);
    margin-bottom: -.5rem;
    display: block
}

.site-live-chat-messaging-inputs-alert {
    background: var(--red-color);
    color: #fff;
    padding: .5rem;
    border-radius: .25rem;
    font-size: .85rem;
    margin-top: 1rem
}

@-webkit-keyframes bounce {
    0%,5%,13.25%,20%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translateZ(0)
    }

    10%,10.75% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-.5rem,0)
    }

    17.5% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-.25rem,0)
    }

    22.5% {
        transform: translate3d(0,-.0025rem,0)
    }
}

@keyframes bounce {
    0%,5%,13.25%,20%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translateZ(0)
    }

    10%,10.75% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-.5rem,0)
    }

    17.5% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-.25rem,0)
    }

    22.5% {
        transform: translate3d(0,-.0025rem,0)
    }
}

:root {
    --box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
    --header-shadow: 0px 0px 4px rgba(0,0,0,0.4);
    --blue-color: #32a0db;
    --blue-shadow: 0 0 0.25rem rgba(50,160,219,0.4);
    --jungle-color: #009039;
    --jungle-shadow: 0 0 0.25rem rgba(0,144,57,0.4);
    --orange-color: #fd6a00;
    --orange-shadow: 0 0 0.25rem rgba(253,106,0,0.4);
    --red-color: #ff3737;
    --red-shadow: 0 0 0.25rem rgba(255,55,55,0.4);
    --green-color: #b3ea00;
    --green-shadow: 0 0 0.25rem rgba(179,234,0,0.4);
    --yellow-color: #fc3;
    --yellow-shadow: 0 0 0.25rem rgba(255,204,51,0.4);
    --dark-color: #212630;
    --dark-shadow: 0 0 0.25rem rgba(33,38,48,0.4);
    --darker-color: #171a21;
    --darker-shadow: 0 0 0.25rem rgba(23,26,33,0.4);
    --darkest-color: #111318;
    --darkest-shadow: 0 0 0.25rem rgba(17,19,24,0.4);
    --text-color: #fff;
    --text-secondary-color: hsla(0,0%,100%,0.6);
    --text-shadow: 0px 4px 4px rgba(0,0,0,0.4);
    --link-color: #fff;
    --spacer-1: 2px;
    --spacer-2: 10px;
    --font-size-base: 1rem;
    --font-size-lg: 1.5rem;
    --font-size-sm: 0.75rem;
    --border-radius-sm: 0.2375rem;
    --border-radius: 0.475rem;
    --border-radius-lg: 0.95rem;
    --transition-time: 0.3s
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(23,26,33,.2);
    border-radius: 10px;
    background-color: #212630
}

::-webkit-scrollbar-thumb {
    border: 10px solid transparent;
    border-radius: 9999px;
    background-color: #fff;
    min-height: 30px
}

::-webkit-calendar-picker-indicator {
    filter: invert(1)
}

h1,h2,h3,h4,h5,h6 {
    margin: 0
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding: 0 var(--spacer-2);
    width: 100%;
    max-width: 530px
}

body,html {
    display: block;
    padding: 0;
    margin: 0
}

html {
    font-family: Roboto,sans-serif;
    font-size: 16px;
    scroll-behavior: smooth
}

body,html {
    height: 100%
}

body {
    background-color: var(--darker-color);
    color: var(--text-color);
    display: flex;
    flex-direction: column
}

body[data-wait-for-response=true] {
    overflow: hidden;
    height: 100vh
}

body[data-wait-for-response=true]:after,body[data-wait-for-response=true]:before {
    position: fixed
}

* {
    font-family: inherit;
    box-sizing: border-box
}

a {
    color: var(--link-color);
    text-decoration: none
}

svg {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    fill: var(--text-color)
}

[data-wait-for-response=true] {
    position: relative
}

[data-wait-for-response=true]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.7);
    z-index: 10
}

[data-wait-for-response=true]:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    background-image: url(assets/loading-animation.html);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 3rem
}

.d-none {
    display: none
}

.btn {
    all: unset;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: .625rem;
    line-height: 1;
    padding: .475rem;
    display: inline-flex;
    align-items: center;
    border-radius: var(--border-radius-sm);
    justify-content: center;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid transparent;
    -moz-column-gap: .25em;
    column-gap: .25em;
    box-sizing: border-box
}

.btn.disabled,.btn[disabled] {
    opacity: .6;
    pointer-events: none
}

.btn-default {
    border-color: var(--text-color)
}

.btn-default.active,.btn-default:hover {
    background-color: var(--text-color);
    color: var(--dark-color)
}

.btn-default.active svg,.btn-default:hover svg {
    fill: var(--dark-color)
}

.btn-default[disabled] {
    opacity: .6;
    pointer-events: none
}

.btn-blue {
    color: var(--text-color);
    background-color: var(--blue-color);
    box-shadow: var(--blue-shadow);
    border-color: var(--blue-color)
}

.btn-blue svg {
    fill: var(--text-color)
}

.btn-blue.active,.btn-blue:hover {
    background-color: transparent;
    color: var(--blue-color)
}

.btn-blue.active svg,.btn-blue:hover svg {
    fill: var(--blue-color)
}

.btn-jungle {
    color: var(--text-color);
    background-color: var(--jungle-color);
    box-shadow: var(--jungle-shadow);
    border-color: var(--jungle-color)
}

.btn-jungle svg {
    fill: var(--text-color)
}

.btn-jungle.active,.btn-jungle:hover {
    background-color: transparent;
    color: var(--jungle-color)
}

.btn-jungle.active svg,.btn-jungle:hover svg {
    fill: var(--jungle-color)
}

.btn-orange {
    color: var(--text-color);
    background-color: var(--orange-color);
    box-shadow: var(--orange-shadow);
    border-color: var(--orange-color)
}

.btn-orange svg {
    fill: var(--text-color)
}

.btn-orange.active,.btn-orange:hover {
    background-color: transparent;
    color: var(--orange-color)
}

.btn-orange.active svg,.btn-orange:hover svg {
    fill: var(--orange-color)
}

.btn-red {
    color: var(--text-color);
    background-color: var(--red-color);
    box-shadow: var(--red-shadow);
    border-color: var(--red-color)
}

.btn-red svg {
    fill: var(--text-color)
}

.btn-red.active,.btn-red:hover {
    background-color: transparent;
    color: var(--red-color)
}

.btn-red.active svg,.btn-red:hover svg {
    fill: var(--red-color)
}

.btn-green {
    color: var(--text-color);
    background-color: var(--green-color);
    box-shadow: var(--green-shadow);
    border-color: var(--green-color)
}

.btn-green svg {
    fill: var(--text-color)
}

.btn-green.active,.btn-green:hover {
    background-color: transparent;
    color: var(--green-color)
}

.btn-green.active svg,.btn-green:hover svg {
    fill: var(--green-color)
}

.btn-yellow {
    color: var(--text-color);
    background-color: var(--yellow-color);
    box-shadow: var(--yellow-shadow);
    border-color: var(--yellow-color)
}

.btn-yellow svg {
    fill: var(--text-color)
}

.btn-yellow.active,.btn-yellow:hover {
    background-color: transparent;
    color: var(--yellow-color)
}

.btn-yellow.active svg,.btn-yellow:hover svg {
    fill: var(--yellow-color)
}

.btn-dark {
    color: var(--text-color);
    background-color: var(--dark-color);
    box-shadow: var(--dark-shadow);
    border-color: var(--dark-color)
}

.btn-dark svg {
    fill: var(--text-color)
}

.btn-dark.active,.btn-dark:hover {
    background-color: var(--text-color);
    color: var(--dark-color)
}

.btn-dark.active svg,.btn-dark:hover svg {
    fill: var(--dark-color)
}

.btn-darker {
    color: var(--text-color);
    background-color: var(--darker-color);
    box-shadow: var(--darker-shadow);
    border-color: var(--darker-color)
}

.btn-darker svg {
    fill: var(--text-color)
}

.btn-darker.active,.btn-darker:hover {
    background-color: var(--text-color);
    color: var(--darker-color)
}

.btn-darker.active svg,.btn-darker:hover svg {
    fill: var(--darker-color)
}

.btn-darkest {
    color: var(--text-color);
    background-color: var(--darkest-color);
    box-shadow: var(--darkest-shadow);
    border-color: var(--darkest-color)
}

.btn-darkest svg {
    fill: var(--text-color)
}

.btn-darkest.active,.btn-darkest:hover {
    background-color: var(--text-color);
    color: var(--darkest-color)
}

.btn-darkest.active svg,.btn-darkest:hover svg {
    fill: var(--darkest-color)
}

.btn-cart {
    font-size: 1.5rem
}

.top-bar {
    background-color: var(--dark-color);
    margin-bottom: var(--spacer-1)
}

.top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2.5rem;
    gap: var(--spacer-2)
}

.top-bar nav {
    font-size: var(--font-size-sm);
    display: grid;
    grid-auto-flow: column;
    gap: var(--spacer-2);
    margin-left: auto
}

.top-navigation {
    display: none;
    -moz-column-gap: var(--spacer-2);
    column-gap: var(--spacer-2);
    row-gap: var(--spacer-2);
    font-weight: 500;
    background-color: var(--darker-color);
    position: fixed;
    right: 0;
    top: 0;
    width: 70vw;
    height: 100%;
    min-width: 15rem;
    padding: var(--spacer-2);
    z-index: 22;
    box-sizing: border-box;
    grid-template-columns: 1fr auto;
    flex-direction: column;
    overflow: auto
}

.top-navigation.open {
    display: flex
}

.top-navigation-flex {
    display: flex;
    gap: var(--spacer-2)
}

.top-navigation a {
    background-color: var(--dark-color);
    text-align: center;
    padding: .475rem;
    border-radius: var(--border-radius-sm)
}

.top-navigation a.payment {
    color: var(--green-color);
    box-shadow: 0 0 0 2px var(--green-color)
}

.top-navigation a.cart {
    flex: 1 1;
    box-shadow: 0 0 0 2px var(--orange-color);
    color: var(--orange-color)
}

.top-navigation a.cart .icon {
    fill: var(--orange-color)
}

.top-navigation a.sell {
    background-color: var(--jungle-color)
}

.top-navigation a.support {
    box-shadow: 0 0 0 2px var(--text-color);
    margin-top: auto
}

.top-navigation a:hover {
    color: var(--dark-color);
    background-color: var(--text-color)
}

.top-navigation .menu-toggler {
    box-shadow: 0 0 0 2px var(--blue-color);
    color: var(--blue-color);
    position: relative;
    grid-column: 2;
    width: 2em
}

.top-navigation .menu-toggler:after,.top-navigation .menu-toggler:before {
    content: "";
    width: 2px;
    height: 80%;
    background-color: var(--blue-color);
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.top-navigation .menu-toggler:before {
    transform: rotate(45deg)
}

.top-navigation .menu-toggler:after {
    transform: rotate(-45deg)
}

.site-header {
    position: relative;
    background-color: var(--dark-color)
}

.site-header>.container {
    display: grid;
    align-items: center;
    grid-row-gap: var(--spacer-2);
    padding-top: var(--spacer-2);
    padding-bottom: var(--spacer-2);
    box-sizing: border-box
}

.site-header-top {
    display: flex;
    gap: var(--spacer-2);
    align-items: center;
    justify-content: space-between
}

.site-header-slogan {
    font-size: .625rem;
    font-weight: 400
}

.site-header-signed-in-group-user {
    display: grid;
    grid-template-columns: -webkit-min-content 1fr repeat(2,-webkit-min-content);
    grid-template-columns: min-content 1fr repeat(2,min-content);
    -moz-column-gap: .5rem;
    column-gap: .5rem
}

.site-header-signed-in-group-user a {
    padding: 0
}

.site-header-signed-in-group-user-grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 .5rem!important
}

.site-header-signed-in-group-user-avatar {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: var(--border-radius-sm)
}

.site-header-signed-in-group-user-store-name {
    grid-column: 2;
    grid-row: 1;
    font-size: var(--font-size-sm);
    font-weight: 500;
    text-align: left
}

.site-header-signed-in-group-user-balance {
    color: var(--yellow-color);
    font-size: var(--font-size-sm);
    font-weight: 400;
    text-align: left
}

.site-header-signed-in-group-user .btn {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    font-size: 1rem
}

.site-header-signed-in-group-user-messages {
    background-color: var(--darker-color)
}

.site-header-signed-in-group-user-messages svg {
    fill: var(--text-color)
}

.site-header-signed-in-group-user-notifications {
    background-color: var(--darker-color)
}

.site-header-signed-in-group-user-notifications .full {
    fill: var(--orange-color)
}

.input,.input-with-icon,.input-with-label,.select>label,.textarea,input[type=date],input[type=password],input[type=search],input[type=text],select,textarea {
    all: unset;
    width: 100%;
    background-color: var(--darker-color);
    color: var(--text-color);
    line-height: 1;
    border-radius: var(--border-radius-sm);
    box-sizing: border-box
}

.input-with-icon:-webkit-autofill,.input-with-icon:-webkit-autofill:active,.input-with-icon:-webkit-autofill:focus,.input-with-icon:-webkit-autofill:hover,.input-with-label:-webkit-autofill,.input-with-label:-webkit-autofill:active,.input-with-label:-webkit-autofill:focus,.input-with-label:-webkit-autofill:hover,.input:-webkit-autofill,.input:-webkit-autofill:active,.input:-webkit-autofill:focus,.input:-webkit-autofill:hover,.select>label:-webkit-autofill,.select>label:-webkit-autofill:active,.select>label:-webkit-autofill:focus,.select>label:-webkit-autofill:hover,.textarea:-webkit-autofill,.textarea:-webkit-autofill:active,.textarea:-webkit-autofill:focus,.textarea:-webkit-autofill:hover,input[type=date]:-webkit-autofill,input[type=date]:-webkit-autofill:active,input[type=date]:-webkit-autofill:focus,input[type=date]:-webkit-autofill:hover,input[type=password]:-webkit-autofill,input[type=password]:-webkit-autofill:active,input[type=password]:-webkit-autofill:focus,input[type=password]:-webkit-autofill:hover,input[type=search]:-webkit-autofill,input[type=search]:-webkit-autofill:active,input[type=search]:-webkit-autofill:focus,input[type=search]:-webkit-autofill:hover,input[type=text]:-webkit-autofill,input[type=text]:-webkit-autofill:active,input[type=text]:-webkit-autofill:focus,input[type=text]:-webkit-autofill:hover,select:-webkit-autofill,select:-webkit-autofill:active,select:-webkit-autofill:focus,select:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:active,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover {
    transition-delay: 9999s;
    -webkit-transition-property: background-color,color;
    transition-property: background-color,color
}

.input-with-edit-btn {
    display: grid;
    grid-template-columns: 1fr auto
}

.input,.select>label,.textarea,input[type=date],input[type=password],input[type=search],input[type=text],select,textarea {
    display: block;
    padding: .75rem;
    font-size: medium;
    height: 2.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    color: var(--text-color);
    background-color: transparent;
    background-clip: padding-box;
    border-top-width: initial;
    border-right-width: initial;
    border-left-width: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    flex: 1 1 100%;
    padding: 0.25rem 0.5rem;
    border-style: none none none;
    border-image: initial;
    border-bottom: .125rem solid var(--blue-color);
    outline: none;
}

.input,input {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.input::-webkit-scrollbar,input::-webkit-scrollbar {
    width: 0
}

.textarea,textarea {
    height: auto;
    white-space: normal;
    line-height: 1.75
}

.select-with-prompt {
    position: relative
}

.select-with-prompt .prompt-label {
    padding-left: .5rem;
    background-color: var(--darker-color);
    padding-top: .5rem;
    margin-bottom: -.5rem;
    border-top-left-radius: var(--border-radius-sm);
    border-top-right-radius: var(--border-radius)
}

.select-with-prompt .select-area {
    margin-top: .5rem
}

.select {
    position: relative;
    min-width: 0
}

.select>label {
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    position: relative
}

.select>label input {
    padding: 0;
    height: 1em
}

.select>label .icon {
    margin: -.75rem;
    padding: .75rem;
    height: 2.25rem;
    width: 2.25rem;
    flex-shrink: 0
}

.select>label .icon:last-child {
    margin-left: auto
}

.select>label span {
    overflow: hidden;
    text-overflow: ellipsis
}

.select.selected label {
    color: var(--green-color);
    background-color: var(--darker-color)
}

.select.selected label .icon {
    fill: var(--text-color)
}

.select .options {
    position: absolute;
    display: none;
    grid-gap: var(--spacer-1);
    background: var(--darker-color);
    min-width: 100%;
    left: 0;
    margin-top: var(--spacer-1);
    border-radius: var(--border-radius-sm);
    box-shadow: var(--box-shadow);
    z-index: 101;
    overflow: auto;
    top: 100%;
    max-width: calc(100vw - var(--spacer-2)*2)
}

.select .options button {
    all: unset;
    padding: .75em;
    border-radius: var(--border-radius-sm);
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.select .options button.hover,.select .options button:hover {
    background-color: var(--dark-color)
}

.select .options .selected {
    background-color: var(--darkest-color)
}

.select.top .options {
    top: unset;
    bottom: 100%
}

.select.open {
    z-index: 99999
}

.select.open label {
    z-index: 101
}

.select.open .options {
    display: grid
}

.input-with-icon {
    display: flex;
    padding-left: .75rem
}

.input-with-icon .icon {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center
}

.input-with-icon .icon svg {
    width: 1rem;
    height: 1rem
}

.input-with-icon .input,.input-with-icon input {
    background-color: transparent
}

.input-with-label {
    display: flex;
    padding: 0 .75rem;
    align-items: center;
    white-space: nowrap;
    font-size: var(--font-size-sm);
    -moz-column-gap: calc(var(--spacer-2)/4);
    column-gap: calc(var(--spacer-2)/4)
}

.input-with-label .input,.input-with-label .select,.input-with-label .select>label,.input-with-label input {
    background-color: transparent;
    text-align: right;
    flex: 1 1;
    padding: .75rem 0;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.input-with-label .select {
    padding: 0 .75rem;
    margin: 0 -.75rem
}

.input-with-label .select>label .icon:last-child {
    margin-left: unset
}

.input-with-label .input input {
    padding: 0
}

.input-with-label.disabled label {
    color: var(--text-secondary-color)
}

section,section>header {
    margin-bottom: var(--spacer-2)
}

section>header {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: var(--border-radius);
    font-size: 1.25rem;
    font-weight: 500;
    box-shadow: var(--header-shadow);
    padding: 0 var(--spacer-2)
}

section>header:before {
    content: "";
    background-color: var(--darkest-color);
    background-image: url(assets/header-bg-icon-game.html);
    background-repeat: repeat;
    position: absolute;
    z-index: -1;
    transform: rotate(-5deg);
    top: -400%;
    left: -400%;
    width: 800%;
    height: 800%
}

section>header h1,section>header h2 {
    margin: 0;
    line-height: 1.5em;
    font-size: inherit;
    padding: .75em 0
}

section>header a svg {
    vertical-align: bottom
}

.site-footer {
    background-color: var(--dark-color);
    margin-bottom: 0;
    margin-top: auto
}

.site-footer.visible {
    background-image: url(assets/gms_footer_patern_360.html)
}

.site-footer-top .container {
    display: grid
}

.site-footer-top-box {
    display: grid;
    padding: var(--spacer-2);
    -moz-column-gap: var(--spacer-2);
    column-gap: var(--spacer-2);
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 1fr
}

.site-footer-top-box .icon {
    width: 3.75rem;
    height: 3.75rem;
    grid-row: 1/3;
    align-self: center
}

.site-footer-top-box h3 {
    margin: 0
}

.site-footer-top-box p {
    grid-column: 2;
    margin: 0
}

.site-footer-middle {
    display: grid
}

.site-footer-links {
    display: grid;
    grid-gap: var(--spacer-1);
    border-bottom: var(--spacer-1) solid var(--darker-color);
    white-space: nowrap;
    padding-top: calc(var(--spacer-2)*2);
    padding-bottom: calc(var(--spacer-2)*2);
    row-gap: var(--spacer-2)
}

.site-footer-links>div {
    padding: 0 var(--spacer-2)
}

.site-footer-links>div h4 {
    font-size: var(--font-size-lg);
    font-weight: 500;
    margin-bottom: .25em
}

.site-footer-links>div h5 {
    font-size: var(--font-size-base);
    font-weight: 400;
    margin: 0 0 .125em;
    list-style: inside;
    display: list-item
}

.site-footer-contact {
    display: grid;
    grid-row-gap: var(--spacer-2);
    justify-content: center;
    text-align: center;
    padding: var(--spacer-2);
    border-top: var(--spacer-1) solid var(--darker-color)
}

.site-footer-contact .phone-link {
    font-size: var(--font-size-lg);
    font-weight: 500
}

.site-footer-contact .phone-link .icon {
    font-size: .825em;
    margin-right: .25em
}

.site-footer-contact .mail-link {
    font-weight: 500
}

.site-footer-socials {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: var(--spacer-2)
}

.site-footer-socials h6 {
    text-align: center;
    font-size: var(--font-size-base);
    font-weight: 500;
    margin: 0 0 1rem
}

.site-footer-socials-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.site-footer-socials-list a {
    margin: .5rem
}

.site-footer-socials-list svg {
    width: 2rem;
    height: 2rem
}

.site-footer-bottom {
    background-color: var(--darker-color);
    font-size: var(--font-size-sm)
}

.site-footer-bottom .container {
    display: grid;
    align-items: center;
    text-align: center;
    padding: var(--spacer-2);
    row-gap: var(--spacer-2);
    box-sizing: border-box
}

.site-footer-bottom .container img {
    max-width: 100%
}

hr {
    margin-top: var(--spacer-2);
    margin-bottom: var(--spacer-2);
    border: none;
    border-top: 1px solid hsla(0,0%,100%,.1);
    width: 100%
}

hr.hr-lg {
    margin-top: 5rem;
    margin-bottom: 5rem
}

.search-box {
    border-radius: var(--border-radius)
}

.search-box,.search-box input {
    font-size: var(--font-size-base)
}

.site-notifications {
    display: grid;
    gap: calc(var(--spacer-2)/2);
    right: var(--spacer-2);
    z-index: 21;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    position: fixed;
    top: var(--spacer-2)
}

.site-notifications>div {
    position: relative;
    background-color: rgba(50,160,219,.925);
    border-radius: var(--border-radius-sm);
    padding: calc(var(--spacer-2)/2)
}

.site-notifications>div h2 {
    font-size: .75rem;
    display: flex;
    gap: .5rem;
    align-items: baseline;
    margin-bottom: .25rem;
    padding-bottom: .25rem;
    padding-right: 1.5rem;
    border-bottom: 1px solid rgba(0,0,0,.15);
    box-shadow: 0 1px 0 0 rgba(50,160,219,.35);
    font-weight: 500
}

.site-notifications>div h2 small {
    font-weight: 900
}

.site-notifications>div a {
    font-size: .75rem;
    font-weight: 500
}

.site-notifications>div button {
    all: unset;
    font-size: 1.5rem;
    line-height: .6em;
    position: absolute;
    color: var(--text-color);
    top: 0;
    right: 0;
    z-index: 103;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.site-notifications>div button:before {
    content: "×"
}

.youtube-red {
    fill: red
}

.youtube-white {
    fill: #fff
}

.grid-2 {
    display: grid;
    grid-gap: var(--spacer-2);
    grid-template-columns: repeat(2,1fr)
}

.top-banner {
    display: grid;
    grid-column-gap: var(--spacer-2);
    margin-top: var(--spacer-2)
}

.top-banner a {
    box-shadow: var(--box-shadow)
}

.top-banner a,.top-banner a picture {
    border-radius: var(--border-radius);
    overflow: hidden;
    display: block
}

.top-banner a picture {
    width: 100%;
    height: 100%
}

.top-banner a picture img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.fit-slider {
    position: relative;
    overflow: hidden
}

.fit-slider-nav {
    all: unset;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 2rem;
    opacity: .25;
    height: 1em;
    cursor: pointer;
    z-index: 1
}

.fit-slider-nav svg {
    fill: var(--text-color)
}

.fit-slider-nav[data-direction=prev] {
    left: calc(var(--spacer-2)/2);
    transform: rotate(90deg)
}

.fit-slider-nav[data-direction=next] {
    right: calc(var(--spacer-2)/2);
    transform: rotate(270deg)
}

.fit-slider-wrapper {
    display: flex;
    transition: transform var(--transition-time);
    height: 100%
}

.fit-slider-wrapper>* {
    display: flex;
    justify-content: center;
    flex: 1 0 100%;
    min-width: 0
}

.fit-slider-wrapper a {
    flex: 1 1 100%;
    min-width: 100%
}

.featured-products {
    display: grid;
    grid-gap: var(--spacer-2)
}

.featured-products a {
    box-shadow: var(--box-shadow)
}

.featured-products a,.featured-products a picture {
    border-radius: var(--border-radius);
    overflow: hidden;
    display: block
}

.featured-products a picture {
    width: 100%
}

.featured-products a picture img {
    display: block;
    width: 100%;
    height: auto
}

.product {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    background-color: var(--dark-color);
    box-shadow: 0 0 0 1px #323232,var(--box-shadow);
    border-radius: var(--border-radius);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 0;
    padding: .625rem;
    transition: transform var(--transition-time)
}

.product:hover {
    transform: translateY(-.25rem)
}

.product>.product-image,.product>h3,.product>label {
    grid-column: 1/3;
    margin: 0
}

.product .original-price,.product .selling-price {
    grid-column: 2;
    text-align: right
}

.product .original-price {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: var(--text-secondary-color);
    line-height: .875;
    height: .625rem;
    font-size: .625rem;
    max-height: .625rem;
    min-height: .15625rem
}

.product .original-price label {
    display: inline-block;
    background-color: var(--red-color);
    color: var(--text-color);
    font-size: .5rem;
    font-weight: 700;
    line-height: 1;
    border-radius: var(--border-radius-sm);
    padding: .125rem .25rem;
    box-shadow: var(--red-shadow);
    margin-left: .125rem;
    transform: translateY(-.25em);
    position: relative;
    z-index: 1
}

.product .selling-price {
    font-size: 1.25rem;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap
}

.product .btn {
    grid-column: 2;
    grid-row: 4/6;
    align-self: flex-end;
    padding: .6875rem
}

.product .btn span {
    display: block
}

.product>.product-image {
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
    margin: -.625rem;
    width: calc(100% + 1.3rem);
    aspect-ratio: 1.25;
    display: flex;
    justify-content: center;
    align-items: center
}

.product>.product-image img {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.product>label {
    background-color: var(--text-color);
    color: var(--jungle-color);
    border-radius: var(--border-radius-sm);
    text-align: center;
    padding: 0 .5rem;
    font-size: .625rem;
    font-weight: 900;
    white-space: nowrap;
    margin-top: .3125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.875rem;
    z-index: 1;
    min-width: 0
}

.product>label span {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.product>label.highlight {
    color: var(--red-color)
}

.product h3 {
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.25em;
    height: 2.5em;
    overflow: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 1rem 0
}

.product.highlight label {
    color: var(--red-color)
}

.product.not-confirmed {
    opacity: .75
}

.product-store-info {
    display: flex;
    align-items: flex-end;
    grid-row: span 2
}

.product-store-info img {
    display: block;
    height: 1.5rem;
    width: auto
}

.product-store-info svg {
    font-size: 1.5rem
}

.product-store-info svg.active {
    fill: var(--blue-color)
}

.product .video-info {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: calc(var(--spacer-2)/4)
}

.product-skin {
    position: relative
}

.product-skin .instant-delivery {
    display: flex;
    position: absolute;
    z-index: 2;
    top: calc(var(--spacer-2)/2);
    right: calc(var(--spacer-2)/2);
    background-color: var(--jungle-color);
    border-radius: var(--border-radius-sm);
    min-width: 1.25rem;
    height: 1.25rem;
    font-size: var(--font-size-sm);
    justify-content: center;
    align-items: center;
    padding: 0 .375rem
}

.product-skin .instant-delivery:after {
    content: "Hemen Teslim";
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    transition: max-width var(--transition-time)
}

.product-skin-stickers {
    display: flex;
    position: absolute;
    flex-wrap: wrap;
    justify-content: center;
    top: calc(var(--spacer-2)/2);
    left: calc(var(--spacer-2)/2);
    right: calc(var(--spacer-2)/2)
}

.product-skin-stickers img {
    width: 2rem;
    height: auto
}

.product-skin .product-image {
    background-color: var(--dark-color);
    box-shadow: inset 0 0 100px #000
}

.product-skin .product-image button {
    all: unset;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--text-color);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 1em;
    padding: 1em .75em;
    border-radius: var(--border-radius-sm);
    margin: auto;
    color: var(--darkest-color);
    font-weight: 500;
    line-height: 1;
    z-index: 2
}

.product-skin:hover .instant-delivery:after {
    max-width: 15rem
}

.product-skin:hover .product-image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(33,38,48,.9);
    z-index: 1
}

.product-skin:hover .product-image button {
    display: block
}

.product-skin .float-rank {
    height: 6px;
    margin: -10px auto auto;
    width: 90%;
    grid-column: 1/3
}

.product-skin .float-rank .label {
    font-size: .5rem;
    top: -2em;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    left: 0;
    right: 0
}

.product-skin .float-rank[data-rank=""] {
    visibility: hidden
}

.product-skin .btn {
    grid-row: 5/7
}

.category-buttons {
    display: grid;
    grid-column-gap: var(--spacer-2);
    align-items: center;
    grid-template-columns: unset
}

.category-buttons nav {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(6.125rem,1fr);
    grid-column-gap: var(--spacer-1);
    padding-top: var(--spacer-2);
    padding-bottom: var(--spacer-2);
    margin-top: calc(var(--spacer-2)*-1);
    margin-bottom: calc(var(--spacer-2)*-1);
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    flex: 1 1;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth
}

.category-buttons nav::-webkit-scrollbar {
    display: none
}

.category-buttons nav a {
    box-shadow: var(--box-shadow);
    background-color: var(--dark-color);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    scroll-snap-align: start;
    width: 100%
}

.category-buttons nav a:first-child {
    border-radius: var(--border-radius) 0 0 var(--border-radius)
}

.category-buttons nav a:last-child {
    border-radius: 0 var(--border-radius) var(--border-radius) 0
}

.category-buttons nav a img {
    display: block;
    width: auto;
    height: auto
}

.category-buttons nav a svg {
    flex-shrink: 0
}

.category-buttons nav a.active,.category-buttons nav a:hover {
    transform: scale(1.01);
    border-radius: var(--border-radius);
    background-color: var(--text-color);
    color: var(--dark-color);
    position: relative;
    z-index: 1
}

.category-buttons nav a.active:first-child,.category-buttons nav a:hover:first-child {
    transform: scale(1.01) translateX(.45%)
}

.category-buttons nav a.active:last-child,.category-buttons nav a:hover:last-child {
    transform: scale(1.01) translateX(-.45%)
}

.category-buttons nav a.active img,.category-buttons nav a:hover img {
    filter: invert(100%)
}

.category-buttons nav a.active svg,.category-buttons nav a:hover svg {
    fill: var(--dark-color)
}

.auctions {
    margin-top: var(--spacer-2)
}

.auctions header:before {
    background-image: url(assets/header-bg-icon-auction.html)
}

.auctions .product>label {
    font-size: .75rem;
    justify-content: space-between
}

.auctions .product>label span {
    font-size: 1rem;
    color: var(--dark-color)
}

.auctions .product>label .icon {
    fill: var(--dark-color)
}

.auctions .product>label small {
    width: 100%;
    text-align: center
}

.auctions .product h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 1.25em;
    margin-bottom: 0
}

.auctions .product .original-price,.auctions .product .selling-price {
    grid-column: 1;
    text-align: left
}

.auctions .product .original-price {
    font-size: var(--font-size-sm);
    color: var(--red-color);
    font-weight: 900
}

.auctions .product .original-price .icon {
    margin-right: .25rem;
    fill: var(--red-color);
    vertical-align: text-top
}

.auctions .product .detail {
    font-size: var(--font-size-sm);
    grid-column: 1/3;
    margin-bottom: .6875rem
}

.auctions .product .btn {
    grid-row: 5/7
}

.blog {
    display: block;
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden
}

.blog-image,.blog-image img {
    display: block;
    width: 100%;
    height: 100%
}

.blog-image img {
    -o-object-fit: cover;
    object-fit: cover
}

.blog-body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    padding: calc(var(--spacer-2)/2)
}

.blog-body label {
    background-color: var(--blue-color);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: .25em .5em;
    line-height: 1;
    cursor: pointer;
    font-size: .75rem
}

.blog-body label,.blog-body svg {
    height: 1.5em;
    border-radius: var(--border-radius-sm)
}

.blog-body svg {
    width: 1.5em;
    margin-left: auto;
    background: var(--blue-color);
    padding: .25em
}

.blog-body h2 {
    font-size: var(--font-size-lg);
    font-weight: 500;
    grid-column: 1/3;
    grid-row: 2;
    margin-top: auto;
    line-height: 1
}

.donates {
    margin-top: var(--spacer-2)
}

.donates header:before {
    background-image: url(assets/header-bg-icon-donate.html)
}

.donates .donate {
    display: grid;
    background-color: var(--dark-color);
    box-shadow: var(--box-shadow);
    border-radius: var(--border-radius);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 1.25rem
}

.donates .donate>picture {
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
    margin: -1.25rem;
    width: calc(100% + 2.5rem);
    aspect-ratio: 1.25;
    display: flex;
    justify-content: center;
    align-items: center
}

.donates .donate>picture img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.donates .donate>h2 {
    background-color: var(--text-color);
    color: var(--darker-color);
    border-radius: var(--border-radius-sm);
    box-shadow: var(--box-shadow);
    text-align: center;
    padding: 0 .5rem;
    font-size: var(--font-size-sm);
    font-weight: 500;
    white-space: nowrap;
    margin-top: .3125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.875rem;
    z-index: 1
}

.donates .donate .networks {
    margin: var(--spacer-2) 0;
    grid-gap: calc(var(--spacer-2)/2);
    justify-content: center;
    display: grid;
    grid-auto-flow: column
}

.donates .donate .networks .icon {
    width: 1.625rem;
    height: 1.625rem
}

.donates .donate .networks .icon:nth-child(n+4) {
    display: block
}

.donates .donate .btn {
    display: grid;
    grid-template-columns: auto 1fr;
    height: 2.5rem;
    box-sizing: border-box;
    font-size: .75rem
}

.donates .donate .btn>svg {
    background-color: var(--text-color);
    margin: -1.5rem 0 -1.5rem -.75rem;
    height: 2.5rem;
    width: 2.5rem;
    fill: var(--blue-color);
    padding: .75rem;
    box-sizing: border-box;
    border-radius: var(--border-radius-sm)
}

.donates .donate .btn>span {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: .25rem
}

.donates .donate .btn>span span {
    display: inline-block
}

.blog-item {
    display: grid;
    grid-gap: var(--spacer-2);
    box-shadow: var(--box-shadow-sm);
    background-color: var(--dark-color)
}

.blog-item,.blog-item-image {
    border-radius: var(--border-radius-sm);
    overflow: hidden
}

.blog-item-image {
    position: relative;
    display: block
}

.blog-item-image label {
    position: absolute;
    top: .5rem;
    left: .5rem;
    background: var(--orange-color);
    margin-bottom: auto;
    padding: .25em .5em;
    border-radius: var(--border-radius-sm);
    width: 12em;
    text-align: center;
    font-size: .75rem;
    color: #fff;
    cursor: pointer
}

.blog-item-image img {
    width: 100%;
    display: block
}

.blog-item.pubg-mobile-haberleri .blog-item-image label {
    background-color: #93c03d
}

.blog-item.knight-online-haberleri .blog-item-image label {
    background-color: #3ebafd
}

.blog-item.cs2-haberleri .blog-item-image label {
    background-color: #fd3e77
}

.blog-item.league-of-legends-haberleri .blog-item-image label {
    background-color: #1503ea
}

.blog-item.metin2-haberleri .blog-item-image label {
    background-color: #fd6a00
}

.blog-item.valorant-haberleri .blog-item-image label {
    background-color: #00537a
}

.blog-item.diger-oyun-haberleri .blog-item-image label {
    background-color: #9d3efd
}

.blog-item.black-desert-haberleri .blog-item-image label {
    background-color: #3ac20b
}

.blog-item-header {
    display: grid;
    grid-template-columns: 1fr auto;
    margin-left: 0;
    padding: 0 var(--spacer-2)
}

.blog-item-header h2 {
    font-size: 1.25rem;
    margin-bottom: 0
}

.blog-item-header-info {
    font-size: .75rem;
    display: flex;
    align-items: center
}

.blog-item-header-info svg {
    width: 2em;
    height: 2em;
    padding: .325em;
    background: var(--blue-color);
    fill: #fff;
    border-radius: var(--border-radius-sm);
    margin-left: .5rem
}

.blog-item-body {
    font-size: .75rem;
    padding: 0 var(--spacer-2)
}

.blog-item-footer {
    display: flex;
    font-size: .625rem;
    grid-column-gap: 1rem;
    align-items: center;
    padding: 0 var(--spacer-2) var(--spacer-2)
}

.blog-item-footer-author {
    display: flex;
    gap: .5rem;
    align-items: center
}

.blog-item-footer-author a {
    display: flex;
    font-weight: 700;
    gap: .25rem;
    align-items: center
}

.blog-item-footer-author .author-image {
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: var(--border-radius-sm)
}

.blog-item-footer-author .author-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blog-item-footer-date {
    display: flex;
    align-items: center
}

.blog-item-footer-date svg {
    width: .75rem;
    height: .75rem;
    margin-right: .25rem;
    fill: var(--text-color)
}

.blog-item-footer-link {
    display: flex;
    align-items: center;
    margin-left: auto
}

.blog-item-footer-link svg {
    width: .75rem;
    height: .5rem;
    margin-left: .25rem;
    fill: var(--text-color)
}

.section-content {
    background-color: var(--dark-color);
    box-shadow: var(--box-shadow);
    padding: var(--spacer-2);
    border-radius: var(--border-radius)
}

section>header+.section-content {
    padding: calc(var(--spacer-2)*2) var(--spacer-2) var(--spacer-2);
    margin-top: calc(var(--spacer-2)*-2);
    border-radius: 0 0 var(--border-radius) var(--border-radius)
}

.section-content p {
    margin-top: 0;
    margin-bottom: 0
}

.section-content p:not(:last-of-type) {
    margin-bottom: 1rem
}

.product.sponsored {
    position: relative
}

.product.sponsored:nth-child(6n+1) {
    box-shadow: 0 0 0 3px #32a0db,0 0 20px rgba(50,160,219,.8)
}

.product.sponsored:nth-child(6n+1):after {
    background-color: #32a0db
}

.product.sponsored:nth-child(6n+2) {
    box-shadow: 0 0 0 3px #009039,0 0 20px rgba(0,144,57,.8)
}

.product.sponsored:nth-child(6n+2):after {
    background-color: #009039
}

.product.sponsored:nth-child(6n+3) {
    box-shadow: 0 0 0 3px #fd6a00,0 0 20px rgba(253,106,0,.8)
}

.product.sponsored:nth-child(6n+3):after {
    background-color: #fd6a00
}

.product.sponsored:nth-child(6n+4) {
    box-shadow: 0 0 0 3px #ff3737,0 0 20px rgba(255,55,55,.8)
}

.product.sponsored:nth-child(6n+4):after {
    background-color: #ff3737
}

.product.sponsored:nth-child(6n+5) {
    box-shadow: 0 0 0 3px #b3ea00,0 0 20px rgba(179,234,0,.8)
}

.product.sponsored:nth-child(6n+5):after {
    background-color: #b3ea00
}

.product.sponsored:nth-child(6n+6) {
    box-shadow: 0 0 0 3px #fc3,0 0 20px rgba(255,204,51,.8)
}

.product.sponsored:nth-child(6n+6):after {
    background-color: #fc3
}

.product.sponsored:after {
    content: "Vitrin İlanı";
    font-size: var(--font-size-sm);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    padding: .325em 1.5em calc(.325em + 3px);
    font-weight: 900;
    border-radius: 0 0 var(--border-radius) var(--border-radius)
}

#homepage-desc {
    line-height: 1.5
}

#homepage-desc h2 {
    margin-top: 1.5rem;
    margin-bottom: .5rem
}

#homepage-desc p {
    margin: 0 0 .5rem
}

#homepage-desc .about-section-body {
    max-height: 8rem;
    overflow: auto
}

#homepage-desc button {
    background: 0 0;
    border: none;
    outline: none;
    margin-top: var(--spacer-2);
    color: var(--text-color);
    padding: 0;
    font-size: var(--font-size-base);
    font-weight: 700;
    font-style: italic;
    cursor: pointer
}

.top-banner .fit-slider a picture {
    aspect-ratio: 3
}

.category-buttons nav a img {
    max-height: 67.5%;
    max-width: 80%
}

.blogs-container {
    display: grid;
    gap: var(--spacer-2)
}

.blogs-container .blog-left-column-item {
    margin: 0
}