.product-section .product-page .wrapper .product-single .quickview {
    & .product-clip__content .product-clip__title {
        font-family: Rubik;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
    }

    & .product-clip {
        background-color: #F9F9F9;
        padding: 10px;
        border-radius: 5px;
        gap: 16px;
    }

    & .product-clip__price .new-price{
        font-family: Bree;
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #9993C0 ;
        font-family: Bree;
    }

    & .product-clip__price .old-price {
        font-family: Rubik;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        color: #606060;
    }

    & .product-clip__price {
        display: flex;
        align-items: center;
    }

    & .product-clip__btn{
        display: none;
    }

    & .view-details-button-quickview{
        display: block !important;
        font-family: Rubik;
        font-weight: 700;
        font-size: 12px;
        line-height: 18px;
        text-transform: uppercase;
        color: #434344;
        border-bottom: 1px solid #CCCCCC;
    }

    & .product-clip__content{
        justify-content: space-around;
    }
}

.product__main__content .upsell__holder {
    border: none;
    margin-top: 0;
}

