.react-price {
  color: #000;
  letter-spacing: 0.5px;
}
.react-price.pdp span {
  font-family: KeysPSans, serif;
  font-weight: 600;
  font-size: 1rem;
}
@media (min-width: 544px) {
  .react-price.pdp span {
    font-size: 1.25rem;
  }
}
.react-cart .react-price, .react-search .react-price {
  font-size: 0.875rem;
}
.react-price__regular {
  text-decoration: line-through;
  color: #797979;
}

.sw-promotions {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.sw-promotions .promotion {
  position: relative;
  width: 100%;
}
.sw-promotions .promotion:last-child {
  margin-bottom: 0;
}
.sw-promotions .promotion--content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 375px) {
  .sw-promotions .promotion--content span {
    font-size: 12px !important;
  }
}
.sw-promotions .promotion p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  margin-right: 15px;
  margin-bottom: 0;
}
@media (max-width: 375px) {
  .sw-promotions .promotion p {
    font-size: 12px;
  }
}
.sw-promotions .promotion p :last-child {
  margin-right: 0;
}
.sw-promotions .promotion--details {
  font-family: PitchSans, serif;
  font-size: 0.75rem;
  padding-left: 0.3125rem;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 500;
}
.sw-promotions .promotion--callout {
  width: 100%;
}

.component-container {
  background-image: url("../../images/soulcare-rewards-background.png");
}
.component-container p {
  font-size: 0.875rem;
  font-family: KeysPSans, serif;
}
.component-container p.points-to-earn, .component-container p.earn-points {
  font-weight: 400;
  font-size: 1rem;
}
@media (min-width: 544px) {
  .component-container p.points-to-earn, .component-container p.earn-points {
    font-size: 1.125rem;
  }
}
.component-container p.points-to-earn > span, .component-container p.earn-points > span {
  font-family: KeysPSans, serif;
  font-weight: bold;
}
.component-container p.earn-points {
  line-height: 1.25rem;
  font-weight: 400;
}
.component-container p > a {
  font-family: KeysPSans, serif;
}
.component-container .rewards-title {
  font-weight: 600;
}
.component-container .bold-text {
  font-weight: bold;
}
.component-container .learn-more-link {
  font-weight: 600;
}

#audio-player {
  padding: 0rem;
  width: 100%;
}
#audio-player .content {
  background-color: #f5f5f5;
  padding: 0.9375rem;
}
#audio-player .content__title {
  font-family: KeysPSans, serif;
  font-weight: 600;
  line-height: 0.98rem;
  font-size: 0.875rem;
  letter-spacing: 0.28px;
}
#audio-player .content__description {
  font-family: KeysPSans, serif;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 2.053125rem;
  letter-spacing: 0.6px;
  padding: 0.75rem 0;
  background: linear-gradient(180deg, #9B26B6 0%, #730D8B 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#audio-player .play-audio-icon {
  max-width: 138px;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #fff;
  top: -18px;
  margin-left: 1rem;
  position: relative;
  cursor: pointer;
}

#audio-player-wrapper {
  margin-top: 15px;
}

