@import url(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&display=swap);body.has-popup {
    overflow: hidden
}

.gs-popup {
    position: fixed;
    background: rgba(0,0,0,.7);
    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: -moz-max-content;
    width: max-content;
    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-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;
    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: 1rem;
    bottom: 1rem;
    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;
    animation-name: bounce;
    transform-origin: center bottom;
    animation-iteration-count: infinite;
    animation-duration: 3s
}

.site-live-chat:not(.site-live-chat-toggler) {
    width: 24rem;
    height: 36rem;
    max-width: calc(100% - .75rem);
    max-height: calc(100% - 166px - .75rem)
}

.site-live-chat:not(.site-live-chat-toggler).messaging {
    width: 33.75rem
}

.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: none;
    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.png),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: none;
    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: none;
    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: rgb(28.2,32.3,40.8)
}

.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: rgb(24.92,52.84,70.8)
}

.site-live-chat-messaging-history-content.operator header {
    border-bottom-color: rgb(18.2812620142,38.7633180109,51.9387379858)
}

.site-live-chat-messaging-history-content.operator:after {
    border-right: 20px solid rgb(24.92,52.84,70.8)
}

.site-live-chat-messaging-history-content.system {
    color: var(--text-color);
    background: rgb(24.92,52.84,70.8)
}

.site-live-chat-messaging-history-content.system header {
    border-bottom-color: rgb(18.2812620142,38.7633180109,51.9387379858)
}

.site-live-chat-messaging-history-content.system:after {
    border-right: 20px solid rgb(24.92,52.84,70.8)
}

.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: none;
    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
}

@keyframes bounce {
    0%,5%,13.25%,20%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translateZ(0)
    }

    10%,10.75% {
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-.5rem,0)
    }

    17.5% {
        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: 1.25rem;
    --font-size-base: 1rem;
    --font-size-lg: 1.5rem;
    --font-size-sm: 0.75rem;
    --border-radius-sm: 0.3125rem;
    --border-radius: 0.625rem;
    --border-radius-lg: 1.125rem;
    --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: 1230px
}

@media(min-width: 1270px) {
    .container {
        width:calc(100vw - 50px)
    }
}

@media(min-width: 1680px) {
    .container {
        wiwdth:1760px
    }
}

body,html {
    display: block;
    min-height: 100%;
    padding: 0;
    margin: 0
}

html {
    font-family: Roboto,sans-serif;
    height: 100%;
    font-size: 12px;
    scroll-behavior: smooth
}

@media(min-width: 1270px) {
    html {
        font-size:calc(.97561vw - .39024px)
    }
}

@media(min-width: 1680px) {
    html {
        font-size:16px
    }
}

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 {
    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.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 3rem
}

.d-none {
    display: none
}

.show-on-mobile {
    display: none!important
}

input::-moz-placeholder {
    color: var(--text-secondary-color)
}

input::placeholder {
    color: var(--text-secondary-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;
    height: 2.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: 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;
    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%;
    right: 0;
    margin-top: var(--spacer-1);
    border-radius: var(--border-radius-sm);
    box-shadow: var(--box-shadow);
    z-index: 101;
    overflow: auto;
    top: 100%
}

.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: 999999
}

.select.open label {
    z-index: 101
}

.select.open .options {
    display: grid
}

.input-with-icon {
    display: flex;
    padding: 0 .75rem
}

.input-with-icon .icon {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center
}

.input-with-icon .icon svg {
    flex-shrink: 0;
    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;
    -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)
}

.btn {
    all: unset;
    -webkit-user-select: none;
    -moz-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;
    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;
    padding: .4375rem
}

.top-bar {
    background-color: var(--dark-color);
    margin-bottom: var(--spacer-1);
    width: -moz-fit-content;
    width: fit-content
}

@media(min-width: 1080px) {
    .top-bar {
        width:auto
    }
}

.top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2.5rem
}

.top-bar nav {
    font-size: var(--font-size-sm);
    display: grid;
    grid-auto-flow: column;
    grid-gap: calc(var(--spacer-2)/2);
    margin-left: auto
}

.site-header {
    background-color: var(--dark-color);
    margin-bottom: var(--spacer-1);
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}

@media(min-width: 1080px) {
    .site-header {
        width:auto
    }
}

.site-header>.container {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    grid-row-gap: var(--spacer-2);
    padding-top: var(--spacer-2);
    padding-bottom: var(--spacer-2);
    box-sizing: border-box;
    height: 5rem;
    grid-template-columns: repeat(3,1fr)
}

