.product-detail-tile-wrap{
    background: #ffffff;
}
.color_Linear_gradient3{
    color:transparent;
    background-image: -webkit-linear-gradient(90deg, #267AFB 0, #1EBBB4 50%);/*-webkitä»£è¡¨chromeã€safariç§æœ‰å±žæ€§*/
    background-image: -moz-linear-gradient(90deg, #267AFB 0, #1EBBB4 50%);/*-mozä»£è¡¨firefoxæµè§ˆå™¨ç§æœ‰å±žæ€§*/
    background-image: -ms-linear-gradient(90deg, #267AFB 0, #1EBBB4 50%);/*-msä»£è¡¨IEæµè§ˆå™¨ç§æœ‰å±žæ€§*/
    background-image: -o-linear-gradient(90deg, #267AFB 0, #1EBBB4 50%);/*-oä»£è¡¨operaç§æœ‰å±žæ€§*/
    background-image: linear-gradient(90deg, #267AFB 0, #1EBBB4 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.product-detail-tile .note {
    font-size: calc(100vw / 75);
}
.product-detail-tile .last-note{
    color: rgba(120, 120, 120, 1);
    font-size: calc(100vw / 100);
    margin-top: 10px;
}


@media screen and (min-width: 1200px){
    .product-detail-tile .copy-container {
        width: 75% !important;
    }
    .push-xl--10{
        left: 0;
    }
    .push-xl-1_9{
        left: 10%;
    }
    .push-xl-1_5{
        left: 15%;
    }
   .col-xl-2_0{
       max-width: 21.222%;
    }
    .color_wrap{
        top: 63%;
    }
    .color_wrap .product-detail-tile{
        display: flex;
        justify-content: space-evenly;
    }
    .color_wrap span{
        width: 17%;
        display: flex;
    }
}
@media screen and (max-width: 1199px){
    .color_wrap .product-detail-tile{
        display: flex;
        justify-content: space-between;
        width: 65%;
        left: 25%;
    }
.color_wrap .product-detail-tile span{width: 25%;}
   .bd_color span{
        max-width: 15%;
    }
    .last-note{
        position: absolute;
        bottom: -220%;
    }
    .subheading ,.product-detail-tile .note{
        font-size: calc(100vw / 35);
    }
}