/** Shopify CDN: Minification failed

Line 74:9 Expected identifier but found whitespace
Line 74:10 Unexpected "30px"
Line 80:3 Unexpected "/"

**/
.progress-container {
  width: 100%;
  border-radius: 25px;
  margin: 10px 0;
  padding: 10px;
  max-width: 85%;
  margin: 30px auto 0;
  position: relative;
}

.progress-bar {
  width: 0;
  transition: 0.2s ease-in-out;
  height: 20px;
  background-color: #c2553e;
  border-radius: 25px;
}

.progress-text {
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
}

.progress-image {
  position: absolute;
  top: -25px; /* Adjust as needed */
  width: 30px; /* Adjust as needed */
  height: 30px; /* Adjust as needed */
  background-size: contain;
  transform: translateX(-15%);
  background-repeat: no-repeat;
}





/* .progress-container {
  width: 100%;
  background-color: #e0e0e0;
  border-radius: 25px;
  margin: 10px 0;
  padding: 10px;
  position: relative;
}

.progress-bar {
  width: 0;
  transition: 0.3s ease-in-out;
  height: 20px;
  background-color: #C2563F;
  border-radius: 25px;
}

.progress-text {
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
}

.progress-image {
  padding:10px 0;
  margin-bottom:5px;
      width: 100%;
    background-position: center; /* Adjust as needed */
  height: 30px; /* Adjust as needed */
  background-size: contain;
  background-repeat: no-repeat;
}
.custom-variant-wrapper label:hover{
  cursor:pointer;
} */