.site-header-side {
    display: flex;
    align-items: center
}

.site-header-side.right {
    display: grid;
    justify-content: flex-end;
    grid-column-gap: 1rem;
    grid-auto-flow: column
}

.site-header-side.left {
    gap: var(--spacer-2);
    flex-direction: row;
    align-items: center;
    justify-content: flex-start
}

.site-header-side.left a,.site-header-side.left a picture {
    display: block
}

.site-header-side.left a picture img {
    max-width: 100%;
    display: block
}

.site-header-slogan {
  font-size: unset;
    font-weight: 400;
    white-space: nowrap;
    align-self: flex-end;
    margin-top: 0;
    color: #dd9639;
}

.site-header-signed-in-group-user {
    display: grid;
    border: 1px solid #000;
    align-items: center;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    padding: 0 .5rem;
    grid-auto-flow: column;
    border-radius: var(--border-radius-sm);
    height: 100%
}

.site-header-signed-in-group-user-avatar {
    display: block;
    width: 1.875rem;
    height: 1.875rem;
    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
}

.site-header-signed-in-group-user-balance {
    color: var(--yellow-color);
    font-size: var(--font-size-sm);
    font-weight: 400
}

.site-header-signed-in-group-user .btn {
    position: relative;
    width: calc(1.875rem - 2px);
    height: calc(1.875rem - 2px);
    padding: 0
}

.site-header-signed-in-group-user .btn label {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--red-color);
    font-size: .625rem;
    height: 1.5em;
    min-width: 1.5em;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--border-radius-sm);
    transform: translate3d(40%,-40%,0)
}

.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)
}

.top-navigation {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(2.5em,1fr));
    font-weight: 500;
    background-color: var(--darker-color);
    grid-column-gap: var(--spacer-1);
    align-items: baseline;
}

.top-navigation a {
    position: relative;
    background-color: var(--dark-color);
    text-align: center;
    padding: .75rem;
    border-radius: 0
}

.top-navigation a.games {
    border-radius: 0 0 0 var(--border-radius)
}

.top-navigation a.payment {
    border-radius: 0 0 var(--border-radius) 0;
    color: var(--green-color)
}

.top-navigation a.green {
    color: var(--green-color)
}

.top-navigation a.new-menu {
    position: relative
}

.top-navigation a.new-menu:after {
    content: "Yeni";
    position: absolute;
    top: -12px;
    right: 6px;
    color: var(--text-color);
    font-size: var(--font-size-sm);
    padding: .25rem .75rem;
    border-radius: var(--border-radius-sm);
    background-color: var(--red-color)
}

.top-navigation a:hover {
    color: var(--dark-color);
    background-color: var(--text-color)
}




.top-navigation .badge {

 padding: 4px 8px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  /* Animasyon 12 saniye sürecek ve sonsuz dönecek */
  animation: badgeColor 12s linear infinite;
}

/* HSL ile pürüzsüz renk geçişi */
@keyframes badgeColor {
    0%   { background-color: rgba(255, 255, 0, 0.3); }      /* sarı */
  20%  { background-color: rgba(255, 165, 0, 0.3); }      /* turuncu */
  40%  { background-color: rgba(135, 206, 250, 0.3); }    /* açık mavi */
  60%  { background-color: rgba(216, 191, 216, 0.3); }    /* açık mor (lavanta) */
  80%  { background-color: rgba(0, 128, 0, 0.3); }        /* yeşil */
  100% { background-color: rgba(255, 182, 193, 0.3); }    /* açık pembe */
}
.goldbar-row .goldbar-row-input,.goldbar-row .goldbar-row-price {
    display: grid;
    gap: calc(var(--spacer-2)/2);
    text-align: center;
    font-size: var(--font-size-lg);
    min-width: 7rem
}









.top-navigation .badge {
    /positi/on: absolute;
    top: -10px;
    right: 0;
    background-color: var(--red-color);
    color: var(--text-color);
    font-size: .65rem;
    padding: .15rem .25rem;
    border-radius: var(--border-radius-sm)
}

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.png);
    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);
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0;
    margin-top: auto
}

@media(min-width: 1080px) {
    .site-footer {
        width:auto
    }
}

.site-footer.visible {
    background-image: url(/assets/gms_footer_patern_360.png)
}

.site-footer-top {
    border-bottom: var(--spacer-1) solid var(--darker-color)
}

.site-footer-top .container {
    display: grid;
    grid-template-columns: repeat(4,1fr)
}

