/* Add custom CSS styles below */ 
.custom-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
}

.custom-separator .line {
    flex: 1;
    height: 1px;
    background-color: #ddd;
}

.custom-separator .button {
    border: 1px solid #000;
    padding: 5px 10px;
    background: none;
    cursor: pointer;
    font-family: inherit;
}

@media only screen and (min-width: 1024px) {
    .main-menu-row .main-menu li.root-level>a {
        padding-bottom: 1rem;
        font-size: 22px !important;
    }
}





.product-card__image img {    background-color: #ffffff !important;}