/*
Theme Name: My Theme
Description: An HTML5 version.
Version: 1.0
Tags: html5, naked, clean, basic
*/

/* Header */
/* Default: show desktop, hide mobile */

/* Cart Counter Badge Styles */
.cart-counter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #4ade80;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    padding: 4px 6px;
    border-radius: 50%;
    min-width: 20px;
    min-height: 20px;
    margin-left: 5px;
    vertical-align: top;
    transition: all 0.3s ease;
}

.cart-counter.cart-empty {
    display: none;
}

.menu li a {
    position: relative;
    display: inline-flex;
    align-items: center;
}

/* Animation for cart counter updates */
@keyframes cartBounce {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); }
    100% { transform: scale(1); }
}

.cart-counter.updated {
    animation: cartBounce 0.3s ease;
}

/* Clear Cart Button Styles */


.clear-cart-button {
    background-color: #ef4444;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.clear-cart-button:hover {
    background-color: #dc2626;
    color: white;
    transform: translateY(-1px);
}

.clear-cart-button:disabled {
    background-color: #9ca3af;
    cursor: not-allowed;
    transform: none;
}

.clear-cart-button i {
    font-size: 13px;
}


#countdown {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  font-family: "Poppins", sans-serif;
}
#countdown .time-box {
  background: #111;
  border: 1px solid #96FF00;
  padding: 10px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
}
#countdown .time-box span {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #96FF00;
}
#countdown .time-box small {
  font-size: 12px;
  color: #ccc;
}











@font-face {
    font-family: Orbitron;
    src: url("../../uploads/fonts/Orbitron-VariableFont_wght.ttf")
}
.desktopmenu {
    display: block;
}
.mobilemenu {
    display: none;
}

.container {
	max-width: 1400px;
}
a {
    text-decoration: none;
}
.og-ninja {
	line-height:24px;
}
.desktopmenu .menu li {
	list-style: none;
}
.logowrap .logo {
	width: auto;
	height: 90px;
	margin-right: 5px;
}
.logowrap .logo img {
    height: 85px;
	width: 100%;
	border-radius: 56%;
}
.logowrap .logo {
	display: flex;
	align-items: center;
}
.og-ninja span {
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	font-family: Orbitron, sans-serif;
	letter-spacing: 0.8px;
}
.KICKS {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #96f700;
	letter-spacing: 1.6px;
}
.menuarea .desktopmenu .menu-main-menu-container #menu-main-menu {
	display: flex;
    gap: 5px;
}
.logowrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo {
	float: left;
	width: 240px;
}
.header {
	float: left;
	width: 100%;
	height: 100px;
	background-color: #000;
	padding: 15px 0;
	border-bottom: 1px solid #444;
	position: relative;
	z-index: 999;
}
#menu-main-menu li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
    font-weight: 600;
}
#menu-main-menu .current-menu-item a {
	padding: 15px;
	background-color: #20211F;
	border-radius: 12px;
	color: #96F700;
}
.menu li a{
	padding: 15px;
	border-radius: 12px;
	color: #96F700;
}
.menu li a:hover {
	background-color: #20211F;
	border-radius: 12px;
	background: linear-gradient( 90deg, var(--tw-gradient-from, rgba(150, 247, 0, 0.05)) 0%, var(--tw-gradient-to, rgba(150, 247, 0, 0)) 0% ), linear-gradient(160deg, #7d09b342 0%, #8bfb0230 100%);
}
.after-active {
	width: 100%;
	height: 0;
	border-bottom: 2px solid;
	border-image: linear-gradient(to right, purple, green) 1;
	margin-top: 13px;
}
.desktopmenu .usermenu .username {
	color: #95EF08;
}
.menuarea .desktopmenu {
	display: flex;
}
.username_submenu a {
	text-decoration: none;
	color: #fff;
}
.desktopmenu .usermenu {
	display: flex;
	gap: 20px;
	list-style: none;
	margin-top: 16px;
	padding: 0 20px;
}
.mob-loginsignup{
	display: none;
}
.desktopmenu .loginsignup ul {
    display: flex;
    gap: 20px;
    list-style: none;
    margin-top: 17px;
}
.loginsignup ul a {
    text-decoration: none;
    color: #ffffff;
}
.menu .menu-item i {
	margin-right: 7px;
}
.footer .menu li a:hover {
	background-color: none;
	border-radius: 0;
	background: none;
}
/* Home sidebar */
.sidebar-card {
	background: rgba(0, 0, 0, 0.9);
	border-radius: 12px;
	padding: 24px;
	margin-bottom: 20px;
	border: 1px solid rgba(150, 247, 0, 0.2);
    width: 100%;
}
.sidebar-title {
	line-height: 28px;
	font-weight: 900;
	margin-bottom: 15px;
	color: #fff;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}
.ninja-stats li {
	color: #fff;
	padding: 12px;
	font-size: 17px;
	display: flex;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: #101010;
	border-radius: 10px;
}
.ninja-stats li:last-child {
    border-bottom: none;
}
.ninja-stats i {
    color: #96f700;
    margin-right: 10px;
    font-size: 16px;
}

.gradient-btn {
    border: none;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    padding: 12px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    width: 100%;
}

.raffle-btn {
    background: linear-gradient(90deg, #ff00ff, #7700ff); /* purple gradient */
}
.vault-btn {
    background: linear-gradient(90deg, #96f700, #7700ff); /* neon green → purple */
}
.outline-btn {
    border: 2px solid #96f700 !important;
    color: #96f700;
    background: transparent;
    border-radius: 10px;
    font-weight: 700;
    padding: 12px;
    text-transform: uppercase;
    width: 100%;
}
.cord-content-pu {
    margin-right: 15px;
}
.custom-progress {
    background: #222;
    height: 10px;
    border-radius: 6px;
    margin: 10px 0;
    overflow: hidden;
}
.progress-bar.bg-gradient {
    background: linear-gradient(90deg, #9cff00, #8a2be2) !important;
}

.progress-text {
	font-size: 14px;
	margin: 0 0 5px;
	color: #aaaaaa;
	font-weight: 600;
	line-height: 20px;
}
.xp-need {
    font-size: 12px;
    margin-top: 5px;
    color: #96f700;
}

/* Home page */
.countdown_timer {
	margin-bottom: 32px;
}
.body-wrapper.d-flex {
	float: left;
	width: 100%;
	gap: 30px;
}
.countdown-container {
	background: linear-gradient( 90deg, var(--tw-gradient-from, rgba(150, 247, 0, 0.05)) 0%, var(--tw-gradient-to, rgba(150, 247, 0, 0)) 0% ), linear-gradient(160deg, #7d09b342 0%, #8bfb0230 100%);
	background-size: cover;
	background-position: center;
	border: 1px solid #96f7004d;
	border-radius: 12px;
	padding: 33px;
	height: 314px;
	color: #fff;
	font-family: 'Orbitron', sans-serif;
	text-align: center;
	position: relative;
	box-shadow: 0 0 15px rgba(150, 247, 0, 0.1);
    width: 100%;
    margin: 0 0 32px;
}
.countdown-container .countdown_timer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
}

.countdown-container .title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.countdown-container .live-indicator {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #ff4d4d;
  font-weight: bold;
}

.countdown-container .live-dot {
  width: 8px;
  height: 8px;
  background: #ff4d4d;
  border-radius: 50%;
  animation: pulse 1s infinite;
}
@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.5); opacity: 0.6; }
  100% { transform: scale(1); opacity: 1; }
}

.countdown-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-bottom: 32px;
}

.time-unit {
	background: #111;
	border-radius: 8px;
	padding: 15px 10px;
	text-align: center;
	transition: transform 0.2s ease, background 0.3s ease;
	width: 100%;
	font-family: Orbitron;
	font-weight: 900;
}


.time-value {
	font-size: 28px;
	font-weight: 900;
	color: #b2ff2b;
	line-height: 38px;
}

.time-label {
  font-size: 12px;
  text-transform: uppercase;
  color: #aaa;
  margin-top: 5px;
  letter-spacing: 1px;
}

.expired {
  font-size: 18px;
  font-weight: bold;
  color: #ff4d4d;
  text-align: center;
  grid-column: span 4;
}

.alert-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
    width: 100%;
	padding: 12px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: linear-gradient(90deg, #a4ff00, #7a00ff);
	transition: transform 0.2s ease, box-shadow 0.3s ease;
	height: 60px;
}
.alert-button:hover {
  transform: scale(1.02);
  box-shadow: 0 0 15px rgba(164, 255, 0, 0.6),
              0 0 15px rgba(122, 0, 255, 0.6);
}
.alert-icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.og_ninja_home {
  position: relative;
  display: inline-block;
  background: linear-gradient(90deg, purple, green);
  animation: softPulse 2.5s infinite;
}

@keyframes softPulse {
  0% {
    box-shadow: 0 0 15px rgba(128, 0, 128, 0.6), 0 0 25px rgba(0, 255, 0, 0.6);
  }
  50% {
    box-shadow: 0 0 35px rgba(128, 0, 128, 0.3), 0 0 50px rgba(0, 255, 0, 0.3);
  }
  100% {
    box-shadow: 0 0 15px rgba(128, 0, 128, 0.6), 0 0 25px rgba(0, 255, 0, 0.6);
  }
}

.dojo-welcome {
	padding: 30px 0;
	border-radius: 10px;
	color: #fff;
	position: relative;
}
.dojo-logo img {
	width: auto;
	height: 130px;
	margin: 20px 0 10px 0;
	filter: drop-shadow(0 0 20px rgba(0, 255, 0, 0.6));
}

.dojo-title {
    font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
    font-family: Orbitron;
    letter-spacing: 2px;
}

.dojo-title .highlight {
    color: #b3ff00;
}

.dojo-subtitle {
    font-size: 18px;
    font-weight: 400;
    color: #ccc;
    margin-top: 5px;
}
.sneakerotw.g-4 {
	float: left;
	width: 100%;
}
body {
    background-image: linear-gradient(140deg, #000000 0%, #000000F2 100%);
    background-attachment: fixed;
    background-size: cover;
    margin: 0;
    padding: 0;
}
.text-neon-purple {
	color: #b026ff;
	font-size: 17px;
	line-height: 28px;
	font-weight: 600;
}
.ninjae-price {
	font-size: 24px;
	font-weight: 900;
	line-height: 32px;
	color: #93E513;
}
.bg-success {
	--bs-bg-opacity: 1;
	color: #A3FB15;
	border-radius: 50px;
}
.sidebar-card .ninja-stats li:nth-child(2) {
	margin: 15px 0px;
}
.row.sneakerotw.g-4.d-flex {
	flex-direction: column;
	margin-top: 16px;
}
.card.sneaker-card {
	width: 100%;
	height: 200px;
	background-color: #000;
	border: 1px solid #acacac4d;
}
.section-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0.8px;
	line-height: 32px;
	color: #fff;
	font-family: Orbitron, sans-serif;
	margin-bottom: 24px;
}
.section-title span {
	color: #fff;
}
.sotw-sneaker-img {
	width: 128px;
	height: auto;
	border-radius: 12px;
}
.sotwfulld h6 {
	font-size: 20px;
	margin-bottom: 8px !important;
}
.activity-item.d-flex.align-items-center {
	border: 1px solid #2d2d2d;
	margin-bottom: 12px;
	border-radius: 12px;
	padding: 12px 16px;
	background-color: #111111;
	justify-content: space-between;
}
.card.activity-card {
	background: #000;
	border: 1px solid #acacac4d;
	margin-top: 32px;
}
.Entered-raffle {
	color: #fff;
}
.text-muted {
	color: #fff !important;
}
.badge.bg-success {
	font-size: 14px;
	line-height: 20px;
}
.Entered-raffle-wrap{
	display: flex;
}
.cord-content-ra {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 47px;
	margin-right: 15px;
	color:red;
}
.cord-content-xp {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 47px;
	margin-right: 15px;
	color:red;
}
.cord-content-wr {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 47px;
	margin-right: 15px;
	color:red;
}
.reward-time {
	color: #979797;
}
.xp-need .text-primary {
	--bs-text-opacity: 1;
	color: #6C00FF;
	font-weight: 500;
}
.progress-text .text-success {
	float: right;
	color: #78C402 !important;
	font-weight: 700;
}


/* Raffle Room */

.raffleproduct_title {
	font-size: 22px;
	line-height: 32px;
	font-family: orbitron;
	font-weight: 700;
	margin-top: 15px;
}

.raffleproduct_price {
	font-size: 20px;
	font-weight: bold;
	color: #9cff00;
	margin-top: 10px;
	font-family: orbitron;
}

.raffleproduct_price del {
	color: #ff0000 !important;
	text-decoration: line-through;
	font-size: 18px;
	margin-right: 10px;
	opacity: 1;
	font-weight: 500;
	display: inline-block;
}

.raffleproduct_price ins {
	color: #9cff00 !important;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}

.logo-social .social-icons a:hover {
    background: #9BF010;
    color: #fff;
}
.rroom-timer .countdown-container .countdown-wrapper .countdown-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-bottom: 32px;
}
.dojo-rroom h2 {
	font-size: 36px;
	font-weight: 800;
	color: #fff;
	font-family: 'Orbitron', sans-serif;
	letter-spacing: 2px;
}
.row.raffle-wrapper {
	padding: 32px;
}

.raffle-text {
	font-size: 18px;
	line-height: 28px;
	margin: 0;
	color: #e6e6e6;
}
.dojo-raffle.text-center {
	margin: 50px;
}
.raffle-card {
  background: linear-gradient(135deg, #0d0d0d, #1a1a1a);
  border: 1px solid #222;
  border-radius: 15px;
  color: #fff;
}

.text-neon-green {
  color: #9cff00 !important;
}

.raffle-btn {
	background: linear-gradient(90deg, #9cff00, #8a2be2);
	border: none;
	border-radius: 8px;
	font-weight: 500;
	color: #000;
}
.rroom-btn{
	padding-bottom: 35px !important;
}
.rroom-btn .btn {
	width: auto;
}
.raffle-tab {
  background: #222;
  border: none;
  color: #aaa;
  border-radius: 5px;
  padding: 8px 16px;
}
.raffle-tab.active {
  background: #9cff00;
  color: #000;
  font-weight: bold;
}

.rroom-timer .countdown-container {
	width: auto;
	border: none;
	background: transparent;
	box-shadow: none;
	border-radius: 12px;
	height: auto;
	color: #fff;
	font-family: 'Orbitron', sans-serif;
	text-align: center;
	position: relative;
	padding: 0;
}
.img-fluid.rounded {
	width: 351px;
	height: 256px;
}

.live-indicator {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: bold;
    font-size: 14px;
    color: red;
}
.raffle-card.card {
	margin-bottom: 30px;
}
.raffle-card.card.p-4{
	background: linear-gradient( 90deg, var(--tw-gradient-from, rgba(150, 247, 0, 0.05)) 0%, var(--tw-gradient-to, rgba(150, 247, 0, 0)) 0% ), linear-gradient(160deg, #7d09b342 0%, #8bfb0230 100%);

}
.live-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: red;
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.5); opacity: 0.5; }
    100% { transform: scale(1); opacity: 1; }
}

.rroom-product .text-center {
	width: 348px;
}
.rroom-timer {
	width: 100%;
}
.row.rroom-product.d-flex {
	gap: 32px;
	padding: 12px;
}
.raffle-wrapper {
	display: flex;
	justify-content: space-between;
}
.rroom-timer .countdown-container .title {
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	padding: 0;
	text-transform: none;
}

.raffle-wrapper .col-9 {
	flex: 0 auto;
}
.select2-dropdown.select2-dropdown--below {
	background-color: #000;
}
/* Sidebar */
.sidebar-wrapper {
	width: 100%;
	max-width: 385px;
	height: 100%;
}
.sidebar-wrapper .sidebar-card .card {
	background: transparent;
}

.card-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.raffle-stats {
  list-style: none;
  padding: 0;
  margin: 0;
}

.raffle-stats li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 15px;
  color: #fff;
}

