:root {
  --primary: #fafafa;
  --primary-dark: #e5e5e5;
  --primary-light: #a3a3a3;
  --secondary: #262626;
  --accent: #ffffff;
  --dark: #fafafa;
  --light: #0a0a0a;
  --gray: #a3a3a3;
  --gray-light: #171717;
  --og-background: #000000;
  --og-foreground: #fafafa;
  --og-card: #0a0a0a;
  --og-muted: #171717;
  --og-muted-foreground: #a3a3a3;
  --og-border: #262626;
  --og-input: #262626;
  --og-ring: #fafafa;
  --og-destructive: #ef4444;
  --og-radius: 8px;
}

body {
  font-family: "Poppins", "PingFang SC", "Microsoft YaHei", ui-sans-serif, system-ui, -apple-system, sans-serif !important;
}

html,
body,
.main-content,
.page-content,
.container-fluid {
  background: var(--og-background) !important;
  color: var(--og-foreground) !important;
}

#page-topbar,
.vertical-menu,
.page-title-box,
.footer {
  display: none !important;
}

.main-content {
  margin-left: 0 !important;
  min-height: 100vh !important;
}

.page-content {
  padding: 0 !important;
}

.container-fluid {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

body[data-topbar="dark"] .main-content,
body[data-sidebar="dark"] .main-content,
body[data-topbar="dark"][data-sidebar="dark"] .main-content {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  overflow: visible !important;
}

body[data-topbar="dark"] .page-content,
body[data-sidebar="dark"] .page-content,
body[data-topbar="dark"][data-sidebar="dark"] .page-content {
  width: 100% !important;
  max-width: none !important;
  margin-top: 0 !important;
  padding: 0 !important;
}

body[data-topbar="dark"] .container-fluid,
body[data-sidebar="dark"] .container-fluid,
body[data-topbar="dark"][data-sidebar="dark"] .container-fluid {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.og-cart-header {
  height: 96px !important;
  min-height: 96px !important;
  max-height: 96px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 1100 !important;
  background: #000 !important;
  border-bottom: 1px solid #242424 !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
  transform: none !important;
  opacity: 1 !important;
  animation: none !important;
}

.og-cart-header.header-animate,
.og-cart-header .nav-item-animate,
.og-cart-header .logo-container,
.og-cart-header .nav-links li,
.og-cart-header .nav-buttons {
  transform: none !important;
  opacity: 1 !important;
  animation: none !important;
}

.og-cart-header .container {
  width: 100% !important;
  max-width: 1760px !important;
  height: 100% !important;
  margin: 0 auto !important;
  padding: 0 48px !important;
}

.og-cart-header nav {
  width: 100% !important;
  height: 100% !important;
  display: grid !important;
  grid-template-columns: 190px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.og-cart-header .logo-container {
  min-width: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  text-decoration: none !important;
  margin: 0 !important;
}

.og-cart-header .logo-img {
  width: 72px !important;
  max-height: 34px !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: left center !important;
}

.og-cart-header .logo {
  display: inline-flex !important;
  color: #fff !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

.og-cart-header .nav-container,
.og-cart-header .nav-links,
.og-cart-header .nav-buttons,
.og-cart-header .nav-buttons-container {
  display: flex !important;
  align-items: center !important;
}

.og-cart-header .nav-container {
  justify-content: center !important;
  min-width: 0 !important;
  position: static !important;
  width: auto !important;
  max-height: none !important;
  overflow: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.og-cart-header .nav-links {
  gap: 38px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  flex-direction: row !important;
}

.og-cart-header .nav-links li {
  margin: 0 !important;
  flex: 0 0 auto !important;
}

.og-cart-header .nav-links a {
  min-height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 8px 0 !important;
  border-radius: 0 !important;
  color: #a1a1aa !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
  line-height: 1 !important;
}

.og-cart-header .nav-links a:hover,
.og-cart-header .nav-links a[aria-current="page"] {
  color: #fff !important;
}

.og-cart-header .nav-buttons {
  justify-content: flex-end !important;
}

.og-cart-header .nav-buttons-container {
  gap: 8px !important;
  position: relative !important;
}

.og-cart-header .og-cart-menu-trigger,
.og-cart-header .btn-nav {
  height: 40px !important;
  min-height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.og-cart-header .og-cart-menu-trigger {
  display: none !important;
  position: relative !important;
  width: 40px !important;
  min-width: 40px !important;
  padding: 0 !important;
  border: 1px solid #27272a !important;
  background: #030303 !important;
  color: #fff !important;
  cursor: pointer !important;
  transition: background-color .16s ease, border-color .16s ease, color .16s ease;
}

.og-cart-header .og-cart-menu-trigger span {
  position: absolute;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform .18s ease, opacity .18s ease;
}

.og-cart-header .og-cart-menu-trigger span:nth-child(1) {
  transform: translateY(-5px);
}

.og-cart-header .og-cart-menu-trigger span:nth-child(3) {
  transform: translateY(5px);
}

.og-cart-header[data-mobile-menu="open"] .og-cart-menu-trigger span:nth-child(1) {
  transform: rotate(45deg);
}

.og-cart-header[data-mobile-menu="open"] .og-cart-menu-trigger span:nth-child(2) {
  opacity: 0;
}

.og-cart-header[data-mobile-menu="open"] .og-cart-menu-trigger span:nth-child(3) {
  transform: rotate(-45deg);
}

.og-cart-header .btn-login {
  min-width: 86px !important;
  padding: 0 18px !important;
  border: 1px solid #27272a !important;
  background: #030303 !important;
  color: #fff !important;
}

.og-cart-header .btn-register {
  min-width: 86px !important;
  padding: 0 18px !important;
  border: 1px solid #fff !important;
  background: #fff !important;
  color: #000 !important;
}

.og-language-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.og-language-toggle {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  border: 1px solid #27272a;
  border-radius: 8px;
  background: #030303;
  color: #fff;
  cursor: pointer;
  transition: background-color .16s ease, border-color .16s ease, color .16s ease;
}

.og-language-toggle:hover,
.og-cart-header .og-cart-menu-trigger:hover,
.og-language-switcher:focus-within .og-language-toggle {
  background: #18181b;
  border-color: #3f3f46;
  color: #fff;
}

.og-language-toggle svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.og-language-toggle img {
  width: 16px;
  height: 11px;
  border-radius: 2px;
  object-fit: cover;
}

.og-language-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 180px;
  padding: 6px;
  display: grid;
  gap: 2px;
  border: 1px solid var(--og-border);
  border-radius: 8px;
  background: #0a0a0a;
  box-shadow: 0 18px 48px rgba(0,0,0,.45);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
  z-index: 1200;
}

.og-language-switcher:hover .og-language-menu,
.og-language-switcher:focus-within .og-language-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.og-language-menu::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 16px;
  width: 10px;
  height: 10px;
  background: #0a0a0a;
  border-left: 1px solid var(--og-border);
  border-top: 1px solid var(--og-border);
  transform: rotate(45deg);
}

.og-language-menu a {
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 9px;
  border-radius: 6px;
  color: var(--og-muted-foreground) !important;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.og-language-menu a:hover,
.og-language-menu a.active {
  background: rgba(255,255,255,.08);
  color: var(--og-foreground) !important;
}

.og-language-menu img {
  width: 18px;
  height: 12px;
  border-radius: 2px;
  object-fit: cover;
  flex: 0 0 auto;
}

.og-cart-page {
  width: min(100% - 48px, 1440px);
  margin: 0 auto;
  padding: 28px 0 56px;
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.og-cart-header + .og-cart-page {
  margin-top: 0 !important;
}

.og-cart-header ~ .og-cart-page {
  transform: none !important;
}

.og-cart-sidebar {
  position: sticky;
  top: 96px;
  min-width: 0;
}

.og-sidebar-card,
.og-cart-notice-card,
.og-cart-main > .card {
  background: var(--og-card) !important;
  border: 1px solid var(--og-border) !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}

.og-sidebar-card {
  padding: 16px;
}

.og-sidebar-card .firstgroup_box,
.og-sidebar-card .secondgroup_box,
.og-sidebar-card .tag-filter_box {
  width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  display: block !important;
  position: relative !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 0 18px !important;
}

.og-sidebar-card .firstgroup_box {
  margin-bottom: 8px !important;
}

.og-sidebar-card .secondgroup_box {
  margin: 0 0 0 10px !important;
  padding: 0 0 0 14px !important;
  border-left: 1px solid var(--og-border) !important;
  max-height: 620px;
  opacity: 1;
  transform: translateY(0);
  transition: max-height .28s cubic-bezier(.2,.8,.2,1), opacity .2s ease, transform .24s ease, margin .24s ease;
}

.og-sidebar-card .secondgroup_box::before {
  content: "";
  width: 9px;
  height: 1px;
  position: absolute;
  top: 21px;
  left: -1px;
  background: var(--og-border);
}

.og-sidebar-card .secondgroup_box_area {
  display: none !important;
  align-items: center !important;
  gap: 6px !important;
}

.og-sidebar-card .secondgroup_box_area::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--og-muted-foreground);
}

.og-sidebar-card .firstgroup_box .toggle-btn,
.og-sidebar-card .secondgroup_box .toggle-btn {
  display: none !important;
}

.og-sidebar-card .firstgroup_box_group,
.og-sidebar-card .secondgroup_box_group,
.og-sidebar-card .tag-filter-group {
  width: 100% !important;
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  align-items: stretch !important;
  justify-content: stretch !important;
  gap: 8px !important;
  overflow: visible !important;
}

.og-sidebar-card .firstgroup_item,
.og-sidebar-card .secondgroup_item,
.og-sidebar-card .tag-filter-btn {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 42px !important;
  display: flex !important;
  float: none !important;
  position: relative !important;
  inset: auto !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  text-align: left !important;
}

.og-sidebar-card .firstgroup_item {
  min-height: 46px !important;
  padding-right: 36px !important;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

.og-sidebar-card .firstgroup_item::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 14px;
  top: 50%;
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  transform: translateY(-55%) rotate(-45deg);
  opacity: .55;
}

.og-sidebar-card .firstgroup_item.active::after {
  transform: translateY(-70%) rotate(45deg);
  opacity: .85;
}

.og-sidebar-card .firstgroup_item.active:not(.is-open)::after {
  transform: translateY(-55%) rotate(-45deg);
}

.og-sidebar-card .firstgroup_item:active,
.og-sidebar-card .secondgroup_item:active {
  transform: scale(.99) !important;
}

.og-sidebar-card .secondgroup_box.is-collapsed {
  max-height: 0;
  opacity: 0;
  margin-top: -8px !important;
  margin-bottom: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  transform: translateY(-6px);
}

.og-subcategory-toggle {
  width: 100%;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 8px;
  padding: 0 6px 0 0;
  border: 0;
  background: transparent;
  color: var(--og-muted-foreground);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.og-subcategory-toggle::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--og-muted-foreground);
}

.og-subcategory-toggle::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: auto;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  transform: rotate(45deg);
  transition: transform .18s ease;
}

.secondgroup_box.children-collapsed .og-subcategory-toggle::after {
  transform: rotate(-45deg);
}

.secondgroup_box_group {
  max-height: 520px;
  opacity: 1;
  transform: translateY(0);
  transition: max-height .26s cubic-bezier(.2,.8,.2,1), opacity .18s ease, transform .22s ease;
}

.secondgroup_box.children-collapsed .secondgroup_box_group {
  max-height: 0;
  opacity: 0;
  overflow: hidden !important;
  pointer-events: none;
  transform: translateY(-4px);
}

.og-sidebar-card .secondgroup_item {
  min-height: 40px !important;
  background: rgba(255,255,255,.02) !important;
}

.og-sidebar-card .firstgroup_item a,
.og-sidebar-card .secondgroup_item a {
  width: 100% !important;
  min-width: 0 !important;
  justify-content: flex-start !important;
  padding: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.og-sidebar-card .search-bar {
  margin-bottom: 12px !important;
}

.og-sidebar-card #area-search {
  width: 100% !important;
  min-height: 42px !important;
}

.og-sidebar-card .category-tag,
.og-sidebar-card .category-tag-multicolor {
  position: static !important;
  flex: 0 0 auto !important;
  transform: none !important;
}

.og-sidebar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--og-border);
}