.pairs-with {
  margin-top: 0.9375rem;
}
.pairs-with img {
  height: 5.625rem;
  width: 5.625rem;
  margin-right: 0.5625rem;
}
.pairs-with .shop-link {
  width: -moz-fit-content;
  width: fit-content;
}
.pairs-with p {
  margin-bottom: 0rem;
}
.pairs-with .product-name, .pairs-with .product-price {
  font-family: KeysPSans, serif;
  max-width: 21.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
.pairs-with .pairs-with-title {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  font-family: KeysPSans, serif;
  margin-bottom: 0.3125rem;
}

.pairs-with-wrapper {
  margin-bottom: 0.9375rem;
}

.recommendations {
  padding: 3.125rem 0;
}
.recommendations__products {
  overflow: scroll;
  padding-bottom: 1.875rem;
  margin-right: -10px;
  transition: margin 500ms;
}
.recommendations__products.scrolling-right {
  margin-left: -10px;
}
.recommendations__products.scrolling-left {
  margin-right: initial;
}
.recommendations__product {
  margin-right: 1.25rem;
  max-width: 230px;
}
@media (min-width: 769px) {
  .recommendations__product {
    max-width: 300px;
  }
}
.recommendations__product:first-child {
  margin-left: auto;
}
.recommendations__product:last-child {
  margin-right: auto;
}
.recommendations__title {
  font-family: KeysChiswickSansExtraLight, sans-serif;
  font-size: 2rem;
}
@media (min-width: 769px) {
  .recommendations__title {
    font-size: 3rem;
  }
}
.recommendations__subtitle {
  font-family: KeysPSans, serif;
  font-size: 1rem;
}
.recommendations__name {
  font-size: 1rem;
  font-family: KeysPSans, serif;
  font-weight: 600;
  line-height: 1.2;
}
.recommendations__description {
  font-size: 0.875rem;
  text-transform: initial;
}
.recommendations__product img {
  max-width: 230px;
}
@media (min-width: 769px) {
  .recommendations__product img {
    max-width: 300px;
  }
}
.recommendations__product .product-count {
  position: relative;
  bottom: 40px;
  left: 15px;
  width: 53px;
  height: 54px;
  background: #000;
  border-radius: 50%;
  margin-bottom: -1.5rem;
}
.recommendations__product .product-count span {
  font-family: KeysChiswickSansThin, sans-serif;
  font-size: 40px;
  color: #fff;
}
.recommendations__product .shop-cta-underline {
  display: inline-block;
  position: relative;
  background-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
}
.recommendations__product .shop-cta-underline::after {
  content: "";
  position: absolute;
  top: 55%;
  height: 5px;
  width: 100%;
  left: 0;
  z-index: -99;
  background-color: #ffc600;
  transition: 0.2s ease all 0.2s;
}
.recommendations__product .shop-cta-underline:hover {
  text-decoration: none;
}
.recommendations__product .shop-cta-underline:hover::after {
  width: 0;
  left: 100%;
  transition: 0.2s ease all;
}
.recommendations__product .shop-cta-underline.btn::after {
  top: 50%;
}
.recommendations .add-all {
  padding: 4rem 0 2rem;
}
.recommendations .add-all button {
  font-size: 0.875rem;
}

.videoModal.modal.show .modal-dialog {
  position: absolute;
  top: 50vh;
  left: 0;
  max-width: 99%;
  transform: translate(0, -50%);
}
@media (min-width: 769px) {
  .videoModal.modal.show .modal-dialog {
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
  }
}
.videoModal.modal.show .modal-header {
  border-bottom: none;
  padding: 0;
}
.videoModal.modal.show .modal-header .close {
  color: #fff;
  font-size: 2.5rem;
  opacity: 1;
  text-shadow: none;
}
.videoModal.modal.show .modal-body {
  padding: 0;
}
@media (min-width: 769px) {
  .videoModal.modal.show .modal-body {
    padding: 1rem;
  }
}
.videoModal.modal.show .modal-content {
  background: none;
  border: none;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991.98px) {
  .videoModal.modal.show .modal-content iframe {
    max-width: 100%;
  }
}

.tab-container .nav-tabs {
  text-align: center;
  display: block;
  border-bottom: none;
}
.tab-container .nav-tabs .nav-item {
  padding: 0.5rem 1rem;
  display: inline-block;
}
.tab-container .nav-tabs .nav-item .nav-link {
  background: transparent;
  position: relative;
  border-bottom: none;
  font-size: 0.875rem;
}
.tab-container .nav-tabs .nav-item .nav-link::after {
  content: "";
  position: absolute;
  top: 55%;
  height: 5px;
  width: 100%;
  left: 0;
  z-index: -99;
  background-color: #ffc600;
  width: 0;
  left: 100%;
}
.tab-container .nav-tabs .nav-item .nav-link.active, .tab-container .nav-tabs .nav-item .nav-link:hover, .tab-container .nav-tabs .nav-item .nav-link:focus {
  color: #000;
}
.tab-container .nav-tabs .nav-item .nav-link.active::after, .tab-container .nav-tabs .nav-item .nav-link:hover::after, .tab-container .nav-tabs .nav-item .nav-link:focus::after {
  width: 100%;
  left: 0;
  transition: 0.2s ease all;
}
.tab-container .tab-content {
  text-align: center;
}
.tab-container .tab-content .tab-pane {
  padding: 1rem;
  width: 100%;
}

.accordion .btn-link {
  padding: 0;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  font-family: KeysPSans, serif;
}
.accordion .btn-link img {
  width: 0.6875rem;
}
.accordion .card {
  border-radius: 0;
  margin-bottom: 0.25rem;
}
.accordion .card--header {
  background-color: #F0F0F0;
  height: 3.5rem;
}
.accordion .card--header.open {
  background-color: #fff;
  border-bottom: 1px solid #E0E0E0;
}
.accordion .card--header .expand-icon {
  width: 1.375rem;
}
.accordion .card--header .expand-icon.open {
  transform: rotate(180deg);
}
.accordion .card--header button:focus, .accordion .card--header button:hover {
  text-decoration: none;
}
.accordion .card--header-text {
  font-family: KeysPSans, serif;
  font-weight: 600;
  letter-spacing: 0.28px;
  font-size: 0.875rem;
}
.accordion .card--body p:last-child {
  margin-bottom: 0;
}
.accordion-detail-section {
  max-height: 0;
  transition: all 0.5s ease-in-out;
  overflow: auto;
}
.accordion-detail-section.active {
  max-height: 1500px;
}
.accordion--opening .accordion-detail-section {
  overflow: hidden;
}

#review-sort-filter details[open] summary::after {
  transform: scaleY(-1);
}
#review-sort-filter summary::-webkit-details-marker {
  display: none;
}
#review-sort-filter summary::after {
  content: "";
  background-image: url("../images/white-caret-black-bkgd.svg");
  height: 26px;
  width: 26px;
  background-size: cover;
  top: -3px;
  position: relative;
  left: 5px;
}
#review-sort-filter summary.selected-filter::after {
  background-image: url("../images/black-caret-yellow-bkgd.svg");
}
#review-sort-filter ul {
  list-style: none;
}
#review-sort-filter ul li a {
  font-family: Apercu, "Helvetica", sans-serif;
  font-size: 0.875rem;
}
#review-sort-filter ul li a.selected {
  font-weight: bold;
}
#review-sort-filter details {
  height: 1.875rem;
  padding-top: 0.3125rem;
}
#review-sort-filter #review-sort details {
  border-right: solid #d3d3d3 1px;
}
#review-sort-filter .option-name,
#review-sort-filter .clear-all-btn {
  font-family: Apercu, "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
}
#review-sort-filter .clear-all-btn {
  font-size: 0.6875rem;
  text-decoration: underline;
}
#review-sort-filter .option-list {
  padding: 0.625rem 2.8125rem 0.625rem 0.625rem;
  position: absolute;
  outline: solid #979797 1px;
  background-color: #fff;
  z-index: 1;
  font-size: 0.875rem;
}
#review-sort-filter .option-list li {
  display: flex;
  align-items: center;
}
#review-sort-filter .option-list li:not(:last-child) {
  margin-bottom: 0.625rem;
}
#review-sort-filter .option-list li input {
  margin-right: 0.3125rem;
}
#review-sort-filter .option-list li label {
  margin-bottom: 0;
}
#review-sort-filter .option-list li label .review-stars {
  line-height: 0.8125rem;
  display: inline-block;
}
#review-sort-filter .option-list li label .review-stars img {
  height: 0.8125rem;
  max-width: initial;
}

