body{
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

#product-part{
    padding: 50px 0 70px 0;
    background-color: #161616;
}

#product-part .col:not(.product-to-cart .col), #product-part .row{
    padding: 0;
    height: fit-content;
}

#product-part .container .row .col:first-child #image-part{
    width: calc(100% - 40px);
    height: 50vh;
    background-size: cover;
    padding-right: 40px;
    margin-bottom: 30px;
}

#product-part .container .row .col:first-child:not(#product-characteristics .col):not(.product-to-cart .col){
    border-right: 3px solid #202020;
}

.product-to-cart {
    width: 70%;
}

.product-to-cart .col{
    padding-left: 10px;
    height: 100% !important;
}

#product-characteristics{
    padding-top: 30px;
    padding-right: 40px;
    border-top: 3px solid #202020;
}

#product-characteristics .row{
    width: 100%;
    margin: 0;
    height: fit-content;
}

#product-characteristics .col{
    height: fit-content;
}

#product-characteristics .row .col:last-child{
    text-align: end;
}

#product-characteristics p, #product-characteristics h3{
    font-family: "Roboto", sans-serif;
}

#product-characteristics-header{
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
}

#product-characteristics .row .col p{
    font-size: 17px;
    font-weight: 500;
}

#product-characteristics-header{
    color: #bcaf10;
    padding-bottom: 10px;
}

#product-characteristics .row .col p{
    color: #bb8645;
}

.product-header{
    font-family: "Roboto", sans-serif;
    font-size: 19px;
    font-weight: 600;
    color: #bcaf10;
}

.product-availability{
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #7ed957;
    text-transform: uppercase;
}

.product-price{
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #bb8645;
    padding-top: 30px;
}

.product-price span{
    color: #737373;
    font-size: 13px;
    text-transform: uppercase;
    padding-left: 30px;
}

.main-button{
    background-color: transparent;
    padding: 15px 30px 15px 30px;
    width: 90%;
    height: 50%;
    float: left;
    font-size: 14px;
    font-family: "Tektur", sans-serif;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
    background-color: #bcaf10;
    box-shadow: none;
    clip-path: polygon(10% 0, 90% 0, 100% 20%, 100% 80%, 90% 100%, 10% 100%, 0 80%, 0 20%);
    border: 0;
    margin-top: 20px;
}

/* Added styles */

.product-choose-quantity{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: 50%;
    padding: 15px 30px 15px 30px;
    clip-path: polygon(10% 0, 90% 0, 100% 20%, 100% 80%, 90% 100%, 10% 100%, 0 80%, 0 20%);
    border: 0;
    background-color: #232323;
}

.product-choose-quantity button:first-child {
    padding-right: 10px;
    transition: color 0.3s ease-in-out;
}

.product-choose-quantity button:last-child {
    padding-left: 10px;
    transition: color 0.2s ease-in-out;
}

.product-choose-quantity button:hover {
    color: #bb8645;
}

.product-choose-quantity button, .product-choose-quantity p{
    font-size: 14px;
    font-family: "Tektur", sans-serif;
    font-weight: 700;
    color: #bcaf10;
    margin-bottom: 0;
}

button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.product-choose-quantity p{
    padding-right: 25px;
    padding-left: 25px;
}

/* End of added styles */

.product-delivery-header{
    font-family: "Roboto", sans-serif;
    font-size: 19px;
    font-weight: 600;
    color: #bcaf10;
    padding-top: 30px;
    text-transform: uppercase;
    border-top: 3px solid #202020;
}

.product-delivery-description{
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #bb8645;
    border-bottom: 3px solid #202020;
    padding-bottom: 30px;
    margin-bottom: 0px;
}

.product-warning{
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.product-warning img{
    width: 32px;
    height: 32px;
    margin-right: 15px;
}

.product-warning p{
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 17px;
    font-weight: 500;
    color: #bb8645;
}

.product-main-data{
    height: 50vh;
    margin-bottom: 30px;
}

.product-main-data, .product-delivery-header, .product-delivery-description, .product-warning{
    padding-left: 40px;
}



#product-characteristics-mobile{
    display: none;
}

