.first-banner {
  padding: 0px 300px;
  margin-top: 0px;
}
@media (max-width: 1024px) {
  .first-banner {
  padding: 0px 30px; 
  margin-top: 40px; 
  }  
}
.mainnav-is-light:not(.loyalty) .main-nav-container {
  border-bottom: none;
}
.navbar-brand img {
    max-height: 100%;
    max-width: 100%;
}
.fixed-pinned .navbar-brand img {
    max-height: 100%;
}
@media (max-width: 1024px) {
[aria-label="footer"] *{
  text-align: center !important;
}
.footer-logo{
  display: flex;
  justify-content: center;
}
.about-store .max-w-[75%].leading-6.mb-4 {
  width: 100% !important;
  text-align: center;
}
.space-y-6>:not([hidden])~:not([hidden]) {
  margin: 15px auto 0px;
}
.s-contacts-list a {
  justify-content: center;
}
}