<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.back-to-account {
  width: 100%;
  background-color: mr-blue;
}
.radiant-salon-color-swatches.container {
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.radiant-salon-color-swatches.container svg {
  display: none;
}
.radiant-salon-color-swatches.container img {
  display: block;
}
@media only screen and (max-width: 759px) {
  .radiant-salon-color-swatches.container {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .radiant-salon-color-swatches.container svg {
    display: block;
    position: relative;
    margin-top: calc(100vw - 90px);
  }
  .radiant-salon-color-swatches.container .image-box {
    height: 100vw;
  }
}
.radiant-salon-color-swatches.container .contents {
  position: relative;
  color: #fff;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 100px clamp(5%, 5%, 54px);
}
@media only screen and (max-width: 759px) {
  .radiant-salon-color-swatches.container .contents {
    margin-top: -20px;
    padding: 0 1em 2em;
    background-color: #7d5d74;
  }
}
.radiant-salon-color-swatches.container .contents .texts {
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 500px;
}
.radiant-salon-color-swatches.container .contents .buttons {
  display: grid;
  grid-template-columns: 280px 280px;
  column-gap: 1em;
}
@media only screen and (max-width: 759px) {
  .radiant-salon-color-swatches.container .contents .buttons {
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
    gap: 0.5em;
  }
}
.color-swatches-by-shade .inner-wrap {
  padding: 1.5em 5%;
}
.color-swatches-by-shade .filter-swatches {
  padding: 1.5em 0;
  white-space: nowrap;
  overflow: auto;
}
.color-swatches-by-shade .filter-swatches .filter-swatch {
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid transparent;
  width: 8em;
  height: 8em;
  margin-right: 0.5em;
}
.color-swatches-by-shade .filter-swatches .filter-swatch img {
  width: 100%;
  border: 3px solid transparent;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.color-swatches-by-shade .filter-swatches .filter-swatch .filter-swatch-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
}
.color-swatches-by-shade .filter-swatches .filter-swatch.selected {
  border-color: #911885;
}
.color-swatches-by-shade .products-wrap {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.color-swatches-by-shade .product-wrap {
  display: inline-block;
  vertical-align: top;
  width: 15.1em;
  text-align: center;
}
.color-swatches-by-shade .product-wrap .swatch-wrap {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 13em;
  height: 13em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 1em;
}
.color-swatches-by-shade .product-wrap .swatch-wrap img {
  position: absolute;
  top: 0;
  left: 0;
}
.color-swatches-by-shade .product-wrap .product-title {
  margin-top: 0.75em;
  margin-bottom: 0.25em;
}
.color-swatches-by-shade .cta-wrap {
  padding-top: 3em;
  padding-bottom: 1.5em;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .color-swatches-by-shade .inner-wrap {
    padding-left: 3%;
    padding-right: 3%;
  }
  .color-swatches-by-shade .filter-swatches .filter-swatch {
    width: 6.25em;
    height: 6.25em;
    margin-right: 0.25em;
  }
  .color-swatches-by-shade .product-wrap {
    width: 10.7em;
  }
  .color-swatches-by-shade .product-wrap .swatch-wrap {
    width: 9.5em;
    height: 9.5em;
    margin-left: 0.25em;
    margin-right: 0.25em;
  }
}
</pre></body></html>