.dropdown-wrapper {
  cursor: pointer;
}
.dropdown-wrapper .dropdown-header {
  padding: 0;
  font-family: KeysPSans, serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
  color: #000;
  margin-right: 0;
  white-space: normal;
}
.dropdown-wrapper .dropdown-header .dropdown-header_title {
  font-size: 0.8125rem;
}
.dropdown-wrapper .dropdown-header .dropdown-header_chevron {
  padding: 0;
  transform: rotate(180deg);
  transition: all 0.5s ease-out;
  width: 0.625rem;
  margin-left: 0.5rem;
}
@media (min-width: 992px) {
  .dropdown-wrapper .dropdown-header .dropdown-header_chevron {
    margin-left: 0.5rem;
  }
}
.dropdown-wrapper .dropdown-header.open .dropdown-header_chevron {
  transform: rotate(0deg);
}
.dropdown-wrapper .dropdown-list {
  position: absolute;
  background: #fff;
  border: 1px solid #999;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 100;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #222 transparent;
  margin-top: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  max-height: 17.375rem;
  padding: 1.25rem 2rem;
}
.dropdown-wrapper .dropdown-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.dropdown-wrapper .dropdown-list::-webkit-scrollbar-track {
  background-color: transparent;
}
.dropdown-wrapper .dropdown-list::-webkit-scrollbar-thumb {
  background-color: #222;
}
@media (min-width: 992px) {
  .dropdown-wrapper .dropdown-list {
    max-height: 17.375rem;
    padding: 1rem 1.625rem;
  }
}
@media (max-width: 768.98px) {
  .dropdown-wrapper .dropdown-list {
    width: calc(100% - 20px);
  }
}
.dropdown-wrapper .dropdown-list div:not(:last-child) {
  margin-bottom: 0.5rem;
}
.dropdown-wrapper .dropdown-list .dropdown-item {
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dropdown-wrapper .dropdown-list .dropdown-item img {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #d3d3d3;
  padding: 1px;
}
.dropdown-wrapper .dropdown-list .dropdown-item span {
  margin-left: 0.75rem;
  color: #000;
}
.dropdown-wrapper .dropdown-list .dropdown-item.selected::after {
  content: "";
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
  color: #222;
  position: absolute;
  width: 0.3125rem;
  left: 0.9375rem;
}
@media (min-width: 992px) {
  .dropdown-wrapper .dropdown-list .dropdown-item.selected::after {
    left: 0.75rem;
  }
}
.dropdown-wrapper .dropdown-list .dropdown-item.selected img {
  border-color: #000;
}
.dropdown-wrapper .dropdown-list .dropdown-item.selected span {
  color: #000;
}
.dropdown-wrapper .dropdown-list .dropdown-item .disabled-image {
  width: 100%;
  position: relative;
}
.dropdown-wrapper .dropdown-list .dropdown-item .disabled-image::after {
  display: block;
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  border: 1px solid transparent;
  background: linear-gradient(to bottom right, transparent calc(50% - 2px), #fff 50%, transparent calc(50% + 2px)) no-repeat 0px 0px/100% 100%;
  width: 1.5rem;
  height: calc(100% - 2px);
}
.dropdown-wrapper .dropdown-list .dropdown-item .disabled-image img {
  opacity: 0.5;
}
.dropdown-wrapper .dropdown-list .dropdown-item:active {
  background-color: transparent;
}

.backInStock--form {
  margin-top: 1.25rem;
}

.page[data-action=Product-Show] .main-page-content {
  padding-top: 0px;
}
@media (min-width: 544px) {
  .page[data-action=Product-Show] .main-page-content {
    padding-top: 20px;
  }
}

.react-pdp--product-name {
  font-family: KeysPSans, serif;
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.5rem;
}
@media (min-width: 769px) {
  .react-pdp--product-name {
    font-size: 2rem;
  }
}
.react-pdp--short-description {
  font-family: Apercu, "Helvetica", sans-serif;
  font-weight: 300;
  font-size: 0.8125rem;
}
@media (min-width: 769px) {
  .react-pdp--short-description {
    font-size: 1.125rem;
  }
}
.react-pdp--category {
  font-family: KeysPSans, serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.0125rem;
  text-align: center;
}
.react-pdp--images {
  display: flex;
}
.react-pdp--images__container {
  padding: 0 10px;
}
.react-pdp--images__mobile-container {
  position: absolute;
  width: 100vw;
  overflow: hidden;
}
.react-pdp--images__mobile-container.single-image {
  position: relative;
}
.react-pdp--images__mobile-carousel {
  display: flex;
  list-style-type: none;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0 1.2rem;
}
@media (min-width: 544px) {
  .react-pdp--images__mobile-carousel {
    padding: 0 2rem;
  }
}
.react-pdp--images__mobile-carousel.single-image {
  padding: 0;
}
.react-pdp--images__mobile-carousel::-webkit-scrollbar {
  display: none;
}
.react-pdp--images__mobile-carousel--image {
  min-width: 350px;
  margin: 0 auto;
  position: relative;
}
.react-pdp--images__mobile-carousel--image:not(:last-of-type) {
  margin-right: 0.4rem;
}
@media (min-width: 769px) {
  .react-pdp--images__mobile-carousel--image {
    padding: 0 0.75rem;
    min-width: 70%;
  }
}
.react-pdp--images__mobile-carousel--index {
  position: absolute;
  bottom: 20px;
  left: 28px;
  font-size: 13px;
  z-index: 1;
}
.react-pdp--images__scrollbar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 92%;
  height: 4px;
  background: #F2F2F2;
  margin: 0 1.2rem;
}
@media (min-width: 544px) {
  .react-pdp--images__scrollbar {
    width: 88%;
    margin: 0 2rem;
  }
}
.react-pdp--images__scrollbar .custom-scrollbar {
  position: relative;
  height: 10px;
  background: #000000;
  transition: left 0.3s;
}
.react-pdp--images__zoom {
  max-width: 700px !important;
  padding: 1rem;
}
.react-pdp--images__zoom button {
  display: inline;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  background: none;
  border: 0;
  margin: 4px 0;
  width: 100%;
  background-color: gray;
  height: 10px;
  width: 10px;
  margin: 10px;
  opacity: 0.5;
}
.react-pdp--images__zoom--wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.react-pdp--images__zoom .zoom-controls {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.react-pdp--images__zoom .zoom-prev, .react-pdp--images__zoom .zoom-next {
  display: flex;
  border: 0;
  width: 75px;
  height: 9px;
  cursor: pointer;
  justify-content: center;
  background-color: transparent;
}
.react-pdp--images__zoom .zoom-prev::before, .react-pdp--images__zoom .zoom-next::before {
  content: "";
  background-image: url("../../images/angle-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 11px;
  width: 19px;
}
.react-pdp--images__zoom .zoom-prev::before {
  transform: rotate(90deg);
}
.react-pdp--images__zoom .zoom-next::before {
  transform: rotate(-90deg);
}
.react-pdp--images__zoom .zoom-dot.active {
  opacity: 1;
}
.react-pdp--images__gallery {
  display: flex;
  justify-content: center;
  position: relative;
  height: 365px;
}
@media (min-width: 769px) {
  .react-pdp--images__gallery {
    justify-content: end;
    min-width: 520px;
    height: 540px;
  }
}
.react-pdp--images__gallery.single-image {
  height: unset;
}
.react-pdp--images__gallery button {
  display: inline;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  background: none;
  border: 0;
  width: 100%;
}
.react-pdp--images__gallery--thumbs {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 540px;
  overflow: hidden;
  width: 75px;
  position: relative;
  margin-right: 8px;
}
.react-pdp--images__gallery--thumbs .thumbnail {
  width: 75px;
  height: 75px;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  margin: 0;
  padding: 0;
}
.react-pdp--images__gallery--thumbs__wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 540px;
  overflow: hidden;
}
.react-pdp--images__gallery--thumbs img {
  display: block;
  width: 75px;
  -o-object-fit: cover;
     object-fit: cover;
}
.react-pdp--images__gallery--thumbs .video-button {
  position: relative;
  display: inline-block;
}
.react-pdp--images__gallery--thumbs .video-button .video_thumbail {
  display: block;
  width: 100%;
  height: auto;
}
.react-pdp--images__gallery--thumbs .video-button .video_thumbail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.react-pdp--images__gallery--thumbs .video-button .video_thumbail::after {
  content: url("../../images/play.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 36px;
  height: 41px;
}
.react-pdp--images__gallery--main {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 540px;
  max-height: 540px;
}
.react-pdp--images__gallery--main button {
  padding: 0;
}
.react-pdp--images__gallery--main img {
  width: 540px;
}
.react-pdp--images__control.disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.react-pdp--images__control {
  position: absolute;
  display: flex;
  border: 0;
  width: 75px;
  height: 9px;
  cursor: pointer;
  justify-content: center;
}
.react-pdp--images__control::before {
  content: "";
  background-image: url("../../images/angle-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 11px;
  width: 19px;
}
.react-pdp--images__control--prev {
  top: 4px;
}
.react-pdp--images__control--prev::before {
  transform: rotate(180deg);
}
.react-pdp--images__control--next {
  bottom: 1px;
}
.react-pdp--images__image {
  min-width: 80%;
  margin: 0 auto;
  padding: 0 0.2rem;
}
@media (min-width: 769px) {
  .react-pdp--images__image {
    padding: 0 0.75rem;
    min-width: 70%;
  }
}
.react-pdp--badges {
  display: flex;
  z-index: 3;
  position: relative;
}
.react-pdp--badges__badge {
  min-width: 100%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .react-pdp--badges__badge {
    min-width: 73%;
  }
}
.react-pdp--badges__badge .product-badge {
  position: absolute;
  margin: 0.9375rem 0 0 1px;
  font-size: 0.8125rem;
}
@media (min-width: 769px) {
  .react-pdp--badges__badge .product-badge {
    margin-left: 0px;
    font-size: 0.875rem;
  }
}
.react-pdp--quantity {
  width: 7.375rem;
  border: 1px solid #000;
  font-family: KeysPSans, serif;
  font-size: 0.875rem;
  height: 45px;
}
.react-pdp--quantity button {
  border: 0;
  background: none;
  color: #000;
}
.react-pdp--quantity span {
  padding: 0 5px;
  min-width: 25px;
  font-family: KeysPSans, serif;
  font-size: 0.875rem;
}
.react-pdp--price {
  color: #000;
  margin: 1.5rem 0 0;
  font-family: KeysPSans, serif;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
}
.react-pdp--actions .add-to-bag {
  width: 100%;
}
.react-pdp--actions .add-to-bag .btn-addtobag {
  height: 45px;
}
.react-pdp--actions .add-to-bag .btn-addtobag span {
  font-family: KeysPSans, serif;
  font-size: 0.875rem;
  letter-spacing: 1px;
}
.react-pdp--exclusive-access img {
  width: 10px;
}
.react-pdp--mmm {
  font-weight: 600;
  font-family: KeysPSans, serif;
}
.react-pdp--mmm--modal a {
  font-family: ApercuLight, "Helvetica", sans-serif;
  text-transform: none;
  font-size: 1rem;
}
.react-pdp #product-tabs {
  margin-top: 2rem;
  font-family: Apercu, "Helvetica", sans-serif;
  font-weight: 300;
}
.react-pdp #product-tabs .tab-content {
  text-align: left;
}
.react-pdp #product-tabs button {
  color: #000;
}
.react-pdp #product-tabs #details-pid {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #6E7473;
}
.react-pdp #product-tabs strong {
  font-weight: 700;
}
.react-pdp #product-ingredients ul,
.react-pdp .secondary-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.react-pdp #product-ingredients .ingredient,
.react-pdp .secondary-content .ingredient {
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  .react-pdp #product-ingredients .ingredient,
  .react-pdp .secondary-content .ingredient {
    margin-bottom: initial;
  }
}
.react-pdp #product-ingredients .ingredient__title,
.react-pdp .secondary-content .ingredient__title {
  font-family: KeysPSans, serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.0125rem;
  color: #000;
  font-size: 1.125rem;
}
@media (min-width: 769px) {
  .react-pdp #product-ingredients .ingredient__title,
  .react-pdp .secondary-content .ingredient__title {
    font-size: 1.5625rem;
  }
}
.react-pdp #product-ingredients .ingredient__description,
.react-pdp .secondary-content .ingredient__description {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.54;
  color: #000;
}
.react-pdp #product-ingredients .ingredient__summary,
.react-pdp .secondary-content .ingredient__summary {
  font-family: "ApercuMedium", "Helvetica", sans-serif;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.38;
}
.react-pdp #product-ingredients details summary,
.react-pdp .secondary-content details summary {
  margin-bottom: 1rem;
  font-family: KeysPSans, serif;
  font-size: 0.625rem;
  font-weight: 600;
  list-style: none;
  letter-spacing: 0.01375rem;
  line-height: 1.4;
  color: #000;
}
@media (min-width: 769px) {
  .react-pdp #product-ingredients details summary,
  .react-pdp .secondary-content details summary {
    margin-bottom: initial;
  }
}
.react-pdp #product-ingredients details summary::-webkit-details-marker,
.react-pdp .secondary-content details summary::-webkit-details-marker {
  display: none;
}
.react-pdp #product-ingredients details summary:focus,
.react-pdp .secondary-content details summary:focus {
  outline: none;
}
.react-pdp #product-ingredients details summary::after,
.react-pdp .secondary-content details summary::after {
  content: "";
  display: inline-flex;
  height: 0.625rem;
  width: 0.625rem;
  left: 0.25rem;
  top: 0.1875rem;
  position: relative;
  background: url("../../images/dropdown-arrow.svg");
  background-repeat: no-repeat;
  background-size: 0.375rem;
}
.react-pdp #product-ingredients details[open] summary::after,
.react-pdp .secondary-content details[open] summary::after {
  transform: scaleY(-1);
  top: 0.0625rem;
}
.react-pdp #product-ingredients .secondary-ingredients,
.react-pdp .secondary-content .secondary-ingredients {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
  color: #000;
}
.react-pdp .video-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.react-pdp .mobile-video-player {
  display: flex;
  align-items: center;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 600;
}
.react-pdp .mobile-video-player::before {
  content: url("../../images/video-player-mobile.svg");
  margin-right: 0.25rem;
  width: 31px;
  height: 31px;
}
.react-pdp .mobile-video-player-container {
  display: flex;
  align-items: center;
}
.react-pdp .video {
  max-width: 100%;
  position: relative;
  overflow: hidden;
  height: 60vw;
}
@media (min-width: 769px) {
  .react-pdp .video {
    height: 310px;
    width: 540px;
    margin-top: 1rem;
  }
}
@media (min-width: 769px) {
  .react-pdp .carousel-video {
    height: 540px;
    width: 540px;
    margin-top: 0;
    transform: translateY(-10px);
  }
}
.react-pdp .react-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.react-pdp .card--header-text {
  font-weight: 600;
}
.react-pdp .accordion-detail-section {
  padding-right: 2rem;
  font-size: 0.9375rem;
}
@media (min-width: 769px) {
  .react-pdp .accordion-detail-section {
    font-size: 1rem;
  }
}
.react-pdp .price-container {
  padding-bottom: 10px;
  flex-wrap: wrap;
}
.react-pdp .react-pdp--short-description {
  margin-bottom: 1.5rem;
}
.react-pdp .pdp-content-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 769px) {
  .react-pdp .pdp-content-row {
    flex-direction: row;
  }
}
.react-pdp .icon-label {
  margin-top: 0.5rem;
  font-family: Apercu, "Helvetica", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
}
.react-pdp .quantity-cta-container {
  padding: 10px 0 10px 0;
  display: flex;
}
.react-pdp .quantity-cta-container-sticky {
  display: none;
  top: calc(100% - 45px);
  width: 100%;
  position: fixed;
  left: 0;
  z-index: 90;
  background-color: #fff;
}
.react-pdp .quantity-cta-container-sticky.visible {
  display: flex;
}
@media (min-width: 769px) {
  .react-pdp .quantity-cta-container-sticky.visible {
    display: none;
  }
}
.react-pdp .keys-icons-container {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.react-pdp .keys-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  flex: 0 0 33.3%;
}
.react-pdp .keys-icon .icon-label {
  font-family: KeysPSans, serif;
  font-weight: 600;
  text-align: center;
  font-size: 0.625rem;
}
.react-pdp .breadcrumbs .breadcrumb-container {
  padding: 0;
  list-style: none;
  display: flex;
}
.react-pdp .breadcrumbs .breadcrumb-text {
  font-family: KeysPSans, serif;
  text-transform: none;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0.01em;
  text-align: left;
}
.react-pdp .breadcrumbs .breadcrumb-link {
  color: #666666;
  text-decoration: none;
}
.react-pdp .breadcrumbs .breadcrumb-link:hover, .react-pdp .breadcrumbs .breadcrumb-link:focus {
  text-decoration: underline;
}
.react-pdp .breadcrumbs .breadcrumb-divider {
  color: #666666;
  padding: 0 0.5em;
}
.react-pdp .product-set__price {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.01625rem;
  color: #000;
}
.react-pdp .product-set__image-container {
  min-width: 142px;
  min-height: 142px;
}
.react-pdp .product-set__selector {
  font-family: KeysPSans, serif;
  padding-top: 0.625rem;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.react-pdp .product-set__selector .product-set__price {
  text-transform: uppercase;
  padding-top: 1.25rem;
}
.react-pdp .product-set__selector [type=checkbox] {
  position: absolute;
  left: -9999px;
}
.react-pdp .product-set__selector [type=checkbox]:not(:disabled) + label {
  cursor: pointer;
}
.react-pdp .product-set__selector [type=checkbox]:disabled + label, .react-pdp .product-set__selector [type=checkbox]:disabled + label::before {
  opacity: 0.5;
}
.react-pdp .product-set__selector [type=checkbox]:checked + label::after {
  content: "";
  transform: rotate(45deg) translateX(3px) translateY(-5px);
  height: 11px;
  width: 5px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
}
.react-pdp .product-set__selector [type=checkbox]:focus:not(:disabled) + label::before, .react-pdp .product-set__selector [type=checkbox]:hover:not(:disabled) + label::before {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.react-pdp .product-set__selector label::before {
  content: "";
  border: 1px solid #000;
  min-width: 1rem;
  min-height: 1rem;
  display: flex;
  justify-content: center;
}
.react-pdp .product-set__selector label.swatch::before {
  content: initial;
}
.react-pdp .product-set__line-item {
  border-top: 1px solid #d3d3d3;
  padding: 0.9375rem 0.625rem;
  align-items: center;
}
.react-pdp .product-set__line-item:last-of-type {
  border-bottom: 1px solid #d3d3d3;
}
.react-pdp .product-set__line-item img {
  max-height: 6.375rem;
}
.react-pdp .product-set__line-item-details {
  text-transform: uppercase;
  font-size: 1rem;
  color: #000;
  letter-spacing: 0.03125rem;
  line-height: 1.25;
}
.react-pdp .product-set__line-item-details a {
  font-family: KeysPSans, serif;
  font-weight: 600;
  font-size: 0.875rem;
}
.react-pdp .product-set__line-item-details .react-price {
  font-size: 0.875rem;
  font-weight: 600;
}
.react-pdp .product-set__line-item-details .react-price.pdp span {
  font-family: KeysPSans, serif;
  font-weight: 700;
  font-size: 1rem;
}
@media (min-width: 769px) {
  .react-pdp .product-set__line-item-details .react-price.pdp span {
    font-size: 1.25rem;
  }
}
.react-pdp .product-set__description {
  margin: 1.875rem 0;
}
.react-pdp .shade-finder a {
  font-family: KeysPSans, serif;
}

.modal-video {
  height: 80vw;
}

.product-set-value {
  font-style: italic;
  font-family: KeysPSans, serif;
  font-weight: 700;
  text-transform: uppercase;
}
/*# sourceMappingURL=detail.css.map*/