:root {
  --theme-brand_primary: var(--wolfcheats-accent-rgb) !important;
  --theme-brand_secondary: var(--wolfcheats-accent-rgb) !important;
  --theme-brand_gradient_webkit: -webkit-gradient(linear, left bottom, right top, from(var(--wolfcheats-accent)), to(var(--wolfcheats-accent))) !important;
  --theme-brand_gradient: linear-gradient(to top right, var(--wolfcheats-accent), var(--wolfcheats-accent)) !important;
}

html,
body,
button,
input,
textarea,
select {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

body {
  -webkit-user-select: none;
  user-select: none;
}

input,
textarea,
select,
[contenteditable="true"] {
  -webkit-user-select: text;
  user-select: text;
}

img,
video,
iframe {
  -webkit-user-drag: none;
  user-drag: none;
}

html {
  scrollbar-width: thin;
  scrollbar-color: var(--wolfcheats-accent) #0f1014;
}

::-webkit-scrollbar {
  width: 5px !important;
  height: 5px !important;
}

::-webkit-scrollbar-track {
  background: #0f1014 !important;
}

::-webkit-scrollbar-thumb {
  background: var(--wolfcheats-accent) !important;
  border: 1px solid #0f1014 !important;
  border-radius: 999px !important;
}

.ipsButton_primary,
.ipsButton--primary,
.ipsButton.ipsButton_primary,
.seo-purchase,
[class*="ipsButton_primary"] {
  background: var(--wolfcheats-accent) !important;
  border-color: var(--wolfcheats-accent) !important;
  box-shadow: none !important;
}

.seo-header_entry h3 > b,
.seo-header_entry h1 > b,
.ipsType_sectionTitle b,
.wolfcheatsSection_title b,
.cFooter a:hover,
.cFooter a:focus,
#elFooterLinks a:hover,
#elFooterLinks a:focus,
.copyright:hover,
.copyright:focus,
.dcInfoNav_menu a:hover,
.dcInfoNav_menu a:focus,
.wolfcheatsReviews_wrapper .dcReviewMetaLink:hover,
.wolfcheatsReviews_wrapper .dcReviewMetaLink:focus,
#wolfcheatsMobileNav ul li.kmn-support a {
  -webkit-text-fill-color: var(--wolfcheats-accent) !important;
  color: var(--wolfcheats-accent) !important;
  background-image: none !important;
}

[style*="#9500ff"],
[style*="#d400ff"],
[style*="109, 41, 213"],
[style*="#0D61F3"],
[style*="#0d61f3"] {
  color: var(--wolfcheats-accent) !important;
  background-color: var(--wolfcheats-accent) !important;
  border-color: var(--wolfcheats-accent) !important;
  background-image: none !important;
}

.cFooter_contact .elContact_submit,
.statusButton,
.ipsTabs_activeItem {
  background-color: var(--wolfcheats-accent) !important;
  border-color: var(--wolfcheats-accent) !important;
  color: var(--wolfcheats-accent) !important;
}

.cFooter_contact .elContact_submit,
.statusButton,
.ipsTabs_activeItem {
  color: #fff !important;
}

.wolfcheatsReviews_wrapper .dcReviewStars {
  color: var(--wolfcheats-accent) !important;
}

#ipsLayout_sidebar,
#elNexusCategoriesBox,
[data-role="categorySidebar"] {
  display: none !important;
}

#ipsLayout_contentWrapper,
#ipsLayout_mainArea,
#elCmsPageWrap,
.cStore_wrapper {
  width: 100% !important;
  max-width: none !important;
}

.cStore_games {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.cStoreGame > a {
  padding: 0 !important;
  overflow: visible !important;
  transition: transform 0.65s ease, filter 0.65s ease !important;
}

.cStoreGame > a::after {
  display: none !important;
}

.cStoreGame_image {
  aspect-ratio: 994 / 447 !important;
  border: 0 !important;
  outline: 1px solid rgba(255, 255, 255, 0.1) !important;
  outline-offset: 3px !important;
  transition: outline-color 0.65s ease, box-shadow 0.65s ease, filter 0.65s ease !important;
}

.cStoreGame_image > img {
  transition: transform 0.65s ease, filter 0.65s ease !important;
}

.cStoreGame > a:hover .cStoreGame_image {
  outline-color: var(--wolfcheats-accent) !important;
  box-shadow: 0 0 10px rgba(var(--wolfcheats-accent-rgb), 0.22) !important;
}

.cStoreGame_name {
  height: auto !important;
  min-height: 30px !important;
  max-width: calc(100% - 20px) !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  padding: 8px 13px !important;
  bottom: 0 !important;
  white-space: normal !important;
  transition: background-color 0.65s ease, color 0.65s ease, box-shadow 0.65s ease !important;
}

.wolfcheatsVideos_iframe {
  background-position: center;
  background-size: cover;
}

.theme-header__hero {
  background-image: var(--wolfcheats-hero-image) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
  padding-top: 6em !important;
  padding-bottom: calc(5em + 55px) !important;
  margin-bottom: -55px !important;
}

.theme-header__hero::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: clamp(72px, 8vw, 130px) !important;
  pointer-events: none !important;
  background: linear-gradient(to bottom, rgba(15, 16, 20, 0), #0f1014 82%) !important;
  z-index: 0 !important;
}

.theme-header__hero > .ipsLayout_container {
  position: relative !important;
  z-index: 1 !important;
}

.heroTitle {
  font-size: clamp(28px, 2.45vw, 46px) !important;
  line-height: 1.14 !important;
  margin-bottom: 0.3em !important;
}

.heroDesc {
  font-size: 18px !important;
  line-height: 1.42 !important;
}

.wolfcheatsVideos_iframe iframe {
  background: transparent;
}

html,
body,
body.ipsApp,
.theme-header__wrapper,
#ipsLayout_body {
  background: #0f1014 !important;
  background-color: #0f1014 !important;
  position: relative !important;
  z-index: 2 !important;
}

#theme-header,
.headerRow_primary {
  background: #0f1014 !important;
  background-color: #0f1014 !important;
}

.headerRow_primary > .ipsLayout_container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  height: 100% !important;
}

.headerRow_left {
  position: relative !important;
}

#elLogo {
  position: relative !important;
  z-index: 2 !important;
}

.effectLogo {
  display: block !important;
  position: absolute !important;
  left: -18px !important;
  top: -30px !important;
  width: 340px !important;
  height: 120px !important;
  pointer-events: none !important;
  z-index: 1 !important;
  background:
    radial-gradient(ellipse at 32% 48%, rgba(var(--wolfcheats-accent-rgb), 0.34), rgba(var(--wolfcheats-accent-rgb), 0.12) 36%, transparent 70%) !important;
  filter: blur(13px) !important;
  opacity: 0.45 !important;
}

.wolfcheatsUserActions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 22px !important;
  margin-left: auto !important;
}

.wolfcheatsDiscordTop,
.wolfcheatsCartTop {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  border: 0 !important;
  border-radius: 9px !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.wolfcheatsDiscordTop {
  background: var(--wolfcheats-accent) !important;
  color: #ffffff !important;
}

.wolfcheatsDiscordTop i {
  color: #ffffff !important;
  font-size: 20px !important;
  line-height: 1 !important;
}

.wolfcheatsCartTop {
  background: #1c1e25 !important;
  color: #ffffff !important;
}

.wolfcheatsCartTop i {
  color: #ffffff !important;
  font-size: 15px !important;
  line-height: 1 !important;
}

.wolfcheatsCartTop span {
  position: absolute !important;
  top: -7px !important;
  right: -7px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  background: var(--wolfcheats-accent) !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
}

.wolfcheatsHeaderDivider {
  display: inline-flex !important;
  width: 1px !important;
  height: 24px !important;
  margin: 0 1px !important;
  background: rgba(255, 255, 255, 0.12) !important;
}

.wolfcheatsSignIn {
  display: inline-flex !important;
  align-items: center !important;
  color: #b7bdca !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.wolfcheatsSignIn span {
  color: #a7abb8 !important;
  font-weight: 800 !important;
}

.wolfcheatsSignIn strong {
  color: #dfe2eb !important;
  font-weight: 800 !important;
}

.wolfcheatsSignIn i {
  color: #a7abb8 !important;
  font-size: 12px !important;
  margin-left: 2px !important;
}

.wolfcheatsSignIn:hover span,
.wolfcheatsSignIn:hover strong,
.wolfcheatsSignIn:hover i {
  color: #ffffff !important;
}

.wolfcheatsSignIn:hover {
  color: #ffffff !important;
}

.wolfcheatsSignUp {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 76px !important;
  height: 34px !important;
  padding: 0 13px !important;
  border-radius: 7px !important;
  background: #1c1e25 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.wolfcheatsSignUp:hover {
  background: #292e3b !important;
  color: #ffffff !important;
}

.headerRow_secondary {
  background: #1c1e25 !important;
  background-color: #1c1e25 !important;
}

.headerRow_secondary > .ipsLayout_container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
}