.site-footer-top-box {
    display: grid;
    padding: var(--spacer-2);
    grid-column-gap: var(--spacer-2);
    grid-template-rows: 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;
    grid-template-columns: unset
}

.site-footer-links {
    display: grid;
    grid-gap: var(--spacer-1);
    border-bottom: var(--spacer-1) solid var(--darker-color);
    grid-template-columns: repeat(5,auto);
    grid-row: 1/3;
    grid-column: 1/4;
    white-space: nowrap;
    padding-top: calc(var(--spacer-2)*2);
    padding-bottom: calc(var(--spacer-2)*2);
    justify-content: center
}

.site-footer-links>div {
    padding: 0 var(--spacer-2)
}

.site-footer-links>div:not(:last-child) {
    border-right: var(--spacer-1) solid var(--darker-color)
}

.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-left: var(--spacer-1) solid var(--darker-color);
    border-bottom: var(--spacer-1) solid var(--darker-color);
    grid-row: 1
}

.site-footer-contact .phone-link {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: var(--font-size-lg);
    font-weight: 500
}

.site-footer-contact .phone-link .icon {
    font-size: .825em
}

.site-footer-contact .mail-link {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-weight: 500
}

.site-footer-contact .mail-link .icon {
    font-size: 1.25em
}

.site-footer-socials {
    display: flex;
    justify-content: center;
    flex-direction: column;
    grid-row: 2;
    border-left: var(--spacer-1) solid var(--darker-color);
    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;
    padding: var(--spacer-2);
    grid-row-gap: var(--spacer-2);
    box-sizing: border-box;
    grid-template-columns: 1fr 50em 1fr
}

.site-footer-bottom .container .text-right img {
    max-width: 100%
}

.site-footer-bottom .container .text-center {
    text-align: center
}

.site-footer-bottom .container .text-right {
    text-align: right
}

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: -moz-max-content;
    width: max-content;
    max-width: min(40rem,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 button {
    all: unset;
    font-size: 1.5rem;
    line-height: .6em;
    position: absolute;
    color: var(--text-color);
    top: 0;
    right: 0;
    z-index: 103;
    width: 2rem;
    height: 2rem;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.site-notifications>div button:before {
    content: "×"
}

.youtube-red {
    fill: red
}

.youtube-white {
    fill: #fff
}

.secret-area {
    display: none
}

.grid-6 {
    display: grid;
    grid-gap: var(--spacer-2);
    grid-template-columns: repeat(auto-fit, 14.9rem);
    just1y-content: space-evenly;
}

.grid-6-center {
    just1ify-content: center
}

.top-banner {
    display: grid;
    grid-column-gap: var(--spacer-2);
    grid-template-columns: 1.444fr 6.5fr 1.444fr
}

.top-banner a {
    box-shadow: var(--box-shadow);
    border-radius: var(--border-radius);
    overflow: hidden;
    display: block
}

.top-banner a.left,.top-banner a.right {
    display: block;
    transition: transform var(--transition-time);
}

.top-banner a.left:hover,.top-banner a.right:hover {
    transform: translateY(-.25rem)
}

.top-banner a picture {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: var(--border-radius);
       border: 3px solid #2b3342;
    border-radius: 10px;
    /* padding: 3px; */
    background: #212630;
}

.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: 10px;
    1grid-gap: var(--spacer-2);
    grid-template-columns: repeat(4,1fr)
}

.featured-products a {
    box-shadow: var(--box-shadow);
    border-radius: var(--border-radius);
    overflow: hidden;
    display: block;
    transition: transform var(--transition-time)
}

.featured-products a:hover {
    transform: translateY(-.25rem)
}

.featured-products a picture {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: var(--border-radius);
    
       border: 3px solid #2b3342;
    border-radius: 10px;
    /* padding: 3px; */
    background: #212630;
}

.featured-products a picture img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.loyalty,.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;
    user-select: none;
    min-width: 0;
    padding: 1.25rem;
    transition: transform var(--transition-time)
}

.loyalty:hover,.product:hover {
    transform: translateY(-.25rem)
}

.loyalty>.product-image,.loyalty>h3,.loyalty>label,.product>.product-image,.product>h3,.product>label {
    grid-column: 1/3;
    margin: 0
}

.loyalty .original-price,.loyalty .selling-price,.product .original-price,.product .selling-price {
    grid-column: 2;
    text-align: right
}

