:root {
  --color-primary: #009fd5;
  --bg-color: #191919;
  --text-color: #ffffff;
  --border-color: #333333;
  --card-bg: #1e1e1e;
  --hover-bg: #2a2a2a;
  --theme-brand_primary: 133,209,221;
  --theme-brand_gradient: linear-gradient(180deg,#009fd5,#2ea8e0);
  --theme-area_background_light: rgba(255,255,255,0.02);
  --theme-radius_main: 12px;
}

body {
  background-color: var(--bg-color) !important;
  color: var(--text-color) !important;
}

.s-block {
  background-color: #080e14 !important;
 
  border-radius: 8px !important;
}

.home-slider {
  background-color: var(--card-bg) !important;
}

.home-slider img {
  display: none !important;
}

.angel-products {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
  gap: 20px !important;
}

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

.salla-products-list .product-item {
  background-color: var(--card-bg) !important;
  border: 1px solid var(--border-color) !important;
  border-radius: 8px !important;
  padding: 15px !important;
  transition: transform 0.3s ease !important;
}

.salla-products-list .product-item:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 10px 20px rgba(247, 166, 80, 0.2) !important;
}

.btn, .button {
  /* background-color: var(--color-primary) !important; */
  color: #000 !important;
  border: none !important;
  border-radius: 6px !important;
  transition: background-color 0.3s ease !important;
}

.btn:hover, .button:hover {
  background-color: #21cbe9 !important;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--text-color) !important;
}

p, span, div {
  color: var(--text-color) !important;
}

.footer {
  background-color: var(--card-bg) !important;
  border-top: 1px solid var(--border-color) !important;
}

.testimonials, .features, .faqs {
  background-color: var(--card-bg) !important;
  border: 1px solid var(--border-color) !important;
  border-radius: 8px !important;
  padding: 20px !important;
  margin: 20px 0 !important;
}

:root {
  --color-primary: #009fd5;
  --bg-color: #191919;
  --text-color: #ffffff;
  --border-color: #333333;
  --card-bg: #1e1e1e;
  --theme-brand_primary: 133,209,221;
  --theme-brand_gradient: linear-gradient(180deg,#009fd5,#00467c);
  --theme-area_background_light: rgba(255,255,255,0.02);
  --theme-radius_main: 12px;
}

body {
  background-color: var(--bg-color);
  color: var(--text-color);
}


.header-hero-video {
  width: 100%;
  height: 60vh;
  min-height: 400px;
  max-height: 650px;
  position: relative;
  overflow: hidden;
  background: #000;
  z-index: 1;
}


.header-hero-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: 0;
  opacity: 0.95;
}


.header-hero-video::after {
  content: "";
  position: absolute;
  inset: 0;
 
  z-index: 1;
}


header.store-header {
  position: relative;
  z-index: 20;
  background: linear-gradient(180deg, rgba(8, 12, 19, 0.95), rgba(4, 6, 12, 0.95)) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35) !important;
  backdrop-filter: blur(18px) !important;
  color: #fff !important;
}

header.store-header::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at top right, rgb(68 123 137 / 46%), transparent 23%), radial-gradient(circle at left, rgb(68 123 137 / 46%), transparent 22%), linear-gradient(180deg, rgba(8, 12, 19, 0.96), rgba(4, 6, 12, 0.96));
  z-index: 0;
}

header.store-header > * {
  position: relative;
  z-index: 1;
}

.store-header,
.store-header * {
  color: #fff !important;
}

header.store-header #elLogo,
header.store-header #elSiteTitle,
header.store-header .store-header__logo,
header.store-header .el-header-logo {
  color: #fff !important;
}

header.store-header #elLogo img,
header.store-header .store-header__logo img {
  max-height: 58px !important;
  width: auto !important;
}

header.store-header #elSearch,
header.store-header .search-box,
header.store-header .store-search {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.18) !important;
  border-radius: 14px !important;
}

header.store-header #elSearch input[type="search"],
header.store-header #elSearch input,
header.store-header .search-box input,
header.store-header .store-search input {
  color: #fff !important;
}

header.store-header #elSearch input::placeholder,
header.store-header .search-box input::placeholder,
header.store-header .store-search input::placeholder {
  color: rgba(255, 255, 255, 0.65) !important;
}

header.store-header .ipsNavBar_primary > ul > li > a,
header.store-header .main-nav a,
header.store-header .navigation a {
  color: rgba(255, 255, 255, 0.75) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
}

header.store-header .ipsNavBar_primary > ul > li[data-active] > a,
header.store-header .ipsNavBar_primary > ul > li > a:hover,
header.store-header .main-nav a:hover,
header.store-header .navigation a:hover {
  color: #fff !important;
}

header.store-header .ipsNavBar_primary > ul > li > a:before,
header.store-header .main-nav a:before,
header.store-header .navigation a:before {
  background: rgba(0, 255, 190, 0.9) !important;
}

header.store-header .cUserNav_links > li > a,
header.store-header .user-panel a,
header.store-header .user-links a,
header.store-header .cart-link,
header.store-header .account-link {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
  border-radius: 12px !important;
}

header.store-header .cUserNav_links > li > a:hover,
header.store-header .user-panel a:hover,
header.store-header .user-links a:hover,
header.store-header .cart-link:hover,
header.store-header .account-link:hover {
  background: rgba(0, 255, 190, 0.14) !important;
  color: #fff !important;
}

header.store-header .customUserBar,
header.store-header .user-bar,
header.store-header .header-top {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 14px !important;
}

.header-hero-video {
  width: 100%;
  min-height: 420px;
  max-height: 640px;
  overflow: hidden;
  position: relative;
  background: #000;
  z-index: 1;
}

.header-hero-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  opacity: 0.95;
}

.headerRow.headerRow_primary {
  background: transparent !important;
  padding: 8px 0 !important;
}

 .headerRow.headerRow_secondary {
  padding: 0px 0 !important;
}
.headerRow.headerRow_secondary .ipsLayout_container {
  /* display: flex !important; */
  justify-content: center !important;
}


