:root {
  --shophub-green: rgba(var(--cl-accent), 1);
  --shophub-green-soft: rgba(var(--cl-accent), 0.18);
  --shophub-border: rgba(120, 255, 176, 0.14);
  --shophub-panel: rgba(7, 14, 17, 0.84);
  --shophub-panel-2: rgba(10, 18, 20, 0.92);
}

html,
body {
  background:
    radial-gradient(circle at top left, rgba(var(--cl-accent), 0.14), transparent 30%),
    radial-gradient(circle at 85% 15%, rgba(var(--cl-accent), 0.08), transparent 22%),
    linear-gradient(180deg, #020806 0%, #04100c 55%, #020705 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(var(--cl-accent), 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--cl-accent), 0.045) 1px, transparent 1px);
  background-size: 110px 110px;
  mask-image: radial-gradient(circle at center, black, transparent 88%);
  opacity: 0.6;
}

#particles-js {
  opacity: 0.45;
}

.component .container,
footer {
  position: relative;
  z-index: 1;
}

.shophub-nav-shell {
  margin: 1.25rem auto 0;
  max-width: 1280px;
  background: linear-gradient(180deg, rgba(4, 11, 10, 0.92), rgba(4, 9, 11, 0.86));
  border: 1px solid var(--shophub-border);
  border-radius: 1.5rem;
  box-shadow: 0 16px 60px rgba(0, 0, 0, 0.34), inset 0 0 0 1px rgba(255,255,255,0.03);
  backdrop-filter: blur(16px);
}

.shophub-hero {
  position: relative;
  overflow: hidden;
}

.shophub-hero::before {
  content: "";
  position: absolute;
  left: -10%;
  top: 4rem;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--cl-accent), 0.18) 0%, rgba(var(--cl-accent), 0.06) 35%, transparent 72%);
  filter: blur(10px);
}

.shophub-eyebrow {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(var(--cl-accent), 0.28);
  background: rgba(var(--cl-accent), 0.08);
  color: rgb(var(--cl-accent));
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 0 24px rgba(var(--cl-accent), 0.12);
}

.shophub-hero-title {
  line-height: 1.02;
  letter-spacing: -0.03em;
  max-width: 12ch;
}

.shophub-hero-title .text-accent-500 {
  text-shadow: 0 0 22px rgba(var(--cl-accent), 0.16);
}

.shophub-hero-subtitle {
  max-width: 42rem;
}

.shophub-hero-search > div {
  margin-bottom: 0;
}

.shophub-hero-search .bg-card\/75,
.shophub-hero-search .bg-card\/75 > div {
  border-radius: 1rem;
}

.shophub-mini-stats {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 0.75rem;
}

.shophub-mini-stat {
  min-width: 110px;
}

.shophub-mini-stat strong {
  display: block;
  color: rgb(var(--cl-accent));
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.3rem;
}

.shophub-mini-stat span {
  color: rgba(255,255,255,0.58);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.shophub-hero-visual-wrap {
  width: 100%;
  max-width: 480px;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shophub-hero-visual {
  position: relative;
  width: 340px;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shophub-hero-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(var(--cl-accent), 0.18) 0%, rgba(var(--cl-accent), 0.07) 46%, rgba(12, 20, 20, 0.9) 62%, transparent 70%),
    radial-gradient(circle at 30% 25%, rgba(255,255,255,0.16), transparent 28%);
  box-shadow: 0 0 100px rgba(var(--cl-accent), 0.14);
}

.shophub-hero-badge {
  position: relative;
  z-index: 1;
  width: 240px;
  height: 240px;
  border-radius: 2rem;
  background: linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.36);
}

.shophub-hero-logo {
  width: 78px;
  height: 78px;
  object-fit: contain;
  margin-bottom: 1rem;
}

.shophub-hero-logo-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(var(--cl-accent), 0.95), rgba(var(--cl-accent), 0.65));
  color: #03110b;
  font-size: 2rem;
  font-weight: 900;
  border-radius: 1.25rem;
}

.shophub-hero-brand {
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #fff;
}

.shophub-hero-caption {
  margin-top: 0.35rem;
  color: rgba(255,255,255,0.58);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.28em;
}