.loyalty .original-price,.product .original-price {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: var(--text-secondary-color);
    line-height: .875;
    height: var(--font-size-base);
    max-height: var(--font-size-base);
    min-height: calc(var(--font-size-base)/4);
    font-size: var(--font-size-sm)
}

.loyalty .original-price label,.product .original-price label {
    display: inline-block;
    background-color: var(--red-color);
    color: var(--text-color);
    font-size: var(--font-size-sm);
    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
}

.loyalty .selling-price,.product .selling-price {
    font-size: 1.25rem;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap
}

.loyalty .btn,.product .btn {
    grid-column: 2;
    grid-row: 4/6;
    align-self: flex-end;
    padding: .6875rem
}

.loyalty .btn span,.product .btn span {
    display: block
}

.loyalty>.product-image,.product>.product-image {
    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;
    height: 180px;
}

.loyalty>.product-image img,.product>.product-image img {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.loyalty>label,.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: var(--font-size-sm);
    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;
    max-width: 13.625rem
}

.loyalty>label span,.product>label span {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.loyalty>label.highlight,.product>label.highlight {
    color: var(--red-color)
}

.loyalty h3,.product h3 {
    font-size: var(--font-size-base);
    font-weight: 400;
    line-height: 1.25em;
    height: 2.5em;
    overflow: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    margin: 1rem 0
}

.loyalty.highlight label,.product.highlight label {
    color: var(--red-color)
}

.loyalty.not-confirmed,.product.not-confirmed {
    opacity: .75
}

.loyalty-store-info,.product-store-info {
    display: flex;
    align-items: flex-end;
    grid-row: span 2
}

.loyalty-store-info img,.product-store-info img {
    display: block;
    height: 1.5rem;
    width: auto
}

.loyalty-store-info svg,.product-store-info svg {
    font-size: 1.5rem
}

.loyalty-store-info svg.active,.product-store-info svg.active {
    fill: var(--blue-color)
}

.loyalty:hover,.product:hover {
    opacity: 1
}

.loyalty:hover .product-image:after,.product:hover .product-image:after {
    all: unset;
    -webkit-user-select: none;
    -moz-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);
    content: "Detaylar";
    display: block;
    position: absolute
}

.loyalty:hover .product-image:after.disabled,.loyalty:hover .product-image:after[disabled],.product:hover .product-image:after.disabled,.product:hover .product-image:after[disabled] {
    opacity: .6;
    pointer-events: none
}

.loyalty:hover .product-image:after svg,.product:hover .product-image:after svg {
    fill: var(--dark-color)
}

.loyalty:hover .product-image:after.active,.loyalty:hover .product-image:after:hover,.product:hover .product-image:after.active,.product:hover .product-image:after:hover {
    background-color: var(--dark-color);
    color: var(--text-color)
}

.loyalty:hover .product-image:after.active svg,.loyalty:hover .product-image:after:hover svg,.product:hover .product-image:after.active svg,.product:hover .product-image:after:hover svg {
    fill: var(--text-color)
}

.loyalty:hover .product-image:before,.product:hover .product-image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(33,38,48,.9)
}

.loyalty .video-info,.product .video-info {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: calc(var(--spacer-2)/4)
}

.loyalty .indicator-container,.product .indicator-container {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    margin: -.625rem;
    width: 15.625rem;
    height: 12.5rem;
    aspect-ratio: 1.25;
    border-radius: var(--border-radius);
    overflow: hidden;
    background-color: var(--darker-color)
}

.loyalty .indicator-container-content,.product .indicator-container-content {
    display: flex;
    flex-direction: column
}

.loyalty .indicator-container .level-icon,.product .indicator-container .level-icon {
    display: flex;
    justify-content: center
}

.loyalty .indicator-container .level-icon img,.product .indicator-container .level-icon img {
    width: 5rem
}

.loyalty .indicator-container .level-name,.product .indicator-container .level-name {
    display: flex;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem
}

.loyalty .indicator-container .level-progress,.product .indicator-container .level-progress {
    width: calc(100% - 2.5rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--spacer-1);
    padding: var(--spacer-1);
    border-radius: var(--border-radius-sm);
    margin: var(--spacer-1) 1.25rem 0 1.25rem
}

.loyalty .indicator-container .level-progress .level-bar,.product .indicator-container .level-progress .level-bar {
    width: 100%;
    height: .5rem;
    border-radius: var(--border-radius-sm);
    position: relative
}

.loyalty .indicator-container .level-progress .level-bar .level-progress-bar,.product .indicator-container .level-progress .level-bar .level-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: var(--border-radius-sm);
    display: flex;
    justify-content: flex-end
}

