#shop-template-apto {
    --color-primary: #93583d;
    --color-optic-lines: #93583d;
    --color-optic-lines-popup: #93583d;
    --color-primary-hover: #1d1d1d;
    --color-background-header: #ffffff;
    --color-background-footer: #1d1d1d;
}

#shop-template-apto apto-header .logo img {
    max-width: 100%;
    margin: 0 auto;
}

#shop-template-apto apto-footer .entries a:not(.mat-button-base), #shop-template-apto apto-footer .copyright {
    color: #ffffff !important;
}

@media only screen and (max-width: 768px) {
    #shop-template-apto apto-header .logo img {
        max-width: 100%;
    }
}