/** Shopify CDN: Minification failed

Line 79:1 Expected "}" to go with "{"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.t4s-custom_color_text{
background: linear-gradient(136deg, #9F74E3 0%, #5093D6 48.96%, #024CEB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.t4s-btn-style-outline.t4s-btn:hover:before,.t4s-newsletter__inner .t4s-newsletter__submit:hover{
background: linear-gradient(136deg, #9F74E3 0%, #5093D6 48.96%, #024CEB 100%);
}
.t4s-product-badge>span{
font-size:12px
}
.t4s-btn-size-medium{height:56px;padding: 0 32px}

.t4s-product-form__buttons span.t4s-btn-atc_text {
color: #000;
}
a.cd.chp.btn_size_guide.mr__20 {
    color: red;
}
.t4s-product__price-review .t4s-product-price del::before {
    content: " MRP" !important;
    font-size: 20px !important;
    margin-right: 5px !important;
} 
button.t4s-fbt__submit {
    color: #000000;
}
.t4s-product__price-review {
    margin-bottom: 1px !important;
}
.t4s-active-filters {
margin-bottom: 0;
margin-top: 0;
}
.t4s-collection-header {
margin-bottom: 10px;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  #t4s-mini_cart {
    width: 440px;
}
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  .t4s-d-flex.t4s-flex-wrap {
    flex-wrap: nowrap !important;
}
.t4s-product-form__buttons .t4s-product-form__submit {
   margin-top: 0px;
}
.badge_shape_3 .t4s-product-badge>span {
font-size: 8px;
font-weight: bold;
}
.t4s-product .t4s-product-title {
  font-size: 13.5px; /* Collection page product title Adjust the pixel value to your desired size */
}