img.shop-loader {
    position: absolute;
    width: 808px;
    margin: 7px 0 0 4px;
    transition: visibility 0s linear 0s, opacity 300ms;
}

.product-wrapper .tab-content {
    transition: visibility 0s linear 0s, opacity 300ms;
}

.checkout-btn-wrapper {
    background-color: #262323 !important;
}

@media (prefers-color-scheme: dark) {
    .shop-loader.light {
        display: none;
    }
}

@media (prefers-color-scheme: light) {
    .shop-loader.dark {
        display: none;
    }
}

body.swal2-shown .checkout-container {
    filter: blur(5px);
    display: block;
}

.shop-maintenance {
    margin: auto;
    text-align: center;
    margin-top: 20px;
    max-width: 100%;
    white-space: normal;
}

.shop-maintenance h1 {
    font-weight: bold;
}

.shop-maintenance p {
    text-align: center;
    white-space: normal;
}

.shop-maintenance img {
    max-width: 300px;
    margin-bottom: 10px;
}

.login-or-guest-container {
    z-index: 0;
}

.checkout-container>* {
    transition: 0.25s filter linear;
}

.shop-header {
    min-height: 20px;
    display: block;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.balance-wrapper {
    max-width: 630px;
    margin-left: 5px;
    height: 80px;
}

.balance-wrapper .user-overview img.avatar {
    width: 50px;
    display: inline-block;
    vertical-align: top;
}

.balance-wrapper .balance-overview {
    display: inline-block;
    margin-left: 20px;
}

.balance-wrapper .balance-overview span {
    display: block;
    width: 100%;
    font-weight: bold;
}

.balance-wrapper .balance-overview span.username {
    font-size: 18px;
    font-weight: bold;
}

.flash-sale-wrapper {
    cursor: pointer;
}

.flash-sale-panel {
    background-color: #d9534f;
    border: 1px solid #b34744;
    color: white;
    height: auto;
    border-radius: 10px;
}

.flash-sale-panel .flash-icon {
    font-size: 24px;
    line-height: 70px;
    text-align: right;
}

.flash-sale-panel .flash-img img {
    margin: auto;
    margin-top: 7px;
    max-height: 70px;
}

.flash-sale-panel .flash-sale-discount {
    font-size: 30px;
    line-height: 70px;
    font-weight: bold;
    text-align: center;
}

.flash-sale-panel .flash-sale-discount p {
    margin: 0px;
}

.flash-sale-panel .flash-desc {
    text-align: center;
}

.flash-sale-panel .flash-name {
    margin-top: 8px;
    font-weight: bold;
    min-width: 86px;

}

.flash-sale-panel .flash-item-name {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 8px;
}

.flash-sale-wrapper .countdown-wrapper {
    margin: auto;
    float: none;
    height: 18px;
    width: 150px;
    border-radius: 0 0 10px 10px;
    color: black;
    background-color: #e1e1e1;
    display: block !important;
    white-space: normal;
    text-align: center;
}

.flash-sale-wrapper .countdown-wrapper i {
    vertical-align: top;
    margin-top: 2px;
}

.flash-sale-wrapper .midnight-countdown {
    float: none;
    margin-left: 5px;
    vertical-align: top;
    background: none;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
}

img.labycoin {
    height: 22px;
    width: 22px;
}

.currency-input {
    margin-right: 15px;
}

/* Volume Discount Progress Bar */
.volume-discount-container {
    margin-top: 2px;
    margin-bottom: 2px;
    max-width: 400px;
    min-width: 380px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.volume-discount-hint {
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    min-height: 20px;
}

.volume-discount-hint #volume-discount-remaining,
.volume-discount-hint #volume-discount-currency,
.volume-discount-hint #volume-discount-next,
.volume-discount-hint b {
    font-weight: bold;
    color: #000000;
    -webkit-text-fill-color: #000000;
    -webkit-text-stroke: 3px #ffffff;
    text-stroke: 3px #ffffff;
    paint-order: stroke fill;
}

.volume-discount-hint b {
    text-transform: uppercase;
}

.volume-discount-cart-hint {
    color: #ffffff;
}

body.light-mode .volume-discount-cart-hint {
    color: #333333;
}

#volume-compact-hint-cart span {
    color: #ff4444 !important;
}

@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

@keyframes celebration-pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@keyframes sparkle-fall {
    0% {
        top: -10px;
        opacity: 1;
        transform: translateY(0) rotate(0deg);
    }
    100% {
        top: 100%;
        opacity: 0;
        transform: translateY(20px) rotate(360deg);
    }
}

@keyframes step-complete {
    0% {
        transform: scale(1);
        box-shadow: 0 4px 15px rgba(255, 68, 68, 0.5);
    }
    50% {
        transform: scale(1.3);
        box-shadow: 0 6px 25px rgba(255, 68, 68, 0.9);
    }
    100% {
        transform: scale(1.15);
        box-shadow: 0 4px 15px rgba(255, 68, 68, 0.5);
    }
}

.volume-discount-step-badge.just-completed {
    animation: step-complete 0.6s ease-out;
}

.volume-discount-container.celebrating {
    animation: celebration-pulse 0.6s ease-in-out;
}

.discount-sparkle {
    position: absolute;
    width: 8px;
    height: 8px;
    background: linear-gradient(45deg, #f5a623, #f7931a, #ffd700);
    border-radius: 50%;
    pointer-events: none;
    animation: sparkle-fall 1s ease-out forwards;
    box-shadow: 0 0 10px rgba(245, 166, 35, 0.8);
    z-index: 10;
}

.volume-discount-container {
    position: relative;
    overflow: visible;
}

.volume-discount-progress-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 400px;
    height: 40px;
}

.volume-discount-progress-wrapper::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 35px;
    right: 35px;
    height: 6px;
    background: linear-gradient(90deg, #3d3d3d 0%, #4a4a4a 100%);
    border-radius: 3px;
    transform: translateY(-50%);
    z-index: 0;
}

.volume-discount-step {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.volume-discount-step-badge {
    width: 50px;
    height: 36px;
    background: linear-gradient(135deg, #5a5a5a 0%, #3d3d3d 100%);
    border: 2px solid #4a4a4a;
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

.volume-discount-step.completed .volume-discount-step-badge {
    background: linear-gradient(135deg, #ff4444 0%, #cc0000 100%);
    border-color: #ff4444;
    box-shadow: 0 4px 15px rgba(255, 68, 68, 0.5);
}

.volume-discount-step.first .volume-discount-step-badge {
    color: white !important;
}

/* Gray out all completed badges except the current active one */
.volume-discount-step.completed:not(:last-child):not(:has(+ .volume-discount-step:not(.completed))) .volume-discount-step-badge {
    color: #ec7070;
}

/* The current active tier (last completed badge before an incomplete one) - white text and scaled */
.volume-discount-step.completed:not(:last-child):has(+ .volume-discount-step:not(.completed)) .volume-discount-step-badge {
    transform: scale(1.15);
    color: #ffffff;
}

/* If all steps are completed, only the last one should be white and scaled */
.volume-discount-step:last-child.completed .volume-discount-step-badge {
    transform: scale(1.15);
    color: #ffffff;
}

.volume-discount-step-connector {
    display: none;
}

.volume-discount-progress-bar {
    position: absolute;
    top: 50%;
    left: 40px;
    height: 6px;
    background: linear-gradient(90deg, #ff4444 0%, #cc0000 100%);
    border-radius: 3px;
    transition: width 0.5s ease;
    width: 0;
    box-shadow: 0 2px 8px rgba(255, 68, 68, 0.6);
    pointer-events: none;
    transform: translateY(-50%);
    z-index: 1;
}

@media (max-width: 768px) {
    .volume-discount-progress-wrapper {
        padding: 0 5px;
        max-width: 100%;
    }
    
    .volume-discount-step-badge {
        width: 42px;
        height: 32px;
        font-size: 11px;
    }
    
    .volume-discount-hint {
        font-size: 12px;
    }
}

.shop-login-btn {
    background-color: #19191b;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 0;
    margin-top: 5px;
}

.shop-login-btn:hover {
    background-color: #1f2125;
    color: white !important;
}

.cart-btn {
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
    outline: none !important;
    z-index: 998;
}

.cart-btn:active {
    box-shadow: unset;
    padding-top: 1px;
}

.cart-btn i {
    font-size: 26px;
    margin-right: 20px;
    transition: all 0.2s ease-in-out;
}

.cart-btn .badge {
    background-color: red;
    margin-top: -20px;
    margin-left: -30px;
}

#renderoverlay {
    z-index: 2 !important;
}

.cart-popover-overlay {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.1);
}

.laby-popover {
    display: none;
    z-index: 101;
    border-radius: 15px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    position: absolute;
    border: 1px solid #dddddd;
    right: 0;
    left: auto;

    @media (max-width: 500px) {
        margin-left: 0;
    }
}

.checkout-wrapper {
    float: right;
    position: relative;

    @media(max-width: 500px) {
        float: inherit;
    }
}

.cart-popover {
    width: 470px;
}


.popover-header {
    display: block;
    height: 40px;
    width: 100%;
    background: #eee;
    text-align: center;
    border-radius: 15px 15px 0 0;
    line-height: 40px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}


.popover-header:before {
    content: " ";
    display: block;
    width: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid #eee;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -5px;
    z-index: 2;
}


.close-mobile-btn {
    display: none;
    position: absolute;
    color: #454545;
    font-size: 26px;
    right: 20px;
    top: 11px;

}


.popover-message {
    display: none;
    width: 100%;
    text-align: center;
    padding: 5px;
    color: white;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

.promocode-popover {
    color: #db5c67;
    max-height: 50px !important;
    font-size: 13px;
}

.popover-message i {
    margin-right: 5px;
}

.popover-message-success {
    background-color: #00A041;
    border-bottom: 1px solid #00993e;
}

.popover-message-error {
    background-color: #a00013;
    border-bottom: 1px solid #840010;
}

.popover-body {
    width: 100%;
    display: block;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    max-height: 650px;
    min-height: 70px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: transparent #acacac;
}

.popover-body::-webkit-scrollbar {
    width: 5px;
}

.popover-body::-webkit-scrollbar-track {
    background: transparent;
}

.popover-body::-webkit-scrollbar-thumb {
    background-color: #acacac;
    border-radius: 6px;
}

.local-popover {
    width: auto;
}

.local-popover .popover-header {
    height: 10px;
}

.local-popover .popover-body {
    padding: 20px;
}

.local-popover select {
    width: 230px;
}


.summary-popover {
    margin-bottom: 0px !important;
}


.summary-popover .item-receiver {
    font-size: 12px;
    display: block;
    margin-top: 2px;
    font-style: italic;
}

.summary-popover .item-img {
    margin: auto;
    text-align: center;
}

.summary-popover .item-img img {
    max-width: 50px;
    max-height: 80px;
    height: auto !important;
}

.summary-popover .item-img img.incentive-image {
    height: 21px !important;
    position: absolute;
    opacity: .6;
}

.summary-popover tr td {
    padding-top: 10px !important;
    border: 0px !important;
    vertical-align: middle !important;
    padding: 15px 20px !important;
}

.summary-popover tbody tr:last-child td {
    padding-bottom: 40px;
}

.summary-popover .remove-item i {
    color: #bbbbbb;
    cursor: pointer;
}

.summary-popover .remove-item i:hover {
    color: black;
}

.popover-footer {
    padding: 20px;
    vertical-align: middle;
    background: #eee;
    border-radius: 0 0 15px 15px;
}

.popover-footer .row {
    height: auto;
    max-height: 70px;
    display: flex;
}

.popover-footer .row div {
    vertical-align: middle;
    text-align: center;
    margin: auto;
}

.popover-footer .price {
    font-size: 20px;
    font-weight: bold;
}

.promocode-popover .price {
    font-size: 18px;
    font-weight: bold;
}

.promocode-btn {
    text-transform: uppercase;
    font-weight: bold;
}

.shop-nav {
    width: 100%;
    display: block;
    min-height: 46px;
    margin-bottom: 10px;
    background-color: #eeeeee;
    position: relative;
    z-index: 2;
}

.shop-nav ul {
    list-style: none;
    margin-top: 14px;
    margin-bottom: 14px;
    background: none;
    border: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}

@media (min-width: 2500px) {
    .shop-nav ul {
        padding: 10px 5px;
        display: inherit;
    }
}

.shop-nav li {
    transition: ease-in-out all 0.1s;
    display: inline-block;
    border-radius: 15px;
    background: rgba(255, 255, 255, 1);
    border: 0;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    line-height: 10px;
    min-height: 35px;
    padding: 0 3px;
    color: #656565;
    text-transform: uppercase;

    @media(min-width: 2500px) {
        margin-right: 8px;
    }
}


.shop-nav li i {
    margin-top: 3px;
}

.shop-nav li a {
    transition: ease-in-out all 0.1s;
    outline: none;
    color: #656565;
    width: 100%;
    padding: 0.5em 17px;
    background: transparent;
    border: 0px;
}

.shop-nav.seasons-1 li a {
    padding: 0.5em 13px;
}

.shop-nav.seasons-2 li a,
.shop-nav.seasons-3 li a {
    padding: 0.5em 9px;
}

.shop-nav .nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.shop-tabs>li>a:hover,
.shop-tabs>li>a:focus,
.shop-tabs>li:hover a,
.shop-tabs>li:focus a {
    border: 0;
    cursor: default;
    background-color: unset;
    color: unset;
}


.nav-tabs>li:hover,
.nav-tabs>li:focus {
    background-color: #cacaca;

}

.nav-tabs>li:hover a,
.nav-tabs>li:focus a {
    cursor: pointer;
}

.nav-tabs>li.active {
    color: #ffffff;
    background-color: #4e4e4e;
}


.shop-nav li.active {
    background: rgba(90, 90, 90, 1);
    cursor: default;
}

.shop-nav li:not(.active):hover {
    background: rgb(150, 150, 150);
}

.shop-nav li:not(.active):hover a {
    color: #ffffff;
}

.shop-nav li.COSMETIC.active,
.product-details.COSMETIC .item-badge {
    background: rgb(0, 105, 176);
}

.shop-nav li.COSMETIC:not(.active):hover {
    background: rgba(0, 143, 232, 1);
}

.shop-nav li.COSMETIC:not(.active) {}

.shop-nav li.EMOTE.active,
.product-details.EMOTE .item-badge,
.shop-nav li.RACING.active,
.product-details.RACING .item-badge {
    background: rgb(168, 6, 6);
}

.shop-nav li.EMOTE:not(.active):hover,
.shop-nav li.RACING:not(.active):hover {
    background: rgba(201, 7, 7, 1);
}

.shop-nav li.PETS.active,
.product-details.EMOTE .item-badge {
    background: rgb(165, 18, 188);
}

.shop-nav li.PETS:not(.active):hover {
    background: rgb(206, 31, 234);
}

.shop-nav li.PARTNER.active,
.product-details.PARTNER .item-badge {
    background: rgb(85, 51, 150);
}

.shop-nav li.PARTNER:not(.active):hover {
    background: rgba(111, 66, 193, 1);
}

.shop-nav li.GIFT.active,
.product-details.GIFT .item-badge {
    background: rgb(47, 161, 28);
}

.shop-nav li.GIFT:not(.active):hover {
    background: rgb(60, 201, 35);
}

.shop-nav li.BUNDLE.active,
.product-details.BUNDLE .item-badge {
    background: rgb(141, 67, 20);
}

.shop-nav li.BUNDLE:not(.active):hover {
    background: rgb(193, 93, 27);
}

.shop-nav li.PLUS.active,
.product-details.PLUS .item-badge {
    background: rgb(180, 143, 26);
}

.shop-nav li.PLUS:not(.active):hover {
    background: rgb(220, 173, 32);
}

.shop-nav li.pride {
    background: linear-gradient(90deg, rgba(240, 0, 0, 0.2), rgba(240, 0, 0, 0.2) 16.67%, rgba(255, 128, 0, 0.2) 16.67%, rgba(255, 128, 0, 0.2) 33.33%, rgba(255, 255, 0, 0.2) 33.33%, rgba(255, 255, 0, 0.2) 50%, rgba(0, 121, 64, 0.2) 50%, rgba(0, 121, 64, 0.2) 66.67%, rgba(64, 64, 255, 0.2) 66.67%, rgba(64, 64, 255, 0.2) 83.33%, rgba(160, 0, 192, 0.2) 83.33%, rgba(160, 0, 192, 0.2));
}

.shop-nav li.pride:not(.active):hover {
    background: linear-gradient(90deg, rgba(240, 0, 0, 0.7), rgba(240, 0, 0, 0.7) 16.67%, rgba(255, 128, 0, 0.7) 16.67%, rgba(255, 128, 0, 0.7) 33.33%, rgba(255, 255, 0, 0.7) 33.33%, rgba(255, 255, 0, 0.7) 50%, rgba(0, 121, 64, 0.7) 50%, rgba(0, 121, 64, 0.7) 66.67%, rgba(64, 64, 255, 0.7) 66.67%, rgba(64, 64, 255, 0.7) 83.33%, rgba(160, 0, 192, 0.7) 83.33%, rgba(160, 0, 192, 0.7));

}

.shop-nav li.pride.active,
.product-details.pride .item-badge {
    background: linear-gradient(90deg, rgba(240, 0, 0, 0.5), rgba(240, 0, 0, 0.5) 16.67%, rgba(255, 128, 0, 0.5) 16.67%, rgba(255, 128, 0, 0.5) 33.33%, rgba(255, 255, 0, 0.5) 33.33%, rgba(255, 255, 0, 0.5) 50%, rgba(0, 121, 64, 0.5) 50%, rgba(0, 121, 64, 0.5) 66.67%, rgba(64, 64, 255, 0.5) 66.67%, rgba(64, 64, 255, 0.5) 83.33%, rgba(160, 0, 192, 0.5) 83.33%, rgba(160, 0, 192, 0.5));

}

.shop-nav li.euro.active,
.product-details.PLUS .item-badge {
    background: #2496a2;
}

.shop-nav li.euro:not(.active):hover {
    background: #219198;
}

.shop-nav .new-badge {
    height: 20px;
    width: 42px;
    font-size: 11px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 2px;
    background-color: #0a56a5;
    color: white;
    position: absolute;
    left: 50%;
    margin-left: -21px;
    margin-top: -34px;
}

.shop-nav .simple-new-badge {
    font-size: 12px;
    padding: 1px 8px;
    font-weight: bold;
    background-color: #ea2424;
    color: white;
    margin-left: 3px;
    display: inline-block;
    border-radius: 5px;
}

.shop-nav .new-badge.limited {
    background-color: #d9534f;
    width: 70px;
    margin-left: -33px;
}

.shop-nav .new-badge:after {
    bottom: 100%;
    /* Changed top to bottom */
    left: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 5px solid rgba(136, 183, 213, 0);
    border-bottom-color: #0a56a5;
    /* Changed border-top-color to border-bottom-color */
    margin-left: -5px;
}

.shop-nav .new-badge.limited:after {
    border-top-color: #d9534f;
}

@media (max-width: 1199px) {
    .shop-nav .new-badge {
        position: relative;
        float: right;
        margin: 6px 10px 0px 0px;
        left: 0;
        vertical-align: middle;
    }

    .shop-nav .new-badge:after {
        display: none;
    }
}

@media (max-width: 600px) {
    .shop-nav .new-badge {
        margin-top: -13px !important;
    }
}

.checkout-btn:disabled {
    color: white !important;
}


.shop-wrapper {
    min-height: 500px;
    width: 100%;
    display: block;
}

.product-wrapper {
    max-width: 823px;
}

@media (min-width: 1199px) {
    .product-wrapper {
        width: 823px;
    }
}

.product-wrapper input[type="radio"] {
    display: none;
}

.product-selection {
    border: 0px !important;
}


.emotes-wrapper {
    width: 652px;
}

.coins-wrapper {
    width: 153px;
}

.grid-sizer {
    visibility: hidden;
}

.grid-sizer,
.article {
    height: 153px;
    width: 153px;
    margin: 5px;
    cursor: pointer;
    border-radius: 10px;
    background-color: #e3e3e3;
    background-image: url(../images/shop/bg_grey.png);
    display: inline-block;
    transition: background-size 0.2s ease, background-image 0.2s ease-in-out;
    float: left;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

/*#cosmetics .grid-sizer, .article {*/
/*    height: 193px !important;*/
/*    width: 193px !important;*/
/*}*/

.featured-cosmetics-wrapper .article[data-item-category=BUNDLE] {
    width: 316px;
}

.featured-cosmetics-wrapper .article.featured-first {
    width: 316px;
    height: 316px;
}

.featured-cosmetics-wrapper .article[data-item-category=BUNDLE] img {
    margin-top: -30px;
}

.featured-cosmetics-wrapper .article.featured-first[data-item-category=BUNDLE] img {
    margin-top: 30px;
}

input[type=radio]:checked+.article,
.article.active {
    background-size: cover;
    background-image: url(../images/shop/bg_blue.png);
}

input[type=radio]:checked+.article.rare,
.article.active.rare {
    background-image: url(../images/shop/bg_gold_active.gif);
}

input[type=radio]:checked+.article img,
.article.active img {
    transform: scale(0.85);
}

input[type=radio]:checked+.article.plus img,
.article.plus.active img {
    transform: scale(0.65);
}

.corner-ribbon {
    width: 90px;
    background: #c90707;
    color: #fff;
    position: absolute;
    text-align: center;
    line-height: 25px;
    top: -15px;
    font-weight: bold;
    font-size: 10px;
    padding: 20px 0 0 0;
    right: -38px;
    left: auto;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.corner-ribbon.new {
    background: #008fe8;
}

.corner-ribbon.soon {
    background: #056903;
}

.corner-ribbon.rare {
    background: #000000;
    top: -10px !important;
    left: -32px !important;
}

.corner-ribbon.left {
    top: -15px;
    left: -38px;
    -webkit-transform: rotate(-45deg);
    z-index: 1;
    transform: rotate(-45deg);
}

.article img {
    width: 100%;
    z-index: 1;
    transition: transform 0.2s ease;
    backface-visibility: hidden;
    height: auto;
}

.article[data-on-preview="true"] img {
    opacity: 0.3;
    filter: grayscale(1);
    transform: scale(1);
}

.article:hover img {
    transform: scale(1.1);
}

.article[data-on-preview="true"] img:hover {
    filter: grayscale(20%);
}

.article.active-item img {
    transform: scale(1);
}

.article[data-item-category=COINS] img {
    top: -7px;
}

.article[data-item-category=PLUS] img {
    transform: scale(0.6);
    margin-top: -10px;
}

.article[data-item-category=PLUS]:hover img {
    transform: scale(0.65);
}

.article[data-item-category=PLUS].active-item img {
    transform: scale(0.62);
}

img.incentive-preview {
    top: 5px !important;
    margin-top: 0 !important;

    &.cnt-4,
    &.cnt-5 {
        width: 60px !important;
    }
}

.article span {
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    color: white;
    font-weight: bold;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    bottom: 0;
    position: absolute;
    white-space: nowrap;
    transition: margin 0.2s, line-height 0.2s;

}

@media (min-width: 518px) {

    .cosmeticWrapper .firstWrapper .article:nth-last-child(-n+3) {
        width: 262px;
    }

    .cosmeticWrapper .firstWrapper .article:nth-last-child(-n+3) img {
        width: calc(100% - 100px);
    }
}

.featured-cosmetics-wrapper .article.featured-first p {
    margin-top: 286px
}

.featured-emotes-coins-wrapper {
    display: block;
    width: 100%;
    float: left;
}

.featured-emotes-coins-wrapper .article {
    height: 150px;
}

.featured-emotes-coins-wrapper .article p {
    margin-top: 117px
}

.featured-emotes-wrapper {
    width: 640px;
    float: left;
}

.featured-emotes-wrapper .article {
    width: 150px;
}

.featured-coins-wrapper {
    width: 150px;
    display: inline-block;
    margin-left: 16px;
}

.midnight-countdown {
    vertical-align: text-bottom;
    display: none;
    background-color: #c90707;
    border-radius: 3px;
    float: right;
    margin-top: 2px;
}

.featured-headline .new-emotes-in {
    float: right;
    font-size: 10px;
    font-weight: bold;
    margin-right: 7px;
    color: #838383;
}

.featured-headline .midnight-countdown {
    width: 70px;
    height: 17px;
    margin-left: 2px;
    display: inline-block;
}

.bundles-wrapper .article {
    width: 263px;
    height: 170px;
}

.bundles-wrapper .article img {
    margin-top: -10px;
}

.bundles-wrapper .article p {
    margin-top: 140px;
}

.coin-bundle-wrapper .article {
    width: 263px;
    height: 230px;
}

.coin-bundle-wrapper .article p {
    margin-top: 190px;
    line-height: 40px;
    height: 40px;
}

.seasons-wrapper .article {
    width: 399px;
    height: 275px;
}

.seasons-wrapper .article {
    width: 263px;
}

.seasons-wrapper.season-7 .article,
.seasons-wrapper.season-11 .article {
    height: 183px;
    width: 195px;
}

.seasons-wrapper.season-12 .article {
    height: 183px;
    width: 195px;
}

.seasons-wrapper.season-15 .article,
.seasons-wrapper.season-14 .article {
    height: 183px;
    width: 195px;
}

.seasons-wrapper.season-10 .article:nth-child(n+8) {
    height: 183px;
    width: 195px;
}

.seasons-wrapper.season-5 .article:nth-child(n+5) {
    width: 400px;
    height: 300px;
}

@media (max-width: 700px) {
    .seasons-wrapper .article {
        height: 183px;
    }

    .seasons-wrapper.season-5 .article {
        height: 183px !important;
        width: 195px !important;
    }
}

.seasons-wrapper.season-15 .article:nth-child(n+14) {
    width: 263px;
    height: 180px;
}

.seasons-wrapper.season-7 .article:nth-child(n+6),
.seasons-wrapper.season-11 .article:nth-child(n+10) {
    width: 264px;
    height: 200px;
}

.seasons-wrapper .article:nth-child(-n+5) img {
    width: 100%;
}

.seasons-wrapper .badge.days-left {
    font-size: 16px;
    display: block;
    height: unset;
    width: unset;
}

.seasons-wrapper .season-runs {
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin-right: 7px;
    color: #838383;
    text-transform: uppercase;
    margin-top: 1px;
}

.article p span {
    float: right;
    font-style: italic;
    margin-right: 15px;
    font-size: 12px;
    font-weight: normal;
}

.product-selection h3,
.shop-wrapper h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 25px;
    color: #656565;
    text-transform: uppercase;
}

.featured-headline {
    width: 100%;
    display: block;
    padding: 5px;
}

.featured-headline h3 {
    margin-bottom: 0;
    display: inline-block;
}

.featured-headline .badge {
    vertical-align: text-bottom;
    display: none;
    background-color: #c90707;
    border-radius: 3px;
    float: right;
    margin-top: 2px;
}

.featured-headline .new-emotes-in {
    float: right;
    font-size: 10px;
    font-weight: bold;
    margin-right: 7px;
    color: #838383;
}


.product-details {
    width: 299px;
    padding: 5px 0px 10px 20px;
    transition: all ease-in-out 1s;
}

.product-details-section {
    margin: 0px 0px 20px 0px;
}

.product-highlights {
    min-height: 243px;
}

.product-details.PLUS .product-highlights {
    min-height: 190px;
}

.product-details.GIFTCARD .selected-product {
    min-height: 580px;
}

.product-details.GIFTCARD .product-highlights {
    min-height: 190px;
}


.selected-product {
    /*transition: all ease-in-out 1s;*/
}

.product-name {
    font-size: 22px;
}

.article-img {
    width: 100%;
    text-align: center;
    height: 250px;
    margin-bottom: 5px;
}

.article-img-canvas {
    height: 240px;
    width: 100%;
    cursor: all-scroll;
}

.article-image-carousel {
    height: 100%;
    border: 0px;
}

.article-image-carousel .carousel-inner {
    height: 100%;
    border-radius: 15px;
}

.article-image-carousel .item img {
    height: 100%;
    margin: auto;
}

.article-image-carousel .item {
    height: 100%;
    width: 100%;
    text-align: center;
}


.article-image-carousel .carousel-control i {
    color: black;
    font-size: 12px;
    text-shadow: 0px 0px 3px white;
}

.article-image-carousel .carousel-control {
    background-image: none;
    padding-top: 110px;
}

.product-features {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.product-feature {
    background-color: #008fe8;
    min-height: 20px;
    padding: 0 8px 0 8px;
    border-radius: 2px;
    color: white;
    text-align: center;
    margin: 2px;
    font-size: 12px;
    display: inline-block;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.product-feature.EMOTE {
    background-color: rgb(168, 6, 6);
}

.product-feature i {
    margin-right: 4px;
}

.username-section .form-input {
    width: 100%
}

.username-section .form-input #username-input {
    width: 100%;
    transition: width 0.2s ease-in-out;
}

.username-section .form-input #username-input.avatar {
    width: calc(100% - 62px);
}

.shop-title,
.enterCodeBtn,
.cart-btn,
.cart-btn:hover,
.cart-btn:focus {
    font-weight: bold;
    color: white;
}

.username-section .user-not-found,
.receiver_already_has_item,
.claim-error-nametag {
    display: none;
    color: red;
    margin: 5px;
    font-weight: bold;
}

.username-section .user-avatar {
    display: none;
    width: 52px;
    height: 52px;
    float: right;
}

.username-section .user-avatar-active {
    display: block;
}

.coin-type {}

.coin-type #creditInput {
    width: 215px;
    width: calc(100% - 55px);
    display: inline-block;
    float: left;
    font-weight: bold;
    font-size: 20px;
    background: url('/page/tpl/assets/images/labycoin_icon.png') no-repeat 10px 9px;
    background-size: 30px;
    padding-left: 50px;
}

.coin-type .creditButtonWrapper {
    width: 40px;
    height: 52px;
    float: left;
    margin-left: 15px;

}

.coin-type .creditButton {
    height: 50%;
    width: 100%;
    cursor: pointer;
    color: #7d7d7d;
    user-select: none;
}

.coin-type .creditButton:hover {
    color: inherit;
}

.coin-type .creditButton:active i {
    zoom: 0.95;
}

.coin-type .creditButton i {
    font-size: 30px;
}

.coin-type #creditButtonUp i {
    line-height: 40px;
}

.coin-type #creditButtonDown i {
    line-height: 14px;
}

.regular-price {
    font-size: 28px;
    font-weight: bold;
    float: left;
    margin-bottom: 20px;
}

.item-sale {
    color: #b60000;
    text-decoration: line-through;
    font-style: italic;
    font-weight: bold;
}

.coin-price {
    float: left;
    margin-left: 10px;
    font-size: 12px;
}

.coin-price-value {
    font-weight: bold;
}

.coin-price img {
    height: 15px;
}

.add-cart-btn {
    width: 100%;
    bottom: 0;
}


.article.active-item {
    background-size: 110%;
    background-image: url(../images/shop/bg_blue.png);
}

.categoryWrapper {
    margin-top: 15px;
    display: block;
    width: 100%;
    float: left;
}

.bundleWrapper {
    margin-top: 15px;
    display: block;
    width: 100%;
    float: left;
}

.product-wrapper .plusFeatureWrapper {
    width: 100%;
    margin-top: 50px;
    display: block;
}

.plus-feature-wrapper {
    width: 100%;
    display: block;
}

.plus-feature {
    width: 185px;
    margin: 10px;
    height: 200px;
    float: left;
    background: #cdcdd1;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.plus-feature img.afk-gif {
    width: 100%;
}

.plus-feature img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    border-radius: 15px;
    transform: scale(0.95);
}

.plus-feature .desc {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    cursor: default;
    color: white;
    text-align: center;
    font-size: 15px;
    vertical-align: middle;
    transition: opacity ease-in-out 0.3s;
    opacity: 0;
    padding: 15px;
    font-weight: bold;
    position: absolute;
    border-radius: 15px;
    line-height: 19px;
}

.plus-feature:hover .desc,
#articleSection #articleSection-plus .plusFeature .desc:hover,
#articleSection #articleSection-plus .plusFeature img:hover .desc {
    opacity: 1;
}

.plus-feature .plus-feature-titel {
    width: 100%;
    height: 60px;
    line-height: 18px;
    padding: 0px 15px 0 15px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    display: table;
    border-radius: 0px 0px 15px 15px;
}

.plus-feature .plus-feature-titel p {
    vertical-align: middle;
    display: table-cell;
}

#gifts .article {
    width: 250px;
}

