#womens-only-content {
  max-width: 1400px;
  margin: 0 auto;
}

.slick-slider .slick-slide {
  height: auto;
}

.row-lockupbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rounded-bottom-border {
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #ffffff;
  width: 100%;
  height: 2%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.shop-all-button {
  background: #9194e5;
  color: #ffffff;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  text-align: center;
  display: block;
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: bold;
  margin: 0 auto 3rem;
  width: 280px;
}

.text-center {
  text-align: center;
}

.circle-images-nav {
  margin: 2% auto 6.25%;
}
@media (max-width: 767px) {
  .circle-images-nav {
    margin: 2% auto 12.6%;
    max-width: 90%;
  }
}

.circles-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.circle-item {
  position: relative;
  margin: 0 2.5%;
  text-align: center;
  font-weight: bold;
  color: #9194e5;
  flex: 0 1 auto;
  font-size: 3.056vw;
  line-height: 1.2;
  padding-bottom: 8%;
}
@media (min-width: 768px) {
  .circle-item {
    font-size: 1.571vw;
    padding-bottom: 4.5%;
  }
}
@media (min-width: 1400px) {
  .circle-item {
    font-size: 22px;
  }
}
.circle-item .circle-image {
  display: block;
  margin: 0 auto 1%;
  width: 100%;
}
.circle-item span {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) and (max-width: 1279px) {
  .circle-item span {
    top: 85%;
  }
}

#hero .carousel-wrapper {
  max-height: 620px;
  overflow: hidden;
}

.carousel-wrapper {
  position: relative;
}
.carousel-wrapper .play-pause-carousel-btn {
  border: 0px;
  background: none;
  padding: 0px;
  inset: auto auto 4% 4%;
  position: absolute;
  top: 1%;
  left: auto;
  right: 1%;
  height: 1.25em;
  width: 1.25em;
  z-index: 0;
}
@media (min-width: 768px) {
  .carousel-wrapper .play-pause-carousel-btn {
    top: 15px;
    left: auto;
    right: 25px;
  }
}
.carousel-wrapper .play-pause-carousel-btn svg {
  width: 100%;
  height: 100%;
}

.section-products-recommendations {
  padding: 1.5rem 0;
}
@media (min-width: 768px) {
  .section-products-recommendations {
    padding: 1.5rem 2rem;
  }
}
.section-products-recommendations h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .section-products-recommendations h2 {
    margin-left: 4%;
  }
}
.section-products-recommendations .recommendations-scroller {
  overflow-x: auto;
  overflow-y: hidden;
}
.section-products-recommendations .recommendations-list {
  display: flex;
  width: 650%;
  padding-bottom: 5%;
}
@media (min-width: 768px) {
  .section-products-recommendations .recommendations-list {
    width: 210%;
    padding-bottom: 2%;
  }
}
.section-products-recommendations .marketing-tile {
  width: 16.8%;
  margin-right: 0.25%;
}
@media (min-width: 768px) {
  .section-products-recommendations .marketing-tile {
    max-width: 298px;
  }
}
.section-products-recommendations .product-card {
  margin: 0 0.25%;
  width: 13.3%;
  max-width: 236.062px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: rgb(102, 102, 102);
  line-height: 1.4;
  text-transform: none;
  font-weight: normal;
  font-size: 0.8rem;
}
.section-products-recommendations .product-card a {
  display: block;
}
.section-products-recommendations .product-card img {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
}
.section-products-recommendations .product-card .ratings-section {
  margin-top: 8px;
  margin-bottom: 8px;
  display: inline-block;
}
.section-products-recommendations .product-card .ratings-section > div {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  width: unset;
}
.section-products-recommendations .product-card .ratings-section > div > div {
  position: relative;
  margin-right: 0.8125em;
  width: 93px;
}
.section-products-recommendations .product-card .ratings-section figure {
  width: 93px;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  margin-block: 0px;
  margin-inline: 0px;
}
.section-products-recommendations .product-card .ratings-section figure span {
  display: inline-block;
  height: auto;
  width: 17px;
  margin: 0px;
  min-height: auto;
  min-width: 17px;
}
.section-products-recommendations .product-card .ratings-section figure span > svg {
  display: block;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
}
.section-products-recommendations .product-card .ratings-section .stars-overlay {
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
}
.section-products-recommendations .product-card .ratings-section .review-count {
  color: rgb(102, 102, 102);
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 0.8125em;
  margin-left: 0px;
  margin-top: 0px;
}
.section-products-recommendations .product-card .product-card-price {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-family: Gotham, Helvetica Neue, Helvetica, Arial, Roboto, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  text-transform: uppercase;
}
.section-products-recommendations .product-card .product-price__markdown {
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
}
.section-products-recommendations .product-card .product-price__strike {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Gotham, Helvetica Neue, Helvetica, Arial, Roboto, sans-serif;
  font-weight: 400;
  text-decoration: line-through;
}
.section-products-recommendations .product-card .product-price__highlight {
  color: #d00000;
  font-weight: 400;
}
.section-products-recommendations .product-card .product-card__marketing-flag {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: rgb(102, 102, 102);
  line-height: 1.4;
  text-transform: none;
  font-weight: bold;
  font-size: 0.8rem;
}

#stylitics-section {
  margin-top: 17%;
}
@media (min-width: 768px) {
  #stylitics-section {
    margin-top: 9%;
  }
}
#stylitics-section h2 {
  text-align: center;
  font-size: 20px;
  line-height: 23px;
  color: #0021F5;
  font-weight: bold;
}
@media (min-width: 768px) {
  #stylitics-section h2 {
    font-size: 28px;
    margin-bottom: 4%;
  }
}

#promoBannerMain {
  display: none;
}/*# sourceMappingURL=styles.css.map */