.navbar-brand img {
    max-height: 5rem;
    max-width: 100px;
    width: auto;
}

body {
    background-color: rgb(255 255 255);
}


.banner--fixed img, .banner-entry {
    background: transparent;
    }
    
section.s-block.s-block--fixed-banner:nth-of-type(1) .container {
    max-width: 100%;
    padding: 0;
}

section.s-block.s-block--fixed-banner:nth-of-type(1) {
    margin: 0;
    padding: 0;
}
section.s-block.s-block--fixed-banner:nth-of-type(2) .container a.banner--fixed img {
    margin: 0 auto;
    padding: 0;
    width:600px;
}

section.s-block.s-block--fixed-banner:nth-of-type(7) .container  {
    max-width:100%;
}

section.s-block.s-block--banners.container .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

section.s-block.s-block--banners.container .banner-entry {
  flex: 0 0 calc(16.66% - 10px);max-width: calc(16.66% - 10px);
  height: 200px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

section.s-block.s-block--banners.container .banner-entry:hover {
  transform: scale(1.05);
}


@media (max-width: 1024px) {
  section.s-block.s-block--banners.container .banner-entry {
    flex: 0 0 calc(33.33% - 10px);     max-width: calc(33.33% - 10px);
    height: 180px;
  }
}


@media (max-width: 640px) {
  section.s-block.s-block--banners.container .banner-entry {
    flex: 0 0 calc(50% - 10px); 
    max-width: calc(50% - 10px);
    height: 140px;
  }
}


/*products*/
.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: #a89f3a !important;
}

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

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

/*Footer*/
footer > div.store-footer__inner,
.store-footer {
  background-color: #A02655 !important;
  color: #fff;
}
.copyright-text p{
  color: #fff;
  font-size: 1rem;
  font-weight: 800; 
}
.copyright-text a:hover{
  color: #fff;
}