.btn_gradient{
    color: #fff;
    background-image: linear-gradient(149deg, #00ABEC 0%, #5F41F0 99%);
    border-radius: .25rem;
}

.btn_purple{
    background-color: #5F41F0;
    color: #fff;
}
.btn_blue{
    background-color: #3372EE !important;
    color: #fff;
}
.btn_outline{
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to right, #00ABEC 18%, #5F41F0 100%) 1;
    position: relative;

}
.text_gradient{
    background: linear-gradient(to right, #00ABEC 18%, #5F41F0 100%);    
	background:-moz-linear-gradient(to right, #00ABEC 18%, #5F41F0 100%); 
    background: -webkit-linear-gradient(to right, #00ABEC 18%, #5F41F0 100%); 
    background: linear-gradient(to right, #00ABEC 18%, #5F41F0 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
   -webkit-text-fill-color:transparent;
}


.pc_image_wrapper{
    background-color: var(--light-gray);
}
.sale_label{
    color: #fff;
    background-image: linear-gradient(149deg, #00ABEC 0%, #5F41F0 99%);
}

.newsletter_banner{
    color: #fff;
    background-image:url('/assets/images/news_bg.svg'), linear-gradient(149deg, #00ABEC 0%, #5F41F0 99%) ;
    background-repeat: no-repeat;
    background-position: bottom left;
}