.component [class*="bg-card"],
footer,
.currency-selector .choices__inner,
.currency-selector .choices__list.choices__list--dropdown,
input,
textarea,
select {
  border-radius: 1rem !important;
}

.component [class*="bg-card"],
footer {
  background: linear-gradient(180deg, var(--shophub-panel), var(--shophub-panel-2)) !important;
  border-color: var(--shophub-border) !important;
  box-shadow: 0 16px 46px rgba(0,0,0,0.24);
}

#searchbar,
input[type="text"],
input[type="search"] {
  background: rgba(5, 12, 12, 0.85) !important;
  border: 1px solid rgba(var(--cl-accent), 0.1) !important;
  min-height: 3.5rem;
}

a[class*="bg-accent-500"],
button[class*="bg-accent-500"],
.btn-primary {
  box-shadow: 0 10px 26px rgba(var(--cl-accent), 0.2);
}

.component hr {
  opacity: 1;
  border-color: rgba(var(--cl-accent), 0.75);
}

@media (max-width: 1023px) {
  .shophub-nav-shell {
    margin: 0.75rem 0.75rem 0;
  }

  .shophub-hero-visual-wrap {
    min-height: 280px;
    max-width: none;
  }

  .shophub-hero-visual {
    width: 250px;
    height: 250px;
  }

  .shophub-hero-badge {
    width: 190px;
    height: 190px;
  }

  .shophub-hero-brand {
    font-size: 1.7rem;
  }
}


.shophub-hero-copy {
  width: 100%;
}

.shophub-hero-search {
  width: 100%;
  max-width: 560px;
}

.shophub-hero-search > div,
.shophub-hero-search .bg-card\/75,
.shophub-hero-search .bg-card\/75 > div {
  width: 100%;
}

.shophub-hero-search .bg-card\/75 {
  padding: 0;
  overflow: hidden;
}

.shophub-hero-search .flex.items-center.gap-4 {
  max-width: none;
  width: 100%;
  gap: 0.85rem;
  padding: 0.9rem 1rem;
}

