/* --- Colors --- */
:root {
    --main: #ee7d98;
    --main-light: #f5c05d;
    --main-dark: #222;
    --cookie: #222;
    --link-footer: #c9cbcf;
    --bg-banner: linear-gradient(96.26deg, #70C0B5 0%, #81BE9F 101.22%);
    --bs-link-color-rgb: white;
    --bs-link-hover-color-rgb: var(--main)!important;
    --fish-primary-color: #ee7d98;
}
.fish_product--wrapper .fish_product--price {
    color: var(--main)!important;
}
@media (min-width: 768px) {
    .fish_custom--navbar .navbar-brand {
        width: 164px;
    }
}
.navbar-brand img, .fish_custom--navbar .navbar-brand {
    width: 200px;
}
.fish_custom--navbar, .fish-area-header {
    background: #ededed;
}
