/* Add custom CSS styles below */
body,
#mainnav{
  background-color: #000 !important;
}

img,
a {
  background-color: transparent !important;
}

/*header*/
.main-menu .root-level span,
.header-btn__icon,
.s-cart-summary-total{
  color: #fff;
}
/**/

/*Hero*/
section:nth-child(4) {
  margin: unset;
}
section:nth-child(4) > div,
section:nth-child(10) > div {
  padding: unset;
  max-width: unset;
}
/*subHero*/
section:nth-child(5) > div {
  max-width: 600px;
}
/**/

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

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

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

@media screen and (max-width: 425px) {
  .banner-entry.square-photos {
    height: 160px;
  }
  section:nth-child(6) > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
  }
}
/**/

/*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 #fff;
}
.s-product-card-entry.s-product-card-vertical{
  background-color: #000;
}
.s-product-card-content-title a,
.s-product-card-sale-price h4,
.s-product-card-sale-price span,
.s-product-card-price{
  color: #fff !important;
}

.s-button-primary-outline,
.s-button-primary-outline:hover {
  background-color: #FEB527;
  color: #000;
  border: unset;
}

/*products page*/
.s-products-list-wrapper.s-products-list-vertical-cards {
  padding: 2rem;
}

#page-main-title,
.s-breadcrumb-wrapper,
.main-content,
.main-content h1,
.article--main strong,
.article--main span,
[for="product-filter"]{
  color: #FFF !important;
  fill: #FFF;
}
.total-price,
.s-quantity-input-input{
  color: #000 !important;
}

section.sticky-product-bar{
  border-radius: unset;
}
/**/

/*Footer*/
footer > div.store-footer__inner{
  background-color: #FEB527 !important;
  color: #000;
}
.s-contacts-icon{
  border-color: #000;
}
.store-footer{
  background-color: #000 !important;
} 
.copyright-text p{
  color: #fff !important;
}
/**/