/* Add custom CSS styles below */ 
.store-header .main-menu li.root-level>a {
    padding-top: 0px;
    padding-bottom: 1rem;
    font-weight: 800;
}
#app button.product-entry-btn--wishlist {
    height: 2.5rem !important;
    width: 2.5rem !important;
    border-radius: 9999px !important;
    border-style: none !important;
    background: #ecae13;
}
.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    color: black;
}
.card-title-is-bold .product-entry__title {
    font-weight: 800;
}
@media (min-width: 768px) {
    .md\:p-5 {
        padding: 1.25rem;
        border-color: #ecae13;
    }
}