/** Shopify CDN: Minification failed

Line 287:17 Expected ":"

**/
.progress-container-wrap {
    margin-top: 0;
    text-align: center;
    margin-bottom: 60px;
  }
.web-card-stepper .progress-container-wrap{
    margin-bottom: 30px;
    margin-right: 20px;
  }

.web-card{
    border-radius: 8px;
  }
  .web-card-stepper {
    border: 1px solid #FF5CA0;
    margin: 0 10px;
    border-radius: 8px;
  }
  .web-card-stepper .web-card-header{
    padding: 5px;
    border-radius: 8px 8px 0px 0px;
    /* background-color: bisque; */
    background: #FFF5FA;
    background: linear-gradient(180deg, #FFF5FA 29%, #FFF5FA 30%);
    background: -moz-linear-gradient(180deg, #FFF5FA 29%, #FFF5FA 30%); 
    background: -webkit-linear-gradient(180deg, #FFF5FA 29%, #FFF5FA 30%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FFF5FA", endColorstr="#FFF5FA", GradientType=1 );      
  }
  .web-card-stepper .web-card-stepper-text{
    text-align: center;
    color: #FF5CA0;
    font-size: 8px;
  }
  .web-card-stepper .web-card-body {
    padding: 10px;
    max-width: 600px;
    margin: auto;
    background: #fff;
    font-family: Arial, sans-serif;
    border-radius: 8px;
  }

  .web-card-stepper .stepper {
    position: relative;
  }

  /* Progress bar background */
  .web-card-stepper .progress-wrapper {
    position: relative;
    height: 6px;
    background: #f1f1f1;
    border-radius: 4px;
    margin: 0px 40px 0px 0px;
    z-index: 1;
  }

  /* Progress fill */
  .web-card-stepper .progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 60%; /* adjust according to progress */
    background: #ff3ba1;
    border-radius: 4px;
    transition: width 0.3s ease;
  }

  /* Steps container */
  .web-card-stepper .steps-labels {
    display: flex;
    justify-content: space-between;
    margin-top: -20px;
  }

  .web-card-stepper .steps-labels > div {
    text-align: center;
    width: 33%;
    z-index: 9;
  }

  /* Step circles */
  .web-card-stepper .step {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid #ff3ba1;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 18px;
    color: #ff3ba1;
    font-weight: bold;
  }

  /* Completed step */
  .web-card-stepper .step.completed {
    background: #ff3ba1;
    color: #fff;
  }

  /* Labels under steps */
  .web-card-stepper .steps-labels div div:last-child {
    margin-top: 8px;
    font-size: 10px;
    font-weight: 500;
    color: #000;
  }
  .web-card-stepper .progress-fill:empty{
    display: block !important;
  }

  .web-card-item-list{
    margin: 0 10px;
  }
  .web-card-item-list .web-card .web-card-body .web-card-image{
    width: 60px;
    margin-right: 10px;
  }
  .web-card-item-list .web-card .web-card-body .web-card-image img{
    width: fit-content;
  }
  .web-card-item-list .web-card .web-card-body .web-card-content .item-title{
    margin: 0;
    font-size: 10px;
  }
  .web-card-item-list .web-card .web-card-body .web-card-content .item-qty{
    color: #646464;
    font-size: 8px;
  }
  .web-card-item-list .web-card .web-card-body .web-card-content .item-price{
    font-size: 8px;
  }
  .web-card-item-list .web-card .web-card-body .web-card-content .item-price .item-price__final{
    color: #646464;
  }
.cart-items dl{
    margin: 0;
  }
  
  .d-flex{
    display: flex;
  }
  .flex-row{
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .flex-column{
    flex-direction: column;
  }
  .drop-shadow{
    box-shadow: 0 0 6px #D7D7D7;
  }
  .p-2{
    padding: 10px;
  }
  cart-drawer .cart-item{
    padding: 10px;
  }
  .d-flex-item-center{
    align-items: center;
  }
  .d-flex-item-end{
    align-items: end;
  }

  /* devex-style-sheet */
  cart-drawer .cart-item__name{
    width: auto !important;
  }
  cart-drawer .quantity-popover-container{
    max-height: 35px;
    overflow: visible !important;
  }
  .quantity{
    min-height: fit-content;
  }
  .drawer__contents{
    margin-top: 10px;
  }
  .progress-container-wrap {
    /* margin-top: 10px; */
    text-align: center;
    margin-bottom: 60px;
  }
   .web-card-stepper .progress-container-wrap .progress-container{
    margin: 0 0 0 5px;
  }
  .progress-container-wrap .progress-container{
    display: flex;
    justify-content: space-between;
    position: relative;
    /* margin-bottom: 30px; */
    max-width: 100%;
    width: auto;
    /* margin: 0 50px 0 40px; */
  }
  .progress-container-wrap .progress-container::before {
    content: "";
    background: #DCDCDC;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 3px;
    width: 100%;
    z-index: 0;
  }
  .progress_offer_wrap{
    background-image: none !important;
    text-align: center;
    font-size: 11px !important;
    letter-spacing: normal;
    color: #FF5CA0 !important;
  }
  .progress_offer_wrap p{
  margin-top: 10px;
  letter-spacing: normal;
  font-family: 'poppins-Medium'!important;
}
  .web-cart-freebies-item-list{
    border-radius: 8px;
    margin: 0 10px;
    padding: 0 10px;
    background: hsla(0, 0%, 100%, 1);
    background: linear-gradient(315deg, hsla(0, 0%, 100%, 1) 0%, hsla(323, 100%, 94%, 1) 100%);
    background: -moz-linear-gradient(315deg, hsla(0, 0%, 100%, 1) 0%, hsla(323, 100%, 94%, 1) 100%);
    background: -webkit-linear-gradient(315deg, hsla(0, 0%, 100%, 1) 0%, hsla(323, 100%, 94%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FFFFFF", endColorstr="#FFE2F4", GradientType=1 );
  }

  .web-cart-freebies-item-list tbody tr:not(:last-child) {
    /* border-bottom: 1.5px solid #fff !important; */
    border-radius: unset;
  }
  
  .web-cart-freebies-item-list h5{
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: 'poppins-Regular' !important;
    font-weight: 500;
  }
  .web-cart-freebies-heading{
    padding: 5px 0;
  }
  .web-cart-freebies-item-list .web-cart-freebies-heading img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-bottom: 2px;
    display: block;
  }
  .web-cart-freebies-item-list tbody{
    padding: 0;
  }
  .web-cart.web-cart-freebies-text {
    margin: 0 10px;
    background-color: #EFEFEF;
    border-radius: 8px;
    margin-top: 10px;
  }

  .cart_freebe .cart_freebe_img{
    width: 35px;
    height: auto;
  }
  .cart_freebe .cart_freebe_text{
    width: 100%;
  }

  .cart_freebe p{
    font-weight: 500;
    font-family: 'poppins-Regular' !important;
    /* padding: 15px 10px 15px 10px; */
    font-size: 14px;
  }
  .web-cart-freebies-text{
    margin-botton
  }

  tr.free-gift-bg-color{
    background-image: none;
  }
  .progress-container-bg-color{
    height: fit-content !important;
  }
  .progress-container-wrap{
    margin-bottom: 40px;
  }
  .progress-container-bg-color{
    background-image: none !important;
  }
  .web-cart-freebies-item-list span.original_line_price.price.price--start{
    color: #595959;
    font-size: 10px !important;
  }
  /*
  .web-cart-freebies-item-list .cart-item__old-price.price.price--end{
    font-size: 12px !important;
  }
  .web-cart-freebies-item-list .price.price--end{
    font-size: 14px !important;
  }
  */
  .web-cart-freebies-item-list span.compare_at_price.price.price--start{
    font-family: 'poppins-Regular' !important;
     font-size: 10px !important;
  }
  .web-cart-freebies-item-list span.original_line_price.price.price--end {
    font-family: 'poppins-Regular' !important;
    font-size: 13px !important;
  }
  .cart-drawer.cart-drawer .cart-item__price-wrapper .cart-item__old-price{
    font-size: 12px !important;
  }
  .cart-drawer.cart-drawer .cart-item__price-wrapper .price.price--end{
     font-size: 14px !important;
  }
  .web-cart-freebies-item-list span.original_line_price.price.price--end{
    color: #ff40b1 !important;
    font-size: 14px !important;
  }
  cart-drawer .cart-item__quantity-wrapper{
    padding-top: 5px;
  }
  .progress-container-wrap .progress{
    height: 5px;
    border-radius: 10px;
    background: #ff40b1;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 3px;
    width: 0%;
    /* z-index: -1; */
    transition: 0.4s ease;
  }
   .progress-container-wrap .circle.active {
    border-color: #ff40b1;
    background: #ff40b1;
    color: #fff;
    /* box-shadow: 0px 0px 12px #FF40B1; */
  }
   .progress-container-wrap .circle.active::after{
    content: '';
    background-image: url('/cdn/shop/files/active-right-sign.png?v=1732347738');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -39%;
    left: 10px;
    height: 20px;
    width: 20px;
    z-index: 0;
    display: block;
}
  .web-cart-freebies-item-list .cart-item__image{
    width: 52px !important;
    height: 52px !important;
  }
  .web-cart-freebies-item-list .cart-items td{
    flex: 0.35;
  }
  .web-cart-freebies-item-list .cart-item__size{
    font-size: 12px;
  }
  .web-cart-freebies-item-list .cart-item__name{
    font-size: 14px;
  }
  cart-drawer tbody{
    padding: 0 10px;
  }
  .web-card-recommendad-item{
    padding: 0 10px;
  }
  .web-card-stepper .progress-container-wrap .circle{
    height: 25px;
    width: 25px;
    background: #fff;
    color: #999;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ff40b1;
    transition: .4s ease;
    position: relative;
  }
  .circle.alu {
    border: none !important;
    background: none;
    height: 0;
    margin: 0;
    padding: 0;
    position: static;
    width: 0 !important;
}
  .progress-container-wrap .circle img{
      border-radius: 50%;
      
    }
    .progress-container-wrap .circle span {
    margin-top: 60px;
    width: 65px !important;
    position: absolute;
    text-align: center;
    line-height: 1;
  }
  .progress-container-wrap .circle.c3 span{
    text-align: right;
    right: 0;
  }

  .progress-container-wrap .circle i {
    font-size: 16px;
  }
  .progress-container-wrap p {
    color: #000;
    font-size: 9px;
  }
  .web-card-stepper .web-card-body .progress-container-bg-color{
    /* padding-right: 10px; */
  }

  cart-drawer .drawer__footer {
      padding: 15px 0 7px !important;
  }
  .cart-item .cart-item__name{
    color: #161616;
    font-weight: 500 !important;
  }

  cart-drawer .drawer__header{
    margin-top: 10px;
    margin-bottom: 20px !important;
  }
  cart-drawer .drawer__inner .drawer__heading{
    font-size: 18px;
  }
  cart-drawer .web-cart.web-cart-freebies-item-list .price-quantity-div{
    flex-direction: column !important;
  }
  cart-drawer .web-cart.web-cart-freebies-item-list .cart-item__price-wrapper{
    justify-content: flex-start !important;
  }