.headerRow.headerRow_secondary .ipsLayout_container > nav .ipsNavBar_primary {
     display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: 914px !important;
    margin: 0 auto !important;
    height: 54px !important;
    background: linear-gradient(180deg, rgb(6 7 15), rgb(20 38 50)) !important;
    padding: 8px 18px !important;
    border-radius: 28px !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6) !important;
    direction: ltr !important;
    overflow: visible !important;
}

.headerRow.headerRow_secondary .ipsNavBar_primary > ul.ipsClearfix {
  display: flex !important;
  gap: 70px !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 26px !important;
  list-style: none !important;
  flex: 1 0 auto !important;
}
.headerRow.headerRow_secondary .ipsNavBar_primary > ul.ipsClearfix > li { display: inline-flex !important; }
.headerRow.headerRow_secondary .ipsNavBar_primary > ul.ipsClearfix > li > a {
  color: rgba(255,255,255,0.92) !important;
  padding: 8px 12px !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  transition: background .12s ease !important;
}
.headerRow.headerRow_secondary .ipsNavBar_primary > ul.ipsClearfix > li > a:hover { background: rgba(255,255,255,0.04) !important; }


.headerRow.headerRow_secondary #elProdSearchWrapper {
  flex: 0 0 360px !important;
  max-width: 45% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
}
.headerRow.headerRow_secondary #elProdSearchWrapper #elSearchForm {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: rgba(255,255,255,0.02) !important;
  border: 1px solid rgba(255,255,255,0.04) !important;
  padding: 8px 10px !important;
  border-radius: 8px !important;
  width: 100% !important;
}
.headerRow.headerRow_secondary #elProdSearchWrapper #elSearchForm input#elSearchField {
  background: transparent !important;
  border: none !important;
  color: rgba(255,255,255,0.9) !important;
  width: 100% !important;
  outline: none !important;
}
.headerRow.headerRow_secondary #elProdSearchWrapper .elSearch_submit svg { opacity: 0.9; }

 
.headerRow.headerRow_secondary .ipsNavBar_primary > ul.ipsClearfix > li > a {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 10px 14px !important;
  height: 44px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: rgba(255,255,255,0.92) !important;
  background: transparent !important;
}
.headerRow.headerRow_secondary .ipsNavBar_primary > ul.ipsClearfix > li.is-active > a,
.headerRow.headerRow_secondary .ipsNavBar_primary > ul.ipsClearfix > li[data-active] > a {
 
  color: #fff !important;
 
}
.headerRow.headerRow_secondary .ipsNavBar_primary > ul.ipsClearfix > li.is-active > a .navIcon,
.headerRow.headerRow_secondary .ipsNavBar_primary > ul.ipsClearfix > li[data-active] > a .navIcon {
 
  color: #0b0b0b !important;
  padding: 8px !important;
  border-radius: 6px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.headerRow.headerRow_secondary .ipsNavBar_primary > ul.ipsClearfix > li > a .navIcon i {
  color: #0b0b0b !important;
  font-size: 14px !important;
}
.headerRow.headerRow_secondary #elProdSearchWrapper {
  flex: 0 0 420px !important;
  max-width: 420px !important;
  padding-left: 12px !important;
}
.headerRow.headerRow_secondary #elProdSearchWrapper #elSearchForm {
  height: 44px !important;
  padding: 6px 10px !important;
  border-radius: 10px !important;
  background: rgba(255,255,255,0.02) !important;
  border: 1px solid rgba(255,255,255,0.04) !important;
}
.headerRow.headerRow_secondary #elProdSearchWrapper #elSearchForm input#elSearchField {
  height: 28px !important;
  padding: 0 8px !important;
  font-size: 14px !important;
}
.headerRow.headerRow_secondary .ipsNavBar_primary { align-items: center !important; }

@media (max-width: 1023px) {
 
  .headerRow.headerRow_secondary .ipsNavBar_primary { display: none !important; }
  .headerRow.headerRow_secondary #elProdSearchWrapper { display: none !important; }
  .inner.nav-header { display: none !important; }
}

header.store-header {
  position: relative !important;
  z-index: 20 !important;
  background: linear-gradient(180deg, rgba(8, 12, 19, 0.96), rgba(4, 6, 12, 0.96)) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.32) !important;
  backdrop-filter: blur(16px) !important;
  color: #fff !important;
}

header.store-header::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at top right, rgb(68 123 137 / 46%), transparent 23%), radial-gradient(circle at left, rgb(68 123 137 / 46%), transparent 22%), linear-gradient(180deg, rgba(8, 12, 19, 0.96), rgba(4, 6, 12, 0.96));
  z-index: 0;
}

header.store-header > * {
  position: relative !important;
  z-index: 1 !important;
}

.store-header,
.store-header * {
  color: #fff !important;
}

header.store-header #elLogo,
header.store-header #elSiteTitle,
header.store-header .store-header__logo,
header.store-header .el-header-logo {
  color: #fff !important;
}

header.store-header #elLogo img,
header.store-header .store-header__logo img {
  max-height: 58px !important;
  width: auto !important;
}

header.store-header #elSearch,
header.store-header .search-box,
header.store-header .store-search {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.16) !important;
  border-radius: 16px !important;
}

header.store-header #elSearch input[type="search"],
header.store-header #elSearch input,
header.store-header .search-box input,
header.store-header .store-search input {
  color: #fff !important;
}

header.store-header #elSearch input::placeholder,
header.store-header .search-box input::placeholder,
header.store-header .store-search input::placeholder {
  color: rgba(255, 255, 255, 0.65) !important;
}

header.store-header .ipsNavBar_primary > ul > li > a,
header.store-header .main-nav a,
header.store-header .navigation a {
  color: rgba(255, 255, 255, 0.78) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
}

header.store-header .ipsNavBar_primary > ul > li[data-active] > a,
header.store-header .ipsNavBar_primary > ul > li > a:hover,
header.store-header .main-nav a:hover,
header.store-header .navigation a:hover {
  color: #fff !important;
}

header.store-header .ipsNavBar_primary > ul > li > a:before,
header.store-header .main-nav a:before,
header.store-header .navigation a:before {
  background: rgba(0, 255, 190, 0.9) !important;
}

header.store-header .cUserNav_links > li > a,
header.store-header .user-panel a,
header.store-header .user-links a,
header.store-header .cart-link,
header.store-header .account-link {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
  border-radius: 12px !important;
}