#gifts .article img {
    margin-top: -15px;
}

#gifts .giftcard-mockup {
    max-width: 90%;
    margin-left: 20px;
    margin-top: 20px;
}

#gifts .gift-desc {
    height: 157px;
    padding: 30px 20px;

}

#gifts .gift-desc span {
    font-size: 10px;
    color: #797979;
}

#emotes .plus-emotes-overlay {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: block;
    z-index: 99999;
    position: absolute;
    text-align: center;
    font-weight: bold;
    padding-top: 15%;
    font-size: 20px;
    text-shadow: 0px 0px 9px #FFFFFF;
}

#emotes .regular-emotes,
#emotes .plus-emotes {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

#emotes .article {
    height: 150px;
    width: 263px;
}

.dogs .article {
    width: 264px !important;
    height: 264px !important;
}

.special-emotes .article {
    height: 225px !important;
}

.special-emotes .article img {
    height: 100%;
    width: auto;
}

.special-emotes .article {
    height: 225px !important;
}

#racing .special-emotes .article, #article-section-new-emotes .special-emotes .article  {
    width: 264px !important;
}

#emotes .article img {
    margin-top: -10px;
}

#emotes .article-156 img {
    margin-top: -35px;
}

#emotes .article-157 img {
    margin-top: -30px;
}

