.main-nav-container.fixed-pinned .navbar-brand img,.navbar-brand img {
  max-height: 4rem
}
body.index .store-header {
    position: relative !important;
    top: 0;
    left: 0;
    width: 100%;
}

.h-full .text-center{
    width:50%;
    text-align: right;
    padding:1rem;
}
.h-full h1{
    line-height: 3.5rem;
}
section.h-\[85vh\].relative{
    height: 70vh;
}
.h-full .text-center >div:nth-child(2){
    max-width:100%;
}
.h-full .text-center a{
    margin: 0 !important;
}
.category img {
    height: 100% !important;
}
.category .justify-between {
    justify-content: center;
    gap: 40px;
}
.category a{
  height: 250px;
    font-size:16px;
    font-weight:700;
}
    /*banner*/
.banner--fixed img {
    background-color: transparent;
    padding: 0rem;
}
@media(max-width: 768px) {
.h-full .text-center{
    width:100%;
    text-align:center;
}
.h-full .text-center a{
    margin: auto !important;
}

section.h-\[85vh\].relative {
    height: 85vh !important;
}
.h-full h1{
    line-height: 2rem;
    font-size:22px
}
footer *{
    text-align:center;
    margin:auto;
}
.h-full .absolute{
    flex-direction:column;
}
section.s-block.s-block--fixed-banner.wide-placeholder{
  max-width:90% !important;
  margin:auto;
}
}
footer .relative {
    background-color:#ffffff !important;
     width:100%;
}


footer .relative h3 , footer .relative p {
    color:#557581 !important
}

footer button{
    background-color:#557581  !important;
    color:#ffffff !important;
}

footer button:hover{
    background-color:#ffffff !important;
    color:#557581 !important;
}

section.s-block.s-block--fixed-banner.wide-placeholder{
  max-width:60%;
  margin:auto;
}