.showAllCharacteristicsButton{
    font-size: 17px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #737373;
    text-decoration: underline;
    cursor: pointer;
    width: fit-content;
}

@media only screen and (max-height: 545px){
    .product-main-data{
        height: 80vh;
    }

    #product-part .container .row .col:first-child #image-part{
        height: 80vh;
    }
}

@media only screen and (max-width: 992px) {
    .product-to-cart {
        width: 100%;
    }

    .product-to-cart .main-button {
        font-size: 13px;
    }
}

#product-page-swiper-block{
    padding-right: 40px; 
    padding-bottom: 30px;
}

#product-page-swiper-block .swiper{
    height: 50vh;
}

.swiper-slide iframe {
    width: 100%; 
    height: 100%; 
    object-fit: cover;
}

@media only screen and (max-width: 576px){
    #product-part .container .row .col:first-child #image-part{
        padding-right: 0px !important;
        width: 100%;
    }

    #product-part .container .row .col:first-child{
        border-right: 0 !important;
    }

    #product-part .container .row .col:first-child:not(#product-characteristics-mobile .row .col){
        display: flex;
        justify-content: center;
    }

    #product-part .product-main-data, .product-delivery-header, .product-delivery-description, .product-warning, .product-warning{
        padding-left: 0px;
    }

    #product-part .col, #product-part .row{
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .product-header{
        padding-top: 25px;
        margin-bottom: 25px;
    }

    .product-availability{
        margin-bottom: 0px;
    }

    .product-price{
        padding-top: 25px;
    }
    
    .product-to-cart, .product-to-cart form {
        width: 100%;
    }
    
    .product-choose-quantity, .main-button {
        height: 100% !important;
        width: 100%;
        margin-top: 0;
    }
    
    .product-choose-quantity button {
        font-size: 20px;
        line-height: 14px;
    }
    
    .product-to-cart {
        width: 100%;
        height: 55px !important;
    }
    
    .product-to-cart .col form, .product-to-cart .col:last-child {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .product-choose-quantity, .main-button {
        width: 100% !important;
    }
    
    .product-to-cart form {
        width: 100%;
    }

    .product-choose-quantity button {
        font-size: 20px;
    }

    .product-main-data{
        height: fit-content;
    }

    .product-delivery-header{
        padding-top: 25px;
        margin-bottom: 10px;
    }

    .product-warning{
        padding-top: 25px;
    }

    .product-delivery-description{
        margin-bottom: 0;
    }

    #product-characteristics{
        display: none;
    }

    #product-characteristics-mobile{
        display: block;
    }

    #product-characteristics-mobile{
        padding-top: 40px;
    }
    
    #product-characteristics-mobile .row{
        width: 100%;
        margin: 0;
        height: fit-content;
    }

    #product-characteristics-mobile .row .col:last-child{
        padding-right: 0 !important;
    }
    
    #product-characteristics-mobile .col{
        height: fit-content;
    }
    
    #product-characteristics-mobile .row .col:last-child{
        text-align: end;
    }
    
    #product-characteristics-mobile p{
        font-family: "Roboto", sans-serif;
    }
    
    #product-characteristics-header-mobile{
        text-transform: uppercase;
        font-size: 19px;
        font-weight: 600;
    }
    
    #product-characteristics-mobile .row .col p{
        font-size: 17px;
        font-weight: 500;
    }
    
    #product-characteristics-header-mobile{
        color: #bcaf10;
    }
    
    #product-characteristics-mobile .row .col p{
        color: #bb8645;
    }

    #product-characteristics-mobile .row, #product-characteristics-mobile .col{
        padding-left: 0 !important;
    }

    #product-characteristics-mobile .row{
        padding-right: 0 !important;
    }

    #product-part{
        padding-bottom: 40px;
    }

    #product-page-swiper-block{
        padding-right: 0px !important; 
        width: 100%;
    }

    #product-page-swiper-block .swiper{
        height: 30vh;
    }
    
    .product-choose-quantity {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-height: 660px) {
    #product-page-swiper-block .swiper {
        height: 50vh;
    }
}