.bakery-info-line {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 101;
    background: var(--color-primary, #332F2A);
    color: #fff;
    padding: 8px 16px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}

.bakery-info-line__content {
    max-width: 1140px;
    margin: 0 auto;
    line-height: 1.4;
}
