
/* Hack: Header überdeckt den checkout */

.fixed-top {
    z-index: 1000 !important;
}

/* tmp: Primärfarbe overwrite */
:root {
    --fairmate-color-primary: rgba(76, 86, 144, 1);
}

/* Platzierung des Shop Content */
@media all and (min-width: 1475px) {
    .fm-shopv3-container {
        margin:0 calc((100% - 1365px)/2) !important;
    }
}

@media all and (min-width: 769px) {
    .fm-shopv3-container {
        margin-left:55px;
        margin-right: 55px;
    }
}

@media all and (max-width: 768px) {
    .fm-shopv3-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
/* /Platzierung */
