/* Header */ 
#app.index > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > header{
position: absolute;
    top: 40px;
    z-index: 1000;
    color: #FFF;
    width: 100%;
}
#mainnav , .top-navbar{
    background-color: transparent !important;
}
#app.index > div.app-inner > header > div.top-navbar > div , #app.index > div.app-inner > header > #mainnav > div > div > div{
color: #FFF;
}
.sub-menu.w-56{
color: #674083;
}
/* End Header */ 

/* Banners */
section.s-block.fixed-banner--1 > div , section.s-block.fixed-banner--5 > div , section.s-block.fixed-banner--9 > div{
max-width: 550px;
}
/* End Banners */

/* Counterdown */
#myWrapper > section , section.s-block.fixed-banner--14{
margin-top: unset;
}
#myWrapper > section.promo_with_countdown > div , #myWrapper > section.s-block.fixed-banner--13 > div{
padding: unset;
}
#myWrapper > section.s-block.fixed-banner--13 > div > a > img , #myWrapper > section.promo_with_countdown > div > div{
max-height: 532px;
border-radius: unset;
}
section.s-block.fixed-banner--14 > div > a > img{
border-radius: unset;
}
section.s-block.fixed-banner--14 > div{
padding: unset;
max-width: unset;
}
@media screen and (min-width: 1200px) and (max-width: 1824px) {
  #myWrapper{
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: repeat(2, 1fr) !important;
    grid-column-gap: 0px !important;
    grid-row-gap: 0px !important;
    height: 900px !important;
  }
}

@media screen and (max-width: 1199px) {
  #myWrapper{
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: repeat(2, 1fr) !important;
    grid-column-gap: 0px !important;
    grid-row-gap: 0px !important;
    height: 775px !important;
  }
}

/* End Counterdown */

/* side-pic-products */
@media (min-width: 1024px) {
    .lg\:w-1\/3 {
        width: unset; 
    }
}
#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > section.s-block.s-block--special-products-slider--7.s-block--special-products-slider > div , #app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > section.s-block.s-block--special-products-slider--8.s-block--special-products-slider.reversed > div{
justify-content: unset;
}
/* End side-pic-products */

/* title*/
.s-slider-block__title{
display: none;
}
/* end title*/

/* Categories */
section.s-block.circle-links-3 > div > ul{
gap: unset;
grid-row-gap: 35px;
}
.group.anime-item{
scale: 1.2;
}
/* End Categories*/

/* Hero */
section.s-block.fixed-banner--0{
margin: unset;
}
section.s-block.fixed-banner--0 > div{
padding: unset;
max-width: unset;
}
/* End Hero*/

/* footer */
footer > svg > path , footer > div > div.store-footer__inner , footer > div > div.store-footer__contacts-row{
background-color: #674083 !important;
fill: #674083;
color: #FFF;
}
/* End Footer */