/*
Theme Name: TheResistance
Author: C9 Agency
Description: Webtemplate for dayz server
Version: 2025
*/

html, body {
    background-color: #0c122c;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    overflow-x: hidden;
}


@media only screen and (max-width: 991px) {
    .header-menu {
        order: 3;
        width: 100%;
        min-width: 100%;
        margin-top: 20px;
        text-align: center;
        margin-bottom: 20px;
    }

    .header-icons {
        margin-left: auto;
    }

    .main-carousel .carousel-slide .carousel-text {
        z-index: 5 !important;
        margin: 0;
    }

    .main-carousel .carousel-slide .carousel-subtitle {
        text-align: left;
    }

    .server-info .server-cta {
        max-width: 100%;
        margin-top: 15px;
        min-width: 100%;
    }

    .server-info .cta {
        width: 100%;
    }

    .content-box .content-text, .content-box-full .content-text {
        text-align: center !important;
    }

    .footer {
        text-align: center;
    }

    .footer .row {
        justify-content: center;
    }

    .toc-sidebar {
        order: 2;
    }

    .main-carousel .carousel-slide .carousel-character {
        right: -80px;
    }

    .server-info .server-name {
        max-width: 100%;
        min-width: 100%;
        margin-bottom: 10px;
    }

    .server-info .server-map {
        display: none;
    }

    .content-image, .content-image-grid {
        order: 1;
    }

    img.content-image-img, .content-image-box-full img {
        max-width: 300px;
        max-height: 300px;
        height: auto;
        margin: 0 auto;
        display: block;
    }

    .header-menu ul li {
        display: inline-block;
        margin: 0 6px;
        padding: 6px 12px;
    }
}

@media only screen and (min-width: 992px) {
    .server-info .server-continent {
        max-width: 110px;
    }

    .server-info .server-map {
        max-width: 145px;
    }

    .server-info .server-pop {
        max-width: 110px;
    }

    .server-info .server-cta {
        max-width: 150px;
    }

    .server-info .server-ip {
        max-width: 200px;
    }

    .server-info .server-name {
        max-width: 330px;
    }

    .content-image:after {
        content: " ";
        width: 150%;
        height: 150%;
        background-image: url(./img/content-bg.png);
        position: absolute;
        background-size: contain;
        top: 50%;
        background-repeat: no-repeat;
        left: 50%;
        opacity: 0.45;
        background-position: center;
        transform: translate(-50%, -50%);
    }

    .content-image .content-image-box:before {
        content: " ";
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: cover;
        top: 0;
        background-repeat: no-repeat;
        left: 0;
        z-index: 0;
        opacity: 0.8;
        border-radius: 22px;
        filter: grayscale(0.5);
    }

    .content-image-img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none;
        z-index: 2;
        animation: float 2.5s ease-in-out infinite;
        max-height: 400px;
    }

    .content-image-box {
        position: relative;
        width: 90%;
        height: 260px;
        margin: 0 auto;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        overflow: visible;
        z-index: 1;
        border-radius: 22px;
        background: #111430;
    }

    .header-menu ul li {
        display: inline-block;
        margin: 0 10px;
        padding: 6px 16px;
        border-radius: 16px;
        position: relative;
        color: #fff;
        z-index: 0;
        border: 1px solid transparent;
        transition: background 0.4s ease, border 0.4s ease, box-shadow 0.4s ease;
    }

    .header-menu ul li:hover {
        background: radial-gradient(66.82% 55.61% at 50% 0%, rgba(81, 104, 246, 0.3) 0%, rgba(194, 61, 222, 0) 100%),
            linear-gradient(360deg, rgba(81, 104, 246, 0.25) 0%, rgba(42, 42, 45, 0.25) 100%);
        border: 1px solid rgba(81, 104, 246, 0.2);
        box-shadow: inset 0 0 10px rgba(76, 54, 88, 0.25), inset 0 0 30px rgba(28, 111, 188, 0.15);
    }

    .header-menu ul li:after {
        content: " / ";
        margin-left: 12px;
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translate(-50%, -50%);
        color: #ffffff1a;
    }

}

.breadcrumb a {
    color: #868fb3;
    text-decoration: none;
}

.breadcrumb {
    font-size: 13px;
    color: white;
    justify-content: center;
}

