.container {
  width: 100%;
  padding: 0;
}

#footer {
  background-color: #131313;
  border-top-color: #2f2f2f;
  margin-top: 0px;
}
.footer-bottom, .footer-newsletter {
  border-color: #5b5b5b;
}
.footer-bottom span, a.cookies-settings.js-cookies-settings, #signature a  {
  color: #ffffff;
    }
.navigation-buttons a[data-target=cart]:before {
    content: '' !important;
    background-image: url(https://728660.myshoptet.com//user/documents/upload/cartshop.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    display: block;
    margin-right: 0 !important;
}
.navigation-buttons a[data-target=cart], .navigation-buttons a[data-target=cart]:hover {
    background-color: transparent;
    color: var(--_color-header-text);
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    border: transparent;
}
.navigation-buttons>a[data-target=cart] i {
    background-color: #000000;
    color: #ffffff;
    }
.in-index .content {
    padding-left: 10%;
    padding-right: 10%;
    background: #202020;
}
.navigation-buttons {
    border-right: transparent
}

.navigation-in ul li a b {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 19px;
}
.video-text-wrapper {
    display: flex;
    justify-content: flex-end;
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
    position: relative;
}
.video-wrapper {
    flex: 1 1 70%;
    max-width: 900px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    position: relative;
    z-index: 1;
  }
.video-wrapper video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.text-block {
    flex: 1 1 40%;
    color: white;
    font-weight: bold;
    position: relative;
    z-index: 2;
    max-width: 400px;
    border-radius: 20px;
    position: absolute;
    left: 0px;
}
.text-block p {
    letter-spacing: 0px;
    font-size: 8rem;
    margin: 0.0em 0;
    padding: 0;
  }
.text-block a {
    display: inline-block;
    margin-top: 1em;
    padding: 1em 3em;
    background: #fdea22;
    color: #000000;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    border-radius: 54px;
    transition: background 0.3s ease;
}
.text-block a:hover {
    background: #e04300;
}
.text a {
    background: #fdea22;
    padding: 20px 39px;
    border-radius: 50px;
    font-size: 20px;
    text-shadow: none;
}
.game-section {
 width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: url('/user/documents/upload/beige_wallpaper_1400x500.png') center center / cover no-repeat;
  padding: 80px 20px;
}
 @media (min-width: 1100px) and (max-width: 1500px) {
.game-section > .game-content,
.game-section > .game-columns {
  padding-left: 10%;
  padding-right: 10%;
        }
}

.game-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 80px auto;
  gap: 30px;
}

.left-text {
  flex: 1 1 40%;
  color: #302b28;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 30px;
}
.left-text h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
.left-text p {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #6a5046;
}

.right-text {
  flex: 1 1 50%;
  font-size: 2.125rem;
  color: #000;
  padding: 30px;
  line-height: 1.6;
}
.right-text .warning {
  color: #000;
  font-weight: bold;
  margin-top: 15px;
}
.game-columns {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.game-box {
  flex: 1 1 30%;
  text-align: center;
}
.game-box img {
  width: 100%;
  max-width: 100px;
  border-radius: 8px;
}
.game-box p {
    margin-top: 10px;
    font-weight: 400;
    color: #000000;
    font-size: 2rem;
    padding: 0 40px;
}

.benefitBanner__title {
    color: #ffffff;
    font-size: 1.8em;
    font-weight: 800;
    width: 100%;
}
.benefitBanner__content {
    text-align: center;
    display: contents;
}
.benefitBanner__data {
    color: #ffffff;
    font-size: 1.8em;
    font-weight: 800;
}
.benefitBanner__item {
    flex: 1 1 25%;
    flex-wrap: wrap;
    justify-content: center;
}
.game-box h2 {
    font-size: 3rem;
    font-weight: 800;
}
.homepage-texts-wrapper {
    align-items: baseline;
    display: flex;
    justify-content: center;
    width: 100% !important;
}
.homepage-texts-wrapper:has(.top-products-wrapper) .welcome-wrapper {
    width: 100% !important;
    max-width: 100%;
}    
.image-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 60px;
}
.image-gallery img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  object-fit: cover;
}
.text-button a {
        display: inline-block;
    margin-top: 1em;
    padding: 1em 3em;
    background: #fdea22;
    color: #000000;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    border-radius: 54px;
    transition: background 0.3s ease;
}
.product .p {
    border: transparent;
}
.products-block>div .p .name {
    font-size: 2.5em;
    font-weight: 900;
    color: #ffffff;
}
.price.price-final strong {
    font-size: 2em;
    font-weight: 300;
    color: #fff;
}
.products-block > div .p .p-bottom > div .p-tools .btn {
    visibility: hidden;
}
.products-block > div .p .p-bottom > div .p-tools .btn::before {
    visibility: visible;
    content: 'DETAIL HRY';
    color: #fdea22;
    font-size: 1.5em !important;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: underline;
    text-underline-offset: 4px;
}
/**/
.custom-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 100%;
  margin: 0 auto;
  padding: 75px 0;
}
.banner-item {
  display: flex;
  align-items: center;
  background-color: #000;
  color: #fff;
  padding: 25px 20px;
  border-radius: 25px;
  font-size: 1.7em;
}
.banner-item .icon {
        width: 53px;
    height: 53px;
    margin-right: 30px;
    object-fit: contain;
}
.benefitBanner.position--benefitHomepage {
    padding-top: 20px;
    padding-bottom: 40px;
}
@media (min-width: 1200px) {
    #header .container, .video-text-wrapper, .game-content, .game-columns { 
    max-width: 1418px;
    padding: 0%;
    }
}
.wide-carousel {
    margin: 13px;
}
@media (min-width:992px) {
#header {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 25px;
}
}