﻿:root {
  --ux-glass-bg: rgba(24, 10, 10, 0.85);
  --ux-glass-border: rgba(217, 74, 74, 0.15);
  --ux-glass-border-hover: rgba(217, 74, 74, 0.35);
  --ux-glass-glow: rgba(217, 74, 74, 0.08);
  --ux-accent: #D94A4A;
  --ux-accent-hover: #E06B6B;
  --ux-accent-dark: #2f0a0a;
  --ux-bg-primary: rgb(16, 7, 7);
  --ux-bg-secondary: rgb(24, 12, 12);
  --ux-text-muted: rgba(255, 255, 255, 0.5);
  --bs-border-radius: 0.75rem;
}

html, body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--ux-bg-primary) !important;
  color: #e0e0e0;
  padding-top: 0 !important;
  margin-top: 0 !important;
  font-family: 'Geist', sans-serif;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0.7px, transparent 1px);
  background-size: 36px 36px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.28;
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 256px 256px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.22;
  will-change: auto;
  contain: strict;
}


::selection {
  background: rgba(217, 74, 74, 0.3);
  color: #fff;
}

.flex-wrapper {
  padding-top: 0 !important;
  padding-bottom: 80px !important;
}

.ux-hero ~ * {
  margin-top: 0;
}

.hero + .component,
.ux-hero + .component,
.ux-hero + section {
  margin-top: 0;
}

header.sticky-top {
  position: static !important;
}

#ux-header {
  position: fixed !important;
  top: 0 !important;
  bottom: auto !important;
  left: 0;
  z-index: 2000 !important;
  width: 100%;
  margin: 0;
  background: transparent !important;
  padding: 0 !important;
  pointer-events: none;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transition: none;
}

.ux-navbar.sa-unified-nav {
  all: unset !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  position: static !important;
  pointer-events: auto;
}

/* Old shell styles overridden by bottom floating pill styles below */
.sa-unified-shell {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  padding: 8px 8px 8px 22px !important;
  background: rgba(8, 8, 12, 0.88) !important;
  backdrop-filter: blur(24px) !important;
  -webkit-backdrop-filter: blur(24px) !important;
  border: 1px solid rgba(255, 255, 255, 0.07) !important;
  border-radius: 9999px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.55) !important;
  height: auto !important;
  width: auto !important;
  flex-wrap: nowrap !important;
  position: relative;
}

#ux-header.is-scrolled .sa-unified-shell {
  background: rgba(8, 8, 12, 0.88) !important;
  border-color: rgba(255, 255, 255, 0.07) !important;
}

.sa-unified-logo {
  display: flex !important;
  align-items: center !important;
  margin-right: 20px !important;
  text-decoration: none !important;
  flex-shrink: 0 !important;
  z-index: 4;
}

.sa-unified-logo img {
  height: 22px !important;
  width: auto !important;
  filter: brightness(0) invert(1) !important;
  display: block !important;
}

.sa-unified-center {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0 !important;
  margin: 0 12px 0 0 !important;
  padding: 0 !important;
  position: static !important;
  left: auto !important;
  transform: none !important;
  background: none !important;
  border: none !important;
}

.sa-unified-center-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.45rem;
  height: auto;
  padding: 8px 14px !important;
  border-radius: 9999px !important;
  text-decoration: none !important;
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 0.84rem !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  transition: color 0.2s ease !important;
  background: none !important;
  border: none !important;
  white-space: nowrap !important;
}

.sa-unified-center-link i {
  display: none !important;
}

.sa-unified-center-link:hover {
  color: rgba(255, 255, 255, 0.95) !important;
  background: none !important;
}

.sa-unified-center-link.active {
  color: #fff !important;
  background: none !important;
  box-shadow: none !important;
}

.sa-unified-actions {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 4;
}

.sa-unified-icon-btn {
  display: none !important;
}

.sa-unified-icon-btn:hover {
  display: none !important;
}

.sa-unified-count {
  display: none !important;
}

.sa-unified-panel-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
  border-radius: 9999px !important;
  padding: 10px 20px !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 0.84rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  box-shadow: none !important;
  transition: background 0.2s ease !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
}

.sa-unified-panel-btn i.fa-arrow-right {
  display: none !important;
}

.sa-unified-panel-btn::before {
  content: '' !important;
  width: 7px !important;
  height: 7px !important;
  background: #3b82f6 !important;
  border-radius: 50% !important;
  flex-shrink: 0 !important;
  box-shadow: 0 0 6px rgba(59, 130, 246, 0.6) !important;
}

.sa-unified-panel-btn:hover {
  filter: none;
  background: rgba(255, 255, 255, 0.11) !important;
  color: #fff !important;
}

.sa-unified-mobile {
  position: fixed !important;
  inset: 0 !important;
  z-index: 1040 !important;
  background: rgba(0, 0, 0, 0.6) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
  padding: 16px 16px 88px !important;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  animation: none;
}

@keyframes mobileSlideIn {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}

.sa-unified-mobile-list {
  background: rgba(8, 8, 12, 0.95) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-radius: 20px !important;
  padding: 10px !important;
  width: 100% !important;
  max-width: 340px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
}

.sa-unified-mobile-link {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 14px 18px !important;
  border-radius: 14px !important;
  color: rgba(255, 255, 255, 0.6) !important;
  text-decoration: none !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  transition: background 0.15s, color 0.15s !important;
  border: none !important;
  background: none !important;
  width: 100% !important;
  cursor: pointer !important;
  text-align: left !important;
}

.sa-unified-mobile-link i {
  width: 18px !important;
  text-align: center !important;
  font-size: 0.85rem !important;
  flex-shrink: 0;
}

.sa-unified-mobile-link:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.06) !important;
}

button.sa-unified-mobile-link {
  text-align: left !important;
}

.sa-unified-mobile-link.active {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: transparent !important;
}

.sa-unified-mobile-sep {
  height: 1px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  margin: 4px 12px !important;
}

.sa-unified-mobile-panel {
  background: transparent !important;
  border-color: transparent !important;
  color: rgba(255, 255, 255, 0.6) !important;
  font-weight: 600 !important;
}

.sa-unified-mobile-panel:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: transparent !important;
}

.ux-navbar {
  all: unset !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

#ux-header.is-scrolled {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: none !important;
}

.ux-navbar > * {
  /* handled via inner wrapper */
}



.ux-nav-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-right: 2rem;
}

.ux-nav-logo a {
  display: flex;
  align-items: center;
}

.ux-nav-logo img {
  height: 30px;
  width: auto;
  display: block;
}

.ux-nav-links {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

.ux-nav-link {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 0.4rem 0.75rem;
  border-radius: 6px;
  transition: color 0.2s ease, background 0.2s ease;
  white-space: nowrap;
  line-height: 1;
}

.ux-nav-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.ux-nav-buttons {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.ux-nav-cart-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  background: transparent;
  transition: color 0.2s ease, background 0.2s ease;
}

.ux-nav-cart-btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.ux-cart-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  background: var(--ux-accent);
  color: #fff;
  font-size: 0.55rem;
  font-weight: 700;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ux-account-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.45rem !important;
  height: 34px !important;
  padding: 0 0.9rem !important;
  border-radius: 8px !important;
  background: linear-gradient(135deg, #D94A4A 0%, #bf2f2f 100%) !important;
  border: 1px solid rgba(217, 74, 74, 0.5) !important;
  color: #fff !important;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  cursor: pointer;
  white-space: nowrap;
  transition: filter 0.2s ease, box-shadow 0.2s ease !important;
  box-shadow: 0 2px 12px rgba(217, 74, 74, 0.25);
}

.ux-account-btn:hover {
  filter: brightness(1.1) !important;
  box-shadow: 0 4px 18px rgba(217, 74, 74, 0.35) !important;
  color: #fff !important;
}

.ux-account-btn i {
  font-size: 0.75rem;
}

.ux-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 1rem;
  background: linear-gradient(135deg, #D94A4A 0%, #6B1B1B 100%);
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.78rem;
  border-radius: 8px;
  transition: filter 0.2s ease;
  text-decoration: none;
  white-space: nowrap;
}

.ux-nav-btn:hover {
  filter: brightness(1.1);
}

.ux-nav-link-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.75rem;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  border-radius: 6px;
  transition: color 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}

.ux-nav-link-btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.ux-mobile-toggle {
  display: none;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.8);
  padding: 0.4rem;
  margin-left: auto;
  cursor: pointer;
}

#uxMobileNav {
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  z-index: 1999;
}

.ux-mobile-menu {
  background: rgba(18, 8, 8, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.75rem 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.ux-mobile-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 0.6rem 0.75rem;
  border-radius: 8px;
  transition: color 0.2s ease, background 0.2s ease;
  display: block;
}

.ux-mobile-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

@media (max-width: 991.98px) {
  .ux-nav-links {
    display: none !important;
  }
  .ux-mobile-toggle {
    display: flex !important;
  }
  .ux-navbar {
    padding: 0 1rem;
  }
  .ux-nav-logo {
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .ux-nav-link-btn {
    display: none;
  }
}

.announcement {
  display: none !important;
}

.ux-hero {
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  min-height: 100vh !important;
  padding-top: 6rem !important;
  margin-top: -80px !important;
}

.ux-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
  z-index: 1;
}

.ux-hero .bg-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(217, 74, 74, 0.06) 0%, transparent 60%);
  z-index: 2;
}

.light-container {
  position: absolute;
  width: 100%;
  min-height: 80vh;
  top: -7rem;
  z-index: 10;
  overflow: hidden;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(ellipse at 100% 0%, black 40%, transparent 70%);
  mask-image: radial-gradient(ellipse at 100% 0%, black 40%, transparent 70%);
  background-repeat: no-repeat;
  background-size: 300% 200%;
  background-position: 50% 50%, 50% 50%;
  background-image: repeating-linear-gradient(100deg, black 0%, black 7%, transparent 10%, transparent 12%, black 16%),
                     repeating-linear-gradient(100deg, #fa6060 10%, #D94A4A, #fa6060, #5eead4, #fa6060 30%);
  filter: blur(20px) opacity(10%) saturate(250%);
}

.light-rays {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-image: repeating-linear-gradient(100deg, black 0%, black 7%, transparent 10%, transparent 12%, black 16%),
                     repeating-linear-gradient(100deg, #fa6060 10%, #D94A4A, #fa6060, #5eead4, #fa6060 30%);
  mix-blend-mode: difference;
  animation: ray 60s linear infinite;
}

@keyframes ray {
  0% { background-position: 0% 50%, 0% 50%; }
  100% { background-position: 200% 50%, 200% 50%; }
}

@keyframes textShine {
  0%, 90%, 100% {
    background-position: calc(-100% - var(--text-width, 200px)) 0;
  }
  30%, 60% {
    background-position: calc(100% + var(--text-width, 200px)) 0;
  }
}

.ux-hero {
  min-height: 600px;
  padding: 4rem 2rem;
}

.ux-hero-badge-wrap {
  margin-top: 10.5rem;
}

.ux-scroll-arrow {
  position: absolute;
  bottom: 6.3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  animation: ux-bounce 3s ease-in-out infinite;
  width: 34px;
  height: 34px;
  border: 2px solid rgba(217, 74, 74, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 25, 47, 0.3);
  cursor: pointer;
}

.ux-hero-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 30%, rgba(217, 74, 74, 0.04) 0%, transparent 50%);
  z-index: 2;
  contain: strict;
}

