:root {
  --product-card-list-gap: 16px;
}

main.homepage {
  padding-top: 0px;
  margin-top: 0px;
}

#svg-definitions {
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero-section-smileone-v4 {
  width: 100%;
  height: 100vh;
  height: 540px;
  height: calc(540 * clamp(769px, 100vw, 1920px) / 1920);
  margin-top: 48px;
  margin-bottom: 24px;
  background-color: var(--primary-bg-color);
  position: relative;
}
@media screen and (max-width: 820px) {
  .hero-section-smileone-v4 {
    height: 580px;
    height: calc(580 * clamp(280px, 100vw, 820px) / 820);
  }
}
@media screen and (max-width: 430px) {
  .hero-section-smileone-v4 {
    height: calc(44px + calc(304 * clamp(280px, 100vw, 430px) / 430));
  }
}
.hero-section-smileone-v4 .slides-container {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 430px) {
  .hero-section-smileone-v4 .slides-container {
    height: calc(100% - 44px);
  }
}
.hero-section-smileone-v4 .slides-pagination {
  position: absolute;
  top: 40px;
  top: calc(24px + calc(16 * clamp(820px, 100vw, 1920px) / 1920));
  z-index: 3;
  left: calc((100vw - 1920px) / 2);
}
@media screen and (max-width: 1920px) {
  .hero-section-smileone-v4 .slides-pagination {
    left: 0px;
  }
}
@media screen and (max-width: 1279px) {
  .hero-section-smileone-v4 .slides-pagination {
    top: 28px;
    top: calc(12px + calc(16 * clamp(820px, 100vw, 1920px) / 1920));
  }
}
@media screen and (max-width: 1024px) {
  .hero-section-smileone-v4 .slides-pagination {
    display: none;
  }
}
.hero-section-smileone-v4 .slides-pagination > button {
  display: inline-block;
  width: 30px;
  height: 30px;
  transition: transform 0.3s ease-in-out;
}
.hero-section-smileone-v4 .slides-pagination > button:hover {
  transform: scale(1.1);
}
.hero-section-smileone-v4 .slides-pagination > button > svg {
  width: 30px;
  height: 30px;
}
.hero-section-smileone-v4 .slides-pagination > button:last-of-type > svg {
  transform: rotate(180deg);
}
.hero-section-smileone-v4 .slides-pagination > button:last-of-type:hover {
  transform: scale(1.1);
}
.hero-section-smileone-v4 .slides-pagination > button:first-of-type {
  margin-right: 12px;
}
.hero-section-smileone-v4 .slides-pagination.loading {
  display: none;
}
.hero-section-smileone-v4 .slide-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  /* transition: opacity 0.3s ease-in-out; */
}
.hero-section-smileone-v4 .slide-card.active {
  z-index: 1;
  opacity: 1;
}
.hero-section-smileone-v4 .slide-card.upcoming {
  z-index: 2;
  /* opacity: 1; */
}
.hero-section-smileone-v4 .slide-card .description-container {
  position: absolute;
  bottom: calc(32px + calc(32 * clamp(820px, 100vw, 1920px) / 1920));
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
}
@media screen and (max-width: 820px) {
  .hero-section-smileone-v4 .slide-card .description-container {
    bottom: 56px;
  }
}
@media screen and (max-width: 430px) {
  .hero-section-smileone-v4 .slide-card .description-container {
    bottom: 0;
    justify-content: flex-end;
  }
}
.hero-section-smileone-v4 .slide-card .description-container > .description-wrapper {
  width: 100%;
  margin-top: 0px;
}
.hero-section-smileone-v4 .slide-card .description-container > .description-wrapper > .description {
  /* max-width: 768px;
  @media screen and (max-width: 768px) {
    max-width: 480px;
  }
  @media screen and (max-width: 430px) {
    max-width: 280px;
  } */
  max-width: 800px;
}
@media screen and (max-width: 1440px) {
  .hero-section-smileone-v4 .slide-card .description-container > .description-wrapper > .description {
    max-width: 700px;
  }
}
@media screen and (max-width: 1280px) {
  .hero-section-smileone-v4 .slide-card .description-container > .description-wrapper > .description {
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .hero-section-smileone-v4 .slide-card .description-container > .description-wrapper > .description {
    max-width: 500px;
  }
}
@media screen and (max-width: 430px) {
  .hero-section-smileone-v4 .slide-card .description-container > .description-wrapper > .description {
    max-width: unset;
  }
}
.hero-section-smileone-v4 .slide-card .description-container > .description-wrapper > .description > img {
  height: 120px;
  width: 100%;
  /* height: calc(95 * clamp(820px, 100vw, 1920px) / 1920); */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  margin-bottom: 16px;
  margin-bottom: calc(16 * clamp(820px, 100vw, 1920px) / 1920);
  /* @media screen and (min-width: 821px) and (max-width: 1279px) {
    height: 64px;
  } */
}
@media screen and (max-width: 1599px) {
  .hero-section-smileone-v4 .slide-card .description-container > .description-wrapper > .description > img {
    height: 80px;
  }
}
@media screen and (max-width: 820px) {
  .hero-section-smileone-v4 .slide-card .description-container > .description-wrapper > .description > img {
    /*  height: 80px; */
    margin-bottom: 16px;
    margin-bottom: calc(16 * clamp(280px, 100vw, 280px) / 820);
  }
}
@media screen and (max-width: 430px) {
  .hero-section-smileone-v4 .slide-card .description-container > .description-wrapper > .description > img {
    height: 64px;
  }
}
.hero-section-smileone-v4 .slide-card .description-container > .description-wrapper > .description h2 {
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  margin-bottom: 16px;
  margin-bottom: calc(16 * clamp(820px, 100vw, 1920px) / 1920);
  font-size: 36px;
  line-height: 43.2px;
  max-height: 43.2px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1440px) {
  .hero-section-smileone-v4 .slide-card .description-container > .description-wrapper > .description h2 {
    font-size: 28px;
    line-height: 33.6px;
    max-height: 33.6px;
    max-width: 700px;
  }
}
@media screen and (max-width: 1280px) {
  .hero-section-smileone-v4 .slide-card .description-container > .description-wrapper > .description h2 {
    font-size: 24px;
    line-height: 28.8px;
    max-height: 28.8px;
    max-width: 600px;
  }
}
@media screen and (max-width: 1024px) {
  .hero-section-smileone-v4 .slide-card .description-container > .description-wrapper > .description h2 {
    font-size: 20px;
    line-height: 24px;
    max-height: 24px;
  }
}
@media screen and (min-width: 540px) and (max-width: 820px) {
  .hero-section-smileone-v4 .slide-card .description-container > .description-wrapper > .description h2 {
    font-size: 28px;
    line-height: 33.6px;
    max-height: 33.6px;
    max-width: 500px;
    margin-bottom: 16px;
    margin-bottom: calc(16 * clamp(280px, 100vw, 280px) / 820);
  }
}
@media screen and (min-width: 430px) and (max-width: 539px) {
  .hero-section-smileone-v4 .slide-card .description-container > .description-wrapper > .description h2 {
    font-size: 24px;
    line-height: 28.8px;
    max-height: 28.8px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 429px) {
  .hero-section-smileone-v4 .slide-card .description-container > .description-wrapper > .description h2 {
    max-width: unset;
    font-size: 22px;
    line-height: 26.4px;
    max-height: 26.4px;
    margin-bottom: 0px;
  }
}
.hero-section-smileone-v4 .slide-card .description-container > .description-wrapper > .description p {
  color: #FFF;
  font-family: var(--font-body);
  /* font-size: calc(20 * clamp(820px, 100vw, 1920px) / 1920); */
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* margin-bottom: 12px;
  margin-bottom: calc(12 * clamp(820px, 100vw, 1920px) / 1920); */
  font-size: 20px;
  max-height: 60px;
  /* max-height: calc((calc(20 * clamp(820px, 100vw, 1920px) / 1920) * 1.5) * 3); */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-width: 800px;
}
@media screen and (max-width: 1440px) {
  .hero-section-smileone-v4 .slide-card .description-container > .description-wrapper > .description p {
    font-size: 18px;
    max-height: 54px;
    max-width: 700px;
  }
}
@media screen and (max-width: 1280px) {
  .hero-section-smileone-v4 .slide-card .description-container > .description-wrapper > .description p {
    font-size: 16px;
    max-height: 48px;
    max-width: 600px;
  }
}
@media screen and (min-width: 821px) and (max-width: 1279px) {
  .hero-section-smileone-v4 .slide-card .description-container > .description-wrapper > .description p {
    font-size: 14px;
    max-height: 21px;
    -webkit-line-clamp: 1;
    max-width: 600px;
  }
}
@media screen and (max-width: 820px) {
  .hero-section-smileone-v4 .slide-card .description-container > .description-wrapper > .description p {
    font-size: 16px;
    max-height: 48px;
    -webkit-line-clamp: 2;
    max-width: 500px;
  }
}
@media screen and (max-width: 430px) {
  .hero-section-smileone-v4 .slide-card .description-container > .description-wrapper > .description p {
    max-width: unset;
    font-size: 14px;
    max-height: 42px;
    margin-bottom: 0px;
  }
}
.hero-section-smileone-v4 .slide-card .description-container > .description-wrapper > .description div.actions {
  margin-top: 24px;
  margin-top: calc(24 * clamp(820px, 100vw, 1920px) / 1920);
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 820px) {
  .hero-section-smileone-v4 .slide-card .description-container > .description-wrapper > .description div.actions {
    margin-top: 24px;
    margin-top: calc(24 * clamp(280px, 100vw, 820px) / 820);
  }
}
@media screen and (max-width: 430px) {
  .hero-section-smileone-v4 .slide-card .description-container > .description-wrapper > .description div.actions {
    margin-bottom: 24px;
    gap: 15px;
  }
}
@media screen and (max-width: 430px) {
  .hero-section-smileone-v4 .slide-card .description-container > .description-wrapper > .description div.actions {
    margin-bottom: 12px;
    gap: 15px;
  }
}
.hero-section-smileone-v4 .slide-card img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1921px) {
  .hero-section-smileone-v4 .slide-card img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.hero-section-smileone-v4 .slide-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
}
.hero-section-smileone-v4 .mobile-slide-index {
  margin-top: calc((32px + calc(24 * clamp(820px, 100vw, 1920px) / 1920)) * -1);
  position: relative;
  z-index: 3;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 430px) {
  .hero-section-smileone-v4 .mobile-slide-index {
    margin-top: 12px;
  }
}
.hero-section-smileone-v4 .mobile-slide-index ul {
  display: inline-flex;
  padding: 12px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 90px;
  border: 1px solid #3E3E3E;
}
.hero-section-smileone-v4 .mobile-slide-index ul li {
  display: flex;
  width: 6px;
  height: 6px;
}
.hero-section-smileone-v4 .mobile-slide-index ul li button {
  width: 6px;
  height: 6px;
  border-radius: 90px;
  background-color: #3E3E3E;
  transition: background-color 0.3s ease-in-out;
}
.hero-section-smileone-v4 .mobile-slide-index ul li button.active {
  background-color: #fff;
}

.product-card {
  cursor: pointer;
  margin-top: 56px;
  flex: 0 0 calc((100% - var(--product-card-list-gap) * 5) / 6);
  position: relative;
}
@media screen and (max-width: 1279px) {
  .product-card {
    flex: 0 0 calc((100% - var(--product-card-list-gap) * 4) / 5);
  }
}
@media screen and (max-width: 767px) {
  .product-card {
    flex: 0 0 calc((100% - var(--product-card-list-gap)) / 2);
  }
}
.product-card:hover .product-card-wrapper .product-card-like.display-like {
  display: block;
}
.product-card:hover .product-card-wrapper .product-card-picture img {
  opacity: 0.7;
}
.product-card .product-card-wrapper {
  width: 100%;
  padding-top: 144%;
  box-sizing: border-box;
  display: flex;
  align-content: flex-end;
  position: relative;
}
.product-card .product-card-wrapper .product-card-like-propmt {
  position: absolute;
  top: -44px;
  right: 0;
  height: 32px;
  color: #FFF;
  text-align: right;
  font-family: var(--font-body);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 6px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .product-card .product-card-wrapper .product-card-like-propmt {
    top: -30px;
    height: 24px;
    padding: 4px 12px;
    line-height: 16px;
    font-size: 12px;
  }
}
.product-card .product-card-wrapper .product-card-like {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  display: none;
}
@media screen and (max-width: 768px) {
  .product-card .product-card-wrapper .product-card-like.display-like {
    display: block;
  }
}
.product-card .product-card-wrapper .product-card-like button {
  width: 30px;
  height: 30px;
  border-radius: 90px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(45px);
          backdrop-filter: blur(45px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card .product-card-wrapper .product-card-like button > svg {
  width: 12px;
}
.product-card .product-card-wrapper .product-card-like button.active > svg > path {
  fill: url(#product-card-favorite-active);
}
.product-card .product-card-wrapper .product-card-like:hover + .product-card-like-propmt {
  opacity: 1;
}
.product-card .product-card-wrapper .product-card-picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  background-color: #2f2f30;
}
.product-card .product-card-wrapper .product-card-picture img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity ease-in-out 0.3s;
}
.product-card .product-card-wrapper .details {
  position: absolute;
  bottom: 6px;
  left: 6px;
  background-color: #3E3E3E;
  width: calc(100% - 12px);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  padding: 12px;
  display: flex;
  flex-direction: column;
}
.product-card .product-card-wrapper .details > h2 {
  color: #FFF;
  font-family: var(--font-body);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.2px;
  max-height: 57.6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.product-card .product-card-wrapper .details > span {
  margin: 6px auto 0px 0px;
  display: inline-block;
  color: #171718;
  font-family: var(--font-body);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 6px;
  border-radius: 6px;
  background: #abff96;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#popular-games-section,
#mobile-games-section,
#services-section,
#pc-games-section {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 60px;
}
#popular-games-section .section-container,
#mobile-games-section .section-container,
#services-section .section-container,
#pc-games-section .section-container {
  width: 100%;
}
#popular-games-section .section-header,
#mobile-games-section .section-header,
#services-section .section-header,
#pc-games-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1148px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #popular-games-section .section-header,
  #mobile-games-section .section-header,
  #services-section .section-header,
  #pc-games-section .section-header {
    max-width: unset;
  }
}
#popular-games-section .section-header .title h1,
#mobile-games-section .section-header .title h1,
#services-section .section-header .title h1,
#pc-games-section .section-header .title h1 {
  font-family: var(--font-body);
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#popular-games-section .section-header .pagination,
#mobile-games-section .section-header .pagination,
#services-section .section-header .pagination,
#pc-games-section .section-header .pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
#popular-games-section .section-header .pagination button,
#mobile-games-section .section-header .pagination button,
#services-section .section-header .pagination button,
#pc-games-section .section-header .pagination button {
  width: 30px;
  height: 30px;
}
#popular-games-section .section-header .pagination button:last-of-type,
#mobile-games-section .section-header .pagination button:last-of-type,
#services-section .section-header .pagination button:last-of-type,
#pc-games-section .section-header .pagination button:last-of-type {
  transform: rotate(180deg);
}
#popular-games-section .section-content,
#mobile-games-section .section-content,
#services-section .section-content,
#pc-games-section .section-content {
  width: 100%;
  max-width: 1148px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #popular-games-section .section-content,
  #mobile-games-section .section-content,
  #services-section .section-content,
  #pc-games-section .section-content {
    max-width: unset;
  }
}
#popular-games-section .section-content .product-card-list,
#mobile-games-section .section-content .product-card-list,
#services-section .section-content .product-card-list,
#pc-games-section .section-content .product-card-list {
  display: flex;
  -moz-column-gap: var(--product-card-list-gap);
       column-gap: var(--product-card-list-gap);
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
@media screen and (min-width: 1025px) {
  #popular-games-section.with-promo-bg,
  #mobile-games-section.with-promo-bg,
  #services-section.with-promo-bg,
  #pc-games-section.with-promo-bg {
    position: relative;
    z-index: 1;
    pointer-events: none;
  }
  #popular-games-section.with-promo-bg .section-container,
  #mobile-games-section.with-promo-bg .section-container,
  #services-section.with-promo-bg .section-container,
  #pc-games-section.with-promo-bg .section-container {
    pointer-events: none;
  }
  #popular-games-section.with-promo-bg .section-header, #popular-games-section.with-promo-bg .section-content,
  #mobile-games-section.with-promo-bg .section-header,
  #mobile-games-section.with-promo-bg .section-content,
  #services-section.with-promo-bg .section-header,
  #services-section.with-promo-bg .section-content,
  #pc-games-section.with-promo-bg .section-header,
  #pc-games-section.with-promo-bg .section-content {
    pointer-events: auto;
    background-color: #252526;
  }
}