.raffle-stats .icon {
  margin-right: 8px;
}

.raffle-stats .value {
  font-weight: 700;
  color: #a0ff2f;
}

.winner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.winner img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 2px solid #a0ff2f;
  margin-right: 10px;
}

.winner-info {
  flex: 1;
  margin-right: 10px;
}

.winner-info strong {
    font-size: 14px;
    display: block;
    color: #fff;
}

.winner-info p {
  font-size: 12px;
  color: #aaa;
  margin: 0;
}

.winner .time {
  font-size: 12px;
  color: #888;
}

.how-it-works {
  margin: 0;
  padding-left: 20px;
  font-size: 14px;
}

.how-it-works li {
    margin-bottom: 8px;
    color: #fff;
}



/* Footer Styles */
.footer {
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
}
.footer-wrapper {
	margin-top: 50px;
}
.footer-wrapper {
	background: #111;
	color: #ddd;
	padding: 40px 0 0;
	font-family: Arial, sans-serif;
	float: left;
	width: 100%;
}

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

.footer-section {
	float: left;
	width: 100%;
}



.footer-logo img {
	width: 40%;
}

.tagline {
    font-size: 14px;
    color: #aaa;
    margin-top: 5px;
}
.footer-section p {
	color: #fff;
}

.footer-section h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
}
.footer .menu li a {
    padding: 5px;
}
.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: #93E513;
}
.footer-logo {
	text-align: center;
}
.social-icons {
	text-align: center;
	font-size: 20px;
}

.social-icons img {
    filter: brightness(0) invert(1);
    transition: transform 0.3s;
}

.social-icons img:hover {
    transform: scale(1.2);
}
.social-icons .footer-section a:hover {
	color: #fff !important;
}
.logo-social {
    display: flex;
    flex-direction: column;
    text-align: center;
    text-align: center;
    height: 100%;
}
.footer-section a {
	color: #fff;
}
.footer-section a:hover {
	color: #96f700 !important;
}
.logo-social .footer-logo img {
    margin-bottom: 15px;
}

.logo-social .social-icons a {
    display: inline-block;
    margin: 0 6px;
    font-size: 18px;
    color: #fff;
    background: #333;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.footer_top {
	float: left;
	width: 100%;
}

.footer_bottom {
	background: #000;
	color: #fff;
	text-align: center;
	padding: 12px;
	margin-top: 20px;
	font-size: 14px;
	float: left;
	width: 100%;
}

.mobile-toggle {
  display: none;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  margin-left: auto;
}
.header-mobile {
    display: none;
}

/* ==============================
   Ninja Vault Styles
============================== */

#productContainer {
  display: grid;
  gap: 20px;
  margin: 20px 0 50px 0;
}
.grid_tabs {
	display: flex;
	padding: 0 5px;
	background-color: #1A1A1A;
	border-radius: 10px;
	color: #7c9397;
	height: 50px;
	align-items: center;
	overflow-x: auto;
	white-space: nowrap;
	scrollbar-width: none;
}

.grid_tab {
	cursor: pointer;
    padding: 12px 10px;
	border: 1px solid #1c1c1c;
	border-radius: 10px;
}
#product_tab:hover {
    color: #ffffff;
}

.product_tab {
	padding: 10px 60px;
}
.product_tab.active {
	background-color: #96F700;
	border: 1px solid #96F700;
	color: #000 !important;
	font-weight: 600;
	padding: 10px 60px;
}
.grid_tab.product_tab:hover {
	color: #fff;
}
.attachment-large.size-large.wp-post-image {
	width: auto;
	height: 200px;
}
.product-card {
  background: #111;
  border: 1px solid rgba(150, 247, 0, 0.2);
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  transition: 0.3s;
}
.product-card img {
  width: 100%;
  border-radius: 8px;
}
.product-card h3 {
  margin: 10px 0;
  color: #fff;
}
.product-card p {
  color: #9eff00;
  font-weight: bold;
}

#productContainer.list-view {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

#productContainer.list-view .product-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px;
  border: 1px solid #333;
  border-radius: 10px;
  background: #111;
}

#productContainer.list-view .product-card img {
  width: 180px;
  height: auto;
  border-radius: 10px;
}

#productContainer.list-view .product-card h3,
#productContainer.list-view .product-card p {
  margin: 0;
}

/* Filter Panel Styles */
.filter-panel {
    position: fixed;
    right: -400px;
    top: 0;
    width: 400px;
    height: 100%;
    background: #1a1a1a;
    color: #fff;
    box-shadow: -4px 0 20px rgba(0,0,0,0.3);
    transition: right 0.3s ease;
    z-index: 1000;
    display: flex;
    flex-direction: column;
}

.filter-panel.active {
    right: 0;
}

.filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 999;
}

.filter-overlay.active {
    display: block;
}

.filter-panel-header {
    padding: 20px;
    border-bottom: 1px solid #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-panel-header h3 {
    margin: 0;
    font-size: 24px;
    color: #fff;
}