.og-sidebar-head span {
  color: var(--og-foreground);
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.og-sidebar-head small {
  color: var(--og-muted-foreground);
  font-size: 12px;
}

.og-sidebar-head .og-sidebar-search {
  width: min(170px, 56%);
  position: relative;
  flex: 0 1 170px;
  margin: 0 !important;
}

.og-sidebar-head .og-sidebar-search input {
  width: 100% !important;
  min-height: 34px !important;
  padding: 7px 30px 7px 10px !important;
  font-size: 12px !important;
}

.og-sidebar-head .og-sidebar-search i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--og-muted-foreground);
  pointer-events: none;
}

.og-cart-main {
  min-width: 0;
  display: grid;
  gap: 16px;
}

.og-cart-notice-card {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
}

.og-notice-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(239,68,68,.12);
  color: #f87171;
}

.og-notice-copy h2 {
  margin: 0 0 10px;
  color: var(--og-foreground);
  font-size: 17px;
  font-weight: 700;
}

.og-notice-copy p {
  margin: 0 0 8px;
  color: var(--og-muted-foreground);
  font-size: 13px;
  line-height: 1.65;
}

.og-notice-copy strong {
  color: var(--og-foreground);
}

.og-notice-copy a {
  margin-top: 6px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 6px;
  background: #fff;
  color: #000 !important;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.notice-box {
  display: none !important;
}