@media screen and (min-width: 1025px) {
  #popular-games-section.with-promo-bg {
    /* .section-header, .section-content {
      background-color: unset;
    } */
  }
  #popular-games-section.with-promo-bg .section-header {
    background: #252526;
    padding: 24px 24px 0px 24px;
    border-radius: 16px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #popular-games-section.with-promo-bg .section-content {
    border-radius: 16px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    overflow: hidden;
    padding: 0px 24px 24px 24px;
    background: #252526;
  }
}

#popular-games-section .section-content .product-card-list {
  -moz-column-gap: unset;
       column-gap: unset;
}
#popular-games-section .section-content .product-card-list .product-card {
  margin-right: var(--product-card-list-gap);
}
#popular-games-section .section-content .product-card-list .product-card:last-of-type {
  margin-right: 0px;
}

#mobile-games-section,
#services-section,
#pc-games-section {
  margin-top: unset;
}
#mobile-games-section .section-header,
#services-section .section-header,
#pc-games-section .section-header {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  padding: 24px 24px 0px 24px;
}
@media screen and (max-width: 430px) {
  #mobile-games-section .section-header,
  #services-section .section-header,
  #pc-games-section .section-header {
    padding: 12px 12px 0px 12px;
  }
}
#mobile-games-section .section-content,
#services-section .section-content,
#pc-games-section .section-content {
  padding: 0px 24px 24px 24px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}
