@font-face {
    font-family: "Gothic";
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/ITCAvantGardeStd-Bold.woff2") format("woff2");
}
@font-face {
    font-family: "Gothic";
    font-weight: 500;
    font-style: normal;
    src: url("../fonts/ITCAvantGardeStd-Md.woff2") format("woff2");
}
@font-face {
    font-family: "Gothic Bold";
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/ITC-Avant-Garde-Gothic-Std-Bold.woff2") format("woff2");
}
@font-face {
    font-family: "MinionPro";
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/MinionPro-Regular.woff2") format("woff2");
}
@font-face {
    font-family: "Poppins";
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/Poppins-Bold.woff2") format("woff2");
}
@font-face {
    font-family: "SignPainter";
    font-weight: 600;
    font-style: italic;
    src: url("../fonts/SignPainter-HouseBrush.woff2") format("woff2");
}
@font-face {
    font-family: "SignPainter";
    font-weight: 700;
    font-style: italic;
    src: url("../fonts/SignPainter-HouseSlant.woff2") format("woff2");
}
@font-face {
    font-family: "TempoStd";
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/TempoStd-HeavyCondensed.woff2") format("woff2");
}
@font-face {
    font-family: "TempoStd";
    font-weight: 700;
    font-style: italic;
    src: url("../fonts/TempoStd-HeavyCondensedIt.woff2") format("woff2");
}
html {
    font-size: 62.5%;
    position: relative;
    background-color: #000000;
    overflow-x: hidden;
}
html.noscroll {
    overflow-y: hidden;
}
body {
    font-family: "Gothic", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    position: relative;
    background-color: #000000;
    color: #1d1d1b;
    overflow-x: hidden;
    background-size: 190%;
    min-height: 100vh;
}
body::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 500px;
    z-index: 0;
    background: #000;
    background: -moz-linear-gradient(180deg, #000 0%, #000 20%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(180deg, #000 0%, #000 20%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, #000 0%, #000 20%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}
@media (min-width: 576px) {
    body {
        background-size: 120%;
    }
}
@media (min-width: 768px) {
    body {
        background-size: 80%;
    }
}
@media (min-width: 1700px) {
    body {
        background-size: 60%;
    }
}
body.endpage {
    background-image: none;
    background-color: #000000;
    min-height: 100vh;
}
body.endpage::before {
    display: none;
}
#page {
    min-height: 100vh;
    margin: 0;
    z-index: 1;
    position: relative;
}
.endpage #page {
    padding: 3rem 1rem 1.5rem;
}
.main {
    position: relative;
}
img {
    pointer-events: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
}
h1 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: "Gothic Bold";
    font-weight: 700;
    font-size: 3rem;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 2px;
}
@media (min-width: 768px) {
    h1 {
        font-size: 5.5rem;
    }
}
h2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 120%;
}
h3 {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 120%;
}
h4 {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 120%;
}
h5 {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 120%;
}
p {
    font-size: 1.3rem;
    font-weight: 400;
}
.lead {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 400;
}
.small {
    font-size: 1.2rem;
    font-weight: 400;
}
.medium {
    font-size: 1.3rem;
    font-weight: 500;
}
strong {
    font-weight: 700;
}
.footer {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    color: #fff;
    flex-wrap: wrap;
}
.footer img {
    max-height: 40px;
    width: auto;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer-end {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    font-size: 1.3rem;
}
@media (min-width: 768px) {
    .footer-end {
        font-size: 1.6rem;
    }
}
.footer-end span {
    color: #fff;
}
.footer-end a {
    color: #fff;
    text-decoration: none;
}
.front__headline {
    width: 100%;
}
.front__subtitle {
    width: 100%;
    margin-top: -10px;
}
.front__row {
    padding: 0 2rem;
}
.front__row > div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.front__product {
    width: 100%;
    height: auto;
}
.front__flashSale {
    position: relative;
}
.front__flashSale--img {
    width: 70%;
}
@media (min-width: 768px) {
    .front__flashSale--img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin: 0 auto;
        height: auto;
    }
}
.end {
    background-color: #000000;
    color: #fff;
}
.end__logo {
    display: block;
    margin: 5rem auto;
    max-width: 650px;
    width: 100%;
}

@media (min-width: 992px) {
    .front .container {
        max-width: 960px !important;
    }
}

.footer__top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.footer__headline {
    text-transform: uppercase;
    font-family: "Gothic Bold";
    font-size: 3rem;
    margin: 1rem 0 0 0;
    line-height: 1;
}

.footer__socials {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}

.footer__socials a {
    display: block;
}

.footer__socials a img {
    width: auto;
    height: 35px;
    position: relative;
    display: block;
    pointer-events: none;
}

@media (max-width: 576px) {
    .footer__top {
        flex-direction: column;
    }
    .footer__socials {
        flex-wrap: wrap;
    }
}