.headerRow_secondary nav {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

.wolfcheatsSearchForm {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  width: min(320px, 100%) !important;
  height: 50px !important;
  margin: 16px 0 0 !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 5px !important;
  background: #1c1e25 !important;
  background-color: #1c1e25 !important;
  box-shadow: none !important;
}

.wolfcheatsSearchForm i {
  flex: 0 0 auto !important;
  color: #b9bfce !important;
  font-size: 20px !important;
  line-height: 1 !important;
}

.wolfcheatsSearchForm input {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  height: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

.wolfcheatsNavSearchForm {
  flex: 0 0 285px !important;
  width: 285px !important;
  max-width: 285px !important;
  height: 44px !important;
  margin: 0 0 0 auto !important;
  background: #14161b !important;
  background-color: #14161b !important;
}

.wolfcheatsNavSearchForm input {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.wolfcheatsNavSearchForm input::placeholder {
  font-weight: 400 !important;
}

.wolfcheatsSearchForm input::placeholder {
  color: #c2c6d2 !important;
  opacity: 1 !important;
  font-weight: 500 !important;
}

.headerRow_secondary .ipsLayout_container,
.headerRow_secondary nav,
.headerRow_secondary .ipsNavBar_primary,
.headerRow_secondary .ipsNavBar_primary > ul,
.headerRow_secondary .ipsNavBar_primary > ul > li {
  height: 100% !important;
}

.headerRow_secondary .ipsNavBar_primary > ul {
  display: flex !important;
  align-items: stretch !important;
}

.headerRow_secondary .ipsNavBar_primary > ul > li {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
}

.headerRow_secondary .ipsNavBar_primary > ul > li > a {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
}

.ipsNavBar_primary > ul > li[data-active] {
  background: transparent !important;
  background-color: transparent !important;
}

.ipsNavBar_primary > ul > li[data-active] > a {
  background: transparent !important;
  background-color: transparent !important;
  color: #fff !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.ipsNavBar_primary > ul > li[data-active] > a::before {
  top: 0 !important;
  width: 34px !important;
  height: 2px !important;
  background: var(--wolfcheats-accent) !important;
  box-shadow: 0 0 6px rgba(var(--wolfcheats-accent-rgb), 0.75) !important;
}

.ipsNavBar_primary > ul > li[data-active] > a ._icon,
.ipsNavBar_primary > ul > li[data-active] > a ._icon i {
  color: var(--wolfcheats-accent) !important;
}

.ipsBreadcrumb,
.ipsBreadcrumb_top,
.ipsBreadcrumb ul {
  background: #191a20 !important;
  background-color: #191a20 !important;
}

.cStore_wrapper {
  background: #14161b !important;
  background-color: #14161b !important;
}

.storeProductsTitle {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 0 18px !important;
}

.storeProductsTitle h2 {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(20px, 1.35vw, 26px) !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

.storeProductsIcon {
  display: block !important;
  width: 34px !important;
  height: 34px !important;
  filter: drop-shadow(0 0 12px rgba(var(--wolfcheats-accent-rgb), 0.28)) !important;
}

#cFooter,
#cFooter .cFooter_bottom {
  background: #14161b !important;
  background-color: #14161b !important;
}

.wolfcheatsReviews_wrapper,
.wolfcheatsReviews_wrapper .dcReviewRow,
.wolfcheatsReviews_status {
  background: #14161b !important;
  background-color: #14161b !important;
}

.whyChoose_wrapper {
  background: #14161b !important;
  background-color: #14161b !important;
  border: 0 !important;
  border-radius: 5px !important;
  margin: 46px 0 0 !important;
  padding: 50px 48px !important;
  box-shadow: none !important;
}

.whyChoose_title {
  color: #ffffff !important;
  font-size: clamp(24px, 1.75vw, 32px) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
  margin: 0 !important;
  letter-spacing: 0 !important;
}

.whyChoose_title > b {
  color: var(--wolfcheats-accent) !important;
  -webkit-text-fill-color: var(--wolfcheats-accent) !important;
  background: none !important;
  text-shadow: none !important;
}

.whyChoose_columns {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 26px !important;
  margin: 34px 0 0 !important;
  padding: 34px 0 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.07) !important;
  list-style: none !important;
}

.whyChoose_columns > li {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 194px !important;
  padding: 28px 34px !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: #1c1e25 !important;
  background-color: #1c1e25 !important;
  box-shadow: none !important;
  text-align: center !important;
}

.whyChoose_columns > li > div {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 18px !important;
}

.whyChoose_columns > li > div > i {
  width: 40px !important;
  height: 40px !important;
  border-radius: 5px !important;
  background: var(--wolfcheats-accent) !important;
  background-color: var(--wolfcheats-accent) !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-size: 17px !important;
}

.whyChoose_columns > li > div > h4 {
  color: #ffffff !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  margin: 0 !important;
}

.whyChoose_columns > li > p {
  max-width: 430px !important;
  color: #c8cfde !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.52 !important;
  margin: 14px auto 0 !important;
  text-align: center !important;
  white-space: normal !important;
}

.wolfcheatsReviews_wrapper {
  background: transparent !important;
  background-color: transparent !important;
  margin-top: 82px !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.wolfcheatsReviews_header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  margin: 0 0 34px !important;
  position: relative !important;
}

.wolfcheatsReviews_title {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(24px, 1.9vw, 34px) !important;
  font-weight: 800 !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

.wolfcheatsReviews_titleAccent {
  color: var(--wolfcheats-accent) !important;
  -webkit-text-fill-color: var(--wolfcheats-accent) !important;
  background: none !important;
  text-shadow: none !important;
}

.wolfcheatsReviews_buttons {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  position: static !important;
  transform: none !important;
}

.wolfcheatsReviews_nav {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 46px !important;
  height: 46px !important;
  border-radius: 6px !important;
  border: none !important;
  outline: none !important;
  background: #1c1e25 !important;
  background-color: #1c1e25 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.wolfcheatsReviews_nav:focus,
.wolfcheatsReviews_nav:focus-visible,
.wolfcheatsReviews_nav:active,
.wolfcheatsReviews_nav:disabled {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.wolfcheatsReviews_nav:hover {
  transform: none !important;
  background: #222631 !important;
  border: none !important;
  color: #ffffff !important;
}

.wolfcheatsReviews_nav i {
  color: #ffffff !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

.wolfcheatsReviews_track {
  gap: 20px !important;
  padding: 0 8px 12px !important;
}

.wolfcheatsReviews_slide {
  flex: 0 0 calc((100% - 40px) / 3) !important;
}

.wolfcheatsReviews_wrapper .dcReviewRow {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  min-height: 0 !important;
  height: 100% !important;
  padding: 0 20px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.wolfcheatsReviews_wrapper .dcReviewBox {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  border-radius: 8px !important;
  overflow: visible !important;
  background: transparent !important;
  background-color: transparent !important;
}

.wolfcheatsReviews_wrapper .dcReviewText {
  display: -webkit-box !important;
  min-height: 112px !important;
  margin: 0 !important;
  padding: 25px 42px 20px !important;
  border-radius: 8px !important;
  background: #14161b !important;
  background-color: #14161b !important;
  color: #e4e7ef !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.38 !important;
  text-align: center !important;
  -webkit-line-clamp: 5 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.wolfcheatsReviews_wrapper .dcReviewQuote {
  position: absolute !important;
  color: #9aa3b8 !important;
  font-size: 31px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  opacity: 1 !important;
  pointer-events: none !important;
}

.wolfcheatsReviews_wrapper .dcReviewQuoteStart {
  top: -7px !important;
  left: 0 !important;
}

.wolfcheatsReviews_wrapper .dcReviewQuoteEnd {
  right: 0 !important;
  bottom: 24px !important;
}

.wolfcheatsReviews_wrapper .dcReviewFooter {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  min-height: 36px !important;
  width: calc(100% - 46px) !important;
  margin: 0 auto !important;
  padding: 5px 12px 5px 5px !important;
  border-radius: 0 0 5px 5px !important;
  background: #1c1e25 !important;
  background-color: #1c1e25 !important;
}

.wolfcheatsReviews_wrapper .dcReviewUser {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-width: 0 !important;
}

.wolfcheatsReviews_wrapper .dcReviewAvatarImg {
  width: 30px !important;
  height: 30px !important;
  flex: 0 0 30px !important;
  border-radius: 5px !important;
  object-fit: cover !important;
  background: #14161b !important;
  box-shadow: none !important;
}

.wolfcheatsReviews_wrapper .dcReviewName {
  max-width: 190px !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.wolfcheatsReviews_wrapper .dcReviewMeta {
  display: block !important;
  margin: 3px 0 0 !important;
  color: #929bae !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

.wolfcheatsReviews_wrapper .dcReviewStars {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  min-width: 43px !important;
  height: 30px !important;
  justify-content: center !important;
  border-radius: 5px !important;
  background: #171a21 !important;
  color: #ffffff !important;
  font-size: 13px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.wolfcheatsReviews_wrapper .dcReviewStars i {
  color: var(--wolfcheats-accent) !important;
  font-size: 13px !important;
}

.cFooter_contact .cFooter_social {
  gap: 18px !important;
}

.cFooter_logo {
  width: auto !important;
  max-width: 340px !important;
  max-height: 82px !important;
  display: block !important;
}

.cFooter_about p {
  max-width: 650px !important;
  margin-top: 12px !important;
  color: #d0d5e1 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.cFooter_payments {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: center !important;
  gap: 24px !important;
  min-height: 78px !important;
  margin: -48px 0 58px !important;
  padding: 0 12px !important;
  border-top: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.045) !important;
  background: #14161b !important;
  color: #ffffff !important;
}

.paymentBrand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: 0 !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  opacity: 0.98 !important;
}

.paymentBrand img {
  display: block !important;
  width: auto !important;
  object-fit: contain !important;
}

.paymentBrand span {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.paymentVisa {
  justify-content: flex-start !important;
}

.paymentVisa img {
  height: 32px !important;
}

.paymentMastercard,
.paymentCrypto {
  justify-content: center !important;
}

.paymentMastercard img {
  height: 31px !important;
}

.paymentCrypto {
  justify-content: center !important;
}

.paymentCrypto img {
  height: 28px !important;
  width: auto !important;
  display: block !important;
}

.paymentPaypal {
  justify-content: flex-end !important;
}

.paymentPaypal img {
  height: 34px !important;
}

.cFooter_contact .cIcon > a {
  width: 46px !important;
  height: 46px !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 6px !important;
  background: #1c1e25 !important;
  background-color: #1c1e25 !important;
  box-shadow: none !important;
}

.cFooter_contact .cIcon > a:hover {
  background: #222631 !important;
  transform: none !important;
}

.cFooter_contact .cIcon .icon,
.cFooter_contact .cIcon .icon i {
  color: #ffffff !important;
  font-size: 19px !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.cFooter_contact .cIcon img {
  width: 21px !important;
  max-height: 21px !important;
  filter: brightness(0) invert(1) !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.cFooter_contact .elContact_mail,
.cFooter_emailInfo .elContact_mail {
  display: inline-flex !important;
  align-items: center !important;
  gap: 16px !important;
  width: auto !important;
  max-width: none !important;
  padding: 7px 7px 7px 15px !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 5px !important;
  background: #1c1e25 !important;
  background-color: #1c1e25 !important;
  box-shadow: none !important;
}

.cFooter_contact .elContact_fields,
.cFooter_emailInfo .elContact_fields {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  padding-right: 2px !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

.cFooter_contact .elContact_fields span,
.cFooter_emailInfo .elContact_fields span {
  display: block !important;
  color: #98a1b5 !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
}

.cFooter_contact .elContact_fields strong,
.cFooter_contact .elContact_fields strong a,
.cFooter_emailInfo .elContact_fields strong,
.cFooter_emailInfo .elContact_fields strong a {
  display: block !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.1 !important;
  text-decoration: none !important;
}

.cFooter_emailInfo {
  margin-top: 16px !important;
  padding-left: 0 !important;
  list-style: none !important;
}

.cFooter_emailInfo::before,
.cFooter_emailInfo::marker {
  display: none !important;
  content: "" !important;
}

.cFooter_emailInfo .elContact_mail {
  width: 255px !important;
  max-width: 100% !important;
}

.cFooter_contact .elContact_submit,
.cFooter_emailInfo .elContact_submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  flex: 0 0 44px !important;
  border: 0 !important;
  border-radius: 5px !important;
  background: var(--wolfcheats-accent) !important;
  background-color: var(--wolfcheats-accent) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: none !important;
}

.cFooter_contact .elContact_submit i,
.cFooter_emailInfo .elContact_submit i {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 16px !important;
  line-height: 1 !important;
  transform: none !important;
}

.cFooter_contact .elContact_submit:hover,
.cFooter_emailInfo .elContact_submit:hover {
  background: var(--wolfcheats-accent-light) !important;
  background-color: var(--wolfcheats-accent-light) !important;
  color: #ffffff !important;
}

.wolfcheatsInnerPage {
  padding-bottom: 86px !important;
}

.wolfcheatsBreadcrumb {
  display: flex !important;
  align-items: stretch !important;
  justify-content: space-between !important;
  min-height: 46px !important;
  margin-bottom: 24px !important;
  border-radius: 4px !important;
  overflow: hidden !important;
}

.wolfcheatsBreadcrumb > ul {
  display: flex !important;
  align-items: stretch !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #191a20 !important;
  background-color: #191a20 !important;
}

.wolfcheatsBreadcrumb > ul > li {
  display: flex !important;
  align-items: stretch !important;
  margin: 0 !important;
}

.wolfcheatsBreadcrumb > ul > li > a {
  display: inline-flex !important;
  align-items: center !important;
  min-width: 62px !important;
  min-height: 46px !important;
  padding: 0 22px !important;
  color: #7f8798 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.wolfcheatsBreadcrumbDiscord {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  min-width: 86px !important;
  min-height: 46px !important;
  padding: 0 18px !important;
  border-left: 1px solid rgba(255, 255, 255, 0.06) !important;
  background: #191a20 !important;
  background-color: #191a20 !important;
  color: #9aa2b3 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.wolfcheatsBreadcrumbDiscord i {
  color: #9aa2b3 !important;
  font-size: 13px !important;
}

.wolfcheatsStatusPanel,
.wolfcheatsProductPanel {
  background: #14161b !important;
  background-color: #14161b !important;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.wolfcheatsStatusPanel {
  padding: 24px 24px 28px !important;
}

.wolfcheatsStatusTop {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 22px !important;
  margin-bottom: 26px !important;
}

.wolfcheatsStatusTop h1,
.wolfcheatsProductHeader h1 {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

.wolfcheatsStatusLegend {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

.wolfcheatsStatusBadge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  min-height: 22px !important;
  padding: 0 11px !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.wolfcheatsStatusBadge i {
  font-size: 9px !important;
  color: currentColor !important;
}

.wolfcheatsStatusBadge_undetected {
  background: rgba(26, 150, 37, 0.82) !important;
  color: #72ff77 !important;
}

.wolfcheatsStatusBadge_updating {
  background: rgba(159, 119, 19, 0.8) !important;
  color: #ffd25b !important;
}

.wolfcheatsStatusBadge_detected {
  background: rgba(154, 37, 37, 0.78) !important;
  color: #ff7272 !important;
}

.wolfcheatsStatusBadge_development {
  background: rgba(35, 102, 145, 0.82) !important;
  color: #5fc0ff !important;
}

.wolfcheatsStatusFilters {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 -24px 20px !important;
  padding: 0 24px 22px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.045) !important;
}

.wolfcheatsStatusFilters button {
  appearance: none !important;
  -webkit-appearance: none !important;
  min-height: 30px !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #1c1e25 !important;
  background-color: #1c1e25 !important;
  color: #ffffff !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06) !important;
}

.wolfcheatsStatusFilters button.is-active {
  background: var(--wolfcheats-accent) !important;
  background-color: var(--wolfcheats-accent) !important;
  box-shadow: none !important;
}

.wolfcheatsStatusGroup + .wolfcheatsStatusGroup {
  margin-top: 28px !important;
}

.wolfcheatsStatusGroup h2 {
  margin: 0 0 12px !important;
  color: var(--wolfcheats-accent) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
}

.wolfcheatsStatusRows {
  display: grid !important;
  gap: 10px !important;
}

.wolfcheatsStatusRow {
  display: grid !important;
  grid-template-columns: minmax(180px, 1fr) auto !important;
  align-items: center !important;
  gap: 16px !important;
  min-height: 72px !important;
  padding: 0 20px !important;
  border-radius: 8px !important;
  background: #1c1e25 !important;
  background-color: #1c1e25 !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035) !important;
}

.wolfcheatsStatusRow h3 {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.wolfcheatsStatusMeta {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 16px !important;
}

.wolfcheatsStatusMeta > span:first-child {
  color: #7f8799 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

.wolfcheatsStatusMeta b {
  color: #ffffff !important;
  font-weight: 900 !important;
}

.wolfcheatsPurchaseButton {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 112px !important;
  height: 34px !important;
  padding: 0 16px !important;
  border-radius: 6px !important;
  background: var(--wolfcheats-accent) !important;
  background-color: var(--wolfcheats-accent) !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.wolfcheatsPurchaseButton:hover,
.wolfcheatsProductButton:hover {
  background: var(--wolfcheats-accent-light) !important;
  background-color: var(--wolfcheats-accent-light) !important;
  color: #ffffff !important;
}

.reviewsPage_wrapper {
  margin-top: 10px !important;
  margin-bottom: 112px !important;
}

.reviewsPage_grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 28px 22px !important;
  padding: 0 10px !important;
}

.reviewsPage_wrapper .dcReviewRow {
  min-height: 0 !important;
}

.reviewsPage_wrapper .dcReviewText {
  min-height: 132px !important;
  padding: 24px 38px 18px !important;
  -webkit-line-clamp: 6 !important;
}

.reviewsPage_wrapper .dcReviewQuoteEnd {
  bottom: 25px !important;
}

.reviewsPage_pagination {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 26px !important;
  margin-top: 34px !important;
}

.reviewsPage_pagination button {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 50% !important;
  background: #1c1e25 !important;
  background-color: #1c1e25 !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

.reviewsPage_pagination button i {
  color: #ffffff !important;
  font-size: 14px !important;
}

.reviewsPage_pagination span {
  color: #dbe1ef !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

.wolfcheatsProductPanel {
  padding: 0 0 28px !important;
}

.wolfcheatsProductPromo {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  min-height: 30px !important;
  padding: 0 14px !important;
  background: var(--wolfcheats-accent) !important;
  background-color: var(--wolfcheats-accent) !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
}

.wolfcheatsProductPromo strong {
  color: #ffffff !important;
  font-weight: 900 !important;
}

.wolfcheatsProductHeader {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 18px !important;
  padding: 24px 24px 18px !important;
}

.wolfcheatsProductHeader p {
  margin: 0 0 7px !important;
  color: #8f98aa !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
}

.wolfcheatsProductSort {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  color: #8f98aa !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

.wolfcheatsProductSort select {
  height: 34px !important;
  min-width: 126px !important;
  padding: 0 32px 0 12px !important;
  border: 0 !important;
  border-radius: 5px !important;
  background: #1c1e25 !important;
  background-color: #1c1e25 !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

.wolfcheatsProductGrid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  padding: 0 24px !important;
}

.wolfcheatsProductCard {
  min-width: 0 !important;
  overflow: hidden !important;
  border-radius: 5px !important;
  background: #1c1e25 !important;
  background-color: #1c1e25 !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.045) !important;
}

.wolfcheatsProductImage {
  display: block !important;
  aspect-ratio: 16 / 10 !important;
  overflow: hidden !important;
  background: #101218 !important;
  text-decoration: none !important;
}

.wolfcheatsProductImage img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transform: scale(1.01) !important;
  transition: transform 0.65s ease, filter 0.65s ease !important;
}

.wolfcheatsProductCard:hover .wolfcheatsProductImage img {
  transform: scale(1.045) !important;
  filter: saturate(1.12) brightness(1.06) !important;
}

.wolfcheatsProductBody {
  padding: 12px 12px 14px !important;
}

.wolfcheatsProductMeta {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin-bottom: 9px !important;
}

.wolfcheatsProductStatus {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  min-width: 0 !important;
  color: #77ff7e !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.wolfcheatsProductStatus_updating {
  color: #ffd45f !important;
}

.wolfcheatsProductMeta strong {
  color: #6cff74 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.wolfcheatsProductCard h2 {
  min-height: 34px !important;
  margin: 0 0 12px !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

.wolfcheatsProductButton {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 100% !important;
  height: 32px !important;
  border-radius: 4px !important;
  background: #111319 !important;
  background-color: #111319 !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.wolfcheatsProductButton i {
  color: #ffffff !important;
  font-size: 11px !important;
}

.wolfcheatsProductPanel {
  background: transparent !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

.wolfcheatsProductHeader {
  align-items: center !important;
  padding: 0 0 18px !important;
}

.wolfcheatsProductHeader h1 {
  font-size: 22px !important;
}

.wolfcheatsSortDropdown {
  position: relative !important;
  z-index: 5 !important;
}

.wolfcheatsSortDropdown summary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 3px !important;
  min-width: 95px !important;
  height: 34px !important;
  padding: 0 13px !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: var(--wolfcheats-accent-dark) !important;
  background-color: var(--wolfcheats-accent-dark) !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  list-style: none !important;
  cursor: pointer !important;
  user-select: none !important;
}

.wolfcheatsSortDropdown summary::-webkit-details-marker {
  display: none !important;
}

.wolfcheatsSortDropdown summary i {
  color: #ffffff !important;
  font-size: 10px !important;
}

.wolfcheatsSortMenu {
  position: absolute !important;
  top: calc(100% + 10px) !important;
  right: 0 !important;
  width: 222px !important;
  overflow: hidden !important;
  border-radius: 5px !important;
  background: #1c1e25 !important;
  background-color: #1c1e25 !important;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35) !important;
}

.wolfcheatsSortMenu label {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  min-height: 58px !important;
  padding: 0 16px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.045) !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

.wolfcheatsSortMenu label:last-child {
  border-bottom: 0 !important;
}

.wolfcheatsSortMenu input {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 15px !important;
  height: 15px !important;
  flex: 0 0 15px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  background: transparent !important;
}

.wolfcheatsSortMenu .is-active input {
  display: none !important;
}

.wolfcheatsSortMenu label > i {
  color: #ffffff !important;
  font-size: 13px !important;
}

.wolfcheatsProductGrid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
  padding: 0 !important;
}

.wolfcheatsProductCard {
  border-radius: 5px !important;
  background: #1c1e25 !important;
  background-color: #1c1e25 !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.055) !important;
  overflow: hidden !important;
  transition: transform 0.8s ease, box-shadow 0.8s ease, filter 0.8s ease !important;
}

.wolfcheatsProductCard:hover {
  transform: translateY(-4px) !important;
  box-shadow: inset 0 0 0 1px rgba(var(--wolfcheats-accent-rgb), 0.22), 0 16px 42px rgba(0, 0, 0, 0.28) !important;
}

.wolfcheatsProductImage {
  aspect-ratio: 358 / 220 !important;
  background: var(--wolfcheats-accent-dark) !important;
  background-color: var(--wolfcheats-accent-dark) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.wolfcheatsProductImage img {
  object-fit: cover !important;
  object-position: center center !important;
  transform: scale(1) !important;
  transition: transform 0.85s ease, filter 0.85s ease !important;
}

.wolfcheatsProductCard:hover .wolfcheatsProductImage img {
  transform: scale(1.035) !important;
  filter: brightness(1.08) saturate(1.08) !important;
}

.wolfcheatsProductBody {
  padding: 21px 20px 20px !important;
}

.wolfcheatsProductTitleRow {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin-bottom: 12px !important;
}

.wolfcheatsProductTitleRow h2 {
  min-height: 0 !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.wolfcheatsProductTitleRow strong {
  flex: 0 0 auto !important;
  color: #38ff62 !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

.wolfcheatsRiskyPill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  min-height: 25px !important;
  margin-bottom: 14px !important;
  padding: 0 10px !important;
  border: 1px solid var(--wolfcheats-accent) !important;
  border-radius: 999px !important;
  color: var(--wolfcheats-accent) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.wolfcheatsRiskyPill i {
  color: var(--wolfcheats-accent) !important;
  font-size: 11px !important;
}

.wolfcheatsProductButton {
  height: 45px !important;
  border-radius: 5px !important;
  background: #30333d !important;
  background-color: #30333d !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  transition: background-color 0.75s ease, transform 0.75s ease !important;
}

.wolfcheatsProductButton i {
  font-size: 13px !important;
}

.wolfcheatsProductButton:hover {
  background: #3b3f4c !important;
  background-color: #3b3f4c !important;
  transform: none !important;
}

.wolfcheatsStatusFilters button,
.wolfcheatsStatusFilters button:hover,
.wolfcheatsStatusFilters button:focus,
.wolfcheatsStatusFilters button:focus-visible,
.wolfcheatsStatusRow {
  outline: 0 !important;
  box-shadow: none !important;
}

.wolfcheatsStatusFilters button {
  border: 0 !important;
  min-height: 34px !important;
  padding: 0 17px !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  transition: background-color 0.22s ease, color 0.22s ease !important;
}

.wolfcheatsStatusFilters button:hover {
  background: #222631 !important;
  background-color: #222631 !important;
}

.wolfcheatsStatusFilters button.is-active,
.wolfcheatsStatusFilters button[aria-pressed="true"] {
  background: var(--wolfcheats-accent) !important;
  background-color: var(--wolfcheats-accent) !important;
  color: #ffffff !important;
  font-weight: 600 !important;
}

.wolfcheatsStatusRow {
  border: 0 !important;
  background: #1c1e25 !important;
  background-color: #1c1e25 !important;
}

.wolfcheatsProductPanel {
  background: #14161b !important;
  background-color: #14161b !important;
  border: 1px solid #1c1e25 !important;
  border-radius: 5px !important;
  padding: 24px !important;
  overflow: visible !important;
}

.wolfcheatsProductGrid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
  padding: 0 !important;
}

.wolfcheatsProductCard {
  border: 1px solid rgba(45, 47, 57, 0.3) !important;
  border-radius: 5px !important;
  background: #1c1e25 !important;
  background-color: #1c1e25 !important;
  box-shadow: none !important;
  transform: none !important;
  transition: border-color 0.2s linear, background-color 0.2s linear !important;
}

.wolfcheatsProductCard:hover {
  border-color: rgba(var(--wolfcheats-accent-rgb), 0.7) !important;
  box-shadow: none !important;
  transform: none !important;
}

.wolfcheatsProductImage img,
.wolfcheatsProductCard:hover .wolfcheatsProductImage img {
  transform: none !important;
  filter: none !important;
  transition: none !important;
}

.wolfcheatsProductBody {
  padding: 20px !important;
}

.wolfcheatsProductTitleRow h2 {
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.wolfcheatsProductTitleRow strong {
  color: #15d32e !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.wolfcheatsProductStatusPill {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  min-height: 24px !important;
  margin: 8px 0 16px !important;
  padding: 0 11px !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.wolfcheatsProductStatusPill i {
  font-size: 11px !important;
  color: currentColor !important;
}

.wolfcheatsProductStatusPill_risky {
  color: #f44336 !important;
  border-left: 1px solid #f44336 !important;
  border-right: 1px solid #f44336 !important;
  background: rgba(244, 67, 54, 0.2) !important;
}

.wolfcheatsProductStatusPill_undetected {
  color: #4fdb16 !important;
  border-left: 1px solid #4fdb16 !important;
  border-right: 1px solid #4fdb16 !important;
  background: rgba(79, 219, 22, 0.2) !important;
}

.wolfcheatsProductStatusPill_updating {
  color: #f1c232 !important;
  border-left: 1px solid #f1c232 !important;
  border-right: 1px solid #f1c232 !important;
  background: rgba(241, 194, 50, 0.2) !important;
}

.wolfcheatsProductButton {
  height: 45px !important;
  padding: 0 16px !important;
  border-radius: 5px !important;
  background: #2d2f39 !important;
  background-color: #2d2f39 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  line-height: 1 !important;
  transition: background-color 0.2s linear, color 0.2s linear !important;
}

.wolfcheatsProductButton i {
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 300 !important;
}

.wolfcheatsProductButton:hover {
  background: var(--wolfcheats-accent) !important;
  background-color: var(--wolfcheats-accent) !important;
  color: #ffffff !important;
}

.wolfcheatsSortTrigger {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  min-width: 95px !important;
  height: 34px !important;
  padding: 0 13px !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 6px !important;
  background: var(--wolfcheats-accent-dark) !important;
  background-color: var(--wolfcheats-accent-dark) !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

.wolfcheatsSortTrigger i {
  color: #ffffff !important;
  font-size: 10px !important;
}

.wolfcheatsSortMenu {
  display: none !important;
}

.wolfcheatsSortDropdown.is-open .wolfcheatsSortMenu {
  display: block !important;
}

.wolfcheatsSortMenu button {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  width: 100% !important;
  min-height: 58px !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.045) !important;
  outline: 0 !important;
  background: transparent !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-align: left !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

.wolfcheatsSortMenu button:last-child {
  border-bottom: 0 !important;
}

.wolfcheatsSortMenu button:hover {
  background: rgba(255, 255, 255, 0.025) !important;
}

.wolfcheatsSortMenu button.is-active {
  font-weight: 600 !important;
}

.wolfcheatsSortMenu button > i {
  width: 15px !important;
  color: #ffffff !important;
  font-size: 13px !important;
}

.wolfcheatsSortRadio {
  display: inline-flex !important;
  width: 15px !important;
  height: 15px !important;
  flex: 0 0 15px !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 50% !important;
}

.wolfcheatsProductTitleRow {
  margin-bottom: 7px !important;
}

.wolfcheatsProductStatusPill {
  margin: 0 0 15px !important;
}

.wolfcheatsProductButton {
  margin-top: 0 !important;
}

.wolfcheatsStatusRows {
  gap: 0 !important;
  overflow: hidden !important;
  border-radius: 6px !important;
}

.wolfcheatsStatusRow {
  grid-template-columns: minmax(260px, 1fr) minmax(500px, 520px) !important;
  min-height: 82px !important;
  padding: 0 20px !important;
  border-radius: 0 !important;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.055) !important;
}

.wolfcheatsStatusRow:last-child {
  border-bottom: 0 !important;
}

.wolfcheatsStatusRow h3 {
  font-size: 16px !important;
  font-weight: 700 !important;
}

.wolfcheatsStatusMeta {
  display: grid !important;
  grid-template-columns: 150px 148px 146px !important;
  align-items: center !important;
  justify-content: end !important;
  gap: 22px !important;
}

.wolfcheatsStatusMeta > span:first-child {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  width: 150px !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
}

.wolfcheatsStatusMeta > span:first-child small {
  display: block !important;
  margin-bottom: 4px !important;
  color: #9ba3b4 !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.wolfcheatsStatusMeta b {
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
}

.wolfcheatsStatusBadge {
  width: 148px !important;
  min-height: 34px !important;
  padding: 0 13px !important;
  border-radius: 4px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  gap: 7px !important;
}

.wolfcheatsStatusBadge i {
  font-size: 11px !important;
}

.wolfcheatsStatusBadge_undetected {
  background: rgba(79, 219, 22, 0.2) !important;
  color: #4fdb16 !important;
}

.wolfcheatsStatusBadge_updating {
  background: rgba(241, 194, 50, 0.2) !important;
  color: #f1c232 !important;
}

.wolfcheatsStatusBadge_risky {
  background: rgba(244, 67, 54, 0.2) !important;
  color: #f44336 !important;
}

.wolfcheatsStatusBadge_offline {
  background: rgba(136, 145, 162, 0.18) !important;
  color: #c7ceda !important;
}

.wolfcheatsStatusBadge_detected {
  background: rgba(244, 67, 54, 0.2) !important;
  color: #f44336 !important;
}

.wolfcheatsStatusBadge_development {
  background: rgba(55, 160, 220, 0.2) !important;
  color: #37a0dc !important;
}

.wolfcheatsPurchaseButton {
  width: 146px !important;
  height: 42px !important;
  min-width: 146px !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  transition: background-color 0.2s linear, color 0.2s linear !important;
}

.wolfcheatsPurchaseButton:hover {
  background: var(--wolfcheats-accent-light) !important;
  background-color: var(--wolfcheats-accent-light) !important;
}

.wolfcheatsSearchIconButton {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 24px !important;
  height: 24px !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: #b9bfce !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

.wolfcheatsSearchIconButton i {
  font-size: 18px !important;
}

body.wolfcheatsSearchOpen {
  overflow: hidden !important;
}

body.wolfcheatsSearchOpen .theme-header__wrapper {
  z-index: 9999 !important;
}

.wolfcheatsSearchOverlay {
  position: fixed !important;
  inset: 0 !important;
  z-index: 100000 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 36px 16px !important;
  background: rgba(15, 16, 20, 0.86) !important;
  backdrop-filter: blur(10px) !important;
}

.wolfcheatsSearchModal {
  position: relative !important;
  width: min(520px, calc(100vw - 32px)) !important;
  max-height: min(82vh, 760px) !important;
  overflow: hidden !important;
  border-radius: 7px !important;
  background: #14161b !important;
  background-color: #14161b !important;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.58), inset 0 0 0 1px rgba(255, 255, 255, 0.035) !important;
}

.wolfcheatsSearchModal::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px) !important;
  background-size: 30px 30px !important;
  opacity: 0.22 !important;
}

.wolfcheatsSearchClose {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 5px !important;
  background: #1c1e25 !important;
  color: #ffffff !important;
  cursor: pointer !important;
}

.wolfcheatsSearchInputWrap {
  position: relative !important;
  z-index: 1 !important;
  padding: 22px 22px 18px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055) !important;
}

.wolfcheatsSearchInputWrap input {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 52px !important;
  padding: 0 14px !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 4px !important;
  background: #1c1e25 !important;
  background-color: #1c1e25 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  box-shadow: none !important;
}

.wolfcheatsSearchInputWrap input::placeholder {
  color: #c6ccd8 !important;
  opacity: 1 !important;
  font-weight: 400 !important;
}

.wolfcheatsSearchSection {
  position: relative !important;
  z-index: 1 !important;
  padding: 18px 22px 0 !important;
}

.wolfcheatsSearchSection h2 {
  margin: 0 0 12px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.wolfcheatsSearchResults {
  display: grid !important;
  gap: 12px !important;
  max-height: 360px !important;
  overflow-y: auto !important;
  padding-right: 7px !important;
  scrollbar-width: thin !important;
  scrollbar-color: var(--wolfcheats-accent) #1c1e25 !important;
}

.wolfcheatsSearchResults::-webkit-scrollbar {
  width: 4px !important;
}

.wolfcheatsSearchResults::-webkit-scrollbar-thumb {
  background: var(--wolfcheats-accent) !important;
  border: 0 !important;
}

.wolfcheatsSearchResult,
.wolfcheatsQuickLink {
  display: grid !important;
  grid-template-columns: auto 1fr auto !important;
  align-items: center !important;
  gap: 13px !important;
  min-height: 84px !important;
  padding: 14px !important;
  border: 0 !important;
  border-radius: 5px !important;
  background: #1c1e25 !important;
  background-color: #1c1e25 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transition: background-color 0.28s ease, transform 0.28s ease !important;
}

.wolfcheatsSearchResult:hover,
.wolfcheatsQuickLink:hover {
  background: #222631 !important;
  color: #ffffff !important;
  transform: none !important;
}

.wolfcheatsSearchThumb {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 102px !important;
  height: 56px !important;
  overflow: hidden !important;
  border-radius: 4px !important;
  background: var(--wolfcheats-accent) !important;
}

.wolfcheatsSearchThumb img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.wolfcheatsSearchMeta {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  gap: 7px !important;
}

.wolfcheatsSearchMeta strong,
.wolfcheatsQuickLink strong {
  overflow: hidden !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.wolfcheatsSearchMeta span,
.wolfcheatsQuickLink small {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #b5bccb !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

.wolfcheatsSearchMeta b {
  color: #7f8798 !important;
  font-weight: 400 !important;
}

.wolfcheatsSearchResult > i,
.wolfcheatsQuickLink > i {
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  transition: color 0.22s ease !important;
}

.wolfcheatsSearchResult:hover > i,
.wolfcheatsQuickLink:hover > i {
  color: var(--wolfcheats-accent) !important;
}

.wolfcheatsSearchQuick {
  padding-bottom: 22px !important;
}

.wolfcheatsQuickLink {
  min-height: 68px !important;
  margin-top: 12px !important;
}

.wolfcheatsQuickLink > span:first-child {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 5px !important;
  background: var(--wolfcheats-accent) !important;
  color: #ffffff !important;
}

.wolfcheatsQuickLink > span:first-child i {
  color: #ffffff !important;
  font-size: 18px !important;
}

.wolfcheatsQuickLink > span:nth-child(2) {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  min-width: 0 !important;
}

.wolfcheatsStatusBadge {
  width: auto !important;
  min-width: 0 !important;
  min-height: 24px !important;
  padding: 0 11px !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.wolfcheatsStatusMeta .wolfcheatsStatusBadge {
  justify-self: start !important;
}

.wolfcheatsStatusLegend .wolfcheatsStatusBadge {
  min-height: 24px !important;
}

.wolfcheatsStatusBadge_undetected {
  border-left: 1px solid #4fdb16 !important;
  border-right: 1px solid #4fdb16 !important;
  background: rgba(79, 219, 22, 0.2) !important;
  color: #4fdb16 !important;
}

.wolfcheatsStatusBadge_updating {
  border-left: 1px solid #f1c232 !important;
  border-right: 1px solid #f1c232 !important;
  background: rgba(241, 194, 50, 0.2) !important;
  color: #f1c232 !important;
}

.wolfcheatsStatusBadge_risky,
.wolfcheatsStatusBadge_detected {
  border-left: 1px solid #f44336 !important;
  border-right: 1px solid #f44336 !important;
  background: rgba(244, 67, 54, 0.2) !important;
  color: #f44336 !important;
}

.wolfcheatsStatusBadge_offline {
  border-left: 1px solid #aeb6c7 !important;
  border-right: 1px solid #aeb6c7 !important;
  background: rgba(136, 145, 162, 0.18) !important;
  color: #c7ceda !important;
}

.wolfcheatsProductDetailPage {
  padding-bottom: 70px !important;
}

.wolfcheatsDetailPromo {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 34px !important;
  margin-bottom: 12px !important;
  border-radius: 3px !important;
  background: var(--wolfcheats-accent) !important;
  background-color: var(--wolfcheats-accent) !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-align: center !important;
}

.wolfcheatsDetailHero,
.wolfcheatsFeaturePanel {
  background: #14161b !important;
  background-color: #14161b !important;
  border-radius: 5px !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025) !important;
}

.wolfcheatsDetailHero {
  display: grid !important;
  grid-template-columns: minmax(320px, 430px) minmax(0, 1fr) !important;
  gap: 42px !important;
  padding: 30px !important;
}

.wolfcheatsDetailGallery {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

.wolfcheatsDetailMainImage {
  overflow: hidden !important;
  border: 2px solid var(--wolfcheats-accent) !important;
  border-radius: 7px !important;
  background: #101218 !important;
}

.wolfcheatsDetailMainImage img {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 430 / 225 !important;
  object-fit: cover !important;
}

.wolfcheatsDetailThumb {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 58px !important;
  height: 58px !important;
  padding: 3px !important;
  border: 2px solid var(--wolfcheats-accent) !important;
  border-radius: 5px !important;
  background: #1c1e25 !important;
  cursor: pointer !important;
}

.wolfcheatsDetailThumb img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 3px !important;
}

.wolfcheatsDetailInfo {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  min-width: 0 !important;
}

.wolfcheatsDetailInfo h1 {
  margin: 0 0 12px !important;
  color: #ffffff !important;
  font-size: clamp(28px, 2.2vw, 38px) !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
}

.wolfcheatsDetailBadges {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-bottom: 18px !important;
}

.wolfcheatsDetailBadges .wolfcheatsProductStatusPill {
  margin: 0 !important;
}

.wolfcheatsDetailInstant {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  min-height: 24px !important;
  padding: 0 0 !important;
  color: #b9c0cf !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.wolfcheatsDetailInstant i {
  color: var(--wolfcheats-accent) !important;
  font-size: 11px !important;
}

.wolfcheatsDetailPrice {
  color: #ffffff !important;
  font-size: 30px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.wolfcheatsDetailDivider {
  width: 100% !important;
  height: 1px !important;
  margin: 18px 0 12px !important;
  background: rgba(255, 255, 255, 0.065) !important;
}

.wolfcheatsQty {
  display: inline-grid !important;
  grid-template-columns: 32px 52px 32px !important;
  height: 36px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 4px !important;
  background: #1c1e25 !important;
}

.wolfcheatsQty button,
.wolfcheatsQty span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  background: transparent !important;
  color: #c8cfdd !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.wolfcheatsQty button {
  color: var(--wolfcheats-accent) !important;
  cursor: pointer !important;
}

.wolfcheatsPlanGrid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  width: 100% !important;
  margin-top: 12px !important;
}

.wolfcheatsPlanGrid button {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 8px !important;
  min-height: 58px !important;
  padding: 12px 14px !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: #1c1e25 !important;
  background-color: #1c1e25 !important;
  color: #ffffff !important;
  cursor: pointer !important;
}

.wolfcheatsPlanGrid button.is-selected {
  background: var(--wolfcheats-accent) !important;
  background-color: var(--wolfcheats-accent) !important;
}

.wolfcheatsPlanGrid span {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  width: 100% !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.wolfcheatsPlanGrid b {
  color: #c5cad6 !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

.wolfcheatsPlanGrid button.is-selected b {
  color: rgba(255, 255, 255, 0.85) !important;
}

.wolfcheatsPlanGrid strong {
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.wolfcheatsAddCart {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 100% !important;
  height: 46px !important;
  margin-top: 10px !important;
  border: 0 !important;
  border-radius: 5px !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #14161b !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  transition: background-color 0.25s ease, color 0.25s ease !important;
}

.wolfcheatsAddCart:hover {
  background: var(--wolfcheats-accent) !important;
  background-color: var(--wolfcheats-accent) !important;
  color: #ffffff !important;
}

.wolfcheatsFeaturePanel {
  margin-top: 20px !important;
  padding: 24px !important;
}

.wolfcheatsInfoChips {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-bottom: 24px !important;
}

.wolfcheatsInfoChips span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 35px !important;
  padding: 0 14px !important;
  border-radius: 6px !important;
  background: #1c1e25 !important;
  color: #b9c0cf !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.wolfcheatsInfoChips i {
  color: var(--wolfcheats-accent) !important;
  font-size: 13px !important;
}

.wolfcheatsFeatureGrid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

.wolfcheatsFeatureCard {
  min-height: 220px !important;
  padding: 22px 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-radius: 7px !important;
  background: #1c1e25 !important;
  background-color: #1c1e25 !important;
}

.wolfcheatsFeatureCard h2 {
  margin: 0 0 16px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid rgba(var(--wolfcheats-accent-rgb), 0.38) !important;
  color: #cbd2e0 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.wolfcheatsFeatureCard ul {
  display: grid !important;
  gap: 11px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.wolfcheatsFeatureCard li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 9px !important;
  color: #aeb6c7 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.28 !important;
}

.wolfcheatsFeatureCard li i {
  margin-top: 2px !important;
  color: var(--wolfcheats-accent) !important;
  font-size: 11px !important;
}

@media (max-width: 1180px) {
  .cStore_games {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .wolfcheatsProductGrid,
  .reviewsPage_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .wolfcheatsDetailHero {
    grid-template-columns: minmax(300px, 390px) minmax(0, 1fr) !important;
    gap: 28px !important;
  }

  .wolfcheatsFeatureGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .cStore_games {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .wolfcheatsStatusTop,
  .wolfcheatsStatusRow,
  .wolfcheatsStatusMeta,
  .wolfcheatsProductHeader {
    align-items: flex-start !important;
  }

  .wolfcheatsStatusTop,
  .wolfcheatsStatusMeta,
  .wolfcheatsProductHeader {
    flex-direction: column !important;
  }

  .wolfcheatsStatusRow {
    grid-template-columns: 1fr !important;
    padding: 16px !important;
  }

  .wolfcheatsProductGrid,
  .reviewsPage_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .wolfcheatsDetailHero {
    grid-template-columns: 1fr !important;
  }

  .wolfcheatsPlanGrid {
    grid-template-columns: 1fr !important;
  }

  .wolfcheatsFeatureGrid {
    grid-template-columns: 1fr !important;
  }

  .cFooter_payments {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    row-gap: 18px !important;
    padding: 18px 10px !important;
  }

  .paymentBrand {
    justify-content: flex-start !important;
  }

  .paymentPaypal,
  .paymentCrypto {
    justify-content: flex-start !important;
  }
}

@media (max-width: 640px) {
  .cStore_games {
    grid-template-columns: 1fr !important;
  }

  .wolfcheatsBreadcrumbDiscord {
    display: none !important;
  }

  .wolfcheatsProductGrid,
  .reviewsPage_grid {
    grid-template-columns: 1fr !important;
  }

  .storeProductsTitle h2 {
    font-size: 24px !important;
  }

  .wolfcheatsSearchResult {
    grid-template-columns: 76px 1fr auto !important;
  }

  .wolfcheatsSearchThumb {
    width: 76px !important;
    height: 48px !important;
  }

  .wolfcheatsDetailHero,
  .wolfcheatsFeaturePanel {
    padding: 18px !important;
  }
}

@keyframes wolfcheatsSearchFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes wolfcheatsSearchPanelIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.wolfcheatsSearchOverlay {
  animation: wolfcheatsSearchFadeIn 0.34s ease both !important;
}

.wolfcheatsSearchModal {
  animation: wolfcheatsSearchPanelIn 0.42s cubic-bezier(0.16, 1, 0.3, 1) both !important;
  will-change: opacity, transform !important;
}

.wolfcheatsSearchResult,
.wolfcheatsQuickLink {
  transition: background-color 0.34s ease, color 0.34s ease !important;
}

.wolfcheatsProductDetailPage #ipsLayout_contentArea,
.wolfcheatsProductDetailPage #ipsLayout_contentWrapper,
.wolfcheatsProductDetailPage #ipsLayout_mainArea {
  width: 100% !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.wolfcheatsProductDetailPage .wolfcheatsBreadcrumb {
  width: 100% !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.wolfcheatsDetailPromo {
  display: none !important;
}

.wolfcheatsDetailHero {
  grid-template-columns: minmax(520px, 560px) minmax(0, 1fr) !important;
  gap: 38px !important;
  min-height: 450px !important;
  padding: 36px !important;
}

.wolfcheatsDetailMainImage img {
  aspect-ratio: 430 / 225 !important;
}

.wolfcheatsDetailThumb {
  width: 72px !important;
  height: 72px !important;
  padding: 4px !important;
}

.wolfcheatsDetailInfo {
  position: relative !important;
  max-width: none !important;
  width: 100% !important;
}

.wolfcheatsDetailInfo h1 {
  font-size: clamp(28px, 1.9vw, 34px) !important;
  font-weight: 600 !important;
}

.wolfcheatsDetailBadges {
  gap: 12px !important;
}

.wolfcheatsDetailInstant {
  min-height: 30px !important;
  padding: 0 13px !important;
  border-radius: 9px !important;
  background: #1c1e25 !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

.wolfcheatsDetailBadges .wolfcheatsProductStatusPill {
  min-height: 30px !important;
  padding: 0 13px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.wolfcheatsDetailBadges .wolfcheatsProductStatusPill_undetected {
  color: #4fdb16 !important;
  border-left: 1px solid #4fdb16 !important;
  border-right: 1px solid #4fdb16 !important;
  background: rgba(79, 219, 22, 0.2) !important;
  background-color: rgba(79, 219, 22, 0.2) !important;
}

.wolfcheatsDetailBadges .wolfcheatsProductStatusPill i,
.wolfcheatsDetailInstant i {
  font-size: 12px !important;
}

.wolfcheatsDetailPrice {
  font-size: 36px !important;
  font-weight: 600 !important;
}

.wolfcheatsDetailDivider {
  margin: 22px 0 15px !important;
}

.wolfcheatsDurationLoader {
  position: absolute !important;
  top: 166px !important;
  right: 4px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 3px !important;
  width: 32px !important;
  height: 24px !important;
  pointer-events: none !important;
}

.wolfcheatsDurationLoader span {
  display: block !important;
  width: 3px !important;
  height: 12px !important;
  border-radius: 999px !important;
  background: var(--wolfcheats-accent) !important;
  animation: wolfcheatsDurationBars 0.62s ease-in-out infinite !important;
}

.wolfcheatsDurationLoader span:nth-child(2) {
  animation-delay: 0.08s !important;
}

.wolfcheatsDurationLoader span:nth-child(3) {
  animation-delay: 0.16s !important;
}

.wolfcheatsDurationLoader span:nth-child(4) {
  animation-delay: 0.24s !important;
}

@keyframes wolfcheatsDurationBars {
  0%,
  100% {
    transform: scaleY(0.55);
    opacity: 0.55;
  }

  50% {
    transform: scaleY(1.45);
    opacity: 1;
  }
}

.wolfcheatsQty {
  grid-template-columns: 46px 58px 46px !important;
  height: 50px !important;
  border-radius: 5px !important;
}

.wolfcheatsQty button,
.wolfcheatsQty span {
  font-size: 14px !important;
  font-weight: 500 !important;
}

.wolfcheatsQty button {
  width: 32px !important;
  height: 32px !important;
  margin: auto !important;
  border-radius: 5px !important;
  background: rgba(var(--wolfcheats-accent-rgb), 0.12) !important;
  background-color: rgba(var(--wolfcheats-accent-rgb), 0.12) !important;
  color: var(--wolfcheats-accent) !important;
  transition: background-color 0.2s ease, color 0.2s ease !important;
}

.wolfcheatsQty button:hover {
  background: var(--wolfcheats-accent) !important;
  background-color: var(--wolfcheats-accent) !important;
  color: #ffffff !important;
}

.wolfcheatsPlanGrid button {
  min-height: 78px !important;
  padding: 16px 20px !important;
  transition: background-color 0.22s ease, color 0.22s ease !important;
}

.wolfcheatsPlanGrid span {
  color: #aeb8cb !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

.wolfcheatsPlanGrid b {
  color: #aeb8cb !important;
  font-size: 10px !important;
  font-weight: 500 !important;
}

.wolfcheatsPlanGrid button.is-selected span,
.wolfcheatsPlanGrid button.is-selected b {
  color: #aeb8cb !important;
}

.wolfcheatsDetailInfo .wolfcheatsPlanGrid button.is-selected span,
.wolfcheatsDetailInfo .wolfcheatsPlanGrid button.is-selected span b,
.wolfcheatsDetailInfo .wolfcheatsPlanGrid button.is-selected b {
  color: #aeb8cb !important;
}

.wolfcheatsPlanGrid strong {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.wolfcheatsPlanGrid button:not(.is-selected):hover {
  background: #222631 !important;
  background-color: #222631 !important;
}

.wolfcheatsAddCart {
  height: 58px !important;
  margin-top: 16px !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

.wolfcheatsAddCart:disabled,
.wolfcheatsDetailInfo.is-plan-loading .wolfcheatsAddCart {
  background: #9b9b9b !important;
  background-color: #9b9b9b !important;
  color: #181a20 !important;
  cursor: wait !important;
}

.wolfcheatsInfoChips span {
  min-height: 43px !important;
  padding: 0 17px !important;
  gap: 10px !important;
  border-radius: 7px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.wolfcheatsInfoChips i {
  font-size: 15px !important;
}

.wolfcheatsFeatureCard h2 {
  font-weight: 650 !important;
}

.wolfcheatsFeatureCard li {
  align-items: center !important;
  gap: 10px !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.42 !important;
}

.wolfcheatsFeatureCard li i {
  flex: 0 0 auto !important;
  margin-top: 0 !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

@media (max-width: 1180px) {
  .wolfcheatsProductDetailPage #ipsLayout_contentArea,
  .wolfcheatsProductDetailPage #ipsLayout_contentWrapper,
  .wolfcheatsProductDetailPage #ipsLayout_mainArea,
  .wolfcheatsProductDetailPage .wolfcheatsBreadcrumb {
    max-width: calc(100vw - 34px) !important;
  }

  .wolfcheatsDetailHero {
    grid-template-columns: minmax(420px, 510px) minmax(0, 1fr) !important;
    gap: 30px !important;
    min-height: 0 !important;
  }
}

@media (max-width: 900px) {
  .wolfcheatsDetailHero {
    grid-template-columns: 1fr !important;
  }

  .wolfcheatsDetailInfo {
    max-width: none !important;
  }
}

@media (max-width: 640px) {
  .wolfcheatsDetailHero {
    padding: 18px !important;
  }
}

.headerRow_secondary .ipsNavBar_primary > ul > li {
  flex: 0 0 auto !important;
}

.headerRow_secondary .ipsNavBar_primary > ul > li > a,
.headerRow_secondary .ipsNavBar_primary > ul > li[data-active] > a {
  box-sizing: border-box !important;
  gap: 8px !important;
  min-width: 0 !important;
  padding: 0 24px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  transform: none !important;
}

.headerRow_secondary .ipsNavBar_primary > ul > li > a::before,
.headerRow_secondary .ipsNavBar_primary > ul > li[data-active] > a::before {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 0 !important;
  width: 0 !important;
  height: 2px !important;
  transform: translateX(-50%) !important;
  border-radius: 999px !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: width 0.72s ease, opacity 0.72s ease, background-color 0.72s ease, box-shadow 0.72s ease !important;
}

.headerRow_secondary .ipsNavBar_primary > ul > li > a:hover::before,
.headerRow_secondary .ipsNavBar_primary > ul > li > a:focus-visible::before,
.headerRow_secondary .ipsNavBar_primary > ul > li[data-active] > a::before {
  width: 34px !important;
  background: var(--wolfcheats-accent) !important;
  box-shadow: 0 0 6px rgba(var(--wolfcheats-accent-rgb), 0.75) !important;
  opacity: 1 !important;
}

.headerRow_secondary .ipsNavBar_primary > ul > li > a ._icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  min-width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  transform: none !important;
}

.headerRow_secondary .ipsNavBar_primary > ul > li > a ._icon i {
  display: block !important;
  width: 18px !important;
  min-width: 18px !important;
  text-align: center !important;
  line-height: 18px !important;
}

.headerRow_secondary .ipsNavBar_primary .itemTitle {
  display: inline-block !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}