header.store-header .cUserNav_links > li > a:hover,
header.store-header .user-panel a:hover,
header.store-header .user-links a:hover,
header.store-header .cart-link:hover,
header.store-header .account-link:hover {
  background: rgba(0, 255, 190, 0.14) !important;
  color: #fff !important;
}

header.store-header .customUserBar,
header.store-header .user-bar,
header.store-header .header-top {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 18px !important;
}

header.store-header .headerBackground {
  position: absolute !important;
  inset: 0 !important;
  z-index: 999999 !important;
  pointer-events: none !important;

}


.theme-header--salla .header-inner {
  background: transparent !important;
  box-shadow: none !important;
  border-bottom: none !important;
}


header.store-header .header-inner.da-bgm {
  background: transparent !important;
}
.theme-header--salla .header-container {
  padding: 8px 0 !important;
  align-items: center !important;
}
.theme-header--salla .header-container .flex {
  align-items: center !important;
}
.theme-header--salla .navbar-brand {
  order: 0;
  display: flex;
  align-items: center;
}
.theme-header--salla .navbar-brand img {
  height: 56px !important;
  width: auto !important;
}


@media (min-width: 1024px) {
  .inner.nav-header { display: block !important; }
  .inner.nav-header .container { display: flex; justify-content: space-between; align-items: center; }
  .inner.nav-header .main-menu { display: flex !important; gap: 18px !important; align-items: center !important; list-style: none !important; padding: 0 !important; margin: 0 !important; }
  .inner.nav-header .main-menu > li { display: inline-flex !important; align-items: center !important; }
  .inner.nav-header .main-menu > li > a { color: rgba(255,255,255,0.85) !important; padding: 8px 10px !important; border-radius: 8px !important; text-decoration: none !important; transition: background .15s ease !important; }
  .inner.nav-header .main-menu > li > a:hover { background: rgba(255,255,255,0.04) !important; color: #fff !important; }
  .inner.nav-header { padding: 6px 0 !important; background: transparent !important; }
}




#elProdSearchWrapper .search-btn { display: inline-flex !important; align-items: center !important; gap: 8px !important; margin-left: 8px !important; }


.landing-main-menu li a { color: inherit !important; }


header.store-header { z-index: 40 !important; }
.header-hero-video { margin-top: 0; }


.headerRow.headerRow_secondary .ipsNavBar_primary > ul.ipsClearfix > li {
  position: relative !important;
  padding: 0 6px !important;
  overflow: visible !important;
}

.headerRow.headerRow_secondary .ipsNavBar_primary > ul.ipsClearfix > li > .background-gradient {
  display: none !important;
}

.headerRow.headerRow_secondary .ipsNavBar_primary > ul.ipsClearfix > li.is-active > .background-gradient,
.headerRow.headerRow_secondary .ipsNavBar_primary > ul.ipsClearfix > li[data-active] > .background-gradient {
  display: block !important;
  position: absolute !important;
  left: 10px !important;
  top: 8px !important;
  bottom: 8px !important;
  width: 6px !important;
  border-radius: 6px !important;
  background: linear-gradient(180deg, rgba(247,166,80,1), rgba(224,143,46,1)) !important;
  box-shadow: 0 6px 16px rgba(0,0,0,0.4) !important;
  z-index: 1 !important;
}


.headerRow.headerRow_secondary .ipsNavBar_primary > ul.ipsClearfix > li > a {
  position: relative !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 10px 14px !important;
  height: 44px !important;
}


.headerRow.headerRow_secondary .ipsNavBar_primary > ul.ipsClearfix > li > a .navIcon {
  width: 38px !important;
  height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 8px !important;
  background: rgba(255,255,255,0.03) !important;
  color: rgba(255,255,255,0.9) !important;
}


.headerRow.headerRow_secondary .ipsNavBar_primary > ul.ipsClearfix > li.is-active > a .navIcon,
.headerRow.headerRow_secondary .ipsNavBar_primary > ul.ipsClearfix > li[data-active] > a .navIcon {
 
  color: #0b0b0b !important;
  box-shadow: 0 6px 18px rgba(0,0,0,0.35) inset !important;
  transform: translateY(-1px) !important;
}

.headerRow.headerRow_secondary .ipsNavBar_primary > ul.ipsClearfix > li > a .navIcon i {
  font-size: 14px !important;
  color: inherit !important;
}


.headerRow.headerRow_secondary .ipsNavBar_primary > ul.ipsClearfix > li > a { padding-left: 28px !important; }



.headerRow.headerRow_secondary .ipsNavBar_primary > ul > li > a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  letter-spacing: 1px !important;
  width: auto !important;
  height: 80px !important;
  margin-left: 15px !important;
  position: relative !important;
}

.headerRow.headerRow_secondary .ipsNavBar_primary > ul > li > a:before {
  content: "" !important;
  background: rgb(var(--theme-brand_primary)) !important;
  box-shadow: 0 0 10px rgb(var(--theme-brand_primary)) !important;
  width: 0px !important;
  height: 1px !important;
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) skewX(-10deg) !important;
  transition: all 0.5s ease 0s !important;
}

.headerRow.headerRow_secondary .ipsNavBar_primary > ul > li > a > .navIcon {
  font-size: 18px !important;
  line-height: 1.2 !important;
}

.headerRow.headerRow_secondary .ipsNavBar_primary > ul > li > a:hover > div.navIcon,
.headerRow.headerRow_secondary .ipsNavBar_primary > ul > li.ipsNavBar_active > a > div.navIcon {
  background: var(--theme-brand_gradient) !important;
  color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  transition: all 0.2s ease !important;
}

.headerRow.headerRow_secondary .ipsNavBar_primary > ul > li > a:hover::before,
.headerRow.headerRow_secondary .ipsNavBar_primary > ul > li.ipsNavBar_active > a::before {
  width: 40% !important;
}

.headerRow.headerRow_secondary .background-gradient {
  position: absolute !important;
  background: radial-gradient(56.59% 61.59% at 25% 97.01%, rgba(var(--theme-brand_primary), 0.2) 0, rgba(var(--theme-brand_primary), 0) 100%), linear-gradient(180deg, rgba(var(--theme-brand_primary), 0.2) 0, rgba(var(--theme-brand_primary), 0) 100%), var(--theme-area_background_light) !important;
  border-radius: var(--theme-radius_main) !important;
  height: 50px !important;
  width: calc(100% - 15px) !important;
  z-index: -1 !important;
  overflow: hidden !important;
  margin-left: 15px !important;
  

}
.dark .s-product-card-entry {
    background-color: #0d151e;
}

