.product-page {
    padding: 40px 0px;
}

.product-slidesec {
    max-width: 450px;
    flex-shrink: 0;
    width: -webkit-fill-available;
}

.product-swiper {
    max-width: 450px;
    height: 600px;
    width: -webkit-fill-available;
    flex-shrink: 0;
    background-color: aliceblue;
    margin: 0;
    overflow: hidden;
}

.h1-pdrfpagjop {
    font-size: 25px;
    font-weight: 400;
}

.prodc-detailsec {
    width: -webkit-fill-available;
    padding: 0px 25px;
}

.prod-attr {
    color: #999;
    font-size: 16px;
    margin: 5px 0px;
    display: flex;
}

.sizes-prodart{
    display: flex;
    flex-wrap: wrap;
}

.sizes-prodart button{
    height: 35px;
    width: 35px;
    background-color: transparent;
    border: transparent solid 2px;
    border-radius: 100%;
    cursor: pointer;
    text-transform: uppercase;
}

.sizes-prodart button.active{
    border: #000 solid 2px;
    background-color: #e9e8e8;
}

.prod-attr label {
    width: 150px;
}

.pdr-pice-kopiu {
    font-size: 27px;
    font-weight: 600;
    color: black;
    white-space: nowrap;
    padding: 10px 0px;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 15px;
    line-height: 27px;
}

.ppdr-kjop {
    margin: 10px 0px;
    padding-bottom: 10px;
    color: #0000009c;
    white-space: break-spaces;
    font-size: 15px;
    line-height: 14px;
}

.prdind-cbh {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    width: 200px;
    margin-top: 25px;
    margin-bottom: 25px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 17px 14px 40px;
    position: relative;
}

.prdind-cbh svg {
    position: absolute;
    left: 30px;
    top: 5px;
}

.prdind-cbh:hover {
    background-color: #000;
    color: white;
}

.prdind-cbh:hover path {
    fill: white;
}

.product-slide {
    overflow: hidden;
    border-radius: 8px;
}

.product-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.pssec-flex {
    display: flex;
    justify-content: space-between;
    margin: 20px 0px 30px 0px;
}

@media screen and (max-width: 900px) {
    .pssec-flex {
        flex-direction: column;
    }

    .product-swiper {
        margin: auto;
        margin-bottom: 20px;
    }

    .prodc-detailsec {
        padding: 0;
    }
}

@media screen and (max-width: 500px) {
    .product-swiper {
        height: 500px;
        max-width: -webkit-fill-available;
    }
}

.product-thumb-swiper {
    margin-top: 10px;
    max-width: 100%;
}

.product-thumb-slide {
    height: 80px !important;
    width: 80px !important;
    overflow: hidden;
    border-radius: 8px;
    border: 2px solid transparent;
    background-color: #e9e8e8;
}

.product-thumb-slide img {
    width: 100%;
    cursor: pointer;
    transition: border-color 0.3s;
    object-fit: contain;
    height: 100%;
    user-select: none;
}

.product-thumb-slide.swiper-slide-thumb-active {
    border-color: #000;
}

.swiper-button-next,
.swiper-button-prev {
    height: 30px !important;
    width: 30px !important;
    border-radius: 100%;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #fff;
    color: white;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: '' !important;
}