/* Font */
@font-face {
  font-family: 'GE SS Two Light';
  src: url('https://wpazzrk.github.io/Moaaz2.0/Fonts/GE_SS_Two_Light.otf');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'GE SS Two Light', sans-serif;
}

/* Header */
.main-nav-container {
    background-color: transparent !important;
}
#mainnav.fixed-header .inner{
    background-color: #00000055 !important;
}
navbar-brand img {
    max-height: 6rem;
    width: unset !important;
    height: unset !important;
}
body:not(.index) .store-header {
    position: static;
    background-color: #f88840;
}

/* Spacings */
body.index section {
    margin-block: 2rem;
}

/* Main Banner */
@media (min-width: 1024px) {
  section.osh-main-banner a:first-child {
      font-size: 52px;
      padding-inline: 7%;
      font-weight: light;
  }
  section.osh-main-banner a:last-child {
      font-size: 42px;
      font-weight: light;
  }
}



/* Categories List Start */
section.s-block--banners.container .grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px;
}
section.s-block--banners.container .s-block__title {
    justify-content: center;
}
section.s-block--banners.container .s-block__title * {
    padding: 0;
    font-size: 24px;
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry {
    height: 255px;
    background-color:unset;
    transition: 0.2s;
}
a.banner-entry:nth-child(n+3) {
    height: 200px;
}
a.banner-entry:hover {
    transform: scale(1.04)
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}

@media(min-width:768px) and (max-width:1200px){
a.banner-entry{
    height: 210px;
}
a.banner-entry:nth-child(n+3) {
    height: 180px;
}
}
@media(max-width:768px){
a.banner-entry{
    height: 140px;
}
a.banner-entry:nth-child(n+3) {
    height: 120px;
}
}
@media(max-width: 576px){
section.s-block--banners.container .grid {
    grid-template-columns: repeat(1,minmax(0,1fr));
    gap: 5px;
}
a.banner-entry{
    height: 150px;
}
a.banner-entry:nth-child(n+3) {
    height: 110px;
}
}
/* Categories List End */


/* Footer */
.copyright-text * {
    color: #fff !important;
}