.gamesGrid {
  padding: 32px 12px !important;
  direction: rtl !important;
}
.gamesGrid__header {
  display: flex !important;
  gap: 12px !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-bottom: 18px !important;
}
.gamesGrid__title h2 { margin: 0; font-size: 22px; color: var(--text-color); }
.gamesGrid__title p { margin: 0; color: rgba(255,255,255,0.7); font-size: 13px; }
.gamesGrid__filters { display:flex; gap:8px; flex-wrap:wrap; align-items:center; }
.filter-btn { background: rgba(255,255,255,0.03); border:1px solid rgba(255,255,255,0.04); color: rgba(255,255,255,0.9); padding: 8px 12px; border-radius: 10px; cursor:pointer; display:inline-flex; gap:8px; align-items:center; }
.filter-btn--active { background: linear-gradient(180deg,var(--color-primary),#009fd5); color:#0b0b0b; box-shadow: 0 6px 18px rgba(0,0,0,0.32) inset; }
.gamesGrid__count { display:flex; align-items:center; gap:8px; color: rgba(255,255,255,0.85); }
.gamesGrid__container { display:grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap:18px; }
.gameCard { background: var(--card-bg); border:1px solid var(--border-color); border-radius:10px; overflow:hidden; transition: transform .12s ease, opacity .18s ease; }
.gameCard.show { opacity:1; transform: scale(1); display:block; }
.gameCard:not(.show) { opacity:0; transform: scale(.98); display:none; }
.gameCard__image img { width:100%; height:160px; object-fit:cover; display:block; }
.gameCard__info { padding:10px; }
.gameCard__title { font-weight:700; color: #fff; }
.gameCard__price { color: var(--color-primary); font-weight:700; }

@media (max-width: 768px) {
  .gamesGrid__container { grid-template-columns: repeat(2, 1fr); }
}

.gameCard__pill--price {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  direction: ltr;
}
 .gamesGrid__header {
     display: flex;
     justify-content: space-between;
     align-items: center;
     margin-bottom: 2.5rem;
     gap: 2rem;
     /* padding: 1.25rem 2rem; */
   padding: 2.25rem 7rem;
     background: rgba(var(--theme-area_background_light), 0.95);
     backdrop-filter: blur(15px);
     border: 1px solid rgba(var(--theme-brand_primary), 0.1);
     border-radius: 16px;
     position: relative;
     overflow: hidden;
   
 }

 .gamesGrid__header::before {
     content: '';
     position: absolute;
     left: 0;
     top: 0;
     bottom: 0;
     width: 4px;
    background: rgb(109 185 197);
    box-shadow: 2px 0 15px rgb(72 204 255);
 }

 .gamesGrid__title {
     display: block;
     flex-shrink: 0;
     position: relative;
 }

 .gamesGrid__title h2 {
     font-size: 1.75rem;
     font-weight: 800;
     color: white;
     margin: 0;
     line-height: 1;
     white-space: nowrap;
     text-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
 }

 .gamesGrid__title p {
     display: none;
 }

 .gamesGrid__filters {
     display: flex;
     gap: 0.5rem;
     flex-wrap: wrap;
     align-items: center;
     justify-content: flex-end;
     background: transparent;
     padding: 0;
     border-radius: 0;
     border: none;
     box-shadow: none;
     backdrop-filter: none;
 }

 .gamesGrid__count {
     display: none;
 }

 .filter-btn {
     display: flex;
     align-items: center;
     gap: 0.5rem;
     padding: 0.6rem 1.25rem;
     background: rgba(255, 255, 255, 0.03);
     border: 1px solid rgba(255, 255, 255, 0.08);
     border-radius: 10px;
     color: rgba(255, 255, 255, 0.6);
     font-size: 0.85rem;
     font-weight: 600;
     cursor: pointer;
     transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
     backdrop-filter: none;
 }

 .filter-btn:hover {
     color: white;
     background: rgba(255, 255, 255, 0.08);
     transform: translateY(-1px);
     border-color: rgba(255, 255, 255, 0.15);
 }

 .filter-btn--active {
  background: rgb(7 118 154);
    color: white;
    border-color: rgb(121 195 207);
    box-shadow: 0 4px 15px rgb(172 241 242 / 50%);
 }

 .filter-btn--active:hover {
     background: rgb(7 118 154);
     border-color:  rgb(121 195 207);
 }


 .filter-btn i {
     font-size: 0.85rem;
 }

 .gamesGrid__container {
     display: grid;
     grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
     gap: 1.5rem;
     animation: fadeInUp 0.6s ease-out;
 }

.whyChoose_section {
  padding: 60px 20px !important;
  background: #080e14 !important;
  border: none !important;
  border-radius: 0 !important;
  position: relative;
  overflow: hidden;
}

.whyChoose_wrapper {
     margin: 4rem 0;
     padding: 0;
 }

 .whyChoose_title {
     color: white;
     font-size: 2rem;
     margin: 0;
     font-weight: 700;
     line-height: 1.2;
     margin-bottom: 0.5rem;
     text-align: center;
     letter-spacing: -0.01em;
 }

 .whyChoose_title>b {
     background: none;
     -webkit-background-clip: border-box;
     background-clip: border-box;
     color: white;
     font-weight: 800;
 }

 .whyChoose_desc {
     font-size: 1rem;
     margin: 0 auto 3rem;
     max-width: 650px;
     text-align: center;
     color: rgba(255, 255, 255, 0.5);
     line-height: 1.5;
 }

 .whyChoose_columns {
     list-style: none;
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 1.5rem;
     margin: 0;
     padding: 0;
 }

 .whyChoose_columns>li {
     background: rgba(var(--theme-area_background_light), 0.8);
     backdrop-filter: blur(10px);
     padding: 2rem;
     border-radius: 16px;
     border: 1px solid rgba(255, 255, 255, 0.08);
     transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
     position: relative;
     overflow: hidden;
     display: flex;
     flex-direction: column;
     gap: 1.5rem;
 }

 .whyChoose_columns>li:hover {
     border-color: rgba(var(--theme-brand_primary), 0.3);
 }

 .whyChoose_columns>li::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 1px;
     background: linear-gradient(90deg, transparent, rgba(var(--theme-brand_primary), 0.8), transparent);
     opacity: 0;
     transition: opacity 0.3s ease;
 }

 .whyChoose_columns>li:hover::before {
     opacity: 1;
 }

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

 .whyChoose_icon {
     width: 48px;
     height: 48px;
     border-radius: 12px;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-shrink: 0;
     background: linear-gradient(135deg, rgb(var(--theme-brand_primary)), rgba(var(--theme-brand_secondary), 0.8));
     box-shadow: none;
 }

 .whyChoose_icon i {
     font-size: 1.25rem;
     color: white;
 }

 .whyChoose_bgIcon {
     position: absolute;
     bottom: -20px;
     right: -20px;
     font-size: 120px;
     opacity: 0.03;
     transform: rotate(-15deg);
     pointer-events: none;
     z-index: 0;
     background: linear-gradient(135deg, rgb(var(--theme-brand_primary)), white);
     -webkit-background-clip: text;
     background-clip: text;
     color: transparent;
 }

 .whyChoose_headerText {
     display: flex;
     flex-direction: column;
     gap: 0.2rem;
 }

 .whyChoose_cardTitle {
     font-size: 1.1rem;
     font-weight: 700;
     color: white;
     margin: 0;
     line-height: 1.2;
 }

 .whyChoose_cardSubtitle {
     font-size: 0.85rem;
     color: rgba(255, 255, 255, 0.5);
     margin: 0;
     font-weight: 500;
 }

 .whyChoose_cardDesc {
     font-size: 0.9rem;
     color: rgba(255, 255, 255, 0.65);
     margin: 0;
     line-height: 1.6;
     position: relative;
     z-index: 1;
 }

 @media screen and (max-width:1100px) {
     .whyChoose_columns {
         grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
     }
 }

 @media screen and (max-width:768px) {
     .whyChoose_columns {
         grid-template-columns: 1fr;
         gap: 1rem;
     }

     .whyChoose_columns>li {
         padding: 1.5rem;
     }
 }

footer.store-footer { background: transparent !important; padding: 0 !important; }
footer.store-footer .store-footer__inner { display: none !important; }
footer.store-footer.custom-footer-replaced .store-footer__inner { display: none !important; }
footer.store-footer #custom-footer-wrapper { display: block; }

#custom-footer-wrapper {
  position: relative;
  background: #040810;
  padding-top: 0;
  margin-top: 5rem;
  direction: rtl;
}


.cFooter_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}