#emotes .plus-emotes .article p {
    margin-top: 115px
}


.variation-section input {
    display: none;
}

.variation-section .duration-item {
    height: 40px;
    display: none;
    background-color: #e3e3e3;
    text-align: center;
    overflow: hidden;
    line-height: 40px;
    cursor: pointer;
    font-size: 13px;
    transition: ease-in-out all 0.1s;
    word-break: keep-all;
    white-space: nowrap;
}

.variation-section .duration-item.sold-out {
    opacity: .8;
    cursor: default;
}

.variation-section .duration-item.sold-out span {
    margin-left: -70px;
    width: 70px;
    margin-top: 12px;
}

.variation-section .first-duration {
    border-radius: 5px 0px 0px 5px;
}

.single-duration {
    border-radius: 5px;
    width: 100%;
}

.variation-section .last-duration {
    border-radius: 0px 5px 5px 0px;
}

.variation-section input[type=radio]:checked+.duration-item {
    background-color: #008fe8;
    color: white;
}

.variation-section .coin-type {
    display: none;
}

.selected-product .product-details-section .item-badge {
    float: right;
}


.emotecanvas {
    width: 140px;
    height: 140px;
    position: absolute !important;
    left: 50%;
    margin-left: -70px;
    display: block;
    z-index: 1;
}

