/** Shopify CDN: Minification failed

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

**/


/* CSS from section stylesheet tags */
.configurator-steps {
      padding: 25px 0 0 0;
    }
  @media screen and (max-width: 990px) {
    .configurator-steps {
      padding: 15px 20px 0 20px;
    }
  }

/* CSS from snippet stylesheet tags */
.step__label {
  display: none;
}

.step-indicator {
  margin-top: 2rem;
  position: relative;
  padding: 2rem 0 .5rem 0;
}

.step-indicator__steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  max-width: 360px;
  margin: 0 auto;
  gap: 6px;
}

.step-indicator__step {
  position: relative;
  cursor: initial;
}

.step-indicator__step .step__circle-content {
  background: #0000; 
  border-color: #000;
}

.step-indicator__step.active .step__circle-content {
  background: #000;
  border-color: #000;
  color: #fff;
}

.step__circle {
  position: relative;
  padding: 0;
  z-index: 1;
}

.step__circle-content {
  z-index: 9;
  width: 3.5rem;
  height: 3.5rem;
  background-color: white;
  border: 2px solid #000;
  border-radius: 50%;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: #000;
  color: #000;
  z-index: 99;
  position: relative;
  cursor: initial;
}

.step__circle::before {
  content: initial;
  position: absolute;
  top: 50%;
  right: 100%;
  height: 2px;
  background-color: #999;
  transform: translateY(-50%);
  z-index: -1;
  width: 146.5px;
  opacity: 1;
}

.step-indicator__step.active .step__circle::before {
  background: #000;
}

.step-indicator__step:first-of-type .step__circle::before {
  content: initial;
}

.step-indicator__step {
  display: flex;
  flex-direction: column;
  align-items: center;
}

a.step__circle .step__circle-content {
  cursor: pointer;
}

.step-divider {
  background: #000;
  /* width: 200px; */
  height: 2px;
  display: block;
  flex: 1;
  border-radius: 10px;
}

.step-divider.active {
  background: #000;
  /* height: 2.5px; */
}

.step__label { 
  position: absolute;
  bottom: 100%;
  width: max-content;
}

@media screen and (max-width: 990px) {

  .step__label {
    font-size: 16px;
  }
  
  .step__circle-content {
    z-index: 9;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 18px;
}

@media screen and (max-width: 610px) {
  .step__circle::before {
    width: 31.2vw;
  }  

  .step-indicator__steps {
    width: 75%;
  }

  .step-indicator {
    margin-top: 0;
    padding: 0 0 .5rem 0;
  }

  .step__circle-content {
    z-index: 9;
    width: 3.2rem;
    height: 3.2rem;
  }

  .section--lookbook-slider {
    --section-padding-top: 8px !important;
  }

  .section--lookbook-slider .section__header {
    padding-bottom: 5px;
    padding-top: 10px;
  }
}


@media screen and (max-width: 390px) {
  .step__circle::before {
    width: 30vw;
  }
}

@media screen and (max-width: 375px) {
  .step__circle::before {
    width: 29vw;
  }
}