.firstgroup_box,
.secondgroup_box,
.notice-box,
.product-headline,
.tag-filter_box,
.card,
.cartitem {
  background: var(--og-card) !important;
  color: var(--og-foreground) !important;
  border: 1px solid var(--og-border) !important;
  border-radius: var(--og-radius) !important;
  box-shadow: none !important;
}

.firstgroup_box,
.secondgroup_box,
.notice-box,
.product-headline,
.tag-filter_box {
  padding: 0 !important;
}

.firstgroup_box .firstgroup_box_prov,
.secondgroup_box .secondgroup_box_area,
.product-headline .firstgroup_box_prov,
.tag-filter-title {
  color: var(--og-muted-foreground) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  margin: 0 0 10px 0 !important;
  min-width: 0 !important;
  width: 100% !important;
}

.notice-box .notice-title,
.notice-item-title,
.product-headline .headline-text,
.product-headline .card-text {
  color: var(--og-foreground) !important;
}

.notice-item-text,
.notice-box .notice-text {
  color: var(--og-muted-foreground) !important;
}

.firstgroup_box_group,
.secondgroup_box_group,
.tag-filter-group {
  gap: 8px !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
}

.firstgroup_box .firstgroup_item,
.secondgroup_box .secondgroup_item,
.pro_item,
.tag-filter-btn {
  min-height: 36px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 12px !important;
  background: transparent !important;
  color: var(--og-foreground) !important;
  border: 1px solid var(--og-border) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}

.firstgroup_box a,
.secondgroup_box a,
.pro_item a,
.tag-filter-btn span {
  color: inherit !important;
}

.firstgroup_box .firstgroup_item.active,
.firstgroup_box .firstgroup_item:hover,
.secondgroup_box .secondgroup_item.active,
.secondgroup_box .secondgroup_item:hover,
.pro_item.active,
.pro_item:hover,
.tag-filter-btn.active,
.tag-filter-btn:hover,
.notice-box .terms-btn:hover {
  background: var(--og-foreground) !important;
  color: var(--og-background) !important;
  border-color: var(--og-foreground) !important;
  transform: none !important;
}

.tag-filter-btn.active span,
.tag-filter-btn:hover span {
  color: inherit !important;
}