.cart-popover .emotecanvas {
    margin-left: -25px;
    position: relative !important;
    overflow: hidden;
}

.emote-rare {
    background-image: url(../images/shop/bg_gold.gif) !important;
}

.emote-rare.active-item {
    background-image: url(../images/shop/bg_gold_active.gif) !important;
}

.popover {
    z-index: 1;
}

.summary {
    width: 100%;
    cell-spacing: 100px;
}

.summary thead th {
    padding-bottom: 10px;
}

.summary tr {
    cursor: default;
}

.summary td {
    padding: 10px;
}

.summary .item-name {
    font-weight: bold;
}

.summary .receiver-small {
    display: none;
    margin-top: 5px;
}

.cart-popover .no-items {
    margin: 0;
    padding: 20px;
    text-align: center;
}

.summary .item-value {
    display: block;
    font-size: 12px;
}

.summary .receiver {
    font-size: 14px;
}

.summary .receiver img {
    border-radius: 3px;
    margin-right: 3px;
}

.summary .price {
    font-weight: bold;
    text-align: right;
}

.summary .price .vat {
    font-weight: normal;
    font-size: 11px;
}

.summary .price .promocode {
    color: #008FE8;
    font-size: 20px;
    margin-left: 15px;
}

.summary tfoot {
    font-weight: bold;
    font-size: 22px;
    border-top: 1px solid #c3c3c3;
}

