* {
    font-family: 'Poppins';
    font-weight: 400;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: var(--bodyBackgroundColor);
    color: var(--textBaseColor);
    margin: 0;
    padding: 0;
}

.strikethrough {
    position: relative;
}

.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;

    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

@media only screen and (max-width : 1500px) {
    .container-backgrounds {
        display: none;
    }

    html {
        scroll-behavior: smooth;
    }

    .questCategoryFilters {
        margin: 80px auto 0;
    }

    .cosmeticsFilterRarity {
        margin: 5px 20px;
    }

    .cosmeticsFilterRarityContainer {
        padding: 5px;
    }

    .filterRarityItem {
        background-color: #cd9a00;
        border-radius: 10px;
    }

    #loading-waiting {
        position: fixed;
        width: 100%;
        top: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 30;
        pointer-events: none;
    }

    .loader {
        width: 80px;
        display: flex;
        margin: auto;
        position: absolute;
    }

    .container-boutique {
        margin: 0 auto;
        width: 100%;
    }

    .shop-container {
        width: 100%;
        display: block;
        padding: 0;
        border-radius: 10px;
        margin: 20px 0;
    }

    .container {
        width: 100%;
        display: block;
        margin: 10px auto;
    }

    .shop-header {
        position: fixed;
        z-index: 5;
        bottom: 15px;
        right: 5px;
        width: auto;
        height: 50px;
        border-radius: 15px;
        background-color: rgba(0, 0, 0, 0.70);
    }

    .shop-countdown {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .shop-countdown-title {
        font-size: 15px;
        font-family: 'Oswald';
        text-transform: uppercase;
        padding: 0 10px;
    }

    .shop-countdown-text {
        font-size: 15px;
        font-style: italic;
        font-family: 'Oswald';
        text-transform: uppercase;
        padding: 0 10px;
    }

    #shop-featured {
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        width: 100%;
        flex-direction: none;
    }

    .section {
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        width: 100%;
        flex-direction: none;
    }

    .sectionContainer h3 {
        padding: 0px 20px;
        text-transform: uppercase;
        font-family: var(--fontFamilyItemTitle);
        font-weight: 200;
    }

    .sectionContainer {
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        width: 100%;
        padding: 0px 10px;
        overflow: auto;
    }

    .sectionContent {
        display: flex;
        /* flex-flow: row wrap; */
        /* align-items: center; */
        /* justify-content: center; */
        /* width: 100%; */
        margin: auto;
    }

    .button-sparks-more {
        margin: 20px auto;
        width: 250px;
        height: 40px;
        display: flex;
    }

    .button-sparks-more p {
        text-align: center;
        display: flex;
        margin: auto;
    }

    .sectionSparks {
        width: 100%;
        justify-content: center;
        margin: auto;
        display: flex;
        /* display: none; */
        flex-flow: row wrap;
    }

    .sectionHeight {
        max-height: 600px;
        overflow: hidden;
    }

    .bundleTile {
        width: 350px;
        height: 350px;
    }

    .smallTile {
        width: 150px;
        height: 200px;
    }

    .littleTile {
        width: 170px;
        height: 220px;
    }

    .bigTile {
        width: 350px;
        height: 250px;
    }

    .megaTile {
        width: 350px;
        height: 320px;
    }

    .megaTile .shop-card-img {
        width: 100%;
        height: 100%;
    }

    .shop-card {
        margin: 5px;
        padding: 5px;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        border-radius: 17px;
        box-shadow: 0 0 0 0 transparent;
        display: flex;
    }

    .shop-card a {
        width: 100%;
        height: 100%;
    }

    .shop-card:hover {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
    }

    .pop-up-card {
        position: absolute;
        z-index: 2;
        border-radius: 0 0 15px 15px;
        width: auto;
        left: 4px;
        right: 4px;
        bottom: 4px;
        overflow: hidden;
        transition: .3s;
    }

    .pop-up-content {
        margin-left: 10px;
        /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 100%); */
    }

    .shop-card-img {
        width: 100%;
        height: 100%;
        margin: auto;
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        transition: .3s ease-in-out;
        animation: 2s variantPreviewAnimation;
        z-index: 2;
        opacity: 0.8;
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .shop-card-img-featured {
        height: 100%;
        display: flex;
        margin: auto;
        transition: .3s ease-in-out;
    }

    @keyframes variantPreviewAnimation {
        from {
            height: 0;
            /* opacity: 0; */
        }

        to {
            height: 100%;
            /* opacity: 1; */
        }
    }

    .img-hover {
        width: 100%;
        height: 100%;
        display: flex;
        flex-flow: row wrap;
        margin: auto;
        overflow: hidden;
        border-radius: 15px;
        justify-content: center;
    }

    .shop-card:hover .img-hover {
        overflow: hidden;
        /* opacity: 1; */
    }

    .shop-card:hover .shop-card-img-zoom {
        transform: scale3d(1.08, 1.08, 1.08);
        /* opacity: 1; */
    }

    .shopItemBanner {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        width: auto;
        max-width: 150px;
        min-height: 20px;
        padding: 8px 10px;
        display: none;
    }

    .shopItemBannerBG {
        width: auto;
        height: 100%;
        overflow: hidden;
        border-radius: 10px;
        display: flex;
        margin: auto;
        padding: 3px 5px;
    }

    .shopItemBannerBG-Yellow {
        background-color: var(--shopItemBannerYellow);
    }

    .shopItemBannerBG-White {
        background-color: var(--shopItemBannerWhite);
    }

    .shopItemBannerText {
        font-size: 10px;
        color: black;
        display: flex;
        margin: auto;
        text-align: center;
        text-transform: uppercase;
        padding: 0 5px;
        text-wrap: nowrap;
        font-family: 'Titillium Web';
        font-weight: 900;
        font-style: italic;
    }

    .price {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: left;
        font-size: 15px;
        color: rgb(255, 255, 255, .8);
    }

    .price-item {
        display: flex;
        align-items: center;
    }

    .price img {
        width: 15px;
        font-family: 'Poppins';
    }

    .price-item p {
        margin-left: 5px;
    }

    .price-style {
        display: flex;
        margin: auto 0 auto auto;
    }

    .shop-card-title {
        margin-right: 10px;
        text-align: left;
        font-size: 15px;
        font-family: var(--fontFamilyItemTitle);
        font-weight: 400;
        text-transform: uppercase;
        transition: .2s;
    }

    .shop-card:hover .shop-card-title {
        transform: translateY(-5px);
    }

    .shop-card-title-type {
        margin: 0;
        max-height: 0;
        opacity: 0;
        font-family: 'Poppins';
        font-size: 11px;
        font-weight: 200;
        transition: .2s;
    }

    .shop-card:hover .shop-card-title-type {
        max-height: 20px;
        opacity: 1;
    }

    .itemOutShop {
        text-align: left;
        font-size: 13px;
        font-style: italic;
        transition: .2s;
        opacity: 0;
        max-height: 0px;
        margin-bottom: -10px;
    }

    .shop-card:hover .itemOutShop {
        opacity: 1;
        max-height: 30px;
        margin-bottom: 0;
    }

    .slideshow {
        display: block;
    }

    @keyframes scrollBigBanner {
        0% {
            transform: translateX(100%);
        }

        100% {
            transform: translateX(-100%);
        }
    }

    .preview-bigBanner {
        animation: scrollBigBanner 10s linear infinite;
    }

    .closeItem {
        width: 100%;
        margin: 15px auto;
    }

    .button-close-review {
        width: 100%;
        height: 40px;
        display: flex;
        margin: auto;
    }

    .button-cta p {
        text-align: center;
        display: flex;
        margin: auto;
    }

    #review-item {
        position: fixed;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 10;
        top: 0;
        background-color: #050a14;
    }

    .content-review {
        width: 90%;
        height: 100%;
        display: block;
        margin: auto;
        position: relative;
        overflow: auto;
    }

    .container-background-review {
        width: 100%;
        padding: 15px 0;
        display: inline-flex;
        flex-flow: row wrap;
    }

    .content-review-loading {
        width: 90%;
        display: block;
        margin: 50px auto;
        height: 500px;
        position: relative;
    }

    .content-review-img {
        width: 60%;
        display: flex;
        margin: auto;
        overflow: hidden;
        box-shadow: 0 0 0 2px white;
        border-radius: 15px;
    }

    .content-review-img img {
        width: 100%;
        height: 100%;
        transition: .3s;
        margin: auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .content-review-img-loading {
        width: 90%;
        display: flex;
        margin: auto;
        overflow: hidden;
        box-shadow: 0 0 0 2px white;
        border-radius: 15px;
    }

    .content-review-img-loading img {
        width: 100%;
        display: flex;
        margin: auto;
    }

    .content-review-head {
        width: 100%;
        text-align: center;
    }

    .content-review-infos {
        width: 100%;
    }

    .title-review {
        text-transform: uppercase;
        font-size: 20px;
        font-family: var(--fontFamilyItemTitle);
    }

    .description-review {
        font-size: 11px;
        font-style: italic;
        font-family: 'Poppins';
    }

    .rarity-review {
        font-family: 'Poppins';
        font-size: 11px;
    }

    .content-review-item {
        width: 100%;
        display: block;
    }

    .set-review {
        font-size: 11px;
        font-family: 'Poppins';
    }

    .since-review {
        font-size: 11px;
        font-family: 'Poppins';
    }

    .since-introduction {
        font-size: 11px;
        font-family: 'Poppins';
    }

    .more-item-tag {
        background-color: #18191b;
        min-width: 100px;
        width: auto;
        display: flex;
        margin: 0 5px 0 0;
        border-radius: 15px;
    }

    .more-item-tag-content {
        width: 100%;
        padding: 5px 10px;
        display: flex;
        margin: auto;
        justify-content: center;
        align-items: center;
    }

    .more-item-tag-p {
        width: 100%;
        display: flex;
        text-align: center;
        margin: auto;
        font-size: 13px;
    }

    .more-item-set {
        display: block;
        width: 100%;
    }

    .more-set {
        display: block;
    }

    .more-set-title {
        font-size: 15px;
        font-family: 'Poppins';
    }

    .set-items {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        box-sizing: border-box;
    }

    .set-item {
        display: flex;
        margin: 5px;
        width: 50px;
        height: 50px;
        box-shadow: 0 0 0 2px white;
        cursor: pointer;
        overflow: hidden;
        border-radius: 10px;
    }
}

