.spirit-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    padding-top: 15px;
    padding-bottom: 15px;
    background: var(--spirit-navbar-color);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 0 0 35px 35px;
    border: 0px solid var(--border-color-default);
    transition: .2s ease all;
}


@media (min-width: 576px) {
    .container-fluid {
        padding-left: 24px;
        padding-right: 24px;
		transform: translateY(-50px);
    }

    .spirit-navbar {
        max-width: calc(100%);
    }
}

@media (min-width: 576px) {
    .spirit-logo-wrapper .spirit-shop-name {
        display: none;
    }
}

.product-preview-image {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: .2s ease all;
    transform: scale(0.7);
}

.shop-name::before {
    content: "Играй с нами на ";
    color: #f3f3f3;
    font-weight: bold;
}

@keyframes smooth-bob-and-pulse {
    0%, 100% {
        transform: translateY(0);
        opacity: 0.9;
    }
    50% {
        transform: translateY(-4px);
        opacity: 1.0;
    }
}

.shop-name {
    margin-bottom: 36px;
    font-size: clamp(32px, calc(32px + 1.667vw), 60px);
    line-height: clamp(42px, calc(42px + 1.667vw), 70px);
    font-family: 'Unbounded', serif;
    font-weight: 800;
    color: #ffffff;
    word-wrap: break-word;
    text-shadow: 0 0 10px rgba(200, 180, 255, 0.3);

    animation: smooth-bob-and-pulse 3.5s ease-in-out infinite;
}

.section-jumbotron .img-fluid {
    max-width: 100%;
    height: auto;
    transform: scale(2.0);
}

#servers .container {
    display: none;
}