#mainnav , 
.top-navbar {
   background-color: #551806;
} 
.top-navbar * {
  color: #fff;
}
#mainnav * {
  fill: #fff;
}
.s-cart-summary-content * ,
.mburger * {
  color: #fff !important; 
}

.s-block--double-banner:first-of-type {
  margin-top: 0px !important;
  margin-bottom: 40px !important;
}
.s-block--double-banner button {
  display: none !important;
}

footer {
  background-image: url(https://i.postimg.cc/N02X6qvD/da205e2f-5919-46fa-835e-bf659655cc53-1.png);
  background-size: cover;
}

footer * {
  color: #551806 !important;
}

[aria-label="footer"] ,
footer .py-8 {
  background-color: transparent !important;
}

.s-slider-block__title {
  justify-content: center;
  margin-bottom: 35px;
}
.s-slider-block__title-left {
  display:none;
}
.s-slider-block__title-right,
.s-slider-block__title-right h2{
  padding-left: 0px;
}
.s-slider-block__title-right {
  position: relative;
  margin-bottom: 20px;
}
.s-slider-block__title-right h2 {
  font-size: 35px;
  color: #551806;
  padding: 0px 20px;
}
.s-slider-block__title-right::after {
content: "";
    background-image: url(https://i.postimg.cc/Fzpkrh0r/Vector-15.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 38px;
    position: absolute;
    bottom: -36px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
@media (max-width: 1024px) {
  .s-slider-block__title-right h2 {
  font-size: 24px;
}

[aria-label="footer"]  {
  flex-direction: column;
}

}

[aria-label="footer"] {
  padding-left: 10px;
  padding-right: 10px;
  gap: 20px;
  display: flex;
  align-items: center;
}