.ux-hero .container {
  z-index: 10;
  position: relative;
}

.ux-hero-operators {
  position: absolute;
  top: 60%;
  left: 48%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 98%;
  max-width: 1750px;
  opacity: 0.15;
}

.ux-hero-fade-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background-image: linear-gradient(to bottom, transparent, #120707 85%);
  z-index: 6;
}

.ux-trust-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding: 0.5rem 1.25rem;
  background: rgba(217, 74, 74, 0.06);
  border: 1px solid rgba(217, 74, 74, 0.15);
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.ux-trust-badge:hover {
  background: rgba(217, 74, 74, 0.1);
  border-color: rgba(217, 74, 74, 0.25);
}

.ux-trust-badge-text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  background: linear-gradient(90deg, #D94A4A, #E06B6B, #D94A4A);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.ux-badge-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.ux-hero-title {
  font-size: clamp(2.5rem, 7vw, 6rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0.5rem 0;
  font-family: 'Zalando Sans Expanded', sans-serif;
}

.ux-gradient-text {
  background: linear-gradient(135deg, #D94A4A 0%, #E06B6B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ux-hero-subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.ux-hero-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.5rem;
  background: linear-gradient(180deg, rgba(217, 74, 74, 1) 0%, rgba(107, 27, 27, 1) 100%);
  color: #fff !important;
  border: none;
  border-radius: 2rem;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: filter 0.2s ease;
  cursor: pointer;
}

.ux-hero-btn-primary:hover {
  filter: brightness(1.05);
  box-shadow: 0 4px 15px rgba(217, 74, 74, 0.15);
  color: #fff !important;
}

.ux-searchbar {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}

.ux-searchbar input {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 50px !important;
  padding: 0.7rem 1rem 0.7rem 2.5rem !important;
  color: rgba(255, 255, 255, 0.5) !important;
}

.ux-searchbar svg {
  fill: var(--ux-accent) !important;
  opacity: 0.5;
}

.ux-hero-stats {
  display: flex;
  align-items: center;
  gap: 2rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 1rem 2rem;
}

.ux-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.ux-stat-value {
  color: var(--ux-accent);
  font-weight: 700;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.ux-stat-value svg {
  stroke: var(--ux-accent);
}

.ux-stat-label {
  color: var(--ux-text-muted);
  font-size: 0.75rem;
  font-weight: 500;
}

.section-title h1,
.section-title h2 {
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

.section-subtitle p {
  color: var(--ux-text-muted);
}

.products .card,
.ux-product-card {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 16px !important;
  overflow: hidden;
  transition: border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.products .card:hover,
.ux-product-card:hover {
  transform: none !important;
  border-color: rgba(217, 74, 74, 0.25) !important;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.04) !important;
}

.ux-group-card {
  position: relative;
  width: min(100%, 560px);
  margin-inline: auto;
}

.ux-group-card .ux-card-image {
  width: 100%;
  aspect-ratio: 1 / 1 !important;
}

.ux-group-card {
  max-width: 100%;
}

.ux-group-card .ux-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ux-group-card .ux-card-body {
  display: none !important;
}

.ux-group-card .ux-card-divider {
  display: none;
}

.ux-group-card .ux-card-img-overlay {
  display: none;
}

.ux-group-card .ux-card-image img {
  transition: none !important;
  transform: none !important;
}

.ux-group-card:hover .ux-card-image img {
  transform: none !important;
}

.ux-group-card {
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.35s ease, box-shadow 0.35s ease !important;
}

.ux-group-card:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(217, 74, 74, 0.3) !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4), 0 0 15px rgba(217, 74, 74, 0.08) !important;
}

@media (max-width: 639px) {
  .ux-group-card {
    width: 100%;
  }
}

.ux-products-section {
  position: relative;
  max-width: 1200px;
}

.ux-products-section .row.products {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  gap: 0;
}

.ux-products-section .row.products > [class*="col-"] {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  margin-bottom: 0.5rem;
}

.ux-products-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(217, 74, 74, 0.06) 0%, transparent 70%);
  filter: blur(72px);
  border-radius: 9999px;
  pointer-events: none;
  z-index: 0;
}

.ux-products-section::after {
  content: '';
  position: absolute;
  bottom: 10%;
  right: 10%;
  width: 400px;
  height: 350px;
  background: radial-gradient(circle, rgba(217, 74, 74, 0.05) 0%, transparent 65%);
  filter: blur(72px);
  border-radius: 9999px;
  pointer-events: none;
  z-index: 0;
}

.glow-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(217, 74, 74, 0.08) 0%, transparent 70%);
  filter: blur(72px);
  border-radius: 9999px;
  pointer-events: none;
  z-index: 0;
}

.glow-top-right {
  position: absolute;
  top: 15%;
  right: 5%;
  width: 400px;
  height: 350px;
  background: radial-gradient(circle, rgba(217, 74, 74, 0.08) 0%, transparent 65%);
  filter: blur(72px);
  border-radius: 9999px;
  pointer-events: none;
  z-index: 0;
}

.glow-bottom-left {
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(217, 74, 74, 0.08) 0%, transparent 70%);
  filter: blur(72px);
  border-radius: 9999px;
  pointer-events: none;
  z-index: 0;
}

.ux-card-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: var(--product-card-image-aspect-ratio, 4/3);
}

.ux-card-image img {
  width: 100%;
  height: 100%;
  object-fit: var(--product-image-fit, cover);
  transition: transform 0.5s ease;
}

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

.ux-card-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(18, 8, 8, 0.8) 100%);
  border-radius: inherit;
  transition: opacity 0.3s ease;
}

.ux-card-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.02);
  color: var(--ux-accent);
  opacity: 0.3;
}

.ux-card-body {
  padding: 1.1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.ux-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
}

.ux-card-title {
  color: #fff;
  font-weight: 600;
  font-size: 1.15rem;
  margin: 0;
  line-height: 1.3;
}

.ux-card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.ux-game-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.6rem;
  background: rgba(217, 74, 74, 0.08);
  border: 1px solid rgba(217, 74, 74, 0.15);
  border-radius: 9999px;
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--ux-accent);
  position: relative;
}

.ux-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--badge-color, var(--ux-accent));
  flex-shrink: 0;
  display: inline-block;
  animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {
  0% { box-shadow: 0 0 0 0 var(--badge-color, rgba(217, 74, 74, 0.6)); }
  70% { box-shadow: 0 0 0 6px var(--badge-color, rgba(217, 74, 74, 0)); }
  100% { box-shadow: 0 0 0 0 var(--badge-color, rgba(217, 74, 74, 0)); }
}

.ux-card-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(217, 74, 74, 0.15), transparent);
}

.ux-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.ux-card-meta {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.ux-meta-count {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}

.ux-meta-delivery {
  font-size: 0.75rem;
  color: var(--ux-text-muted);
  font-weight: 400;
}

.ux-price-value {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}

.ux-price-slash {
  color: var(--ux-text-muted);
  font-size: 0.85rem;
  font-weight: 400;
}

.products .card .card-img-top {
  background: rgba(255, 255, 255, 0.02) !important;
}

.products .card .card-img-top .overlay .btn {
  background: var(--ux-accent) !important;
  border: none !important;
  color: var(--ux-accent-dark) !important;
  font-weight: 600;
}

.products .card .card-img-top .badges div {
  background: rgba(217, 74, 74, 0.1) !important;
  color: var(--ux-accent) !important;
  font-weight: 600;
  border-radius: 9999px;
  border: 1px solid rgba(217, 74, 74, 0.2);
}

.products .card .card-body {
  padding: 1rem;
}

.products .card .card-title {
  color: #fff;
  font-weight: 600;
}

.products .card .info .price {
  color: var(--ux-accent);
  font-weight: 600;
}

.products .card .info .text-primary {
  color: rgba(217, 74, 74, 0.7) !important;
  font-size: 0.8rem;
}

.features {
  position: relative;
}

.features .list .feature {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  transition: border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.features .list .feature:hover {
  border-color: rgba(217, 74, 74, 0.25);
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.05);
}

.features .list .feature i {
  color: var(--ux-accent);
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(217, 74, 74, 0.08);
  border-radius: 12px;
  border: 1px solid rgba(217, 74, 74, 0.15);
}

.features .list .feature .title {
  color: #fff;
  font-weight: 600;
}

.features .list .feature .description {
  color: var(--ux-text-muted);
  font-size: 0.875rem;
}

.testimonial {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 16px !important;
  transition: border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial:hover {
  border-color: rgba(217, 74, 74, 0.25) !important;
  background: rgba(255, 255, 255, 0.05) !important;
}

.testimonial .header .quote {
  color: var(--ux-accent);
  opacity: 0.4;
}

.testimonial .content .message p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  line-height: 1.6;
}

.testimonial .footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.testimonial .footer .items {
  color: var(--ux-accent);
  font-size: 0.8rem;
}

.testimonial .footer .date {
  color: var(--ux-text-muted);
  font-size: 0.75rem;
}

.socials {
  background: transparent !important;
}

.socials .list .social {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  transition: border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1), color 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.socials .list .social:hover {
  border-color: rgba(217, 74, 74, 0.25);
  color: var(--ux-accent) !important;
  transform: translateY(-2px);
}

.socials .list .social .left svg {
  background-color: var(--ux-accent) !important;
  color: var(--ux-accent-dark) !important;
}

.faq .accordion-item {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 16px !important;
  margin-bottom: 0.75rem;
  overflow: hidden;
}

.faq .accordion-button {
  background: transparent !important;
  color: #fff !important;
  font-weight: 500;
  box-shadow: none !important;
  border: none;
}

.faq .accordion-button:not(.collapsed) {
  color: var(--ux-accent) !important;
}

.faq .accordion-button::after {
  filter: invert(1) brightness(0.6);
}

.faq .accordion-body {
  color: var(--ux-text-muted);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ux-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.ux-faq-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.ux-faq-item:hover {
  border-color: rgba(217, 74, 74, 0.15);
}

.ux-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 1.25rem;
  background: none;
  border: none;
  color: #fff;
  font-family: 'Geist', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  text-align: left;
  gap: 1rem;
  transition: color 0.28s ease;
}

.ux-faq-question:hover {
  color: #D94A4A;
}

.ux-faq-question[aria-expanded="true"] {
  color: #D94A4A;
}

.ux-faq-chevron {
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.4);
  transition: transform 0.3s ease;
}