.cFooter_promo {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  z-index: 0;
  padding: 2rem 2rem 0;
  margin-top: -4rem;
}

.cFooter_promoCard {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  padding: 3.5rem 2rem;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  backdrop-filter: blur(20px);
  position: relative;
  overflow: hidden;
}

.cFooter_promoCard::before {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 60%; height: 60%;
  background: radial-gradient(circle, rgba(var(--theme-brand_primary),0.2) 0%, transparent 70%);
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}

.cFooter_promoContent {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
}

.cFooter_promoTitle {
  color: white;
  font-size: clamp(1.5rem, 3.5vw, 2.5rem);
  line-height: 1.15;
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.cFooter_promoHighlight {
  background: linear-gradient(90deg, rgb(var(--theme-brand_primary)), #fff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.cFooter_promoActions {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  justify-content: center;
}

.cFooter_promoButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.9rem 2rem;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.3s ease;
  min-width: 170px;
}

.cFooter_promoButton--primary {
  background: rgb(var(--theme-brand_primary));
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(var(--theme-brand_primary),0.3);
}
.cFooter_promoButton--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(var(--theme-brand_primary),0.4);
  color: #fff !important;
}

.cFooter_promoButton--secondary {
  background: rgba(255,255,255,0.05);
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.12);
}
.cFooter_promoButton--secondary:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-2px);
  color: #fff !important;
}


.cFooter_main {
  padding: 3rem 0 2rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.cFooter_grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 4rem;
  align-items: start;
}


.cFooter_about {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.cFooter_logo img {
  max-height: 52px;
  width: auto;
  display: block;
}

.cFooter_logoText {
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
}

.cFooter_aboutDesc {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
  margin: 0;
}

.cFooter_social {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.cFooter_socialLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  color: rgba(255,255,255,0.7) !important;
  font-size: 1rem;
  transition: all 0.2s ease;
  text-decoration: none !important;
}

.cFooter_socialLink:hover {
  background: rgba(var(--theme-brand_primary),0.18);
  border-color: rgba(var(--theme-brand_primary),0.45);
  color: rgb(var(--theme-brand_primary)) !important;
  transform: translateY(-2px);
}


.cFooter_linksColumn {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cFooter_linksTitle {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin: 0;
  line-height: 1;
}

.cFooter_linksList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.cFooter_linksList li { margin: 0; }

.cFooter_linksList a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.55) !important;
  text-decoration: none !important;
  transition: all 0.2s ease;
  position: relative;
  padding-right: 1rem;
}

.cFooter_linksList a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: rgba(var(--theme-brand_primary),0.4);
  border-radius: 50%;
  transition: all 0.2s ease;
}

.cFooter_linksList a:hover {
  color: #fff !important;
  padding-right: 1.4rem;
}
.cFooter_linksList a:hover::before {
  background: rgb(var(--theme-brand_primary));
  box-shadow: 0 0 8px rgb(var(--theme-brand_primary));
}


.cFooter_trust {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
}
.cFooter_trust b { color: rgba(var(--theme-brand_primary),0.9); font-size: 0.85rem; }


