/* Product Description */
.product-description {
    margin: 75px 0 25px 0;
    font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 900px) {
    .product-description {
        margin: 39px 0 18px 0;
    }
}

@media screen and (max-width: 600px) {
    .product-description {
        margin: 39px 0 7px 0;
    }
}

/* Header */
.product-description-header {
    max-width: 1116px;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 1280px) {
    .product-description-header {
        padding: 0 15px;
    }
}

@media screen and (max-width: 900px) {
    .product-description-header {
        padding: 0 30px;
    }
}

@media screen and (max-width: 515px) {
    .product-description-header {
        padding: 0 14px;
    }
}

.product-description-header__title, .product-description-main__title, .product-description-footer__title {
    font-family: 'Buyan', sans-serif;
    font-weight: 700;
    font-size: 92px;
    line-height: 105%;
    margin-bottom: 47px;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (max-width: 900px) {
    .product-description-header__title, .product-description-main__title, .product-description-footer__title {
        font-size: 60px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 600px) {
    .product-description-header__title, .product-description-main__title, .product-description-footer__title {
        font-size: 45px;
        margin-bottom: 21px;
    }
}

.product-description-header__image {
    display: block;
    width: 100%;
}

.product-description-header__img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Main Section */
.product-description-main {
    margin-top: 80px;
}

@media screen and (max-width: 900px) {
    .product-description-main {
        margin-top: 37.92px;
    }
}

@media screen and (max-width: 600px) {
    .product-description-main {
        margin-top: 36px;
    }
}

.product-description-main__title {
    margin-bottom: 24px;
}

@media screen and (max-width: 900px) {
    .product-description-main__title {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 600px) {
    .product-description-main__title {
        margin-bottom: 19px;
    }
}


/* Sections */
.product-description-sections {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

@media screen and (max-width: 900px) {
    .product-description-sections {
        gap: 20px;
    }
}

.product-description-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #fff;
}

@media screen and (max-width: 900px) {
    .product-description-section {
        gap: 5px;
    }
}

.product-description-section__title {
    font-family: 'Buyan', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 128%;
    text-transform: uppercase;
}

@media screen and (max-width: 900px) {
    .product-description-section__title {
        font-size: 35px;
    }
}

@media screen and (max-width: 600px) {
    .product-description-section__title {
        font-size: 35px;
    }
}

.product-description-section__text {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    white-space: pre-wrap;
}

@media screen and (max-width: 900px) {
    .product-description-section__text {
        font-size: 14px;
    }
}

/* Footer */
.product-description-footer {
    margin-top: 80px;
}

@media screen and (max-width: 900px) {
    .product-description-footer {
        margin-top: 55px;
    }
}

@media screen and (max-width: 600px) {
    .product-description-footer {
        margin-top: 57px;
    }
}

.product-description-footer__title {
    margin-bottom: 0;
}

@media screen and (max-width: 900px) {
    .product-description-footer__title {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 600px) {
    .product-description-footer__title {
        margin-bottom: 0;
    }
}

.product-description-footer__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 23px 103px;
}

@media screen and (max-width: 900px) {
    .product-description-footer__grid {
        gap: 10px 20px;
    }
}

@media screen and (max-width: 600px) {
    .product-description-footer__grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
}


.product-description-footer__item {
    color: #fff;
}

.product-description-footer__image {
    width: auto;
    height: 300px;
    margin-bottom: 7px;
}

@media screen and (max-width: 900px) {
    .product-description-footer__image {
        height: 195px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 600px) {
    .product-description-footer__image {
        height: 232px;
        margin-bottom: 0;
    }
}

.product-description-footer__image img {
    width: auto;
    height: 100%;
}

.product-description-footer__item-title {
    font-family: 'Buyan', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 128%;
    text-transform: uppercase;
    margin-bottom: 5px;
}

@media screen and (max-width: 900px) {
    .product-description-footer__item-title {
        font-size: 40px;
        margin-bottom: 1px;
    }
}

@media screen and (max-width: 600px) {
    .product-description-footer__item-title {
        font-size: 35px;
    }
}

.product-description-footer__item-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    white-space: pre-wrap;
}

@media screen and (max-width: 900px) {
    .product-description-footer__item-text {
        font-size: 14px;
    }
}