.notice-box .terms-btn,
.toggle-description,
.cartitem .card-footer a {
  border-radius: 6px !important;
  box-shadow: none !important;
}

.notice-box .terms-btn {
  background: var(--og-foreground) !important;
  color: var(--og-background) !important;
}

.category-tag,
.category-tag-half,
.category-tag-multi .category-tag,
.category-tag-multicolor {
  border: 1px solid rgba(255,255,255,.18) !important;
  box-shadow: none !important;
}

.search-box {
  margin: 0 0 16px 0 !important;
}

.search-box input,
#area-search,
.form-control {
  background: var(--og-background) !important;
  color: var(--og-foreground) !important;
  border: 1px solid var(--og-input) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
}

.search-box input,
#area-search {
  min-height: 40px !important;
  padding: 8px 12px !important;
}

.search-box input::placeholder,
#area-search::placeholder,
.form-control::placeholder {
  color: var(--og-muted-foreground) !important;
}

.search-box input:focus,
#area-search:focus,
.form-control:focus {
  border-color: var(--og-ring) !important;
  box-shadow: 0 0 0 2px rgba(250,250,250,.18) !important;
  outline: none !important;
}

.search-box::before {
  color: var(--og-muted-foreground) !important;
}

.card > .card-body {
  background: transparent !important;
}

.cartitem {
  overflow: hidden !important;
}

.cartitem:hover,
.cartitem.active {
  background: var(--og-card) !important;
  border-color: #404040 !important;
  transform: none !important;
  box-shadow: none !important;
}

.cartitem .card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px !important;
}

