.nft-shop-block {
    background-image: var(--img-linea-bg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 2100px 960px;

    width: 100%;
    height: 960px;
    margin: 0 auto;
    overflow: hidden;
}

.nft-shop-area {
    margin: 90px auto 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.nft-shop-area > div {
    flex: 0 0 auto;
}

.nft-shop-menu {
    background-color: #f4e7c1;
    width: 95%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    border-radius: 8px;
}

.nft-shop-menu > a {
    text-decoration: none;
    width: 31%;
}

.nft-shop-menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 98%;
    position: relative;
    cursor: pointer;
}

.nft-shop-menu-item > img.chain-icon {
    width: 40px;
    margin-top: 5px;
    z-index: 2;
}

.nft-shop-menu-item > img.chain-selected {
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 72px;
    display: none;
}

.nft-shop-menu-item > span {
    z-index: 2;
    margin-left: 5px;
    font-size: 10px;
}

.nft-shop-menu-item-hidden {
    display: none;
}

.nft-shop-menu-item-selected {
    color: white;
    background-color: #ff7e00;
    border-radius: 10px;
}

.nft-shop-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 95%;
    margin: 0 auto;
}