.shophub-hero-search input,
.shophub-hero-search .bg-card\/75 input,
.shophub-hero-search .bg-card\/75 > div input {
  width: 100%;
  min-width: 0;
  flex: 1 1 auto;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.shophub-hero-search input::placeholder {
  color: rgba(255,255,255,0.56);
}

.shophub-mini-stat strong {
  font-size: 1.45rem;
}

.component .container > .inline-block hr,
.component hr.border-accent-500 {
  border-color: rgba(var(--cl-accent), 0.95) !important;
}

@media (max-width: 1024px) {
  .shophub-hero-visual-wrap {
    min-height: 280px;
  }

  .shophub-hero-visual {
    width: 260px;
    height: 260px;
  }

  .shophub-hero-badge {
    width: 190px;
    height: 190px;
  }

  .shophub-hero-brand {
    font-size: 1.8rem;
  }
}

/* ShopHub motion layer */
@keyframes shophubFadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes shophubFadeLeft {
  from {
    opacity: 0;
    transform: translateX(-24px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes shophubFadeRight {
  from {
    opacity: 0;
    transform: translateX(24px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes shophubFloat {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes shophubPulseGlow {
  0%, 100% {
    box-shadow: 0 0 0 rgba(var(--cl-accent), 0.0), 0 18px 50px rgba(0, 0, 0, 0.36);
  }
  50% {
    box-shadow: 0 0 36px rgba(var(--cl-accent), 0.16), 0 18px 50px rgba(0, 0, 0, 0.42);
  }
}

@keyframes shophubShimmer {
  from {
    transform: translateX(-120%) skewX(-18deg);
  }
  to {
    transform: translateX(220%) skewX(-18deg);
  }
}

body {
  animation: shophubFadeUp 0.6s ease-out;
}

.shophub-nav-shell {
  animation: shophubFadeUp 0.7s ease-out;
}

.shophub-eyebrow {
  animation: shophubFadeLeft 0.6s ease-out 0.05s both;
}

.shophub-hero-title {
  animation: shophubFadeLeft 0.7s ease-out 0.12s both;
}

.shophub-hero-subtitle,
.shophub-hero-search,
.shophub-mini-stats,
.shophub-hero .flex.flex-wrap.items-center.gap-4.mt-3 {
  animation: shophubFadeLeft 0.8s ease-out 0.2s both;
}

.shophub-hero-visual {
  animation: shophubFadeRight 0.8s ease-out 0.18s both, shophubFloat 4.8s ease-in-out 1s infinite;
  will-change: transform;
}

.shophub-hero-ring {
  animation: shophubPulseGlow 4s ease-in-out infinite;
}

.shophub-hero-badge {
  animation: shophubPulseGlow 4.5s ease-in-out infinite;
}

.component [class*="bg-card"],
footer,
.shophub-nav-shell,
.shophub-eyebrow,
.btn-primary,
a[class*="bg-accent-500"],
button[class*="bg-accent-500"],
nav a,
nav button {
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background-color 0.28s ease, color 0.28s ease, opacity 0.28s ease;
}

.component [class*="bg-card"]:hover,
footer:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(var(--cl-accent), 0.12);
}

nav a:hover,
nav button:hover,
.btn-primary:hover,
a[class*="bg-accent-500"]:hover,
button[class*="bg-accent-500"]:hover {
  transform: translateY(-2px);
}

.btn-primary,
a[class*="bg-accent-500"],
button[class*="bg-accent-500"] {
  position: relative;
  overflow: hidden;
}

.btn-primary::after,
a[class*="bg-accent-500"]::after,
button[class*="bg-accent-500"]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  opacity: 0;
  pointer-events: none;
}

.btn-primary:hover::after,
a[class*="bg-accent-500"]:hover::after,
button[class*="bg-accent-500"]:hover::after {
  opacity: 1;
  animation: shophubShimmer 0.9s ease;
}

.shophub-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.shophub-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.shophub-reveal-delay-1 { transition-delay: 0.08s; }
.shophub-reveal-delay-2 { transition-delay: 0.16s; }
.shophub-reveal-delay-3 { transition-delay: 0.24s; }
.shophub-reveal-delay-4 { transition-delay: 0.32s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .shophub-reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

.shophub-discord-cta {
  position: relative;
  max-width: 85rem;
  margin: 4rem auto 1.5rem;
  padding: 0 1rem;
  z-index: 1;
}

.shophub-discord-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.8rem 2rem;
  border: 1px solid rgba(100, 114, 255, 0.18);
  border-radius: 1.6rem;
  background:
    linear-gradient(180deg, rgba(7, 10, 28, 0.98), rgba(5, 8, 22, 0.96)),
    radial-gradient(circle at 18% 50%, rgba(88, 101, 242, 0.18), transparent 38%);
  box-shadow:
    0 18px 60px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.02) inset;
  overflow: hidden;
}

.shophub-discord-cta__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(88, 101, 242, 0.08) 50%, transparent 100%);
  pointer-events: none;
}

.shophub-discord-cta__content {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 1;
}

.shophub-discord-cta__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  min-width: 3.25rem;
  border-radius: 1rem;
  color: white;
  background: linear-gradient(135deg, #5865F2, #7a84ff);
  box-shadow: 0 14px 32px rgba(88, 101, 242, 0.35);
}

.shophub-discord-cta__icon svg,
.shophub-discord-cta__button-icon svg {
  width: 1.35rem;
  height: 1.35rem;
  display: block;
}

.shophub-discord-cta h3 {
  margin: 0;
  color: rgba(255,255,255,0.98);
  font-size: 1.95rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.shophub-discord-cta p {
  margin: 0.35rem 0 0;
  color: rgba(255,255,255,0.65);
  font-size: 1rem;
}

.shophub-discord-cta__button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 1rem 1.4rem;
  border-radius: 1rem;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  background: linear-gradient(135deg, #5865F2, #7289da);
  box-shadow: 0 16px 35px rgba(88, 101, 242, 0.28);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.shophub-discord-cta__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(88, 101, 242, 0.36);
  filter: brightness(1.04);
}

.shophub-discord-cta__button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .shophub-discord-cta {
    margin-top: 3rem;
    padding: 0 0.75rem;
  }

  .shophub-discord-cta__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.4rem;
  }

  .shophub-discord-cta h3 {
    font-size: 1.55rem;
  }

  .shophub-discord-cta__button {
    width: 100%;
    justify-content: center;
  }
}

/* Hero cleanup fix */
.shophub-hero {
  isolation: isolate;
}

.shophub-hero::after,
.shophub-hero-copy::before {
  content: none !important;
  display: none !important;
  background: none !important;
}

.shophub-hero .container {
  position: relative;
  z-index: 1;
}

.shophub-hero-copy {
  position: relative;
  z-index: 2;
  background: transparent !important;
  box-shadow: none !important;
}

@keyframes shophubBagBob {
  0%, 100% { transform: translateY(0) rotate(0deg) scale(1); }
  20% { transform: translateY(-6px) rotate(-1deg) scale(1.01); }
  50% { transform: translateY(-14px) rotate(1deg) scale(1.04); }
  80% { transform: translateY(-5px) rotate(-0.7deg) scale(1.015); }
}

@keyframes shophubBagShadow {
  0%, 100% { transform: scale(1); opacity: 0.22; }
  50% { transform: scale(0.86); opacity: 0.12; }
}

@keyframes shophubBagGlow {
  0%, 100% { filter: drop-shadow(0 22px 52px rgba(var(--cl-accent), 0.12)); }
  50% { filter: drop-shadow(0 32px 76px rgba(var(--cl-accent), 0.26)); }
}

.shophub-hero-visual-wrap {
  width: 100%;
  max-width: 760px;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shophub-hero-visual--bag {
  position: relative;
  width: 620px;
  height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: shophubBagBob 4.2s ease-in-out infinite, shophubBagGlow 3.8s ease-in-out infinite;
}

.shophub-hero-visual--bag::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--cl-accent), 0.13) 0%, rgba(var(--cl-accent), 0.05) 42%, transparent 72%);
  filter: blur(24px);
  opacity: 0.85;
}

