html,
body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    scroll-behavior: smooth;
}

.container {
    position: relative;
    height: 100%;

    @media only screen and (max-width: 768px) {
        padding-left: 15px;
        padding-right: 15px;
    }
}

html {
    font: 15px / 1.6 sans-serif;
    font-family: 'Oxanium', sans-serif;
    font-weight: 400;
    color: var(--text-color);
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    background-color: var(--bg-color);
}

body {
    background-color: var(--bg-color);
    font-family: 'Oxanium', sans-serif;
    color: var(--text-color);
    background-image: 
        radial-gradient(at 20% 30%, rgba(124, 58, 237, 0.15) 0px, transparent 50%),
        radial-gradient(at 80% 70%, rgba(239, 68, 68, 0.15) 0px, transparent 50%);
    background-attachment: fixed;
}

header {
    background: var(--footer-bg);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.body {
    background-color: var(--bg-color);
    background-image: 
        radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.92) 100%),
        radial-gradient(ellipse at 20% 50%, rgba(0, 0, 0, 0.75) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 80%, rgba(0, 0, 0, 0.75) 0%, transparent 50%),
        url("https://zgrad.gg/images/textures/cooltexturebetter.png");
    background-size: 100% 100%, 100% 100%, 100% 100%, cover;
    object-fit: cover;
}

.index-section h1 {
    font-family: 'Oxanium', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    color: #F4F4F5;
}

.social-media {
    width: 20%;
}

.header-account {
    width: 20%;
}

.social-media li a i {
    font-size: 20px;
    color: #fff;
    transition: all 0.3s ease;
}

