/* Add custom CSS styles below */ 
.vertical-nav{
background :#f6e6cb;
}
.store-footer a {
  
    color: #f6e6cb;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
}
.vertical-nav {
    background: #654520;
}
.vertical-nav {
    align-items: center;
    /* background-color :transpartnt;
    padding: 10px;
    border-radius: 12px;
    gap: 10px;
    transition: opacity 0.2s 
ease-in-out;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    }
    
.store-footer a {
hover: no-hover;
}