.product-page-right-box {
    margin-top: calc(var(--spacer) * 2);
}

.product-addtocart-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.text-minimum {
    margin-top: 10px;
}

.quantity-to-cart {
    margin: 0 5px 0 5px;
    max-width: 50px;
    border: 1px solid var(--bs-border-color);
    height: 38px;
    padding: 0 0 0 10px;
}

.product_table_addtocartbtn .button-add-to-cart {
    font-size: 1rem;
    font-weight: 700;
    padding: 16px;
    line-height: 1.3;
}

.product-page-top {
    margin-bottom: 20px;
}

.position-5-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-page-right {
    font-size: 0.75rem;
}

.product-parameters {
    margin-bottom: 0;
}

.product-parameter td {
    padding: 6px 0;
    border: 0;
}

.position-1-wrapper {
    padding-top: 25px;
}

.product-image__main-wrapper:not(.slick-initialized) .product-image__main-link:not(:first-of-type) .product-image__main-img {
    display: none;
    height: 0;
}

.product-image__main-video:not(.slick-slide) {
    display: none;
}

.product-page-left .slick-arrow {
    --slick-arrow-size: 10px;
    --slick-arrow-width: 2px;
}

.product-image__main-wrapper .slick-arrow {
    background-color: rgba(255, 255, 255, 0.6);
    color: #141414;
    transition: all 0.2s ease;
    opacity: 1;
}

.product-image__main-wrapper .slick-arrow.slick-disabled {
    opacity: 0;
}

.product-image__main-wrapper .slick-arrow:not(.slick-disabled):hover {
    background-color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 1400px) {

    .product-page-right {
        margin-top: 5px;
        padding-left: 40px;
    }

    .product-addtocart-wrapper {
        gap: 30px;
    }

    .product-parameter td.product-parameter__label {
        width: 35%;
    }

    .quantity-to-cart {
        margin: 0 5px 0 10px;
        max-width: 60px;
    }

    .product-page-right .product_table_addtocartbtn .button-add-to-cart {
        padding: 16px 40px;
    }

    .position-5-wrapper {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .product-page-top {
        margin-bottom: calc(var(--gutter) * 3);
    }
}

@media (min-width: 1200px) {
    .product-page-body .main-content .module {
        margin-top: 90px;
    }

    .product-image__main-wrapper .slick-next {
        right: 15px;
    }

    .product-image__main-wrapper .slick-prev {
        left: 15px;
    }
}
