    body{
        background:var(--background1);
        font-family: "Golos Text";
    }
    .item{
        position: relative;
        flex-direction: column;
        display: flex;
        align-items: start;
        line-height: 150%;
        gap: 8px;
        height: 305px;
        border-radius: 16px;
        border: 1px solid rgba(29, 34, 52, 0.5);
        background: var(--cardColor);
        overflow: hidden;
    }
    .lowStock{
        position: absolute;
        display: inline-flex;
        min-width: 122px;
        height: 32px;
        padding: 8px;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        gap: 4px;
        border-radius: 0px 0px 8px 8px;
        background: linear-gradient(98deg, rgb(243 34 34) 20.16%, rgb(228 37 37) 62.28%, rgb(235 69 22) 132.48%);
        color: rgb(213, 224, 245);
        font-size: 14px;
    }

    .bestseller{
        position: absolute;
        display: inline-flex;
        min-width: 122px;
        height: 32px;
        padding: 8px;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        gap: 4px;
        border-radius: 0px 0px 8px 8px;
        background: linear-gradient(265.52deg, rgb(71, 150, 242), rgb(71, 211, 242));    color: rgb(213, 224, 245);
        font-size: 14px;
        color: rgb(35 34 34);
        font-weight: 600;
    }
    .item .itemImage{
        height:100px;
        border-radius:11px;
        overflow: hidden;
    }
    .shop_items{
        display: grid;
        gap: 7px;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        }
    
    .shop_items h1{
        position: relative;
        color: rgb(213, 224, 245);
        font-size: 16px;
        font-weight: 600;
    }
    .shop_items .itemDescription{
        color:rgba(255,255,255,0.8);
        font-weight:100;
        font-size:15px;
        display: flex;
        align-items:center;
        justify-content:center;
        text-align:center;
    }
    * {
        scrollbar-width: thin;
        scrollbar-color: var(--cardColor) var(--background1);
    }
    .shopButton{
        box-sizing: border-box;
        position: relative;
        display: flex;
        flex-flow: row;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        background: var(--highlightColor);
        gap: 8px;
        line-height: 150%;
        font-weight: 600;
        border-radius: 8px;
        box-shadow: var(--buttonShadow) 0px 2px 0px 0px;
        min-width: 180px;
        height: 46px;
        margin-top: auto;
        font-size: 14px;
        padding: 10px 15px;
        cursor: pointer !important;
    }
    .shopButton.disabled{
        box-sizing: border-box;
        position: relative;
        display: flex;
        flex-flow: row;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        background: var(--background1);
        gap: 8px;
        line-height: 150%;
        color: #ffffff4f;;
        font-weight: 600;
        border-radius: 8px;
        box-shadow:none;
        min-width: 180px;
        height: 46px;
        margin-top: auto;
        font-size: 14px;
        padding: 10px 15px;
        cursor: pointer !important;
    }
    .shopHeaderText a:nth-child(1){
        width: 100%;
        color: rgb(200, 215, 245);
        text-align: left;
        font-family: Exo;
        font-size: 32px;
        font-style: italic;
        font-weight: 900;
        line-height: 132.408%;
        text-transform: uppercase;
    }
    .shopHeaderText a:nth-child(2){
        width: 100%;
        color: rgb(171, 186, 219);
        font-family: "Golos Text";
        font-size: 16px;
        font-weight: 500;
        line-height: 150%;
    }
    .item_full.highlighted{
        display:flex;
        flex-direction: row;
        text-align: left;
    }
    .item_full.highlighted .itemImage{
        position: absolute;
        right: 10%;
        height: 160px;
        max-height: 160px;
        flex: 1 0 0%;
        width: initial !important;
        top: 0;
    }
    .item_full.highlighted h1{
        font-family:Exo!important;
        font-weight:800!important;
        text-transform:uppercase!important;
        font-size: 25px;
        font-style:italic;
        color: var(--highlightColor);
    }
    .welcome{
        font-family: "Golos Text";
        font-size: 20px;
        font-style: italic;
        font-weight: 900;
        letter-spacing: 0.03em;
        line-height: 23px;
        text-transform: uppercase;
        color: rgb(210, 234, 255);
    }
    .twitchLogin{
        box-sizing: border-box;
        position: relative;
        display: flex;
        flex-flow: row;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        gap: 8px;
        width: 100%;
        height: 46px;
        padding: 10px 52px;
        border-radius: 8px;
        line-height: 150%;
        font-weight: 600;
        cursor: pointer;
        background: rgb(104, 61, 196);
        box-shadow: rgba(162, 130, 255, 0.54) 0px 1px 0px inset;
        text-decoration: none;
        color: rgb(210, 234, 255);
    }
    .youtubeLogin{
        box-sizing: border-box;
        position: relative;
        display: flex;
        flex-flow: row;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        gap: 8px;
        width: 100%;
        height: 46px;
        padding: 10px 52px;
        border-radius: 8px;
        line-height: 150%;
        font-weight: 600;
        cursor: pointer;
        background: #FF0033;
        box-shadow: #FF0033 0px 1px 0px inset;
        text-decoration: none;
        color: rgb(210, 234, 255);
    }
    .kickLogin{
        box-sizing: border-box;
        position: relative;
        display: flex;
        flex-flow: row;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        gap: 8px;
        width: 100%;
        height: 46px;
        padding: 10px 52px;
        border-radius: 8px;
        line-height: 150%;
        font-weight: 600;
        cursor: pointer;
        background: #53FC18;
        box-shadow: #53FC18 0px 1px 0px inset;
        text-decoration: none;
        color: rgb(29, 29, 29);
    }
    .LoginButtons a:hover{
      color: rgb(210, 234, 255);
      cursor:pointer;
    }
    .LoginButtons a:nth-child(2):hover{
      color: rgb(29, 29, 29);
      cursor:pointer;
    }
    .shopText{
        font-style: normal;
        font-size: 16px;
        font-weight: 400;
        text-transform: none;
        color: rgb(210, 234, 255);
    }
    .leaderboard{
        font-style: normal;
        font-size: 16px;
        font-weight: 400;
        text-transform: none;
        color: rgb(210, 234, 255);
    }
    .redemptions{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 10px;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .redemptions .item{
        height:120px!important;
        display: flex;
        justify-content:center;
        align-items: center;
        color: rgb(210, 234, 255);
    }
    .redemptions-slider .slick-slide {
        margin: 0 4px;
    }
    .leaderboardTable {
        max-height: 285px;
        overflow-y: auto;
        color: rgb(210, 234, 255);
        font-size: 14px;
        background-color: var(--cardColor);
        border-radius: 8px;
        border: 1px solid rgba(29, 34, 52, 0.5);
        scrollbar-width: thin;
        scrollbar-color: var(--cardColor) var(--background1);
        position: relative;
    }

    .leaderboardHeader {
        font-weight: 700;
        background-color: var(--cardColor);
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .leaderboardBody .leaderboardRow {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        white-space: nowrap;
    }

    .leaderboardRow:last-child {
        border-bottom: none;
    }

    .leaderboardRow img.avatar {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        object-fit: cover;
        flex-shrink: 0;
    }

    .leaderboardRow .col-7,
    .leaderboardHeader .col-7 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: flex;
        align-items: center;
        min-width: 70px;
        max-width: 143px;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .leaderboardRow .col-7 span{
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .redemptionItem {
        background-color: var(--cardColor);
        border-radius: 12px;
        border: 1px solid rgba(29, 34, 52, 0.5);
        color: rgb(210, 234, 255);
        font-size: 14px;
        padding: 10px;
        transition: background 0.2s ease;
    }

    .redemptionItem:hover {
        background-color: #1b2337;
    }

    .redemptionItem .avatar {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        object-fit: cover;
        flex-shrink: 0;
    }

    .redemptionInfo {
        display: flex;
        flex-direction: row;
        overflow: hidden;
    }

    .redemptionInfo .userName {
        font-weight: 600;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .redemptionInfo .itemRedeemed {
        font-size: 13px;
        opacity: 0.85;
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }

    .itemRedeemed .points {
        color: var(--highlightColor);
        font-weight: 600;
    }

    .redemptionDate {
        font-size: 12px;
        color: #b0c4de;
        white-space: nowrap;
    }
img[alt~="success"]{
    height: 100px!important;
    width: initial!important;
    margin: 0 auto!important;
}
/* Responsive adjustments */
    @media (max-width: 1199.98px) {
        .shop_items > .item:first-child {
            flex-direction: column;
            height: auto;
        }
        .item_full.highlighted .itemImage {
            position: relative;
            right: auto;
            height: auto;
            max-height: 160px;
            width: 100% !important;
            margin-top: 15px;
        }
        .item_full.highlighted .itemInner {
            max-width: 100% !important;
        }
    }
    
    @media (max-width: 991.98px) {
        .shopHeaderText a:nth-child(1) {
            font-size: 24px;
        }
        .shopHeaderText a:nth-child(2) {
            font-size: 14px;
        }
        .shop_items {
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        }
    }
    
    @media (max-width: 767.98px) {
        .container-xxl {
            padding-left: 15px;
            padding-right: 15px;
        }
        .shopUser {
            width: 100% !important;
            max-width: 100% !important;
            flex: 0 0 100% !important;
        }
        .shop_items {
            width: 100% !important;
            max-width: 100% !important;
            flex: 0 0 100% !important;
            margin-top: 15px;
        }
        .shop_items > .item {
            height: auto !important;
            min-height: 280px;
        }
        .shopButton, .shopButton.disabled {
            min-width: 100%;
        }
        .redemptions {
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        }
    }
    
    @media (max-width: 575.98px) {

        .shopHeader {
            flex-direction: column !important;
            text-align: center !important;
        }
        .shopHeaderText a:nth-child(1),
        .shopHeaderText a:nth-child(2) {
            text-align: center !important;
        }
        .item_full.highlighted h1 {
            font-size: 20px;
        }
        .welcome {
            font-size: 18px;
        }
    }

  .userName{
        display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    }
    .text-hl{
        font-style: normal;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    color: rgb(210, 234, 255);
    }
    .itemRedeemed{
        color:var(--highlightColor);
        font-weight: 600;
    }
    .points svg{
        font-weight: 600;
        color:var(--highlightColor);
    }
    .shopHeaderText a:hover{
        color:rgb(200, 215, 245)!important;
    }
    .text-info{
        color: var(--highlightColor)!important;
    }
    .modal-content{
       background-color: var(--cardColor) !important;
    }
    .modal-content button:not(.btn-close){
        background:var(--highlightColor)!important;
        border:none!important;
        color: rgb(210, 234, 255)!important;
        font-weight: 500 !important;
    }
    .modal-content input{
        background: rgba(0, 0, 0, 0.3) !important;
    }
    .pointsAmount{
        width: 100%;
    color: rgb(200, 215, 245);
    text-align: left;
    font-family: Exo;
    font-size: 28px;
    font-style: italic;
    font-weight: 900;
    line-height: 132.408%;
    text-transform: uppercase;
    }
    .loggedIn{
        height:250px!important;
    }
    .divider{
        height: 1px;
    width: 99%;
    background: rgb(33 40 58);
    margin: 0 auto;
    }
    .smallBox{
        font-size: 18px;
    }