@media screen and (max-width: 430px) {
  #mobile-games-section .section-content,
  #services-section .section-content,
  #pc-games-section .section-content {
    padding: 0px 12px 12px 12px;
  }
}
#mobile-games-section .product-card-list-initial,
#services-section .product-card-list-initial,
#pc-games-section .product-card-list-initial {
  flex-wrap: wrap;
  overflow: hidden;
}
#mobile-games-section .product-card-list-initial.hide-additional-cards,
#services-section .product-card-list-initial.hide-additional-cards,
#pc-games-section .product-card-list-initial.hide-additional-cards {
  /* @media screen and (max-width: 1280px) {
    .product-card:nth-of-type(1n+11){
      display: none;
    }
  }
  @media screen and (max-width: 1024px) {
    .product-card:nth-of-type(1n+9){
      display: none;
    }
  }
  @media screen and (max-width: 768px) {
    .product-card:nth-of-type(1n+7){
      display: none;
    }
  }
  @media screen and (max-width: 639px) {
    .product-card:nth-of-type(1n+5){
      display: none;
    }
  } */
}
#mobile-games-section .product-card-list-initial.hide-additional-cards .product-card:nth-of-type(1n+13),
#services-section .product-card-list-initial.hide-additional-cards .product-card:nth-of-type(1n+13),
#pc-games-section .product-card-list-initial.hide-additional-cards .product-card:nth-of-type(1n+13) {
  display: none;
}
@media screen and (max-width: 1279px) {
  #mobile-games-section .product-card-list-initial.hide-additional-cards .product-card:nth-of-type(1n+11),
  #services-section .product-card-list-initial.hide-additional-cards .product-card:nth-of-type(1n+11),
  #pc-games-section .product-card-list-initial.hide-additional-cards .product-card:nth-of-type(1n+11) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #mobile-games-section .product-card-list-initial.hide-additional-cards .product-card:nth-of-type(1n+5),
  #services-section .product-card-list-initial.hide-additional-cards .product-card:nth-of-type(1n+5),
  #pc-games-section .product-card-list-initial.hide-additional-cards .product-card:nth-of-type(1n+5) {
    display: none;
  }
}
#mobile-games-section .product-card-list-expanded,
#services-section .product-card-list-expanded,
#pc-games-section .product-card-list-expanded {
  flex-wrap: wrap;
}
#mobile-games-section .show-more-container,
#services-section .show-more-container,
#pc-games-section .show-more-container {
  margin-top: 24px;
  width: 100%;
  text-align: center;
  display: none;
}
@media screen and (max-width: 768px) {
  #mobile-games-section .show-more-container,
  #services-section .show-more-container,
  #pc-games-section .show-more-container {
    text-align: right;
  }
}