.loyalty .indicator-container .level-progress .level-bar .level-progress-bar .level-indicator,.product .indicator-container .level-progress .level-bar .level-progress-bar .level-indicator {
    position: absolute;
    transform: translateX(25%) translateY(-25%);
    width: 15px;
    height: 15px;
    border-radius: 50%
}

.loyalty .indicator-container .level-detail,.product .indicator-container .level-detail {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    justify-content: center;
    gap: 5px;
    font-size: var(--font-size-sm)
}

.loyalty .indicator-container .level-detail label,.product .indicator-container .level-detail label {
    background-color: var(--dark-color);
    padding: 5px 10px;
    border-radius: var(--border-radius-sm)
}

.loyalty .indicator-container .level-logo,.product .indicator-container .level-logo {
    margin-top: 40px
}

.loyalty .indicator-container .progress-svg,.product .indicator-container .progress-svg {
    width: 13.125rem;
    height: 6.875rem;
    overflow: visible;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.loyalty .strike-detail,.product .strike-detail {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    height: 7.15rem
}

.loyalty .strike-detail.completed,.product .strike-detail.completed {
    gap: .5rem
}

.loyalty .strike-detail button,.product .strike-detail button {
    width: 100%
}

.loyalty .strike-detail-row,.product .strike-detail-row {
    height: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: var(--darker-color);
    border-radius: 5px;
    padding: 5px 10px
}

.loyalty .strike-detail-row.max,.product .strike-detail-row.max {
    height: 100%;
    text-align: center
}

.loyalty .strike-detail-row-head,.product .strike-detail-row-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: var(--font-size-sm);
    gap: 5px
}

.loyalty .strike-detail-row-head-center,.loyalty .strike-detail-row-head-center-max,.product .strike-detail-row-head-center,.product .strike-detail-row-head-center-max {
    width: 100%;
    font-size: var(--font-size-sm);
    display: flex;
    justify-content: center;
    align-items: center
}

.loyalty .strike-detail-row-head-center-max,.product .strike-detail-row-head-center-max {
    flex-direction: column;
    gap: .25rem
}

.loyalty .strike-detail-row-head span,.product .strike-detail-row-head span {
    display: flex;
    flex-direction: row;
    align-items: center
}

.loyalty .strike-detail-row-head span img,.product .strike-detail-row-head span img {
    height: 20px
}

.loyalty .strike-detail-row-price,.product .strike-detail-row-price {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: .875rem;
    font-weight: 700
}

.loyalty {
    height: 21.44rem;
    padding: .625rem
}

.loyalty>label {
    padding: 0 .5rem;
    margin-top: -.3125rem;
    margin-left: .35rem;
    margin-bottom: .3125rem
}

.loyalty .logo {
    position: absolute;
    top: -.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.loyalty .logo img {
    height: 4rem
}

.loyalty .strike-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.loyalty .strike-container .strike {
    width: -moz-max-content;
    width: max-content;
    padding: 5px 10px;
    border-radius: 5px;
    color: #181b22;
    font-weight: 700;
    font-size: var(--font-size-sm);
    color: #fff;
    z-index: 1
}

.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!important;
    min-height: auto!important;
    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: -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: -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
}

.float-rank {
    position: relative
}

.float-rank .point {
    position: absolute;
    margin-left: 0;
    top: -60%;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-bottom-width: 6px;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    z-index: 6
}

.float-rank .fn {
    width: 7%;
    background-color: #060;
    z-index: 5
}

.float-rank .mw {
    width: 15%;
    background-color: #6c0;
    z-index: 4
}

.float-rank .ft {
    width: 37%;
    background-color: #fc3;
    z-index: 3
}

.float-rank .ww {
    width: 44%;
    background-color: #c00;
    z-index: 2
}

.float-rank .bs {
    width: 100%;
    background-color: #900;
    z-index: 1
}

.float-rank>* {
    position: absolute;
    height: 100%;
    left: 0;
    border-radius: var(--border-radius)
}

.category-buttons {
    display: grid;
    grid-column-gap: var(--spacer-2);
    align-items: center;
    grid-template-columns: unset
}

.category-buttons nav {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(4.75rem,1fr));
    grid-auto-flow: column;
    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;
    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;
    min-width: 4.75rem;
    height: 3.75rem;
    scroll-snap-align: start
}

.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)
}

.category-buttons nav a[disabled] {
    pointer-events: none;
    opacity: .6;
    cursor: not-allowed
}

