/* Add custom CSS styles below */
body,
img,
a {
  background-color: transparent !important;
}
.bg-inherit{
      color: white;
    background-color: #af175a;
}
.header-btn__icon ,
.s-cart-summary-total{
  color: white;
}
/*Banners*/
section:nth-of-type(1) {
  margin: unset;
}
section:nth-of-type(1) > div,
section:nth-of-type(9) > div{
  padding: unset;
  max-width: unset;
}
/**/
section:nth-of-type(6) > div{
  max-width: 1700px;
}
/**/
section:nth-of-type(7) > div{
  max-width: 600px;
}
/**/
section:nth-of-type(2) > div,
section:nth-of-type(4) > div{
  max-width: 375px;
}
/**/

/*categories*/
.banner-entry.square-photos:first-child {
  grid-row: unset;
}
.banner-entry.square-photos {
  height: 250px;
}
section:nth-of-type(3) > div {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: unset;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .banner-entry.square-photos {
    height: 190px;
  }
  section:nth-of-type(3) > div {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.5rem;
  }
}

@media screen and (min-width: 426px) and (max-width: 768px) {
  .banner-entry.square-photos {
    height: 150px;
  }
  section:nth-of-type(3) > div {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.5rem;
  }
}

@media screen and (max-width: 425px) {
  .banner-entry.square-photos {
    flex-basis: 105px;
    height: 150px !important;
  }
  section:nth-of-type(3) > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 1rem;
  }
}
/**/

/*products*/
.s-slider-block__title{
  display: none;
}
.s-products-slider-card {
  padding: 1rem;
}
.s-product-card-entry.s-product-card-vertical {
  box-shadow: 0 0 10px 0 black;
}
.s-product-card-price {
  color: #AE1659 !important;
}
.s-button-primary-outline,
.s-button-primary-outline:hover {
  background-color: #AE1659;
  color: #fff;
  border: unset;
}
/**/
section:nth-of-type(6){
  position: relative;
}
section:nth-of-type(6)::before{
  content: "";
  display: block;
  width: 350px;
  height: 350px;
  background-image: url(https://j.top4top.io/p_3628ntexo1.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -21rem;
  right: 0rem;
}
@media (max-width:1440px){
  section:nth-of-type(6)::before{
    display: none;
  }
}
/*products page*/
.s-products-list-wrapper.s-products-list-vertical-cards {
  padding: 2rem;
}
/*Footer*/
footer > div.store-footer__inner,
.store-footer {
  background-color: #AE1659 !important;
  color: #fff;
}
.copyright-text p,
.copyright-text a{
  color: #fff !important; 
}
/**/