* {
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: Grandis Extended;
    src: url("../font/GrandisExtended-Regular.woff2");
}

@font-face {
    font-family: Grandis Extended Bold;
    src: url("../font/GrandisExtended-Bold.woff2");
}

@font-face {
    font-family: Grandis Extended Medium;
    src: url("../font/GrandisExtended-Medium.woff2");
}

*,
a {
    text-decoration: none !important;
}

.nightfallHeader {
    font-size: 32px;
    color: #000;
    font-family: "Grandis Extended Bold";
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 40px;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 90px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

.header a {
    color: #000;
    font-family: "Grandis Extended Bold";
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    text-decoration: none;
    line-height: normal;
}

.header .links {
    display: flex;
    align-items: center;
    gap: 54px;
}

.footer {
    /*position: relative;*/
    /*z-index: 99999;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
    /*padding: 54px 60px 24px 60px;*/
}

.footer p,
.footer div {
    width: 33.333%;
}

.footerLinks {
    display: flex;
    gap: 56px;
    align-items: center;
    justify-content: flex-end;
}

.footer p {
    color: #000;
    font-family: "Grandis Extended Bold";
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-align: center;
}

.footer a {
    color: #000;
    font-family: "Grandis Extended Bold";
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-decoration: none;
}

/* qito nalt ku ti sheh heki qa jon font edhe * veq kto nindex lej  */

.d-flex {
    display: flex;
}

.justify-content-space-between {
    justify-content: space-between;
}

.add-to-cart {
    text-decoration: none;
    padding: 5px;
    margin-top: 10px;
    font-family: "Grandis Extended Bold";
}

.products {
    padding: 0 90px 0 90px;
    display: flex;
    align-items: center;
    row-gap: 43px;
    gap: 3%;
    flex-wrap: wrap;
    justify-content: center;
}

.products .product-permalink {
    width: 31.3%;
    margin-bottom: 45px;
}

.product {
    width: 100%;
}

.product img {
    height: 100%;
    max-height: 397px;
    object-fit: cover;
}

.cards-content {
    margin-top: 14px;
}

.pre-order-text {
    font-size: 12px;
    color: #000 !important;
    margin-bottom: 3px;
    margin-top: 4px;
    font-weight: 500;
    font-family: "Grandis Extended Medium";
}

.laterText {
    font-size: 12px;
    font-family: "Grandis Extended";
    color: #000 !important;
    margin-bottom: 15px;
    text-align: center;
}

.bolder {
    font-family: "Grandis Extended Bold";
    font-weight: bolder;
    color: #000 !important;
    text-transform: uppercase;
    text-align: center;
    margin-top: 40px;
}

.product img {
    width: 100%;
    aspect-ratio: 6/7;
    object-fit: cover;
    border-radius: 14px;
    transition: 0.4s;
}

.product img:hover {
    scale: 1.009;
}

.add-to-cart {
    display: none !important;
}

.productTitle {
    color: #000;
    font-size: 20px;
    font-family: "Grandis Extended Bold";
    text-decoration: none !important;
    border: none !important;
    margin-bottom: 5px !important;
}

.productPrice {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media screen and (max-width: 768px) {
    body {
        padding-top: 50px;
    }

    .products {
        padding-inline: 34px;
        row-gap: 20px;
    }

    .product {
        width: 49.5%;
    }

    .productTitle {
        font-size: 12px;
    }

    .productPrice {
        font-size: 12px;
    }

    /* qitu ja nis headeri edhe footeri per kto tjerat */
    .header {
        flex-direction: column;
        gap: 28px;
    }

    .footer p,
    .footer div,
    .footer p,
    .footer div {
        width: 100%;
    }

    .footer {
        padding-inline: 34px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding-bottom: 40px;
        gap: 28px;
    }

    .footer p {
        text-align: left;
    }

    .footer div {
        justify-content: flex-start;
    }

    /* qitu kryhet headeri edhe footeri per kto tjerat */
}

@media screen and (min-width: 1900px) {
    .header,
    .products,
    .footer,
    .nightfallHeader {
        padding-inline: 10%;
    }
}