.summary tfoot td {
    padding-top: 30px;
}

#shopWrapper .summaryWrapper .btn.back {
    margin-bottom: 30px;
}

.summaryWrapper .emotecanvas {
    left: 0;
    position: relative !important;
    margin-left: 0px;
}

.coins-checkout-image {
    height: 15px;
    margin: auto;
    margin-top: 5px;
}

.coins-checkout-header {
    padding: 16px !important;
}

.cantpaywithcoins {
    margin-top: 15px;
    font-size: 14px;
    color: burlywood;
}

.paywithcoins {
    margin-top: 10px;
}

.paywithcoins-wrapper {
    list-style: none;
    padding: 0px;
}

.paywithcoins-wrapper .balance td {
    padding: 5px 10px;
    font-size: 14px;
}

.paywithcoins-wrapper .labycoin {
    height: 18px;
    vertical-align: middle;
    width: auto;
}

.paywithcoins-wrapper .value {
    font-weight: bold;
}

#paywithcoinsBtn .labycoin {
    vertical-align: sub;
    margin: 0px 3px;
}

#shopWrapper .summary-data {
    background-color: #f7f8f9;
    border: 1px solid #e6e9eb;
    padding: 10px;
}


@media (max-width: 1199px) {
    .shop-loader {
        display: none;
    }

    .shop-nav li {
        margin-bottom: 5px;
        width: calc(25% - 10px)
    }

    .product-wrapper {
        max-width: 652px;
    }

    .product-details {
        width: 287px;
    }

    .featured-coins-wrapper {
        margin-left: 0px;
        margin-top: 20px;
    }

    #bundles .article {
        width: calc(50% - 10px);
    }

    #emotes .article {
        width: calc(50% - 10px);
    }
}