.close-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-panel-body {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.filter-group {
    margin-bottom: 30px;
}

.filter-group h4 {
    margin: 0 0 15px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.price-inputs {
    display: flex;
    align-items: center;
    gap: 10px;
}

.price-inputs input {
    flex: 1;
    padding: 8px 12px;
    background: #2a2a2a;
    border: 1px solid #444;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    width: 100%;
}

.price-inputs span {
    color: #999;
}
.filter-checkboxes {
	display: flex;
	gap: 10px;
	max-height: 200px;
	overflow-y: auto;
	flex-direction: column;
}

.filter-checkboxes label {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #ddd;
    font-size: 14px;
}

.filter-checkboxes input[type="checkbox"] {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.sale-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #ddd;
    font-size: 14px;
}

.sale-toggle input[type="checkbox"] {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.sort-select {
    width: 100%;
    padding: 8px 12px;
    background: #2a2a2a;
    border: 1px solid #444;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.filter-panel-footer {
    padding: 20px;
    border-top: 1px solid #333;
    display: flex;
    gap: 10px;
}

.btn-apply, .btn-clear {
    flex: 1;
    padding: 12px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-apply {
	background: linear-gradient(90deg, #96F700, #8a2be2);
	color: #fff;
}
.btn-apply:hover {
	transform: scale(1.02);
	box-shadow: 0 0 15px rgba(164, 255, 0, 0.6), 0 0 15px rgba(122, 0, 255, 0.6);
}
.btn-clear {
    background: #444;
    color: #fff;
}

.btn-clear:hover {
    background: #555;
}

.filter-count {
    background: #4CAF50;
    color: #fff;
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 12px;
    margin-left: 5px;
}

/* Loading state */
.grid.loading {
    opacity: 0.5;
    pointer-events: none;
}


/* ========================================
   DOJO SINGLE PRODUCT TWO-COLUMN LAYOUT
   ======================================== */

.dojo-single-product-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.dojo-product-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

/* Column 1 Styling */
.dojo-column-1 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Product Images */
.dojo-product-images {
    background: #1a1a1a;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #333;
    overflow: hidden;
}

.dojo-product-images .woocommerce-product-gallery {
    margin: 0;
}

.dojo-product-images .woocommerce-product-gallery__wrapper {
    border-radius: 8px;
    overflow: hidden;
    max-width: 515px;
    margin: 0 auto;
}

.dojo-product-images .woocommerce-product-gallery__image img,
.dojo-product-images .woocommerce-product-gallery__image > a > img {
    width: 515px !important;
    height: 515px !important;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.dojo-product-images .woocommerce-product-gallery__image:hover img {
    transform: scale(1.02);
}

/* Force 515px sizing for all product gallery images */
.single-product .dojo-product-images img {
    width: 515px !important;
    height: 130px !important;
}

/* Hide zoom triggers and duplicate images */
.dojo-product-images .woocommerce-product-gallery__trigger {
    display: none !important;
}

.dojo-product-images .zoomImg {
    display: none !important;
}

.dojo-product-images .zoomContainer {
    display: none !important;
}

/* Product Gallery */
.dojo-product-gallery {
    background: #2a2a2a;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #444;
}

.product-gallery-thumbnails h4 {
    color: #96F700;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.gallery-thumbnails-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.gallery-thumb {
    display: block;
    border-radius: 6px;
    overflow: hidden;
    transition: transform 0.3s ease;
    border: 2px solid transparent;
}

.gallery-thumb:hover {
    transform: translateY(-4px);
    border-color: #96F700;
}

.gallery-thumb {
    transition: all 0.3s ease;
    display: block;
    border: 2px solid transparent;
    border-radius: 6px;
    overflow: hidden;
}

.gallery-thumb:hover {
    border-color: rgba(150, 247, 0, 0.5);
    transform: scale(1.05);
}

.gallery-thumb.active-thumb {
    border-color: #96f700;
    box-shadow: 0 0 10px rgba(150, 247, 0, 0.3);
}

.gallery-thumb img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

/* Hide WooCommerce FlexSlider thumbnails - using custom gallery instead */
.flex-control-thumbs,
.flex-control-nav {
    display: none !important;
}

.no-gallery-images {
    text-align: center;
    color: #999;
    font-style: italic;
    padding: 20px 0;
}

/* Action Buttons */
.dojo-action-buttons {
    background: #333;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #555;
}

.button-row {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.add-to-cart-column .single_add_to_cart_button {
    flex: 1;
    background: linear-gradient(90deg, #96f700, #7700ff);
    color: #000;
    font-weight: 700;
    font-size: 16px;
    padding: 16px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.add-to-cart-column .single_add_to_cart_button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(150, 247, 0, 0.3);
}

.buy-now-btn {
    width: 100%;
    background: linear-gradient(90deg, #ff00ff, #7700ff);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 16px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.buy-now-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 0, 255, 0.3);
}

/* Column 2 Styling */
.dojo-column-2 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-left: 20px;
}

/* Product Name */
.dojo-product-name h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    margin: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

/* Product Price */
.dojo-product-price {
    background: #2a2a2a;
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #96F700;
}

.dojo-product-price .price {
    font-size: 32px;
    font-weight: 800;
    margin: 0;
}

.dojo-product-price .price del {
    color: #ff0000 !important;
    text-decoration: line-through;
    font-size: 20px;
    margin-right: 16px;
    opacity: 1;
}

.dojo-product-price .price ins {
    color: #9cff00 !important;
    text-decoration: none;
    font-size: 32px;
    font-weight: 800;
}

/* Product Sizes */
.dojo-product-sizes {
    background: #333;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #555;
}

.size-selection h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.size-options {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.size-btn {
    background: #444;
    color: #fff;
    border: 1px solid #666;
    padding: 3px 15px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 30px;
    text-align: center;
    margin: 2px;
}

.size-btn:hover {
    background: #666;
    border-color: #96F700;
    color: #96F700;
}

.size-btn.selected {
    background: #96F700;
    color: #000;
    border-color: #96F700;
}

.size-display {
    background: #96F700;
    color: #000;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 600;
    margin-right: 8px;
    display: inline-block;
    margin-bottom: 8px;
}

/* Product Details */
.dojo-product-details {
    background: #1a1a1a;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #333;
}

.product-description {
    margin-bottom: 24px;
}

.product-description p {
    color: #ddd;
    line-height: 1.6;
    margin-bottom: 16px;
}

.product-meta {
    margin-bottom: 24px;
}

.product-meta span {
    display: block;
    margin-bottom: 8px;
    color: #999;
}

.product-meta a {
    color: #96F700;
    text-decoration: none;
}

.product-meta a:hover {
    color: #7700ff;
}

.product-rating .woocommerce-product-rating {
    margin: 0;
}

.product-rating .star-rating {
    color: #96F700;
}

/* Responsive Design - See responsive.css for single product page responsive styles */

/* ========================================
   WOOCOMMERCE SINGLE PRODUCT OVERRIDES
   Reset WooCommerce default styles that conflict with DOJO layout
   ======================================== */

/* Remove WooCommerce default summary/entry-summary styles */
.single-product .summary,
.single-product .entry-summary {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    clear: none !important;
}

/* Fix WooCommerce product gallery opacity and display */
.single-product .woocommerce-product-gallery {
    opacity: 1 !important;
    margin: 0 !important;
    float: none !important;
    width: 100% !important;
}

/* Override WooCommerce flex display on product */
.single-product div.product {
    display: block !important;
}

/* Ensure product form displays correctly in grid */
.dojo-action-buttons form.cart {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

/* Fix quantity input styling */
.dojo-action-buttons .quantity {
    display: inline-block;
    margin: 0;
}

.dojo-action-buttons .quantity input[type="number"] {
    width: 60px;
    padding: 8px;
    background: #333;
    color: #fff;
    border: 1px solid #555;
    border-radius: 6px;
    text-align: center;
}

/* Ensure variations form works with layout */
.dojo-product-sizes .variations {
    width: 100%;
}

.dojo-product-sizes .variations_form {
    width: 100%;
}

/* Set variations width in add to cart form */
.woocommerce div.product form.cart .variations {
    flex: 1;
    margin: 0;
    margin-bottom: 0 !important;
}

/* Make variations table cells display inline */
.woocommerce div.product form.cart .variations td {
    display: block;
    padding: 0;
}

/* Style the variations select dropdown */
.woocommerce div.product form.cart .variations select {
    max-width: 60%;
    min-width: 60%;
    display: inline-block;
    margin-right: 1em;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 3em;
    background: #333 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;
    background-size: 16px;
    -webkit-background-size: 16px;
    background-position: calc(100% - 12px) 50%;
    -webkit-background-position: calc(100% - 12px) 50%;
    color: #fff;
    border: 1px solid #555;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 14px;
}

/* Hide variations label or keep it minimal */
.woocommerce div.product form.cart .variations label {
    display: none;
}

/* Style the reset/clear variations link */
.woocommerce div.product form.cart .reset_variations {
    display: inline-block;
    margin-left: 8px;
    font-size: 12px;
    color: #96F700;
    text-decoration: none;
}

.woocommerce div.product form.cart .reset_variations:hover {
    color: #7700ff;
}

/* Override WooCommerce product tabs positioning */
.single-product .woocommerce-tabs {
    margin-top: 40px !important;
    clear: both !important;
}

/* Fix related products display */
.single-product .related.products {
    margin-top: 60px;
    clear: both;
}

/* Related Products Price Styling */
.related.products .price del {
    color: #ff0000 !important;
    text-decoration: line-through;
    font-size: 16px;
    margin-right: 10px;
    opacity: 1;
    font-weight: 500;
    display: inline-block;
}

.related.products .price ins {
    color: #9cff00 !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

/* Up-sells Price Styling */
.upsells.products .price del {
    color: #ff0000 !important;
    text-decoration: line-through;
    font-size: 16px;
    margin-right: 10px;
    opacity: 1;
    font-weight: 500;
    display: inline-block;
}

.upsells.products .price ins {
    color: #9cff00 !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

/* Cross-sells Price Styling */
.cross-sells .price del {
    color: #ff0000 !important;
    text-decoration: line-through;
    font-size: 16px;
    margin-right: 10px;
    opacity: 1;
    font-weight: 500;
    display: inline-block;
}

.cross-sells .price ins {
    color: #9cff00 !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

/* Override WooCommerce default image styles */
.single-product .woocommerce-product-gallery__image {
    display: block !important;
    width: 100% !important;
}

/* Fix sale badge positioning for DOJO layout */
.single-product .onsale {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    background: #96F700;
    color: #000;
    padding: 8px 16px;
    font-weight: 700;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 14px;
}

/* Ensure product meta displays correctly */
.dojo-product-details .product_meta {
    padding: 0;
    margin: 15px 0;
}

.dojo-product-details .product_meta > span {
    display: block;
    margin-bottom: 10px;
    color: #999;
    font-size: 14px;
}

.dojo-product-details .product_meta a {
    color: #96F700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.dojo-product-details .product_meta a:hover {
    color: #7700ff;
}

/* Fix star rating display */
.dojo-product-details .woocommerce-product-rating {
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dojo-product-details .star-rating {
    color: #96F700 !important;
}

.dojo-product-details .star-rating::before {
    color: #444 !important;
}

/* Fix short description styling */
.dojo-product-details .woocommerce-product-details__short-description {
    margin: 0 0 20px 0;
    color: #ddd;
    line-height: 1.6;
}

.dojo-product-details .woocommerce-product-details__short-description p {
    margin-bottom: 15px;
}

/* Ensure product title styles correctly */
.dojo-product-name .product_title {
    margin: 0 !important;
}

/* Override WooCommerce notice positioning */
.single-product .woocommerce-message,
.single-product .woocommerce-error,
.single-product .woocommerce-info {
    margin-bottom: 30px;
}

/* Fix stock status display */
.dojo-product-details .stock {
    margin: 10px 0;
    padding: 8px 12px;
    background: #2a2a2a;
    border-radius: 6px;
    display: inline-block;
    font-weight: 600;
}

.dojo-product-details .stock.in-stock {
    color: #96F700;
    border: 1px solid #96F700;
}

.dojo-product-details .stock.out-of-stock {
    color: #ff6b6b;
    border: 1px solid #ff6b6b;
}

/* Responsive WooCommerce overrides */
@media (max-width: 968px) {
    .single-product .woocommerce-product-gallery {
        margin-bottom: 30px !important;
    }
}

.ninja-vault-title h1{
	margin-bottom: 0;
}
.ninja-vault-title p {
	color: #606262;
}
.probrand {
	font-size: 24px;
	font-weight: 700;
	color: #6C00FF;
	font-family: orbitron;
	margin: 0;
}
.ninjavault.d-flex {
	justify-content: space-between;
	align-items: center;
}
.flex.items-center.space-x-2.bg-dark-800.rounded-lg.hover\:bg-dark-700.transition-colors {
	height: 43px;
	margin-top: 2px;
	padding: 0px 10px;
}
.flex.items-center.space-x-2.bg-dark-800.rounded-lg {
	background-color: #96F700;
	border-radius: 7px;
	color: #000;
	border: none;
}
#gridViewBtn {
	background: transparent;
	border: none;
	color: grey !important;
}

.product-header.d-flex.items-center.space-x-4.mt-4.md\:mt-0 {
	gap: 10px;
}
.toggle-group {
  display: flex;
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 10px;
  overflow: hidden;
}

.toggle-group button {
  padding: 10px 14px;
  background: transparent;
  color: #bbb;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}

.toggle-group button.active {
	background: #39ff14;
	color: #000;
	font-weight: bold;
	border-radius: 10px;
}



/* === Product Grid Layout === */
.grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.grid-item {
  flex: 1 1 280px;
  max-width: 300px;
}
.productdetail {
  background: #111;
  border: 1px solid #222;
  border-radius: 14px;
  overflow: hidden;
  color: #fff;
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  transition: 0.3s ease;
}

.productdetail:hover {
  border-color: #96F700;;
}

.prodimag img {
  width: 100%;
}

.protitle {
	font-size: 18px;
	font-weight: bold;
	margin: 8px 0;
	color: #fff;
	transition: color 0.3s ease;
	font-family: orbitron;
	font-weight: 700;
	letter-spacing: 1.5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.productdetail:hover .protitle {
  color: #96F700;
}

.prodesc {
	font-size: 13px;
	color: #bbb;
	min-height: 30px;
	margin-bottom: 10px;
}

.prosize {
  margin: 12px 0;
}
.prosize strong {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  color: #aaa;
}
.size-options {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.size-btn:hover {
  background: #333;
}
.size-btn.active {
  background: #96F700;
  color: #000;
  border-color: #96F700;
  font-weight: bold;
}
.procart {
	margin-top: auto;
	float: left;
	width: 100%;
}
.add-to-cart-btn {
	width: 100%;
	background: linear-gradient(90deg, #96F700, #8a2be2);
	border: none;
	border-radius: 8px;
	padding: 12px;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	color: #000;
	transition: 0.3s;
}
.add-to-cart-btn:hover{
	transform: scale(1.02);
  	box-shadow: 0 0 15px rgba(164, 255, 0, 0.6), 0 0 15px rgba(122, 0, 255, 0.6);
	}
.add-to-cart-btn.enabled:hover {
  opacity: 0.85;
  transform: scale(0.98);
}

/* ==============================
    Ninja Singin Style
============================== */
.loginsignup {
	text-align: center;
}
.loginsignup_inner {
	display: inline-block;
	width: 448px;
}
.ninscontainer {
	margin: 48px 32px;
}
.logheading p {
    font-size: 14px;
	text-transform: uppercase;
}
.passheading p {
    font-size: 14px;
	text-transform: uppercase;
}
.loginform {
	background: linear-gradient(90deg, rgba(0, 255, 0, 0.05), rgba(128, 0, 128, 0.1));
	border-radius: 12px;
	padding: 40px 30px 10px 30px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.7);
	max-width: 448px;
	width: 100%;
}
.signupform {
  background: linear-gradient(90deg, rgba(0, 255, 0, 0.05), rgba(128, 0, 128, 0.1));
  border-radius: 12px;
  padding: 40px 30px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.7);
  max-width: 448px;
  width: 100%;
  display:none;
}

.logoarea img {
  max-width: 140px;
}

.pageheading {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}

.pagesheading {
  font-size: 16px;
  color: #a8a8a8;
  margin-bottom: 25px;
}

.form_group {
  margin-bottom: 20px;
  text-align: left;
}

.form-control {
	width: 100%;
	padding: 14px 14px 14px 42px;
	border-radius: 10px;
	border: 1px solid #8080805c;
	outline: none;
	background: #141414;
	color: #fff;
	font-size: 14px;
}

.form-control::placeholder {
  color: #555;
}

.forgorpass {
	text-align: center;
	margin-top: 10px;
}
.forgorpass a {
  color: #bbb;
  font-size: 13px;
  text-decoration: none;
}

.forgorpass a:hover {
  color: #00ff66;
}
.catblog-wrapper {
	border: 1px solid #A0E916;
	border-radius: 10px;
	padding: 12px;
	margin-bottom: 32px;
}
.btn {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
}

.bottom-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  gap: 10px;
}

.bottom-buttons .btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.btn-exclusive {
  background: none;
  color: #baff00;
}

.btn-weekly {
  background: none;
  color: #c000ff;
}

.btn-loyalty {
  background: none;
  color: #a6ff00;
}

.alreadyhavacc {
  margin-top: 15px;
}

.alreadyhavacc a {
  color: #a6ff00;
  font-weight: 600;
  text-decoration: none;
}

.body_area {
    background: #0a0a0a;
    color: #fff;
    min-height: 100vh;
}

.highlight {
    color: #39ff14;
}

.membership-card {
    background: linear-gradient(145deg, #1a1a1a, #0f0f0f);
    border: 1px solid #39ff14;
    border-radius: 15px;
    color: #eaeaea;
}
.form_login_btn {
    display: inline-block;
    background: linear-gradient(90deg, #39ff14, #8a2be2);
}

.form_login_btn:hover {
    background: linear-gradient(90deg, #8a2be2, #39ff14);
    color: #000;
}
.toggle-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.btn-toggle {
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid #39ff14;
    background: transparent;
    color: #39ff14;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.btn-toggle.active,
.btn-toggle:hover {
    background: linear-gradient(90deg, #39ff14, #8a2be2);
    color: #000;
}
.signupform_wrap {
	text-align: left;
}
.signupform_details {
	border: 1px solid #9cff00;
    border-radius: 5px;
	padding: 25px;
}
.signupform_details .text-neon-green {
	color: #9cff00 !important;
	font-size: 14px;
}
.signupform_details p {
	font-size: 14px;
	font-weight: 300;
}
.list-unstyled.features-list {
	font-size: 14px;
	line-height: 30px;
	margin: 0;
}
.signupform_details h4{
   font-size: 14px;
   font-weight: 500;
}
.signupform_dtls {
	margin: 24px 0 0 0;
}
.form_signup_btn {
    display: inline-block;
    background: linear-gradient(90deg, #39ff14, #8a2be2);
    margin-top: 24px;
}

.form_signup_btn:hover {
    background: linear-gradient(90deg, #8a2be2, #39ff14);
    color: #000;
}
.forminputwrap {
	position: relative;
}
.forminputwrap .fa {
	position: absolute;
    top: 19px;
	left: 18px;
	font-size: 12px;
	color: grey;
}
.forminputwrap_pass .fa-solid {
	position: relative;
	top: 36px;
	left: 22px;
	font-size: 12px;
	color: grey;
}
.forminputwrap_email .fa-solid {
	position: relative;
	top: 37px;
	left: 18px;
	font-size: 12px;
	color: grey;
}
.forminputwrapl_pass .fa-solid{
    position: relative;
    top: 36px;
	left: 18px;
	font-size: 12px;
	color: grey;
}
.forminputwrapl_email .fa-solid {
	position: relative;
	top: 37px;
	left: 18px;
	font-size: 12px;
	color: grey;
}

/* ==============================
    Loyalty Style
============================== */

.progress {
	border-radius: 20px;
	background-color: #2d2d2d;
}
.yourpro {
	display: flex;
	justify-content: space-between;
}
.yxpwrap {
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.yourpro .fa.fa-bolt {
	font-size: 28px;
	padding-top: 5px;
}
.protntier {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.wrapxp {
    background: linear-gradient( 90deg, var(--tw-gradient-from, rgba(150, 247, 0, 0.05)) 0%, var(--tw-gradient-to, rgba(150, 247, 0, 0)) 0% ), linear-gradient(160deg, #7d09b342 0%, #8bfb0230 100%);
    border: 1px solid rgba(150, 247, 0, 0.2);
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    float: left;
    width: 100%;
    height: auto;
}
.boostxp {
	margin-top: 20px;
	padding: 10px;
	background: linear-gradient(90deg, #9cff00, #8a2be2);
	border: 0;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 800;
}
.protntier h5 {
	font-size: 16px;
	margin: 0;
}
.sidbartwrap {
	gap: 8px;
}
.fa-solid.fa-crown {
	font-size: 25px;
	color: #6C00FF;
}
.protntier p {
	margin: 0;
    font-size: 16px;
	font-weight: 700;
	font-family: var(--bs-body-font-family);
}

.xp-wrapper {
	display: flex;
	width: 100%;
	gap: 35px;
	float: left;
}
.yxpwrap p {
    font-size: 25px;
}
.yourpro h2 {
   font-family: Orbitron;
}
.currank h3 {
   font-family: Orbitron;
   font-weight: 800;
   color: #6C00FF;
}
.loyalty_wrap {
	padding: 48px 0;
	float: left;
	width: 100%;
}
.dojo-xpzone.text-center {
	margin-bottom: 48px;
}
.curxp p {
	font-size: 40px;
	font-family: orbitron;
	margin: 0;
}
.curxp h4 {
	font-size: 20px;
}
.currank h4 {
	font-size: 20px;
}
.xptonxt p {
    font-size: 40px;
	font-family: orbitron;
	margin: 0;
}
.xptonxt h4 {
	font-size: 20px;
}


.wrap_content {
	display: flex;
	flex-direction: column;
	gap: 20px;
	float: left;
	width: 100%;
}
.xp-container {
	float: left;
	width: 100%;
    padding: 20px;
	border-radius: 10px;
	border: 1px solid rgba(150, 247, 0, 0.2);
}


/*Loyalty sidebar*/

.list-sbloyalty{border: 2px solid;border-radius: 10px;padding: 15px;background-color: #101010;}
.list-sbloyalty .sidebar-title-bn {font-size: 18px;line-height: 28px;font-weight: 700;color: #FB923C;letter-spacing: 0.8px;}
.list-sbloyalty .sidebar-title-ss{font-size: 18px;line-height: 28px;font-weight: 700;color: #ffffff;letter-spacing: 0.8px;}
.list-sbloyalty .sidebar-title-sm{font-size: 18px;line-height: 28px;font-weight: 700;color: #b3ff00;letter-spacing: 0.8px;}
.xp_points {font-size: 14px; color:#9CADAF;}
.list-sbloyalty ul {margin: 5px 0; padding-left: 13px;}
.list-sbloyalty ul li {color: #fff; font-size: 14px;}
.event-title {font-size: 20px;color: #fff;font-family: orbitron;text-transform: uppercase;font-weight: 900;}
.event-description {font-size: 14px;color: #9CADAF;font-weight: 300;}
#sidebar-card {border-radius: 12px;padding: 24px;margin-bottom: 20px;border: 1px solid rgba(150, 247, 0, 0.2);width: 100%;background: linear-gradient( 90deg, var(--tw-gradient-from, rgba(150, 247, 0, 0.05)) 0%, var(--tw-gradient-to, rgba(150, 247, 0, 0)) 0% ), linear-gradient(160deg, #7d09b342 0%, #8bfb0230 100%);}
.countdown-btn {background: linear-gradient(90deg, #a0ff1a, #6a00ff);border: none;border-radius: 8px;color: #000000;font-size: 15px;padding: 12px;transition: transform 0.15s ease;}
.countdown-btn:hover {box-shadow: 0 0px 0px rgba(160, 255, 26, 0.6), 0 8px 18px rgba(160, 255, 26, 0.4);}




/*-- Intel Room --*/

.dojo-intel-room h2 {
	font-size: 36px;
	font-weight: 800;
	color: #fff;
	font-family: 'Orbitron', sans-serif;
	letter-spacing: 2px;
}

.dojo-intelroom.text-center {
    margin: 60px 0 40px 0;
	float: left;
	width: 100%;
}
.blog-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 20px;
	width: 100%;
	float: left;
}

.blog-card {
	background: #111;
	border-radius: 10px;
	overflow: hidden;
	color: #fff;
	box-shadow: 0 4px 12px rgba(0,0,0,0.4);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: 1px solid #84848480;
}

.blog-card:hover {
	border: 1px solid #a6ff0045;
}
.blog-card:hover .blog-title a {
    color: #a6ff00;
}

.blog-content {
	padding: 10px 20px 20px 20px;
}
.blog-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.blog-title {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px;
}
.blog-title a{
    color: #fff;
}
.blog-excerpt {
    font-size: 14px;
    color: #ccc;
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #aaa;
    margin-top: 8px;
}

.read-more-btn {
	display: inline-block;
	margin-top: 12px;
	padding: 10px 39px;
	background: linear-gradient(90deg, #53771b, #38234f);
	border-radius: 6px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	transition: 0.3s;
	width: 100%;
	text-align: center;
}

.read-more-btn:hover {
    opacity: 0.8;
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, #967F00, #6C00FF);
}
.from-neon-green {
    background-image: linear-gradient(to right, #96F700, #967F00, #6C00FF);
}
.to-neon-purple {
	--tw-gradient-to: #6C00FF var(--tw-gradient-to-position);
}
.font-semibold {
	font-weight: 600;
}
.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .15s;
}
.duration-300 {
	transition-duration: .3s;
}
.category_term.active {
  background: linear-gradient(90deg, #a4ff00, #7a00ff);
  color: #fff;
  transition: all 0.3s ease;
}

.category_term.font-semibold.transition-all.duration-300.text-black.rounded.border-0 {
	background-color: #0000;
	color: #a6a6a6 !important;
	margin: 5px;
}
.intelroomwrap {
	display: flex;
	float: left;
	width: 100%;
	gap: 30px;
}

.sidebar {
    float: left;
	width: 100%;
	color: #fff;
	font-family: Arial, sans-serif;
	border-radius: 10px;
}
.sidebar-title-news {
	font-family: orbitron;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 1.58px;
	margin-bottom: 30px;
}
.sidebar-section {
	float: left;
	width: 100%;
	border: 1px solid #606060;
	border-radius: 10px;
}
.sidebar-section.upcoming-releases {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	background-color: #000;
}
.release-name {
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}
.release-date {
    font-size: 12px;
    color: #aaa;
}
.release-badge {
	font-size: 12px;
	font-weight: bold;
	padding: 3px 8px;
	border-radius: 15px;
	height: 24px;
	margin-top: 12px;
}
.release-badge.confirmed {
	background-color: #96f70033;
	color: #a6ff00;
}
.release-badge.rumored {
	background-color: #6c00ff33;
	color: #6c00ff;
}

.intel-alerts-box {
    background: linear-gradient(135deg, #1a1a1a, #0d0d0d);
    border: 1px solid #2a2a2a;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    background: linear-gradient(135deg, #141414, #222);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.alert-icon {
    font-size: 20px;
    color: #a6ff00;
    margin-bottom: 10px;
}

.alerts-title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.intel-alerts-box p {
    font-size: 12px;
    color: #ccc;
    margin-bottom: 15px;
}

.alert-btn {
    border: none;
    padding: 10px 16px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    color: #000;
    width: 100%;
}
.release-list {
	border: 1px solid #1f293780;
	padding: 20px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 6px;
	cursor: pointer;
	color: #ffffff;
	width: 100%;
}
.release-list {
	float: left;
	width: 100%;
}
.release-trtw {
	float: left;
	width: 100%;
}
.alert-btn:hover {
    opacity: 0.9;
}
.releasewrp {
	display: flex;
	float: left;
	width: 100%;
	background-color: #0d0d0d;
	border-radius: 5px;
	justify-content: space-between;
	padding: 5px 10px;
}
.releasewrp ul {
	margin: 0;
	list-style: none;
    padding: 5px 0px;
}
.fa-regular.fa-calendar {
	color: #a6ff00;
}

.sidebar-trtw {
	font-size: 20px;
	font-weight: 800;
	font-family: orbitron;
	letter-spacing: 1px;
	padding: 0px 10px;
}
.trtwwrap {
	align-items: center;
	padding: 20px;
}
.blog-list {
	list-style: none;
	padding: 0 20px 20px 20px;
	margin: 0;
}
.blog-list li {
	font-size: 14px;
	line-height: 20px;
	border-radius: 10px;
	padding:15px;
	margin-bottom: 25px;
	background-color: #44444480;
}
.blog-list li:last-child {
	margin-bottom: 0;
}
.blog-list li a {
	color: #fff;
	text-decoration: none;
	display: block;
}
.intel-alerts-card {
	background: linear-gradient(135deg, #0b0b0f, #1a1a1f);
	border: 1px solid #a6ff0045;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
	float: left;
	width: 100%;
}
.alerts-title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 10px 0;
}
.category_term.font-semibold.transition-all.duration-300.text-black.rounded.border-0.active {
  padding: 10px 40px;
	color:#000 !important;
}
.category_term.font-semibold.transition-all.duration-300.text-black.rounded.border-0 {
  padding: 10px 40px;
}

.alerts-desc {
    font-size: 14px;
    color: #a1a1a1;
    margin-bottom: 20px;
}
.categoysearsh.mb-3 {
	padding: 5px;
	background-color: #000;
	border: none;
	border-radius: 10px;
	width: 100%;
	float: left;
}
.intelroom {
	width: 100%;
	float: left;
}
.alert-btn {
    background: linear-gradient(90deg, #adff2f, #7a00ff);
    border: none;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    width: 100%;
}

.alert-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(173, 255, 47, 0.5), 0 4px 12px rgba(122, 0, 255, 0.4);
}
.intel-alerts-card .fa-bolt {
	color: #a6ff00;
	font-size: 25px;
}

/* Quick Actions Section */
.quick-actions-section {
	background: linear-gradient(135deg, #0b0b0f, #1a1a1f);
	border: 1px solid #a6ff0045;
	border-radius: 10px;
	padding: 20px;
	color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
	float: left;
	width: 100%;
}

.quick-actions-title {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 20px 0;
	color: #a6ff00;
	text-align: center;
}

.quick-actions-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	width: 100%;
}

.quick-action-btn {
	background: linear-gradient(135deg, #1a1a1f, #2a2a2f);
	border: 1px solid #a6ff0045;
	border-radius: 8px;
	padding: 14px 12px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s ease;
	text-align: center;
	display: block;
	text-decoration: none;
}

.quick-action-btn:hover {
	background: linear-gradient(135deg, #2a2a2f, #1a1a1f);
	border-color: #a6ff00;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(166, 255, 0, 0.3);
	color: #a6ff00;
}

/* Specific colors for 2nd and 3rd buttons (Enter Raffle and Browse Vault) */
.quick-action-btn:nth-child(2),
.quick-action-btn:nth-child(3) {
	background: #6201E7;
	border-color: #6201E745;
}

.quick-action-btn:nth-child(2):hover,
.quick-action-btn:nth-child(3):hover {
	background: linear-gradient(135deg, #7301ff, #6201E7);
	border-color: #8c4aff;
	box-shadow: 0 4px 12px rgba(98, 1, 231, 0.5);
}

/* Referral Stats Card */
.referral-stats-card {
	background: linear-gradient(135deg, #0b0b0f, #1a1a1f);
	border: 1px solid #8AE10445;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
	float: left;
	width: 100%;
}

.referral-stats-card .fa-users {
	color: #8AE104;
	font-size: 28px;
	margin-bottom: 10px;
}

.referral-title {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 10px 0 20px 0;
	color: #8AE104;
}

.referral-count {
    display: flex;
    justify-content: space-between;
}
.count-number {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    font-family: Orbitron, sans-serif;
}

.count-label {
	font-size: 14px;
	color: #ccc;
	margin: 0;
}

.referral-link-section {
	margin-top: 20px;
}

.referral-label {
	font-size: 13px;
	color: #a1a1a1;
	margin-bottom: 10px;
	text-align: left;
}

.referral-link-wrapper {
	display: flex;
	gap: 8px;
	align-items: stretch;
}

.referral-link-input {
	flex: 1;
	background: #1a1a1f;
	border: 1px solid #3A6000;
	border-radius: 6px;
	padding: 10px 12px;
	color: #8AE104;
	font-size: 12px;
	font-family: 'Courier New', monospace;
	outline: none;
}

.referral-link-input:focus {
	border-color: #8AE104;
	box-shadow: 0 0 5px rgba(138, 225, 4, 0.3);
}

.copy-referral-btn {
	background: linear-gradient(90deg, #8AE104, #96FF00);
	border: none;
	border-radius: 6px;
	padding: 10px 16px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	cursor: pointer;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	gap: 6px;
	white-space: nowrap;
}

.copy-referral-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(138, 225, 4, 0.5);
}

.copy-referral-btn i {
	font-size: 12px;
}

.copy-referral-btn.copied {
	background: linear-gradient(90deg, #4CAF50, #45a049);
	animation: copyPulse 0.3s ease;
}

@keyframes copyPulse {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
}

.contentsidewrap {
	float: left;
	width: 100%;
	display: flex;
	gap: 20px;
}

/*-- Account Page --*/
.usericon {
	float: left;
	width: 100%;
	min-height: 220px;
	padding: 37px 30px 20px 30px;
	border: none;
	border-radius: 10px;
	margin: 50px 0;
	display: flex;
	align-items: flex-start;
	gap: 30px;
	background: linear-gradient( 90deg, var(--tw-gradient-from, rgba(150, 247, 0, 0.05)) 0%, var(--tw-gradient-to, rgba(150, 247, 0, 0)) 0% ), linear-gradient(180deg, #7d09b342 0%, #8bfb0230 100%);
}
.userphoto {
	position: relative;
	height: 141px;
	width: 140px;
	flex-shrink: 0;
}
.userpic {
	height: 140px !important;
	width: 140px;
	border-radius: 70px;
	object-fit: cover;
	border: 1px solid #8AE104;
}
.editpic.userphotoimg {
	width: 30px;
	background-color: #8AE104;
	text-align: center;
	border-radius: 30px;
	color: #000;
	position: absolute;
	bottom: 13px;
	right: 2px;
	cursor: pointer;
	padding: 3px;
}
button.btn.btn-primary {
    margin-top: 35px;
}
form#updateNameForm {
    display: flex;
}

/* User Profile Info */
.user-profile-info {
	flex: 1;
	padding-top: 10px;
}

.user-profile-info .user-name {
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 20px;
	font-family: orbitron;
}

.profile-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
	margin-top: 20px;
}

.stat-item {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 15px;
	background: rgba(58, 96, 0, 0.2);
	border: 1px solid #3A6000;
	border-radius: 8px;
	transition: all 0.3s ease;
}

.stat-item:hover {
	background: rgba(58, 96, 0, 0.3);
	border-color: #8AE104;
	transform: translateY(-2px);
}

.stat-item i {
	font-size: 24px;
	color: #8AE104;
	width: 30px;
	text-align: center;
}

.stat-details {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.stat-label {
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.stat-value {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.stat-value.highlight {
	color: #8AE104;
}

/* Profile Picture Modal Styles */
#changeuserpic .modal-content {
	background: #1a1a1a;
	border: 1px solid #3A6000;
	border-radius: 10px;
	color: #fff;
}

#changeuserpic .modal-header {
	border-bottom: 1px solid #3A6000;
}

#changeuserpic .modal-title {
	color: #8AE104;
	font-weight: bold;
	font-size: 22px;
}

#changeuserpic .btn-close {
	filter: brightness(0) invert(1);
	opacity: 0.8;
}

#changeuserpic .btn-close:hover {
	opacity: 1;
}

#changeuserpic .nav-tabs {
	border-bottom: 2px solid #3A6000;
}

#changeuserpic .nav-link {
	color: #999;
	border: none;
	padding: 10px 20px;
	transition: all 0.3s;
}

#changeuserpic .nav-link:hover {
	color: #8AE104;
	background: rgba(138, 225, 4, 0.1);
}

#changeuserpic .nav-link.active {
	color: #8AE104;
	background: rgba(138, 225, 4, 0.2);
	border-bottom: 2px solid #8AE104;
}

.upload-area {
	padding: 40px 20px;
	background: rgba(58, 96, 0, 0.1);
	border: 2px dashed #3A6000;
	border-radius: 10px;
	margin: 20px 0;
	transition: all 0.3s;
}

.upload-area:hover {
	background: rgba(58, 96, 0, 0.2);
	border-color: #8AE104;
}

.upload-icon {
	font-size: 48px;
	color: #8AE104;
	margin-bottom: 15px;
}

.upload-area p {
	color: #fff;
	margin-bottom: 5px;
}

.upload-area small {
	color: #999;
}

.avatar-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	padding: 20px 0;
}

.avatar-choice {
	width: 100%;
	height: auto;
	border-radius: 10px;
	border: 2px solid #3A6000;
	cursor: pointer;
	transition: all 0.3s;
	object-fit: cover;
	aspect-ratio: 1/1;
}

.avatar-choice:hover {
	border-color: #8AE104;
	transform: scale(1.05);
	box-shadow: 0 0 15px rgba(138, 225, 4, 0.5);
}

#uploadNewPic {
	background: #8AE104;
	color: #000;
	border: none;
	padding: 12px 30px;
	font-weight: bold;
	border-radius: 5px;
	transition: all 0.3s;
}

#uploadNewPic:hover {
	background: #96FF00;
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(138, 225, 4, 0.4);
}

#uploadNewPic.active {
	background: #6100E6;
	color: #fff;
}

/* Account Tabs Styles */
.account-tabs-wrapper {
	width: 100%;
	margin-top: 40px;
	border: 1px solid #3A6000;
	border-radius: 10px;
	padding: 20px;
	background: rgba(26, 26, 26, 0.3);
}

.account-tabs-nav {
	display: flex;
	gap: 15px;
	border-bottom: 2px solid #3A6000;
	flex-wrap: wrap;
}

.account-tab {
	background: rgba(58, 96, 0, 0.1);
	border: 1px solid #3A6000;
	border-bottom: none;
	color: #999;
	padding: 12px 24px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 8px 8px 0 0;
}

.account-tab i {
	margin-right: 8px;
}

.account-tab:hover {
	background: rgba(138, 225, 4, 0.1);
	color: #8AE104;
}

.account-tab.active {
	background: linear-gradient(90deg, #a4ff00, #7a00ff);
	color: #fff;
	border-color: #8AE104;
}

.account-tabs-content {
	min-height: 400px;
	float: left;
	width: 100%;
	border: 1px solid #595959;
	border-radius: 10px;
}
.orders-table-wrapper {
	border-top: 1px solid #666666;
}
.tab-panel {
	display: none;
	padding: 30px 0;
	border: none;
	border-radius: 0 8px 8px 8px;
	animation: fadeIn 0.3s ease-in;
}

.tab-panel.active {
	display: block;
}

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

.tab-title {
	color: #8AE104;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-family: Orbitron, sans-serif;
	padding: 0 0 0 30px;
}

/* Tables Styling */
.orders-table-wrapper,
.raffle-table-wrapper {
	overflow-x: auto;
}

.orders-table,
.raffle-table {
	width: 100%;
	border-collapse: collapse;
}
form#updatePasswordForm {
    display: flex;
    gap: 20px;
}
.orders-table th,
.raffle-table th {
	background: #3A6000;
	color: #fff;
	padding: 12px;
	text-align: left;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
}

.orders-table td,
.raffle-table td {
	padding: 15px 12px;
	border-bottom: 1px solid #3A6000;
	color: #ccc;
}

.orders-table tr:hover,
.raffle-table tr:hover {
	background: rgba(58, 96, 0, 0.1);
}

.order-status {
	padding: 4px 12px;
	border-radius: 12px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}

.status-completed { background: #28a745; color: #fff; }
.status-processing { background: #ffc107; color: #000; }
.status-pending { background: #6c757d; color: #fff; }
.status-cancelled { background: #dc3545; color: #fff; }

.view-order-btn {
	background: #8AE104;
	color: #000;
	padding: 6px 16px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 600;
	font-size: 12px;
	transition: all 0.3s;
}

.view-order-btn:hover {
	background: #96FF00;
	transform: translateY(-2px);
}

.entry-method {
	padding: 4px 10px;
	background: rgba(138, 225, 4, 0.2);
	border-radius: 8px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	color: #8AE104;
}

.raffle-status {
	padding: 4px 12px;
	border-radius: 12px;
	font-size: 11px;
	font-weight: 600;
}

.raffle-status.active { background: #28a745; color: #fff; }
.raffle-status.won { background: #FFD700; color: #000; }

/* Empty State */
.empty-state {
	text-align: center;
	padding: 60px 20px;
	color: #999;
}

.empty-state i {
	font-size: 64px;
	color: #3A6000;
	margin-bottom: 20px;
}

.empty-state p {
	font-size: 16px;
}

/* Settings Forms */
.settings-section {
	padding: 25px;
	margin-bottom: 25px;
	border-top: 1px solid #666666;
}
.size-preferences-section {
	padding: 0 30px;
}

.settings-form .form-group {
	margin-bottom: 20px;
	width: 100%;
}

.settings-form label {
	display: block;
	color: #ccc;
	margin-bottom: 8px;
	font-weight: 500;
}

.settings-form .form-control {
	width: 100%;
	max-width: 400px;
	padding: 12px;
	background: #1a1a1a;
	border: 1px solid #3A6000;
	border-radius: 6px;
	color: #fff;
	font-size: 14px;
	transition: all 0.3s;
}

.settings-form .form-control:focus {
	outline: none;
	border-color: #8AE104;
	box-shadow: 0 0 0 3px rgba(138, 225, 4, 0.1);
}

.settings-form .form-text {
	display: block;
	margin-top: 5px;
	color: #999;
	font-size: 12px;
}

.settings-form .btn {
	background: #8AE104;
	color: #000;
	padding: 12px 16px;
	border: none;
	border-radius: 6px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s;
	margin-top: 10px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.settings-form .btn:hover {
	background: #96FF00;
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(138, 225, 4, 0.4);
}

.settings-form .btn i {
	margin-right: 8px;
}

/* Notification Preferences */
.notification-preferences {
	margin-bottom: 20px;
}

.notification-label {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-bottom: 12px;
	color: #ccc;
	font-size: 14px;
}

.notification-label input[type="checkbox"] {
	margin-right: 10px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	accent-color: #8AE104;
}

/* Settings Descriptions */
.settings-description {
	color: #999;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 1.5;
}

.settings-description.warning {
	color: #ff6b6b;
	font-weight: 500;
}

/* Danger Buttons */
.btn-danger {
	background: #ef4444;
	color: #fff;
	padding: 12px 16px;
	border: none;
	border-radius: 6px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.btn-danger:hover {
	background: #dc2626;
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(239, 68, 68, 0.4);
}

.btn-danger i {
	margin-right: 8px;
}

.btn-danger-outline {
	background: transparent;
	color: #ef4444;
	padding: 12px 16px;
	border: 2px solid #ef4444;
	border-radius: 6px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.btn-danger-outline:hover {
	background: #ef4444;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(239, 68, 68, 0.4);
}

.btn-danger-outline i {
	margin-right: 8px;
}

/* Order Details Page */
.order-details-page, .order-details-inline {
    padding: 0 30px;
}

.back-to-orders-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #8AE104;
    color: #000 !important;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 14px;
    margin: 0 30px 30px 30px;
    transition: all 0.3s;
}

.back-to-orders-btn:hover {
	background: #96FF00;
	transform: translateX(-3px);
	text-decoration: none !important;
}

.back-to-orders-btn i {
	font-size: 14px;
}

.order-details-title {
	color: #8AE104;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
	font-family: Orbitron, sans-serif;
}

.order-details-page p,
.order-details-inline p {
	color: #ccc;
	line-height: 1.6;
	font-size: 16px;
}

.order-details-page mark,
.order-details-inline mark {
	background: rgba(138, 225, 4, 0.2);
	color: #8AE104;
	padding: 2px 6px;
	border-radius: 4px;
}

.order-details-page .woocommerce-order-details,
.order-details-page .woocommerce-customer-details,
.order-details-inline .woocommerce-order-details,
.order-details-inline .woocommerce-customer-details {
	margin-top: 30px;
}

.order-details-page h2,
.order-details-inline h2 {
	color: #8AE104;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 30px;
	font-family: orbitron;
}

.order-details-page table, .order-details-inline table {
    width: 100%;
    border: 1px solid #3A6000;
    margin-bottom: 20px;
}

.order-details-page th,
.order-details-page td,
.order-details-inline th,
.order-details-inline td {
	padding: 12px;
	text-align: left;
	border-bottom: 1px solid #3A6000;
	color: #ccc;
}

.order-details-page th,
.order-details-inline th {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
}

.order-details-page tr:hover,
.order-details-inline tr:hover {
	background: rgba(58, 96, 0, 0.1);
}

/* Size Preferences */
.size-preferences-section p {
	color: #ccc;
	font-size: 16px;
}

.size-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(45px, 1fr));
	gap: 12px;
	margin-top: 20px;
}

.size-preferences-section .size-btn {
	background: rgba(58, 96, 0, 0.2);
	border: 2px solid #3A6000;
	color: #ccc;
	padding: 3px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s;
}

.size-preferences-section .size-btn:hover {
	border-color: #8AE104;
	background: rgba(138, 225, 4, 0.1);
	color: #8AE104;
}

.size-preferences-section .size-btn.active {
	background: #8AE104;
	color: #000;
	border-color: #8AE104;
}

.saved-size-info {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 15px;
	background: rgba(138, 225, 4, 0.1);
	border: 1px solid #8AE104;
	border-radius: 8px;
	color: #8AE104;
}

.saved-size-info i {
	font-size: 20px;
}

/* Ninja Vault Search Field Styles */
.product-search {
    margin: 0 20px;
    flex: 1;
    max-width: 400px;
}

.blog-search {
    display: inline-block;
    width: 100%;
}

.search-wrapper {
    position: relative;
    width: 100%;
}

.search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 16px;
    pointer-events: none;
}

.search-input {
    width: 100%;
    padding: 10px 15px 10px 40px;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease;
    outline: none;
}

.search-input:focus {
    border-color: #A0E916;
    background: #222;
    box-shadow: 0 0 0 2px rgba(74, 222, 128, 0.1);
}

.search-input::placeholder {
    color: #666;
}


/* Grid View */
.grid.grid-view {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid.grid-view .grid-item {
    display: block;
}
div#product-grid {
    display: grid;
    width: 100%;
}
.grid.grid-view .productdetail {
	display: flex;
	flex-direction: column;
	background: #1a1a1a;
	border-radius: 8px;
	overflow: hidden;
	transition: transform 0.3s ease;
	width: 100%;
}

.grid.grid-view .productdetail:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}

.grid.grid-view .prodimag {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.grid.grid-view .prodimag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid.grid-view .prodwrapper {
	padding: 0 15px 15px 15px;
}

/* List View */
.grid.list-view {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.grid.list-view .grid-item {
    display: block;
    width: 100%;
    max-width: 100%;
}

.grid.list-view .productdetail {
    display: flex;
    flex-direction: row;
    background: #1a1a1a;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    align-items: center;
}

.grid.list-view .productdetail:hover {
    background: #222;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.grid.list-view .prodimag {
	width: 100%;
	height: 100%;
	flex-shrink: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
	max-width: 340px;
}

.grid.list-view .prodimag img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.grid.list-view .prodwrapper {
	flex: 1;
	padding: 0 15px 15px 15px;
	display: flex;
	flex-wrap: wrap;
    gap: 10px;
	flex-direction: column;
}

.grid.list-view .protitle {
	flex: 1;
	min-width: 200px;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	font-family: orbitron;
	margin: 0;
}

.grid.list-view .proprice {
	font-size: 20px;
	font-weight: bold;
	color: #9cff00;
	margin: 0;
	font-family: orbitron;
}

.grid.list-view .prosize {
    flex: 1;
    min-width: 250px;
}

.grid.list-view .procart {
    margin-left: auto;
}

.proprice {
	font-size: 18px;
	font-weight: bold;
	color: #9cff00;
	margin-bottom: 10px;
	font-family: orbitron;
}

/* Price styling for sale prices in product grid/list */
.proprice del {
    color: #ff0000 !important;
    text-decoration: line-through;
    font-size: 16px;
    margin-right: 10px;
    opacity: 1;
    font-weight: 500;
    display: inline-block;
}

.proprice ins {
    color: #9cff00 !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

/* List view specific price styling */
.grid.list-view .proprice del {
    font-size: 17px;
    margin-right: 12px;
    color: #ff0000 !important;
}

.grid.list-view .proprice ins {
    font-size: 20px;
    color: #9cff00 !important;
}

.prosize {
    margin-bottom: 15px;
}

.size-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.size-btn:hover {
    background: #444;
    border-color: #96F700;
}

.size-btn.selected {
    background: #96F700;
    color: #000;
    border-color: #96F700;
}


/*-- Cart Page --*/
.woocommerce-cart .cartpage table.cart img {
	width: 140px;
	box-shadow: none;
}
.cartpage .cartitemdet .cartitemnm a {
	font-size: 17px;
	color: #fff;
	font-weight: 700;
	font-family: ui-sans-serif;
	line-height: 28px;
}
.cartpage #clear-cart-btn {
	background-color: transparent;
	color: rgb(248, 113, 113);
	text-transform: uppercase;
}
.cartitletitle {
	display: flex;
	justify-content: space-between;
	padding: 30px 13px;
	border-bottom: 1px solid #262626;
}
.cartitletitle h2 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	font-family: orbitron;
}
.col-12.col-sm-7.col-md-9 {
	border: 1px solid #1e1e1e;
	border-radius: 10px;
    padding: 0;
	margin: 50px 0;
}

/* Coupon Section Styles */
.coupon-section {
	border: 1px solid #e0e0e0;
	padding: 20px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	margin-bottom: 20px;
}

.coupon-title {
	margin-top: 0;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

.coupon-badge {
	background-color: #ff4444;
	color: white;
	padding: 2px 8px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.coupon-section .coupon {
	display: flex;
	gap: 10px;
}

.coupon-section .coupon input[type="text"] {
	flex: 1;
	padding: 10px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	transition: border-color 0.3s ease;
}

.coupon-section .coupon input[type="text"]:focus {
	outline: none;
	border-color: #ff4444;
	box-shadow: 0 0 0 2px rgba(255, 68, 68, 0.1);
}

.coupon-section .coupon button {
	background-color: #ff4444;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: background-color 0.3s ease;
	text-transform: uppercase;
}

.coupon-section .coupon button:hover {
	background-color: #e63333;
}

.coupon-section .coupon button:active {
	transform: translateY(1px);
}

/* Available Coupons Display */
.available-coupons {
	margin-top: 10px;
}
.coupon-item {
	font-size: 12px;
	font-weight: 400;
}
.available-coupons h4 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #333;
}

.coupon-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 15px;
}

.coupon-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.coupon-code {
	font-size: 14px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.coupon-discount {
	background-color: #4ade80;
	color: #000;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 600;
}

.coupon-description {
	font-size: 13px;
	color: #666;
	margin: 8px 0;
	line-height: 1.4;
}

.coupon-expiry {
	font-size: 11px;
	color: #999;
	margin: 5px 0;
}

.coupon-minimum {
	font-size: 12px;
	color: #ff6600;
	margin: 5px 0;
	font-weight: 500;
}

.coupon-usage {
	font-size: 11px;
	color: #666;
	margin: 5px 0;
	font-style: italic;
}

.apply-coupon-btn {
	width: 100%;
	background-color: #ff4444;
	color: white;
	border: none;
	padding: 8px 12px;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	transition: background-color 0.3s ease;
	text-transform: uppercase;
	margin-top: 10px;
}

.apply-coupon-btn:hover {
	background-color: #e63333;
}

.apply-coupon-btn:active {
	transform: translateY(1px);
}
/*-- Cart Page --*/
.woocommerce-cart table.cart img {
	width: 140px !important;
	box-shadow: none;
}
.cartpage .cartitemdet .cartitemnm a {
	font-size: 17px;
	color: #fff;
	font-weight: 700;
	font-family: ui-sans-serif;
	line-height: 28px;
}
.cartpage #clear-cart-btn {
	background-color: transparent;
	color: rgb(248, 113, 113);
	text-transform: uppercase;
}
.cartpage .cartitletitle {
	display: flex;
	justify-content: space-between;
	padding: 30px 13px;
	border-bottom: 1px solid #262626;
}
.cartitletitle h2 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	font-family: orbitron;
}
.cartpage.col-12.col-sm-7.col-md-8 {
	border: 1px solid #1e1e1e;
	border-radius: 10px;
    padding: 0;
	margin: 0 0 50px 0;
}
.woocommerce table.shop_table {
	padding: 10px;
	margin: 0;
}
.woocommerce table.cart img {
	border-radius: 10px;
}
.pro-title h5 {
	font-family: orbitron;
	font-weight: 700;
	line-height: 28px;
}
.coupop-input .button {
	background-color: #6100E6 !important;
	color: #fff !important;
	border-radius: 15px !important;
}
.couponswrap.d-inline-block.w-100.mb-4 {
	border: 1px solid #37415180;
	border-radius: 10px;
	padding: 24px;
}
.coupop-input {
	display: flex;
	width: 100%;
	gap: 10px;
}
#coupon_code {
	border-radius: 10px;
	border: 1px solid #37415180;
	background-color: #1a1a1a80;
	padding: 10px 12px;
	color: #fff;
}
.available-coupons.mt-3 {
	display: flex;
	gap: 5px;
}
.coupon-list {
	font-size: 12px;
	font-weight: 400;
	line-height: 26px;
	color: #9CA3AF;
	margin: 0;
}
.cart_totals {
	width: 100% !important;
	padding: 20px;
}
/*-- Cart Page --*/
.woocommerce-cart .cartpage table.cart img {
	width: 140px;
	box-shadow: none;
}
.cartpage .cartitemdet .cartitemnm a {
	font-size: 17px;
	color: #fff;
	font-weight: 700;
	font-family: ui-sans-serif;
	line-height: 28px;
}
.cartpage #clear-cart-btn {
	background-color: transparent;
	color: rgb(248, 113, 113);
	text-transform: uppercase;
}
.cartpage .cartitletitle {
	display: flex;
	justify-content: space-between;
	padding: 30px 13px;
	border-bottom: 1px solid #262626;
}
.cartitletitle h2 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	font-family: orbitron;
}
.cartpage .col-12.col-sm-7 {
	border: 1px solid #1e1e1e;
	border-radius: 10px;
	padding: 0;
	margin: 0 0 50px 0;
	width: 70%;
}
.cartpage .col-12.col-sm-5 {
	width: 30%;
}
.woocommerce table.shop_table {
	padding: 10px;
	margin: 0;
}
.woocommerce table.cart img {
	border-radius: 10px;
}

/* Cart Remove and Quantity Controls - Vertical Alignment */
.cartremqty {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
	height: 100%;
}

/* Remove hover effect from trash button */
.cartremqty .remove {
	font-size: 18px !important;
}

.cartremqty .remove i,
.cartremqty .remove .fa-trash {
	font-size: 18px !important;
}

.cartremqty .remove:hover {
	color: inherit !important;
	text-decoration: none !important;
	background: none !important;
	opacity: 1 !important;
}
.pro-title {
	display: flex;
	width: 100%;
	gap: 10px;
}
.pro-title h5 {
	font-family: orbitron;
	font-weight: 700;
	line-height: 28px;
}
.couponswrap.d-inline-block.w-100.mb-4 {
	border: 1px solid #37415180;
	border-radius: 10px;
	padding: 24px;
}
.coupop-input {
	display: flex;
	width: 100%;
	gap: 10px;
}
#coupon_code {
	border-radius: 10px;
	border: 1px solid #37415180;
	background-color: #1a1a1a80;
	padding: 10px 12px;
	color: #fff;
	box-shadow: none;
	outline: 1px solid green;
	width: calc(100% - 87px);
}
.available-coupons.mt-3 {
	display: flex;
	gap: 5px;
}
.coupon-list {
	font-size: 12px;
	font-weight: 400;
	line-height: 26px;
	color: #9CA3AF;
	margin: 0;
}
.available-coupons h6 {
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	color: #9CA3AF;
}
form.woocommerce-cart-form {
    margin-bottom: 30px;
}
.cart_totals {
	width: 100% !important;
	padding: 20px;
}
.cart_totals {
	background: linear-gradient( 90deg, var(--tw-gradient-from, rgba(150, 247, 0, 0.05)) 0%, var(--tw-gradient-to, rgba(150, 247, 0, 0)) 0% ), linear-gradient(160deg, #7d09b342 0%, #8bfb0230 100%);
	border-radius: 10px;
}
.cart_totals h6 {
	font-family: orbitron;
	font-size: 20px;
	font-weight: 700;
}
.free-shipping-text {
	font-size: 12px;
	font-weight: 400;
	color: #9CA3AF;
}
.checkout-button.button.alt.wc-forward {
	background: linear-gradient(90deg, #a4ff00, #7a00ff);
	border-radius: 15px;
}
.free-shipping-text {
	border-bottom: 1px solid #fff;
}
.cart_totals h2 {
	font-size: 22px;
	font-weight: 700;
	font-family: orbitron;
	line-height: 32px;
}

/* Payment Methods Section - Separate styling */
.payment-methods-wrap {
	border: 1px solid #37415180;
	border-radius: 10px;
	padding: 24px;
	background: linear-gradient( 90deg, var(--tw-gradient-from, rgba(150, 247, 0, 0.05)) 0%, var(--tw-gradient-to, rgba(150, 247, 0, 0)) 0% ), linear-gradient(160deg, #7d09b342 0%, #8bfb0230 100%);
}

.payment-methods-content {
	margin-top: 15px;
}

.payment-method-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.payment-method-column {
	display: flex;
	flex-direction: column;
}

.payment-method-heading {
	font-family: orbitron;
	font-size: 14px;
	font-weight: 700;
	color: #96F700;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

.payment-method-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.payment-method-list li {
	font-size: 14px;
	color: #fff;
	padding: 6px 0;
}

.payment-method-list li:last-child {
	border-bottom: none;
}

.cartpage .button {
    margin: 0 0 20px 20px !important;
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .grid.grid-view {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }

    .grid.list-view .prodwrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .grid.list-view .procart {
        margin-left: 0;
        width: 100%;
    }
}

/* ========================================
   MEMBERS PAGE - LEADERBOARD STYLES
   ======================================== */

/* Members Wrapper */
.memberswrap {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}
.membersdashboard h2 {
    padding: 24px;
    font-family: 'Orbitron';
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1.5px;
}
.memberscontent {
    flex: 1;
}

/* Tab Navigation Buttons */
.membtabs-wrapper {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #414141;
    border-radius: 10px;
    padding: 6px;
}

.member-tab-btn {
    background: linear-gradient(145deg, #1a1a1a, #0f0f0f);
    color: #eaeaea;
    border: 1px solid #333;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Orbitron', sans-serif;
}

.member-tab-btn:hover {
    border-color: #96FF00;
    background: linear-gradient(145deg, #2a2a2a, #1f1f1f);
    transform: translateY(-2px);
}

.member-tab-btn.active {
    background: linear-gradient(90deg, #96FF00, #8a2be2);
    color: #000;
}

/* Tab Content */
.member-tab-content {
    display: none;
    animation: fadeIn 0.3s ease;
}

.member-tab-content.active {
    display: block;
}

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

/* Leaderboard Table Wrapper */
.dojo-members.text-center {
    margin: 64px 0;
}
.leaderboard-table-wrapper {
    border-top: 1px solid #333;
    border-bottom-right-radius: 10px;
    padding: 20px;
    overflow-x: auto;
    border-bottom-left-radius: 10px;
}
.membersdashboard {
    border: 1px solid #414141;
    border-radius: 10px;
}
/* Leaderboard Table */
.leaderboard-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.leaderboard-table thead {
    background-color:#1a1a1a80;
}

.leaderboard-table thead th {
    padding: 15px 20px;
    text-align: left;
    font-family: 'Orbitron', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    border: none;
}

.leaderboard-table thead th:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.leaderboard-table thead th:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.leaderboard-table tbody tr {
    background: linear-gradient(145deg, #1f1f1f, #151515);
    transition: all 0.3s ease;
}

.leaderboard-table tbody tr:hover {
    background: linear-gradient(145deg, #2a2a2a, #1a1a1a);
    transform: scale(1.01);
    box-shadow: 0 4px 15px rgba(150, 255, 0, 0.1);
}

.leaderboard-table tbody td {
    padding: 18px 20px;
    border: none;
    color: #eaeaea;
    font-size: 15px;
}

.leaderboard-table tbody tr td:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.leaderboard-table tbody tr td:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* Rank Cell */
.rank-cell {
    font-family: 'Orbitron', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #96FF00 !important;
}

/* Ninja Cell (Avatar + Name) */
.ninja-cell {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ninja-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #96FF00;
    object-fit: cover;
}

.ninja-name {
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}

.join-date {
    display: block;
    font-size: 12px;
    color: #9CA3AF;
    margin-top: 4px;
}

/* XP Cell */
.xp-cell {
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    color: #96FF00 !important;
    font-size: 16px;
}

/* Wins Cell */
.wins-cell {
    font-weight: 600;
    color: #ffd700;
    font-size: 16px;
}

/* Badge Cell */
.badge-cell {
    text-align: center;
}

.rank-badge {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.rank-badge.bronze {
    background: linear-gradient(135deg, #cd7f32, #8b5a2b);
    color: #fff;
    box-shadow: 0 2px 8px rgba(205, 127, 50, 0.3);
}

.rank-badge.silver-shinobi {
    background: linear-gradient(135deg, #c0c0c0, #808080);
    color: #000;
    box-shadow: 0 2px 8px rgba(192, 192, 192, 0.3);
}

.rank-badge.shadow-master {
    background: linear-gradient(135deg, #ffd700, #ffaa00);
    color: #000;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
    animation: glow 2s infinite;
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
    }
    50% {
        box-shadow: 0 4px 16px rgba(255, 215, 0, 0.6);
    }
}

/* No Data Message */
.no-data {
    text-align: center;
    padding: 40px !important;
    color: #9CA3AF;
    font-style: italic;
}

/* Responsive Design for Members Leaderboard */
@media (max-width: 1024px) {
    .memberswrap {
        flex-direction: column;
    }

    .memberswrap .sidebar-wrapper {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .member-tab-btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .leaderboard-table-wrapper {
        padding: 10px;
    }

    .leaderboard-table thead th,
    .leaderboard-table tbody td {
        padding: 12px 10px;
        font-size: 13px;
    }

    .ninja-avatar {
        width: 40px;
        height: 40px;
    }

    .ninja-name {
        font-size: 14px;
    }

    .rank-badge {
        padding: 6px 12px;
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .leaderboard-table {
        font-size: 12px;
    }

    .leaderboard-table thead th,
    .leaderboard-table tbody td {
        padding: 10px 8px;
    }

    .ninja-cell {
        gap: 10px;
    }

    .ninja-avatar {
        width: 35px;
        height: 35px;
    }
}

/* ==============================
   Pagination Styles - Ninja Vault
============================== */

.pagination-wrapper {
    margin: 40px 0 30px 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #1A1A1A;
    padding: 15px 20px;
    border-radius: 12px;
    border: 1px solid rgba(150, 247, 0, 0.1);
}

.page-numbers {
    display: flex;
    align-items: center;
    gap: 8px;
}

.page-btn {
    background: #333;
    color: #fff;
    border: 1px solid #555;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 45px;
    justify-content: center;
}

.page-btn:hover {
    background: #444;
    border-color: #96F700;
    color: #96F700;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(150, 247, 0, 0.3);
}

.page-btn.active {
    background: linear-gradient(90deg, #96F700, #8a2be2);
    color: #000;
    border-color: #96F700;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(150, 247, 0, 0.4), 0 4px 15px rgba(138, 43, 226, 0.4);
}

.page-btn.active:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(150, 247, 0, 0.5), 0 6px 20px rgba(138, 43, 226, 0.5);
}

.prev-btn,
.next-btn {
    padding: 10px 20px;
    font-weight: 600;
}

.prev-btn i,
.next-btn i {
    font-size: 12px;
}

.page-ellipsis {
    color: #666;
    padding: 0 5px;
    font-size: 14px;
}

/* Responsive Pagination */
@media (max-width: 768px) {
    .pagination {
        padding: 12px 15px;
        gap: 8px;
    }

    .page-btn {
        padding: 8px 12px;
        font-size: 13px;
        min-width: 40px;
    }

    .prev-btn,
    .next-btn {
        padding: 8px 14px;
        font-size: 13px;
    }

    .page-numbers {
        gap: 6px;
    }
}

@media (max-width: 480px) {
    .pagination {
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px;
        gap: 6px;
    }

    .page-btn {
        padding: 8px 10px;
        font-size: 12px;
        min-width: 35px;
    }

    .prev-btn,
    .next-btn {
        padding: 8px 12px;
        font-size: 12px;
    }

    /* Hide some page numbers on very small screens */
    .page-numbers {
        gap: 4px;
    }
}

/* ========================================
   BLOG SINGLE PAGE STYLES
   ======================================== */

/* Blog Single Page Container */
.blog-single-page {
	background: #000;
	color: #fff;
	min-height: 100vh;
}

/* Blog Content Wrapper */
.blog-content-wrapper {
    padding: 140px 0 40px 0;
}

/* Blog Post Content */
.blog-post-content {
	background: #111;
	border-radius: 8px;
	padding: 40px;
	margin-bottom: 30px;
	border: 1px solid #222;
}

/* Post Header */
.post-header {
	margin-bottom: 30px;
	padding-bottom: 25px;
	border-bottom: 2px solid #222;
}

.post-title {
	font-size: 42px;
	font-weight: 800;
	color: #fff;
	margin: 0 0 20px 0;
	line-height: 1.2;
	font-family: 'Orbitron', sans-serif;
}

/* Post Meta */
.post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
}

.meta-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #999;
}

.meta-item i {
	color: #96FF00;
}

.category-link {
	color: #96FF00;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
}

.category-link:hover {
	color: #fff;
}

/* Post Featured Image */
.post-featured-image {
	margin-bottom: 30px;
	border-radius: 8px;
	overflow: hidden;
	border: 2px solid #222;
}

.post-featured-image img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
}

.post-featured-image:hover img {
	transform: scale(1.02);
}

/* Social Share Section */
.social-share-section {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 20px;
	background: #0a0a0a;
	border-radius: 6px;
	margin-bottom: 30px;
	border: 1px solid #222;
	flex-wrap: wrap;
}

.share-label {
	font-weight: 600;
	color: #96FF00;
	font-size: 14px;
}

.share-buttons {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.share-btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
	font-size: 16px;
}

.twitter-btn {
	background: #1DA1F2;
}

.twitter-btn:hover {
	background: #0d8bd9;
	transform: translateY(-2px);
}

.facebook-btn {
	background: #1877F2;
}

.facebook-btn:hover {
	background: #0d65d9;
	transform: translateY(-2px);
}

.linkedin-btn {
	background: #0A66C2;
}

.linkedin-btn:hover {
	background: #084d92;
	transform: translateY(-2px);
}

.whatsapp-btn {
	background: #25D366;
}

.whatsapp-btn:hover {
	background: #1da851;
	transform: translateY(-2px);
}

.youtube-btn {
	background: #FF0000;
}

.youtube-btn:hover {
	background: #cc0000;
	transform: translateY(-2px);
}

.spotify-btn {
	background: #1DB954;
}

.spotify-btn:hover {
	background: #1aa34a;
	transform: translateY(-2px);
}

.instagram-btn {
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.instagram-btn:hover {
	transform: translateY(-2px);
}

.print-btn {
	background: #666;
}

.print-btn:hover {
	background: #444;
	transform: translateY(-2px);
}

/* Post Content Body */
.post-content-body {
	font-size: 18px;
	line-height: 1.8;
	color: #e0e0e0;
	margin-bottom: 40px;
}

.post-content-body p {
	margin-bottom: 20px;
}

.post-content-body h2,
.post-content-body h3,
.post-content-body h4 {
	color: #96FF00;
	margin: 30px 0 15px 0;
	font-weight: 700;
}

.post-content-body h2 {
	font-size: 32px;
	border-bottom: 2px solid #222;
	padding-bottom: 10px;
}

.post-content-body h3 {
	font-size: 26px;
}

.post-content-body h4 {
	font-size: 22px;
}

.post-content-body a {
	color: #96FF00;
	text-decoration: underline;
}

.post-content-body a:hover {
	color: #fff;
}

.post-content-body ul,
.post-content-body ol {
	margin: 20px 0;
	padding-left: 30px;
}

.post-content-body li {
	margin-bottom: 10px;
}

.post-content-body img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 20px 0;
}

.post-content-body blockquote {
	background: #0a0a0a;
	border-left: 4px solid #96FF00;
	padding: 20px;
	margin: 25px 0;
	font-style: italic;
	color: #ccc;
}

/* Post Tags Section */
.post-tags-section {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	padding: 25px;
	background: #0a0a0a;
	border-radius: 6px;
	margin-bottom: 30px;
	flex-wrap: wrap;
}

.tags-label {
	font-weight: 600;
	color: #96FF00;
	display: flex;
	align-items: center;
	gap: 5px;
	white-space: nowrap;
}

.tags-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	flex: 1;
}

.tag-item {
	background: #222;
	color: #fff;
	padding: 6px 15px;
	border-radius: 20px;
	text-decoration: none;
	font-size: 13px;
	transition: all 0.3s ease;
	border: 1px solid #333;
}

.tag-item:hover {
	background: #96FF00;
	color: #000;
	border-color: #96FF00;
	transform: translateY(-2px);
}

/* Post Navigation */
.post-navigation-section {
	margin: 40px 0;
}

.nav-posts-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.nav-post {
	background: #0a0a0a;
	border: 1px solid #222;
	border-radius: 6px;
	padding: 20px;
	transition: all 0.3s ease;
}

.nav-post:hover {
	border-color: #96FF00;
	transform: translateY(-2px);
}

.nav-post.prev-post {
	text-align: left;
}

.nav-post.next-post {
	text-align: right;
}

.nav-label {
	display: block;
	color: #666;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 8px;
	font-weight: 600;
}

.nav-post-title {
	color: #96FF00;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.3s ease;
	display: block;
}

.nav-post-title:hover {
	color: #fff;
}

/* Related Posts Section */
.related-posts-section {
	margin: 50px 0;
}

.section-title {
	font-size: 28px;
	color: #96FF00;
	margin-bottom: 25px;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: 'Orbitron', sans-serif;
}

.related-posts-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.related-post-card {
	background: #111;
	border: 1px solid #222;
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.3s ease;
}

.related-post-card:hover {
	transform: translateY(-5px);
	border-color: #96FF00;
	box-shadow: 0 8px 20px rgba(150, 255, 0, 0.1);
}

.related-post-image {
	height: 180px;
	overflow: hidden;
}

.related-post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.related-post-card:hover .related-post-image img {
	transform: scale(1.1);
}

.related-post-content {
	padding: 20px;
}

.related-post-title {
	margin: 0 0 10px 0;
}

.related-post-title a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	transition: color 0.3s ease;
}

.related-post-title a:hover {
	color: #96FF00;
}

.related-post-meta {
	color: #666;
	font-size: 13px;
}

.related-post-meta i {
	color: #96FF00;
	margin-right: 5px;
}

/* ========================================
   BLOG SIDEBAR STYLES
   ======================================== */

.blog-sidebar {
	position: sticky;
	top: 120px;
}

.sidebar-widget {
	background: #111;
	border: 1px solid #222;
	border-radius: 8px;
	padding: 25px;
	margin-bottom: 25px;
}

.widget-title {
	font-size: 20px;
	color: #96FF00;
	margin: 0 0 20px 0;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: 'Orbitron', sans-serif;
}

/* Search Widget */
.search-input-group {
	display: flex;
	gap: 10px;
}

.search-field {
	flex: 1;
	background: #0a0a0a;
	border: 1px solid #333;
	color: #fff;
	padding: 12px 15px;
	border-radius: 6px;
	font-size: 14px;
}

.search-field:focus {
	outline: none;
	border-color: #96FF00;
}

.search-submit {
	background: #96FF00;
	color: #000;
	border: none;
	padding: 12px 20px;
	border-radius: 6px;
	cursor: pointer;
	font-weight: 600;
	transition: all 0.3s ease;
}

.search-submit:hover {
	background: #fff;
	transform: scale(1.05);
}

/* Categories List */
.categories-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.category-item {
	margin-bottom: 10px;
}

.category-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 15px;
	background: #0a0a0a;
	border-radius: 6px;
	text-decoration: none;
	color: #fff;
	transition: all 0.3s ease;
	border: 1px solid #222;
}

.category-link:hover {
	background: #96FF00;
	color: #000;
	border-color: #96FF00;
	transform: translateX(5px);
}

.category-name {
	font-weight: 500;
}

.category-count {
	background: #222;
	color: #96FF00;
	padding: 3px 10px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 600;
}

.category-link:hover .category-count {
	background: #000;
}

/* Recent Posts */
.recent-post-item {
	display: flex;
	gap: 15px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #222;
}

.recent-post-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.recent-post-thumb {
	flex-shrink: 0;
}

.recent-post-thumb img {
	width: 70px;
	height: 70px;
	object-fit: cover;
	border-radius: 6px;
}

.recent-post-details {
	flex: 1;
}

.recent-post-title {
	margin: 0 0 8px 0;
}

.recent-post-title a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	transition: color 0.3s ease;
}

.recent-post-title a:hover {
	color: #96FF00;
}

.recent-post-date {
	color: #666;
	font-size: 12px;
}

.recent-post-date i {
	color: #96FF00;
	margin-right: 3px;
}

/* Popular Posts */
.popular-post-item {
	display: flex;
	gap: 15px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #222;
}

.popular-post-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.post-rank {
	flex-shrink: 0;
	width: 35px;
	height: 35px;
	background: #96FF00;
	color: #000;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 16px;
	font-family: 'Orbitron', sans-serif;
}

.popular-post-content {
	flex: 1;
}

.popular-post-title {
	margin: 0 0 8px 0;
}

.popular-post-title a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	transition: color 0.3s ease;
}

.popular-post-title a:hover {
	color: #96FF00;
}

.popular-post-meta {
	color: #666;
	font-size: 12px;
}

.popular-post-meta i {
	color: #96FF00;
	margin-right: 3px;
}

/* Tags Cloud */
.tags-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.tag-cloud-item {
	background: #0a0a0a;
	color: #fff;
	padding: 6px 12px;
	border-radius: 15px;
	text-decoration: none;
	font-size: 13px;
	transition: all 0.3s ease;
	border: 1px solid #222;
}

.tag-cloud-item:hover {
	background: #96FF00;
	color: #000;
	border-color: #96FF00;
	transform: scale(1.05);
}

/* Newsletter Widget */
.newsletter-card {
	background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
	text-align: center;
	border: 1px solid #96FF00;
	border-radius: 8px;
	padding: 25px;
}

.newsletter-icon {
	font-size: 40px;
	color: #96FF00;
	margin-bottom: 15px;
}

.newsletter-title {
	font-size: 22px;
	color: #96FF00;
	margin: 0 0 10px 0;
	font-family: 'Orbitron', sans-serif;
}

.newsletter-text {
	color: #ccc;
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 1.6;
}

.newsletter-input {
	width: 100%;
	background: #0a0a0a;
	border: 1px solid #333;
	color: #fff;
	padding: 12px 15px;
	border-radius: 6px;
	margin-bottom: 12px;
	font-size: 14px;
}

.newsletter-input:focus {
	outline: none;
	border-color: #96FF00;
}

.newsletter-btn {
	width: 100%;
	background: #96FF00;
	color: #000;
	border: none;
	padding: 12px 20px;
	border-radius: 6px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 14px;
}

.newsletter-btn:hover {
	background: #fff;
	transform: translateY(-2px);
}

/* Social Follow Widget */
.social-follow-buttons {
	display: grid;
	gap: 12px;
}

.social-follow-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px 20px;
	border-radius: 6px;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	transition: all 0.3s ease;
}

.social-follow-btn:hover {
	transform: translateX(5px);
}

.social-follow-btn.instagram-btn {
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.social-follow-btn.facebook-btn {
	background: #1877F2;
}

.social-follow-btn.twitter-btn {
	background: #1DA1F2;
}

.social-follow-btn.youtube-btn {
	background: #FF0000;
}

.social-follow-btn.spotify-btn {
	background: #1DB954;
}
.woocommerce aside {
    display: none;
}
.related h2 {
    font-family: 'Orbitron';
    color: #53ff0c;
    margin-bottom: 25px;
}

/* ========================================
   SUBSCRIPTION TAB STYLES
   ======================================== */

/* Subscription Status Card */
.subscription-status-card {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    padding: 30px;
    margin-top: 20px;
    border: 1px solid #3A6000;
}

.subscription-status-card.status-active {
    border-left: 4px solid #8AE104;
}

.subscription-status-card.status-expired {
    border-left: 4px solid #dc3545;
}

.subscription-status-card.status-cancelled {
    border-left: 4px solid #6c757d;
}

.subscription-status-card.status-on-hold {
    border-left: 4px solid #ffc107;
}

.subscription-status-card.status-pending-cancel {
    border-left: 4px solid #fd7e14;
}

.subscription-status-card.status-none {
    border-left: 4px solid #6c757d;
}

/* Status Header */
.status-header {
    margin-bottom: 20px;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.status-badge-active {
    background: rgba(138, 225, 4, 0.2);
    color: #8AE104;
    border: 1px solid #8AE104;
}

.status-badge-expired {
    background: rgba(220, 53, 69, 0.2);
    color: #dc3545;
    border: 1px solid #dc3545;
}

.status-badge-cancelled {
    background: rgba(108, 117, 125, 0.2);
    color: #adb5bd;
    border: 1px solid #6c757d;
}

.status-badge-on-hold {
    background: rgba(255, 193, 7, 0.2);
    color: #ffc107;
    border: 1px solid #ffc107;
}

.status-badge-pending-cancel {
    background: rgba(253, 126, 20, 0.2);
    color: #fd7e14;
    border: 1px solid #fd7e14;
}

.status-badge-none {
    background: rgba(108, 117, 125, 0.2);
    color: #adb5bd;
    border: 1px solid #6c757d;
}

/* Subscription Details */
.subscription-details {
    padding: 20px 0;
    border-top: 1px solid #3A6000;
    border-bottom: 1px solid #3A6000;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.detail-row:not(:last-child) {
    border-bottom: 1px dashed rgba(138, 225, 4, 0.2);
}

.detail-label {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #adb5bd;
    font-size: 14px;
}

.detail-label i {
    color: #8AE104;
    width: 20px;
}

.detail-value {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

/* Renewal Section */
.renewal-section {
    margin-top: 25px;
    padding-top: 25px;
}

.renewal-message {
    color: #ccc;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.renewal-message p {
    margin: 0 0 10px 0;
}

.renewal-message strong {
    color: #fff;
}

.renewal-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(138, 225, 4, 0.1);
    border: 1px solid #3A6000;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.price-label {
    color: #adb5bd;
    font-size: 14px;
}

.price-value {
    color: #8AE104;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Orbitron', sans-serif;
}

/* Renewal Button - Base Styles */
.renewal-btn,
#renewSubscriptionBtn {
    border: none;
    padding: 18px 45px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.renewal-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

.renewal-btn:hover::before {
    left: 100%;
}

/* GREEN Button - New Subscribers */
.renewal-btn.btn-success,
#renewSubscriptionBtn.btn-success {
    background: linear-gradient(135deg, #28a745, #1e7e34);
    color: #fff;
    box-shadow: 0 4px 20px rgba(40, 167, 69, 0.4);
}

.renewal-btn.btn-success:hover,
#renewSubscriptionBtn.btn-success:hover {
    background: linear-gradient(135deg, #34ce57, #28a745);
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(40, 167, 69, 0.5);
}

/* RED Button - Expired/Cancelled/On-Hold (Urgent) */
.renewal-btn.btn-danger,
#renewSubscriptionBtn.btn-danger {
    background: linear-gradient(135deg, #dc3545, #a71d2a);
    color: #fff;
    box-shadow: 0 4px 20px rgba(220, 53, 69, 0.4);
    animation: pulse-danger 2s infinite;
}

.renewal-btn.btn-danger:hover,
#renewSubscriptionBtn.btn-danger:hover {
    background: linear-gradient(135deg, #e4606d, #dc3545);
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(220, 53, 69, 0.5);
    animation: none;
}

@keyframes pulse-danger {
    0%, 100% {
        box-shadow: 0 4px 20px rgba(220, 53, 69, 0.4);
    }
    50% {
        box-shadow: 0 4px 30px rgba(220, 53, 69, 0.7);
    }
}

/* YELLOW Button - Pending Cancel (Warning) */
.renewal-btn.btn-warning,
#renewSubscriptionBtn.btn-warning {
    background: linear-gradient(135deg, #ffc107, #d39e00);
    color: #000;
    box-shadow: 0 4px 20px rgba(255, 193, 7, 0.4);
}

.renewal-btn.btn-warning:hover,
#renewSubscriptionBtn.btn-warning:hover {
    background: linear-gradient(135deg, #ffcd39, #ffc107);
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(255, 193, 7, 0.5);
}

/* Disabled State */
.renewal-btn:disabled,
#renewSubscriptionBtn:disabled {
    background: #555 !important;
    color: #aaa !important;
    cursor: not-allowed;
    transform: none !important;
    box-shadow: none !important;
    animation: none !important;
}

.renewal-btn:disabled::before {
    display: none;
}

/* Button Icon Animation */
.renewal-btn i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.renewal-btn:hover i {
    transform: scale(1.2);
}

.renewal-btn.btn-danger i {
    animation: shake 0.5s ease-in-out infinite;
}

.renewal-btn.btn-danger:hover i {
    animation: none;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-2px); }
    75% { transform: translateX(2px); }
}

/* Renewal Warning Banner for Active Subscriptions */
.renewal-warning-banner {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 193, 7, 0.15);
    border: 1px solid #ffc107;
    border-radius: 8px;
    padding: 15px 20px;
    margin-top: 15px;
    color: #ffc107;
    font-size: 14px;
}

.renewal-warning-banner i {
    font-size: 20px;
    animation: pulse-icon 1.5s infinite;
}

@keyframes pulse-icon {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.1); }
}

.renewal-warning-banner strong {
    color: #fff;
}

/* Active Subscription Info */
.active-subscription-info {
    margin-top: 20px;
}

.active-message {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(138, 225, 4, 0.1);
    border: 1px solid #8AE104;
    border-radius: 8px;
    padding: 20px;
    color: #8AE104;
}

.active-message i {
    font-size: 32px;
    color: #ffc107;
}

.active-message p {
    margin: 0;
    color: #ccc;
    font-size: 15px;
}

/* SweetAlert Custom Styles for Subscription */
.swal2-popup {
    background: #1a1a1a !important;
    border: 1px solid #3A6000;
}

.swal2-title {
    color: #fff !important;
    font-family: 'Orbitron', sans-serif !important;
}

.swal2-html-container {
    color: #ccc !important;
}

/* Responsive Subscription Styles */
@media (max-width: 768px) {
    .subscription-status-card {
        padding: 20px;
    }

    .detail-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .renewal-price {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .renewal-btn,
    #renewSubscriptionBtn {
        width: 100%;
        justify-content: center;
        padding: 15px 30px;
        font-size: 14px;
    }

    .renewal-btn i {
        font-size: 16px;
    }

    .price-value {
        font-size: 20px;
    }

    .status-badge {
        font-size: 11px;
        padding: 6px 15px;
    }

    .renewal-warning-banner {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
}
