.product-container {
    display: flex;
}

.product-page__header {
    width: 100%;
    justify-content: space-between;
    margin: 25px 0;
}

.product-page__header-breadcrumbs {
    width: 749px;
    max-width: 100%;
    flex-wrap: wrap;
}

.product-page__header-breadcrumbs a {
    color: #305988;
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
    letter-spacing: 0.5px;
}

.productActions {
    gap: 56px;
    margin-left: 56px;
}

.product-page__header-breadcrumbs a.back-link {
    color: #3C3C3B!important;
    text-transform: uppercase;
}

.product-page__header-breadcrumbs a:not(:last-of-type):after {
    content: '/';
    margin: 0 5px;
}

.product-header__back {
    margin-left: auto;
    width: fit-content;
    gap: 10px;
    justify-content: flex-end;
}

.product-header__back svg {
    transform: rotate(90deg);
    height: 8px;
    width: 8px;
}

.product-content__image img {
    width: 749px;
    max-width: 100%;
    border: 1px solid #EAEAEA;
}

.product-content__image div {
    width: 749px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

@media screen and (max-width:1024px) {
    .product-content__image {
        width: 100%;
    }

    .product-content__image img {
        width: 100%;
    }
}

.product-page__content {
    gap: 90px;
}

@media screen and (max-width:1024px) {
    .product-page__content {
        gap: 45px;
        flex-wrap: wrap;
    }
}

.product-page__info p {
    max-width: 490px;
}


@media screen and (max-width:1024px) {
    .product-page__info p {
        max-width: 100%;
    }
}

.product-page__info h3 {
    margin-bottom: 0;
}
.product-info__images {
    gap: 25px;
    margin-top: 25px;
    flex-wrap: wrap;
}
.product-info__images img {
    height: 123px;
    width: 123px;
    border: 1px solid #EAEAEA;
}

.product-info__cart {
    gap: 15px;
}

.product-info__cart input {
    border: 1px solid #EAEAEA;
    border-radius: 2px;
}

@media screen and (max-width:1024px) {
    .product-info__cart {
        justify-content: space-between;
    }

    .product-info__cart input {
        margin: 0;
    }
}

.product-info__cart button {
    background: #2B2B2A;
    color: #D9D9D9;
    padding: 17px;
    white-space: nowrap;
    width: auto;
}

.product-info__cart input {
    height: 60px; 
}

.product-stock-delivery {
    display: flex;
    padding: 25px 0;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 25px;
}

.product-stock-delivery .overline {
    margin: 0;
    padding: 0;
}

.product-list-compare {
    display: flex;
    border-top: 1px solid #EAEAEA; border-bottom: 1px solid #EAEAEA;
    align-items: center;
    margin-bottom: 30px;
}
.product-specifications {
    display: flex;
}
.product-specifications p {
    margin-top: 0px;
}
.bold {
    font-weight: 900;
}
.product-attributes {
    width: 188px;
}
.product-more-specifications {
    color: var(--color-pink);
}
.product-info-tabs {
    display: flex; 
    justify-content:space-evenly; 
    border-bottom: 1px solid #EAEAEA; 
    margin-bottom: 55px;
    margin-top: 107px;
}

.indicators {
    position: absolute;
}
@media screen and (max-width:1024px) {
    .product-info-tabs {
        flex-wrap: wrap;
        gap: 25px;
    }

    .product-info-nr-input {
        flex: 0 30%;
    }
    .product-info-text-input {
        flex: 1 70%;
        max-width: unset !important;
    }
    .product-info-button {
        flex: 1 100%;
    }

    .product-info__cart {
        flex-wrap: wrap;
    }
}

.active {
        color: #305988;
    }

.product-description-tab {
    margin: 0 auto; 
    width: 70%;
}

.product-download-tab {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}
.product-download-item {
    background: #F9F9F9;
    border: 1px solid #F9F9F9;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    height: 81px;
    max-width: 805px;
    display: flex;
    align-items: center;
}
.product-specification-tab {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(388px, 1fr));
    grid-column-gap: 25px;
    margin: 0 auto;
}
.product-specification-item {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
}
.product-machines-tab {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(388px, 1fr));
    grid-column-gap: 25px;
    margin: 0 auto;
}
.product-machines-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and (max-width:1024px) {
    .product-description-tab {
        width: 100%;
    }

    .product-specification-tab {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
}

.related-products {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    gap: 30px;
}

.related-products-container h6 {
   text-align:right;
}
.related-product {
    border: 1px solid #EAEAEA;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    background: #FAFAFC;
    margin-left: 15px;
    margin-right: 15px;
}
.related-products-container {
    margin-top: 187px;
}
.related-image {
    width: 388px;
    height: 388px;
    margin-bottom: 31px;
}
.related-product p {
    margin-left: 27px;
    text-align: left;
}
.related-product h5 {
    margin-bottom: 0px;
    margin-left: 27px;
}
.related-product h6 {
    margin-right: 24px;
    margin-left: auto;
}
.related-products-container h3 {
    color: #F9F9F9; 
    text-align: center; 
    padding-top:56px;
    margin-bottom: 51px;
}
.product-gradient-background {
    position: absolute;
    height: 40%; 
    width: 100%;
    background: linear-gradient(268.16deg, #A02753 1.99%, #305988 98.97%); z-index: -1;
}

.product-info-text-input {
    padding: 0 11px;
    max-width: 241px;
    border-radius: 2px;
}

.error-border {
    border-color: red !important;
}
.product-info-nr-input-container {
    border-radius: 2px;
    border: 1px solid #EAEAEA;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 109px !important;
    width: 100%;
}
.product-info-nr-input-container button {
    width: fit-content !important;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none !important;
    cursor: pointer;
    height: 100%;
    margin: 0 9px;
}
.product-info-nr-input {
    border: none !important;
    outline: none;
    width: 100%;
}

.product-info-button {
    height: 60px;
    border-radius: 2px;
}
.product-info-button svg {
    margin-right: 4px;
}
.product-info-button .button2 {
    color: #D9D9D9;
    font-weight: 400;
}

::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.444444px;
    color: #575757;
}

.readmore {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.4444443881511688px;
    margin-left: 5px;
}

.cart-btns-wrapper {
    margin: 20px;
    width: 100%;
}

.cart-btns-wrapper a.button2 {
    background: #2B2B2A;
    color: #D9D9D9;
    padding: 17px;
    white-space: nowrap;
    width: 150px;
}

.product-category, .product-category:hover, .product-category:active, .product-category:focus {
    color: #3C3C3B;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.917px;
    text-transform: uppercase;
}

.product-content__image {
    width: 50%;
}

.product-page__info {
    width: 35%;
}

.product-name-price {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-price {
    align-self: center;
}

.product-price h4 {
    margin: 0;
    font-weight: 600;
}

.product-price span {
    color: #595959;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.4px;
}

@media screen and (max-width:1024px) {
    .product-content__image {
        width: 100%;
    }

    .product-page__info {
        width: 100%;
    }
}