@media only screen and (min-width : 1500px) {
    .container-backgrounds {
        width: 100%;
        min-height: 100%;
        position: fixed;
        z-index: -10;
        top: -10px;
        bottom: 0;
    }

    .background {
        transition: .2s linear;
    }

    .background.disabled {
        width: 0%;
        height: 0%;
        opacity: 0;
        transition: opacity 0.5s linear;
    }

    .background.active {
        width: 100%;
        height: 100%;
        opacity: 1;
        transition: opacity 0.5s linear;
    }

    #loading-waiting {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0%;
        left: 0%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 30;
        pointer-events: none;
    }

    .loader {
        width: 150px;
        display: flex;
        margin: auto;
        position: absolute;
    }

    .closeItem {
        position: absolute;
        width: 100%;
        top: 30px;
        left: 0;
        right: 0;
        display: flex;
        margin: auto;
    }

    .button-cta {
        border: none;
        cursor: pointer;
        background-color: rgba(29, 29, 29, 0.8);
        border-radius: 20px;
        color: white;
        transition: .3s;
        display: flex;
        margin: auto;
        width: 100%;
        height: 40px;
    }

    .button-cta p {
        text-align: center;
        display: flex;
        margin: auto;
    }

    .cosmeticsFilterRarityCategory {
        background-color: #FFC107;
    }

    #OPEN {
        position: relative;
        overflow-y: hidden;
    }

    #review-item {
        position: fixed;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 10;
        top: 0;
        background-color: #050a14;
    }

    .content-review {
        width: 70%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: auto;
        position: relative;
        overflow: visible;
    }

    .content-review-loading {
        width: 70%;
        display: block;
        margin: auto;
        height: 100%;
        position: relative;
    }

    .container-background-review {
        width: 100%;
        padding: 15px 0;
        display: inline-flex;
        align-items: center;
    }

    .loading-review {
        display: flex;
        margin: auto;
        height: 100%;
    }

    .content-review-img {
        width: 70%;
        display: flex;
        margin: auto;
        overflow: hidden;
        box-shadow: 0 0 0 2px white;
        border-radius: 15px;
    }

    .content-review-img img {
        width: 100%;
        height: 100%;
        transition: .3s;
        margin: auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .content-review-img-loading {
        width: 100%;
        display: flex;
        margin: auto;
        overflow: hidden;
        box-shadow: 0 0 0 2px white;
        border-radius: 15px;
    }

    .content-review-img-loading img {
        width: 100%;
        display: flex;
        margin: auto;
    }

    .content-review-head {
        width: 100%;
        display: inline-flex;
        flex-flow: row wrap;
        margin-left: 15px;
        text-align: center;
    }

    .content-review-infos {
        width: 100%;
    }

    .title-review {
        text-transform: uppercase;
        font-size: 22px;
        text-align: left;
        font-family: var(--fontFamilyItemTitle);
    }

    .description-review {
        font-size: 16px;
        font-style: italic;
        text-align: left;
        font-family: 'Poppins';
    }

    .rarity-review {
        font-size: 13px;
        text-align: left;
        font-family: 'Poppins';
    }

    .content-review-item {
        width: 100%;
        display: block;
    }

    .set-review {
        font-size: 13px;
        text-align: left;
        font-family: 'Poppins';
    }

    .since-review {
        font-size: 13px;
        text-align: left;
        font-family: 'Poppins';
    }

    .since-introduction {
        font-size: 13px;
        text-align: left;
        font-family: 'Poppins';
    }

    .more-tags {
        display: flex;
        flex-flow: row wrap;
        justify-content: left;
        width: 100%;
    }

    .more-item-tag {
        background-color: #18191b;
        min-width: 100px;
        width: auto;
        display: flex;
        margin: 0 5px 0 0;
        border-radius: 15px;
    }

    .more-item-tag-content {
        width: 100%;
        padding: 5px 10px;
        display: flex;
        margin: auto;
        justify-content: center;
        align-items: center;
    }

    .more-item-tag-p {
        /* width: 100%; */
        display: flex;
        text-align: center;
        margin: auto;
        font-size: 13px;
    }

    .more-item-set {
        display: block;
        width: 100%;
    }

    .more-set {
        display: block;
    }

    .more-set-title {
        font-size: 15px;
        text-align: left;
        font-family: 'Poppins';
    }

    .set-items {
        display: flex;
        flex-flow: row wrap;
        justify-content: left;
        box-sizing: border-box;
    }

    .set-item {
        display: flex;
        margin: 5px;
        width: 80px;
        height: 80px;
        box-shadow: 0 0 0 2px white;
        cursor: pointer;
        overflow: hidden;
        border-radius: 10px;
    }

    .container {
        width: 100%;
        display: block;
        margin-top: 1px;
    }

    .shop-container {
        width: 100%;
        display: block;
        padding: 0 10px;
        border-radius: 10px;
        margin: 20px 0;
    }

    .container-boutique {
        margin: 0 auto;
        width: 60%;
    }

    .questCategoryFilters {
        position: fixed;
        margin: auto 10px;
    }

    .cosmeticsFilterRarity {
        min-width: 250px;
        width: 100%;
        height: 100%;
        display: flex;
        margin: auto 2px;
        position: relative;
    }

    .cosmeticsFilterRarityContainer {
        margin: 5px auto;
        padding-bottom: 5px;
        width: auto;
        max-height: 550px;
        overflow-y: scroll;
    }

    .filterRarityItem {
        margin: 4px;
        width: 100%;
        min-height: 30px;
        height: auto;
        padding: 2px 4px;
        background-color: #cd9a00;
        /* background-color: #FFC107; */
        border-radius: 10px;
    }

    .filterRarityItemP {
        width: 100%;
        color: black;
    }

    .shop-header {
        position: fixed;
        z-index: 5;
        bottom: 15px;
        right: 5px;
        width: auto;
        height: 40px;
        border-radius: 15px;
        background-color: rgba(0, 0, 0, 0.70);
    }

    .shop-countdown {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .shop-countdown-title {
        font-size: 15px;
        font-family: 'Oswald';
        text-transform: uppercase;
        padding: 5px 10px;
    }

    .shop-countdown-text {
        font-size: 15px;
        font-weight: 400;
        font-family: var(--fontFamilyItemTitle);
        text-transform: uppercase;
        padding: 5px 10px;
    }

    #shop-featured {
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        width: 100%;
        flex-direction: column;
    }

    .sectionContainer {
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        width: 100%;
        flex-direction: column;
    }

    .sectionSpacing {
        margin: 20px auto;
    }

    .sectionContent {
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        max-height: 650px;
        /* max-height: 360px; */
        margin: auto;
    }

    .sectionSparks {
        width: 100%;
        height: auto;
        max-height: 100%;
        justify-content: left;
        margin: auto;
        display: flex;
        /* display: none; */
        flex-flow: row wrap;
    }

    .sectionHeight {
        max-height: 520px;
        overflow: hidden;
    }

    .sectionContainer h3 {
        margin-left: 10px;
        text-transform: uppercase;
        font-family: var(--fontFamilyItemTitle);
        font-weight: 200;
        font-size: 25px;
    }

    .button-sparks-more {
        margin: 20px auto;
        width: 750px;
        height: 40px;
        display: flex;
    }

    .button-sparks-more p {
        text-align: center;
        display: flex;
        margin: auto;
    }

    .bundleTile {
        width: 300px;
        height: 300px;
    }

    .sparkTile {
        width: 280px;
        height: 420px;
    }

    .smallTile {
        width: 210px;
        height: 238px;
    }

    .littleTile {
        width: 280px;
        height: 420px;
    }

    .bigTile {
        width: 570px;
        height: 420px;
    }

    /* width: 320px; */
    .megaTile {
        width: 1150px;
        height: 490px;
    }

    .bigTile .shop-card-img {
        width: 80%;
        background-position: top;
    }

    .megaTile .shop-card-img {
        background-position: top;
        width: 80%;
    }

    .sparkTile a {
        width: 100%;
        height: 100%;
        display: flex;
        flex-flow: row wrap;
        border-radius: 18px;
        overflow: hidden;
        background-color: var(--jamTracksItemBackground);
    }

    .sparkTile .img-hover {
        width: 100%;
        height: 300px;
        display: flex;
        flex-flow: row wrap;
        margin: 0 auto;
        padding: 5px;
        overflow: hidden;
        justify-content: center;
        border-radius: 15px;
    }

    .sparkTile .shop-card-img {
        border-radius: 18px;
    }

    .shop-card {
        margin: 5px;
        padding: 3px;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        border-radius: 18px;
        box-shadow: 0 0 0 12px transparent;
        display: flex;
        transition: .2s;
    }

    .shop-card a {
        width: 100%;
        height: 100%;
    }

    .shop-card:hover {
        box-shadow: 0 0 0 4px rgba(255, 255, 255, 1);
    }

    .pop-up-card {
        position: absolute;
        z-index: 2;
        width: auto;
        left: 3px;
        right: 3px;
        bottom: 3px;
        height: 100%;
        overflow: hidden;
        transition: .3s;
        border-radius: 0 0 15px 15px;
        display: flex;
    }

    .shop-card:not(.sparkTile):hover .pop-up-card-hover {
        background-color: rgb(0, 0, 0, 0.6);
    }

    .pop-up-content {
        margin: auto 0 0 0;
        width: 100%;
    }

    .shop-card-img {
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border: none;
        transition: .3s ease-in-out;
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .shop-card-img-anim {
        animation: 2s variantPreviewAnimation;
    }

    .shop-card-img-featured {
        height: 100%;
        display: flex;
        transition: .3s ease-in-out;
    }

    @keyframes variantPreviewAnimation {
        from {
            height: 0;
        }

        to {
            height: 100%;
        }
    }

    .img-hover {
        width: 100%;
        height: 100%;
        display: flex;
        flex-flow: row wrap;
        margin: auto;
        overflow: hidden;
        justify-content: center;
        border-radius: 17px;
    }

    .shop-card:hover .img-hover {
        overflow: hidden;
        opacity: 1;
    }

    .shop-card:not(.sparkTile):hover .shop-card-img-zoom {
        transform: scale3d(1.08, 1.08, 1.08);
        opacity: 1;
    }

    .shopItemBanner {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 95%;
        margin: 7px auto auto 5px;
        padding: 0 3px;
        z-index: 5;
        display: none;
    }

    .shopItemBannerBG {
        width: auto;
        height: auto;
        overflow: hidden;
        border-radius: 15px;
        display: flex;
        margin: auto;
    }

    .shopItemBannerBG-Yellow {
        background-color: var(--shopItemBannerYellow);
    }

    .shopItemBannerBG-White {
        background-color: var(--shopItemBannerWhite);
    }

    .shopItemBannerText {
        font-size: 12px;
        color: black;
        display: flex;
        margin: auto;
        text-align: center;
        text-transform: uppercase;
        padding: 5px 15px;
        text-wrap: nowrap;
        font-family: 'Titillium Web';
        font-weight: 900;
        font-style: italic;
    }

    .price {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: left;
        font-size: 13px;
        margin: 0;
        color: rgb(255, 255, 255, .8);
    }

    .price-item {
        display: flex;
        margin: auto 3px;
    }

    .price img {
        width: 20px;
        height: 20px;
        margin: auto 5px;
        font-family: 'Poppins';
    }

    .price-item p {
        font-size: 14px;
    }

    .price-style {
        display: flex;
        margin: auto 5px auto auto;
        transition: .2s;
        transform: rotate(0deg);
    }

    .shop-card:hover .price-style {
        transform: rotate(90deg);
    }

    .price-style img {
        width: 20px;
        height: 20px;
        display: flex;
        margin: auto;
    }

    .shop-card-title {
        margin: 0 5px;
        text-align: left;
        text-transform: uppercase;
        font-family: var(--fontFamilyItemTitle);
        font-size: 17px;
        font-style: italic;
        font-weight: 500;
        letter-spacing: 1px;
        transition: .2s;
    }

    .shop-card:hover .shop-card-title {
        transform: translateY(-5px);
    }

    .shop-card-title-type {
        /* display: none; */
        margin: 0 5px;
        max-height: 0;
        opacity: 0;
        color: var(--textBaseColor);
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: 200;
        transition: .2s;
    }

    .shop-card:hover .shop-card-title-type {
        /* display: block; */
        max-height: 20px;
        opacity: 1;
    }

    .shop-card-description {
        font-size: 11px;
    }

    .itemOutShop {
        text-align: left;
        font-size: 13px;
        font-style: italic;
        transition: .2s;
        opacity: 0;
        max-height: 0px;
        margin-left: 5px;
        margin-bottom: -10px;
    }

    .shop-card:hover .itemOutShop {
        opacity: 1;
        max-height: 30px;
        margin-bottom: 0;
    }

    .slideshow {
        display: block;
    }

    @keyframes scrollBigBanner {
        0% {
            transform: translateX(100%);
        }

        100% {
            transform: translateX(-100%);
        }
    }

    .preview-bigBanner {
        animation: scrollBigBanner 10s linear infinite;
    }
}