.color-1 {
    color: #6cb3ff;
}

.color-2 {
    color: white;
}

.color-3 {
    color: #868fb3;
}

.container {
    max-width: 1100px;
}

p, span, h1, h2, h3, h4, h5 {
    letter-spacing: 1.5px;
}

/* header */
.header-bg {
    background: linear-gradient(178deg, #18183694 0%, rgb(0 0 0 / 0%) 50%);
}

.header-logo img {
    width: 192px;
    height: 38px;
}

.header-logo {
    max-width: 220px;
}

.header-menu ul li:last-child:after {
    display: none;
}

.header-menu ul li:last-child a {
    color: #ffdb6d;
    font-weight: 600;
}

.header-menu ul {
    margin: 0;
    padding: 0;
}

.header-menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.header-icons {
    max-width: 80px;
    margin: 0;
    padding: 0;
}

.header-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 40px;
    margin: 0px 5px;
    border-radius: 12px;
    background: radial-gradient(66.82% 55.61% at 50% 0%, rgba(81, 104, 246, 0.3) 0%, rgba(194, 61, 222, 0) 100%),
        linear-gradient(360deg, rgba(81, 104, 246, 0.25) 0%, rgba(42, 42, 45, 0.25) 100%);
    border: 1px solid rgba(81, 104, 246, 0.2);
    transition: transform 0.3s ease, box-shadow 0.4s ease;
    box-shadow: inset 0 0 10px rgba(76, 54, 88, 0.25),
        inset 0 0 30px rgba(28, 111, 188, 0.15);
    position: relative;
    overflow: hidden;
}

.header-icon:hover {
    box-shadow: inset 0 0 20px rgb(255 255 255 / 10%), inset 0 0 20px rgb(14 37 151), 5px 5px 10px rgba(81, 104, 246, 0.2);
}

.header-icon i {
    font-size: 20px;
    line-height: 1;
    color: white;
    margin-bottom: -2px;
    display: block;
    transition: color 0.3s ease;
}

.header-icon:hover i {
    color: #6cb3ff;
}

.header-menu ul li:hover::before {
    opacity: 1;
}



/* main page */
.main-carousel:after {
    content: " ";
    width: 70%;
    height: 100%;
    background-image: url(./img/carousel-bg.png);
    position: absolute;
    background-size: contain;
    top: 50%;
    background-repeat: no-repeat;
    left: 50%;
    background-position: left;
    transform: translate(-50%, -50%);
}

.main-carousel::before {
    content: " ";
    width: 70%;
    height: 100%;
    background-image: url(./img/carousel-bg.png);
    position: absolute;
    background-size: contain;
    top: 50%;
    background-repeat: no-repeat;
    left: 50%;
    background-position: right;
    transform: translate(-50%, -50%);
}