.promo-bg-container {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .promo-bg-container {
    display: none !important;
  }
}
.promo-bg-container.hidden {
  display: none;
}
.promo-bg-container > .promo-bg {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.promo-bg-container > .promo-bg > a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1025px) {
  footer.footer-smileone-v4.with-promo-bg {
    z-index: 1;
  }
}

html[lang=ar] .product-card .product-card-wrapper .details > span {
  margin: 6px 0px 0px auto;
}
html[lang=ar] #hero-section .slide-card .description-container > .description-wrapper > .description > img {
  -o-object-position: right;
     object-position: right;
}
html[lang=ar] #hero-section .slides-pagination button[data-type=prev] {
  transform: rotate(180deg);
}
html[lang=ar] #hero-section .slides-pagination button[data-type=next] {
  transform: rotate(180deg);
}
html[lang=ar] #hero-section .slides-pagination button[data-type=prev]:hover {
  transform: rotate(180deg) scale(1.1);
}
html[lang=ar] #hero-section .slides-pagination button[data-type=next]:hover {
  transform: rotate(180deg) scale(1.1);
}
html[lang=ar] #popular-games-section .product-card-list .product-card {
  margin-right: unset;
  margin-left: var(--product-card-list-gap);
}
html[lang=ar] #popular-games-section .product-card-list .product-card:last-of-type {
  margin-right: unset;
  margin-left: 0px;
}
html[lang=ar] #popular-games-section .pagination button[data-type=prev] {
  order: 2;
}
html[lang=ar] #popular-games-section .pagination button[data-type=next] {
  order: 1;
}