#app
  > div.app-inner.flex.flex-col.min-h-full
  > section:nth-child(3)
  > .container {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: unset;
  margin-bottom: 30px;
}
.offers-link,
.header-btn__icon,
.s-cart-summary-total,
.s-search-input {
  color: #fff !important;
}
.s-cart-summary-count {
  background-color: #fdc500 !important;
}
.sub-menu {
  background-color: #023047 !important;
}
body {
  z-index: 999999999999;
  background-color: #f3f4f6 !important;
  background: url(https://i.postimg.cc/rptPPKNQ/Untitled-1.jpg);
}
body:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255) url(https://i.postimg.cc/s2wTgYvs/2.png);
  position: fixed;
  z-index: 99999999999999999;
  transform: scale(0);
  background-size: 30rem;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation-name: logobg;
  animation-name: logobg;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.s-slider-block__display-all {
  padding: 5px;
  margin: 10px auto;
  border-radius: 0 15px 0 15px;
  -webkit-animation: signal 1200ms linear infinite;
  animation: signal 1200ms linear infinite;
}
@-webkit-keyframes logobg {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes logobg {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@media (min-width: 1024px) {
  #app
    > div.app-inner.flex.flex-col.min-h-full
    > section.s-block.s-block--banners.container
    > div {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
  .one-row {
    margin-right: 200px;
  }
}
.main-menu {
  color: #fff !important;
  background-color: #023047 !important;
}
.navbar-brand img {
  width: 120px !important;
  max-height: 80px !important;
}

.brand-item {
  background: transparent !important;
}

.store-footer,
.s-block {
  margin-top: 1rem;
}

.s-slider-block__title,
.banner--fixed img {
  margin-top: 0rem;
}

.right-side h2 {
  font-size: 30px;
}

.navbar-brand img {
  max-height: 3rem;
  width: auto;
  max-height: 55px;
}
.s-search-icon svg {
  fill: white;
}

.s-button-element:not(:disabled):not([loading]) {
  pointer-events: auto;
}

.s-button-wide {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px,
    rgb(0 0 0 / 30%) 0px 30px 60px -30px;
  background: #a64928;
  -webkit-animation: glowing 20s linear infinite;
  animation: glowing 20s linear infinite;
  background: linear-gradient(45deg, #000, #023047, #000, #000);
  background-size: auto;
  background-size: 400%;
  animation: glowing 20s linear infinite;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  border-radius: 12px !important;
}
button.btn--coupon.has-not-coupon.btn--default.s-button-element.s-button-btn.s-button-solid.s-button-primary.s-button-loader-center,
.s-button-element:not(:disabled):not([loading]) {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px,
    rgb(0 0 0 / 30%) 0px 30px 60px -30px;
  background: #045d89;
  -webkit-animation: glowing 20s linear infinite;
  animation: glowing 20s linear infinite;
  background-image: linear-gradient(
    -225deg,
    #000 0%,
    #023047 9%,
    #045d89 30%,
    #000 100%
  );
  background-size: auto;
  background-size: 400%;
  animation: glowing 20s linear infinite;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  border-radius: 12px !important;
}

[dir='rtl'] .rtl\:pl-24 {
  padding-left: 9rem;
  border-radius: 21px;
}
.s-button-btn,
.s-price-range-number-input {
  border-radius: 0.75rem;
}
.s-button-wide {
  width: 100%;
}

.s-product-card-content-footer
  .s-button-primary-outline
  .sicon-shopping-bag:before {
  content: '';
  background-image: url(https://i.postimg.cc/KY2TrdCQ/football-soccer.gif);
  width: 30px;
  margin-top: 5px;
  margin-left: 5px;
  height: 30px;
  background-size: contain;
  display: inline-block;
}
[class*=' sicon-'],
[class^='sicon-'] {
  font-family: sallaicons !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.s-product-card-content-footer .s-button-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-navbar,
#mainnav,
.store-footer__inner {
  background-color: #023047 !important;
  color: white !important;
}



@media only screen and (min-width: 600px) {
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:col-span-2 {
    grid-column: span 1 / span 1;
  }
}

img {
  background-color: transparent !important;
}
.banner-entry.square-photos {
  background-color: transparent !important;
}
.s-block.s-block--logos-slider {
  background-color: transparent !important;
}
.main-nav-container.fixed-header .inner {
  -webkit-filter: drop-shadow(2px 4px 6px #aaa);
  filter: drop-shadow(2px 4px 6px #aaa);
  border-radius: 0px 0px 46px 46px;
  padding: 4px;
  margin-top: 0px !important;
}

.main-nav-container.fixed-pinned .navbar-brand img {
  max-height: 47px;
}

/*slider*/

.s-block.s-block--photos-slider {
  margin-top: 0rem !important;
}

.s-slider-block__title h2,
a.fix-align.text-primary,
span.fix-align,
.sicon-keyboard_arrow_left:before,
h1#page-main-title,
h1.mb-4.mr-2.text-lg.font-bold.leading-\[1\.2\] {
  text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #000 0%,
    #023047 9%,
    #045d89 30%,
    #000 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  font-weight: bold;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: textclip 2s linear infinite;
  animation: textclip 2s linear infinite;
  display: inline-block;
}

@-webkit-keyframes textclip {
  to {
    background-position: 200% center;
  }
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

@-webkit-keyframes signal {
  0% {
    box-shadow: 0 0 0 0 #000;
  }

  100% {
    box-shadow: 0 0 0 5px #023047;
  }
}

@keyframes signal {
  0% {
    box-shadow: 0 0 0 0 #000;
  }

  100% {
    box-shadow: 0 0 0 5px #023047;
  }
}

.s-product-card-content {
  padding: 0.4rem;
}
@-webkit-keyframes glowing {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
    box-shadow: 0 0 0 2px #000;
  }
}
@keyframes glowing {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
    box-shadow: 0 0 0 2px #000;
  }
}
.lazy__bg {
  background-repeat: no-repeat !important;
  background-size: contain;
  background-position: center;
}

@media (max-width: 992px) {
  .index
    > div.app-inner.flex.flex-col.min-h-full
    > section.s-block.s-block--banners.container
    > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .index
    > div.app-inner.flex.flex-col.min-h-full
    > section.s-block.s-block--banners.container
    > div
    .lazy__bg {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .right-side h2 {
    font-size: 20px;
  }
  .index
    > div.app-inner.flex.flex-col.min-h-full
    > section.s-block.s-block--banners.container
    > div
    .banner-entry {
    height: 150px;
  }
  .index
    > div.app-inner.flex.flex-col.min-h-full
    > section.s-block.s-block--banners.container
    > div
    > a:nth-child(4) {
    grid-area: 1/1/5/5;
    padding: 0;
    margin: 0;
  }

  @-webkit-keyframes textclip {
    to {
      background-position: 200% center;
    }
  }

  @keyframes textclip {
    to {
      background-position: 200% center;
    }
  }

  @-webkit-keyframes signal {
    0% {
      box-shadow: 0 0 0 0 #000;
    }

    100% {
      box-shadow: 0 0 0 5px #023047;
    }
  }

  @keyframes signal {
    0% {
      box-shadow: 0 0 0 0 #000;
    }

    100% {
      box-shadow: 0 0 0 5px #023047;
    }
  }
}