@media (max-width: 991px) {
    .shop-nav ul {
        text-align: center;
    }

    .product-wrapper {
        width: 100%;
    }

    .product-details {
        width: 100%;
        margin-top: 50px;
    }
}

.checkout-wrapper .flag {
    width: 20px;
    margin-top: -5px;
}

/* MOBILE */
@media (max-width: 768px) {
    .balance-wrapper {
        width: 100%;
        text-align: center;
    }

    .checkout-wrapper {
        width: 100%;
        margin: 10px 0px;
        margin: auto;
        text-align: center;
        margin-bottom: 20px;
    }

    .nav-tabs li {
        width: calc(50% - 8px);
        margin-bottom: 8px;
    }

    body.popover-open {
        overflow: hidden;
        height: 100%;
    }

    .cart-popover {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
        margin-left: 0px;
        margin-top: 0px;
        border-radius: 0px;
        border: 0px;
    }

    .popover-header:before {
        display: none;
    }

    .popover-body {
        border-bottom: 0px;
        max-height: calc(100% - 200px);
    }

    .cart-popover .popover-header {
        height: 50px;
        background-color: #50a2f6;
        line-height: 50px;
        font-size: 18px;
        border-radius: 0px;
        color: white;
    }

    .popover-footer {
        position: absolute;
        bottom: 0;
    }

    .close-mobile-btn {
        display: block;
        color: white;
    }

    .featured-emotes-wrapper {
        width: 100%;
    }

    .featured-coins-wrapper {
        width: 100%;
        margin-left: 0px;
        margin-top: 20px;
    }

    .featured-coins-wrapper .article {
        width: 310px;
    }

    .product-details {
        padding: 0;
    }

    .plus-feature {
        width: 152px;
        height: 165px;
    }

    #gifts .gift-desc {
        height: auto;
        padding: 10px;
    }

    #gifts .giftcard-mockup {
        max-width: 100%;
        margin-left: 0px;
        margin-top: 00px;
    }

    .bundles-wrapper .article {
        width: 100%;
    }

    .bundles-wrapper .article img {
        margin-top: -40px
    }

    .bundles-wrapper .article:nth-child(-n+5) {
        width: calc(50% - 10px);
    }

    .bundles-wrapper .article:nth-child(-n+5) img {
        margin-top: 0px;
    }

    #emotes .article {
        width: calc(50% - 10px);
    }
}

