.catalog-product-view main#maincontent .product-page-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0;
    justify-content: space-between;
}


/* // new  */
.catalog-product-view .product-page-wrapper .product-info-main {
    width: 34% !important;
    gap: 0;
    position: relative;
    order: 2;
    margin: 0 2%;
    padding-right: 2%;
    box-sizing: border-box;
}

.catalog-product-view .product-page-pdp-coupon {
    width: 22%;
    order: 3;
}

.catalog-product-view main#maincontent .product-page-wrapper .product.media {
    width: 40% !important;
    order: 1;
    border: 0px solid #E3E3E3;
    box-sizing: border-box;
}


.product-image-container,
.product-image {
    width: 100% !important;
    border: 1px solid #E3E3E3 !important;
    overflow: hidden;
}

.main-return-section ul li .pdp-freeship-icon {
    position: absolute;
    left: 0;

}

.price-row .rel-regular {
    font-size: 16px !important;
    line-height: 1.2;
    font-weight: 600 !important;
    color: #161616 !important;
}

/* qty manage */
.qty-control {
    display: flex;
    align-items: center;
    gap: 10px;
}

.qty-btn {
    width: 35px;
    height: 35px;
    border: 1px solid #ddd;
    background: #f8f8f8;
    font-size: 18px;
    cursor: pointer;
}

.qty-btn:hover {
    background: #eee;
}

.input-text.qty {
    width: 60px;
    text-align: center;
}