.product-headline {
  display: grid !important;
  gap: 8px !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.product-headline .firstgroup_box_group {
  display: block !important;
}

.product-headline .firstgroup_box_prov {
  color: var(--og-foreground) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  margin: 0 !important;
}

.product-headline .headline-text {
  color: var(--og-muted-foreground) !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}

.og-cart-main > .search-box {
  margin-top: -2px !important;
}

.cartitem h5,
.product-name {
  color: var(--og-foreground) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}

.product-description {
  color: var(--og-muted-foreground) !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
}

.product-description,
.product-description.collapsed,
.product-description.expanded {
  max-height: none !important;
  opacity: 1 !important;
  overflow: visible !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  padding: 0 !important;
}

.toggle-description {
  display: none !important;
}

.toggle-description:hover {
  display: none !important;
}

.stock-indicator .stock-badge {
  border-radius: 999px !important;
  box-shadow: none !important;
}

.stock-indicator .in-stock {
  background: rgba(34,197,94,.12) !important;
  color: #86efac !important;
  border-color: rgba(34,197,94,.28) !important;
}

.stock-indicator .low-stock,
.price-trial {
  background: rgba(245,158,11,.12) !important;
  color: #fbbf24 !important;
  border-color: rgba(245,158,11,.28) !important;
}

.stock-indicator .out-of-stock,
.sold-out-ribbon span {
  background: var(--og-destructive) !important;
  color: #ffffff !important;
  border-color: rgba(239,68,68,.35) !important;
}

.stock-indicator .stock-count,
.price-original,
.no-products-message {
  color: var(--og-muted-foreground) !important;
}

.price-current {
  color: var(--og-foreground) !important;
  font-size: 20px !important;
  font-weight: 700 !important;
}

.discount-badge,
.discount-percent {
  background: var(--og-foreground) !important;
  color: var(--og-background) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

.cartitem .card-footer {
  background: transparent !important;
  border-top: 1px solid var(--og-border) !important;
  box-shadow: none !important;
}

.cartitem .card-footer a {
  min-height: 44px !important;
  line-height: 44px !important;
  background: transparent !important;
  color: var(--og-foreground) !important;
  border: 0 !important;
  font-weight: 600 !important;
}

.cartitem .card-footer a:hover,
.cartitem.active .card-footer a {
  background: var(--og-foreground) !important;
  color: var(--og-background) !important;
}

.pagination .page-link {
  background: var(--og-card) !important;
  color: var(--og-foreground) !important;
  border: 1px solid var(--og-border) !important;
  box-shadow: none !important;
}

.pagination .page-item.active .page-link,
.pagination .page-link:hover {
  background: var(--og-foreground) !important;
  color: var(--og-background) !important;
  border-color: var(--og-foreground) !important;
}

.loading-container {
  background: rgba(0,0,0,.72) !important;
}

.loading-spinner {
  border-color: rgba(250,250,250,.16) !important;
  border-top-color: var(--og-foreground) !important;
}

@media (max-width: 576px) {
  .firstgroup_box,
  .secondgroup_box,
  .notice-box,
  .product-headline,
  .tag-filter_box {
    padding: 12px !important;
  }

  .firstgroup_box .firstgroup_item,
  .secondgroup_box .secondgroup_item,
  .pro_item,
  .tag-filter-btn {
    width: 100% !important;
    justify-content: center !important;
  }

  .firstgroup_box .firstgroup_box_group,
  .secondgroup_box .secondgroup_box_group {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .cartitem .card-body {
    padding: 14px !important;
  }
}

@media (max-width: 1024px) {
  .og-cart-header {
    height: 76px !important;
    min-height: 76px !important;
    max-height: 76px !important;
  }

  .og-cart-header .container {
    padding: 0 16px !important;
  }

  .og-cart-header nav {
    grid-template-columns: auto 1fr auto !important;
    gap: 16px !important;
  }

  .og-cart-header .og-cart-menu-trigger {
    display: inline-flex !important;
  }

  .og-cart-header .nav-container {
    display: none !important;
  }

  .og-cart-header[data-mobile-menu="open"] .nav-container {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    left: 16px !important;
    right: 16px !important;
    z-index: 1300 !important;
    display: flex !important;
    width: auto !important;
    padding: 8px !important;
    border: 1px solid #27272a !important;
    border-radius: 8px !important;
    background: #09090b !important;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .55) !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    animation: ogCartMenuIn .16s ease both !important;
  }

  .og-cart-header[data-mobile-menu="open"] .nav-links {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 4px !important;
  }

  .og-cart-header[data-mobile-menu="open"] .nav-links a {
    width: 100% !important;
    min-height: 42px !important;
    justify-content: flex-start !important;
    padding: 0 12px !important;
    border-radius: 6px !important;
    color: #d4d4d8 !important;
  }

  .og-cart-header[data-mobile-menu="open"] .nav-links a:hover,
  .og-cart-header[data-mobile-menu="open"] .nav-links a[aria-current="page"] {
    background: #18181b !important;
    color: #fff !important;
  }

  .og-cart-page {
    width: min(100% - 24px, 980px);
    grid-template-columns: 1fr;
    padding-top: 20px;
  }

  .og-cart-sidebar {
    position: static;
  }
}

@media (max-width: 576px) {
  .og-cart-header .container {
    width: 100% !important;
    padding: 0 12px !important;
  }

  .og-cart-header nav {
    grid-template-columns: auto 1fr auto !important;
    gap: 10px !important;
  }

  .og-cart-header .nav-buttons-container {
    justify-content: flex-end;
  }

  .og-cart-header .btn-login {
    display: none !important;
  }

  .og-cart-header .btn-register {
    min-width: 68px !important;
    padding: 0 12px !important;
  }

  .og-cart-header[data-mobile-menu="open"] .nav-container {
    left: 12px !important;
    right: 12px !important;
  }

  .og-cart-page {
    width: min(100% - 20px, 720px);
  }
}

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

.og-config-page {
  width: min(100% - 48px, 1440px);
  margin: 0 auto;
  padding: 32px 0 56px;
}

.og-config-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.og-config-head h1 {
  margin: 0;
  color: var(--og-foreground);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0;
}

.og-config-head p {
  margin: 6px 0 0;
  color: var(--og-muted-foreground);
  font-size: 14px;
}

.og-config-back {
  order: 2;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid var(--og-border);
  border-radius: 6px;
  color: var(--og-foreground) !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 600;
}

.og-config-back:hover {
  background: rgba(255,255,255,.08);
}

.og-config-page .configoption_form > .row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 24px;
  align-items: start;
  margin: 0;
}

.og-config-page .configoption_form > .row > [class*="col-"] {
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  padding: 0 !important;
}

.og-config-page .card,
.summary-card,
.summary-drawer .summary-card {
  background: var(--og-card) !important;
  border: 1px solid var(--og-border) !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  color: var(--og-foreground) !important;
  overflow: visible;
}

.og-config-page .card + .card {
  margin-top: 14px;
}

.og-config-page .card-body {
  padding: 20px !important;
}

.og-config-page .card-title {
  margin: 0;
  color: var(--og-foreground) !important;
  font-size: 18px;
  font-weight: 800;
}

.og-config-page .border-bottom {
  border-bottom: 0 !important;
}

.configureproduct,
.og-config-page .form-group.row {
  margin: 0 0 14px !important;
  padding: 14px !important;
  border: 1px solid var(--og-border);
  border-radius: 10px;
  background: rgba(255,255,255,.015);
}

.configureproduct.active-option {
  margin: 0 0 14px !important;
  padding: 14px !important;
  background: rgba(255,255,255,.04) !important;
  box-shadow: 0 0 0 1px rgba(255,255,255,.08) !important;
}

.configureproduct.active-option::before,
.configureproduct.active-option::after {
  display: none !important;
}

.og-config-page .col-form-label {
  color: var(--og-foreground) !important;
  font-size: 13px;
  font-weight: 700;
}

.og-config-page .form-control,
.og-config-page .bootstrap-select > .dropdown-toggle,
.og-config-page textarea,
.og-config-page input[type="text"],
.og-config-page input[type="password"] {
  min-height: 40px;
  background: #000 !important;
  color: var(--og-foreground) !important;
  border: 1px solid var(--og-input) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
}

.og-config-page .form-control:focus,
.og-config-page input:focus,
.og-config-page textarea:focus,
.og-config-page .bootstrap-select > .dropdown-toggle:focus {
  border-color: var(--og-ring) !important;
  box-shadow: 0 0 0 2px rgba(250,250,250,.16) !important;
}

.og-config-page .btn-group-toggle,
.og-config-page .btn-custom-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  overflow: visible !important;
}

.og-config-page .btn-group-toggle .btn,
.og-config-page .btn-custom,
.og-config-page .btn-primary {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 8px 14px !important;
  border: 1px solid var(--og-border) !important;
  border-radius: 6px !important;
  background: transparent !important;
  color: var(--og-foreground) !important;
  box-shadow: none !important;
  transform: none !important;
  position: relative;
  overflow: visible !important;
}

.og-config-page .btn-group-toggle .btn:hover,
.og-config-page .btn-custom:hover {
  background: rgba(255,255,255,.08) !important;
}

.og-config-page .btn-group-toggle .btn.active,
.og-config-page .btn-custom.active,
.og-config-page .btn-custom-group .active {
  background: var(--og-foreground) !important;
  color: var(--og-background) !important;
  border-color: var(--og-foreground) !important;
}

.og-config-page .btn-group-toggle .btn.active::before,
.og-config-page .btn-custom.active::before,
.og-config-page .btn-custom-group .active::before,
.og-config-page .btn-group-toggle .btn::after,
.og-config-page .btn-custom::after {
  display: none !important;
}

.cycle-select-discount {
  top: -12px !important;
  right: -8px !important;
  z-index: 5;
  min-width: 38px;
  height: 18px !important;
  padding: 0 7px !important;
  background: var(--og-destructive) !important;
  border-radius: 999px !important;
  color: #fff !important;
  line-height: 18px !important;
  white-space: nowrap;
  box-shadow: 0 0 0 2px var(--og-card);
}

.og-config-page input[type='range'] {
  background: var(--og-border) !important;
  accent-color: var(--og-foreground);
}

.summary-card {
  position: sticky;
  top: 96px;
}

.summary-card .card-header,
.summary-drawer .card-header {
  min-height: 58px;
  padding: 16px 18px !important;
  background: #111 !important;
  border-bottom: 1px solid var(--og-border) !important;
  border-radius: 0 !important;
}

.summary-card .card-header h4.card-title,
.summary-drawer .card-header h4.card-title {
  color: var(--og-foreground) !important;
  font-size: 16px;
  font-weight: 800 !important;
}

.summary-card .card-body,
.summary-drawer .card-body {
  background: #000 !important;
  color: var(--og-muted-foreground);
}

.configoption_total,
.configoption_total * {
  color: inherit;
}

.summary-card .configoption_total,
.summary-card .configoption_total .table,
.summary-card .configoption_total table,
.summary-card .configoption_total thead,
.summary-card .configoption_total tbody,
.summary-card .configoption_total tr,
.summary-card .configoption_total td,
.summary-card .configoption_total th,
.summary-drawer .configoption_total,
.summary-drawer .configoption_total .table,
.summary-drawer .configoption_total table,
.summary-drawer .configoption_total thead,
.summary-drawer .configoption_total tbody,
.summary-drawer .configoption_total tr,
.summary-drawer .configoption_total td,
.summary-drawer .configoption_total th {
  background: #000 !important;
  border-color: var(--og-border) !important;
}

.summary-card .configoption_total,
.summary-drawer .configoption_total {
  padding: 0 !important;
  border-radius: 8px;
  overflow: hidden;
}

.summary-card .configoption_total table,
.summary-drawer .configoption_total table {
  margin-bottom: 0 !important;
}

.summary-card .btn,
.mobile-submit-btn .btn {
  background: var(--og-foreground) !important;
  color: var(--og-background) !important;
  border-color: var(--og-foreground) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
}

.drawer-toggle {
  background: var(--og-foreground) !important;
  box-shadow: none !important;
}

.summary-drawer {
  background: #000 !important;
}

.container.mobile-submit-btn {
  background: #000 !important;
  border-top: 1px solid var(--og-border);
}

@media (max-width: 1199px) {
  .og-config-page .configoption_form > .row {
    grid-template-columns: 1fr;
  }

  .summary-card {
    position: static;
  }
}

@media (max-width: 576px) {
  .og-config-page {
    width: min(100% - 20px, 720px);
    padding-top: 20px;
  }

  .og-config-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .og-config-back {
    order: 0;
  }
}

.og-checkout-page {
  width: min(100% - 48px, 1560px);
  margin: 0 auto;
  padding: 42px 0 72px;
  color: var(--og-foreground);
}

.og-checkout-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.og-checkout-kicker {
  display: inline-flex;
  align-items: center;
  height: 24px;
  margin-bottom: 8px;
  padding: 0 9px;
  border: 1px solid var(--og-border);
  border-radius: 999px;
  color: var(--og-muted-foreground);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.og-checkout-head h1 {
  margin: 0;
  color: var(--og-foreground);
  font-size: 32px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.1;
}

.og-checkout-head p {
  margin: 8px 0 0;
  color: var(--og-muted-foreground);
  font-size: 14px;
}

.og-checkout-page #submit-form > .row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 24px;
  margin: 0 !important;
}

.og-checkout-page #submit-form > .row > [class*="col-"] {
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  padding: 0 !important;
}

