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

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

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

html {
    font: 15px / 1.4 sans-serif;
    font-family: 'Roboto Flex', 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: 'Roboto Flex', sans-serif;
    color: var(--text-color);
}

header {
    background: var(--header-bg);
}

.body {
    background-color: var(--bg-color);
    background-image: url("https://cdn.paynow.gg/images/templates/gord/bg-blur.png");
    object-fit: cover;
}

.index-section h1 {
    font-family: Rajdhani;
    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;
}

.social-media li a i {
    padding: 10px 8px;
    background: var(--first-color);
    border-radius: 2px;
    width: 40px;
    height: 40px;
    text-align: center;
}

.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.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: var(--panel-body);
    padding: var(--spacing-s);
    border-radius: var(--border-radius);
    border: 1px solid var(--border-color);
}

li.nav-item a {
    font-family: 'Rajdhani';
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
}

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

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

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: linear-gradient(0deg, #18181B, #18181B), linear-gradient(180deg, rgba(39, 39, 42, 0.2) 0%, rgba(24, 24, 27, 0) 21.88%);
    border-radius: var(--border-radius);
    border: var(--border);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.home-content {
    background: linear-gradient(0deg, #18181B, #18181B), linear-gradient(180deg, rgba(39, 39, 42, 0.2) 0%, rgba(24, 24, 27, 0) 21.88%);
    border-radius: var(--border-radius);
    border: var(--border);
    box-shadow: var(--shadow);
    overflow: hidden;
}

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

h2.module-title {
    font-family: Rajdhani;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    color: #F4F4F5;
    position: absolute;
    margin-top: -24px;
    margin-left: 10px;
}

.index-section {
    background: linear-gradient(0deg, #18181B, #18181B), linear-gradient(180deg, rgba(39, 39, 42, 0.2) 0%, rgba(24, 24, 27, 0) 21.88%);
    border-radius: var(--border-radius);
    border: var(--border);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.index-section>h1 {
    text-align: left;
    position: absolute;
    margin-top: -24px;
    margin-left: 10px;
}

.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: var(--border-radius);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-align: left;
    font-family: 'Rajdhani';
    text-transform: uppercase;
}

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

h1.home-content-tit {
    font-family: Rajdhani;
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
    text-align: left;
    color: #F4F4F5;
    text-transform: uppercase;
}

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

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

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

@keyframes pulseOpacity {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

input {
    background: var(--input);
    border-color: var(--border-color) !important;
    border-radius: var(--border-radius) !important;
}

: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: Roboto Flex;
    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: Roboto Flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: var(--text-color);
}

.payment-max {
    font-family: Roboto Flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: var(--text-color);
}

.btn-gift {
    background: var(--button);
    border-color: var(--button);
    transition: var(--transition);
    border-radius: var(--border-radius);
}

.btn:hover {
    background: var(--button);
    filter: contrast(0.8);
    transition: var(--transition);
}

.btn {
    font-weight: 700;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: var(--border-radius);
    background: var(--button);
    border-color: var(--button);
    cursor: pointer;
    transition: var(--transition);
}

.error-msg {
    background: #d75252;
    margin: var(--spacing-s);
    border-radius: var(--border-radius);
    color: #fff;
    font-family: 'Rajdhani';
    margin-top: 0;
}

.success-msg {
    background: #52d787;
    margin: var(--spacing-s);
    border-radius: var(--border-radius);
    color: #fff;
    font-family: 'Rajdhani';
    margin-top: 0;
}

.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: var(--second-color);
    border-radius: var(--border-radius);
    border: 1px solid #3F3F4640;
    position: relative;
}

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

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: Roboto Flex;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #fff;
}

.category-package {
    background: linear-gradient(0deg, #18181B, #18181B), linear-gradient(180deg, rgba(39, 39, 42, 0.2) 0%, rgba(24, 24, 27, 0) 21.88%);
    border: var(--border);
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    position: relative;
    display: flex;
    flex-direction: column;
}

span.category-package-name {
    font-family: Rajdhani;
    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: var(--border);
    position: relative;
    overflow: hidden;
    background: var(--second-color);
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
}

.category-package-price-list {
    font-family: Roboto Flex;
    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: Rajdhani;
    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: 0;
    height: 35px;
}

.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: Rajdhani;
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
    color: #F4F4F5;
}

.category-description {
    font-family: Roboto Flex;
    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-copyright {
    font-family: Rajdhani;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

footer {
    background: var(--footer-bg);
    padding: var(--spacing-m) 0;
    border-top: 1px solid var(--border-color);
}

.footer-links a {
    font-family: Rajdhani;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
}

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

.footer-copyright span {
    font-family: Rajdhani;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #71717A;
    text-transform: uppercase;
}

.product-page,
.product-description {
    background: var(--panel-body);
    box-shadow: var(--shadow);
    border: var(--border);
    border-radius: var(--border-radius);
}

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

.product-page-image {
    padding: var(--spacing-s);
    background: #27272A40;
}

img.product-img {
    max-height: 15rem;
    width: auto;
}

.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: Rajdhani;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: #fff;
}

.product-price {
    font-family: Rajdhani;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: #F4F4F5;
}

.product-details-top span {
    font-family: Roboto Flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: var(--text-color);
}

.small-title span {
    font-family: Rajdhani;
    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: #27272A;
    height: 2px;
    margin-left: var(--spacing-xs);
}

.product-description {
    padding: var(--spacing-m);
}

button.add-btn {
    background: var(--button);
    padding: var(--spacing-xs) var(--spacing-s);
    border: var(--border);
    font-family: Rajdhani;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
}

button#giftButton {
    background: #3374ed;
    padding: var(--spacing-xs) var(--spacing-s);
    border: var(--border);
    font-family: Rajdhani;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
}

button#purchaseFromGift {
    background: var(--button);
    padding: var(--spacing-xs) var(--spacing-s);
    border: var(--border);
    font-family: Rajdhani;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
}

button#closeGift {
    background: #e36060;
    padding: var(--spacing-xs) var(--spacing-s);
    border: var(--border);
    font-family: Rajdhani;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
}

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

.nr-item {
    font-family: Rajdhani;
    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: var(--panel-body);
    border-top: var(--spacing-xs) solid #1b1b1b;
}

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

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

td.image {
    background: var(--second-color);
    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: Rajdhani;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}

.name-sec {
    font-family: Roboto Flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #A1A1AA;
}

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

td.total span {
    font-family: Rajdhani;
    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 {
    background: #E11D48;
    padding: var(--spacing-xs) var(--spacing-s);
    border: var(--border);
    font-family: Rajdhani;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #ffffff3d;
}

a.add-btn {
    background: var(--button);
    padding: var(--spacing-xs) var(--spacing-s);
    border: var(--border);
    font-family: Rajdhani;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #FFFFFF66;
    width: 100%;
}

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

.subtotal p {
    font-family: Rajdhani;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: right;
    color: #fff;
}
/* ==========================================================
   RUSTIX LOOK v3 - closer to original template
   Darker background, original logo/background, square menu,
   old-style buttons, readable categories/tags.
   ========================================================== */
:root {
    --main-color: #A6CD63 !important;
    --hover-color: #ffffff !important;
    --button: rgb(61, 75, 39) !important;
    --bg-color: rgb(20, 24, 20) !important;
    --panel-body: rgba(20, 24, 20, 0.96) !important;
    --first-color: rgb(61, 75, 39) !important;
    --second-color: rgb(32, 38, 32) !important;
    --text-color: rgb(214, 214, 210) !important;
    --border-color: rgba(166, 205, 99, 0.24) !important;
    --border: 1px solid rgba(166, 205, 99, 0.18) !important;
    --border-radius: 0px !important;
}

html,
body,
body.body,
.body {
    background-color: rgb(20, 24, 20) !important;
    color: rgb(214, 214, 210) !important;
    font-family: 'Roboto Condensed', 'Rajdhani', 'Roboto Flex', sans-serif !important;
}

body.body,
.body {
    background-image:
        radial-gradient(at center -20%, rgba(20, 24, 20, 0.05) 0%, rgba(20, 24, 20, 0.38) 32%, rgba(20, 24, 20, 0.92) 78%, rgb(20, 24, 20) 100%),
        url('background.png') !important;
    background-repeat: no-repeat, no-repeat !important;
    background-position: center top, center top !important;
    background-size: auto, cover !important;
    background-attachment: fixed, fixed !important;
}

header {
    background: transparent !important;
}

.header-top {
    min-height: 135px !important;
}

.header-logo,
.header-logo.hidden {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.header-logo img,
.header-logo .rustix-logo,
.logo img,
.navbar-brand img {
    max-height: 128px !important;
    width: auto !important;
    object-fit: contain !important;
    filter: drop-shadow(0 0 14px rgba(0,0,0,0.9));
}

/* Menu closer to old RUSTIX navbar */
.topbar,
.nav.topbar,
.navbar,
.navigation {
    background: rgba(20, 24, 20, 0.96) !important;
    border: 1px solid rgba(166, 205, 99, 0.20) !important;
    border-radius: 0 !important;
    box-shadow: 0 2px 0 rgba(0,0,0,0.45), inset 0 1px 0 rgba(255,255,255,0.03) !important;
    padding: 0 !important;
}

.topbar ul,
.nav.topbar ul {
    gap: 0 !important;
}

li.nav-item,
.nav-item {
    border-right: 1px solid rgba(166, 205, 99, 0.12) !important;
}

li.nav-item a,
.nav-item a,
.menu a,
.dropdown-menu a,
[role="menu"] a,
[role="menuitem"] {
    min-height: 46px !important;
    padding: 15px 18px !important;
    color: #d6d6d2 !important;
    background: transparent !important;
    text-transform: uppercase !important;
    font-family: 'Roboto Condensed', 'Rajdhani', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: .2px !important;
    border-radius: 0 !important;
}

li.nav-item a:hover,
li.nav-item.active a,
.nav-item a:hover,
.nav-item.active a,
.menu a:hover,
.dropdown-menu a:hover,
[role="menu"] a:hover,
[role="menuitem"]:hover,
a[href*="tag="].active,
a[href*="tag="]:hover {
    background: rgb(61, 75, 39) !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    box-shadow: inset 0 -3px 0 #A6CD63 !important;
}

li.nav-item.active a,
.nav-item.active a {
    color: #A6CD63 !important;
}

li.nav-item.active a:hover,
.nav-item.active a:hover {
    color: #ffffff !important;
}

/* Buttons: old flat green Rustix look */
.btn,
button,
.checkout-btn,
.btn-gift,
.btn-modal,
.btn-info,
.btn-svg,
.category-package-buttons a,
a.button-category-rust,
input[type="submit"],
input[type="button"] {
    background: rgb(61, 75, 39) !important;
    background-image: none !important;
    color: #A6CD63 !important;
    border: 1px solid rgba(166, 205, 99, 0.30) !important;
    border-radius: 0 !important;
    text-transform: uppercase !important;
    font-family: 'Roboto Condensed', 'Rajdhani', sans-serif !important;
    font-weight: 700 !important;
    box-shadow: none !important;
    transition: background .18s ease, color .18s ease, border-color .18s ease !important;
}

.btn:hover,
button:hover,
.checkout-btn:hover,
.btn-gift:hover,
.btn-modal:hover,
.btn-info:hover,
.btn-svg:hover,
.category-package-buttons a:hover,
a.button-category-rust:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background: rgb(88, 108, 57) !important;
    color: #ffffff !important;
    border-color: #A6CD63 !important;
    filter: none !important;
}

.btn-svg span,
.category-package-buttons a span,
button span {
    color: inherit !important;
}

.header-item,
.social-media li a i,
.social-media-item i {
    background: rgb(61, 75, 39) !important;
    color: #A6CD63 !important;
    border: 1px solid rgba(166,205,99,0.22) !important;
    border-radius: 0 !important;
}

.header-item:hover,
.social-media li a:hover i,
.social-media-item:hover i {
    background: rgb(88,108,57) !important;
    color: #fff !important;
}

span.cart-number,
.progress .progress-bar,
.progress-bar {
    background: #A6CD63 !important;
    color: rgb(20,24,20) !important;
}

/* Darker blocks/cards like original */
.module,
.home-content,
.category-package,
.product,
.panel,
.category-page,
.category-description,
.package-bott,
.info-list,
.info-card,
.vip-announcement,
.faq-item,
.custom-page,
.account-card,
.cart-page,
.checkout-page {
    background: rgba(20, 24, 20, 0.94) !important;
    background-image: none !important;
    border: 1px solid rgba(166, 205, 99, 0.16) !important;
    border-radius: 0 !important;
    box-shadow: 0 1px 0 rgba(0,0,0,0.45) !important;
}

.package-bott {
    background: rgba(32,38,32,0.95) !important;
}

.category-package:hover,
.module:hover,
.info-card:hover {
    border-color: rgba(166, 205, 99, 0.36) !important;
}

h1, h2, h3, h4,
.index-section h1,
.section-title,
.category-title,
h2.category-title,
.module-title,
.category-package-name,
span.category-package-name {
    color: #ffffff !important;
    font-family: 'Roboto Condensed', 'Rajdhani', sans-serif !important;
    text-transform: uppercase;
}

a,
.category a,
.package a,
.module a,
.home-content a {
    color: #A6CD63 !important;
}

a:hover,
.category a:hover,
.package a:hover,
.module a:hover,
.home-content a:hover {
    color: #ffffff !important;
}

.category-description,
.category-description *,
.home-content,
.home-content p,
.module,
.module p,
.info-list,
.info-list li,
.info-card p,
.faq-content,
.bottom-text p {
    color: rgb(214, 214, 210) !important;
}

.category-package-price,
.category-package-price-list,
.category-package-price-disc,
span.category-package-price-disc {
    color: #ffffff !important;
}

/* Fix green text on green background in category/tag/dropdowns */
.bg-\[--main-color\],
.\!bg-\[--main-color\],
[style*="background: var(--main-color)"],
[style*="background-color: var(--main-color)"] {
    color: rgb(20,24,20) !important;
}

.dropdown-menu,
[role="menu"] {
    background: rgba(20,24,20,0.98) !important;
    border: 1px solid rgba(166,205,99,0.22) !important;
    border-radius: 0 !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.5) !important;
}

