.product-page-title-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.product-page-title-image-section {
    display: flex;
    width: 30%;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.product-page-title-image {
    width: 100%;
    padding: 0 40px;
}

.product-page-title-image .lSSlideWrapper {
    height: 245px;
}

.no-product-image-lightslider-block {
    display: flex;
    justify-content: center;
}

.note-text {
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border: 1px solid #FEF3F2;
    background: #FEF3F2;
}

.note-text img {
    width: 24px;
    height: 24px;
}

.note-text p {
    color: #414651;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}

.product-page-title {
    width: 45%;
    display: flex;
    padding-top: 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.brand-logo .brand_image {
    max-width: 72px;
    max-height: 72px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.heading-product,
.product-page-title .description-text p,
.product-additional-info p {
    color: #101828;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.heading-product {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.border-line {
    width: 100%;
    height: 1px;
    margin: 0 auto;
    background-color: #D2D5DB;
}

.product-info-section {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
}

.download-step-file-title-part {
    width: 217px;
    background-color: #FEF3F2;
    border: 1px solid #FEF3F2;
    display: flex;
    justify-content: center;
    gap: 16px;
    padding: 8px 14px;
    box-shadow: 0px 1px 2px 0px #0A0D120D;

}

.download-step-file-title-part a {
    text-decoration: none;
}

.download-step-file-title {
    display: flex;
    gap: 4px;
}

.choose-item-part {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.download-step-file-title span,
.download-step-file-title-part a span {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: #D92D20;
}

.dropdown-menu-files {
    background: #fff;
    border: 1px solid #E5E7EA;
    box-shadow: 0px 32px 64px -12px #0A0D1224;
    width: 217px;
    position: absolute;
    top: 91%;
    left: 0;
    margin-top: 5px;
    list-style: none;
    border-radius: 0;
    padding: 0;
    z-index: 55;
}

.dropdown-menu-files li {
    padding: 5px 16px;
}

.dropdown-menu-files li:not(:last-child) {
    border-bottom: 0.5px solid #9EA2AE;
}

.dropdown-menu-files li a {
    text-decoration: none;
    color: #000000;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
}

.dropdown-menu li a:hover {
    color: #007bff;
}

.product-additional-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-additional-info p {
    margin: 0;
    padding-top: 0;
    font-weight: 500;
}

.product-additional-info .images-star {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-additional-info .images-star .images-stars-section {
    display: flex;
    align-items: center;
    gap: 7px;
}

.product-additional-info .images-star .images-stars-section .review-text,
.product-additional-info p b {
    color: #535B62;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-right: 8px;
}

.send-review {
    color: #717BBC;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.send-review:active,
.send-review:hover,
.send-review:focus {
    color: #717BBC;
}

.feedback-print-section {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.print-share-section {
    display: flex;
    height: 32px;
    justify-content: flex-end;
    align-items: center;
    gap: 18px;
}

.print-share-section .print-section,
.print-share-section .share-section {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    cursor: pointer;
    border: 1px solid #FEF3F2;
    background: #FEF3F2;
    box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
}

.print-share-section .print-section span,
.print-share-section .share-section a {
    color: #535B62;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.print-share-section .share-section a:hover,
.print-share-section .share-section a:active,
.print-share-section .share-section a:focus {
    text-decoration: none;
}

.print-share-section .print-section img,
.print-share-section .share-section img {
    width: 20px;
    height: 20px;
}

.product-page-price-part {
    display: flex;
    flex-direction: column;
    width: 20%;
    padding: 16px 0;
    align-items: flex-start;
    gap: 32px;
}

.availibilty-part {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.price-part {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    align-self: stretch;
}

.price-part .avalibilty-text,
.price-part .price .each {
    color: #535B62;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.price-part .price b {
    color: #101828;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.price-part .price .each {
    font-size: 18px;
    line-height: 28px;
}

.price-part .t-green {
    color: #027A48;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.price-part .ships_days {
    color: #101828;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.quantity-wrapper {
    display: flex;
    align-items: center;
    gap: 0;
}

.quantity-wrapper button {
    width: 28px;
    height: 28px;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: #f3f3f3;
    touch-action: manipulation;
}

.quantity-wrapper input {
    height: 28px;
    width: 37px;
    padding: 0;
    text-align: center;
    border: none;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent !important;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #0C1221;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.quantity-wrapper input::-webkit-outer-spin-button,
.quantity-wrapper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity-price-section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.add-product {
    display: flex;
    height: 28px;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border: 1px solid #D92D20;
    background: #D92D20;
    box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.specification-part,
.related-items-section {
    margin-top: 48px;
}

.specification-part {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.specification-content {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 20px;
}

.specification-block {
    width: 50%;
}

.specification-row {
    width: 100%;
    min-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.specification-row:nth-child(even) {
    background-color: #F3F4F8;
}

.specification-label,
.specification-value {
    width: 48%;
    display: flex;
    padding: 4px 48px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    word-break: break-all;
}

.specification-value {
    padding: 0 48px 0 64px;
}

.specification-label p,
.specification-value p {
    text-align: left;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    text-transform: capitalize;
}

.specification-label p {
    color: #333;
    font-weight: 600;
}

.specification-value p {
    color: #4E5BA6;
    font-weight: 500;
}

.related-literature-section {
    display: flex;
    width: 100%;
    padding: 24px;
    align-items: center;
    margin-top: 48px;
    gap: 48px;
    background: #F3F4F8;
}

.related-literature-section h2,
.related-literature-section a {
    color: #101828;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.related-literature-section a {
    color: #D92D20;
    text-align: center;
    font-weight: 500;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.related-literature-slider {
    width: 78%;
    display: flex;
    align-items: center;
    gap: 16px;
}

.related-literature-viewport {
    flex: 1;
    overflow: hidden;
}

.related-literature-track {
    display: flex;
    align-items: center;
    gap: 16px;
    transform: translateX(0);
    transition: transform 0.25s ease;
}

.related-literature-item {
    flex: 0 0 auto;
}

.literature-nav {
    border: none;
    background: transparent;
}

.literature-nav img {
    width: 28px;
    height: 28px;
}

.literature-nav:disabled {
    opacity: 0.5;
}

.related-items-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.specification-part h2,
.related-items-section h2 {
    color: #101828;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
}

.related-items-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(288px, 1fr));
    justify-content: center;
    gap: 24px;
    align-self: stretch;
}

.related-item {
    display: flex;
    width: 288px;
    min-height: 380px;
    padding: 8px 16px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border: 0.7px solid #D2D5DB;
}

.title-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.logo-section {
    display: flex;
    justify-content: center;
}

.related-item-image {
    display: flex;
    height: 132px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.related-item-title,
.related-item-price-part span,
.related-item-price-part p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.related-item-title {
    width: 100%;
    color: #4E5BA6;
    font-weight: 500;
    text-decoration: none;
    text-align: left;
}

.related-item-title:hover,
.related-item-title:focus,
.related-item-title:active,
.related-item-title:visited {
    color: #4E5BA6;
    text-decoration: none;
}

.related-item-availibility-part {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.related-item-price-part {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.related-item-price-part span,
.related-item-price-part p {
    color: #717B80;
}

.related-item-price-part p {
    color: #101828;
    font-weight: 500;
}

.related-item-price-part .t-black {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.related-item-price-part .t-green {
    color: #027A48;
    font-weight: 500;
}

.related-item .quantity-price-section {
    padding: 4px 0;
}

.add-related-product {
    display: flex;
    width: 106px !important;
    height: 28px;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.add-related-product-print {
    display: none;
}

.add-related-product span {
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.add-related-product img {
    width: 16px;
    height: 16px;
}

.product-image-print-block {
    display: none;
}

@media screen and (min-width: 769px) and (max-width: 930px) {
    .product-page-title-section {
        flex-direction: column;
    }

    .product-page-title-image-section,
    .product-page-title,
    .product-page-price-part {
        width: 100%;
    }

    .product-page-title-image-section {
        height: auto;
    }

    .product-page-title {
        padding-top: 24px;
    }

    .product-page .add-related-product {
        width: 106px !important;
    }
}

@media print {
    @page {
        size: A4;
        margin: 3mm;
    }

    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    .product-image-print-thumbs {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        margin-top: 12px;
    }

    .product-image-print-thumb {
        width: 44px;
        height: 44px;
        object-fit: contain;
        padding: 2px;
    }

    .product-image-lightslider-block {
        display: none !important;
    }

    .product-image-print-block {
        display: block !important;
    }

    .print_no,
    .print-share-section,
    .feedback-section,
    .desktop-version,
    .modal,
    footer,
    .send-review,
    .download-step-file,
    .related-items-section,
    .related-literature-section,
    .owl-carousel,
    .d-inline.d-md-none,
    .add-related-product,
    .quantity-wrapper {
        display: none !important;
    }

    .product-page-title-image-section {
        width: 30% !important;
        gap: 16px !important;
    }

    .quantity-price-section {
        justify-content: end !important;
    }

    .specification-row:nth-child(even),
    .quantity-wrapper button {
        background: #f3f4f8 !important;
        color: #f3f4f8 !important;
    }

    .specification-block-print-offset .specification-row:nth-child(even) {
        background: transparent !important;
    }

    .specification-block-print-offset .specification-row:nth-child(odd) {
        background: #f3f4f8 !important;
    }

    .note-text {
        width: 282px !important;
        height: 70px !important;
        background: #fdf1f2 !important;
        color: #fdf1f2 !important;
    }

    .product-page-price-part .add-cart,
    .add-related-product {
        background: #ea1d20 !important;
        border-color: #ea1d20 !important;
        color: #fff !important;
    }

    .container-fluid.product-page {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 20px !important;
        background: #fff !important;
    }

    .product-page-title-section {
        display: flex !important;
        gap: 24px !important;
        margin-top: 14px;
    }

    .product-page-title {
        width: 50% !important;
    }

    .product-page-price-part {
        width: 20% !important;
        gap: 14px !important;
    }

    .product-page-title-image {
        width: 100% !important;
        padding: 0 48px !important;
    }

    .brand-logo .brand_image {
        width: 100%;
        max-width: 102px !important;
        max-height: 44px !important;
    }

    .heading-product {
        font-size: 18px !important;
        font-weight: 700 !important;
        line-height: 28px !important;
        margin: 0 !important;
    }

    .product-page-title .description-text,
    .product-additional-info p {
        color: #101828 !important;
        font-size: 16px !important;
        line-height: 24px !important;
        margin: 0 !important;
    }

    .note-text {
        margin-left: 48px !important;
        margin-top: 16px !important;
        border: 1px solid #f3e5e6 !important;
        gap: 8px;
    }

    .note-text p {
        font-size: 12px !important;
        line-height: 18px !important;
        color: #414651 !important;
    }

    .review-part,
    .images-star,
    .images-stars-section {
        display: flex !important;
        align-items: center !important;
        gap: 6px !important;
    }

    .review_image {
        width: 14px !important;
        height: 14px !important;
        object-fit: contain;
    }

    .product-additional-info p b,
    .review-text,
    .review-text span,
    .price-part .avalibilty-text {
        font-size: 16px !important;
        color: #535B62 !important;
        line-height: 24px !important;
    }

    .price-part .price b,
    .price-part .t-green,
    .price-part .ships_days {
        font-size: 16px !important;
        line-height: 24px !important;
        font-weight: 500 !important;
    }

    .price-part .price b {
        font-size: 18px !important;
        font-weight: 600 !important;
    }

    .price-part .t-green {
        color: #027A48 !important;
    }

    .price-part .price .each {
        margin-left: 4px !important;
        color: #535b62 !important;
    }

    .quantity-price-section {
        margin-top: 8px;
    }

    .quantity-wrapper input {
        width: 37px !important;
        font-size: 16px !important;
        font-weight: 600 !important;
    }

    .add-related-product-print {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 106px !important;
        height: 28px !important;
        padding: 8px 14px !important;
        font-size: 15px !important;
    }

    .add-related-product-print span {
        font-size: 14px !important;
        font-weight: 600 !important;
        color: #fff !important;
    }

    .add-related-product-print img {
        width: 16px !important;
        height: 16px !important;
    }

    .specification-content {
        display: flex !important;
        flex-direction: column !important;
        gap: 14px !important;
    }

    .specification-block {
        width: 100% !important;
        margin-bottom: 0;
    }

    .specification-part {
        margin-top: 42px !important;
        gap: 12px !important;
    }

    .specification-part h2 {
        font-size: 24px !important;
        line-height: 32px !important;
        margin: 0 !important;
    }

    .specification-label,
    .specification-value {
        padding: 10px 14px !important;
    }

    .specification-label p,
    .specification-value p {
        font-size: 16px !important;
        line-height: 24px !important;
        font-weight: 600 !important;
        color: #101828 !important;
    }

    .specification-value p {
        font-weight: 500 !important;
        color: #4E5BA6 !important;
    }
}