.og-checkout-page .card {
  background: var(--og-card) !important;
  border: 1px solid var(--og-border) !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  color: var(--og-foreground) !important;
  overflow: hidden;
}

.og-checkout-page .card-body {
  padding: 22px 24px !important;
}

.og-checkout-page h4,
.og-checkout-page h5,
.og-checkout-page .invoice-title h4 {
  margin: 0;
  color: var(--og-foreground) !important;
  font-weight: 800 !important;
  letter-spacing: 0;
}

.og-checkout-page p,
.og-checkout-page label,
.og-checkout-page span,
.og-checkout-page address,
.og-checkout-page .font-size-16 {
  color: var(--og-muted-foreground);
}

.og-checkout-page strong,
.og-checkout-page .font-weight-medium,
.og-checkout-page .font-size-18,
.og-checkout-page .price-num,
.og-checkout-page .len-num {
  color: var(--og-foreground) !important;
}

.og-checkout-page hr {
  border-top: 1px solid var(--og-border) !important;
  margin: 0 !important;
}

.og-checkout-page .alert {
  border-radius: 8px;
  border-color: rgba(34,197,94,.24);
  background: rgba(34,197,94,.08);
  color: var(--og-foreground);
}

.og-checkout-page .form-control,
.og-checkout-page input[type="text"],
.og-checkout-page input[type="password"],
.og-checkout-page input[type="number"],
.og-checkout-page select,
.og-checkout-page textarea {
  min-height: 42px;
  background: #000 !important;
  color: var(--og-foreground) !important;
  border: 1px solid var(--og-input) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
}