.auctions {
    margin-top: var(--spacer-2)
}

.auctions header:before {
    background-image: url(/assets/header-bg-icon-auction.png)
}

.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
}

.blogs header:before {
    background-image: url(/assets/header-bg-icon-blog.png)
}

.blogs .blogs-grid-1 {
    display: grid;
    grid-gap: var(--spacer-2);
    margin-top: var(--spacer-2);
    grid-template-columns: repeat(4,1fr)
}

.blogs .blogs-grid-1>.blog:first-child {
    grid-column: 1/3;
    grid-row: 1/3
}

.blogs .blogs-grid-1>.blog:nth-child(4),.blogs .blogs-grid-1>.blog:nth-child(5) {
    grid-row: 2
}

.blogs .blogs-grid-1>.blog:nth-child(n+2) h2 {
    font-size: var(--font-size-base);
    max-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.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: -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
}

.blog-left-column-item {
    display: grid;
    grid-gap: 1rem;
    box-shadow: var(--box-shadow-sm);
    margin: 1rem 0;
    background-color: var(--dark-color);
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr auto
}

.blog-left-column-item,.blog-left-column-item-image {
    border-radius: var(--border-radius-sm);
    overflow: hidden
}

.blog-left-column-item-image {
    position: relative;
    grid-column: 1;
    grid-row: 1/4;
    display: block;
    width: 292px
}

.blog-left-column-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);
    grid-column: 1;
    width: 12em;
    text-align: center;
    font-size: .75rem;
    color: #fff;
    cursor: pointer
}

.blog-left-column-item-image img {
    width: 100%;
    display: block
}

.blog-left-column-item.pubg-mobile-haberleri .blog-left-column-item-image label {
    background-color: #93c03d
}

.blog-left-column-item.knight-online-haberleri .blog-left-column-item-image label {
    background-color: #3ebafd
}

.blog-left-column-item.cs2-haberleri .blog-left-column-item-image label {
    background-color: #fd3e77
}

.blog-left-column-item.league-of-legends-haberleri .blog-left-column-item-image label {
    background-color: #1503ea
}

.blog-left-column-item.metin2-haberleri .blog-left-column-item-image label {
    background-color: #fd6a00
}

.blog-left-column-item.valorant-haberleri .blog-left-column-item-image label {
    background-color: #00537a
}

.blog-left-column-item.diger-oyun-haberleri .blog-left-column-item-image label {
    background-color: #9d3efd
}

.blog-left-column-item.black-desert-haberleri .blog-left-column-item-image label {
    background-color: #3ac20b
}

.blog-left-column-item-header {
    display: grid;
    grid-template-columns: 1fr auto;
    margin-left: 0;
    margin-top: 1rem;
    margin-right: 1rem;
    grid-column: 2
}

.blog-left-column-item-header h2 {
    font-size: 1.25rem;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.blog-left-column-item-header-info {
    font-size: .75rem;
    display: flex;
    align-items: center
}

.blog-left-column-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-left-column-item-body {
    font-size: .75rem;
    margin-left: 0;
    margin-right: 1rem;
    grid-column: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.blog-left-column-item-footer {
    display: flex;
    font-size: .625rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
    grid-column-gap: 1rem;
    margin-left: 0;
    grid-column: 2;
    align-items: center
}

.blog-left-column-item-footer-author {
    display: flex;
    gap: .5rem;
    align-items: center
}

.blog-left-column-item-footer-author a {
    display: flex;
    font-weight: 700;
    gap: .25rem;
    align-items: center
}

.blog-left-column-item-footer-author .author-image {
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: var(--border-radius-sm)
}

.blog-left-column-item-footer-author .author-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blog-left-column-item-footer-date {
    display: flex;
    align-items: center
}

.blog-left-column-item-footer-date svg {
    width: .75rem;
    height: .75rem;
    margin-right: .25rem;
    fill: var(--text-color)
}

.blog-left-column-item-footer-link {
    display: flex;
    align-items: center;
    margin-left: auto
}

.blog-left-column-item-footer-link svg {
    width: .75rem;
    height: .5rem;
    margin-left: .25rem;
    fill: var(--text-color)
}

.donates {
    margin-top: var(--spacer-2)
}

.donates header:before {
    background-image: url(/assets/header-bg-icon-donate.png)
}

.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;
    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
}

.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
}

.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: -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: none;
    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: 100%;
    max-width: 90%;
}

.blogs-container {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: var(--spacer-2)
}

.blogs-container .blog-left-column-item {
    margin: 0
}