.dropdown-menu a,
[role="menu"] a,
[role="menuitem"] {
    color: #d6d6d2 !important;
}

.dropdown-menu .active a,
[role="menu"] .active a,
[role="menuitem"].active,
a.\!text-\[--main-color\],
li.nav-item.active > a {
    background: rgb(61, 75, 39) !important;
    color: #ffffff !important;
}

input,
select,
textarea {
    background: #09090B !important;
    color: #ffffff !important;
    border: 1px solid rgba(166,205,99,0.22) !important;
    border-radius: 0 !important;
}

.footer,
footer {
    background: rgba(9, 9, 11, 0.72) !important;
    border-top: 1px solid rgba(166,205,99,0.14) !important;
}

@media (max-width: 768px) {
    .header-top {
        min-height: auto !important;
    }
    .header-logo,
    .header-logo.hidden {
        display: flex !important;
        margin: 12px 0 !important;
    }
    .header-logo img,
    .header-logo .rustix-logo {
        max-height: 92px !important;
    }
    .topbar ul,
    .nav.topbar ul {
        width: 100% !important;
    }
    li.nav-item,
    .nav-item {
        width: 100% !important;
        border-right: 0 !important;
        border-bottom: 1px solid rgba(166,205,99,0.12) !important;
    }
    li.nav-item a,
    .nav-item a {
        width: 100% !important;
    }
    body.body,
    .body {
        background-attachment: scroll, scroll !important;
    }
}


/* === RUSTIX v4 fixes === */
/* No automatic page titles above content */
.category-title,
h2.category-title,
.page-title,
.page-header,
.content-header,
.custom-page > .home-content-tit {
    display: none !important;
}