/* MOBILE SMALL */
@media (max-width: 518px) {

    .grid-sizer,
    .article {
        width: calc(50% - 10px) !important;
        height: 190px;
    }

    .pets-wrapper .article {
        margin: 5px;
    }

    .article p {
        margin-top: 160px;
    }

    #emotes .article p {
        margin-top: 120px;
    }

    .bundles-wrapper .article img {
        margin-top: 0;
    }

    .featured-cosmetics-wrapper .article[data-item-category=BUNDLE] img {
        margin-top: 0;
    }


    .featured-cosmetics-wrapper .featured-first {
        width: calc(100% - 10px) !important;
    }

    .checkout-btn {
        width: 100%;
        margin-top: 20px;
    }

    .checkoutWrapper .summary tr td:nth-child(3),
    .checkoutWrapper .summary tr th:nth-child(3) {
        display: none;
    }

    .checkoutWrapper .summary .receiver-small {
        display: block;
    }

}

/* MOBILE XXS */
@media (max-width: 300px) {

    .grid-sizer,
    .article {
        width: calc(100% - 10px) !important;
    }

    .featured-cosmetics-wrapper .featured-first {
        width: calc(100% - 10px) !important;
        height: 190px !important;
    }

    .featured-cosmetics-wrapper .featured-first p {
        margin-top: 160px !important;
    }

}