.shophub-hero-visual--bag::after {
  content: "";
  position: absolute;
  bottom: 58px;
  width: 280px;
  height: 42px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.10) 58%, transparent 80%);
  animation: shophubBagShadow 4.2s ease-in-out infinite;
}

.shophub-hero-bag-logo {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 520px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 38px rgba(0,0,0,0.20));
}

.shophub-hero-ring,
.shophub-hero-bag-glow,
.shophub-hero-logo-card,
.shophub-hero-badge,
.shophub-hero-brand,
.shophub-hero-caption,
.shophub-hero-logo {
  display: none !important;
}

@media (max-width: 1024px) {
  .shophub-hero-visual-wrap {
    min-height: 360px;
    max-width: 100%;
  }

  .shophub-hero-visual--bag {
    width: 380px;
    height: 380px;
  }

  .shophub-hero-visual--bag::before {
    width: 280px;
    height: 280px;
  }

  .shophub-hero-visual--bag::after {
    bottom: 34px;
    width: 180px;
    height: 26px;
  }

  .shophub-hero-bag-logo {
    max-width: 320px;
  }
}


/* FINAL HERO FIX */

.shophub-hero::after,
.shophub-hero-copy::before {
  display: none !important;
  content: none !important;
}

.shophub-hero {
  background: transparent !important;
}

/* BIG BAG */
.shophub-hero-visual-wrap {
  max-width: 900px;
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shophub-hero-visual--bag {
  width: 720px;
  height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  animation: shophubBagBob 4s ease-in-out infinite;
}

/* BAG GLOW ONLY */
.shophub-hero-visual--bag::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(var(--cl-accent), 0.18) 0%,
    rgba(var(--cl-accent), 0.08) 40%,
    transparent 75%);
  filter: blur(30px);
}

/* SHADOW */
.shophub-hero-visual--bag::after {
  content: "";
  position: absolute;
  bottom: 60px;
  width: 260px;
  height: 40px;
  border-radius: 999px;
  background: radial-gradient(circle,
    rgba(0,0,0,0.35) 0%,
    rgba(0,0,0,0.12) 60%,
    transparent 80%);
}

