@media (max-width: 576px) {
    .product-details-container {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }

    .breadcrumb-top-container {
        margin-top: -1rem;
        padding: 1rem 1rem;
    }

    .breadcrumb-item,
    .breadcrumb-item a,
    .breadcrumb-item a span {
        font-size: 0.75rem;
    }

    .product-details-card-padding-x {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .product-image-carousel-indicator {
        width: 32px;
        height: 32px;
        padding: 6px;
    }

    .product-image-carousel-indicator.previous {
        left: -14px;
    }

    .product-image-carousel-indicator.next {
        right: -14px;
    }

    .product-image {
        width: 64px;
        height: 64px;
    }

    .add-to-whishlist span,
    .share-container .share-title {
        font-size: 0.8rem;
        font-weight: 700;
    }

    .product-details-footer {
        border-radius: 0;
        border: none;
        background: var(--Gray-00);
        padding: 0;
    }

    .qos-container {
        padding: 1rem 1rem 1rem 0;
        border-bottom: 1px solid var(--Stroke-1);
    }

    .qos-container span {
        color: var(--Functional-greys-grey-80);
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 600;
        line-height: 1.25rem;
        /* 142.857% */
    }

    .product-description-title {
        padding: 0;
        margin-top: 1.5rem;
        border-bottom: none;
        border-top: none;
        color: var(--Functional-greys-grey-80);
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 700;
        line-height: 170%;
        /* 1.4875rem */
        text-transform: none;
    }

    .product-description {
        border-radius: 0;
        border-bottom: none;
        padding: 0;
        color: var(--Functional-greys-grey-80);
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 170%;
        /* 1.4875rem */
    }

    .see-more-description {
        color: var(--Secondary-500);
        text-align: center;
        font-size: 0.7rem;
        font-style: normal;
        font-weight: 700;
        line-height: 170%;
        /* 1.275rem */
        margin-top: 0.25rem;
        margin-bottom: 0;
        cursor: pointer;
    }
}

@media (min-width: 577px) and (max-width: 767px) {
    .product-details-container {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }

    .breadcrumb-top-container {
        margin-top: -1rem;
        padding: 1rem 3rem;
    }

    .breadcrumb-item,
    .breadcrumb-item a,
    .breadcrumb-item a span {
        font-size: 0.75rem;
    }

    .product-details-card-padding-x {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .product-image-carousel-indicator {
        width: 32px;
        height: 32px;
        padding: 6px;
    }

    .product-image-carousel-indicator.previous {
        left: -14px;
    }

    .product-image-carousel-indicator.next {
        right: -14px;
    }

    .product-image {
        width: 64px;
        height: 64px;
    }

    .add-to-whishlist span,
    .share-container .share-title {
        font-size: 0.8rem;
        font-weight: 700;
    }


    .product-details-footer {
        border-radius: 0;
        border: none;
        background: var(--Gray-00);
        padding: 0;
    }

    .qos-container {
        padding: 1rem 1rem 1rem 0;
        border-bottom: 1px solid var(--Stroke-1);
    }

    .qos-container span {
        color: var(--Functional-greys-grey-80);
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 600;
        line-height: 1.25rem;
        /* 142.857% */
    }

    .product-description-title {
        padding: 0;
        margin-top: 1.5rem;
        border-bottom: none;
        border-top: none;
        color: var(--Functional-greys-grey-80);
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 700;
        line-height: 170%;
        /* 1.4875rem */
        text-transform: none;
    }

    .product-description {
        border-radius: 0;
        border-bottom: none;
        padding: 0;
        color: var(--Functional-greys-grey-80);
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 170%;
        /* 1.4875rem */
    }

    .see-more-description {
        color: var(--Secondary-500);
        text-align: center;
        font-size: 0.7rem;
        font-style: normal;
        font-weight: 700;
        line-height: 170%;
        /* 1.275rem */
        margin-top: 0.25rem;
        margin-bottom: 0;
        cursor: pointer;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .product-ratings strong,
    .product-ratings span {
        font-size: .65rem;
    }

    .qos-container span {
        font-size: .65rem;
    }

    .payment-aggregator-container img:nth-child(1) {
        width: 48px;
    }

    .payment-aggregator-container img:nth-child(2) {
        width: 24px;
    }

    .payment-aggregator-container img:nth-child(3) {
        width: 58px;
    }

    .payment-aggregator-container img:nth-child(4) {
        width: 32px;
    }

    .payment-aggregator-container img:nth-child(5) {
        width: 40px;
    }

    .payment-aggregator-container img:nth-child(6) {
        width: 68px;
    }
}