.ux-faq-question[aria-expanded="true"] .ux-faq-chevron {
  transform: rotate(180deg);
  color: #D94A4A;
}

.ux-faq-answer {
  padding: 0 1.25rem 1.1rem;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Geist', sans-serif;
  font-size: 0.85rem;
  line-height: 1.6;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.3s ease, transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.ux-faq-item .collapse,
.ux-faq-item .collapsing {
  transition: height 0.42s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.ux-faq-item .collapse.show .ux-faq-answer,
.ux-faq-item .collapsing .ux-faq-answer {
  opacity: 1;
  transform: translateY(0);
}

.ux-discord-cta {
  position: relative;
  padding: 4rem 1.5rem;
}

.ux-discord-cta-inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 4rem 3rem;
  text-align: center;
  background: linear-gradient(135deg, rgba(217, 74, 74, 0.06) 0%, rgba(217, 74, 74, 0.02) 50%, rgba(18, 8, 8, 0.9) 100%);
  border: 1px solid rgba(217, 74, 74, 0.12);
  border-radius: 24px;
  overflow: hidden;
}

.ux-discord-glow {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(217, 74, 74, 0.15) 0%, transparent 70%);
  filter: blur(80px);
  pointer-events: none;
  contain: strict;
}

.ux-discord-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.ux-discord-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  margin: 0;
  font-family: 'Geist', sans-serif;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.ux-discord-subtitle {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.45);
  max-width: 500px;
  margin: 0;
  font-family: 'Geist', sans-serif;
  line-height: 1.6;
}

.ux-discord-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.5rem;
  background: linear-gradient(135deg, #D94A4A 0%, #6B1B1B 100%);
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.85rem;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 0.5rem;
}

.ux-discord-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(217, 74, 74, 0.3);
  color: #fff;
}

@media (max-width: 768px) {
  .ux-discord-title {
    font-size: 1.75rem;
  }
  .ux-discord-cta-inner {
    padding: 3rem 1.5rem;
  }
}

.ux-footer {
  background: transparent !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
  position: relative;
  overflow: hidden;
  padding: 2.5rem 0 0;
}

.ux-footer-glow-left {
  position: absolute;
  left: -20%;
  top: -30%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(217, 74, 74, 0.04), transparent 70%);
  pointer-events: none;
}

.ux-footer-glow-right {
  display: none;
  position: absolute;
  right: -15%;
  bottom: -20%;
  width: 400px;
  height: 300px;
  transform: rotate(-30deg);
  border-radius: 50%;
  background: linear-gradient(to right, rgba(217, 74, 74, 0.03), rgba(169, 245, 225, 0.03));
  pointer-events: none;
}

.ux-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 1.5rem 0 2rem;
}

@media (min-width: 768px) {
  .ux-footer-grid {
    grid-template-columns: 1.2fr 2fr;
    gap: 3rem;
  }
}

.ux-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ux-footer-brand-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.ux-payment-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 320px;
}

@media (min-width: 480px) {
  .ux-payment-icons {
    grid-template-columns: repeat(6, 1fr);
    max-width: 450px;
  }
}

.ux-payment-icon {
  width: 100%;
  aspect-ratio: 1.4;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease, color 0.2s ease;
}

.ux-payment-icon:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.ux-footer-links-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 2rem;
}

.ux-footer-col h3 {
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
}

.ux-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.ux-footer-col ul li a {
  color: var(--ux-text-muted);
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s ease;
}

.ux-footer-col ul li a:hover {
  color: var(--ux-accent);
}

.ux-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1.25rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ux-footer-bottom p {
  color: var(--ux-text-muted);
  font-size: 0.8rem;
  margin: 0;
}

.text-block .container {
  position: relative;
}

.bg-block-secondary {
  background: var(--ux-bg-secondary) !important;
}

.text-image-block .image img,
.text-video-block iframe {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.product-wrapper .container {
  position: relative;
}

.product-wrapper > .container > section {
  position: relative;
  overflow: hidden;
}

.product-wrapper > .container > section::before {
  content: '';
  position: absolute;
  top: 5%;
  left: -15%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(217, 74, 74, 0.07) 0%, rgba(217, 74, 74, 0.02) 40%, transparent 70%);
  pointer-events: none;
  z-index: 0;
  animation: bgPulse 8s ease-in-out infinite alternate;
}

.product-wrapper > .container > section::after {
  content: '';
  position: absolute;
  bottom: 10%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(217, 74, 74, 0.06) 0%, rgba(217, 74, 74, 0.02) 40%, transparent 70%);
  pointer-events: none;
  z-index: 0;
  animation: bgPulse 10s ease-in-out infinite alternate-reverse;
}

@keyframes bgPulse {
  0% { opacity: 0.6; transform: scale(1); }
  100% { opacity: 1; transform: scale(1.15); }
}

.product-image-card {
  background: linear-gradient(145deg, rgba(217, 74, 74, 0.04) 0%, rgba(255, 255, 255, 0.02) 50%, rgba(217, 74, 74, 0.03) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.25rem;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.25rem;
}

.product-image-glow {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 200px;
  background: radial-gradient(ellipse, rgba(217, 74, 74, 0.18) 0%, rgba(217, 74, 74, 0.05) 50%, transparent 75%);
  pointer-events: none;
  z-index: 0;
}

.product-image-glow-2 {
  position: absolute;
  bottom: -60px;
  right: -40px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(217, 74, 74, 0.1) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}

.product-image-card > *:not(.product-image-glow):not(.product-image-glow-2) {
  position: relative;
  z-index: 1;
}

.product-image-card .carousel-inner img,
.product-image-card .card-img-top {
  border-radius: 0.75rem;
}

.product-desc-card {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.025) 0%, rgba(217, 74, 74, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 1rem;
  padding: 1.25rem;
  position: relative;
  overflow: hidden;
}

.product-desc-glow {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 120px;
  background: radial-gradient(ellipse, rgba(217, 74, 74, 0.12) 0%, rgba(217, 74, 74, 0.03) 50%, transparent 75%);
  pointer-events: none;
  z-index: 0;
}

.product-desc-card > *:not(.product-desc-glow) {
  position: relative;
  z-index: 1;
}

.product-wrapper .product-tabs {
  background: transparent;
  border: none;
  padding: 0;
}

.product-wrapper .display-6 {
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.product-wrapper .product-tabs .btn-primary {
  background: var(--ux-accent) !important;
  border-color: var(--ux-accent) !important;
  color: var(--ux-accent-dark) !important;
}

.product-wrapper .product-tabs .btn-outline-primary {
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.7) !important;
}

.product-wrapper .product-tabs .btn-outline-primary:hover {
  background: rgba(255, 255, 255, 0.05) !important;
  border-color: rgba(217, 74, 74, 0.25) !important;
  color: var(--ux-accent) !important;
}

.product-wrapper .badges a,
.product-wrapper .badges div {
  background: rgba(217, 74, 74, 0.08);
  border: 1px solid rgba(217, 74, 74, 0.15);
  color: var(--ux-accent);
  border-radius: 9999px;
  padding: 0.25rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 500;
  text-decoration: none;
}

.product-wrapper .carousel-inner img {
  border-radius: 16px;
}

.product-wrapper .thumbnails button {
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.product-wrapper .thumbnails button.active,
.product-wrapper .thumbnails button:hover {
  border-color: var(--ux-accent) !important;
}

.product-wrapper .status .indicator {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  animation: pulse 2s ease-in-out infinite;
}

.product-wrapper .status .indicator .pulsating {
  display: none;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 var(--status-color, rgba(217, 74, 74, 0.6)); }
  70% { box-shadow: 0 0 0 7px transparent; }
  100% { box-shadow: 0 0 0 0 transparent; }
}

.btn-primary {
  background: linear-gradient(135deg, #D94A4A 0%, #6B1B1B 100%) !important;
  border: none !important;
  color: var(--ux-accent-dark) !important;
  font-weight: 600;
  border-radius: 12px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(217, 74, 74, 0.25);
}

.btn-outline-primary {
  color: var(--ux-accent) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  border-radius: 12px;
}

.btn-outline-primary:hover {
  background: var(--ux-accent) !important;
  border-color: var(--ux-accent) !important;
  color: var(--ux-accent-dark) !important;
}

.product-buy-btn {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: #D94A4A;
  border: none;
  padding: 0.85rem 1.5rem;
  border-radius: 0.75rem;
  transition: background 0.3s ease, transform 0.3s ease;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0;
  cursor: pointer;
}

.product-buy-btn:hover {
  background: #E06B6B;
  transform: translateY(-2px);
}

.product-buy-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.product-buy-btn svg {
  width: 18px;
  height: 18px;
  color: #fff;
  fill: #fff;
  margin-right: 0.5rem;
}

.product-cart-btn {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.product-cart-btn:hover {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-2px);
}

.product-cart-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.product-cart-btn svg {
  width: 18px;
  height: 18px;
}

.product-trust-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 0.85rem;
  padding: 0;
}

.product-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 400;
  letter-spacing: 0.02em;
}

.product-trust-item i {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.25);
}

.product-trust-sep {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  flex-shrink: 0;
}

.text-primary {
  color: var(--ux-accent) !important;
}

.form-control,
.form-select {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 12px;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--ux-accent) !important;
  box-shadow: 0 0 0 0.2rem rgba(217, 74, 74, 0.15) !important;
}

.modal-dialog {
  max-width: 800px !important;
}

.modal-dialog.modal-lg {
  max-width: 800px !important;
}

.modal-dialog.modal-xl {
  max-width: 1100px !important;
}

.modal-content {
  background: rgba(24, 13, 13, 0.95) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 20px !important;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
}

.modal-header {
  border-bottom: none !important;
  padding: 1.25rem 1.5rem !important;
}

.modal-header .modal-title,
.modal-header .btn-close {
  color: #fff;
}

.modal-header .btn-close {
  filter: invert(1) brightness(0.7);
  opacity: 0.6;
}

.modal-header .btn-close:hover {
  opacity: 1;
}

.modal-body {
  padding: 1.5rem !important;
}

.modal-body .card,
.modal-body .ux-product-card {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 16px !important;
  transition: border-color 0.3s ease !important;
}

.modal-body .card:hover,
.modal-body .ux-product-card:hover {
  border-color: rgba(217, 74, 74, 0.25) !important;
  transform: none !important;
  box-shadow: none !important;
}

.modal-body .card:hover *,
.modal-body .ux-product-card:hover * {
  transform: none !important;
}

.modal .card,
.modal .card:hover {
  transform: none !important;
}

.modal-body .card .card-title,
.modal-body .card-title {
  color: #fff !important;
  font-weight: 600;
}

