#app {
  background-image: url("/img/HeroBg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

body {
  background: #361C13;
}

header .top-header {
  background: rgba(54, 28, 19, 0.84);
  padding: 8px 0;
}
header .top-header .top-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .top-header .top-header-inner .main-menu {
  display: flex;
  align-items: center;
  gap: 36px;
}
header .top-header .top-header-inner .main-menu a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #EAD9A8;
}
header .top-header .top-header-inner .main-menu a:first-child:before {
  line-height: 100%;
  content: url("/img/icon-home.svg");
}
header .top-header .top-header-inner .main-menu a:nth-child(2):before {
  line-height: 100%;
  content: url("/img/icon-search.svg");
}
header .top-header .top-header-inner .main-menu a:nth-child(3):before {
  line-height: 100%;
  content: url("/img/icon-support.svg");
}
header .bottom-header {
  padding: 20px 0 24px 0;
}
header .bottom-header .bottom-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .bottom-header .bottom-header-inner .brand-link {
  display: flex;
}
header .bottom-header .bottom-header-inner .nav-wrapper {
  display: flex;
  align-items: center;
  gap: 36px;
}
header .dropdown-menu-item {
  position: relative;
}
header .dropdown-menu-item .dropdown-menu-trigger {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
}
header .dropdown-menu-item .dropdown-menu-trigger span {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #361C13;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
header .dropdown-menu-item .dropdown-menu {
  display: none;
  position: absolute;
  min-width: 210px;
  padding: 18px;
  right: 0;
  top: 100%;
  margin-top: 7px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(32, 32, 32, 0.84);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  z-index: 50;
}
header .dropdown-menu-item .dropdown-menu .dropdown-menu-inner {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
header .dropdown-menu-item .dropdown-menu .dropdown-menu-inner a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
header .dropdown-menu-item .dropdown-menu .dropdown-menu-inner a span {
  font-size: 14px;
}
header .dropdown-menu-item .dropdown-menu .dropdown-menu-inner a.admin-link {
  color: #48c329;
}
header .dropdown-menu-item .dropdown-menu .dropdown-menu-inner a.logout {
  color: #FF6267;
}
header .currency-switcher-wrapper .dropdown-menu-trigger span {
  color: #EAD9A8;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 5px;
}
header .currency-switcher-wrapper .dropdown-menu-trigger span:after {
  content: url("/img/icon-drop-light.svg");
  height: 12px;
  line-height: 100%;
}
header .currency-switcher-wrapper .dropdown-menu {
  min-width: 100%;
  left: unset;
  right: 0;
}
header .currency-switcher-wrapper .dropdown-menu .dropdown-menu-inner a {
  text-decoration: underline;
}
header .currency-switcher-wrapper .dropdown-menu .dropdown-menu-inner a.active {
  text-decoration: none;
}
header .cart-link-wrapper {
  position: relative;
}
header .cart-link-wrapper .cart_link {
  display: flex;
}
header .cart-link-wrapper .counter-wrapper {
  height: 22px;
  padding: 0px 6px;
  position: absolute;
  right: -7px;
  top: -7px;
  border-radius: 20px;
  background: #D2410F;
  display: flex;
}
header .cart-link-wrapper .counter-wrapper span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
header .profile-menu-wrapper .dropdown-menu-item .dropdown-menu-trigger {
  display: flex;
  align-items: center;
  gap: 5px;
}
header .profile-menu-wrapper .dropdown-menu-item .dropdown-menu-trigger:after {
  content: url("/img/icon-drop-dark.svg");
}
header .profile-menu-wrapper .dropdown-menu-item .dropdown-menu-trigger .dropdown-menu-trigger-inner {
  margin-right: 6px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}
header .profile-menu-wrapper .dropdown-menu-item .dropdown-menu-trigger .dropdown-menu-trigger-inner .row {
  display: flex;
  align-items: center;
  gap: 2px;
}
header .profile-menu-wrapper .dropdown-menu-item .dropdown-menu-trigger .dropdown-menu-trigger-inner .row p {
  color: #361C13;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
header .profile-menu-wrapper .dropdown-menu-item .dropdown-menu-trigger .dropdown-menu-trigger-inner .row span {
  margin-bottom: 0;
  color: #361C13;
  opacity: 0.36;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
header .profile-menu-wrapper .dropdown-menu-item .dropdown-menu-trigger .dropdown-menu-trigger-inner span {
  margin-bottom: -5px;
}
header .profile-menu-wrapper .dropdown-menu-item .dropdown-menu-trigger .dropdown-menu-trigger-inner p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #361C13;
  text-decoration: underline;
}

.home footer {
  border: none;
}

footer {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  background: #FFF;
  padding: 24px 0;
}
footer .footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
footer .footer-inner .column-left {
  max-width: 720px;
}
footer .footer-inner .column-left .legal-text, footer .footer-inner .column-left .copyright {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
}
footer .footer-inner .column-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
footer .footer-inner .column-right .menu-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
}
footer .footer-inner .column-right .menu-wrapper a {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration: underline;
}
footer .footer-inner .column-right .payment-methods-wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
}
footer .footer-inner .column-right .payment-methods-wrapper div {
  display: flex;
  height: 32px;
  padding: 0px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #EEE;
}

.products_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 36px;
}
.products_list .product-item {
  text-decoration: none;
}
.products_list .product-item .img_wrapper {
  margin-bottom: 12px;
}
.products_list .product-item .img_wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 333.607px;
  border-radius: 6px;
}
.products_list .product-item h4 {
  font-family: "Inter", sans-serif;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.products_list .product-item p {
  font-family: var(--font-additional);
  color: #FFF;
  font-size: 14px;
  font-style: italic;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 4px;
}
.products_list .product-item p .discount-price {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration: line-through;
}

.home-page {
  padding: 90px 0;
  display: grid;
  gap: 90px;
}
.home-page .explore-games h1 {
  text-align: center;
  margin-bottom: 48px;
}
.home-page .explore-games .platform-wrapper {
  max-width: 744px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 36px;
  grid-row-gap: 58px;
}
.home-page .explore-games .platform-wrapper .platform-item {
  text-decoration: none;
}
.home-page .explore-games .platform-wrapper .platform-item p {
  color: #361C13;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  font-weight: 900;
  line-height: 160%;
  text-transform: uppercase;
}
.home-page section h2 {
  color: #FFF;
  margin-bottom: 24px;
}

.shop-component {
  border-radius: 24px 24px 0px 0px;
  padding: 24px 24px 48px 24px;
  margin-top: 24px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  row-gap: 36px;
  min-height: 75vh;
}
.shop-component .container {
  width: 100%;
}
.shop-component .products_list .product-item h4 {
  font-family: "Inter", sans-serif;
  color: #361C13;
}
.shop-component .products_list .product-item p {
  color: #361C13;
}
.shop-component .products_list .product-item p span {
  color: rgba(54, 28, 19, 0.5);
}
.shop-component .top-section {
  margin-bottom: 36px;
  border-radius: 6px;
  background: #FFF;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 36px;
}
.shop-component .top-section .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shop-component .top-section .row .btn-wrapper {
  cursor: pointer;
}
.shop-component .top-section .row .btn-wrapper.open .close-filter {
  gap: 12px;
  align-items: center;
  display: flex;
  padding: 12px 24px 14px 24px;
  font-family: var(--font-additional);
  font-size: 14px;
  font-style: italic;
  font-weight: 900;
  line-height: 160%;
  text-transform: uppercase;
  border-radius: 48px;
  border: 2px solid rgba(54, 28, 19, 0.12);
}
.shop-component .top-section .row .btn-wrapper.open .main-button-1 {
  display: none;
}
.shop-component .top-section .row .btn-wrapper .close-filter {
  display: none;
}
.shop-component .top-section .row .btn-wrapper .main-button-1 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px 14px 24px;
}
.shop-component .top-section .filters {
  display: none;
}
.shop-component .top-section .filters.open {
  display: block;
}
.shop-component .top-section .filters-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-bottom: 36px;
  border-bottom: 2px solid rgba(54, 28, 19, 0.12);
}
.shop-component .top-section .filters-wrapper .search-wrapper input {
  background-image: url("/img/icon-search-small.svg");
  border-radius: 48px;
  border: 2px solid rgba(54, 28, 19, 0.12);
  background-color: #FFF;
  color: #361C13;
  height: 44px;
  background-repeat: no-repeat;
  background-position: left 24px center;
  padding: 13px 24px 13px 52px;
}
.shop-component .top-section .filters-wrapper .search-wrapper input::-moz-placeholder {
  opacity: 0.6;
}
.shop-component .top-section .filters-wrapper .search-wrapper input::placeholder {
  opacity: 0.6;
}
.shop-component .top-section .filters-wrapper .filters-inner {
  flex: 1;
  max-width: 876px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.shop-component .top-section .filters-wrapper .filter h6 {
  padding: 0 24px;
  color: #361C13;
  font-size: 12px;
  font-style: italic;
  font-weight: 900;
  line-height: 150%;
  font-family: var(--font-additional);
  margin-bottom: 4px;
}
.shop-component .top-section .filters-wrapper .filter span {
  font-size: 14px;
  text-decoration: none;
}
.shop-component .top-section .filters-wrapper .filter .dropdown-menu-item {
  position: relative;
}
.shop-component .top-section .filters-wrapper .filter .dropdown-menu-item .dropdown-menu-trigger span {
  height: 44px;
  cursor: pointer;
  transition: 0.3s;
  padding: 13px 24px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border-radius: 48px;
  border: 2px solid rgba(54, 28, 19, 0.12);
  background: #FFF;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shop-component .top-section .filters-wrapper .filter .dropdown-menu-item .dropdown-menu-trigger span:after {
  content: url("/img/filter-arrows.svg");
  height: 12px;
}
.shop-component .top-section .filters-wrapper .filter .dropdown-menu-item .dropdown-menu {
  margin-top: 15px;
  display: none;
  position: absolute;
  min-width: 180px;
  width: 100%;
  padding: 18px;
  top: 64px;
  left: 0;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(32, 32, 32, 0.84);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  z-index: 50;
}
.shop-component .top-section .filters-wrapper .filter .dropdown-menu-item .dropdown-menu .dropdown-menu-inner {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
.shop-component .top-section .filters-wrapper .filter .dropdown-menu-item .dropdown-menu .dropdown-menu-inner span {
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}
.shop-component .top-section .filters-wrapper .sort {
  width: 100%;
  max-width: 210px;
}
.shop-component .pagination-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  margin: auto;
  margin-top: 36px;
  padding: 12px 0px 0 0;
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  align-items: center;
}
.shop-component .pagination-wrapper .pagination-button {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
  padding: 12px 24px 14px 24px;
  height: 48px;
}
.shop-component .pagination-wrapper .pagination-button.disabled {
  opacity: 0.33;
  cursor: default;
  transition: 0.3s;
}
.shop-component .pagination-wrapper .pages-numbers-wrapper p {
  color: #361C13;
  font-size: 36px;
  font-style: italic;
  font-weight: 900;
  line-height: 96%;
  font-family: var(--font-additional);
}
.shop-component .pagination-wrapper .pages-numbers-wrapper p span {
  color: rgba(54, 28, 19, 0.5);
  font-family: var(--font-additional);
  font-size: 36px;
  font-style: italic;
  font-weight: 900;
  line-height: 96%;
}

.shop .no-products {
  text-align: center;
  padding: 180px 0;
}

@media (max-width: 1392px) {
  .shop-component {
    padding: 24px 10px 48px 10px;
  }
  .shop-component .container {
    padding: 0;
  }
  footer .footer-inner .column-right .menu-wrapper {
    flex-wrap: wrap;
    grid-column-gap: 36px;
    grid-row-gap: 6px;
    justify-content: center;
  }
  footer .footer-inner {
    flex-direction: column-reverse;
    align-items: center;
  }
  footer .footer-inner .column-right {
    align-items: center;
    gap: 12px;
  }
  footer .footer-inner .column-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  footer .footer-inner .column-left .legal-text, footer .footer-inner .column-left .copyright {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .products_list {
    grid-template-columns: repeat(3, 1fr);
  }
  .home-page {
    padding: 60px 0;
  }
  .shop-component .top-section .filters-wrapper {
    flex-direction: column;
    padding-bottom: 60px;
  }
  .shop-component .top-section .filters-wrapper .filters-inner {
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 30px;
    width: 100%;
  }
  .shop-component .top-section .filters-wrapper .sort {
    max-width: 100%;
  }
  .shop-component .pagination-wrapper {
    margin-top: 24px;
  }
}
@media (max-width: 900px) {
  .explore-games {
    display: none;
  }
}
@media (max-width: 600px) {
  .shop-component .top-section .row {
    flex-direction: column;
  }
  .shop-component .top-section .row h2 {
    line-height: 90px;
  }
  .shop-component .top-section {
    gap: 24px;
  }
  .shop-component .top-section {
    margin-bottom: 60px;
  }
  footer {
    padding: 10px 0;
  }
  .products_list {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 24px;
  }
  header .top-header .top-header-inner .main-menu {
    gap: 20px;
  }
  header .top-header .top-header-inner .main-menu a:nth-child(1) {
    display: none;
  }
  header .bottom-header .bottom-header-inner .brand-link img {
    max-width: 143.75px;
    max-height: 30px;
  }
  header .bottom-header .bottom-header-inner .nav-wrapper {
    gap: 24px;
  }
  header .profile-menu-wrapper .dropdown-menu-item .dropdown-menu-trigger .dropdown-menu-trigger-inner {
    display: none;
  }
  .products_list .product-item .img_wrapper img {
    height: 246.448px;
  }
}