.cFooter_payments {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.cFooter_paymentsLabel {
  font-size: 0.8rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

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

.cFooter_paymentsGrid img {
  height: 36px;
  width: auto;
  opacity: 0.75;
  transition: all 0.2s ease;
  background: #fff;
  padding: 4px 8px;
  border-radius: 7px;
  border: 1px solid rgba(255,255,255,0.08);
  object-fit: contain;
}

.cFooter_paymentsGrid img:hover {
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.cFooter_bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 1.25rem 0;
}

.cFooter_bottomContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

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

.cFooter_copyright i {
  color: rgba(var(--theme-brand_primary),0.6);
  font-size: 0.75rem;
}

.cFooter_sbc {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(255,255,255,0.45);
  font-size: 0.8rem;
}

.cFooter_sbcBadge {
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 2px;
}

.cFooter_sbcBadge img { width: 100%; height: 100%; object-fit: contain; }

@media (max-width: 1100px) {
  .cFooter_grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .cFooter_about { grid-column: 1 / -1; }
  .cFooter_payments { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  #custom-footer-wrapper { padding-top: 0; margin-top: 3rem; }
  .cFooter_promo { top: auto; padding: 1.5rem 1rem 0; margin-top: -2rem; }
  .cFooter_promoCard { padding: 2rem 1.25rem; }
  .cFooter_promoActions { flex-direction: column; width: 100%; }
  .cFooter_promoButton { width: 100%; min-width: unset; }
  .cFooter_grid { grid-template-columns: 1fr; gap: 2rem; }
  .cFooter_bottomContent { flex-direction: column; text-align: center; justify-content: center; }
}



.dark .da-bgg {
    background-color: #0d171c !important;
}

.dark .da-bgm {
    background-color: rgb(8 14 20) !important;
}

.s-block--testimonials,
section.angel-testimonials,
.s-block.angel-testimonials,
salla-products-list[source-value*="307431707"],
salla-products-slider[source-value*="307431707"],
salla-products-list[source-value*="228978045"],
salla-products-slider[source-value*="228978045"],
salla-products-list[source-value*="1123119712"],
salla-products-slider[source-value*="1123119712"] {
  display: none !important;
}

#custom-testimonials {
  padding: 70px 20px !important;
  background: #080e14 !important;
  border: none !important;
  border-radius: 0 !important;
  overflow: hidden;
}

.ctm-wrapper {
  max-width: 1240px;
  margin: 0 auto;
  direction: rtl;
}

/* Header */
.ctm-header {
  text-align: center;
  margin-bottom: 3rem;
}

.ctm-title {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 0.5rem;
  letter-spacing: -0.02em;
}

.ctm-title-accent {
  background: linear-gradient(90deg, rgb(var(--theme-brand_primary)), #fff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ctm-subtitle {
  color: rgba(255,255,255,0.45);
  font-size: 0.95rem;
  margin: 0;
}


.ctm-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  height: 580px;
  overflow: hidden;
  position: relative;
  /* Fade cards at top and bottom edges */
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 18%,
    black 82%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 18%,
    black 82%,
    transparent 100%
  );
}


.ctm-columns:hover .ctm-track {
  animation-play-state: paused;
}


.ctm-column {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}


.ctm-track {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  will-change: transform;
}


.ctm-track--up {
  animation: ctmScrollUp 24s linear infinite;
}


.ctm-track--up.ctm-track--fast {
  animation-duration: 20s;
}


.ctm-track--down {
  transform: translateY(-50%);
  animation: ctmScrollDown 28s linear infinite;
}

@keyframes ctmScrollUp {
  from { transform: translateY(0); }
  to   { transform: translateY(-50%); }
}

@keyframes ctmScrollDown {
  from { transform: translateY(-50%); }
  to   { transform: translateY(0); }
}


.ctm-card {
  background: rgba(255,255,255,0.028);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px;
  padding: 1.1rem 1.25rem;
  flex-shrink: 0;
  transition: border-color 0.3s ease, background 0.3s ease;
  cursor: default;
}

.ctm-card:hover {
  background: rgba(255,255,255,0.05);
  border-color: rgba(var(--theme-brand_primary), 0.35);
}


.ctm-card__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}


.ctm-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 1.5px solid rgba(var(--theme-brand_primary), 0.4);
}

.ctm-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ctm-avatar-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--theme-brand_primary), 0.18);
  color: rgb(var(--theme-brand_primary));
  font-weight: 700;
  font-size: 1.1rem;
}

.ctm-card__meta {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
}

.ctm-name {
  font-weight: 700;
  color: #fff;
  font-size: 0.88rem;
  line-height: 1;
}

.ctm-stars {
  color: #fbbf24;
  font-size: 0.78rem;
  letter-spacing: 1.5px;
  line-height: 1;
}


.ctm-text {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.68);
  line-height: 1.65;
  margin: 0;
  word-break: break-word;
}


@media (max-width: 900px) {
  .ctm-columns {
    grid-template-columns: 1fr 1fr;
    height: 520px;
  }

  .ctm-column:last-child { display: none; }
}

@media (max-width: 600px) {
  .ctm-columns {
    grid-template-columns: 1fr;
    height: 480px;
  }
  .ctm-column:nth-child(2),
  .ctm-column:last-child { display: none; }
}

.s-block--features.angel-features {
  background: #080e14 !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 80px 20px !important;
  position: relative;
  overflow: hidden;
}


.s-block--features.angel-features::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 100%, rgba(var(--theme-brand_primary), 0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}


.s-block--features.angel-features .s-block__title {
  position: relative;
  z-index: 1;
  margin-bottom: 3rem !important;
}

.s-block--features.angel-features .s-block__title h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem) !important;
  font-weight: 800 !important;
  color: #fff !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 0.4rem !important;
}


.s-block--features.angel-features .grid {
  position: relative;
  z-index: 1;
  gap: 1.5rem !important;
  align-items: stretch !important;
}

.s-block--features.angel-features .angel-feature {
  background: rgba(255,255,255,0.028);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 2.5rem 1.5rem 2rem !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  position: relative;
  overflow: hidden;
  transition: border-color 0.4s ease, background 0.4s ease, transform 0.3s ease;
  cursor: default;
}


.s-block--features.angel-features .angel-feature::before {
  content: '';
  position: absolute;
  top: 0;
  left: 15%;
  right: 15%;
  height: 2px;
  background: linear-gradient(90deg,
    transparent,
    rgb(var(--theme-brand_primary)),
    transparent
  );
  border-radius: 0 0 4px 4px;
  opacity: 0;
  transition: opacity 0.4s ease;
}