.modal-body .card .card-img-top {
  border-radius: 12px 12px 0 0 !important;
  background: rgba(255, 255, 255, 0.02) !important;
}

.modal-body .card .info .price {
  color: #fff !important;
  font-weight: 700;
}

.modal-body .card .info .text-primary {
  color: rgba(255, 255, 255, 0.5) !important;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.7) !important;
}

.card {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 16px !important;
}

.cart-page .card,
.customer-page .card {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 16px !important;
}

.table {
  --bs-table-bg: transparent;
  color: rgba(255, 255, 255, 0.8);
}

.table > :not(caption) > * > * {
  border-color: rgba(255, 255, 255, 0.08);
}

.pagination .page-link {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
}

.pagination .page-item.active .page-link {
  background: var(--ux-accent);
  border-color: var(--ux-accent);
  color: var(--ux-accent-dark);
}

.bg-image {
  opacity: 0.15;
}

*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: var(--ux-bg-primary);
}

*::-webkit-scrollbar-thumb {
  background: rgba(217, 74, 74, 0.2);
  border-radius: 4px;
}

*::-webkit-scrollbar-thumb:hover {
  background: rgba(217, 74, 74, 0.35);
}

.live-stats svg {
  width: 1rem;
  height: 1rem;
  color: var(--ux-accent);
}

.customer-sidebar .nav-link {
  color: rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  transition: color 0.2s ease, background 0.2s ease;
}

.customer-sidebar .nav-link:hover,
.customer-sidebar .nav-link.active {
  color: var(--ux-accent);
  background: rgba(217, 74, 74, 0.08);
}

.editor {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
}

.editor a {
  color: var(--ux-accent);
}

.editor img {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.blog-card {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 16px !important;
  transition: border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-card:hover {
  border-color: rgba(217, 74, 74, 0.25) !important;
  transform: translateY(-2px);
}

.status-page-section {
  position: relative;
  overflow: visible;
}

.status-page-header {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}

.status-header-accent {
  width: 4px;
  height: 60px;
  background: linear-gradient(180deg, #D94A4A, #6B1B1B);
  border-radius: 4px;
  flex-shrink: 0;
  margin-top: 0.25rem;
  box-shadow: 0 0 12px rgba(217, 74, 74, 0.4);
}

.status-header-text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.status-header-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #D94A4A;
  text-transform: uppercase;
  font-family: 'Geist', sans-serif;
}

.status-header-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: -0.02em;
  font-family: 'Geist', sans-serif;
}

.status-glow-orb {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(217, 74, 74, 0.06) 0%, transparent 70%);
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
  contain: strict;
}

.status-card {
  display: block;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 0;
  margin-bottom: 0;
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.status-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, transparent 50%);
  pointer-events: none;
  border-radius: 16px;
}

.status-card:hover {
  border-color: rgba(217, 74, 74, 0.25);
  background: rgba(255, 255, 255, 0.05);
  transform: translateX(6px);
  box-shadow: none;
}

.status-card-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.4rem 1.75rem;
  position: relative;
  z-index: 1;
}

.status-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  font-family: 'Geist', sans-serif;
}

.status-cards {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: relative;
  z-index: 1;
}

.status-group {
  margin-bottom: 1.5rem;
}

.status-group h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
  padding-left: 1rem;
  font-family: 'Geist', sans-serif;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.status-group h2::before {
  content: '';
  width: 4px;
  height: 24px;
  background: linear-gradient(180deg, #D94A4A, #6B1B1B);
  border-radius: 4px;
  flex-shrink: 0;
  box-shadow: 0 0 10px rgba(217, 74, 74, 0.4);
}

.status .indicator {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.status .indicator .pulsating {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: statusPulse 2s ease-in-out infinite;
}

@keyframes statusPulse {
  0% { box-shadow: 0 0 0 0 currentColor; opacity: 0.7; }
  70% { box-shadow: 0 0 0 8px transparent; opacity: 0; }
  100% { box-shadow: 0 0 0 0 transparent; opacity: 0; }
}

.status .label {
  font-weight: 600;
  font-size: 0.8rem;
  font-family: 'Geist', sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.status {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

@media (max-width: 768px) {
  .status-header-title {
    font-size: 1.75rem;
  }
  .status-card-inner {
    padding: 1rem 1.25rem;
  }
}

.image-gallery img {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.image-gallery img:hover {
  border-color: rgba(217, 74, 74, 0.25);
  transform: scale(1.02);
}

.myvouches-section .vouch-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
}

.navbar {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.hero .content h1 {
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.hero .content .stats-wrapper {
  margin-top: 1rem;
}

.hero .content .stats {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 16px;
  padding: 1rem 2rem !important;
}

.hero .content .stats div .value {
  color: var(--ux-accent);
}

.hero .content .stats div .label {
  color: var(--ux-text-muted);
}

.hero .fake-searchbar input,
.hero .search-modal .searchbar input {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  color: #fff;
  border-radius: 50px;
}

.hero .fake-searchbar svg,
.hero .search-modal .searchbar svg {
  fill: var(--ux-accent) !important;
  opacity: 0.5;
}

.hero .search-modal .modal-content {
  background: rgb(24, 13, 13);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
}

.notification-container {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  z-index: 1050;
}

.notification-popup {
  background: rgba(10, 15, 26, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  padding: 0.75rem 1rem;
  max-width: 320px;
  animation: slideIn 0.5s ease;
}

.notification-content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.notification-image {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  object-fit: cover;
}

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

[data-aos] {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

footer.footer {
  background: transparent !important;
}

.footer h5 {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
}

.footer .nav li a {
  color: var(--ux-text-muted) !important;
  transition: color 0.2s ease;
}

.footer .nav li a:hover {
  color: var(--ux-accent) !important;
}

.footer .logo p {
  color: #fff;
}

.currency-selector select,
.currency-selector .choices {
  background: transparent !important;
  border: none !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.8rem;
}

.choices__inner {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  min-height: auto !important;
}

.choices__list--dropdown {
  background: rgb(30, 18, 18) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 12px !important;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background: rgba(217, 74, 74, 0.1) !important;
  color: var(--ux-accent) !important;
}

.ux-nav-buttons .currency-selector,
.ux-nav-buttons .currency-selector .choices,
.ux-nav-buttons .currency-selector .choices__inner {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  min-height: auto !important;
  margin: 0 !important;
}

.ux-nav-buttons .currency-selector select,
.ux-nav-buttons .currency-selector .choices__inner {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 0.2rem 0.4rem !important;
  font-size: 0.7rem !important;
  color: rgba(255,255,255,0.8) !important;
  min-height: auto !important;
  line-height: 1 !important;
  -webkit-appearance: none;
  appearance: none;
}

.ux-nav-buttons .choices__list--single {
  padding: 0 !important;
}

.ux-nav-buttons .choices[data-type*=select-one]::after {
  display: none !important;
}

.ux-section-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.8rem;
  background: rgba(217, 74, 74, 0.08);
  border: 1px solid rgba(217, 74, 74, 0.15);
  border-radius: 50px;
  color: #D94A4A;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.ux-section-title {
  font-size: 2.5rem;
  font-weight: 700;
  background: linear-gradient(135deg, #fff 0%, rgba(255,255,255,0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  line-height: 1.2;
}

.ux-section-subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  text-align: center;
  max-width: 600px;
  margin: 0.75rem auto 0;
  line-height: 1.6;
}

.ux-scroll-dot {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 9999px;
  animation: scroll-indicator 2s infinite;
}

@keyframes scroll-indicator {
  0% { opacity: 1; top: 0.5rem; }
  100% { opacity: 0; top: 2rem; }
}

@keyframes ux-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-12px);
  }
  60% {
    transform: translateX(-50%) translateY(-6px);
  }
}

.glow-center,
.glow-top-right,
.glow-bottom-left,
.ux-footer-glow-left,
.ux-footer-glow-right,
.ux-products-section::before,
.ux-products-section::after {
  will-change: auto;
  transform: translateZ(0);
  contain: strict;
}

.light-container {
  will-change: auto;
  transform: translateZ(0);
  contain: layout style;
}

.light-rays {
  will-change: transform;
  transform: translateZ(0);
}

@media (max-width: 768px) {
  body::after {
    display: none;
  }

  body {
    background-image: none !important;
  }

  .light-container {
    filter: blur(15px) opacity(8%) saturate(200%);
  }

  .light-rays {
    animation-duration: 120s;
  }

  .ux-hero {
    min-height: 80vh !important;
    padding-top: 1.5rem !important;
    background-size: 250% auto !important;
    background-position: center top !important;
  }

  .ux-hero-characters {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    opacity: 1 !important;
    inset: 0 !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
  }

  #ux-features .ux-f-menu-outer {
    padding: 0.5rem 0.5rem 0 !important;
  }

  #ux-features .ux-f-menu {
    width: 85% !important;
    padding: 6px 10px !important;
  }

  #ux-features .ux-f-menu-label {
    font-size: 0.7rem !important;
  }

  #ux-features .ux-f-menu-icon {
    width: 28px !important;
    height: 28px !important;
  }

  #ux-features .ux-f-menu-icon svg {
    width: 14px !important;
    height: 14px !important;
  }

  #ux-features .ux-f-toggle {
    transform: scale(0.8);
  }

  #ux-features .ux-f-range {
    max-width: 60px !important;
  }

  .ux-hero {
    min-height: 450px !important;
    padding: 2rem 1rem !important;
  }

  .ux-hero-badge-wrap {
    margin-top: 6.5rem !important;
  }

  .ux-hero-badge-wrap > div {
    font-size: 0.6rem !important;
    padding: 0.1rem 0.3rem !important;
    transform: scale(0.78);
  }

  .ux-scroll-arrow {
    width: 28px !important;
    height: 28px !important;
    bottom: 3rem !important;
    border-width: 1.5px !important;
  }

  .ux-scroll-arrow svg {
    width: 12px !important;
    height: 12px !important;
  }

  .ux-hero-title {
    font-size: clamp(2.2rem, 9vw, 3.2rem) !important;
    margin-top: -0.5rem !important;
    line-height: 1.1 !important;
  }

  .ux-hero-subtitle {
    font-size: 0.75rem !important;
    margin-top: -0.25rem !important;
  }

  .ux-hero-operators {
    width: 175% !important;
    max-width: 175% !important;
    opacity: 0.3 !important;
    top: 45% !important;
    left: 43% !important;
  }

  .ux-hero .container [data-aos]:first-child {
    margin-top: 6rem !important;
  }

  .ux-hero .container [data-aos]:first-child > div {
    font-size: 0.6rem !important;
    padding: 0.15rem 0.3rem !important;
  }

  .ux-hero-btn-primary {
    padding: 0.45rem 1rem !important;
    font-size: 0.75rem !important;
  }

  .section-title h1,
  .section-title h2 {
    font-size: 1.25rem !important;
  }

  .section-subtitle p {
    font-size: 0.75rem !important;
  }

  .ux-section-title {
    font-size: 1.25rem !important;
  }

  .ux-section-subtitle {
    font-size: 0.75rem !important;
  }

  .ux-products-section h2 {
    font-size: 1.25rem !important;
  }

  .ux-products-section p {
    font-size: 0.75rem !important;
  }

  .container {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .py-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .ux-media-program {
    padding: 1.5rem 0.75rem !important;
  }

  .ux-media-program h2 {
    font-size: 1.2rem !important;
  }

  .ux-media-program p {
    font-size: 0.72rem !important;
  }

  .testimonial {
    padding: 0.6rem !important;
  }

  .ux-card-body {
    padding: 0.5rem !important;
  }

  .ux-card-title {
    font-size: 0.8rem !important;
  }

  .ux-navbar {
    padding: 0.3rem 0.5rem !important;
    height: 44px !important;
  }

  .ux-navbar .ux-nav-logo img {
    height: 28px !important;
  }

  .ux-nav-buttons {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    gap: 0.3rem !important;
  }

  .ux-nav-btn,
  .ux-get-started-btn {
    display: none !important;
  }

  .ux-nav-link-btn {
    font-size: 0.65rem !important;
    padding: 0.2rem 0.4rem !important;
  }

  .ux-nav-actions .btn,
  .ux-nav-actions a {
    font-size: 0.65rem !important;
    padding: 0.2rem 0.4rem !important;
  }

  #ux-header {
    padding: 0 !important;
    top: 0 !important;
    bottom: auto !important;
    background: transparent !important;
    backdrop-filter: none !important;
  }

  .ux-hero {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .ux-footer {
    padding: 1.25rem 0 0 !important;
  }

  .ux-f-card {
    margin-bottom: 0.5rem !important;
  }

  .ux-f-card-info {
    padding: 0.75rem !important;
  }

  .ux-f-title {
    font-size: 1rem !important;
  }

  .ux-f-desc {
    font-size: 0.72rem !important;
  }

  h1 {
    font-size: 1.5rem !important;
  }

  h2 {
    font-size: 1.25rem !important;
  }

  h3 {
    font-size: 1rem !important;
  }

  .py-5-nav {
    padding-top: 0.75rem !important;
    padding-bottom: calc(80px + 0.75rem) !important;
  }

  .product-wrapper .display-6 {
    font-size: 1.3rem !important;
    margin-bottom: 0.75rem !important;
  }

  .product-wrapper .container .px-4 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .product-image-card {
    margin-bottom: 0.75rem !important;
    padding: 0.5rem !important;
    border-radius: 0.75rem !important;
  }

  .product-desc-card {
    padding: 0.75rem !important;
    border-radius: 0.75rem !important;
    margin-top: 0.5rem !important;
  }

  .product-desc-card .btn {
    font-size: 0.75rem !important;
    padding: 0.3rem 0.6rem !important;
  }

  .product-desc-card .editor {
    font-size: 0.8rem !important;
    line-height: 1.5 !important;
  }

  .product-wrapper .badges {
    gap: 0.4rem !important;
    margin-bottom: 0.5rem !important;
  }

  .product-wrapper .badges div,
  .product-wrapper .badges a {
    font-size: 0.7rem !important;
    padding: 0.2rem 0.5rem !important;
  }

  .product-wrapper .buy-buttons .btn {
    font-size: 0.8rem !important;
    padding: 0.5rem 0.75rem !important;
  }

  .product-wrapper .section-title h2 {
    font-size: 1.1rem !important;
  }

  .product-wrapper .row.gx-4 {
    --bs-gutter-x: 0.5rem !important;
  }

  .product-wrapper .mt-2 {
    margin-top: 0.5rem !important;
  }

  .product-wrapper .mb-5 {
    margin-bottom: 1.5rem !important;
  }

  .product-wrapper .mb-4 {
    margin-bottom: 0.75rem !important;
  }

  .product-page-section {
    padding: 1rem !important;
  }

  .ux-trust-badge {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .ux-hero-stats {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .ux-searchbar input {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .products .card,
  .ux-product-card {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: rgba(10, 15, 26, 0.9) !important;
    transition: none !important;
  }

  .glow-center,
  .glow-top-right,
  .glow-bottom-left {
    filter: blur(60px);
    opacity: 0.5;
    width: 300px !important;
    height: 300px !important;
  }

  .ux-products-section::before,
  .ux-products-section::after {
    filter: blur(60px);
    opacity: 0.4;
    width: 300px !important;
    height: 300px !important;
  }

  .ux-footer-glow-left,
  .ux-footer-glow-right {
    display: none;
  }

  .ux-trust-badge-text {
    animation: none;
  }

  .ux-card-image img {
    transition: none !important;
  }

  .ux-product-card:hover .ux-card-image img {
    transform: none !important;
  }

  .ux-product-card:hover {
    transform: none !important;
  }

  .ux-feature-card:hover,
  .ux-faq-item:hover {
    transform: none !important;
  }

  .ux-f-card {
    transition: none !important;
  }

  .ux-discord-card {
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
  }

  .modal-content {
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
  }


  .wave-container,
  #shield-animation-container {
    overflow: hidden !important;
  }

  .wave-container .wave {
    animation: none !important;
    display: none !important;
  }

  .ux-payment-img-desktop {
    display: none !important;
  }

  .ux-payment-img-mobile {
    display: block !important;
    width: 200% !important;
    max-width: none !important;
    margin-left: -50%;
  }

  [data-aos] {
    transition-duration: 0.4s !important;
    transition-timing-function: ease-out !important;
  }

  [data-aos][data-aos-delay] {
    transition-delay: 0s !important;
  }

  * {
    -webkit-font-smoothing: antialiased;
  }

  .cust-header-title {
    font-size: 2rem !important;
  }

  .cust-sidebar {
    margin-bottom: 1.5rem;
  }

  .cust-sidebar-nav {
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 0.5rem !important;
  }

  .cust-sidebar-link {
    padding: 0.5rem 0.75rem !important;
    font-size: 0.8rem !important;
  }
}

.cust-page {
  padding-top: 80px;
  padding-bottom: 3rem;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(217, 74, 74, 0.04) 0%, transparent 60%),
    radial-gradient(ellipse 60% 40% at 80% 50%, rgba(217, 74, 74, 0.02) 0%, transparent 50%),
    radial-gradient(ellipse 50% 50% at 20% 80%, rgba(217, 74, 74, 0.02) 0%, transparent 50%);
}

.cust-page .component::before,
.cust-page .component::after,
.cust-page > ::before,
.cust-page > ::after {
  display: none !important;
}

.cust-page .bg-circle,
.cust-page .bg-decor,
.cust-page .bg-gradient-shape {
  display: none !important;
}

.cust-page ~ .components .glow-center,
.cust-page ~ .components .glow-top-right,
.cust-page ~ .components .glow-bottom-left,
.cust-page .glow-center,
.cust-page .glow-top-right,
.cust-page .glow-bottom-left {
  display: none !important;
}

.cust-page ~ * .glow-center,
.cust-page ~ * .glow-top-right,
.cust-page ~ * .glow-bottom-left {
  display: none !important;
}


.cust-header {
  text-align: center;
  padding: 1.5rem 0 2.5rem;
}

.cust-header-welcome {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--ux-accent);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
  background: rgba(217, 74, 74, 0.06);
  border: 1px solid rgba(217, 74, 74, 0.12);
  padding: 0.4rem 1.1rem;
  border-radius: 9999px;
}

