/** Shopify CDN: Minification failed

Line 67:118 Expected identifier but found "*"
Line 230:5 Expected ":"

**/
variant-selects {
  display: block;
}

.product--no-media .product-form__input--pill,
.product--no-media .product-form__input--swatch,
.product--no-media .product-form__input--dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product--no-media .product-form__input.product-form__input--pill,
.product--no-media .product-form__input.product-form__input--swatch {
  flex-wrap: wrap;
  margin: 0 auto 1.2rem auto;
}

.product--no-media .product-form__input--dropdown {
  flex-direction: column;
  max-width: 100%;
}

:is(.product-form__input--pill, .product-form__input--swatch) .form__label {
  margin-bottom: 0.2rem;
}

.product-form__input input[type='radio'] {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.product-form__input input[type='radio']:not(.disabled):not(.visually-disabled) + label > .label-unavailable {
  display: none;
}

.product-form__input--dropdown {
  --swatch-input--size: 2rem;
  margin-bottom: 1.6rem;
}

.product-form__input--dropdown .dropdown-swatch + select {
  padding-left: calc(2.4rem + var(--swatch-input--size));
}

.product-form__input--dropdown .dropdown-swatch {
  position: absolute;
  left: 1.6rem;
  top: calc(50% - var(--swatch-input--size) / 2);
  width: var(--swatch-input--size);
  height: var(--swatch-input--size);
  z-index: 1;
}

/* Custom styles for Pill display type */
.product-form__input--pill input[type='radio'] + label {
  border: var(--variant-pills-border-width) solid rgba(var(--color-foreground), var(--variant-pills-border-opacity)); */
  background-color: rgb(var(--color-background));
  color: rgba(var(--color-foreground));
  border-radius: var(--variant-pills-radius);
  color: rgb(var(--color-foreground));
  display: inline-block;
  /* margin: 0.7rem 0.5rem 0.2rem 0; */
  margin: .7rem .5rem 2rem 0;
  padding: 2rem 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  text-align: center;
  transition: border var(--duration-short) ease;
  cursor: pointer;
  position: relative;
  border-radius:5px;
  border-radius: 5px;
  width: 100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.product-form__input--pill input[type='radio'] + label:before {
  content: '';
  position: absolute;
  top: calc(var(--variant-pills-border-width) * -1);
  right: calc(var(--variant-pills-border-width) * -1);
  bottom: calc(var(--variant-pills-border-width) * -1);
  left: calc(var(--variant-pills-border-width) * -1);
  z-index: -1;
  border-radius: var(--variant-pills-radius);
  box-shadow: var(--variant-pills-shadow-horizontal-offset) var(--variant-pills-shadow-vertical-offset)
    var(--variant-pills-shadow-blur-radius) rgba(var(--color-shadow), var(--variant-pills-shadow-opacity));
}

.product-form__input--pill input[type='radio'] + label:hover {
  border-color: rgb(var(--color-foreground));
}

.product-form__input--pill input[type='radio']:checked + label {
  /* background-color: rgb(var(--color-foreground));
  color: rgb(var(--color-background)); */
  background-color:#f4fbf9;
}
.product-form__input--pill input[type='radio']:checked + label .block__cbmain--radio {
    background-color: rgb(39, 86, 69);
    box-shadow: rgb(39, 86, 69) 0px 0px 0px 1px;
}
@media screen and (forced-colors: active) {
  .product-form__input--pill input[type='radio']:checked + label {
    text-decoration: underline;
  }

  .product-form__input--pill input[type='radio']:focus-visible + label {
    outline: transparent solid 1px;
    outline-offset: 2px;
  }
}

.product-form__input--pill input[type='radio']:checked + label::selection {
  background-color: rgba(var(--color-background), 0.3);
}

.product-form__input--pill input[type='radio']:disabled + label,
.product-form__input--pill input[type='radio'].disabled + label {
  border-color: rgba(var(--color-foreground), 0.1);
  color: rgba(var(--color-foreground), 0.6);
  text-decoration: line-through;
}

.product-form__input--pill input[type='radio'].disabled:checked + label,
.product-form__input--pill input[type='radio']:disabled:checked + label {
  color: rgba(var(--color-background), 0.6);
}
.product-form__input--pill input[type='radio']:focus-visible + label {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}

/* Fallback */
.product-form__input--pill input[type='radio'].focused + label {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}

/* Custom styles for Swatch display type */
.product-form__input--swatch {
  display: flex;
  flex-wrap: wrap;
}

.product-form__input--swatch .swatch-input__input + .swatch-input__label {
  --swatch-input--size: 3.6rem;

  margin: 0.7rem 1.2rem 0.2rem 0;
}


/* .product-form__input--pill input[type=radio]:checked+label .variant-prices span.selling-price {
    color: #fff;
} */
fieldset.js.product-form__input.product-form__input--pill>.variant-data>.variant-ui>label> .main-radio span.mrp-price{
  text-decoration:line-through;
  font-weight: 400;
    line-height: normal;
    font-size: 13px;
}
.variant-prices {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.variant-data {
    width: 100%;
}
 .product-form__input{
    max-width: 100%;
    width: 100%;
  }
  /* .variant-ui {
    position: relative;
    display: flex;
    align-items: center;
    border: var(--variant-pills-border-width) solid rgba(var(--color-foreground), var(--variant-pills-border-opacity));
    margin: .7rem .5rem 2rem 0;
    padding: 1rem 2rem;
    border-radius: 5px;
} */
 .main-radio,
 .price-data-value {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.block__cbmain--radio {
    display: -webkit-box !important;
    display: -ms-flexbox!important;
    display: flex !important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 2px #0003;
    margin-right: 15px;
}
.price-data-value span{
    letter-spacing: 0;
}
fieldset.js.product-form__input.product-form__input--pill>.variant-data>.variant-ui>label>.main-radio span.selling-price {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
}
@media screen and (min-width: 750px) {
 
fieldset.js.product-form__input.product-form__input--pill>.variant-data>.variant-ui>label>.main-radio span.selling-price {
    font-size: 20px;
    l
}
  fieldset.js.product-form__input.product-form__input--pill>label>.variant-prices span.selling-price,
fieldset.js.product-form__input.product-form__input--pill>label>.variant-prices span.mrp-price {
    background: #fff;
    color: #000;
}
/* .product-form__input--pill input[type=radio]:checked+label>.variant-prices span.mrp-price, .product-form__input--pill input[type=radio]:checked+label>.variant-prices span.selling-price {
    background: #000;
    color: #fff;
} */
  /* .variant-prices {
    flex-direction: column;
} */
  .product-form__input--swatch .swatch-input__input + .swatch-input__label {
    --swatch-input--size: 2.8rem;
  }
}
  p.most-p {
    background: #000;
    margin: 0;
    padding: 5px;
    font-size: 12px;
    border-radius: 0;
    letter-spacing: 0;
    font-weight: 500;
    position: absolute;
    top: -1px;
    right: 15px;
    transform: translateY(-7px);
    z-index: 10;
    color: #fff;
}
p.most-p:before{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 0 8px 6px;
    border-color: transparent transparent #0c0d19 transparent;
    top: 0;
    left: 0;
    transform: translate(-100%);
    filter: brightness(.8);
}
p.most-p:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 6px 8px 0;
    border-color: transparent transparent #000 transparent;
    top: 0;
    right: 0;
    transform: translate(100%);
    filter: brightness(.8);
}
span.variant-save-price .price__badge-sale {
    background: #000;
    color: #fff;
    padding: 5px;
    font-weight: 600;
}
@media screen and (max-width: 780px){
  p.most-p{
    top: -1px;
  }
  fieldset.js.product-form__input.product-form__input--pill> label.packdata.pack2-data {
    height: 74px !important;
    align-items: end !important;
    padding: 10px !important;
}
.variant-prices{
  flex-direction:column;
  gap:0;
}

}
/* End custom styles for Swatch display type */