.main-carousel .carousel-slide {
    border-radius: 12px;
    background: linear-gradient(#10183b) padding-box, linear-gradient(209deg, #4c3658, #191932, #1c6fbc) border-box;
    border: 1px solid transparent;
    min-height: 360px;
}

.carousel-bg {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 0;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(1.05);
    }

    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

@keyframes slideUpFade {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.carousel-bg {
    animation: fadeInScale 1.5s ease-out forwards;
}

.carousel-text, .carousel-character {
    animation: slideUpFade 1s ease-out forwards;
    opacity: 0;
}


.main-carousel .carousel-slide .carousel-character {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

.main-carousel .carousel-slide .carousel-text {
    max-width: 501px;
    margin-left: 30px;
}

.main-carousel .carousel-slide .carousel-subtitle {
    font-size: 15px;
    text-transform: uppercase;
    margin-top: -10px;
}

.main-carousel .carousel-slide .carousel-title {
    font-size: 51px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.main-carousel .carousel-slide .carousel-tag {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: -8px;
}


/* content */
.content-text .tag {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: -4px;
    display: block;
}

.content-text .title {
    font-size: 41px;
    font-weight: 600;
    border: 0;
    padding-left: 0;
}

.content-text .content {
    font-size: 14px;
    line-height: 23px;
}

.content-text .content p {
    margin-bottom: 0;
}


.content-image-box-full img {
    max-height: 280px;
}

.content-image-box-full {
    text-align: center;
}

.content-image {
    position: relative;
}



.content-box-full:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    top: 0;
    background-repeat: no-repeat;
    left: 0;
    z-index: 0;
    opacity: 0.4;
}

.content-text .content a {
    color: white;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 12px;
    background: linear-gradient(180deg, #4b9be9 0%, #1d6db9 100%);
    font-weight: 600;
    text-shadow: 1px 1px 1px #00000066;
}

@keyframes float {
    0%, 100% {
        transform: translate(-50%, -50%) translateY(0);
    }

    50% {
        transform: translate(-50%, -50%) translateY(-10px);
    }
}

.content-image-grid {
    position: relative;
}

.content-image-grid:after {
    content: " ";
    width: 120%;
    height: 120%;
    background-image: url(./img/content-bg.png);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
}


.content-image-grid .multi-image-grid {
    display: grid;
    gap: 0.5rem;
    align-items: start;
    z-index: 1;
    position: relative;
}

.content-image-grid .multi-image-grid.images-1 {
    grid-template-columns: 1fr;
}

.content-image-grid .multi-image-grid.images-2,
.content-image-grid .multi-image-grid.images-3,
.content-image-grid .multi-image-grid.images-4 {
    grid-template-columns: 1fr 1fr;
}

.content-image-grid .multi-image-grid.images-3 .multi-image-cell:nth-child(3) {
    grid-column: span 2;
}

.content-image-grid .multi-image-cell {
    width: 100%;
    overflow: hidden;
    max-height: 160px;
    border-radius: 22px;
    background: #10142f;
    min-height: 160px;
}

.content-image-grid .multi-image-cell img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    opacity: 0.5;
    max-height: 200px;
    min-height: 160px;
    transition: opacity 0.3s ease-in-out;
}

.content-image-grid .multi-image-cell:hover img {
    opacity: 1;
}


/* server info */
@keyframes borderShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.server-info {
    position: relative;
    border: 1px solid transparent;
    border-radius: 12px;
    background-image:
        url(./img/server-bg.png),
        linear-gradient(164deg, #4c3658, #1c6fbc, #4c3658, #4c3658);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    background-size: cover, 300% 300%;
    background-repeat: no-repeat, no-repeat;
    animation: borderShift 5s ease infinite;
    padding: 1rem;
    margin-bottom: 10px;
}



.server-info p {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.server-info span {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}

.server-info .cta:hover {
    background-color: #050814;
}

.server-info .cta {
    display: block;
    transition: background 0.3s ease-in-out;
    background-color: #060a1ae3;
    margin: 0 auto;
    text-align: center;
    border-radius: 22px;
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    border: 0;
    padding: 12px 24px;
}


.server-info .copy-btn.copied {
    background-color: #4caf50;
    color: white;
    transition: background-color 0.3s ease;
}

.server-title {
    color: white;
    border-left: 2px solid #2366ad;
}

.server-info-side .server-cta .cta {
    width: 100%;
    padding: 6px 0px;
    margin-top: 12px;
    font-size: 13px;
}

.server-info-side .server-cta {
    max-width: 100%;
}


/* page */
.page-bg {
    background-color: #11162a;
}

.page-bg .page-bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 0;
    object-fit: cover;
}

.page-menu ul {
    margin: 0;
    padding: 0;
}

.page-menu li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.page-menu {
    background: linear-gradient(180deg, #0b1027 0%, #070b1c 80% 80%);
    padding: 6px 12px;
}



.page-menu li.active {
    background: radial-gradient(66.82% 55.61% at 50% 0%, rgba(104, 180, 255, 0.4) 0%, rgba(0, 212, 255, 0.1) 100%),
        linear-gradient(360deg, rgba(104, 180, 255, 0.35) 0%, rgba(42, 42, 45, 0.25) 100%);
    border: 1px solid rgba(104, 180, 255, 0.4);
    box-shadow: inset 0 0 12px rgba(104, 180, 255, 0.3),
        inset 0 0 20px rgba(0, 212, 255, 0.15),
        0 0 8px rgba(104, 180, 255, 0.2);
    color: #ffffff;
}

.page-menu li.active:hover {
    box-shadow: inset 0 0 22px rgba(104, 180, 255, 0.6),
        inset 0 0 1cap rgba(0, 212, 255, 0.35),
        0 0 8px rgba(104, 180, 255, 0.4);
}


.page-menu li {
    margin: 0 4px;
    padding: 6px 16px;
    border-radius: 12px;
    background: radial-gradient(66.82% 55.61% at 50% 0%, rgba(81, 104, 246, 0.3) 0%, rgba(194, 61, 222, 0) 100%),
        linear-gradient(360deg, rgba(81, 104, 246, 0.25) 0%, rgba(42, 42, 45, 0.25) 100%);
    border: 1px solid rgba(81, 104, 246, 0.2);
    transition: transform 0.3s ease, box-shadow 0.4s ease;
    box-shadow: inset 0 0 10px rgba(76, 54, 88, 0.25),
        inset 0 0 30px rgba(28, 111, 188, 0.15);
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
}

.page-menu li:hover {
    box-shadow: inset 0 0 20px rgb(255 255 255 / 10%), inset 0 0 20px rgb(14 37 151), 5px 5px 10px rgba(81, 104, 246, 0.2);
}


h6 {
    font-size: 15px;
}

h5 {
    font-size: 15px;
}

h4 {
    font-size: 17px;
}

h3 {
    font-size: 19px;
    font-weight: 600;
}

h2 {
    font-size: 24px;
    border-left: 4px solid #49a6ff;
    padding-left: 10px;
}


/* dashboard */

.dashboard .tab-content {
    border-radius: 0px !important;
    background: unset !important;
    border: 0 !important;
    box-shadow: unset !important;
}

.dashboard .nav-tabs .nav-link {
    border-radius: 12px;
    margin-bottom: 10px;
}

.dashboard .card .title {
    font-size: 19px !important;
}



/* footer */
.footer .footer-text h2 {
    margin-bottom: 2px;
    font-size: 20px;
    font-weight: 600;
}

.footer .footer-text p {
    margin-bottom: 0;
    font-size: 13px;
}

.footer .footer-text {
    padding-left: 20px;
}

.footer .footer-menu ul li:first-child a {
    margin-left: 0;
}

.footer .footer-menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 13px;
    padding: 12px 20px;
    background: radial-gradient(66.82% 55.61% at 50% 0%, rgba(81, 104, 246, 0.3) 0%, rgba(194, 61, 222, 0) 100%), linear-gradient(360deg, rgba(81, 104, 246, 0.25) 0%, rgba(42, 42, 45, 0.25) 100%);
    border: 1px solid rgba(81, 104, 246, 0.2);
    box-shadow: inset 0 0 10px rgba(76, 54, 88, 0.25), inset 0 0 30px rgba(28, 111, 188, 0.15);
    border-radius: 12px;
    margin-right: 6px;
    display: inline-block;
    margin-bottom: 6px;
}

.footer .footer-menu ul li {
    display: inline-block;
}

.footer .footer-menu ul {
    margin: 0;
    padding: 0;
}

.footer .copyright {
    font-size: 12px;
}

.footer .copyright a {
    text-decoration: none;
}


/* 404 */
.foroufor p {
    color: white;
    font-size: 21px;
    font-style: italic;
    letter-spacing: 5px;
}

.foroufor h1 {
    color: white;
    font-size: 100px;
    font-weight: 900;
    line-height: 85px;
    margin-bottom: 30px;
}

#interactive-map {
    background: #070b1c;
}

.server-info .server-continent .ONLINE {
    color: #8BC34A;
}

.server-info .server-continent .OFFLINE {
    color: #f44336;
}


/* wiki */
.wiki-categories {
    background: #040610;
    border: 1px solid #0d1432;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 22px;
    margin-top: 20px;
    height: 100%;
}

.wiki-categories .accordion-header .accordion-button {
    background: radial-gradient(66.82% 55.61% at 50% 0%, rgba(81, 104, 246, 0.3) 0%, rgba(194, 61, 222, 0) 100%), linear-gradient(360deg, rgba(81, 104, 246, 0.25) 0%, rgba(42, 42, 45, 0.25) 100%);
    border: 1px solid rgba(81, 104, 246, 0.2);
    transition: transform 0.3s ease, box-shadow 0.4s ease;
    box-shadow: inset 0 0 10px rgba(76, 54, 88, 0.25), inset 0 0 30px rgba(28, 111, 188, 0.15);
    padding: 12px;
    border-radius: 12px !important;
    margin-bottom: 10px;
    color: white;
    font-weight: 500;
    font-size: 15px;
}

.wiki-categories .accordion-header {
    padding: 0;
    border: 0;
}

.wiki-categories .accordion-item {
    background: transparent;
    border: 0;
}

.wiki-categories .accordion-body {
    padding: 12px;
}

.wiki-categories .accordion-body ul li {
    border-bottom: 1px solid #0d1432;
    padding-bottom: 8px;
}

.wiki-categories .accordion-body ul li a {
    color: #b2b9d6;
    font-size: 13px;
}

.wiki-categories .accordion-button::after {
    background-image: none !important;
    content: "\f282";
    font-family: "bootstrap-icons";
    font-size: 1.2rem;
    font-weight: normal;
    transition: transform .2s ease;
}

.wiki-content .wiki-section-title {
    color: white;
    font-size: 17px;
    font-weight: 500;
    border-left: 3px solid #49a6ff;
    padding-left: 10px;
}

.wiki-content {
    margin-top: 30px;
}

.wiki-content .wiki-cat .wiki-cat-content .wiki-cat-desc {
    font-size: 13px;
    color: #b2b9d6;
}

.wiki-content .wiki-cat .wiki-cat-content .wiki-cat-title, .wiki-content .wiki-cat .wiki-cat-content .wiki-cat-title a {
    color: white;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.wiki-content .wiki-cat .wiki-cat-content {
    background-color: #070c1e;
    border-radius: 12px;
    border: 1px solid #0d1432;
    padding: 12px 6px;
    display: flex;
    align-items: center;
}

.wiki-content .wiki-cat:hover .wiki-cat-content {
    border-color: #25326b;
}

.wiki-content .wiki-cat .wiki-cat-content .wiki-cat-count {
    font-size: 11px;
    color: #b2b9d6;
    font-weight: 600;
}

.wiki-content .wiki-cat .wiki-cat-content .wiki-cat-img {
    margin-right: 8px;
}

.wiki-list-box .wiki-list-item:hover {
    background-color: #0d143263;
}

.wiki-list-box .wiki-list-item .wiki-list-meta {
    font-size: 12px;
    color: #b2b9d6;
}

.wiki-list-box .wiki-list-item .wiki-list-doc {
    margin-right: 4px;
}

.wiki-list-box .wiki-list-item .wiki-list-content a {
    font-size: 15px;
    text-decoration: none;
    color: white;
}

.wiki-list-box .wiki-list-item {
    display: flex;
    padding-top: 12px;
    border-bottom: 1px solid #0d1432;
    padding-bottom: 12px;
    padding-left: 10px;
}

.wiki-content .content a {
    color: #3684d7;
    font-weight: 600;
}

.wiki-content .content h2, .wiki-content .content h3, .wiki-content .content h4, .wiki-content .content h5, .wiki-content .content h6 {
    color: white;
    margin-top: 40px;
}

.wiki-content .content p {
    color: #b2b9d6;
    font-size: 14px;
    letter-spacing: .01em;
    word-spacing: .05em;
    font-size: 14px;
    line-height: 23px;
}

.wiki-content .content li {
    color: #b2b9d6;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 20px;
    line-height: 23px;
    letter-spacing: .01em;
    word-spacing: .05em;
}













.shop-vip:hover .shop-item-bg {
    background: radial-gradient(circle at 40% 30%, #24358a 0%, #111a3f 85%);
    border-color: #2b3b7a;
    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.35),
        0 0 20px rgba(60, 90, 255, 0.12);
}

.shop-vip .shop-item-bg {
    border: 1px solid #1d2950;
    background: radial-gradient(circle at 50% 20%, #1c2a66 0%, #0c122c 80%);
    margin: 0;
    border-radius: 12px;
    min-height: 200px;
    transition: background .35s ease, box-shadow .35s ease, border-color .35s ease, transform .35s ease;
}

.shop-vip:hover .price-tag:after {
    border-color: #3F51B5;
    background-color: #3F51B5;
}

.shop-vip .price-tag:after {
    content: "";
    width: 35%;
    height: 40px;
    background: #070b1c;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    border-radius: 20px 20px 0 0;
    border-bottom: 0 !important;
    border: 1px solid #1d2950;
    z-index: 0;
}



.shop-knives:hover .shop-item-bg {
    border: 1px solid #e0a55e;
    background: radial-gradient(circle at 50% -50%, #e0a55e 0%, #4e3b27 80%);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35), 0 0 20px rgba(60, 90, 255, 0.12);
}

.shop-knives:hover .price-tag:after {

    border-color: #e0a55e;
    background-color: #070b1c;
}

.shop-knives .shop-item-bg {

    border: 1px solid #624f38;
    background: radial-gradient(circle at 10% -50%, #ac793db5 0%, #392d229c 80%);
    margin: 0;
    border-radius: 12px;
    min-height: 200px;
    transition: background .35s ease, box-shadow .35s ease, border-color .35s ease, transform .35s ease;
}

.shop-knives .price-tag:after {

    content: "";
    width: 35%;
    height: 40px;
    background: #070b1c;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    border-radius: 20px 20px 0 0;
    border: 1px solid #624f38;
    border-bottom: 0 !important;
    z-index: 0;
}




.shop-clothing:hover .shop-item-bg {
    border-color: #c6464c;
    background: radial-gradient(circle at 30% 0%, #ca464dd6 0%, #411517 80%);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35), 0 0 20px rgba(60, 90, 255, 0.12);
}

.shop-clothing:hover .price-tag:after {
    border-color: #c6464c;
    background-color: #c6464c;
}

.shop-clothing .shop-item-bg {
    border: 1px solid #b46468;
    background: radial-gradient(circle at 30% 0%, #9f4e52d6 0%, #321718 80%);
    margin: 0;
    border-radius: 12px;
    min-height: 200px;
    transition: background .35s ease, box-shadow .35s ease, border-color .35s ease, transform .35s ease;
}

.shop-clothing .price-tag:after {
    content: "";
    width: 35%;
    height: 40px;
    background: #070b1c;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    border-radius: 20px 20px 0 0;
    border-bottom: 0 !important;
    border: 1px solid #b46468;
    z-index: 0;
}




.shop-weapons:hover .shop-item-bg {
    border-color: #307d98;
    background: radial-gradient(circle at 30% 0%, #009688b5 0%, #00968866 80%);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35), 0 0 20px rgba(60, 90, 255, 0.12);
}

.shop-weapons:hover .price-tag:after {
    border-color: #307d98;
    background-color: #0a2731;
}

.shop-weapons .shop-item-bg {
    border: 1px solid #206076;
    background: radial-gradient(circle at 30% 0%, #00968873 0%, #00968821 80%);
    margin: 0;
    border-radius: 12px;
    min-height: 200px;
    transition: background .35s ease, box-shadow .35s ease, border-color .35s ease, transform .35s ease;
}

.shop-weapons .price-tag:after {
    content: "";
    width: 35%;
    height: 40px;
    background: #070b1c;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    border-radius: 20px 20px 0 0;
    border-bottom: 0 !important;
    border: 1px solid #206076;
    z-index: 0;
}




.shop-flags:hover .shop-item-bg {
    background: radial-gradient(circle at 40% 30%, #24358a 0%, #111a3f 85%);
    border-color: #2b3b7a;
    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.35),
        0 0 20px rgba(60, 90, 255, 0.12);
}

.shop-flags:hover .price-tag:after {
    border-color: #3F51B5;
    background-color: #3F51B5;
}

.shop-flags .shop-item-bg {
    border: 1px solid #1d2950;
    background: radial-gradient(circle at 50% 20%, #1c2a66 0%, #0c122c 80%);
    margin: 0;
    border-radius: 12px;
    min-height: 200px;
    transition: background .35s ease, box-shadow .35s ease, border-color .35s ease, transform .35s ease;
}

.shop-flags .price-tag:after {
    content: "";
    width: 35%;
    height: 40px;
    background: #070b1c;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    border-radius: 20px 20px 0 0;
    border-bottom: 0 !important;
    border: 1px solid #1d2950;
    z-index: 0;
}



.shop-armbands:hover .shop-item-bg {
    background: radial-gradient(circle at 40% 30%, #24358a 0%, #111a3f 85%);
    border-color: #2b3b7a;
    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.35),
        0 0 20px rgba(60, 90, 255, 0.12);
}

.shop-armbands:hover .price-tag:after {
    border-color: #3F51B5;
    background-color: #3F51B5;
}

.shop-armbands .shop-item-bg {
    border: 1px solid #1d2950;
    background: radial-gradient(circle at 50% 20%, #1c2a66 0%, #0c122c 80%);
    margin: 0;
    border-radius: 12px;
    min-height: 200px;
    transition: background .35s ease, box-shadow .35s ease, border-color .35s ease, transform .35s ease;
}

.shop-armbands .price-tag:after {
    content: "";
    width: 35%;
    height: 40px;
    background: #070b1c;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    border-radius: 20px 20px 0 0;
    border-bottom: 0 !important;
    border: 1px solid #1d2950;
    z-index: 0;
}



.shop-clantag:hover .shop-item-bg {
    background: radial-gradient(circle at 40% 30%, #24358a 0%, #111a3f 85%);
    border-color: #2b3b7a;
    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.35),
        0 0 20px rgba(60, 90, 255, 0.12);
}

.shop-clantag:hover .price-tag:after {
    border-color: #3F51B5;
    background-color: #3F51B5;
}

.shop-clantag .shop-item-bg {
    border: 1px solid #1d2950;
    background: radial-gradient(circle at 50% 20%, #1c2a66 0%, #0c122c 80%);
    margin: 0;
    border-radius: 12px;
    min-height: 200px;
    transition: background .35s ease, box-shadow .35s ease, border-color .35s ease, transform .35s ease;
}

.shop-clantag .price-tag:after {
    content: "";
    width: 35%;
    height: 40px;
    background: #070b1c;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    border-radius: 20px 20px 0 0;
    border-bottom: 0 !important;
    border: 1px solid #1d2950;
    z-index: 0;
}



.shop-storage:hover .shop-item-bg {
    background: radial-gradient(circle at 40% 30%, #24358a 0%, #111a3f 85%);
    border-color: #2b3b7a;
    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.35),
        0 0 20px rgba(60, 90, 255, 0.12);
}

.shop-storage:hover .price-tag:after {
    border-color: #3F51B5;
    background-color: #3F51B5;
}

.shop-storage .shop-item-bg {
    border: 1px solid #1d2950;
    background: radial-gradient(circle at 50% 20%, #1c2a66 0%, #0c122c 80%);
    margin: 0;
    border-radius: 12px;
    min-height: 200px;
    transition: background .35s ease, box-shadow .35s ease, border-color .35s ease, transform .35s ease;
}

.shop-storage .price-tag:after {
    content: "";
    width: 35%;
    height: 40px;
    background: #070b1c;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    border-radius: 20px 20px 0 0;
    border-bottom: 0 !important;
    border: 1px solid #1d2950;
    z-index: 0;
}



.shop-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.shop-item {
    position: relative;
    transition: transform .35s ease;
    width: 260px;
    min-width: 260px;
    max-width: 260px;
}

.shop-item:hover {
    transform: translateY(-4px);
}

.shop-item .price-tag .price {
    position: relative;
    z-index: 1;
    font-weight: 600;
}

.shop-item a {
    text-decoration: none;
}

.shop-item .price-tag {
    position: relative;
    text-align: center;
    padding: 10px 0 6px 0;
    width: 100%;
}

.shop-item img {
    max-width: 100%;
}

.image-hover-wrapper {
    position: relative;
}

.image-hover-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity .35s ease, transform .35s ease;
}

.image-hover-wrapper .original-img {
    position: relative;
    opacity: 1;
    z-index: 2;
}

.image-hover-wrapper .hover-img {
    opacity: 0;
    z-index: 3;
}

.shop-item:hover .image-hover-wrapper .original-img {
    opacity: 0;
    transform: scale(1.03);
}

.shop-item:hover .image-hover-wrapper .hover-img {
    opacity: 1;
    transform: scale(1.03);
}


.shop-item .item-title {
    text-align: center;
    margin-bottom: 10px;
}

.shop-item .item-title a {
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .01em;
    word-spacing: .05em;
    color: white;
}