#variSection article #durationSelect .creditButtonWrapper {
    width: 40px;
    height: 52px;
    float: left;
    margin-left: 5px;
}

.enterCodeBtn {
    cursor: pointer;
}

.checkout-wrapper .remove-promocode {
    margin-right: 15px;
    cursor: default;
    padding: 5px 10px;
    transition: 0.2s;
    color: #c1c1c1;
}

.checkout-wrapper .remove-referral {
    margin-right: 15px;
    cursor: default;
    padding: 5px 10px;
    transition: 0.2s;
    color: #c1c1c1;
}

.checkout-wrapper .delete-button:hover {
    cursor: pointer;
    transition: 0.2s;
    color: #ca0111;
}

.badge-promocode {
    background-color: #E3E3E3;
}

.checkout-wrapper .enterCodeBtn {
    margin-right: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.checkout-wrapper .enterCodeBtn i {
    margin-right: 3px;
}

.giftcard-adress input {
    width: 100%;
}

.giftcard-adress .row {
    margin-top: 20px;
}

.checkoutWrapper .checkout-image {
    width: 80px;
    height: auto;
}

.checkoutWrapper .checkout-emote {
    width: 40px;
    height: auto;
    margin-left: 20px;
}

.checkoutWrapper img.product-img {
    width: 80px;
    height: auto;
}

.checkout-promo-info {
    font-size: 14px;
    color: #d82e2b;
}

.checkout-promo-info .saving {
    text-align: right;
}

.checkout-promo-info i {
    color: black;
    margin-left: 5px;
}

.form-input#agbSection {
    margin-bottom: 15px;
}

.form-input#agbSection label {
    cursor: pointer;
    margin-top: 2px;
}

.form-input#agbSection label input {
    width: 16px;
    height: 16px;
    float: left;
    margin-left: 10px;
}

.form-input#agbSection label input.error {
    box-shadow: 0px 0px 10px 2px red;
}

.form-input#agbSection label p {
    float: left;
    margin-left: 7px;
    font-size: 14px;
}

.finish .icon-wrapper {
    min-height: 140px;
}

.finish .icon-wrapper i {
    font-size: 100px;
}

.finish .icon-wrapper.error i {
    color: #bf0000;
}

.finish .container .checkoutWrapper p {
    text-align: center;
    margin: auto;
}

.finish table.boxed {
    max-width: 350px;
    margin: auto;
}

.finish table,
.finish table th {
    text-align: center;
}

.finish table img {
    max-width: 80px;
}

.promocode-input input {
    text-transform: uppercase;
    font-family: 'courier new', serif;
    text-align: center;
    letter-spacing: 10px;
    font-size: 28px !important;
}

.adyen-checkout__payment-method__image__wrapper:after {
    border: none !important;
}

@media (min-width: 2500px) {
    .container {
        width: 1500px;
    }

    .product-wrapper {
        width: 1092px;
        max-width: 1092px;
    }

    .shop-nav li a {
        padding: 0.7em 31px;
    }
}

.article span.small {
    font-size: 14px;
}

.article span.small-2 {
    font-size: 12px;
}