.og-checkout-page .form-control::placeholder,
.og-checkout-page input::placeholder {
  color: #737373 !important;
}

.og-checkout-page .form-control:focus,
.og-checkout-page input:focus,
.og-checkout-page select:focus,
.og-checkout-page textarea:focus {
  border-color: var(--og-ring) !important;
  box-shadow: 0 0 0 2px rgba(250,250,250,.14) !important;
}

.og-checkout-page .btn {
  min-height: 40px;
  border-radius: 6px !important;
  box-shadow: none !important;
}

.og-checkout-page .btn-primary,
.og-checkout-page .submit-btn,
.og-checkout-page .input-group-append .btn {
  background: var(--og-foreground) !important;
  color: var(--og-background) !important;
  border-color: var(--og-foreground) !important;
  font-weight: 800;
}

.og-checkout-page .btn-warning,
.og-checkout-page .btn-sm.btn-warning,
.og-checkout-page .old-user.btn,
.og-checkout-page .new-user.btn {
  background: transparent !important;
  color: var(--og-foreground) !important;
  border: 1px solid var(--og-border) !important;
}

.og-checkout-page .btn-group-toggle {
  display: inline-flex;
  padding: 4px;
  border: 1px solid var(--og-border);
  border-radius: 8px;
  background: #000;
  gap: 4px;
}

.og-checkout-page .btn-group-toggle .btn {
  background: transparent !important;
  border: 0 !important;
  color: var(--og-muted-foreground) !important;
}

.og-checkout-page .btn-group-toggle .btn.active {
  background: var(--og-foreground) !important;
  color: var(--og-background) !important;
}

.og-checkout-page .checkDiv {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch !important;
}

.og-checkout-page .checkboxDiv {
  width: 100% !important;
  min-height: 48px;
  height: auto !important;
  padding: 12px 14px !important;
  border: 1px solid var(--og-border) !important;
  border-radius: 8px !important;
  background: #000 !important;
  color: var(--og-foreground) !important;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.og-checkout-page .checkboxDiv:hover,
.og-checkout-page .checkboxSelect {
  border-color: var(--og-ring) !important;
  background: rgba(255,255,255,.06) !important;
}

.og-checkout-page .addfunds {
  padding: 0 6px 12px !important;
}

.og-checkout-page .addfunds-payment {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border: 1px solid var(--og-border);
  border-radius: 10px;
  background: #000;
  color: var(--og-foreground);
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.og-checkout-page .addfunds-payment:hover {
  transform: translateY(-1px);
  border-color: rgba(255,255,255,.45);
  background: rgba(255,255,255,.04);
}

.og-checkout-page .addfunds-payment.active {
  border-color: var(--og-ring);
  background: var(--og-foreground);
  color: var(--og-background);
}

.og-checkout-page .addfunds-payment img {
  max-width: 150px;
  max-height: 42px;
  object-fit: contain;
}

.og-checkout-page .input-group {
  gap: 8px;
}

.og-checkout-page .input-group .custom-file {
  flex: 1 1 auto;
}

.og-checkout-page .input-group-append {
  margin-left: 0 !important;
}

.og-checkout-page .col-md-4 .card {
  position: sticky;
  top: 96px;
}

.og-checkout-page address {
  margin: 0;
  padding: 16px 0;
  border-bottom: 1px solid var(--og-border);
}

.og-checkout-page address:first-of-type {
  padding-top: 0;
}

.og-checkout-page .cart_qty {
  display: flex;
  align-items: center;
  gap: 8px;
}

.og-checkout-page .cart_qty .number {
  width: 68px !important;
  text-align: center;
}

.og-checkout-page .cart_qty .btn {
  background: var(--og-muted) !important;
  color: var(--og-foreground) !important;
  border: 1px solid var(--og-border) !important;
}

.og-checkout-page .goods_info {
  padding: 10px 0 0;
}

.og-checkout-page .goods_info .title {
  color: var(--og-foreground) !important;
  text-indent: 0;
}

.og-checkout-page .goods_info .title font,
.og-checkout-page .goods_info .info {
  color: var(--og-muted-foreground) !important;
}

.og-checkout-page .fas,
.og-checkout-page .fa,
.og-checkout-page a {
  color: var(--og-foreground);
}

.og-checkout-page .custom-control-label::before {
  background: #000 !important;
  border-color: var(--og-border) !important;
}

.og-checkout-page .custom-control-input:checked ~ .custom-control-label::before {
  background: var(--og-foreground) !important;
  border-color: var(--og-foreground) !important;
}

.og-checkout-page .mobile-bottom-total {
  background: #000 !important;
  border-top: 1px solid var(--og-border);
  box-shadow: none !important;
  color: var(--og-foreground);
}

.modal-backdrop.show {
  opacity: .78 !important;
  background: #000 !important;
}

#customModal .modal-dialog {
  max-width: 520px;
}

#customModal .modal-content {
  background: var(--og-card) !important;
  border: 1px solid var(--og-border) !important;
  border-radius: 10px !important;
  color: var(--og-foreground) !important;
  box-shadow: 0 24px 80px rgba(0,0,0,.58) !important;
  overflow: hidden;
}