.s-block--features.angel-features .angel-feature::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--theme-brand_primary), 0.18) 0%, transparent 70%);
  pointer-events: none;
  transition: opacity 0.4s ease;
  opacity: 0;
}

.s-block--features.angel-features .angel-feature:hover {
  border-color: rgba(var(--theme-brand_primary), 0.35);
  background: rgba(255,255,255,0.05);
  transform: translateY(-4px);
}

.s-block--features.angel-features .angel-feature:hover::before,
.s-block--features.angel-features .angel-feature:hover::after {
  opacity: 1;
}


.s-block--features.angel-features .angel-feature .flex-center.h-14,
.s-block--features.angel-features .angel-feature .flex-center.h-20,
.s-block--features.angel-features .angel-feature > div:first-child {
  width: 72px !important;
  height: 72px !important;
  border-radius: 18px !important;
  background: rgba(var(--theme-brand_primary), 0.1) !important;
  border: 1px solid rgba(var(--theme-brand_primary), 0.22) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 1.25rem !important;
  flex-shrink: 0 !important;
  transition: background 0.3s ease, box-shadow 0.3s ease !important;
  position: relative;
  z-index: 1;
}

.s-block--features.angel-features .angel-feature:hover > div:first-child {
  background: rgba(var(--theme-brand_primary), 0.18) !important;
  box-shadow: 0 0 24px rgba(var(--theme-brand_primary), 0.25) !important;
}


.s-block--features.angel-features .lazy_avatar {
  width: 44px !important;
  height: 44px !important;
  border-radius: 8px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  filter: brightness(1.1) drop-shadow(0 0 8px rgba(var(--theme-brand_primary), 0.5)) !important;
  transition: transform 0.3s ease !important;
}

.s-block--features.angel-features .angel-feature:hover .lazy_avatar {
  transform: scale(1.1) !important;
}


.s-block--features.angel-features .angel-feature .flex-col.mt-2 {
  position: relative;
  z-index: 1;
}


.s-block--features.angel-features .angel-feature h4.has-num {
  font-size: clamp(2rem, 4vw, 3rem) !important;
  font-weight: 900 !important;
  letter-spacing: -0.03em !important;
  line-height: 1 !important;
  margin: 0 0 0.4rem !important;
  background: linear-gradient(135deg, rgb(var(--theme-brand_primary)) 0%, #ffffff 100%);
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  text-shadow: none !important;
}


.s-block--features.angel-features .angel-feature p.da-ts {
  font-size: 0.9rem !important;
  color: rgba(255,255,255,0.5) !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  margin: 0 !important;
}

@media (max-width: 640px) {
  .s-block--features.angel-features {
    padding: 60px 16px !important;
  }
  .s-block--features.angel-features .grid {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }
  .s-block--features.angel-features .angel-feature {
    padding: 2rem 1.25rem 1.75rem !important;
  }
}

.dark .mm-spn.mm-spn--light {
  background: #080b13;
  border-inline-end: 1px solid rgba(0, 208, 255, 0.35) !important;
}

.dark .btn--close-sm {
    color: var(--dark-text-main);
    border-radius: 999px !important;
    background: #12c0f0e6 !important;
    color: #07111f !important;
}

@media (max-width: 768px) {

    .headerRow.headerRow_secondary .ipsLayout_container > nav .ipsNavBar_primary {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        min-height: 54px !important;
        background: linear-gradient(180deg, rgb(6 7 15), rgb(20 38 50)) !important;
        padding: 6px 8px !important;
        border-radius: 18px !important;
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6) !important;
        direction: ltr !important;
        overflow: hidden !important;
    }

    .headerRow.headerRow_secondary .ipsNavBar_primary > ul.ipsClearfix {
        display: flex !important;
      
        justify-content: center !important;
        gap: 6px !important; 
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        width: 100% !important;
    }

    .headerRow.headerRow_secondary .ipsNavBar_primary li {
        flex: 1 1 auto !important;
        text-align: center !important;
        min-width: 70px !important; 
    }

    .headerRow.headerRow_secondary .ipsNavBar_primary a {
        font-size: 12px !important; 
        padding: 6px !important;
    }
  .headerRow.headerRow_secondary .ipsNavBar_primary > ul.ipsClearfix > li{
   
    /* margin-left: -23px !important; */
     margin-left: -42px !important;
}
}
@media (max-width: 768px) {
    .gamesGrid__header {
        flex-direction: column;
        align-items: stretch;
      gap: 31px !important;
        padding: 1.25rem;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .gamesGrid__filters {
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 0.75rem;
        flex-wrap: nowrap !important;
        scrollbar-width: thin;
        scrollbar-color: rgba(var(--theme-brand_primary), 0.5) rgba(255, 255, 255, 0.05);
        -ms-overflow-style: auto;
        gap: 0.5rem;
        min-width: 0;
    }
    .gamesGrid__filters button,
    .gamesGrid__filters .filter-btn,
    .gamesGrid__filters > * {
        white-space: nowrap;   
        flex-shrink: 0;        
        min-width: fit-content; 
    }
}
article.full-description.details::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: rgb(var(--theme-brand_primary));
    border-radius: 0 8px 8px 0;
}

.desc-features {
    list-style: none;
    padding-right: 1.2rem; 
    margin: 0;
}

.desc-features > li {
    position: relative;
    margin-bottom: 8px;
    list-style: none !important;
}

.desc-features > li:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: rgb(var(--theme-brand_primary));
    border-radius: 100vw;
    right: -1.55rem; 
    top: 7px;
    outline: 3px solid rgb(var(--theme-page_background));
}




.category_title_wrapper {
  padding: 20px 0;
}


.breadcrumbs ol {
  background: linear-gradient(180deg, rgb(6 7 15), rgb(10 17 26)) !important;
  padding: 12px 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}


.breadcrumbs li {
  display: flex;
  align-items: center;
}


.breadcrumbs a {
  color: #53cbff;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: 0.3s;
}


.breadcrumbs a:hover {
  color: #fff;
}


.breadcrumbs span {
  color: #fbbf24;
  font-weight: 700;
  text-transform: uppercase;
}


.breadcrumbs .arrow {
  color: #53cbff;
  font-size: 14px;
  margin: 0 6px;
}