/* IMAGE */
.shophub-hero-bag-logo {
  max-width: 600px;
  filter:
    drop-shadow(0 0 40px rgba(var(--cl-accent), 0.25))
    drop-shadow(0 20px 40px rgba(0,0,0,0.45));
}

/* ANIMATION */
@keyframes shophubBagBob {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* CLEANUP */
.shophub-hero-ring,
.shophub-hero-logo-card,
.shophub-hero-badge,
.shophub-hero-brand,
.shophub-hero-caption,
.shophub-hero-logo {
  display: none !important;
}



/* TRUE MOBILE FIX */
@media (max-width: 768px) {

  .shophub-hero .container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 1rem !important;
  }

  .shophub-hero-visual-wrap {
    order: -1 !important;
    margin: 0 auto !important;
    min-height: auto !important;
  }

  .shophub-hero-visual--bag {
    width: 90vw !important;
    height: 90vw !important;
    max-width: 420px !important;
    max-height: 420px !important;
  }

  .shophub-hero-bag-logo {
    max-width: 80vw !important;
  }

  .shophub-hero-copy {
    width: 100% !important;
    text-align: center !important;
    align-items: center !important;
  }

  .shophub-hero-title {
    font-size: clamp(1.9rem, 8vw, 2.6rem) !important;
    line-height: 1 !important;
  }

  .shophub-hero-subtitle {
    font-size: 0.95rem !important;
  }

  .shophub-hero-search {
    width: 100% !important;
  }

  .shophub-mini-stats {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0.5rem !important;
    width: 100% !important;
  }

  .shophub-mini-stat {
    text-align: center !important;
  }

  .shophub-mini-stat strong {
    font-size: 1rem !important;
  }

  .shophub-mini-stat span {
    font-size: 0.6rem !important;
  }

  .navbar > .container {
    padding: 0.6rem !important;
  }

  .navbar-brand span {
    font-size: 0.95rem !important;
  }

}



/* navbar second-style mobile fix */
.currency-selector,
.currency-selector.lg,
.currency-selector.xs {
  display: none !important;
}

.navbar-top-row {
  gap: 1rem;
}

.navbar-brand-row {
  min-width: 0;
}

.navbar-brand {
  min-width: 0;
}

.navbar-brand img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 0.35rem;
}

.navbar-brand span {
  white-space: nowrap;
}

.navbar-actions-inline .btn-icon,
.navbar-toggler.btn-icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  padding: 0 !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.navbar-toggler.btn-icon {
  border: 1px solid rgba(255,255,255,0.12) !important;
}

.navbar-toggler .navbar-toggler-icon {
  margin: 0;
}

@media (max-width: 991.98px) {
  .navbar .container {
    padding: 1rem !important;
  }

  .navbar-top-row {
    align-items: center !important;
  }

  .navbar-brand {
    gap: 0.85rem !important;
  }

  .navbar-brand span {
    font-size: 0.98rem !important;
  }

  .navbar-brand img {
    width: 36px;
    height: 36px;
  }

  .navbar-actions-inline {
    margin-left: 0.1rem;
  }

  .navbar-actions-inline .btn-icon,
  .navbar-toggler.btn-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
  }

  .navbar-collapse {
    margin-top: 0.8rem;
    border-top: 1px solid rgba(255,255,255,0.06);
    padding-top: 0.8rem;
  }

  .navbar-links-row {
    gap: 0.35rem !important;
  }

  .navbar-links-row .nav-link,
  .navbar-links-row .btn {
    font-size: 0.98rem !important;
  }
}

@media (max-width: 575.98px) {
  .navbar .container {
    padding: 0.9rem !important;
  }

  .navbar-brand {
    gap: 0.7rem !important;
  }

  .navbar-brand span {
    font-size: 0.92rem !important;
  }

  .navbar-brand img {
    width: 34px;
    height: 34px;
  }

  .navbar-actions-inline {
    gap: 0.45rem !important;
  }

  .navbar-actions-inline .btn-icon,
  .navbar-toggler.btn-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }
}


/* REMOVE NAVBAR */
.navbar{display:none!important;}