.cust-header-welcome::before,
.cust-header-welcome::after {
  display: none;
}

.cust-header-title {
  display: block;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  margin: 0.5rem 0 0.5rem;
  letter-spacing: -0.02em;
}

.cust-header-sub {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.95rem;
  margin: 0;
}

.cust-sidebar {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 0.75rem;
}

.cust-sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.cust-sidebar-link {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.8rem 1.1rem;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.92rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease;
  border: none;
  background: none;
  width: 100%;
  cursor: pointer;
  text-align: left;
}

.cust-sidebar-link:hover {
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.04);
}

.cust-sidebar-link.active {
  color: var(--ux-accent);
  background: rgba(217, 74, 74, 0.08);
  position: relative;
}

.cust-sidebar-link.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 60%;
  border-radius: 0 3px 3px 0;
  background: var(--ux-accent);
}

.cust-sidebar-link.clicking {
  color: var(--ux-accent) !important;
  background: rgba(217, 74, 74, 0.08) !important;
  opacity: 0.7;
}

.cust-sidebar-link i {
  font-size: 0.85rem;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}

.cust-sidebar-badge {
  margin-left: auto;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
}

.cust-sidebar-logout {
  color: rgba(255, 255, 255, 0.35) !important;
  margin-top: 0.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0 0 10px 10px;
  padding-top: 0.85rem !important;
}

.cust-sidebar-logout:hover {
  color: rgba(255, 100, 100, 0.8) !important;
}

.cust-stat-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 1.5rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  height: 100%;
}

.cust-stat-label {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.cust-stat-value {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.cust-topup-link {
  color: var(--ux-accent);
  font-size: 0.8rem;
  text-decoration: none;
  font-weight: 500;
  margin-top: 0.25rem;
}

.cust-topup-link:hover {
  text-decoration: underline;
}

.cust-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 1.75rem;
}

.cust-delete-btn {
  background: transparent;
  border: 1px solid rgba(255, 80, 80, 0.3);
  border-radius: 10px;
  color: rgba(255, 80, 80, 0.7);
  padding: 0.5rem 1.25rem;
  font-size: 0.82rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.cust-delete-btn:hover {
  border-color: rgba(255, 80, 80, 0.6);
  color: rgba(255, 80, 80, 0.9);
  background: rgba(255, 80, 80, 0.05);
}

.cust-table {
  width: 100%;
  border-collapse: collapse;
}

.cust-table thead th {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.cust-table tbody td {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  vertical-align: middle;
}

.cust-table tbody tr:last-child td {
  border-bottom: none;
}

.cust-action-link {
  color: var(--ux-accent);
  font-size: 0.82rem;
  text-decoration: none;
  font-weight: 500;
}

.cust-action-link:hover {
  text-decoration: underline;
}

.cust-info-bar {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  background: rgba(217, 74, 74, 0.05);
  border: 1px solid rgba(217, 74, 74, 0.1);
  border-radius: 12px;
  padding: 0.85rem 1.25rem;
  margin-bottom: 1.25rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.82rem;
}

.cust-info-bar i {
  color: var(--ux-accent);
  flex-shrink: 0;
}

/* Product Page (TSX-inspired) */
.sa-pp {
  padding-bottom: 5rem;
}

.sa-pp-container {
  max-width: 1280px;
}

.sa-pp-shell {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.sa-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.45);
}

.sa-breadcrumb a {
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  transition: color 0.2s ease;
}

.sa-breadcrumb a:hover {
  color: #fff;
}

.sa-breadcrumb i {
  font-size: 0.65rem;
  opacity: 0.6;
}

.sa-breadcrumb span {
  color: #fff;
  font-weight: 700;
}

.sa-main-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
}

.sa-media-col,
.sa-info-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sa-main-image-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: radial-gradient(circle at 20% 20%, rgba(217, 74, 74, 0.2), rgba(107, 27, 27, 0.16));
  border: 1px solid rgba(217, 74, 74, 0.2);
  aspect-ratio: 16/9;
}

