/* Add custom CSS styles below */ 
.mt-8 {
    margin-top: 0px !important;
}

.btn.group.bg-primary {
    background-color: #C2B280!important;
    color: black !important;
    border-radius: 10px !important;
}

.mb-5.text-store-text-primary {
    font-size: clamp(14px, 2.5vw, 20px);
}
 
#mobile-menu a:hover {
  color: #c4b282 !important;
}

.store-footer a:hover {
  color: #c4b282; 
}