/** Shopify CDN: Minification failed

Line 46:16 Expected identifier but found whitespace
Line 46:17 Unexpected "6px"
Line 117:5 Unexpected "/"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from snippet stylesheet tags */
/* START_SNIPPET:product-variant-options (INDEX:103) */
/* fieldset.js.product-form__input.product-form__input--pill {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: left;
}
.main-div {
  display: flex;
  justify-content: space-between;
  padding: 12px 12px;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #a3a3a3;
}
.product__info-wrapper .variant-row {
  display: block;
  border-bottom: 1px solid #e1e1e1 !important;
  border-radius: 0px; 
  margin-bottom: 0px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.product__info-wrapper .variant-row .main-div{
  border-bottom: none !important;
  padding: 9px 12px; 
}

.variant-radio {
  display: none;
}

.variant-radio:checked + .main-div {
  background-color: #fff2f2; /* light red highlight */
  border-radius: 6px;
}



.columnprice { 
  color: #555;
}
  .columnname {
    font-weight: 500; 
    width: 30%; 
    text-align: left;  
}
  .columnprice { 
    color: #555;
    width: 20%;
}
span.discount {
    background: #913131;
    color: #fff;
    padding: 5px; 
    font-size: 12px; 
    line-height: 1;
    display: inline-flex;
    border-radius: 4px;
}
  .discount-column {
    width: 25%;
    text-align: right;
    min-height: 25px;
}
  .stock-column{
    width: 25%;
  }
.discount-column1 {
    width: 86px;
    text-align: right;
}
  .columnprice1 {
    width: 0px;
}
  .stock-column1 {
    font-size: 15px;
    font-weight: 600;
    color: #ff5f5f;
  }
  .discount-column1 {
    font-size: 15px;
    font-weight: 600;
    color: #ff5f5f;
  }
  .columnprice1{
        font-size: 15px;
      font-weight: 600;
      color: #ff5f5f;
  } 
  .columnname1{
    font-size: 15px;
    font-weight: 600;
    color: #ff5f5f;
  }
 
  .variant-radio:checked+.main-div .columnname{
    font-weight: 600;
  }
  .product-form__input--pill input[type=radio].disabled+label{
    color: rgba(var(--color-foreground),.7) !important ;
  } 

  @media screen and (max-width: 749px){ 
    span.discount{font-size: 12px;} 
  } */
/* END_SNIPPET:product-variant-options */