.sa-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sa-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.8rem;
  border-radius: 9999px;
  font-size: 0.72rem;
  font-weight: 700;
  border: 1px solid transparent;
}

.sa-badge-delivery {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  background: rgba(16, 45, 30, 0.86);
  color: #6ee7b7;
  border-color: rgba(110, 231, 183, 0.3);
  z-index: 2;
}

.sa-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.sa-arrow-left {
  left: 0.75rem;
}

.sa-arrow-right {
  right: 0.75rem;
}

.sa-dots {
  position: absolute;
  left: 50%;
  bottom: 0.8rem;
  transform: translateX(-50%);
  display: flex;
  gap: 0.35rem;
  z-index: 3;
}

.sa-dot {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 9999px;
  border: none;
  background: rgba(255, 255, 255, 0.45);
}

.sa-dot.active {
  width: 1.1rem;
  background: #fff;
}

.sa-thumbs {
  display: flex;
  gap: 0.6rem;
}

.sa-thumb {
  width: 6.25rem;
  height: 4.8rem;
  border-radius: 0.8rem;
  border: 2px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  padding: 0;
  background: transparent;
}

.sa-thumb.active {
  border-color: var(--ux-accent);
}

.sa-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sa-promo-card {
  display: flex;
  gap: 1rem;
  padding: 1.25rem;
  border-radius: 16px;
  background: #3d1111;
}

.sa-promo-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(217, 74, 74, 0.3);
  background: rgba(217, 74, 74, 0.12);
  color: #f17575;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sa-promo-title {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.sa-promo-content p {
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  font-size: 0.85rem;
}

.sa-promo-content button {
  margin-top: 0.55rem;
  border: none;
  background: transparent;
  color: #f17575;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.sa-head-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
}

.sa-head-row h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  font-weight: 800;
  line-height: 1.1;
}

.sa-price {
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  font-weight: 800;
  line-height: 1;
}

.sa-status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.sa-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.75rem;
  font-size: 0.71rem;
  font-weight: 800;
  border-radius: 9999px;
  border: 1px solid color-mix(in srgb, var(--pill-color, #22c55e) 35%, transparent);
  background: color-mix(in srgb, var(--pill-color, #22c55e) 12%, transparent);
  color: var(--pill-color, #22c55e);
  letter-spacing: 0.04em;
}

.sa-pill-dot {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 9999px;
  background: var(--pill-color, #22c55e);
  animation: pulseDot 1.6s infinite;
}

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

.sa-pill-rating {
  --pill-color: #6ee7b7;
}

.sa-buy-card {
  border-radius: 0;
  border: none;
  background: transparent;
  padding: 0;
}

.sa-content-sections {
  margin-top: 0.75rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}

.sa-tab-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.sa-tab-row button {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.4rem 0.9rem;
  border-radius: 9999px;
}

.sa-tab-row button.active {
  border-color: var(--ux-accent);
  color: #fff;
  background: rgba(217, 74, 74, 0.18);
}

.sa-req-section h2,
.sa-external-features-section h2 {
  color: #fff;
  font-size: 1.45rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.sa-req-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.sa-req-card {
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  padding: 1rem;
  background: #1c0a0a;
  border: 1px solid #1c0a0a;
  transition: border-color 0.22s ease;
}

.sa-req-card:hover {
  border-color: rgba(217, 74, 74, 0.75);
}

.sa-req-icon {
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(217, 74, 74, 0.28);
  background: rgba(217, 74, 74, 0.12);
  color: #f17575;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
}

.sa-req-label {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.72rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.sa-req-value {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.3;
}

.sa-external-features-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.8rem;
}

.sa-external-feature-card {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  padding: 1rem;
  background: #1c0a0a;
  border: 1px solid #1c0a0a;
  transition: border-color 0.22s ease;
}

.sa-external-feature-card:hover {
  border-color: rgba(217, 74, 74, 0.75);
}

.sa-external-feature-head {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.8rem;
}

.sa-external-feature-badge {
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 0.6rem;
  border: 1px solid rgba(217, 74, 74, 0.3);
  background: rgba(217, 74, 74, 0.16);
  color: #f17575;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sa-external-feature-head h3 {
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  margin: 0;
}

.sa-external-feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.sa-external-feature-list li {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.84rem;
  display: flex;
  align-items: flex-start;
  gap: 0.42rem;
}

.sa-external-feature-list li::before {
  content: "";
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.35);
  margin-top: 0.44rem;
  flex-shrink: 0;
}

.sa-features h3 {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.9rem;
}

.sa-features-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.8rem;
}

.sa-feature-card {
  border-radius: 14px;
  padding: 0.9rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.sa-feature-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.sa-feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.4rem;
}

.sa-feature-list li {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
}

.sa-feature-list li::before {
  content: "";
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.35);
  margin-top: 0.45rem;
  flex-shrink: 0;
}

.sa-upsells h2 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.sa-testimonials {
  position: relative;
  overflow: hidden;
}

.sa-testimonials-head {
  text-align: center;
  margin-bottom: 2rem;
}

.sa-testimonials-title {
  margin: 0;
  font-size: clamp(1.85rem, 3vw, 2.8rem);
  font-weight: 700;
  line-height: 1.15;
  background: linear-gradient(180deg, #ffffff 0%, #9ca3af 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sa-testimonials-head p {
  margin: 0.55rem auto 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.95rem;
}

.sa-testimonials-marquee {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.sa-testimonials-marquee::before,
.sa-testimonials-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5rem;
  pointer-events: none;
  z-index: 2;
}

.sa-testimonials-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #120707 0%, transparent 100%);
}

.sa-testimonials-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #120707 0%, transparent 100%);
}

.sa-testimonials-row {
  display: flex;
  overflow: hidden;
  user-select: none;
}

.sa-testimonials-track {
  width: max-content;
  flex-shrink: 0;
  display: flex;
  gap: 0.8rem;
  padding: 0 0.4rem;
  will-change: transform;
}

.sa-testimonials-track-left {
  animation: saTestimonialsLeft var(--sa-marquee-duration, 55s) linear infinite;
}

.sa-testimonials-track-right {
  animation: saTestimonialsRight var(--sa-marquee-duration, 55s) linear infinite;
}

.sa-testimonials-row:hover .sa-testimonials-track {
  animation-play-state: paused;
}

.sa-testimonial-card {
  width: 20rem;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
  padding: 1rem;
  transition: border-color 0.2s ease;
}

.sa-testimonial-card:hover {
  border-color: rgba(217, 74, 74, 0.35);
}

.sa-testimonial-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin-bottom: 0.65rem;
}

.sa-testimonial-user {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}

.sa-testimonial-avatar {
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(217, 74, 74, 0.14);
  color: #f17575;
  font-size: 0.85rem;
  font-weight: 700;
  flex-shrink: 0;
}

.sa-testimonial-user span {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
}

.sa-testimonial-date {
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.72rem;
}

.sa-testimonial-stars {
  display: inline-flex;
  gap: 0.18rem;
  margin-bottom: 0.45rem;
  font-size: 0.7rem;
}

.sa-star-on {
  color: #f17575;
}

.sa-star-off {
  color: rgba(255, 255, 255, 0.28);
}

.sa-testimonial-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.83rem;
  line-height: 1.55;
}

@keyframes saTestimonialsLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes saTestimonialsRight {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

@media (min-width: 992px) {
  .sa-req-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sa-external-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sa-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .sa-main-grid {
    grid-template-columns: 1fr;
  }

  .sa-thumb {
    width: 5rem;
    height: 4rem;
  }

  .sa-req-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sa-testimonials-marquee::before,
  .sa-testimonials-marquee::after {
    width: 3rem;
  }

  .sa-testimonial-card {
    width: 17rem;
  }
}

@media (max-width: 767.98px) {
  .sa-req-grid {
    grid-template-columns: 1fr;
  }

  .sa-testimonials-marquee::before,
  .sa-testimonials-marquee::after {
    width: 1.8rem;
  }

  .sa-testimonial-card {
    width: 15rem;
    padding: 0.85rem;
  }
}

/* Products Listing (TSX-style) */
.sa-plp {
  padding-bottom: 6rem;
}

.sa-plp-container {
  max-width: 1180px;
}

.sa-plp-hero {
  text-align: center;
  margin-bottom: 2.2rem;
}

.sa-plp-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.15rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.08;
}

.sa-plp-title-accent {
  background: linear-gradient(180deg, #ff9494 0%, #ff5a5a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sa-plp-hero p {
  margin: 0.75rem auto 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
}

.sa-plp-category-wrap {
  margin-top: 0.8rem;
}

.sa-plp-category-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.sa-plp-category-head h2 {
  margin: 0;
  color: #fff;
  font-size: 1.55rem;
  font-weight: 700;
}

.sa-plp-group-search {
  width: 20rem;
  max-width: 100%;
}

.sa-plp-groups-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.sa-plp-group-card {
  position: relative;
  overflow: hidden;
  width: min(100%, 560px);
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: block;
  text-decoration: none;
  margin-inline: auto;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.sa-plp-group-card:hover {
  border-color: rgba(217, 74, 74, 0.48);
  transform: translateY(-2px);
}

.sa-plp-group-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.sa-plp-group-card:hover img {
  transform: scale(1.04);
}

.sa-plp-divider {
  height: 1px;
  width: 100%;
  margin-top: 3rem;
  background: rgba(255, 255, 255, 0.08);
}

.sa-plp-toolbar {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 14, 31, 0.7);
  padding: 0.8rem;
  margin-bottom: 1.2rem;
}

.sa-plp-search-wrap {
  position: relative;
  flex: 1;
  min-width: 0;
}

.sa-plp-search-wrap i {
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.35);
}

.sa-plp-search-wrap input {
  width: 100%;
  height: 2.6rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  padding: 0 0.9rem 0 2.3rem;
  outline: none;
}

.sa-plp-search-wrap input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.sa-plp-toolbar-right {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.sa-plp-toolbar > .sa-plp-search-wrap,
.sa-plp-toolbar > .sa-plp-toolbar-right {
  display: inline-flex;
}

.sa-plp-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
}

.sa-plp-view-switch {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 10px;
  padding: 0.15rem;
}