.social-media li a i {
    padding: 10px 8px;
    background: var(--first-color);
    border-radius: 8px;
    width: 40px;
    height: 40px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.social-media li a:hover i {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.topbar {
    background: var(--first-color);
    padding: var(--spacing-s);
}

.social-media li a.twitch i {
    background: #9147FF;
}

.social-media-item.discord i {
    background: #5865F2;
}

.social-media-item.website i {
    background: #DC2626;
}

.social-media-item.youtube i {
    background: #DC2626;
}

.social-media-item.twitter i {
    background: black;
}

.social-media-item.instagram i {
    background: #ff00a5;
}

.social-media-item.facebook i {
    background: #3146dd;
}

.topbar {
    background: rgba(24, 24, 27, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: var(--spacing-s);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.nav-bar {
    width: 100%;
}

.nav-links {
    width: 100%;
}

.nav-goal {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    flex: 1;
    min-width: 320px;
    max-width: 640px;
    gap: var(--spacing-s);
}

.nav-goal .module {
    width: 100%;
    display: flex;
    align-items: center;
    gap: var(--spacing-s);
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    margin: 0;
    flex: 1;
    min-width: inherit;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    overflow: visible;
}

.nav-goal .module-header {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.nav-goal .module-title {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    padding: 0;
}

.nav-goal .goal-current {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
}

.nav-goal .payment-goal {
    height: 10px;
}

.nav-goal .module-body {
    flex: 1;
    display: flex;
    align-items: center;
    gap: var(--spacing-s);
    padding: 0;
    margin: 0;
    min-width: 0;
}

.nav-goal .payment-goal-display,
.nav-goal .payment-max,
.nav-goal .payment-goal-data {
    font-size: 14px;
    line-height: 20px;
}

.nav-goal .payment-goal-data {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.nav-goal .goal-complete {
    line-height: 20px;
    vertical-align: middle;
    display: inline-flex;
    align-items: baseline;
    font-variant-numeric: tabular-nums;
    gap: 0.25em;
}

.nav-goal .goal-complete .percentage-number {
    display: inline-block;
    min-width: 5ch;
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.nav-goal .goal-complete .completed-text {
    display: inline-block;
}

.nav-goal .payment-percentage {
    display: inline-block;
    font-variant-numeric: tabular-nums;
    min-width: 5ch;
    text-align: right;
}

@media (max-width: 1023px) {
    .nav-links {
        order: 1;
    }

    .nav-goal {
        order: 2;
        min-width: 0;
    }

    .nav-goal .module {
        align-items: flex-start;
        min-width: 0;
    }

    .nav-goal .module-body {
        flex-direction: column;
        align-items: flex-start;
    }
}

li.nav-item a {
    font-family: 'Oxanium', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease;
    position: relative;
}

li.nav-item a:hover {
    color: var(--main-color);
}

li.nav-item.active a {
    color: var(--main-color);
}

li.nav-item a::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--main-color);
    transition: width 0.3s ease;
}

li.nav-item a:hover::after {
    width: 100%;
}

li.nav-item.active a::after {
    width: 100%;
    background: linear-gradient(90deg, var(--main-color), transparent);
}

li.nav-item a i {
    opacity: 0.4;
}

li.nav-item a {
    display: flex;
    flex-direction: row;
    gap: var(--spacing-xs);
    align-items: center;
}

.module {
    background: rgba(24, 24, 27, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    overflow: visible;
    position: relative;
    transition: all 0.3s ease;
}

.home-content {
    background: rgba(24, 24, 27, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.module-body {
    padding: var(--spacing-s);
}

.module-header {
    padding: 0;
}

h2.module-title {
    font-family: 'Oxanium', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    color: #F4F4F5;
    position: relative;
    margin: 0;
    padding: var(--spacing-s) 0 0 var(--spacing-s);
    width: 100%;
    word-break: break-word;
    overflow-wrap: break-word;
}

.index-section {
    background: rgba(24, 24, 27, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    overflow: visible;
    position: relative;
    transition: all 0.3s ease;
}

.index-section:hover {
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.index-section>h1 {
    text-align: left;
    position: relative;
    margin: 0;
    padding: var(--spacing-s);
}

.index-section-body {
    padding: var(--spacing-m) var(--spacing-s);
}

.index-section-body p {
    margin-bottom: var(--spacing-s);
}

.index-section-body a {
    padding: var(--spacing-xs) var(--spacing-s);
    background: var(--button);
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-align: left;
    font-family: 'Oxanium', sans-serif;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    display: inline-block;
}

.index-section-body a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    filter: brightness(1.15);
}

.home-content-sec {
    padding: var(--spacing-m) var(--spacing-s);
}

h1.home-content-tit {
    font-family: 'Oxanium', sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    text-align: left;
    color: #F4F4F5;
    text-transform: uppercase;
    background: linear-gradient(135deg, #ffffff, var(--main-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.progress-bar {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    height: 12px;
}

.progress-bar-red {
    background-color: #DC2626 !important;
}

.progress-bar-orange {
    background-color: #F97316 !important;
}

.progress-bar-yellow {
    background-color: #EAB308 !important;
}

.progress-bar-green {
    background-color: #22C55E !important;
}

@keyframes moveStripes {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 40px 0;
    }
}

@keyframes pulseOpacity {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

.category-package {
    opacity: 0;
    animation: fadeInUp 0.5s ease forwards;
}

.category-package:nth-child(1) { animation-delay: 0.05s; }
.category-package:nth-child(2) { animation-delay: 0.1s; }
.category-package:nth-child(3) { animation-delay: 0.15s; }
.category-package:nth-child(4) { animation-delay: 0.2s; }
.category-package:nth-child(n+5) { animation-delay: 0.25s; }

input {
    background: var(--input);
    border-color: rgba(255, 255, 255, 0.1) !important;
    border-radius: 8px !important;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

input:focus {
    border-color: rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(var(--main-color-rgb), 0.1);
}

:focus-visible {
    outline: 0;
}

input:focus-visible {
    outline-offset: 0px;
}

.payment-goal {
    background: var(--first-color);
    border-radius: 50px;
    width: 100%;
    height: 12px;
    overflow: hidden;
}

.goal-current {
    font-family: 'Oxanium', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: var(--spacing-s);
}

.payment-goal-display {
    display: flex;
    justify-content: space-between;
}

.payment-goal-data {
    text-align: center;
    text-align: -webkit-center;
    font-family: 'Oxanium', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: var(--text-color);
}

.payment-max {
    font-family: 'Oxanium', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: var(--text-color);
}

.goal-complete {
    white-space: nowrap;
    display: inline-flex;
    align-items: baseline;
    font-variant-numeric: tabular-nums;
    gap: 0.25em;
}

.goal-complete .percentage-number {
    display: inline-block;
    min-width: 5ch;
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.goal-complete .completed-text {
    display: inline-block;
}

.payment-percentage {
    display: inline-block;
    font-variant-numeric: tabular-nums;
    min-width: 5ch;
    text-align: right;
}

.btn {
    font-weight: 700;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 8px;
    background: var(--button);
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.2);
    filter: brightness(1.15);
}

.btn:active {
    transform: translateY(0);
}

.error-msg {
    background: #d75252;
    margin: var(--spacing-s);
    border-radius: 8px;
    color: #fff;
    font-family: 'Oxanium', sans-serif;
    margin-top: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 12px rgba(215, 82, 82, 0.4);
}

.success-msg {
    background: #52d787;
    margin: var(--spacing-s);
    border-radius: 8px;
    color: #fff;
    font-family: 'Oxanium', sans-serif;
    margin-top: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 12px rgba(82, 215, 135, 0.4);
}

.header-item svg {
    height: 24px;
}

.header-item {
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--spacing-xs);
    background: rgba(39, 39, 42, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.header-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.2);
}

.header-item:first-child {
    padding: 0;
}

.header-account-btn {
    height: auto;
    min-width: 0;
    padding: var(--spacing-xs) var(--spacing-s);
    gap: var(--spacing-s);
}

.header-account-btn .avatar-img,
.header-account-btn .avatar-fallback {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.header-account-btn .avatar-fallback {
    background: var(--first-color);
}

.header-account-btn span {
    margin: 0;
    padding: 0;
    margin-right: var(--spacing-s);
}

span.cart-number {
    position: absolute;
    top: -11px;
    right: -11px;
    height: 22px;
    width: 22px;
    background: var(--main-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Oxanium', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #fff;
}

.category-package {
    background: rgba(24, 24, 27, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    position: relative;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    overflow: hidden;
}

.category-package-discount-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #DC2626;
    color: #FFFFFF;
    font-family: 'Oxanium', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    padding: 6px 10px;
    border-radius: 6px;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.category-package::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--main-color), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.category-package:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5);
    border-color: rgba(255, 255, 255, 0.2);
}

.category-package:hover::before {
    opacity: 1;
}

span.category-package-name {
    font-family: 'Oxanium', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    color: #fff;
}

.category-package-details {
    padding: var(--spacing-s);
}

.package-bott {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    padding: var(--spacing-s) var(--spacing-xs);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    background: rgba(39, 39, 42, 0.5);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.category-package-price-list {
    font-family: 'Oxanium', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #fff;
}

.category-package-buttons {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: var(--spacing-xs);
}

.btn-svg span {
    color: #FAFAFA;
    font-family: 'Oxanium', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
}

.btn-svg {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-xs);
}

.category-package-buttons a {
    border-radius: 8px;
    height: 40px;
    transition: all 0.3s ease;
}

.category-buy-btn {
    background: var(--button);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.category-buy-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    filter: brightness(1.15);
}

.category-package-price-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
}

.btn-modal svg {
    height: 36px;
}

.btn-modal {
    width: 40px;
    padding: 0;
    height: 35px;
}

.category-page {
    text-align: center;
    text-align: -webkit-center;
}

h2.category-title {
    font-family: 'Oxanium', sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    color: #F4F4F5;
    background: linear-gradient(135deg, #ffffff, var(--main-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.category-description {
    font-family: 'Oxanium', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: var(--text-color);
}

span.category-package-price-disc {
    color: #d96969;
    font-size: 12px;
    text-decoration: line-through;
}

.footer {
    background: var(--footer-bg);
    color: #e5e7eb;
    padding: 40px 0 20px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: -1px;
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://zgrad.gg/images/textures/cooltexturebetter.png') center/cover no-repeat;
    opacity: 0.04;
    z-index: 0;
    pointer-events: none;
}

.footer-splatter {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 110vw;
    height: 200px;
    background: url('https://zgrad.gg/images/textures/footer-splatter.png') center bottom/cover no-repeat;
    pointer-events: none;
    z-index: 1;
    opacity: 0.25;
    filter: saturate(1.35) brightness(1.08);
    mask: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 60%, rgba(0,0,0,0) 100%);
    -webkit-mask: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 60%, rgba(0,0,0,0) 100%);
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.footer-logo {
    flex: 0 0 100%;
    max-width: 300px;
    text-align: center;
    margin: 0 auto 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-logo img {
    width: 100%;
    height: auto;
    max-width: 180px;
    margin-bottom: 15px;
}

.footer-column {
    flex: 1 0 300px;
    margin-bottom: 30px;
    padding: 0 20px;
    max-width: 400px;
}

.footer-column h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
}

.footer-column h3::after {
    display: none;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #f8fafc;
    text-decoration: none;
    transition: var(--transition);
    display: inline-block;
    font-size: 14px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
    width: auto;
    padding: 0;
}

.footer-links a:hover {
    color: var(--main-color);
    transform: translateX(3px);
}

.footer-links a.current {
    color: var(--accent-color, #ff3e3e);
    font-weight: 600;
    transform: translateX(3px);
}

.social-links {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: transparent;
    border-radius: 50%;
    transition: var(--transition);
}

.social-links a:hover {
    transform: translateY(-3px);
}

.social-links svg {
    width: 18px;
    height: 18px;
    fill: var(--text-color);
}

.footer-payment-info {
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.paynow-note {
    font-family: 'Oxanium', sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    color: var(--text-color);
    opacity: 0.7;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    margin-top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    flex-basis: 100%;
    font-size: 14px;
}

.footer-bottom-left {
    text-align: left;
}

.footer-bottom-left p {
    margin: 0;
    opacity: 0.7;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

.footer-legal {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 10px;
    font-size: 12px;
}

.footer-bottom-right {
    text-align: right;
}

.follow-us-text {
    color: #999;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

.social-icons {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: transparent;
    border-radius: 50%;
    transition: var(--transition);
    opacity: 1;
}

.social-icons a:hover {
    transform: translateY(-3px);
    opacity: 1;
}

.social-icons svg {
    width: 16px;
    height: 16px;
    fill: var(--text-color);
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.7));
}

.footer-legal a {
    color: #e2e8f0;
    transition: var(--transition);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

.footer-legal a:hover {
    color: var(--text-color);
}

.powered-by-zmod {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transition: opacity 0.3s ease, color 0.3s ease, fill 0.3s ease;
    text-decoration: none;
    color: var(--text-color);
    margin-top: 5px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
    gap: 4px;
}

.powered-by-zmod:hover {
    opacity: 1;
    color: #ff0000;
}

.powered-by-zmod:hover .zmod-logo svg {
    fill: #ff0000;
}

.powered-by-zmod .zmod-logo {
    width: 24px;
    height: 24px;
}

.powered-by-zmod .zmod-logo svg {
    width: 100%;
    height: 100%;
    fill: var(--text-color);
    transition: fill 0.3s ease;
}

.footer-logo-fallback {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #71717A;
    text-transform: uppercase;
    color: #9ca3af;
    text-align: center;
}

.brand-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
}

.brand-logo {
    height: 32px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35));
    opacity: 0.95;
}

.brand-logo-main {
    height: 36px;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.45)) brightness(0) saturate(100%) invert(14%) sepia(94%) saturate(7492%) hue-rotate(-4deg) brightness(98%) contrast(108%);
}

.payment-icons {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

.payment-icons .pay-icon {
    height: 28px;
    width: auto;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35));
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
    }
    
    .footer-column {
        flex: 0 0 100%;
        margin-bottom: 25px;
        text-align: center;
        max-width: none;
    }
    
    .footer-column h3 {
        text-align: center;
    }
    
    .footer-links {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .footer-links a {
        text-align: center;
        display: inline-block;
    }
    
    .footer-logo {
        margin-bottom: 25px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 15px;
    }

    .footer-bottom-left,
    .footer-bottom-right {
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }

    .powered-by-zmod {
        margin-top: 15px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .footer-column {
        flex: 1 0 250px;
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .footer-legal {
        flex-direction: column;
        gap: 10px;
    }
    
    .footer {
        padding: 30px 0 15px;
    }
}

a:hover {
    color: var(--main-color);
    transition: var(--transition);
    text-decoration: none;
}

.product-page,
.product-description {
    background: rgba(24, 24, 27, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.product-page:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.15);
}

.product-description {
    background: transparent;
    border: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

@media (min-width: 1536px) {
    .container {
        max-width: 1280px !important;
    }
}

.product-page-image {
    padding: var(--spacing-s);
    background: rgba(39, 39, 42, 0.5);
    border-radius: 12px;
    position: relative;
}

img.product-img {
    max-height: 15rem;
    width: auto;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.4));
    transition: all 0.3s ease;
}

img.product-img:hover {
    transform: scale(1.05);
}

.product-page-details {
    padding: var(--spacing-m) var(--spacing-s);
}

.product-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-name {
    font-family: 'Oxanium', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: #fff;
}

.product-price {
    font-family: 'Oxanium', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: #F4F4F5;
}

.product-details-top span {
    font-family: 'Oxanium', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: var(--text-color);
}

.small-title span {
    font-family: 'Oxanium', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}

.small-title svg path {
    fill: var(--main-color);
}

.small-title {
    display: flex;
    align-items: center;
}

span.product-det-border {
    width: 100%;
    background: rgba(39, 39, 42, 0.6);
    height: 2px;
    margin-left: var(--spacing-xs);
}

button.add-btn,
a.add-btn {
    background: var(--button);
    padding: var(--spacing-xs) var(--spacing-s);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-family: 'Oxanium', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

button.add-btn:hover,
a.add-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.2);
    filter: brightness(1.15);
}

button#giftButton,
.add-gift-btn {
    background: #3374ed;
    padding: var(--spacing-xs) var(--spacing-s);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-family: 'Oxanium', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(51, 116, 237, 0.4);
    cursor: pointer;
}

button#giftButton:hover,
.add-gift-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(51, 116, 237, 0.6);
    filter: brightness(1.15);
}

button#purchaseFromGift {
    background: var(--button);
    padding: var(--spacing-xs) var(--spacing-s);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-family: 'Oxanium', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

button#purchaseFromGift:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    filter: brightness(1.15);
}

button#closeGift,
.close-gift {
    background: #e36060;
    padding: var(--spacing-xs) var(--spacing-s);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-family: 'Oxanium', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(227, 96, 96, 0.4);
    cursor: pointer;
}

button#closeGift:hover,
.close-gift:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(227, 96, 96, 0.6);
    filter: brightness(1.15);
}

span.cart-page-title {
    font-family: 'Oxanium', sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
    text-align: left;
    color: #F4F4F5;
    text-transform: uppercase;
}

.nr-item {
    font-family: 'Oxanium', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    align-self: center;
    color: #F4F4F5;
}

hr {
    border-color: #27272A;
}

table {
    max-width: 100%;
    background-color: transparent;
    width: 100%;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 15px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    text-align: left;
    align-content: center;
}

table tbody td {
    vertical-align: middle;
}

table>thead>tr>th {
    vertical-align: bottom;
}

table tbody .image {
    width: 10%;
    text-align: center;
    align-content: center;
}

table tbody .name {
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-left: var(--spacing-xs);
}

table tbody .options {
    width: 25%;
    text-align: center;
}

table tbody .price {
    width: 15%;
    text-align: center;
}

table tbody .quantity {
    width: 5%;
    text-align: center;
}

table tbody .total {
    width: 15%;
    text-align: center;
}

table tbody .close {
    width: 5%;
    text-align: center;
}

table input {
    width: 40px;
    text-align: center;
}

tbody tr {
    background: rgba(24, 24, 27, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: var(--spacing-xs) solid rgba(27, 27, 27, 0.3);
    transition: all 0.3s ease;
}

tbody tr:hover {
    background: rgba(39, 39, 42, 0.7);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

tbody tr:first-child {
    border: none;
}

.table>thead>tr>th {
    text-transform: uppercase;
    font-family: 'Oxanium', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
    color: #fff;
}

td.image {
    background: rgba(39, 39, 42, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: var(--spacing-xs) !important;
}

td.image .product-img {
    height: 65px;
    width: auto;
}

td.name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: center;
    gap: var(--spacing-xs);
}

span.product-name {
    font-family: 'Oxanium', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}

.name-sec {
    font-family: 'Oxanium', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #A1A1AA;
}

td.price span {
    font-family: 'Oxanium', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #A1A1AA;
}

td.total span {
    font-family: 'Oxanium', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #fff;
}

td.close {
    align-content: center;
}

table tbody .close a i {
    font-size: 20px;
    font-weight: 600;
}

.remove-btn {
    padding: var(--spacing-xs) var(--spacing-s);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-family: 'Oxanium', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.remove-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    filter: brightness(1.15);
    color: #fff;
}

a.add-btn {
    width: 100%;
}

.subtotal span {
    font-family: 'Oxanium', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #A1A1AA;
    text-transform: uppercase;
}

.subtotal p {
    font-family: 'Oxanium', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: right;
    color: #fff;
}

.account-discord-banner {
    background-color: rgba(88, 101, 242, 0.1);
    border: 1px solid rgba(88, 101, 242, 0.3);
    border-radius: var(--border-radius);
    padding: var(--spacing-s);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: var(--spacing-s);
    margin-bottom: var(--spacing-s);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.account-discord-banner.hidden {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}

.banner-close-btn {
    background: none;
    border: none;
    color: #A1A1AA;
    font-size: 18px;
    cursor: pointer;
    flex-shrink: 0;
    padding: 0;
    margin-left: auto;
    transition: color 0.3s ease;
}

.banner-close-btn:hover {
    color: #E4E4E7;
}

.account-discord-banner i {
    color: #5865F2;
    font-size: 18px;
    margin-top: 4px;
    flex-shrink: 0;
}

.account-discord-banner > div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.account-discord-banner .banner-title {
    font-family: 'Oxanium', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #E4E4E7;
    margin: 0;
}

@media only screen and (min-width: 1024px) {
    .account-discord-banner .banner-title {
        font-size: 16px;
    }
}

.account-discord-banner .banner-message {
    font-family: 'Oxanium', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #D4D4D8;
    margin: 0;
}

/* Subscription Management Banner */
.account-subscription-banner {
    background-color: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: var(--border-radius);
    padding: var(--spacing-s);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: var(--spacing-s);
    margin-bottom: var(--spacing-s);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.account-subscription-banner i {
    color: #3B82F6;
    font-size: 18px;
    margin-top: 4px;
    flex-shrink: 0;
}

.account-subscription-banner > div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.account-subscription-banner .banner-title {
    font-family: 'Oxanium', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #E4E4E7;
    margin: 0;
}

@media only screen and (min-width: 1024px) {
    .account-subscription-banner .banner-title {
        font-size: 16px;
    }
}

.account-subscription-banner .banner-message {
    font-family: 'Oxanium', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #D4D4D8;
    margin: 0;
}

.account-subscription-banner .banner-link {
    color: #3B82F6;
    text-decoration: underline;
    transition: color 0.3s ease;
    cursor: pointer;
}

.account-subscription-banner .banner-link:hover {
    color: #60A5FA;
    text-decoration-thickness: 2px;
}

/* Grand Opening Banner */
@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes shimmerBanner {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

.grand-opening-banner {
    width: 100%;
    background: rgba(24, 24, 27, 0.5);
    padding: 1rem;
    border-radius: 12px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 0 20px rgba(220, 38, 38, 0.6), inset 0 0 20px rgba(220, 38, 38, 0.2);
    border: 2px solid rgba(220, 38, 38, 0.8);
    position: relative;
    overflow: hidden;
}

.grand-opening-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
}

.grand-opening-text {
    display: block;
    text-align: center;
    font-family: 'Oxanium', sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    color: #DC2626;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    position: relative;
    z-index: 1;
    word-break: break-word;
}

@media (max-width: 768px) {
    .grand-opening-banner {
        padding: 0.75rem;
        margin-bottom: 1rem;
    }

    .grand-opening-text {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0.1em;
    }
}

@media (max-width: 480px) {
    .grand-opening-banner {
        padding: 0.5rem;
        margin-bottom: 0.75rem;
    }

    .grand-opening-text {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.05em;
    }
}

.product-sale-name {
    font-family: 'Oxanium', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #DC2626 !important;
    animation: glowingRed 2s ease-in-out infinite;
}

@keyframes glowingRed {
    0%, 100% {
        text-shadow: 0 0 5px rgba(220, 38, 38, 0.3), 0 0 10px rgba(220, 38, 38, 0.5);
    }
    50% {
        text-shadow: 0 0 10px rgba(220, 38, 38, 0.8), 0 0 20px rgba(220, 38, 38, 0.6);
    }
}

.product-sale-container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.product-sale-badge {
    font-family: 'Oxanium', sans-serif;
    font-size: 8px;
    font-weight: 700;
    line-height: 8px;
    color: #FFFFFF !important;
    background: #DC2626;
    padding: 0.1rem 0.25rem;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(220, 38, 38, 0.6);
}

/* First Visit Popup Styles */
.first-visit-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: var(--spacing-s);
    animation: fadeIn 0.3s ease;
}

.first-visit-popup-overlay.hidden {
    display: none;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.first-visit-popup-content {
    background: rgba(24, 24, 27, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 12px;
    border: 2px solid rgba(220, 38, 38, 0.8);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5), 0 0 20px rgba(220, 38, 38, 0.4);
    max-width: 600px;
    width: 100%;
    position: relative;
    animation: slideInUp 0.4s ease;
    padding: var(--spacing-m);
}

.first-visit-popup-close {
    position: absolute;
    top: var(--spacing-s);
    right: var(--spacing-s);
    background: rgba(39, 39, 42, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #A1A1AA;
    font-size: 18px;
    transition: all 0.3s ease;
    padding: 0;
}

.first-visit-popup-close:hover {
    background: rgba(39, 39, 42, 0.9);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.first-visit-popup-body {
    padding-top: var(--spacing-xs);
}

.first-visit-popup-title {
    font-family: 'Oxanium', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #DC2626;
    text-transform: uppercase;
    margin: 0 0 var(--spacing-s) 0;
    text-align: left;
    animation: glowingRed 2s ease-in-out infinite;
}

.first-visit-popup-text {
    font-family: 'Oxanium', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #A1A1AA;
    margin: 0 0 var(--spacing-s) 0;
    text-align: left;
}

.first-visit-popup-text:last-child {
    margin-bottom: 0;
}

.first-visit-popup-link {
    color: var(--main-color);
    text-decoration: underline;
    transition: all 0.3s ease;
    font-weight: 600;
}

.first-visit-popup-link:hover {
    color: var(--hover-color);
    text-decoration-thickness: 2px;
}

.first-visit-popup-underline {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

@media (max-width: 768px) {
    .first-visit-popup-content {
        padding: var(--spacing-s);
        max-width: 100%;
    }

    .first-visit-popup-title {
        font-size: 20px;
        line-height: 28px;
    }

    .first-visit-popup-text {
        font-size: 14px;
        line-height: 22px;
    }

    .first-visit-popup-close {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }
}