* {
    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");
}

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

.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 90px 24px 90px;
}

.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;
}

.swiper-slide .product-images {
    border-radius: 14px;
    max-width: 100%;
}

.swiper-slide{
    max-width: 100%;
}

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

.singleProduct {
    max-height: calc(100vh - 93.5px);
    /*min-height: calc(100vh - 93.5px);*/
    display: flex;
    align-items: flex-start;
    gap: 50px;
    /*padding: 0 60px 0 60px;*/
}

.sliderWrapper {
    width: 100%;
    max-width: 797px;
    /*width: calc(100% - 468px);*/
    position: relative;
}

.swiper-pagination {
    bottom: -30px !important;
}

.swiper-pagination-bullet {
    background-color: #d9d9d9 !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 100% !important;
    transition: 0.4s;
}

.productInfo {
    min-width: 300px;
    padding-right: 10px;
}

.singleProductTitle {
    color: #000;
    font-family: "Grandis Extended Bold";
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 24px;
}

.swiper-pagination-bullet-active {
    background-color: #000 !important;
    width: 38px !important;
    height: 10px !important;
    border-radius: 50px !important;
}

.singleProductDescription {
    color: #000;
    /*font-family: "Grandis Extended Light";*/
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.swiper-wrapper img {
    width: 100%;
    object-fit: cover;
    height: 500px;
}

.singleProductPrice {
    color: #000;
    font-family: "Grandis Extended Bold";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 27px;
    margin-top: 10px;
}

.buttons {
    display: flex;
    align-items: center;
    gap: 12px;
}

.button {
    border-radius: 9px;
    border: 1px solid #000;
    width: 55px;
    height: 28px;
    flex-shrink: 0;
    color: #000;
    background-color: #fff;
    font-family: "Grandis Extended";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    transition: 0.4s;
}

.button.active {
    background-color: #000;
    color: #fff;
}

.addCart {
    margin-top: 53px;
    width: 189px;
    height: 43px;
    flex-shrink: 0;
    border-radius: 9px;
    border: 1px solid #000;
    color: #000;
    font-family: "Grandis Extended";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    background-color: #fff;
    cursor: pointer;
    line-height: normal;
    text-align: center;
    padding: 10px;
    text-decoration: blink;
}


.single_add_to_cart_button {
    margin-top: 33px !important;
    margin-left: 10px;
    width: 100%;
    max-width: 256px;
    height: 43px !important;
    flex-shrink: 0 !important;
    border-radius: 9px !important;
    border: 1px solid #000 !important;
    color: #000 !important;
    font-family: "Grandis Extended" !important;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    background-color: #fff !important;
    cursor: pointer !important;
    line-height: normal !important;
}

@media screen and (max-width: 768px) {
    .singleProduct {
        padding-inline: 34px;
        row-gap: 20px;
        flex-direction: column;
        height: auto;
        max-height: unset;
    }

    .sliderWrapper {
        width: 100%;
    }

    .productInfo {
        margin-top: 87px;
    }

    .singleProductTitle,
    .singleProductPrice {
        font-size: 20px;
    }

    .singleProductDescription {
        font-size: 14px;
    }

    .button {
        font-size: 10px;
    }

    /* 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 */
}