.sa-plp-view-switch button {
  width: 2rem;
  height: 2rem;
  border: none;
  border-radius: 7px;
  background: transparent;
  color: rgba(255, 255, 255, 0.45);
}

.sa-plp-view-switch button.active {
  background: rgba(217, 74, 74, 0.2);
  color: #f17575;
}

.sa-plp-filter-btn {
  height: 2.35rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.78);
  padding: 0 0.8rem;
  font-size: 0.85rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.sa-plp-filter-btn.active {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.sa-plp-filter-panel {
  width: 100%;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sa-plp-filter-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.6rem;
}

.sa-plp-filter-item label {
  display: block;
  margin-bottom: 0.35rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sa-plp-filter-price-row {
  display: flex;
  gap: 0.45rem;
}

.sa-plp-filter-price-row input {
  width: 100%;
  height: 2.2rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  padding: 0 0.6rem;
  outline: none;
}

.sa-plp-chip,
.sa-plp-reset-btn {
  height: 2.2rem;
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 600;
  padding: 0 0.7rem;
  text-align: left;
}

.sa-plp-chip.active {
  color: #f17575;
  border-color: rgba(217, 74, 74, 0.4);
  background: rgba(217, 74, 74, 0.14);
}

.sa-plp-filter-reset {
  display: flex;
  align-items: flex-end;
}

.sa-plp-reset-btn {
  text-align: center;
}

.sa-plp-products {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.95rem;
}

.sa-plp-product-card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #300a0a;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.sa-plp-product-card:hover {
  border-color: rgba(217, 74, 74, 0.5);
  transform: translateY(-2px);
}

.sa-plp-product-image-wrap {
  position: relative;
  aspect-ratio: 332/186;
  overflow: hidden;
}

.sa-plp-product-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.sa-plp-product-card:hover .sa-plp-product-image-wrap img {
  transform: scale(1.04);
}

.sa-plp-image-badges {
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.sa-plp-badge {
  border-radius: 9999px;
  padding: 0.18rem 0.45rem;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.sa-plp-badge.best {
  color: #fff;
  background: rgba(217, 74, 74, 0.9);
}

.sa-plp-badge.stock {
  color: #34d399;
  border-color: rgba(52, 211, 153, 0.35);
  background: rgba(16, 185, 129, 0.15);
}

.sa-plp-badge.stock-out {
  color: #f87171;
  border-color: rgba(248, 113, 113, 0.35);
  background: rgba(239, 68, 68, 0.15);
}

/* Home Trending cards (ported from them/src/pages/LandingPage.tsx) */
.sa-home-trending {
  margin-bottom: 3.2rem;
  position: relative;
  z-index: 1;
}

.sa-home-trending-head {
  text-align: center;
  margin-bottom: 2.6rem;
}

.sa-home-trending-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 999px;
  padding: 0.3rem 0.92rem;
  background: rgba(217, 74, 74, 0.1);
  border: 1px solid rgba(217, 74, 74, 0.2);
  color: #ff7e7e;
  font-size: 0.75rem;
  font-weight: 600;
}

.sa-home-trending-chip i {
  font-size: 0.78rem;
}

.sa-home-trending-head h2 {
  margin: 0.78rem 0 0;
  font-size: clamp(2.2rem, 4.4vw, 3.6rem);
  font-weight: 600;
  line-height: 1.08;
  color: #fff;
}

.sa-home-trending-head p {
  margin: 0.62rem 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
}

.sa-home-trending-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  max-width: 80rem;
  margin: 0 auto;
}

.sa-home-trending-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #300a0a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  overflow: hidden;
  text-decoration: none;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.sa-home-trending-card:hover {
  border-color: rgba(217, 74, 74, 0.5);
  transform: translateY(-2px);
}

.sa-home-trending-media {
  position: relative;
  aspect-ratio: 332 / 186;
  overflow: hidden;
  background: #120707;
}

.sa-home-trending-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(217, 74, 74, 0.1), transparent);
  opacity: 0.65;
  z-index: 1;
}

.sa-home-trending-glow {
  position: absolute;
  top: -5rem;
  right: -5rem;
  width: 16rem;
  height: 16rem;
  border-radius: 999px;
  background: rgba(217, 74, 74, 0.2);
  filter: blur(60px);
  z-index: 1;
}

.sa-home-trending-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
  transform: scale(1);
  transition: transform 0.5s ease;
}

.sa-home-trending-card:hover .sa-home-trending-media img {
  transform: scale(1.05);
}

.sa-home-trending-badges {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 3;
  display: flex;
  gap: 0.5rem;
}

.sa-home-trending-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  border-radius: 999px;
  padding: 0.25rem 0.62rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.sa-home-trending-badge.best {
  color: #fff;
  background: #D94A4A;
  box-shadow: 0 8px 22px rgba(217, 74, 74, 0.2);
}

.sa-home-trending-badge.stock {
  color: #10b981;
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.2);
}

.sa-home-trending-badge .dot {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: currentColor;
  display: inline-block;
  animation: badgePulse 2s ease-in-out infinite;
}

.sa-home-trending-body {
  padding: 1.05rem 1.15rem 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.sa-home-trending-row-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  gap: 0.65rem;
}

.sa-home-trending-row-top h3 {
  margin: 0;
  color: #fff;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.2;
  max-width: 68%;
}

.sa-home-trending-service {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 999px;
  padding: 0.25rem 0.55rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.sa-home-trending-service.online {
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.2);
  color: #10b981;
}

.sa-home-trending-service.offline {
  background: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.2);
  color: #f63b3b;
}

.sa-home-trending-service .dot {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: currentColor;
  display: inline-block;
  animation: badgePulse 2s ease-in-out infinite;
}

.sa-home-trending-row-bottom {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.sa-home-trending-price span {
  display: block;
  color: #6b7280;
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0.35rem;
}

.sa-home-trending-price strong {
  display: inline-flex;
  align-items: center;
  padding: 0.34rem 0.64rem;
  border-radius: 0.55rem;
  border: 1px solid rgba(217, 74, 74, 0.2);
  background: rgba(217, 74, 74, 0.1);
  color: #D94A4A;
  font-size: 0.92rem;
  font-weight: 700;
}

.sa-home-trending-buy {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  height: 2.3rem;
  padding: 0 0.92rem;
  border-radius: 0.55rem;
  background: #D94A4A;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(217, 74, 74, 0.2);
}

@media (max-width: 991.98px) {
  .sa-home-trending-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .sa-home-trending-grid {
    grid-template-columns: 1fr;
  }

  .sa-home-trending-row-top h3 {
    font-size: 1.2rem;
  }
}

/* Reuse home cards on /products page */
.sa-plp-products .sa-plp-unified-card .sa-home-trending-row-top h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sa-plp-products.list .sa-plp-unified-card {
  flex-direction: row;
}

.sa-plp-products.list .sa-plp-unified-card .sa-home-trending-media {
  width: 15.5rem;
  min-width: 15.5rem;
  aspect-ratio: auto;
}

.sa-plp-products.list .sa-plp-unified-card .sa-home-trending-body {
  width: 100%;
}

@media (max-width: 767.98px) {
  .sa-plp-products.list .sa-plp-unified-card {
    flex-direction: column;
  }

  .sa-plp-products.list .sa-plp-unified-card .sa-home-trending-media {
    width: 100%;
    min-width: 100%;
    aspect-ratio: 332 / 186;
  }

  .sa-plp-products .sa-plp-unified-card .sa-home-trending-row-top h3 {
    white-space: normal;
  }
}

.sa-plp-product-body {
  padding: 0.85rem 0.9rem 0.95rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.sa-plp-title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
}

.sa-plp-title-row h3 {
  margin: 0;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
}

.sa-plp-service {
  border-radius: 9999px;
  padding: 0.15rem 0.42rem;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.sa-plp-service.online {
  color: #34d399;
  border-color: rgba(52, 211, 153, 0.3);
  background: rgba(16, 185, 129, 0.14);
}

.sa-plp-service.offline {
  color: #fa6060;
  border-color: rgba(96, 165, 250, 0.3);
  background: rgba(59, 130, 246, 0.14);
}

.sa-plp-bottom-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem;
}

.sa-plp-price-block span {
  display: block;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.66rem;
  font-weight: 600;
  margin-bottom: 0.24rem;
}

.sa-plp-price-block strong {
  display: inline-flex;
  align-items: center;
  border-radius: 7px;
  background: rgba(217, 74, 74, 0.15);
  border: 1px solid rgba(217, 74, 74, 0.35);
  color: #f17575;
  font-size: 0.84rem;
  font-weight: 800;
  padding: 0.28rem 0.5rem;
}

.sa-plp-buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid rgba(217, 74, 74, 0.4);
  background: linear-gradient(180deg, #D94A4A 0%, #b42f2f 100%);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 700;
  padding: 0.45rem 0.78rem;
}

.sa-plp-products.list .sa-plp-product-card {
  flex-direction: row;
}

.sa-plp-products.list .sa-plp-product-image-wrap {
  width: 15.5rem;
  min-width: 15.5rem;
  aspect-ratio: auto;
}

.sa-plp-products.list .sa-plp-product-body {
  width: 100%;
}

.sa-plp-empty {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  text-align: center;
  padding: 3rem 1rem;
}

.sa-plp-empty-icon {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 9999px;
  margin: 0 auto 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.45);
}

.sa-plp-empty h3 {
  margin: 0;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}

.sa-plp-empty p {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
  .sa-plp-groups-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .sa-plp-groups-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sa-plp-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .sa-plp-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .sa-plp-hero h1 {
    font-size: 2rem;
  }

  .sa-plp-category-head {
    flex-direction: column;
    align-items: stretch;
  }

  .sa-plp-category-head h2 {
    font-size: 1.32rem;
  }

  .sa-plp-toolbar {
    padding: 0.7rem;
  }

  .sa-plp-toolbar-right {
    width: 100%;
    justify-content: space-between;
  }

  .sa-plp-filter-grid {
    grid-template-columns: 1fr;
  }

  .sa-plp-products.list .sa-plp-product-card {
    flex-direction: column;
  }

  .sa-plp-products.list .sa-plp-product-image-wrap {
    width: 100%;
    min-width: 100%;
  }
}

/* Product Form (TSX-style) */
.sa-buy-form {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.sa-form-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.sa-form-head > span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sa-qty-inline {
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #3d1111;
  overflow: hidden;
}

.sa-qty-inline button {
  width: 2.2rem;
  height: 2.2rem;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, opacity 0.2s ease;
}

.sa-qty-inline button:hover {
  background: rgba(255, 255, 255, 0.06);
}

.sa-qty-inline button:disabled {
  opacity: 0.35;
}

.sa-qty-inline > span {
  width: 2.2rem;
  text-align: center;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
}

.sa-variant-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
  margin-top: 0.2rem;
}