#customModal .modal-header,
#customModal .modal-footer {
  background: var(--og-card) !important;
  border-color: var(--og-border) !important;
  padding: 18px 20px !important;
}

#customModal .modal-title {
  color: var(--og-foreground) !important;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
}

#customModal .close {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: -5px -7px -5px auto !important;
  padding: 0 !important;
  border: 1px solid transparent !important;
  border-radius: 6px;
  color: var(--og-muted-foreground) !important;
  text-shadow: none !important;
  opacity: 1 !important;
  transition: background-color .16s ease, color .16s ease, border-color .16s ease;
}

#customModal .close:hover {
  background: rgba(255,255,255,.08) !important;
  border-color: var(--og-border) !important;
  color: var(--og-foreground) !important;
}

#customModal .modal-body {
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px !important;
  background: #000 !important;
  color: var(--og-foreground) !important;
  border-top: 1px solid var(--og-border);
  border-bottom: 1px solid var(--og-border);
}

#customModal .modal-body,
#customModal .modal-body * {
  color: var(--og-foreground) !important;
}

#customModal .modal-body .fa,
#customModal .modal-body .fas,
#customModal .modal-body .mdi,
#customModal .modal-body i {
  color: #f59e0b !important;
}

#customModal .modal-footer {
  gap: 10px;
}

#customModal .modal-footer .btn {
  min-width: 74px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  border-radius: 6px !important;
  font-weight: 800;
  box-shadow: none !important;
}

#customModal .btn-outline-light {
  background: transparent !important;
  border: 1px solid var(--og-border) !important;
  color: var(--og-foreground) !important;
}

#customModal .btn-outline-light:hover {
  background: rgba(255,255,255,.08) !important;
}

#customModal .btn-primary,
#customModal #customSureBtn {
  background: var(--og-foreground) !important;
  border-color: var(--og-foreground) !important;
  color: var(--og-background) !important;
}

@media (max-width: 1199px) {
  .og-checkout-page #submit-form > .row {
    grid-template-columns: 1fr;
  }

  .og-checkout-page .col-md-4 .card {
    position: static;
  }
}

@media (max-width: 768px) {
  .og-checkout-page {
    width: min(100% - 20px, 720px);
    padding-top: 22px;
  }

  .og-checkout-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .og-checkout-page .checkDiv {
    grid-template-columns: 1fr;
  }

  .og-checkout-page .card-body {
    padding: 18px !important;
  }

  .og-checkout-page .addfunds {
    padding: 0 0 10px !important;
  }
}

/* Hide removed secondary top navigation links while stale template cache expires. */
.og-cart-nav a[href="/solutions.html"],
.og-cart-nav a[href="/bt.html"],
.og-cart-nav a[href="/partner.html"],
.og-cart-nav a[href="/activity.html"],
.og-cart-header a[href="/solutions.html"],
.og-cart-header a[href="/bt.html"],
.og-cart-header a[href="/partner.html"],
.og-cart-header a[href="/activity.html"] {
  display: none !important;
}

/* White surface text contrast fixes */
.og-cart-header .btn-nav.btn-register,
.og-cart-header .btn-nav.btn-register:link,
.og-cart-header .btn-nav.btn-register:visited,
.og-cart-header .btn-nav.btn-register:hover,
.og-cart-header .btn-nav.btn-register:focus,
.og-cart-header .btn-nav.btn-register *,
.og-notice-copy a,
.og-notice-copy a:link,
.og-notice-copy a:visited,
.og-notice-copy a:hover,
.og-notice-copy a:focus,
.notice-box .terms-btn,
.notice-box .terms-btn:link,
.notice-box .terms-btn:visited,
.notice-box .terms-btn:hover,
.notice-box .terms-btn:focus {
  color: #09090b !important;
}

body[data-topbar="dark"][data-sidebar="dark"] .og-cart-main .og-cart-notice-card .og-notice-copy > a,
body[data-topbar="dark"][data-sidebar="dark"] .og-cart-main .og-cart-notice-card .og-notice-copy > a:link,
body[data-topbar="dark"][data-sidebar="dark"] .og-cart-main .og-cart-notice-card .og-notice-copy > a:visited,
body[data-topbar="dark"][data-sidebar="dark"] .og-cart-main .og-cart-notice-card .og-notice-copy > a:hover,
body[data-topbar="dark"][data-sidebar="dark"] .og-cart-main .og-cart-notice-card .og-notice-copy > a:focus {
  color: #09090b !important;
}

.og-sidebar-card .firstgroup_item.active,
.og-sidebar-card .firstgroup_item.active a,
.og-sidebar-card .firstgroup_item.active a.text-white,
.og-sidebar-card .secondgroup_item.active,
.og-sidebar-card .secondgroup_item.active a,
.og-sidebar-card .secondgroup_item.active a.text-white {
  color: #09090b !important;
}

.og-sidebar-card .firstgroup_item.active::after {
  border-color: #09090b !important;
}
