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

@media screen and (max-width: 390px) {
    .product-description-footer__image img {
        width: 100%;
        height: auto;
    }
}

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

.item-card-customer-rating {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.item-card-customer-rating-head {
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.item-card-customer-rating-title {
    margin: 0;
    color: #ffffff;
    font-family: Buyan, sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 128%;
    text-transform: uppercase;
}

.item-card-customer-rating-score {
    color: #ffffff;
    font-family: Buyan, sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 128%;
    text-transform: uppercase;
    align-self: center;
}

.item-card-customer-rating-head-star {
    align-self: center;
    width: 35px;
    height: 35px;
    margin-left: 4px;
    margin-bottom: 8px;
    flex-shrink: 0;
}

.item-card-customer-rating-stars {
    display: flex;
}

.item-card-customer-rating-stars svg {
    width: 87px;
    height: 88px;
}

.item-card-customer-rating-items {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.item-card-customer-rating-breakdown-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.item-card-customer-rating-breakdown-stars {
    display: flex;
    flex-shrink: 0;
    gap: 6px;
}

.item-card-customer-rating-breakdown-stars svg {
    width: 16px;
    height: 16px;
}

.item-card-customer-rating-breakdown-bar {
    background-color: #7e7e7e;
    height: 3px;
    max-width: 212px;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.item-card-customer-rating-breakdown-bar-fill {
    background-color: #ffcc8f;
    height: 3px;
    border-radius: 6px;
    transition: width 0.3s ease;
}

.item-card-customer-rating-breakdown-count {
    color: #ffffff;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 128%;
    text-transform: uppercase;
}

@media screen and (max-width: 1070px) {
    .item-card-customer-rating-breakdown-bar {
        max-width: 204px;
    }

    .item-card-customer-rating-breakdown-bar-fill {
        height: 2px;
    }
}

@media screen and (max-width: 1025px) {
    .item-card-customer-rating-stars svg {
        width: 60px;
        height: 61px;
    }
}

@media screen and (max-width: 768px) {
    .item-card-customer-rating {
        margin-top: 20px;
    }

    .item-card-customer-rating-stars svg {
        width: 31px;
        height: 31px;
    }
}

@media screen and (max-width: 600px) {
    .item-card-customer-rating {
        margin-top: 27px;
    }

    .item-card-customer-rating-head {
        gap: 8px;
    }

    .item-card-customer-rating-title {
        font-size: 40px;
    }

    .item-card-customer-rating-score {
        font-size: 35px;
    }

    .item-card-customer-rating-head-star {
        width: 35px;
        height: 35px;
        margin-bottom: 4px;
    }

    .item-card-customer-rating-stars svg {
        width: 65px;
        height: 65px;
    }

    .item-card-customer-rating-breakdown-bar {
        max-width: 100%;
        height: 2px;
    }

    .item-card-customer-rating-breakdown-bar-fill {
        height: 2px;
    }

    .item-card-customer-rating-breakdown-stars svg {
        width: 18px;
        height: 18px;
    }

    .item-card-customer-rating-breakdown-count {
        font-size: 20px;
    }
}