.sa-variant-card {
  border-radius: 12px;
  border: 1px solid #1c0a0a;
  background: #1c0a0a;
  padding: 0.9rem;
  text-align: left;
  transition: border-color 0.18s ease, opacity 0.18s ease;
}

.sa-variant-card:hover {
  border-color: rgba(217, 74, 74, 0.7);
}

.sa-variant-card.active {
  border-color: var(--ux-accent);
}

.sa-variant-card:disabled {
  opacity: 0.72;
  cursor: not-allowed;
}

.sa-variant-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
}

.sa-variant-name {
  color: #fff;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.2;
}

.sa-variant-right {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.sa-check {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.82rem;
}

.sa-out-tag {
  color: #f1787f;
  border: 1px solid rgba(241, 120, 127, 0.35);
  background: rgba(241, 120, 127, 0.1);
  border-radius: 6px;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 0.12rem 0.35rem;
  line-height: 1.2;
}

.sa-variant-desc {
  margin: 0.2rem 0 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.72rem;
  line-height: 1.4;
}

.sa-variant-price {
  margin-top: 0.35rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.sa-variant-price s {
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.75rem;
  font-weight: 500;
}

.sa-variant-stock {
  margin-top: 0.28rem;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.67rem;
  font-weight: 500;
}

.sa-volume-tip {
  border: 1px solid rgba(217, 74, 74, 0.25);
  background: rgba(217, 74, 74, 0.07);
  color: rgba(255, 255, 255, 0.75);
  border-radius: 10px;
  padding: 0.55rem 0.7rem;
  font-size: 0.76rem;
}

.sa-addons {
  margin-top: 0.2rem;
}

.sa-addons-label {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.sa-cta-row {
  display: flex;
  gap: 0.55rem;
  margin-top: 0.3rem;
}

.sa-buy-btn,
.sa-cart-btn {
  height: 4rem;
  border-radius: 16px;
  border: 1px solid transparent;
  padding: 0 0.95rem;
  transition: filter 0.2s ease, opacity 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  min-width: 0;
}

.sa-buy-btn {
  flex: 2;
  background: linear-gradient(180deg, #D94A4A 0%, #b42f2f 100%);
  color: #fff;
  border-color: rgba(217, 74, 74, 0.35);
  box-shadow: 0 12px 26px rgba(217, 74, 74, 0.28);
}

.sa-buy-btn:hover {
  filter: brightness(1.07);
}

.sa-cart-btn {
  flex: 1;
  background: #3d1111;
  color: rgba(255, 255, 255, 0.88);
  border-color: rgba(255, 255, 255, 0.12);
}

.sa-cart-btn:hover {
  background: #4d1616;
  border-color: rgba(255, 255, 255, 0.22);
}

.sa-buy-btn:disabled,
.sa-cart-btn:disabled {
  opacity: 0.45;
}

.sa-btn-content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-size: 1rem;
  font-weight: 700;
  width: 100%;
}

.sa-trust-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 1rem;
  margin-top: 0.2rem;
}

.sa-trust-row span {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.73rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.sa-trust-row i {
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 767.98px) {
  .sa-variant-grid {
    grid-template-columns: 1fr;
  }

  .sa-buy-btn,
  .sa-cart-btn {
    height: 3.4rem;
    border-radius: 14px;
  }

  .sa-btn-content {
    font-size: 0.9rem;
  }
}

/* ===== Unified Navbar Final Overrides ===== */
.sa-unified-logo-fallback {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.sa-unified-menu-btn {
  width: 36px !important;
  height: 36px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(107, 114, 128, 0.8) !important;
  background: rgba(255, 255, 255, 0.05) !important;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  transition: background 0.2s ease;
}

.sa-unified-menu-btn:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

/* Icon font size for search/cart */
.sa-unified-icon-btn i {
  font-size: 1rem;
}

@media (max-width: 991.98px) {
  .ux-navbar.sa-unified-nav {
    height: auto !important;
    padding: 0 !important;
  }

  .ux-navbar.sa-unified-nav .sa-unified-shell {
    height: auto;
    border-radius: 9999px;
    padding: 8px 8px 8px 22px;
  }

  .ux-navbar.sa-unified-nav .sa-unified-logo img {
    height: 20px;
  }

  .ux-navbar.sa-unified-nav .sa-unified-actions {
    gap: 0;
  }
}

@media (max-width: 575.98px) {
  #ux-header {
    padding: 0 !important;
    top: 0 !important;
    bottom: auto !important;
    background: transparent !important;
    backdrop-filter: none !important;
  }

  .ux-navbar.sa-unified-nav {
    height: auto !important;
    width: auto !important;
    padding: 0 !important;
  }

  .ux-navbar.sa-unified-nav .sa-unified-shell {
    height: auto;
    border-radius: 9999px;
    padding: 8px 8px 8px 22px;
    gap: 0;
  }

  .ux-navbar.sa-unified-nav .sa-unified-logo img {
    height: 20px;
  }

  .ux-navbar.sa-unified-nav .sa-unified-icon-btn {
    width: 36px;
    height: 36px;
    border-radius: 999px;
  }

  .ux-navbar.sa-unified-nav .sa-unified-count {
    top: -5px;
    right: -5px;
  }

  .ux-navbar.sa-unified-nav .sa-unified-actions {
    gap: 0;
  }

  .ux-navbar.sa-unified-nav .sa-unified-actions i,
  .ux-navbar.sa-unified-nav .sa-unified-menu-btn i {
    font-size: 1.08rem;
  }

  .ux-hero {
    padding-top: 0 !important;
  }
}

/* Final override: no circular container around top navbar icons */
.ux-navbar.sa-unified-nav .sa-unified-icon-btn,
.ux-navbar.sa-unified-nav .sa-unified-menu-btn {
  border: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.ux-navbar.sa-unified-nav .sa-unified-icon-btn:hover,
.ux-navbar.sa-unified-nav .sa-unified-menu-btn:hover {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

nav.sa-unified-nav.ux-navbar.component {
  all: unset !important;
  position: fixed !important;
  top: 16px !important;
  bottom: auto !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 1050 !important;
  width: auto !important;
  max-width: 95vw !important;
  display: block !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  height: auto !important;
  box-sizing: border-box !important;
  pointer-events: auto !important;
}

.sa-unified-shell {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  padding: 8px 8px 8px 22px !important;
  background: rgba(8, 8, 12, 0.88) !important;
  backdrop-filter: blur(24px) !important;
  -webkit-backdrop-filter: blur(24px) !important;
  border: 1px solid rgba(255, 255, 255, 0.07) !important;
  border-radius: 9999px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.55) !important;
  height: auto !important;
  width: auto !important;
  flex-wrap: nowrap !important;
}

/* Logo */
.sa-unified-logo {
  display: flex !important;
  align-items: center !important;
  margin-right: 20px !important;
  text-decoration: none !important;
  flex-shrink: 0 !important;
}

.sa-unified-logo img {
  height: 22px !important;
  width: auto !important;
  filter: brightness(0) invert(1) !important;
  display: block !important;
}

.sa-unified-logo-fallback {
  font-weight: 700 !important;
  font-size: 1rem !important;
  color: #fff !important;
  white-space: nowrap !important;
}

/* Center Links (desktop) */
.sa-unified-center {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0 !important;
  margin: 0 12px 0 0 !important;
  padding: 0 !important;
}

.sa-unified-center-link {
  color: rgba(255, 255, 255, 0.5) !important;
  text-decoration: none !important;
  font-size: 0.84rem !important;
  font-weight: 400 !important;
  padding: 8px 14px !important;
  border-radius: 9999px !important;
  transition: color 0.2s ease !important;
  white-space: nowrap !important;
  background: none !important;
  border: none !important;
  display: inline-flex !important;
  align-items: center !important;
  line-height: 1 !important;
}

/* Hide icons in center links */
.sa-unified-center-link i {
  display: none !important;
}

.sa-unified-center-link:hover {
  color: rgba(255, 255, 255, 0.95) !important;
}

.sa-unified-center-link.active {
  color: #fff !important;
}

/* Actions (right side) */
.sa-unified-actions {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Hide search + cart icons to match reference */
a.sa-unified-icon-btn,
button.sa-unified-icon-btn:not(.sa-unified-menu-btn) {
  display: none !important;
}

/* "Customer Panel" / Dashboard pill */
.sa-unified-panel-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 10px 20px !important;
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
  border-radius: 9999px !important;
  color: #fff !important;
  font-size: 0.84rem !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: background 0.2s ease !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  flex-shrink: 0 !important;
}

/* Hide arrow icon */
.sa-unified-panel-btn i.fa-arrow-right {
  display: none !important;
}

/* Blue dot before text */
.sa-unified-panel-btn::before {
  content: '' !important;
  width: 7px !important;
  height: 7px !important;
  background: #3b82f6 !important;
  border-radius: 50% !important;
  flex-shrink: 0 !important;
  box-shadow: 0 0 6px rgba(59, 130, 246, 0.6) !important;
}

.sa-unified-panel-btn:hover {
  background: rgba(255, 255, 255, 0.11) !important;
  color: #fff !important;
}

/* Mobile hamburger */
button.sa-unified-menu-btn {
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 50% !important;
  color: rgba(255, 255, 255, 0.7) !important;
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  font-size: 0.9rem !important;
}

/* Mobile Overlay */
.sa-unified-mobile {
  position: fixed !important;
  inset: 0 !important;
  z-index: 1040 !important;
  background: rgba(0, 0, 0, 0.6) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
  padding: 16px 16px 88px !important;
}

@media (min-width: 768px) {
  .sa-unified-mobile {
    display: none !important;
  }
}

.sa-unified-mobile-list {
  background: rgba(8, 8, 12, 0.95) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-radius: 20px !important;
  padding: 10px !important;
  width: 100% !important;
  max-width: 340px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
}

.sa-unified-mobile-link {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 14px 18px !important;
  border-radius: 14px !important;
  color: rgba(255, 255, 255, 0.6) !important;
  text-decoration: none !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  transition: background 0.15s, color 0.15s !important;
  border: none !important;
  background: none !important;
  width: 100% !important;
  cursor: pointer !important;
  text-align: left !important;
}

.sa-unified-mobile-link:hover,
.sa-unified-mobile-link.active {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.06) !important;
}

.sa-unified-mobile-link i {
  width: 18px !important;
  text-align: center !important;
  font-size: 0.85rem !important;
}

.sa-unified-mobile-sep {
  height: 1px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  margin: 4px 12px !important;
}

/* Responsive */
@media (max-width: 767.98px) {
  nav.sa-unified-nav.ux-navbar.component {
    top: 12px !important;
    bottom: auto !important;
  }

  .sa-unified-center {
    display: none !important;
  }

  .sa-unified-panel-btn {
    display: none !important;
  }

  button.sa-unified-menu-btn {
    display: inline-flex !important;
  }
}
