@font-face {
    font-family: 'Helvetica';
    src: url('/magaza-22/public/Helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('/magaza-22/public/helvetica-light-587ebe5a59211.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('/magaza-22/public/Helvetica-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('/magaza-22/public/Helvetica-Oblique.ttf') format('truetype');
    font-weight: normal;
    font-style: oblique;
}

@font-face {
    font-family: 'Helvetica';
    src: url('/magaza-22/public/Helvetica-BoldOblique.ttf') format('truetype');
    font-weight: bold;
    font-style: oblique;
}

@font-face {
    font-family: 'Helvetica Rounded';
    src: url('/magaza-22/public/helvetica-rounded-bold-5871d05ead8de.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Compressed';
    src: url('/magaza-22/public/helvetica-compressed-5871d14b6903a.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'Helvetica', Arial, sans-serif;
}

.logo {
    max-width: 140px;
    max-height: 36px;
}

.storeNotice {
    opacity: 0;
    transition: opacity 0.3s ease;
}

h5.storeNotice {
    background-color: var(--primaryColor);
    color: white;
    padding: 12px;
    font-size: .68em;
    letter-spacing: .15em;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    line-height: 1.4;
}

header .offcanvas-body.justify-content-end {
    justify-content: center !important
}

header nav>.container {
    min-height: 70px;
}

.menu>ul>li>a {
    font-size: .78em;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #111;
    transition: opacity .2s ease;
    ;
    padding: 12px 4px;
    min-height: 70px;
}

#slider .img-fluid {
    width: 100%;
}

.carousel-caption {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;

    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
}

.carousel-caption h5 {
    font-size: 55px;
    font-weight: 300;
    letter-spacing: -.03em;
    text-transform: none;
    line-height: 1.05;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.carousel-caption * {
    max-width: 550px !important;
}

.slideButton {
    background-color: transparent !important;
    border-color: white !important;
    display: inline-block;
    margin-top: var(--spacing-lg);
    padding: .75rem 2rem;
    border: 1px solid rgba(255, 255, 255, .7);
    color: #fff;
    background: transparent;
    font-size: .78em;
    font-weight: 400;
    letter-spacing: .12em;
    transition: background .2s, border-color .2s;
    border-radius: 0;
}