.breadcrumbs .arrow::before {
  content: "»";
  font-family: inherit;
}



.hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
/* direction: ltr; */
  padding: 40px;
  color: #fff;
}


.hero-badge {
  background: rgb(6 9 16 / 43%);
  color: #f59e0b;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  margin-bottom: 15px;
  border: 1px solid rgb(11 97 245 / 30%);
}


.hero-content h1 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 20px;
}

.hero-content h1 span {
  color: #f59e0b;
}


.hero-buttons {
  display: flex;
  gap: 15px;
      margin-left: 10rem;

}

.btn {
  padding: 14px 26px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}

.btn.primary {
  background: linear-gradient(135deg, #009fd5, #009fd5);
color: #fff !important;
}

.btn.secondary {
  background: rgba(255,255,255,0.08);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
}


.header-hero-video::after {
  content: "";
  position: absolute;
  inset: 0;
    background: linear-gradient(to right, rgb(0 0 0 / 56%), rgb(63 113 132 / 0%));  z-index: 1;
}

@media (max-width: 768px) {

  .theme-header--salla .header-container {
    padding: 6px 0 !important;
    align-items: center !important;
    padding-right: 6px !important;
}
  .theme-header--salla .header-container .flex {
    align-items: center !important;
    padding-left: 4px !important;
}
.hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;

  padding: 40px;
  color: #fff;
}


.hero-badge {
  background: rgb(6 9 16 / 43%);
  color: #f59e0b;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  margin-bottom: 15px;
  border: 1px solid rgb(11 97 245 / 30%);
}


.hero-content h1 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 20px;
}

.hero-content h1 span {
  color: #f59e0b;
}


.hero-buttons {
  display: flex;
  gap: 15px;
}

.btn {
  padding: 14px 26px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}

.btn.primary {
  background: linear-gradient(135deg, #009fd5, #009fd5);
color: #fff !important;
}

.btn.secondary {
  background: rgba(255,255,255,0.08);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
}


.header-hero-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0.3));
  z-index: 1;
}
  }

/* Terms page styling */
.content-entry strong {
  color: #c8a96e;
  font-size: 1.2rem;
  display: block;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.content-entry p:first-child strong,
.content-entry p:nth-child(2) strong {
  font-size: 1rem;
  color: #aaa;
  display: inline;
}

.content-entry ul {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 1rem 0;
  border-bottom: 1px solid #333;
  padding-bottom: 1.5rem;
}

.content-entry ul li {
  position: relative;
  padding-right: 1.5rem;
  margin-bottom: 0.5rem;
  color: #ccc;
  line-height: 1.7;
}

.content-entry ul li::before {
    content: "•";
    color: #5ebbcd;
    position: absolute;
    right: 0;
    font-size: 1.2rem;
    line-height: 1.4;
    text-shadow: 0 0 4px #5ebbcd, 0 0 35px #5ebbcd;
}

.content-entry p {
  color: #ccc;
  line-height: 1.7;
}

.da-bgg {
  background-color: #1a1a1a !important;
  border: 1px solid #2a2a2a;
}

@media (min-width: 1024px) {
  .content--single-page {
    margin-right: auto !important;
    margin-left: 6rem !important;
  }
}
.content-entry ul li::marker {
  display: none !important;
  content: "" !important;
}
.dark .s-search-inline .s-search-input {
    background: #0e141c !important;
    border: initial !important;
}
.dark .details {
    background-color: #0e141c;
}
.dark .tabs-wrapper {
    background-color: #0e141c;
}
.dark .tabs .tab-trigger.is-active {
    background-color: #0e141c;
    color: var(--dark-text-main);
}
.dark .form-input, .dark .s-comment-form-input, .dark .s-login-modal-input, .dark .s-product-availability-input, .dark .s-verify-input, .dark .tel-input, .dark input, .dark select, .dark textarea {
    background-color: #131b25;
    color: var(--dark-text-main);
}
.dark .s-comments .s-reviews-summary-progress .s-progress-bar-wrapper {
    background-color: #000d15;
}


.altumcode-video-header {
    background: #0a131ae6 !important;
    border-bottom: 1px solid #0a131ae6 !important;
}

.altumcode-video-title {
  color: #fff !important;
}

.altumcode-video-button {
  background: #5ebbcd !important;
  color: #fff !important;
}
.altumcode-wrapper {
    background-color: #0a1319 !important;
    border: 1px solid #0a131ae6 !important;
}
.altumcode-video-title {
  color: #fff !important;
}
.dark .s-modal-body {
    background-color: #080e14 !important;
}
.no-content-placeholder .btn {
    padding: 3px 10px !important;
    color: #ffffff !important;
}
.dark .s-product-options-wrapper input, .dark .s-product-options-wrapper select, .dark .s-product-options-wrapper textarea {
    background-color: #0a131ae6;
}

.dark .store-header .s-user-menu-toggler .s-user-menu-dropdown {
    background-color: var(--dark-bg-main);
    margin-bottom: -29rem;
}

@media (max-width: 768px) {
    .altumcode #new_design .altumcode-live-counter-main {
        display: table-column !important;
        background-color: #070d11 !important;
    }
    .altumcode #new_design .box {
    max-width: 20rem !important;
    height: 30px !important;
    background-color: #070d11;
    position: relative;
    border-radius: 4px;
}
.altumcode #new_design .box:after {
    content: "";
    display: block;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #070d11 transparent transparent;
    margin-left: -16px;
    position: absolute;
    bottom: -15px;
    left: 50%;
}
}

@media (max-width: 768px) {
    .altumcode #new_design .count_visit {
       font-size: 12px !important;
        font-weight: 400 !important;
        margin-right: 0rem !important;
        direction: rtl !important;
        color: #ffffff !important;
    }
}
@media (max-width: 768px) {
    .altumcode #new_design .ball-scale-multiple>div {
        left: 154px !important;
        top: -1px !important;
        /* width: 40px !important; */
        /* height: 59px !important; */
    }
}
.s-product-card-sale-price h4:is(.dark *) {
    --tw-text-opacity: 1;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity, 1));
}
body .altumcode #new_design .count_visit {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    gap: 10px !important;
    margin-bottom: 0 !important;
    margin-right: 2rem !important;
    color: #298db5 !important;
}