.category-page {
    padding: 0 !important;
    margin: 0 0 14px 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.category-description:empty,
.category-description p:empty {
    display: none !important;
}

/* VIP banner above VIP packs */
.vip-category-announcement,
.vip-announcement {
    text-align: center !important;
    padding: 10px 14px !important;
    margin: 0 0 18px 0 !important;
    border: 2px solid #A6CD63 !important;
    background: rgba(20, 24, 20, 0.96) !important;
    color: #A6CD63 !important;
    font-weight: 700 !important;
    text-transform: none !important;
    box-shadow: none !important;
}

.vip-category-announcement p,
.vip-announcement p {
    margin: 0 !important;
    color: #A6CD63 !important;
    line-height: 1.35 !important;
}

/* Fix double border on BUY: border only on the button, not on inner SVG wrapper */
.category-buy-btn,
.category-package-buttons a,
.btn,
button,
.checkout-btn,
.btn-info,
a.button-category-rust {
    border: 1px solid rgba(166, 205, 99, 0.55) !important;
    outline: none !important;
}

.category-buy-btn .btn-svg,
.category-package-buttons a .btn-svg,
.btn .btn-svg,
.btn-svg {
    border: 0 !important;
    outline: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.category-buy-btn svg,
.category-package-buttons a svg,
.btn-svg svg {
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

.category-buy-btn span,
.category-package-buttons a span,
.btn-svg span {
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

/* More original Rustix darkness */
body.body,
html,
body {
    background-color: #0f120f !important;
}

main,
.main-content,
.container > .grid,
.category-packages {
    background: transparent !important;
}

.category-package,
.product,
.panel,
.module,
.package-bott,
.home-content,
.custom-page {
    background-color: rgba(15, 18, 15, 0.96) !important;
}


/* === RUSTIX v5 requested fixes === */
/* Hide all automatic titles above content, including home "Rustix Store" */
.home-content-tit,
.home-content-sec > h1,
.index-section > h1,
.category-page > h1,
.category-title,
h1.category-title,
h2.category-title,
.page-title,
.page-header,
.content-header,
.title-bar,
.module-header {
    display: none !important;
}

/* No logo inside/around the menu area */
.header-logo,
.header-logo.hidden,
.header-logo img,
.rustix-logo {
    display: none !important;
}
.header-top {
    min-height: 42px !important;
    margin-bottom: 10px !important;
}

/* Bigger category links in menu, with breathing room */
.topbar,
.nav.topbar {
    margin-top: 18px !important;
    margin-bottom: 28px !important;
    padding: 8px 14px !important;
}
.topbar ul,
.nav.topbar ul {
    gap: 14px !important;
    justify-content: center !important;
    width: 100% !important;
}
li.nav-item,
.nav-item {
    border-right: 0 !important;
    margin: 4px 0 !important;
}
li.nav-item a,
.nav-item a {
    font-size: 20px !important;
    line-height: 22px !important;
    min-height: 54px !important;
    padding: 16px 26px !important;
    letter-spacing: 0.7px !important;
}
.nav-icon {
    display: none !important;
}

/* Bigger home category buttons like the old RUSTIX homepage */
.category-buttons {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 24px !important;
    margin: 26px 0 34px 0 !important;
}
a.button-category-rust,
.button-category-rust {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 285px !important;
    min-height: 74px !important;
    padding: 18px 34px !important;
    background: rgb(61,75,39) !important;
    color: #A6CD63 !important;
    border: 2px solid #A6CD63 !important;
    border-radius: 0 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    font-family: 'Rajdhani','Roboto Condensed',sans-serif !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: 0.8px !important;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.55), 0 2px 0 rgba(0,0,0,0.6) !important;
}
a.button-category-rust .text,
.button-category-rust .text {
    color: inherit !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
a.button-category-rust:hover,
.button-category-rust:hover {
    background: rgb(88,108,57) !important;
    color: #fff !important;
}

/* Product cards: name is in the same bottom div as price, above price, centered */
.category-package {
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}
.category-package-details {
    flex: 1 1 auto !important;
    padding: 18px 12px 8px 12px !important;
}
.category-package-details a {
    width: 100% !important;
}
.package-bott {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    padding: 14px 12px 16px 12px !important;
    text-align: center !important;
}
.package-bott-name,
span.category-package-name {
    display: block !important;
    width: 100% !important;
    margin: 0 0 2px 0 !important;
    color: #ffffff !important;
    text-align: center !important;
    font-family: 'Rajdhani','Roboto Condensed',sans-serif !important;
    font-size: 20px !important;
    line-height: 22px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
}
.category-package-price-list {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    margin: 0 !important;
}
.category-package-price,
.category-package-price-disc {
    width: 100% !important;
    text-align: center !important;
}
.category-package-buttons {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 2px !important;
}
.category-package-buttons a.category-buy-btn {
    min-width: 118px !important;
    justify-content: center !important;
}

@media (max-width: 768px) {
    a.button-category-rust,
    .button-category-rust {
        width: 100% !important;
        min-width: 0 !important;
        font-size: 24px !important;
    }
    li.nav-item a,
    .nav-item a {
        font-size: 19px !important;
        justify-content: center !important;
    }
}

/* ==========================================================
   RUSTIX v6 - closer to old screenshot #2
   One grey item area, darker page, connected products,
   old compact product footer layout.
   ========================================================== */

/* darker full page overlay: reduce the bright background image */
body.body,
.body {
    background-image:
        linear-gradient(rgba(10, 14, 12, 0.70), rgba(10, 14, 12, 0.88)),
        radial-gradient(at center top, rgba(20,24,20,0.18) 0%, rgba(20,24,20,0.85) 65%, rgba(10,13,10,0.96) 100%),
        url('background.png') !important;
    background-repeat: no-repeat, no-repeat, no-repeat !important;
    background-position: center top, center top, center top !important;
    background-size: cover, cover, cover !important;
    background-attachment: fixed, fixed, fixed !important;
    background-color: #0d120f !important;
}

/* no green horizontal separator line from previous versions */
.container > hr,
hr,
.category-page,
.category-description {
    border-color: transparent !important;
}
.category-page,
.category-description {
    display: none !important;
}

/* menu like old one: wider dark block, no logo, with margins */
header {
    display: none !important;
}
.container.mx-auto > .nav.topbar,
.nav.topbar,
.topbar {
    width: calc(100% - 64px) !important;
    max-width: 940px !important;
    margin: 39px auto 50px auto !important;
    padding: 0 24px !important;
    min-height: 60px !important;
    background: rgba(18, 21, 18, 0.93) !important;
    border: 0 !important;
    box-shadow: none !important;
}
.topbar ul,
.nav.topbar ul {
    justify-content: flex-start !important;
    gap: 28px !important;
    height: 60px !important;
}
li.nav-item,
.nav-item {
    border-right: 0 !important;
}
li.nav-item a,
.nav-item a {
    min-height: 60px !important;
    padding: 0 10px !important;
    font-family: 'Rajdhani','Roboto Condensed',sans-serif !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 60px !important;
    letter-spacing: 0 !important;
    color: rgba(214,214,210,0.72) !important;
    background: transparent !important;
    box-shadow: none !important;
}
li.nav-item.active a,
.nav-item.active a,
li.nav-item a:hover,
.nav-item a:hover {
    color: #ffffff !important;
    background: transparent !important;
    box-shadow: none !important;
}
li.nav-item.active a {
    color: #ffffff !important;
}

/* the product area should be one grey connected block */
.category-packages {
    max-width: 940px !important;
    margin: 0 auto 45px auto !important;
    padding: 34px 20px 30px 20px !important;
    background: rgba(32, 38, 34, 0.76) !important;
    border: 0 !important;
    box-shadow: none !important;
    gap: 30px !important;
}
.category-packages.grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

/* individual item: no separated black card/border; it lives in the grey area */
.category-package {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    overflow: visible !important;
    min-height: 0 !important;
}
.category-package:hover {
    border: 0 !important;
    box-shadow: none !important;
}
.category-package-details {
    padding: 0 !important;
    background: transparent !important;
}
.category-package-img,
.category-package-img img,
.package-img {
    width: 100% !important;
    max-width: 190px !important;
    height: 190px !important;
    object-fit: cover !important;
    border-radius: 9px !important;
    margin: 0 auto !important;
    display: block !important;
}
.category-package-img {
    height: 190px !important;
}

/* Bottom info like old screenshot: name/price left, BUY button right */
.package-bott {
    width: 100% !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 16px 0 0 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-rows: auto auto !important;
    column-gap: 8px !important;
    row-gap: 3px !important;
    align-items: center !important;
    text-align: left !important;
}
.package-bott-name,
span.category-package-name {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    color: rgba(214,214,210,0.86) !important;
    font-family: 'Rajdhani','Roboto Condensed',sans-serif !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 18px !important;
    text-transform: none !important;
    white-space: normal !important;
}
.category-package-price-list {
    grid-column: 1 !important;
    grid-row: 2 !important;
    align-items: flex-start !important;
    text-align: left !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}
.category-package-price,
.category-package-price-disc {
    display: block !important;
    width: auto !important;
    text-align: left !important;
    color: rgba(214,214,210,0.94) !important;
    font-family: 'Roboto Condensed','Rajdhani',sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 17px !important;
    text-transform: uppercase !important;
}
.category-package-buttons {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    width: auto !important;
    margin: 0 !important;
    justify-content: flex-end !important;
    align-self: center !important;
}
.category-package-buttons a.category-buy-btn,
.category-package-buttons a,
.category-buy-btn {
    min-width: 62px !important;
    height: 43px !important;
    padding: 0 15px !important;
    background: #17486f !important;
    border: 0 !important;
    color: #53b3e8 !important;
    font-family: 'Rajdhani','Roboto Condensed',sans-serif !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    box-shadow: none !important;
}
.category-package-buttons a.category-buy-btn:hover,
.category-package-buttons a:hover,
.category-buy-btn:hover {
    background: #22628f !important;
    color: #ffffff !important;
}
.category-package-buttons svg,
.category-buy-btn svg {
    display: none !important;
}
.category-buy-btn .btn-svg,
.category-package-buttons a .btn-svg,
.btn-svg {
    gap: 0 !important;
}
.category-buy-btn span,
.category-package-buttons a span,
.btn-svg span {
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
}

/* Footer/card style, if visible */
footer,
.footer {
    max-width: 940px !important;
    margin: 0 auto 40px auto !important;
    background: rgba(10, 14, 12, 0.78) !important;
    border: 0 !important;
}

@media (max-width: 1024px) {
    .category-packages.grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 640px) {
    .container.mx-auto > .nav.topbar,
    .nav.topbar,
    .topbar,
    .category-packages {
        width: calc(100% - 28px) !important;
        max-width: none !important;
    }
    .topbar ul,
    .nav.topbar ul {
        gap: 14px !important;
        justify-content: center !important;
    }
    li.nav-item a,
    .nav-item a {
        font-size: 17px !important;
    }
    .category-packages.grid {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }
    .category-package-img,
    .category-package-img img,
    .package-img {
        max-width: 210px !important;
        height: 210px !important;
    }
}

/* ==========================================================
   RUSTIX v7 fixes
   - restore login/logout/cart controls
   - remove logo/social from header/menu
   - wider layout like previous version
   ========================================================== */

/* Restore the header so account/cart/login is visible again */
body.body header,
header.mb-4,
header {
    display: block !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
}

/* Keep no logo and no social icons */
.header-logo,
.social-media,
header .rustix-logo,
header img.rustix-logo {
    display: none !important;
}

/* Put login/logout/cart neatly at top right without changing the menu */
.header-top {
    max-width: 1280px !important;
    width: calc(100% - 64px) !important;
    margin: 18px auto -18px auto !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    min-height: 38px !important;
}
.header-account {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
    width: auto !important;
    z-index: 20 !important;
}
.header-item {
    background: rgba(18,21,18,0.95) !important;
    border: 1px solid rgba(166,205,99,0.35) !important;
    color: #a6cd63 !important;
    border-radius: 0 !important;
    min-width: 40px !important;
    height: 36px !important;
    padding: 0 12px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    box-shadow: none !important;
}
.header-item span,
.header-item i,
.header-item svg {
    color: #a6cd63 !important;
    fill: #a6cd63 !important;
}
.header-item:hover {
    background: rgba(61,75,39,0.95) !important;
    color: #fff !important;
}
.header-cart {
    position: relative !important;
}
span.cart-number {
    background: #a6cd63 !important;
    color: #141814 !important;
    border-radius: 50% !important;
}

/* Wider menu and content, but keep the old dark connected style */
.container.mx-auto > .nav.topbar,
.nav.topbar,
.topbar,
.category-packages,
footer,
.footer {
    max-width: 1280px !important;
    width: calc(100% - 64px) !important;
}

.container.mx-auto > .nav.topbar,
.nav.topbar,
.topbar {
    margin-top: 22px !important;
    margin-bottom: 50px !important;
    padding-left: 34px !important;
    padding-right: 34px !important;
}
.topbar ul,
.nav.topbar ul {
    gap: 34px !important;
}
li.nav-item a,
.nav-item a {
    font-size: 21px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.category-packages {
    padding-left: 44px !important;
    padding-right: 44px !important;
    gap: 38px !important;
}
.category-packages.grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

/* Slightly larger item image to use the wider area */
.category-package-img,
.category-package-img img,
.package-img {
    max-width: 205px !important;
    height: 205px !important;
}

/* Product footer stays like old screenshot: name+price left, buy right */
.package-bott {
    max-width: 205px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (max-width: 1024px) {
    .header-top,
    .container.mx-auto > .nav.topbar,
    .nav.topbar,
    .topbar,
    .category-packages,
    footer,
    .footer {
        width: calc(100% - 32px) !important;
        max-width: none !important;
    }
    .category-packages.grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 640px) {
    .header-top,
    .container.mx-auto > .nav.topbar,
    .nav.topbar,
    .topbar,
    .category-packages,
    footer,
    .footer {
        width: calc(100% - 24px) !important;
    }
    .header-top {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        justify-content: center !important;
    }
    .category-packages.grid {
        grid-template-columns: 1fr !important;
    }
}

/* ==========================================================
   RUSTIX v8 clean layout
   - logo visible again, but NOT inside menu
   - menu / products block / footer same width
   - remove unwanted black top strip
   - cleaner spacing and presentation
   ========================================================== */

:root {
    --rustix-page-width: 1280px;
    --rustix-page-gap: 64px;
}

html, body, body.body, .body {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 100% !important;
}

body.body::before,
body.body::after,
.body::before,
.body::after {
    display: none !important;
    content: none !important;
}

/* Header must not create a black bar at the very top */
body.body header,
header.mb-4,
header {
    display: block !important;
    width: 100% !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 22px 0 0 0 !important;
    min-height: 0 !important;
}

header > .container,
header .container,
body > .container,
footer > .container,
footer .container {
    max-width: var(--rustix-page-width) !important;
    width: calc(100% - var(--rustix-page-gap)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Clean top line: logo centered, account/cart to the right */
.header-top {
    max-width: var(--rustix-page-width) !important;
    width: calc(100% - var(--rustix-page-gap)) !important;
    margin: 0 auto 16px auto !important;
    min-height: 112px !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.social-media {
    display: none !important;
}

.header-logo,
.header-logo.hidden,
.header-logo.md\:flex {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    pointer-events: auto !important;
}

.header-logo img,
header .rustix-logo,
header img.rustix-logo {
    display: block !important;
    max-height: 105px !important;
    width: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    object-fit: contain !important;
}

.header-account {
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    margin: 0 !important;
    width: auto !important;
    z-index: 30 !important;
}

.header-item {
    background: rgba(18,21,18,0.92) !important;
    border: 1px solid rgba(166,205,99,0.42) !important;
    color: #a6cd63 !important;
    border-radius: 0 !important;
    min-width: 40px !important;
    height: 38px !important;
    padding: 0 12px !important;
    box-shadow: none !important;
}

/* Same width for nav, content area and footer */
.container.mx-auto > .nav.topbar,
.nav.topbar,
.topbar,
.category-packages,
footer {
    max-width: var(--rustix-page-width) !important;
    width: calc(100% - var(--rustix-page-gap)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.container.mx-auto > .nav.topbar,
.nav.topbar,
.topbar {
    margin-top: 0 !important;
    margin-bottom: 48px !important;
    min-height: 64px !important;
    padding: 0 34px !important;
    background: rgba(17,20,17,0.96) !important;
    border: 1px solid rgba(166,205,99,0.10) !important;
    box-shadow: 0 10px 28px rgba(0,0,0,0.20) !important;
}

.topbar ul,
.nav.topbar ul {
    height: 64px !important;
    min-height: 64px !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 42px !important;
}

li.nav-item a,
.nav-item a {
    min-height: 64px !important;
    line-height: 64px !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    color: rgba(214,214,210,0.80) !important;
}

li.nav-item.active a,
.nav-item.active a,
li.nav-item a:hover,
.nav-item a:hover {
    color: #ffffff !important;
}

/* Main products block aligned with nav/footer */
.category-packages {
    margin-top: 0 !important;
    margin-bottom: 45px !important;
    padding: 34px 42px 30px 42px !important;
    background: rgba(32,38,34,0.78) !important;
    border: 1px solid rgba(255,255,255,0.035) !important;
    box-shadow: 0 18px 55px rgba(0,0,0,0.22) !important;
}

/* Footer same width as product block */
footer,
footer.mt-\[85px\] {
    margin-top: 0 !important;
    margin-bottom: 44px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

footer > .container,
footer .container {
    width: 100% !important;
    max-width: none !important;
    background: rgba(9,13,10,0.86) !important;
    border: 1px solid rgba(166,205,99,0.08) !important;
    padding: 25px 26px !important;
    box-shadow: 0 12px 35px rgba(0,0,0,0.20) !important;
}

footer .flex.items-center.justify-between {
    width: 100% !important;
}

.footer-links a {
    color: #a6cd63 !important;
}

.footer-copyright span {
    color: rgba(214,214,210,0.90) !important;
}

/* Keep the product footer clean like old design */
.package-bott {
    max-width: 205px !important;
    margin: 14px auto 0 auto !important;
}

@media (max-width: 1024px) {
    :root { --rustix-page-gap: 32px; }
    .header-top { min-height: 96px !important; }
    .header-logo img,
    header .rustix-logo,
    header img.rustix-logo { max-height: 88px !important; }
    .category-packages.grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 640px) {
    :root { --rustix-page-gap: 24px; }
    .header-top {
        min-height: 120px !important;
        flex-direction: column !important;
        margin-bottom: 12px !important;
    }
    .header-account {
        position: static !important;
        transform: none !important;
        margin-top: 10px !important;
    }
    .topbar ul,
    .nav.topbar ul {
        justify-content: center !important;
        gap: 18px !important;
    }
    li.nav-item a,
    .nav-item a { font-size: 18px !important; }
    .category-packages.grid { grid-template-columns: 1fr !important; }
    footer .flex.items-center.justify-between {
        flex-direction: column !important;
        gap: 12px !important;
        text-align: center !important;
    }
}


/* ==========================================================
   RUSTIX v9 final polish
   - VIP banner one line, same width as content/menu, no border
   - Home text padding/spacing fixed
   - transparent blocks to reveal background cleanly
   ========================================================== */

/* Width alignment for all main visual blocks */
.home-content,
.index-section,
.vip-category-announcement,
.vip-announcement,
.category-packages,
.nav.topbar,
.topbar,
footer {
    max-width: var(--rustix-page-width) !important;
    width: calc(100% - var(--rustix-page-gap)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

/* VIP banner on category pages */
.vip-category-announcement,
.vip-announcement {
    margin-top: 0 !important;
    margin-bottom: 18px !important;
    padding: 15px 24px !important;
    background: rgba(20, 24, 20, 0.62) !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    backdrop-filter: blur(2px) !important;
    -webkit-backdrop-filter: blur(2px) !important;
    color: #A6CD63 !important;
    text-align: center !important;
    overflow: hidden !important;
}

.vip-category-announcement p,
.vip-announcement p {
    margin: 0 !important;
    padding: 0 !important;
    color: #A6CD63 !important;
    font-family: 'Rajdhani','Roboto Condensed',sans-serif !important;
    font-size: 21px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.vip-dot {
    color: rgba(214,214,210,0.85) !important;
    margin: 0 10px !important;
}

/* Home page: cleaner readable spacing, no text stuck to the left */
.home-content,
.index-section {
    background: rgba(20,24,20,0.66) !important;
    border: 0 !important;
    box-shadow: 0 18px 55px rgba(0,0,0,0.18) !important;
    backdrop-filter: blur(2px) !important;
    -webkit-backdrop-filter: blur(2px) !important;
    padding: 0 !important;
    margin-bottom: 36px !important;
}

.home-content-sec,
.index-section-body,
.content-field,
.home-content-text,
.home-content-text .welcome-section,
.welcome-section {
    padding-left: 34px !important;
    padding-right: 34px !important;
    box-sizing: border-box !important;
}

.home-content-sec,
.index-section-body {
    padding-top: 30px !important;
    padding-bottom: 32px !important;
}

.welcome-section {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.info-list,
.faq-list,
.bottom-text {
    padding: 24px 32px !important;
    margin: 24px 0 !important;
    background: rgba(12,16,13,0.44) !important;
    border: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}

.info-list h3,
.faq-list h3,
.info-card h3,
.faq-item h4 {
    margin-top: 0 !important;
    margin-bottom: 16px !important;
}

.info-list ul,
.faq-content ul {
    padding-left: 32px !important;
    margin-top: 12px !important;
    margin-bottom: 0 !important;
}

.info-list li,
.faq-content li {
    margin-bottom: 8px !important;
}

.info-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
    margin: 24px 0 !important;
}

.info-card {
    padding: 24px 28px !important;
    background: rgba(12,16,13,0.44) !important;
    border: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}

.faq-item {
    padding: 14px 16px !important;
    margin-bottom: 10px !important;
    background: rgba(0,0,0,0.12) !important;
    border: 0 !important;
}

.faq-content {
    padding-left: 10px !important;
}

.bottom-text {
    text-align: center !important;
}

/* Home category buttons stay large like original */
.category-buttons {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Product container slightly transparent */
.category-packages {
    background: rgba(32,38,34,0.72) !important;
    border: 0 !important;
}

/* Product details remain clean and readable */
.package-bott-name,
span.category-package-name {
    color: rgba(235,235,230,0.90) !important;
}

.category-package-price,
.category-package-price-disc {
    color: rgba(235,235,230,0.96) !important;
}

@media (max-width: 768px) {
    .vip-category-announcement p,
    .vip-announcement p {
        font-size: 17px !important;
    }
    .home-content-sec,
    .index-section-body,
    .content-field,
    .home-content-text,
    .home-content-text .welcome-section,
    .welcome-section {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
    .info-list,
    .faq-list,
    .bottom-text,
    .info-card {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
    .info-grid {
        grid-template-columns: 1fr !important;
    }
}

/* ==========================================================
   RUSTIX v10 - Restore Rust font used in product descriptions
   Note: the font is loaded from the original public Rustix URL,
   no font file is bundled in this template.
   ========================================================== */
@font-face {
    font-family: 'Rust';
    src: url('https://playrustix.com/css/Rust.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Make inline product-description markup using font-family: Rust work again */
.product-description [style*="font-family: Rust"],
.package-description [style*="font-family: Rust"],
.description [style*="font-family: Rust"],
.content-field [style*="font-family: Rust"],
.cms-page [style*="font-family: Rust"],
[style*="font-family: Rust"] {
    font-family: 'Rust', 'Rajdhani', 'Roboto Condensed', Arial, sans-serif !important;
    letter-spacing: 1px !important;
}

/* Product description polish for Rustix RP / VIP text blocks */
.product-description h2,
.package-description h2,
.description h2,
.content-field h2 {
    text-align: center !important;
    margin: 10px 0 16px 0 !important;
}

.product-description pre,
.package-description pre,
.description pre,
.content-field pre {
    text-align: center !important;
    white-space: pre-wrap !important;
    margin: 0 auto 14px auto !important;
    color: #e8e8e2 !important;
    font-family: 'Rajdhani', 'Roboto Condensed', Arial, sans-serif !important;
    font-size: 18px !important;
    line-height: 1.45 !important;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
}

.product-description p,
.package-description p,
.description p,
.content-field p {
    text-align: center;
}

/* ==========================================================
   RUSTIX v11 - Final fixes: BUY button + Rust font reliability
   ========================================================== */

/* Keep original Rustix external font available for inline descriptions */
@font-face {
    font-family: Rust;
    src: url('https://playrustix.com/css/Rust.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RobotoCondensed-Regular';
    src: url('https://playrustix.com/css/Roboto-BoldCondensed.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Product article descriptions: force Rust when the PayNow editor uses inline font-family: Rust */
.product-description span[style*="font-family: Rust"],
.product-description span[style*="font-family:Rust"],
.product-description [style*="font-family: Rust"],
.product-description [style*="font-family:Rust"],
.product-description h2 span,
.product-description h2 span[style],
.prose.product-description span[style*="Rust"],
.prose.product-description [style*="Rust"],
.package-description [style*="Rust"],
.description [style*="Rust"],
.content-field [style*="Rust"],
[style*="font-family: Rust"],
[style*="font-family:Rust"] {
    font-family: Rust, 'Rust', 'RobotoCondensed-Regular', 'Rajdhani', sans-serif !important;
    letter-spacing: 1px !important;
}

/* Make article h2 Rustix-like even if inline style gets stripped by the editor */
.product-description h2,
.prose.product-description h2 {
    font-family: Rust, 'Rust', 'RobotoCondensed-Regular', 'Rajdhani', sans-serif !important;
    color: rgb(247,218,100) !important;
    text-align: center !important;
    font-size: 34px !important;
    line-height: 1.15 !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
}

/* Category BUY button: wider, centered text, no vertical offset */
.category-package-buttons {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 12px !important;
}

.category-package-buttons a.category-buy-btn,
.category-package-buttons a.btn,
a.category-buy-btn,
a.btn.btn-info.category-buy-btn {
    height: 42px !important;
    min-width: 94px !important;
    width: auto !important;
    padding: 0 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #1f557f !important;
    color: #A6CD63 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    line-height: 1 !important;
    text-decoration: none !important;
}

.category-package-buttons a.category-buy-btn:hover,
.category-package-buttons a.btn:hover,
a.category-buy-btn:hover,
a.btn.btn-info.category-buy-btn:hover {
    background: #2b6f9f !important;
    color: #ffffff !important;
}

.category-package-buttons a.category-buy-btn .btn-svg,
.category-package-buttons a.btn .btn-svg,
a.category-buy-btn .btn-svg,
a.btn.btn-info.category-buy-btn .btn-svg {
    height: 42px !important;
    min-height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    line-height: 1 !important;
}

.category-package-buttons a.category-buy-btn span,
.category-package-buttons a.btn span,
a.category-buy-btn span,
a.btn.btn-info.category-buy-btn span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 42px !important;
    padding: 0 !important;
    margin: 0 !important;
    font-family: 'RobotoCondensed-Regular', 'Rajdhani', sans-serif !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    color: inherit !important;
    vertical-align: middle !important;
}

.category-package-buttons a.category-buy-btn svg,
.category-package-buttons a.btn svg,
a.category-buy-btn svg,
a.btn.btn-info.category-buy-btn svg {
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
    display: block !important;
    flex: 0 0 auto !important;
    color: inherit !important;
    fill: currentColor !important;
    stroke: currentColor !important;
}

/* Product page add-to-cart buttons: same vertical centering */
button.add-btn,
.add-btn,
.add-gift-btn,
.close-gift {
    min-height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 20px !important;
    line-height: 1 !important;
    font-family: 'RobotoCondensed-Regular', 'Rajdhani', sans-serif !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
}

/* ==========================================================
   RUSTIX v12 - Menu/account/content/card/button fixes
   ========================================================== */

/* Keep every main block exactly aligned: menu, category content, product detail, cart and footer */
.container.mx-auto > .grid,
.container.mx-auto > .nav.topbar,
.nav.topbar,
.topbar,
.category-packages,
.product-page,
.product-description,
.cart-table,
.cart-page,
table.cart-table,
footer,
footer > .container,
footer .container {
    max-width: var(--rustix-page-width) !important;
    width: calc(100% - var(--rustix-page-gap)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

/* The internal layout grid must not make product/cart pages wider than the menu */
.container.mx-auto > .grid {
    width: calc(100% - var(--rustix-page-gap)) !important;
    max-width: var(--rustix-page-width) !important;
}
.container.mx-auto > .grid > div,
.container.mx-auto > .grid > div > div {
    min-width: 0 !important;
}

/* Footer container already sits inside the footer width; avoid double width reduction */
footer > .container,
footer .container {
    width: 100% !important;
    max-width: none !important;
}

/* Header/account: cleaner logout with text before icon */
.header-account .logout-item {
    min-width: 108px !important;
    height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
}
.header-account .logout-text {
    display: inline-flex !important;
    align-items: center !important;
    color: #ffffff !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: .04em !important;
}
.header-account .logout-item i,
.header-account .logout-item svg {
    color: #a6cd63 !important;
}

/* Category cards: title centered on one full line, then price left / buy right */
.category-package {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}
.package-bott {
    width: 100% !important;
    max-width: none !important;
    margin: 12px 0 0 0 !important;
    padding: 0 8px 0 8px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
    box-sizing: border-box !important;
}
.package-title-line {
    width: 100% !important;
    text-align: center !important;
}
.package-bott-name,
span.category-package-name {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    color: #ffffff !important;
    font-family: 'RobotoCondensed-Regular', 'Rajdhani', sans-serif !important;
    font-size: 19px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    white-space: normal !important;
}
.package-action-row {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    align-items: center !important;
    gap: 12px !important;
}
.package-action-row .category-package-price-list {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
    margin: 0 !important;
}
.package-action-row .category-package-price,
.package-action-row .category-package-price-disc {
    text-align: left !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    white-space: nowrap !important;
}
.package-action-row .category-package-buttons {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    margin: 0 !important;
}

/* BUY button: text/icon white, more readable, slightly lifted by 1px */
.category-package-buttons a.category-buy-btn,
.category-package-buttons a.btn,
a.category-buy-btn,
a.btn.btn-info.category-buy-btn {
    height: 38px !important;
    min-height: 38px !important;
    min-width: 96px !important;
    padding: 0 18px !important;
    background: #1f557f !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    line-height: 1 !important;
}
.category-package-buttons a.category-buy-btn .btn-svg,
.category-package-buttons a.btn .btn-svg,
a.category-buy-btn .btn-svg,
a.btn.btn-info.category-buy-btn .btn-svg {
    height: 38px !important;
    min-height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    transform: translateY(-1px) !important;
    color: #ffffff !important;
}
.category-package-buttons a.category-buy-btn span,
.category-package-buttons a.btn span,
a.category-buy-btn span,
a.btn.btn-info.category-buy-btn span {
    height: auto !important;
    color: #ffffff !important;
    font-size: 18px !important;
    line-height: 1 !important;
    display: inline-block !important;
}
.category-package-buttons a.category-buy-btn svg,
.category-package-buttons a.btn svg,
a.category-buy-btn svg,
a.btn.btn-info.category-buy-btn svg,
.category-package-buttons a.category-buy-btn svg *,
.category-package-buttons a.btn svg * {
    color: #ffffff !important;
    fill: #ffffff !important;
    stroke: #ffffff !important;
}

/* Product detail and cart: same clean box width as menu/content */
.product-page,
.product-description {
    background: rgba(20,24,20,0.74) !important;
    border: 0 !important;
    box-shadow: 0 18px 55px rgba(0,0,0,0.22) !important;
}
.product-description {
    padding: 28px 34px !important;
}
table.cart-table,
.cart-table {
    background: rgba(20,24,20,0.74) !important;
    border: 0 !important;
}

/* Rust font: local first if you add it later, then remote, then strong fallback.
   If Cloudflare blocks cross-domain font loading, upload Rust.ttf into assets/fonts/Rust.ttf. */
@font-face {
    font-family: 'Rust';
    src: url('assets/fonts/Rust.ttf') format('truetype'),
         url('https://playrustix.com/css/Rust.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.product-description [style*="Rust"],
.prose.product-description [style*="Rust"],
.product-description h2,
.prose.product-description h2,
[style*="font-family: Rust"],
[style*="font-family:Rust"] {
    font-family: 'Rust', 'RobotoCondensed-Regular', 'Rajdhani', Impact, sans-serif !important;
}

@media (max-width: 768px) {
    .package-action-row {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }
    .package-action-row .category-package-price-list,
    .package-action-row .category-package-buttons {
        justify-content: center !important;
        text-align: center !important;
    }
}

/* =========================================================
   RUSTIX v13 - Fix clipped product title/price in categories
   ========================================================= */

/* The previous layout could make the image area consume too much vertical space,
   which clipped the title and price inside the grey products block. */
.category-packages,
.category-packages.grid {
    overflow: visible !important;
    align-items: start !important;
    padding-top: 34px !important;
    padding-bottom: 46px !important;
}

.category-package {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    justify-content: flex-start !important;
    align-self: start !important;
}

.category-package-details,
.category-package-details.h-full,
.category-package-details.flex {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    flex: 0 0 auto !important;
    overflow: visible !important;
    display: flex !important;
    justify-content: flex-start !important;
    padding: 0 !important;
    margin: 0 !important;
}

.category-package-details > a,
.category-package-details a[data-remote] {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
}

.category-package-details a > .flex,
.category-package-details .flex.flex-col {
    height: auto !important;
    min-height: 0 !important;
    gap: 0 !important;
    overflow: visible !important;
}

.category-package-img,
.category-package-img img,
.package-img {
    flex: 0 0 auto !important;
    display: block !important;
}

/* Title on its own centered line, never clipped */
.package-bott {
    height: auto !important;
    min-height: 92px !important;
    max-height: none !important;
    overflow: visible !important;
    margin-top: 14px !important;
    padding: 0 2px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 11px !important;
}

.package-title-line {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 22px !important;
    overflow: visible !important;
    text-align: center !important;
}

.package-bott-name,
span.category-package-name {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 22px !important;
    overflow: visible !important;
    text-align: center !important;
    font-size: 18px !important;
    line-height: 22px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    white-space: normal !important;
}

/* Price left, BUY right, each half of the row */
.package-action-row {
    width: 100% !important;
    height: auto !important;
    min-height: 42px !important;
    overflow: visible !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    align-items: center !important;
    gap: 12px !important;
}

.package-action-row .category-package-price-list {
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    overflow: visible !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 0 !important;
}

.package-action-row .category-package-price,
.package-action-row .category-package-price-disc,
.category-package-price,
.category-package-price-disc {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    font-size: 15px !important;
    line-height: 20px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    white-space: nowrap !important;
}

.package-action-row .category-package-buttons {
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* BUY remains centered and readable */
.category-package-buttons a.category-buy-btn,
.category-package-buttons a.btn,
a.category-buy-btn,
a.btn.btn-info.category-buy-btn {
    height: 36px !important;
    min-height: 36px !important;
    min-width: 96px !important;
    padding: 0 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
    color: #ffffff !important;
}

.category-package-buttons a.category-buy-btn .btn-svg,
.category-package-buttons a.btn .btn-svg,
a.category-buy-btn .btn-svg,
a.btn.btn-info.category-buy-btn .btn-svg {
    height: 36px !important;
    min-height: 36px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    transform: translateY(-1px) !important;
    color: #ffffff !important;
}

.category-package-buttons a.category-buy-btn span,
.category-package-buttons a.btn span,
a.category-buy-btn span,
a.btn.btn-info.category-buy-btn span {
    color: #ffffff !important;
    line-height: 1 !important;
}

@media (max-width: 768px) {
    .package-bott {
        max-width: 240px !important;
        min-height: 104px !important;
    }
    .package-action-row {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }
    .package-action-row .category-package-price-list,
    .package-action-row .category-package-buttons {
        justify-content: center !important;
        text-align: center !important;
    }
}

/* =========================================================
   RUSTIX v14 - Product card final alignment
   - Bigger title
   - Price vertically aligned with BUY text/button
   - Prevent clipping
   ========================================================= */

.category-packages,
.category-packages.grid {
    overflow: visible !important;
    padding-bottom: 58px !important;
}

.category-package,
.category-package-details,
.category-package-details > a,
.category-package-details a > .flex,
.category-package-details .flex.flex-col {
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
}

.package-bott {
    width: 100% !important;
    height: auto !important;
    min-height: 112px !important;
    max-height: none !important;
    overflow: visible !important;
    margin-top: 16px !important;
    padding: 0 6px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 16px !important;
    box-sizing: border-box !important;
}

.package-title-line {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 30px !important;
    overflow: visible !important;
    text-align: center !important;
}

.package-bott-name,
span.category-package-name {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 30px !important;
    overflow: visible !important;
    text-align: center !important;
    font-size: 22px !important;
    line-height: 30px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    white-space: normal !important;
    letter-spacing: .02em !important;
}

.package-action-row {
    width: 100% !important;
    min-height: 42px !important;
    height: 42px !important;
    overflow: visible !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    align-items: center !important;
    gap: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.package-action-row .category-package-price-list {
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    overflow: visible !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

.package-action-row .category-package-price,
.package-action-row .category-package-price-disc,
.category-package-price,
.category-package-price-disc {
    display: flex !important;
    align-items: center !important;
    height: 42px !important;
    min-height: 42px !important;
    overflow: visible !important;
    font-size: 17px !important;
    line-height: 42px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    white-space: nowrap !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateY(0) !important;
}

.package-action-row .category-package-buttons {
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    overflow: visible !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    margin: 0 !important;
    padding: 0 !important;
}

.category-package-buttons a.category-buy-btn,
.category-package-buttons a.btn,
a.category-buy-btn,
a.btn.btn-info.category-buy-btn {
    height: 42px !important;
    min-height: 42px !important;
    min-width: 104px !important;
    padding: 0 18px !important;
    background: #1f557f !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    line-height: 1 !important;
    overflow: visible !important;
}

.category-package-buttons a.category-buy-btn .btn-svg,
.category-package-buttons a.btn .btn-svg,
a.category-buy-btn .btn-svg,
a.btn.btn-info.category-buy-btn .btn-svg {
    height: 42px !important;
    min-height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    transform: translateY(-1px) !important;
    color: #ffffff !important;
}

.category-package-buttons a.category-buy-btn span,
.category-package-buttons a.btn span,
a.category-buy-btn span,
a.btn.btn-info.category-buy-btn span {
    display: inline-flex !important;
    align-items: center !important;
    height: 42px !important;
    color: #ffffff !important;
    font-size: 18px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
}

.category-package-buttons a.category-buy-btn svg,
.category-package-buttons a.btn svg,
a.category-buy-btn svg,
a.btn.btn-info.category-buy-btn svg,
.category-package-buttons a.category-buy-btn svg *,
.category-package-buttons a.btn svg * {
    color: #ffffff !important;
    fill: #ffffff !important;
    stroke: #ffffff !important;
}

@media (max-width: 768px) {
    .package-bott {
        min-height: 132px !important;
        gap: 12px !important;
    }
    .package-bott-name,
    span.category-package-name {
        font-size: 20px !important;
        line-height: 26px !important;
    }
    .package-action-row {
        height: auto !important;
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }
    .package-action-row .category-package-price-list,
    .package-action-row .category-package-buttons {
        justify-content: center !important;
        text-align: center !important;
    }
}


/* =====================================================
   FAQ + COMMUNITY FIXES
===================================================== */

.faq-list .faq-content,
.faq-list .faq-content p{
    text-align:left !important;
}

.faq-list .faq-content p{
    margin:12px 0 12px 28px !important;
    line-height:1.7;
}

.faq-list .faq-content p::before{
    content:"•";
    margin-right:12px;
    color:rgba(255,255,255,.6);
}

.faq-list .faq-content ul{
    margin:12px 0 12px 28px;
}

.faq-list .faq-content li{
    line-height:1.7;
}

.info-card p{
    max-width:420px;
    margin-left:auto;
    margin-right:auto;
    line-height:1.7;
    word-break:normal;
    overflow-wrap:normal;
}

.info-card p a,
.info-card p strong{
    white-space:nowrap;
}

/* =====================================================
   HIDE SUBSCRIBE BUTTON
===================================================== */

button.add-btn[onclick*="subscribeToProduct"] {
    display: none !important;
}


/* =====================================================
   VIP DESCRIPTION IMPROVED
===================================================== */

/* Liste des avantages */

.product-description .features-list ul {
    columns: 2;
    column-gap: 30px;
    padding-left: 20px !important;
    margin: 0 0 20px 0 !important;
}

.product-description .features-list li {
    break-inside: avoid;

    font-size: 16px !important;
    line-height: 1.25 !important;

    margin-bottom: 4px !important;
}

/* Met en valeur les bonus jaunes */

.product-description .highlight {
    font-weight: 700;
    color: #f7da64 !important;
}

/* Titres kits */

.product-description .kit-section h3 {
    font-size: 18px !important;
    margin-bottom: 2px !important;
}

.product-description .kit-timer {
    margin-bottom: 8px !important;
    font-size: 13px !important;
    opacity: .8;
}

/* =====================================================
   KITS GRID
===================================================== */

.product-description .kits-container {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 24px;
    margin-top: 20px;
}

/* =====================================================
   IMAGE EFFECT
===================================================== */

.product-description .kit-image {
    display: block;
    overflow: hidden;
}

.product-description .kit-image img {

    width: 100% !important;
    max-width: 360px !important;

    transition: transform .25s ease;

    transform-origin: center center;

    cursor: zoom-in;
}

/* zoom léger au survol */

.product-description .kit-image:hover img {

    transform: scale(1.30);

}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width:768px){

    .product-description .features-list ul{
        columns:1;
    }

    .product-description .kits-container{
        grid-template-columns:1fr;
    }

    .product-description .kit-image img{
        max-width:100%;
    }
}


/* ==========================================================
   RUSTIX v16 - VIP PRODUCT DESCRIPTION COMPACT + READABLE
   - Pack description text bigger
   - Less vertical spacing between lines
   - VIP kit images larger by default
   - Kits displayed side by side on desktop
   - Subscribe button hidden, Add to Cart kept visible
   ========================================================== */

/* Hide the unwanted Subscribe button only */
button.add-btn[onclick*="subscribeToProduct"],
button[onclick*="subscribeToProduct"] {
    display: none !important;
}

/* Product description main block */
.product-description,
.prose.product-description {
    padding: 22px 28px !important;
    background: rgba(14, 18, 15, 0.72) !important;
    border: 0 !important;
    box-shadow: 0 18px 55px rgba(0,0,0,0.20) !important;
    box-sizing: border-box !important;
}

/* VIP pack container */
.product-description .package-container {
    width: 100% !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* Main VIP title */
.product-description .package-header h2 {
    margin: 0 0 18px 0 !important;
    padding: 0 !important;
    text-align: center !important;
    line-height: 1.15 !important;
}

.product-description .package-header h2 span,
.product-description .package-header h2 * {
    font-size: 28px !important;
    line-height: 1.15 !important;
}

/* "This pack includes" */
.product-description .package-header h3,
.product-description .package-container > h3 {
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    color: #ffffff !important;
    text-align: left !important;
}

/* Features list: compact + readable */
.product-description .features-list {
    margin: 0 0 18px 0 !important;
    padding: 0 !important;
}

.product-description .features-list ul {
    columns: 2 !important;
    column-gap: 34px !important;
    padding-left: 20px !important;
    margin: 0 !important;
    list-style-position: outside !important;
}

.product-description .features-list li {
    break-inside: avoid !important;
    page-break-inside: avoid !important;
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
    line-height: 1.22 !important;
    color: rgb(225,225,220) !important;
    text-align: left !important;
}

.product-description .features-list li strong {
    color: #ffffff !important;
    font-weight: 800 !important;
}

.product-description .highlight,
.product-description [style*="rgb(247,218,100)"],
.product-description [style*="247,218,100"] {
    color: #f7da64 !important;
    font-weight: 800 !important;
}

.product-description .vip-tag {
    color: #f26a32 !important;
    font-weight: 900 !important;
}

/* Kits container: side by side */
.product-description .kits-container {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
    align-items: start !important;
    margin: 18px 0 0 0 !important;
    padding: 0 !important;
}

/* Each kit block */
.product-description .kit-section {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

.product-description .kit-section h3 {
    margin: 0 0 3px 0 !important;
    padding: 0 !important;
    font-size: 18px !important;
    line-height: 1.15 !important;
    text-align: left !important;
}

.product-description .kit-timer {
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    opacity: .88 !important;
    text-align: center !important;
}

/* Images larger by default, not zoom-on-hover */
.product-description .kit-image {
    display: block !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center !important;
}

.product-description .kit-image img,
.product-description .kit-section img {
    width: 100% !important;
    max-width: 520px !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    transform: none !important;
    transition: none !important;
}

/* Keep image link clean */
.product-description .kit-image:hover img,
.product-description .kit-section a:hover img {
    transform: none !important;
}

/* Footer warning */
.product-description .package-footer {
    margin: 16px 0 0 0 !important;
    padding: 0 !important;
    text-align: center !important;
}

.product-description .warning-text {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
    opacity: .9 !important;
    text-align: center !important;
}

/* General product page readability */
.product-description p,
.product-description li,
.product-description div {
    font-family: 'Roboto Condensed', 'Rajdhani', Arial, sans-serif !important;
}

.product-description p {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
}

/* Product top buttons */
.product-page button.add-btn,
.product-page a.add-btn,
.product-page button#giftButton {
    min-height: 34px !important;
    padding: 7px 14px !important;
    font-size: 14px !important;
    line-height: 16px !important;
}

/* Mobile / tablet */
@media (max-width: 900px) {
    .product-description .features-list ul {
        columns: 1 !important;
    }

    .product-description .kits-container {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
    }

    .product-description .kit-image img,
    .product-description .kit-section img {
        max-width: 100% !important;
    }
}

@media (max-width: 640px) {
    .product-description,
    .prose.product-description {
        padding: 18px 16px !important;
    }

    .product-description .package-header h2 span,
    .product-description .package-header h2 * {
        font-size: 23px !important;
    }

    .product-description .features-list li {
        font-size: 15px !important;
        line-height: 1.25 !important;
    }
}


/* ==========================================================
   RUSTIX v17 - VIP PRODUCT FINAL POLISH
========================================================== */

/* Cache Subscribe */
button.add-btn[onclick*="subscribeToProduct"],
button[onclick*="subscribeToProduct"] {
    display: none !important;
}

/* Description plus compacte */
.product-description .features-list ul {
    columns: 2 !important;
    column-gap: 34px !important;
    padding-left: 20px !important;
}

.product-description .features-list li {
    font-size: 16px !important;
    line-height: 1.22 !important;
    margin-bottom: 5px !important;
}

/* Kits côte à côte */
.product-description .kits-container {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
    gap: 24px !important;
    margin-top: 18px !important;
}

/* Bloc kit */
.product-description .kit-section {
    margin: 0 !important;
    padding: 0 !important;
}

/* Titre kit */
.product-description .kit-section h3 {
    margin: 0 !important;
    padding: 0 !important;

    text-align: left !important;

    font-size: 18px !important;
    line-height: 1.15 !important;
}

/* Every 6 hours sous le titre */
.product-description .kit-timer {
    display: block !important;

    margin: 2px 0 10px 0 !important;
    padding: 0 !important;

    text-align: left !important;

    font-size: 13px !important;
    line-height: 1.2 !important;

    opacity: .75 !important;
}

/* Images */
.product-description .kit-image {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
}

.product-description .kit-image img,
.product-description .kit-section img {

    width: 100% !important;

    max-width: 520px !important;

    height: auto !important;

    display: block !important;

    margin: 0 auto !important;

    object-fit: contain !important;
}

/* Désactive totalement les effets hover */
.product-description .kit-image,
.product-description .kit-image:hover,
.product-description .kit-section a,
.product-description .kit-section a:hover,
.product-description .kit-image img,
.product-description .kit-image:hover img,
.product-description .kit-section img,
.product-description .kit-section a:hover img {

    transform: none !important;
    transition: none !important;
    filter: none !important;

    cursor: default !important;
}

/* Supprime la loupe navigateur */
.product-description .kit-section a {
    pointer-events: none !important;
    text-decoration: none !important;
}

/* Footer */
.product-description .package-footer {
    margin-top: 12px !important;
}

.product-description .warning-text {
    font-size: 13px !important;
    opacity: .85 !important;
}

/* Mobile */
@media (max-width:900px) {

    .product-description .features-list ul {
        columns: 1 !important;
    }

    .product-description .kits-container {
        grid-template-columns: 1fr !important;
    }

}


/* ==========================================================
   RUSTIX v18 - MOBILE FRIENDLY GLOBAL FIX
   Final override layer
   - Fix mobile menu layout
   - Make home page boxes full-width/readable on mobile
   - Improve product/category pages on mobile
   - Keep desktop layout close to current design
   ========================================================== */

:root {
    --rustix-page-width: 1280px;
    --rustix-page-gap: 64px;
    --rustix-mobile-gap: 16px;
    --rustix-green: #A6CD63;
    --rustix-panel: rgba(14, 18, 15, 0.82);
    --rustix-panel-strong: rgba(14, 18, 15, 0.94);
}

/* General safety */
*,
*::before,
*::after {
    box-sizing: border-box !important;
}

html,
body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
}

img,
video,
iframe {
    max-width: 100% !important;
}

/* Main containers */
.container,
header > .container,
header .container,
body > .container,
footer > .container,
footer .container,
.home-content,
.index-section,
.category-packages,
.product-page,
.product-description,
.nav.topbar,
.topbar,
footer {
    box-sizing: border-box !important;
}

/* Desktop/tablet common width */
.home-content,
.index-section,
.vip-category-announcement,
.vip-announcement,
.category-packages,
.product-page,
.product-description,
.nav.topbar,
.topbar,
footer {
    max-width: var(--rustix-page-width) !important;
    width: calc(100% - var(--rustix-page-gap)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Header / account */
.header-top {
    max-width: var(--rustix-page-width) !important;
    width: calc(100% - var(--rustix-page-gap)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Logo stays clean */
.header-logo img,
header .rustix-logo,
header img.rustix-logo {
    max-width: min(260px, 70vw) !important;
    height: auto !important;
}

/* Navigation desktop */
.nav.topbar,
.topbar {
    overflow: visible !important;
}

.topbar ul,
.nav.topbar ul {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

li.nav-item,
.nav-item {
    flex: 0 0 auto !important;
}

li.nav-item a,
.nav-item a {
    white-space: nowrap !important;
    text-decoration: none !important;
}

/* Home content readability */
.home-content,
.index-section {
    background: rgba(20,24,20,0.72) !important;
    border: 0 !important;
    box-shadow: 0 18px 55px rgba(0,0,0,0.20) !important;
}

.home-content-sec,
.index-section-body,
.content-field,
.home-content-text,
.home-content-text .welcome-section,
.welcome-section {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 34px !important;
    padding-right: 34px !important;
}

/* Home boxes */
.info-list,
.faq-list,
.bottom-text,
.info-card,
.vip-announcement {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.info-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
}

.info-card {
    min-width: 0 !important;
}

.info-card p {
    max-width: 100% !important;
}

/* FAQ text alignment */
.faq-list .faq-content,
.faq-list .faq-content p,
.faq-list .faq-content li {
    text-align: left !important;
}

.faq-list .faq-content p {
    margin: 10px 0 10px 28px !important;
    line-height: 1.55 !important;
}

.faq-list .faq-content p::before {
    content: "•";
    margin-right: 10px;
    color: rgba(255,255,255,0.60);
}

/* Category/product cards */
.category-packages {
    display: grid !important;
    gap: 34px !important;
}

.category-package {
    min-width: 0 !important;
}

.category-package-img,
.category-package-img img,
.package-img {
    max-width: 205px !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
}

/* Product top block */
.product-page {
    overflow: hidden !important;
}

.product-info {
    gap: 16px !important;
}

.product-name {
    overflow-wrap: anywhere !important;
}

.product-price {
    white-space: nowrap !important;
}

/* Hide duplicate Subscribe button */
button.add-btn[onclick*="subscribeToProduct"],
button[onclick*="subscribeToProduct"] {
    display: none !important;
}

/* VIP product description desktop */
.product-description,
.prose.product-description {
    padding: 22px 28px !important;
    background: rgba(14, 18, 15, 0.72) !important;
    border: 0 !important;
    box-shadow: 0 18px 55px rgba(0,0,0,0.20) !important;
}

.product-description .package-container {
    width: 100% !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.product-description .package-header h2 {
    margin: 0 0 18px 0 !important;
    line-height: 1.15 !important;
    text-align: center !important;
}

.product-description .package-header h2 span,
.product-description .package-header h2 * {
    font-size: 28px !important;
    line-height: 1.15 !important;
}

.product-description .package-header h3 {
    margin: 0 0 10px 0 !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    text-align: left !important;
}

.product-description .features-list ul {
    columns: 2 !important;
    column-gap: 34px !important;
    padding-left: 20px !important;
    margin: 0 0 18px 0 !important;
}

.product-description .features-list li {
    break-inside: avoid !important;
    margin: 0 0 5px 0 !important;
    font-size: 16px !important;
    line-height: 1.22 !important;
    text-align: left !important;
}

.product-description .kits-container {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
    margin-top: 18px !important;
}

.product-description .kit-section {
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.product-description .kit-section h3 {
    margin: 0 0 2px 0 !important;
    padding: 0 !important;
    text-align: left !important;
    font-size: 18px !important;
    line-height: 1.15 !important;
}

.product-description .kit-timer {
    display: block !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    text-align: left !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    opacity: .75 !important;
}

.product-description .kit-image,
.product-description .kit-section a {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    cursor: default !important;
    pointer-events: none !important;
    text-decoration: none !important;
}

.product-description .kit-image img,
.product-description .kit-section img {
    width: 100% !important;
    max-width: 520px !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    transform: none !important;
    transition: none !important;
    filter: none !important;
    cursor: default !important;
}

.product-description .kit-image:hover img,
.product-description .kit-section a:hover img {
    transform: none !important;
    transition: none !important;
    filter: none !important;
}

/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1024px) {
    :root {
        --rustix-page-gap: 32px;
    }

    .home-content,
    .index-section,
    .vip-category-announcement,
    .vip-announcement,
    .category-packages,
    .product-page,
    .product-description,
    .nav.topbar,
    .topbar,
    footer,
    .header-top {
        width: calc(100% - 32px) !important;
        max-width: none !important;
    }

    .category-packages.grid,
    .category-packages {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 30px !important;
    }

    .product-description .features-list ul {
        columns: 1 !important;
    }

    .product-description .kits-container {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    .product-description .kit-image img,
    .product-description .kit-section img {
        max-width: 680px !important;
    }
}

/* ==========================================================
   MOBILE GLOBAL
   ========================================================== */

@media (max-width: 768px) {
    :root {
        --rustix-page-gap: 18px;
        --rustix-mobile-gap: 14px;
    }

    html,
    body,
    body.body,
    .body {
        background-attachment: scroll !important;
        overflow-x: hidden !important;
    }

    /* Page width */
    .container,
    header > .container,
    header .container,
    body > .container,
    footer > .container,
    footer .container,
    .home-content,
    .index-section,
    .vip-category-announcement,
    .vip-announcement,
    .category-packages,
    .product-page,
    .product-description,
    .nav.topbar,
    .topbar,
    footer,
    .header-top {
        width: calc(100% - 18px) !important;
        max-width: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Header mobile: logo top, account buttons below */
    header,
    header.mb-4 {
        padding-top: 10px !important;
    }

    .header-top {
        min-height: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 10px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        position: relative !important;
    }

    .header-logo,
    .header-logo.hidden,
    .header-logo.md\:flex {
        display: flex !important;
        width: 100% !important;
        justify-content: center !important;
        align-items: center !important;
        margin: 0 !important;
    }

    .header-logo img,
    header .rustix-logo,
    header img.rustix-logo {
        display: block !important;
        max-width: 190px !important;
        max-height: 78px !important;
        height: auto !important;
        margin: 0 auto !important;
    }

    .header-account {
        position: static !important;
        transform: none !important;
        width: auto !important;
        max-width: 100% !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 6px !important;
        margin: 0 !important;
    }

    .header-item {
        height: 34px !important;
        min-width: 34px !important;
        padding: 0 9px !important;
        font-size: 12px !important;
    }

    span.cart-number {
        top: -8px !important;
        right: -8px !important;
        width: 18px !important;
        height: 18px !important;
        font-size: 10px !important;
    }

    /* Mobile menu: no bug, horizontal scroll if needed */
    .nav.topbar,
    .topbar {
        margin-top: 8px !important;
        margin-bottom: 18px !important;
        min-height: 0 !important;
        padding: 8px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        background: rgba(17,20,17,0.96) !important;
        border: 1px solid rgba(166,205,99,0.12) !important;
        box-shadow: none !important;
    }

    .topbar ul,
    .nav.topbar ul {
        width: max-content !important;
        min-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        align-items: center !important;
        gap: 8px !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    li.nav-item,
    .nav-item {
        width: auto !important;
        flex: 0 0 auto !important;
        border: 0 !important;
        margin: 0 !important;
    }

    li.nav-item a,
    .nav-item a {
        width: auto !important;
        min-height: 38px !important;
        height: 38px !important;
        line-height: 38px !important;
        padding: 0 12px !important;
        font-size: 14px !important;
        letter-spacing: .2px !important;
        white-space: nowrap !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: rgba(32,38,32,0.70) !important;
        border: 1px solid rgba(166,205,99,0.16) !important;
    }

    li.nav-item.active a,
    .nav-item.active a,
    li.nav-item a:hover,
    .nav-item a:hover {
        background: rgba(61,75,39,0.95) !important;
        color: #fff !important;
        box-shadow: none !important;
    }

    /* Home page mobile: readable wide boxes */
    .home-content,
    .index-section {
        margin-bottom: 18px !important;
        padding: 0 !important;
        background: rgba(20,24,20,0.82) !important;
        box-shadow: none !important;
    }

    .home-content-sec,
    .index-section-body,
    .content-field,
    .home-content-text,
    .home-content-text .welcome-section,
    .welcome-section {
        padding: 16px 12px !important;
        width: 100% !important;
    }

    .vip-announcement,
    .vip-category-announcement {
        padding: 12px 10px !important;
        margin-bottom: 14px !important;
        overflow: visible !important;
        white-space: normal !important;
    }

    .vip-announcement p,
    .vip-category-announcement p {
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: unset !important;
        font-size: 15px !important;
        line-height: 1.35 !important;
    }

    .section-title,
    .info-list h3,
    .faq-list h3,
    .info-card h3,
    .faq-item h4 {
        font-size: 18px !important;
        line-height: 1.15 !important;
    }

    .category-buttons {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        margin: 16px 0 18px 0 !important;
        width: 100% !important;
    }

    a.button-category-rust,
    .button-category-rust {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 54px !important;
        padding: 14px 12px !important;
        font-size: 21px !important;
        line-height: 1 !important;
    }

    .info-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        margin: 14px 0 !important;
        width: 100% !important;
    }

    .info-list,
    .faq-list,
    .bottom-text,
    .info-card {
        width: 100% !important;
        max-width: none !important;
        margin: 12px 0 !important;
        padding: 14px 12px !important;
        background: rgba(12,16,13,0.58) !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    .info-list ul,
    .faq-content ul {
        padding-left: 20px !important;
        margin-top: 8px !important;
    }

    .info-list li,
    .faq-content li {
        font-size: 14px !important;
        line-height: 1.4 !important;
        margin-bottom: 7px !important;
    }

    .faq-item {
        padding: 12px 10px !important;
        margin-bottom: 8px !important;
    }

    .faq-content {
        padding-left: 0 !important;
    }

    .faq-list .faq-content p {
        margin: 8px 0 8px 18px !important;
        font-size: 14px !important;
        line-height: 1.45 !important;
    }

    .info-card p {
        font-size: 14px !important;
        line-height: 1.45 !important;
        text-align: center !important;
    }

    .bottom-text p {
        font-size: 14px !important;
        line-height: 1.45 !important;
    }

    /* Category product list mobile */
    .category-packages,
    .category-packages.grid {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
        margin-top: 0 !important;
        margin-bottom: 22px !important;
        padding: 18px 12px !important;
        background: rgba(32,38,34,0.72) !important;
    }

    .category-package {
        width: 100% !important;
        max-width: 360px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .category-package-img,
    .category-package-img img,
    .package-img {
        max-width: 220px !important;
        height: auto !important;
        aspect-ratio: 1 / 1 !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .package-bott {
        width: 100% !important;
        max-width: 260px !important;
        margin: 12px auto 0 auto !important;
        grid-template-columns: 1fr auto !important;
        column-gap: 8px !important;
    }

    .package-bott-name,
    span.category-package-name {
        font-size: 16px !important;
        line-height: 18px !important;
    }

    .category-package-price,
    .category-package-price-disc {
        font-size: 13px !important;
        line-height: 16px !important;
    }

    .category-package-buttons a.category-buy-btn,
    .category-package-buttons a,
    .category-buy-btn {
        height: 38px !important;
        min-width: 62px !important;
        padding: 0 12px !important;
        font-size: 16px !important;
    }

    /* Product page mobile */
    .product-page {
        display: block !important;
        padding: 14px 12px !important;
        margin-bottom: 14px !important;
        background: rgba(14,18,15,0.90) !important;
        box-shadow: none !important;
    }

    .product-page-image {
        width: 100% !important;
        padding: 0 0 12px 0 !important;
        text-align: center !important;
        background: transparent !important;
    }

    img.product-img,
    .product-page-image img {
        max-width: 190px !important;
        max-height: 190px !important;
        width: auto !important;
        height: auto !important;
        margin: 0 auto !important;
    }

    .product-page-details {
        padding: 0 !important;
        width: 100% !important;
    }

    .product-info {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 4px !important;
        align-items: start !important;
    }

    .product-name {
        font-size: 28px !important;
        line-height: 30px !important;
        text-align: left !important;
    }

    .product-price {
        font-size: 22px !important;
        line-height: 24px !important;
        text-align: left !important;
        white-space: normal !important;
    }

    .product-details-top span {
        font-size: 13px !important;
        line-height: 18px !important;
    }

    .small-title span {
        font-size: 20px !important;
        line-height: 22px !important;
    }

    .product-page button.add-btn,
    .product-page a.add-btn,
    .product-page button#giftButton {
        min-height: 36px !important;
        padding: 8px 12px !important;
        font-size: 13px !important;
        line-height: 16px !important;
        width: auto !important;
    }

    /* Product description mobile */
    .product-description,
    .prose.product-description {
        padding: 16px 12px !important;
        margin-bottom: 18px !important;
        background: rgba(14,18,15,0.84) !important;
        box-shadow: none !important;
    }

    .product-description .package-header h2 {
        margin-bottom: 14px !important;
    }

    .product-description .package-header h2 span,
    .product-description .package-header h2 * {
        font-size: 22px !important;
        line-height: 1.12 !important;
    }

    .product-description .package-header h3 {
        font-size: 16px !important;
        line-height: 1.2 !important;
        margin-bottom: 8px !important;
    }

    .product-description .features-list ul {
        columns: 1 !important;
        padding-left: 18px !important;
        margin-bottom: 16px !important;
    }

    .product-description .features-list li {
        font-size: 14px !important;
        line-height: 1.28 !important;
        margin-bottom: 6px !important;
    }

    .product-description .kits-container {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        margin-top: 16px !important;
    }

    .product-description .kit-section h3 {
        font-size: 16px !important;
        line-height: 1.15 !important;
    }

    .product-description .kit-timer {
        font-size: 12px !important;
        margin-bottom: 8px !important;
    }

    .product-description .kit-image img,
    .product-description .kit-section img {
        max-width: 100% !important;
    }

    .product-description .package-footer {
        margin-top: 12px !important;
    }

    .product-description .warning-text {
        font-size: 12px !important;
        line-height: 1.35 !important;
    }

    /* Cart tables mobile: avoid horizontal page break */
    table,
    .table {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .table > thead > tr > th,
    .table > tbody > tr > td {
        padding: 10px 6px !important;
        font-size: 13px !important;
    }

    span.cart-page-title {
        font-size: 32px !important;
        line-height: 34px !important;
    }

    /* Footer mobile */
    footer {
        margin-bottom: 18px !important;
    }

    footer > .container,
    footer .container {
        padding: 16px 12px !important;
    }

    footer .flex.items-center.justify-between,
    footer .flex {
        flex-direction: column !important;
        gap: 10px !important;
        text-align: center !important;
    }

    .footer-links {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 10px !important;
    }

    .footer-copyright,
    .footer-copyright span,
    .footer-links a {
        font-size: 13px !important;
        line-height: 18px !important;
        text-align: center !important;
    }
}

/* ==========================================================
   VERY SMALL MOBILE
   ========================================================== */

@media (max-width: 420px) {
    .home-content,
    .index-section,
    .vip-category-announcement,
    .vip-announcement,
    .category-packages,
    .product-page,
    .product-description,
    .nav.topbar,
    .topbar,
    footer,
    .header-top {
        width: calc(100% - 10px) !important;
    }

    .header-logo img,
    header .rustix-logo,
    header img.rustix-logo {
        max-width: 160px !important;
        max-height: 65px !important;
    }

    .header-item {
        height: 32px !important;
        min-width: 32px !important;
        padding: 0 7px !important;
        font-size: 11px !important;
    }

    li.nav-item a,
    .nav-item a {
        height: 36px !important;
        min-height: 36px !important;
        line-height: 36px !important;
        padding: 0 10px !important;
        font-size: 13px !important;
    }

    .home-content-sec,
    .index-section-body,
    .content-field,
    .home-content-text,
    .home-content-text .welcome-section,
    .welcome-section {
        padding-left: 9px !important;
        padding-right: 9px !important;
    }

    .info-list,
    .faq-list,
    .bottom-text,
    .info-card {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    a.button-category-rust,
    .button-category-rust {
        font-size: 19px !important;
        min-height: 50px !important;
    }

    .product-name {
        font-size: 24px !important;
        line-height: 26px !important;
    }

    .product-price {
        font-size: 20px !important;
        line-height: 22px !important;
    }

    .product-description .package-header h2 span,
    .product-description .package-header h2 * {
        font-size: 19px !important;
    }

    .product-description .features-list li {
        font-size: 13.5px !important;
    }
}


/* ==========================================================
   RUSTIX v19 - MOBILE MENU ALIGNMENT FIX
   - Buttons vertically centered inside the menu bar
   - Menu height adapts cleanly
   - Removes awkward top/bottom offset on mobile
   ========================================================== */

@media (max-width: 768px) {

    .nav.topbar,
    .topbar {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        min-height: 56px !important;
        height: auto !important;

        padding: 8px 10px !important;
        margin-top: 8px !important;
        margin-bottom: 18px !important;

        overflow-x: auto !important;
        overflow-y: hidden !important;
    }

    .topbar ul,
    .nav.topbar ul {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;

        align-items: center !important;
        justify-content: center !important;

        height: auto !important;
        min-height: 40px !important;

        gap: 8px !important;

        padding: 0 !important;
        margin: 0 auto !important;

        width: max-content !important;
        min-width: auto !important;
    }

    li.nav-item,
    .nav-item {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        height: 40px !important;
        min-height: 40px !important;

        margin: 0 !important;
        padding: 0 !important;

        flex: 0 0 auto !important;
        border: 0 !important;
    }

    li.nav-item a,
    .nav-item a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        height: 40px !important;
        min-height: 40px !important;
        line-height: 1 !important;

        padding: 0 14px !important;
        margin: 0 !important;

        font-size: 14px !important;
        font-weight: 800 !important;

        background: rgba(32,38,32,0.78) !important;
        border: 1px solid rgba(166,205,99,0.22) !important;

        box-shadow: none !important;
        white-space: nowrap !important;
    }

    li.nav-item.active a,
    .nav-item.active a,
    li.nav-item a:hover,
    .nav-item a:hover {
        background: rgba(61,75,39,0.95) !important;
        color: #ffffff !important;
        border-color: rgba(166,205,99,0.45) !important;
        box-shadow: none !important;
    }
}

@media (max-width: 420px) {

    .nav.topbar,
    .topbar {
        min-height: 52px !important;
        padding: 7px 8px !important;
    }

    .topbar ul,
    .nav.topbar ul {
        gap: 6px !important;
        min-height: 38px !important;
    }

    li.nav-item,
    .nav-item,
    li.nav-item a,
    .nav-item a {
        height: 38px !important;
        min-height: 38px !important;
    }

    li.nav-item a,
    .nav-item a {
        padding: 0 11px !important;
        font-size: 13px !important;
    }
}

/* RUSTIX VIP 3-month comparison price */
.package-action-row .category-package-price-list {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 3px !important;
}
.package-action-row .category-package-price-disc.vip-compare-price,
.package-action-row .vip-compare-price {
    color: #ff6b6b !important;
    opacity: 0.8 !important;
    text-decoration: line-through !important;
    text-decoration-thickness: 2px !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
}
.package-action-row .vip-save-badge {
    display: inline-block !important;
    color: #9bd957 !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}


/* RUSTIX FIX: keep 3-month crossed price compact so product cards do not overlap */
.package-action-row .category-package-price-list {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    height: 42px !important;
    min-height: 42px !important;
    overflow: hidden !important;
}
.package-action-row .category-package-price-disc.vip-compare-price,
.package-action-row .vip-compare-price {
    display: inline-flex !important;
    align-items: center !important;
    height: 42px !important;
    min-height: 42px !important;
    line-height: 42px !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    color: #ff6464 !important;
    opacity: 0.9 !important;
    text-decoration: line-through !important;
    text-decoration-thickness: 2px !important;
    white-space: nowrap !important;
    margin: 0 !important;
    padding: 0 !important;
}
.package-action-row .category-package-price {
    display: inline-flex !important;
    align-items: center !important;
    height: 42px !important;
    min-height: 42px !important;
    line-height: 42px !important;
    margin: 0 !important;
}
.package-action-row .vip-save-badge {
    display: none !important;
}

/* RUSTIX RP Points comparison prices */
.package-action-row .category-package-price-disc.rp-compare-price,
.package-action-row .rp-compare-price {
    display: inline-flex !important;
    align-items: center !important;
    height: 42px !important;
    min-height: 42px !important;
    line-height: 42px !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    color: #ff6464 !important;
    opacity: 0.9 !important;
    text-decoration: line-through !important;
    text-decoration-thickness: 2px !important;
    white-space: nowrap !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* RUSTIX FINAL FIX: compact crossed prices for VIP kits and RP points */
.package-action-row {
    min-height: 46px !important;
    height: 46px !important;
    align-items: center !important;
    overflow: visible !important;
}

.package-action-row .category-package-price-list.rustix-discount-price-list {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 2px !important;
    width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    flex-wrap: nowrap !important;
}

.package-action-row .category-package-price-list.rustix-discount-price-list .rustix-old-price,
.package-action-row .category-package-price-list.rustix-discount-price-list .vip-compare-price,
.package-action-row .category-package-price-list.rustix-discount-price-list .rp-compare-price {
    display: block !important;
    height: 14px !important;
    min-height: 14px !important;
    line-height: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    color: #ff6464 !important;
    opacity: .9 !important;
    text-decoration: line-through !important;
    text-decoration-thickness: 2px !important;
    white-space: nowrap !important;
    transform: none !important;
}

.package-action-row .category-package-price-list.rustix-discount-price-list .rustix-new-price {
    display: block !important;
    height: 20px !important;
    min-height: 20px !important;
    line-height: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    white-space: nowrap !important;
    transform: none !important;
}

.package-action-row .category-package-price-list:not(.rustix-discount-price-list) {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    height: 46px !important;
    min-height: 46px !important;
}

.package-action-row .category-package-buttons {
    height: 46px !important;
    min-height: 46px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
}

.package-action-row .vip-save-badge,
.package-action-row .rp-save-badge,
.package-action-row .bonus-rp {
    display: none !important;
}

/* RUSTIX PREMIUM SHOP CARDS - clean alignment for VIP and RP products */
.category-packages.grid,
.category-packages {
    align-items: stretch !important;
    row-gap: 42px !important;
    column-gap: 34px !important;
}

.category-package {
    background: rgba(15, 20, 17, 0.72) !important;
    border: 1px solid rgba(166, 205, 99, 0.14) !important;
    box-shadow: 0 18px 40px rgba(0,0,0,0.22) !important;
    padding: 18px 16px 16px !important;
    min-height: 365px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    overflow: visible !important;
}

.category-package:hover {
    border-color: rgba(166, 205, 99, 0.34) !important;
    background: rgba(18, 25, 20, 0.82) !important;
    transform: translateY(-2px) !important;
}

.category-package-details {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    flex: 0 0 auto !important;
}

.category-package-details > a,
.category-package-details a {
    display: block !important;
    width: 100% !important;
}

.category-package-img,
.category-package-img img,
.package-img {
    width: 205px !important;
    max-width: 100% !important;
    height: 205px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    margin: 0 auto !important;
    box-shadow: 0 10px 24px rgba(0,0,0,0.28) !important;
}

.package-bott {
    width: 100% !important;
    flex: 1 1 auto !important;
    margin: 16px 0 0 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    overflow: visible !important;
}

.package-title-line {
    width: 100% !important;
    min-height: 46px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.package-bott-name,
span.category-package-name {
    width: 100% !important;
    display: block !important;
    text-align: center !important;
    font-family: 'Roboto Condensed', 'Rajdhani', sans-serif !important;
    font-size: 20px !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
    letter-spacing: .02em !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    text-shadow: 0 2px 10px rgba(0,0,0,.35) !important;
}

.package-action-row {
    width: 100% !important;
    min-height: 90px !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 12px !important;
    margin: 0 !important;
    overflow: visible !important;
}

.package-action-row .category-package-price-list,
.package-action-row .category-package-price-list.rustix-discount-price-list,
.package-action-row .category-package-price-list:not(.rustix-discount-price-list) {
    width: 100% !important;
    min-height: 38px !important;
    height: 38px !important;
    max-height: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    overflow: visible !important;
}

.package-action-row .category-package-price,
.package-action-row .category-package-price-list .rustix-new-price {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    letter-spacing: .01em !important;
    text-align: center !important;
    white-space: nowrap !important;
}

.package-action-row .category-package-price-list.rustix-discount-price-list .rustix-old-price,
.package-action-row .category-package-price-list.rustix-discount-price-list .vip-compare-price,
.package-action-row .category-package-price-list.rustix-discount-price-list .rp-compare-price,
.package-action-row .category-package-price-disc.vip-compare-price,
.package-action-row .category-package-price-disc.rp-compare-price {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    line-height: 1 !important;
    margin: 0 0 4px 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    color: #ff6868 !important;
    opacity: .95 !important;
    text-decoration: line-through !important;
    text-decoration-thickness: 2px !important;
    text-align: center !important;
    white-space: nowrap !important;
}

.package-action-row .category-package-buttons {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 !important;
}

.category-package-buttons a.category-buy-btn,
.category-package-buttons a.btn,
a.category-buy-btn,
a.btn.btn-info.category-buy-btn {
    width: 126px !important;
    height: 40px !important;
    min-height: 40px !important;
    min-width: 126px !important;
    padding: 0 18px !important;
    background: linear-gradient(180deg, #286997 0%, #1d557e 100%) !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    box-shadow: 0 8px 18px rgba(0,0,0,.20) !important;
}

.category-package-buttons a.category-buy-btn:hover,
.category-package-buttons a.btn:hover,
a.category-buy-btn:hover,
a.btn.btn-info.category-buy-btn:hover {
    background: linear-gradient(180deg, #3278aa 0%, #22618f 100%) !important;
    transform: translateY(-1px) !important;
}

.category-package-buttons a.category-buy-btn .btn-svg,
.category-package-buttons a.btn .btn-svg,
a.category-buy-btn .btn-svg,
a.btn.btn-info.category-buy-btn .btn-svg {
    height: 40px !important;
    min-height: 40px !important;
    gap: 8px !important;
    transform: none !important;
}

@media (max-width: 767px) {
    .category-package {
        min-height: 340px !important;
        padding: 16px 14px !important;
    }
    .category-package-img,
    .category-package-img img,
    .package-img {
        width: 190px !important;
        height: 190px !important;
    }
    .package-bott-name,
    span.category-package-name {
        font-size: 18px !important;
    }
}

/* RUSTIX PROPOSAL V2 - boxed premium product cards, larger readable prices */
.category-packages.grid,
.category-packages {
    row-gap: 38px !important;
    column-gap: 30px !important;
    align-items: stretch !important;
}

.category-package {
    position: relative !important;
    min-height: 395px !important;
    padding: 16px !important;
    background: linear-gradient(180deg, rgba(25,34,29,.92), rgba(12,17,15,.92)) !important;
    border: 1px solid rgba(155, 217, 87, .18) !important;
    border-radius: 10px !important;
    box-shadow: 0 18px 45px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.03) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease !important;
}

.category-package:hover {
    transform: translateY(-3px) !important;
    border-color: rgba(155, 217, 87, .42) !important;
    box-shadow: 0 22px 55px rgba(0,0,0,.36), 0 0 0 1px rgba(155,217,87,.08) !important;
}

.category-package-details {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto !important;
}

.category-package-img,
.category-package-img img,
.package-img {
    width: 100% !important;
    max-width: 220px !important;
    height: 220px !important;
    object-fit: cover !important;
    border-radius: 9px !important;
    margin: 0 auto !important;
    box-shadow: 0 12px 26px rgba(0,0,0,.32) !important;
}

.package-bott {
    width: 100% !important;
    flex: 1 1 auto !important;
    margin-top: 14px !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: space-between !important;
    gap: 12px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.package-title-line {
    width: 100% !important;
    min-height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 4px !important;
}

.package-bott-name,
span.category-package-name {
    font-size: 21px !important;
    line-height: 1.08 !important;
    font-weight: 900 !important;
    letter-spacing: .025em !important;
    text-align: center !important;
    color: #fff !important;
    text-transform: uppercase !important;
    text-shadow: 0 2px 12px rgba(0,0,0,.55) !important;
}

.package-action-row {
    width: 100% !important;
    min-height: 88px !important;
    padding: 10px 12px !important;
    margin: 0 !important;
    background: rgba(4, 8, 7, .38) !important;
    border: 1px solid rgba(255,255,255,.055) !important;
    border-radius: 8px !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.03) !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    gap: 12px !important;
    overflow: visible !important;
}

.package-action-row .category-package-price-list,
.package-action-row .category-package-price-list.rustix-discount-price-list,
.package-action-row .category-package-price-list:not(.rustix-discount-price-list) {
    width: auto !important;
    min-height: 52px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 4px !important;
    text-align: left !important;
    overflow: visible !important;
}

.package-action-row .category-package-price,
.package-action-row .category-package-price-list .rustix-new-price {
    font-size: 21px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    letter-spacing: .015em !important;
    white-space: nowrap !important;
    text-shadow: 0 2px 10px rgba(0,0,0,.35) !important;
}

.package-action-row .category-package-price-list.rustix-discount-price-list .rustix-old-price,
.package-action-row .category-package-price-list.rustix-discount-price-list .vip-compare-price,
.package-action-row .category-package-price-list.rustix-discount-price-list .rp-compare-price,
.package-action-row .category-package-price-disc.vip-compare-price,
.package-action-row .category-package-price-disc.rp-compare-price {
    display: block !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    color: #ff6868 !important;
    opacity: .98 !important;
    text-decoration: line-through !important;
    text-decoration-thickness: 2px !important;
    white-space: nowrap !important;
    margin: 0 !important;
    padding: 0 !important;
}

.package-action-row .category-package-buttons {
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
}

.category-package-buttons a.category-buy-btn,
.category-package-buttons a.btn,
a.category-buy-btn,
a.btn.btn-info.category-buy-btn {
    width: 112px !important;
    min-width: 112px !important;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 16px !important;
    border-radius: 3px !important;
    background: linear-gradient(180deg, #2d79ad 0%, #1f5f90 100%) !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    box-shadow: 0 9px 20px rgba(0,0,0,.24) !important;
}

.category-package-buttons a.category-buy-btn .btn-svg,
.category-package-buttons a.btn .btn-svg,
a.category-buy-btn .btn-svg,
a.btn.btn-info.category-buy-btn .btn-svg {
    height: 44px !important;
    min-height: 44px !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    gap: 8px !important;
}

@media (max-width: 767px) {
    .category-package { min-height: 370px !important; }
    .category-package-img,
    .category-package-img img,
    .package-img { max-width: 205px !important; height: 205px !important; }
    .package-action-row { grid-template-columns: 1fr !important; justify-items: center !important; }
    .package-action-row .category-package-price-list,
    .package-action-row .category-package-price-list.rustix-discount-price-list,
    .package-action-row .category-package-price-list:not(.rustix-discount-price-list) { align-items: center !important; text-align: center !important; }
    .package-action-row .category-package-buttons { justify-content: center !important; }
}


/* ==========================================================
   RUSTIX V3 - readable price/action layout + currency selector
   ========================================================== */
.package-action-row {
    min-height: 104px !important;
    padding: 12px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    text-align: center !important;
}

.package-action-row .category-package-price-list,
.package-action-row .category-package-price-list.rustix-discount-price-list,
.package-action-row .category-package-price-list:not(.rustix-discount-price-list) {
    width: 100% !important;
    min-height: 34px !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 3px !important;
}

.package-action-row .category-package-price,
.package-action-row .category-package-price-list .rustix-new-price {
    font-size: 20px !important;
    line-height: 1.05 !important;
    text-align: center !important;
    white-space: nowrap !important;
}

.package-action-row .category-package-price-list.rustix-discount-price-list .rustix-new-price,
.package-action-row .category-package-price-list.rustix-discount-price-list .category-package-price {
    font-size: 16px !important;
}

.package-action-row .category-package-price-list.rustix-discount-price-list .rustix-old-price,
.package-action-row .category-package-price-list.rustix-discount-price-list .vip-compare-price,
.package-action-row .category-package-price-list.rustix-discount-price-list .rp-compare-price,
.package-action-row .category-package-price-disc.vip-compare-price,
.package-action-row .category-package-price-disc.rp-compare-price {
    font-size: 13px !important;
    text-align: center !important;
}

.package-action-row .category-package-buttons {
    width: 100% !important;
    justify-content: center !important;
}

.category-package-buttons a.category-buy-btn,
.category-package-buttons a.btn,
a.category-buy-btn,
a.btn.btn-info.category-buy-btn {
    width: 100% !important;
    max-width: 150px !important;
    min-width: 0 !important;
    height: 42px !important;
    min-height: 42px !important;
}

.category-package-buttons a.category-buy-btn .btn-svg,
.category-package-buttons a.btn .btn-svg,
a.category-buy-btn .btn-svg,
a.btn.btn-info.category-buy-btn .btn-svg {
    height: 42px !important;
    min-height: 42px !important;
}

.rustix-currency-nav-item {
    margin-left: auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    height: 100% !important;
}

.rustix-currency-label {
    color: rgba(214,214,210,.78) !important;
    font-family: 'Rajdhani','Roboto Condensed',sans-serif !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: .04em !important;
}

.rustix-currency-select {
    height: 40px !important;
    min-width: 86px !important;
    padding: 0 30px 0 12px !important;
    background: rgba(9, 13, 10, .88) !important;
    color: #ffffff !important;
    border: 1px solid rgba(166, 205, 99, .28) !important;
    border-radius: 3px !important;
    font-family: 'Rajdhani','Roboto Condensed',sans-serif !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    outline: none !important;
    cursor: pointer !important;
}

.rustix-currency-select:hover,
.rustix-currency-select:focus {
    border-color: rgba(166, 205, 99, .62) !important;
    box-shadow: 0 0 0 2px rgba(166, 205, 99, .08) !important;
}

@media (max-width: 767px) {
    .rustix-currency-nav-item {
        width: 100% !important;
        margin-left: 0 !important;
        justify-content: center !important;
    }
}


/* ==========================================================
   RUSTIX FINAL FIX - header currency + cleaner action block
   ========================================================== */

/* Remove the currency selector from the nav layout if an older cache keeps classes */
.rustix-currency-nav-item,
.rustix-currency-label {
    display: none !important;
}

.header-account {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.header-currency-item {
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
}

.header-currency-item .rustix-currency-select,
.rustix-currency-select {
    height: 40px !important;
    min-width: 74px !important;
    max-width: 82px !important;
    padding: 0 24px 0 10px !important;
    background: rgba(9, 13, 10, .92) !important;
    color: #ffffff !important;
    border: 1px solid rgba(166, 205, 99, .40) !important;
    border-radius: 2px !important;
    font-family: 'Rajdhani','Roboto Condensed',sans-serif !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: .03em !important;
    outline: none !important;
    cursor: pointer !important;
}

.header-currency-item .rustix-currency-select:hover,
.header-currency-item .rustix-currency-select:focus {
    border-color: rgba(166, 205, 99, .75) !important;
    box-shadow: 0 0 0 2px rgba(166, 205, 99, .10) !important;
}

/* The action block now floats cleanly: no inner box background/border */
.package-action-row {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 4px 0 0 !important;
    min-height: 78px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 112px !important;
    align-items: center !important;
    gap: 14px !important;
}

.package-action-row .category-package-price-list,
.package-action-row .category-package-price-list.rustix-discount-price-list,
.package-action-row .category-package-price-list:not(.rustix-discount-price-list) {
    min-width: 0 !important;
    width: 100% !important;
    align-items: flex-start !important;
    text-align: left !important;
}

.package-action-row .category-package-price,
.package-action-row .category-package-price-list .rustix-new-price {
    font-size: 18px !important;
    line-height: 1.05 !important;
    white-space: nowrap !important;
}

.package-action-row .category-package-price-list:not(.rustix-discount-price-list) .category-package-price {
    font-size: 19px !important;
}

.package-action-row .category-package-price-list.rustix-discount-price-list .rustix-new-price,
.package-action-row .category-package-price-list.rustix-discount-price-list .category-package-price {
    font-size: 15px !important;
}

.category-package-buttons a.category-buy-btn,
.category-package-buttons a.btn,
a.category-buy-btn,
a.btn.btn-info.category-buy-btn {
    width: 112px !important;
    min-width: 112px !important;
    max-width: 112px !important;
}

@media (max-width: 767px) {
    .header-account {
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
    .package-action-row {
        grid-template-columns: 1fr !important;
        justify-items: center !important;
        gap: 8px !important;
    }
    .package-action-row .category-package-price-list,
    .package-action-row .category-package-price-list.rustix-discount-price-list,
    .package-action-row .category-package-price-list:not(.rustix-discount-price-list) {
        align-items: center !important;
        text-align: center !important;
    }
}

/* ==========================================================
   RUSTIX FINAL PREMIUM ALIGNMENT - centered price + buy button
   ========================================================== */
.category-package {
    padding-bottom: 18px !important;
}

.package-bott {
    justify-content: flex-start !important;
    gap: 14px !important;
}

.package-title-line {
    min-height: 42px !important;
    margin-bottom: 2px !important;
}

/* Put price and BUY in a clean vertical stack */
.package-action-row {
    width: 100% !important;
    min-height: 104px !important;
    padding: 0 !important;
    margin-top: 2px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    text-align: center !important;
}

.package-action-row .category-package-price-list,
.package-action-row .category-package-price-list.rustix-discount-price-list,
.package-action-row .category-package-price-list:not(.rustix-discount-price-list) {
    width: 100% !important;
    min-height: 38px !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 3px !important;
}

.package-action-row .category-package-price,
.package-action-row .category-package-price-list .rustix-new-price,
.package-action-row .category-package-price-list:not(.rustix-discount-price-list) .category-package-price {
    font-size: 21px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    color: #fff !important;
    white-space: nowrap !important;
    letter-spacing: .01em !important;
    text-shadow: 0 2px 12px rgba(0,0,0,.55) !important;
}

/* Discount cards: old price visible, current price still readable */
.package-action-row .category-package-price-list.rustix-discount-price-list .rustix-new-price,
.package-action-row .category-package-price-list.rustix-discount-price-list .category-package-price {
    font-size: 17px !important;
    line-height: 1 !important;
}

.package-action-row .category-package-price-list.rustix-discount-price-list .rustix-old-price,
.package-action-row .category-package-price-list.rustix-discount-price-list .vip-compare-price,
.package-action-row .category-package-price-list.rustix-discount-price-list .rp-compare-price,
.package-action-row .category-package-price-disc.vip-compare-price,
.package-action-row .category-package-price-disc.rp-compare-price {
    display: block !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    color: #ff6868 !important;
    opacity: .98 !important;
    text-decoration: line-through !important;
    text-decoration-thickness: 2px !important;
    white-space: nowrap !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
}

.package-action-row .category-package-buttons {
    width: 100% !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.category-package-buttons a.category-buy-btn,
.category-package-buttons a.btn,
a.category-buy-btn,
a.btn.btn-info.category-buy-btn {
    width: 138px !important;
    min-width: 138px !important;
    max-width: 138px !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 18px !important;
    border-radius: 3px !important;
}

.category-package-buttons a.category-buy-btn .btn-svg,
.category-package-buttons a.btn .btn-svg,
a.category-buy-btn .btn-svg,
a.btn.btn-info.category-buy-btn .btn-svg {
    height: 42px !important;
    min-height: 42px !important;
    justify-content: center !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    gap: 8px !important;
}

@media (max-width: 767px) {
    .package-action-row {
        min-height: 100px !important;
        gap: 9px !important;
    }
    .package-action-row .category-package-price,
    .package-action-row .category-package-price-list .rustix-new-price,
    .package-action-row .category-package-price-list:not(.rustix-discount-price-list) .category-package-price {
        font-size: 20px !important;
    }
}
