/** Shopify CDN: Minification failed

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

**/
.product {
  margin: 0;
  padding-bottom: var(--margin);
/*   background: #F2F2F2; */
}
@media screen and (min-width: 750px) {
  .product {
    padding-bottom: 0;
  }
  .product__media-wrapper {
    /* padding-bottom: 0; */
  }
}

.product--no-media {
  max-width: 57rem;
  margin: 0 auto;
}

.product-section {
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (min-width: 750px) {
.product__media-wrapper {
  /* padding-left: var(--margin); */
  position: relative;
}
}

.product .loading-overlay {
  position: fixed;
}

.product .loading-overlay:not(.hidden) {
  z-index: 200;
}

.product__info-wrapper {
  /* padding-left: 0;
  padding-bottom: 0; */
}

@media screen and (max-width: 749px) {
  .product-section {
    margin-top: 0;
  }
  .product__media-icon {
    display: none !important;
  }
  .product__media-wrapper {
    /* padding-left: 0 !important; */
  }
}

@media screen and (min-width: 750px) {
  .product__info-container--sticky {
    position: sticky;
    top: 110px;
    z-index: 1;
  }

  .product__media-container .slider-buttons {
    display: none;
  }
}


@media screen and (min-width: 990px) {
  .product:not(.product--no-media) .product__media-wrapper {
    /* max-width: 50%;
    width: calc(64% - 1rem / 2); */
  }

  .product:not(.product--no-media) .product__info-wrapper {
    /* padding-left: 4rem;
    max-width: 40%;
    width: calc(40% - 1rem / 2); */
  }
  .product__info-wrapper {
    /* padding-left: 5rem;
    padding-bottom: 5rem; */
  }
}

/* Dynamic checkout */

.shopify-payment-button__button {
  border-radius: 0;
  min-height: 4.6rem;
  overflow: hidden;
}

.shopify-payment-button__button--unbranded {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border));
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.07rem;
}

.shopify-payment-button__button--unbranded:hover,
.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  box-shadow: 0 0 0 0.2rem rgba(var(--color-button), var(--alpha-button-border));
}

.shopify-payment-button__button--unbranded:focus {
  outline: 0.3rem solid rgb(var(--color-foreground));
  outline-offset: 0.3rem;
}

.shopify-payment-button__button--unbranded:focus-visible {
  outline: 0.3rem solid rgb(var(--color-foreground));
  outline-offset: 0.3rem;
}

.shopify-payment-button__button--unbranded:focus:not(:focus-visible) {
  outline: 0;
}

.shopify-payment-button__more-options {
  margin: 1.6rem 0 1rem;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

/* Product form */

.product-form {
  display: block;
}



.product-form__submit,
.klaviyo-bis-trigger,
#ProductPopup-klaviyo-bis {
  margin-bottom: 1rem;
  padding: 1.5rem 2rem;
  height: auto;
}

.product-form__submit[disabled] + .shopify-payment-button {
  display: none;
}

.product-form__submit.sweet-shop[disabled] {
  opacity: 1 !important;
}

/* Overrides */
.shopify-payment-button__more-options {
  color: rgb(var(--color-foreground));
}

.shopify-payment-button__button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}

/* Product info */
.product__info-container .product-form,
.product__info-container .product__description,
.product__info-container .share-button {
  margin: 1.5rem 0;
}

.product__text {
  margin-bottom: 0;
}

.product .afterpay {
/*   margin-bottom: 0; */
  margin-top: -.5rem;
}

shopify-payment-terms {
  font-size: 1rem;
  letter-spacing: normal;
}
.installment {
  margin: 0.5rem 0;
}

.stamped-main-badge {
  margin-bottom: 1rem;
}

a.product__text {
  display: block;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

.product__text.caption-with-letter-spacing {
  text-transform: uppercase;
}

.product__title {
  word-break: break-word;
  margin-top: 0;
  margin-bottom: 0;
  flex-grow: 1;
  font-weight: normal;
}
.product__price {
  font-size: 1.8rem;
}
@media screen and (max-width: 749px) {
  .product__title,
  .product__price {
    font-size: 2.2rem;
  }
}

.product__title + .product__text.caption-with-letter-spacing {
  margin-top: -1.5rem;
}

.product__text.caption-with-letter-spacing + .product__title {
  margin-top: 0;
}

.product__accordion .accordion__content {
  padding: 0;
}

.product .price {
  align-items: flex-start;
}

@media screen and (min-width: 990px) {
  .product__info-container .price__regular {
    width: 100%;
    text-align: right;
  }
}

.product .price--sold-out .price__badge-sold-out {
  background: transparent;
  color: rgb(var(--color-background));
  padding: 1rem 1.6rem 0 0.6rem;
  border: none;
}

.product .price--sold-out .price__badge-sale {
  display: none;
}

@media screen and (min-width: 750px) {
  .product__info-container > *:first-child {
    margin-top: 0;
  }
}

.product__description-title {
  font-weight: 600;
}

.product--no-media .product__title,
.product--no-media .product__text {
  text-align: center;
}

.product--no-media fieldset.product-form__input,
.product--no-media .product-form__quantity,
.product--no-media .product-form__input--dropdown,
.product--no-media .share-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product--no-media .product-form__quantity,
.product--no-media .product-form__input--dropdown {
  flex-direction: column;
  max-width: 100%;
}

.product--no-media fieldset.product-form__input {
  flex-wrap: wrap;
  margin: 0 auto 1.2rem auto;
}

.product--no-media .product__info-container > modal-opener {
  display: block;
  text-align: center;
}

.product--no-media .product-popup-modal__button {
  padding-right: 0;
}

.product--no-media .price {
  justify-content: center;
}

.product--no-media .product__info-wrapper {
  /* padding-left: 0; */
}

/* Product media */

@media screen and (max-width: 749px) {
  .product__media-list {
    /* margin-left: -2.5rem;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
    width: calc(100% + 4rem); */
  }

  .product__media-wrapper slider-component {
    /* margin-left: -1.5rem;
    margin-right: -1.5rem; */
  }

  .slider.product__media-list {
    padding-bottom: 0;
  }

  .slider.product__media-list::-webkit-scrollbar {
    height: 0.2rem;
    width: 0.2rem;
  }

  .product__media-list::-webkit-scrollbar-thumb {
    background-color: rgb(var(--color-foreground));
  }

  .product__media-list::-webkit-scrollbar-track {
    background-color: rgba(var(--color-foreground), 0.2);
  }

  .product__media-list .product__media-item {
    /* width: calc(100% - 3rem); */
  }

  .product__media-list .product__media-item:first-of-type {
    /* padding-left: 1.5rem; */
  }
}

@media screen and (min-width: 750px) {
  .product__media-item:first-child {
    width: 100%;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .product__media-list .product__media-item:first-child {
    /* padding-left: 0; */
  }

  .product__media-list .product__media-item {
    /* padding: 0 0 0.5rem; */
    width: 100%;
  }
}

.product__media-icon .icon {
  width: 1.2rem;
  height: 1.4rem;
}

.product__media-icon {
  background-color: rgb(var(--color-background));
  border-radius: 50%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  color: rgb(var(--color-foreground));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  z-index: 1;
  transition: color var(--duration-short) ease,
    opacity var(--duration-short) ease;
}

.product__media-video .product__media-icon {
  opacity: 1;
}

.product__modal-opener--image .product__media-toggle:hover {
  cursor: zoom-in;
}

.product__modal-opener:hover .product__media-icon {
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
}

@media screen and (min-width: 750px) {
  .grid__item.product__media-item--full {
    width: 100%;
  }
}

@media screen and (min-width: 990px) {
  .product__media-icon {
    opacity: 0;
  }

  .product__modal-opener:hover .product__media-icon,
  .product__modal-opener:focus .product__media-icon {
    opacity: 1;
  }
}

/* .product__media-item img,
.product__media-item video {
  border: 1px solid var(--color-border);
} */

/* .product__media-item > * {
  display: block;
  position: relative;
} */

.product__media {
  background-color: transparent;
}

.product__media-toggle {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}

.product-media-modal {
  background-color: rgb(var(--color-background));
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.product-media-modal[open] {
  visibility: visible;
  opacity: 1;
  z-index: 101;
}

.product-media-modal__dialog {
  display: flex;
  align-items: center;
  height: 100vh;
}

.product-media-modal__content {
  max-height: 100vh;
  width: 100%;
  overflow: auto;
}

.product-media-modal__content > *:not(.active),
.product__media-list .deferred-media {
  display: none;
}

@media screen and (min-width: 750px) {
  .product-media-modal__content {
    padding-bottom: 2rem;
  }

  .product-media-modal__content > *:not(.active) {
    display: block;
  }

  .product-media-modal__content > *:first-child {
    padding-top: 2rem;
  }

  .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }

  .product__media-list .deferred-media {
    display: block;
  }
}

.product-media-modal__content > * {
  display: block;
  height: auto;
  margin: auto;
}

.product-media-modal__content .media {
  background: none;
}

.product-media-modal__model {
  width: 100%;
}

.product-media-modal__toggle {
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgba(var(--color-foreground), 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  right: 2rem;
  padding: 1.2rem;
  position: fixed;
  z-index: 2;
  top: 2rem;
  width: 4rem;
}

.product-media-modal__content .deferred-media {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .product-media-modal__content > * {
    max-width: 96%;
    width: 100%;
  }

  .product-media-modal__content > * + * {
    margin-top: 2rem;
  }

  .product-media-modal__toggle {
    right: 4.8rem;
    top: 3.5rem;
  }
}

@media screen and (min-width: 990px) {
  .product-media-modal__content > * {
    max-width: 98%;
  }

  .product-media-modal__content > * + * {
    margin-top: 1.5rem;
  }

  .product-media-modal__content {
    padding-bottom: 1.5rem;
  }

  .product-media-modal__content > *:first-child {
    padding-top: 1.5rem;
  }

  .product-media-modal__toggle {
    right: 4.3rem;
    top: 3rem;
  }
}

.product-media-modal__toggle:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.product-media-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}

/* Product share */

.share-button {
  display: block;
  position: relative;
}

.share-button__button .icon-share {
  margin-right: 1rem;
}

.share-button__fallback {
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  background: rgb(var(--color-background));
  padding: 2rem;
  position: absolute;
  top: 4rem;
  left: -0.1rem;
  z-index: 3;
  width: 100%;
}

.share-button__fallback {
  display: flex;
  flex-direction: column;
}

.share-button__fallback .button {
  margin-top: 1rem;
}

.share-button__fallback .icon-clipboard {
  height: 1.4rem;
  width: 1.8rem;
}

.share-button__message:not(:empty) {
  font-size: 1.2rem;
  text-align: right;
  display: block;
  margin-top: 0.5rem;
}

/* Product popup */



.product-images__main {
  width: 70%;
  flex-grow: 1;
}

.product-images__main img {
  width: 100%;
  vertical-align: top;
}

.product-media__item {
  width: 100%;
  position: relative;
}

.product-thumbnails {
  position: relative;
  width: 11.6%;
  margin-right: 1.5%;
}


@media screen and (max-width: 749px) {
  .product-images__main {
    width: 100%;
  }
  .product-thumbnails {
    display: none;
  }
}
.product-thumbnails ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  flex-direction: column;
}
.product-thumbnails li {
  display: block;
}
.product-thumbnails li + li {
  margin-top: 10px;
}
.product-thumbnail {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-thumbnails .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
.product-thumbnails .icon-play path {
  fill: white;
}
.product-thumbnail .video--toggle {
  display: none;
}
.product-thumbnail img {
  vertical-align: top;
  width: 100%;
  height: auto;
/*   border: 1px solid var(--color-border); */
}

.product-badge {
  display: inline-block;
  border: 1px solid var(--color-border);
  padding: 2.5px 15px;
  text-decoration: none;
}
.product-badge + .product-badge {
  margin-left: 10px;
}
.afterpay {
  margin-top: 0;
}

.product__badge .badge img {
  width: auto;
}

.product-text__bold {
  font-weight: bold;
}

@media screen and (max-width: 749px) {
  .product__text,
  .low-inventory__message{
    text-align: center;
  }
}


.product-size-links {
  /* padding-top: 1rem;
  font-size: 1.5rem;
  display: flex; */
}
.product-size-links .product-popup-modal__button {
  /* height: auto;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
  margin-right: 1.5rem;
  padding-right: 0; */
}

@media screen and (min-width: 750px) {
  .product-size-links {
    /* padding-top: 1.8rem;
    font-size: 1.1rem;
    position: absolute;
    top: 0;
    right: 0; */
  }
  .product-size-links .product-popup-modal__button {
    /* font-size: 1.1rem;
    height: auto;
    text-underline-offset: 0.3rem;
    text-decoration-thickness: 0.1rem;
    transition: text-decoration-thickness var(--duration-short) ease;
      margin-right: 0;
      margin-left: 1.5rem;
      padding-right: 0;
      } */
}

.btn-heading {
  margin-bottom: var(--margin-half);
  background: #f0f0f0;
  color: #000000;
}
.find-my-size--submit {
  width: 80%;
  margin-top: var(--margin-half);
  max-width: 80%;
}
.form-group {
  margin: var(--margin-half) 0;
}
.unit-selectors {
  font-size: 11px;
}
.find-my-size__measurement-select {
  text-decoration: none;
}
.find-my-size__measurement-select.active {
  text-decoration: underline;
}
#ff-select label {
  display: block;
  margin-right: 20px;
  margin-bottom: 0;
  width: 30%;
}
#ff-select .select {
  width: 70%;
  background-color: white;
}

.find-my-size--return {
  font-size: 12px;
}

#ff-select .select__select.error {
  box-shadow: 0 0 0 0.1rem #ff0000;
}

.chat-with-expert .icon-chat {
  cursor: pointer;
  position: relative;
  /* top: 7px; */
  margin-right: .5rem;
  width: 16px;
}

/* Stamped Overrides */
.fa-star,
.fa-star-checked,
.fa-star-half-o,
.fa-star-o,
.stamped-fa-star,
.stamped-fa-star-checked,
.stamped-fa-star-half-o,
.stamped-fa-star-o {
  color: rgb(var(--color-foreground));
}
.stamped-badge-caption {
  font-size: 1.5rem;
}

.stamped-container ul.stamped-tabs li.active {
  background: rgb(var(--color-foreground)) !important; 
  border-bottom: 0 !important;
}


li#tab-questions[data-count][data-new-tab]::after, li#tab-reviews[data-count]::after {
  background: transparent !important;
}

.fa-star, .fa-star-checked, .fa-star-half-o, .fa-star-o, .stamped-fa-star, .stamped-fa-star-checked, .stamped-fa-star-half-o, .stamped-fa-star-o {
  color: #98D4FF !important;
  padding: 0;
}

.stamped-summary-actions-newquestion::before, 
.stamped-summary-actions-newreview::before, 
.stamped-summary-actions-mobile-filter i:before, 
.stamped-summary-actions-clear:before {
  color: rgb(var(--color-foreground)) !important;
}

.summary-rating-bar-content,
.stamped-summary .summary-rating-bar > div {
  background: #98D4FF !important;
}



.stamped-header .stamped-review-option-scale span, 
.stamped-review-option-scale-wrapper span {
  border-radius: 50% !important;
  background: #98D4FF !important;
}

.stamped-header .stamped-review-option-scale i, 
.stamped-review-option-scale-wrapper i {
  display: none !important;
}

.stamped-header .stamped-review-option-scale, 
.stamped-review-option-scale-wrapper {
  border-radius: 6px !important;
  border: 0 !important;
  background: #dfdfdf !important;
}

span.stamped-summary-recommend-percent {
  color: rgb(var(--color-foreground)) !important;
  margin-right: 0px !important;
}

/* Narvar Overrides */

.narvar-wrapper {
  padding-top: 15px;
}

.narvar-element .narvar-og {
  padding: 0 0 !important;
  background-color: transparent !important;
  border: 0 !important;
  font-size: 1.1rem;
  line-height: .9;
}
.narvar-og form > div {
  display: flex;
}
.narvar-og form input,
.narvar-og form button {
  font-size: 1.1rem;
  height: 4rem !important;
  padding: 1.5rem;
}

.narvar-og button {
  margin-top: 0 !important;
}

.narvar-icon {
  margin-right: var(--grid-spacing);
}
.narvar-icon svg {
  vertical-align: middle;
}



.product-form__input[data-option="Top Style"],
.product-form__input[data-option="Bottom Coverage"] {
  display: none;
}

@media screen and (max-width: 749px) {
  .template-product .product .product-form__input[data-option="Size"] input + label {
    padding: 5px 12px 4px;
    min-width: 4rem;
  }
  .template-product .product .product-form__input[data-option="Color"] input + label {
    margin: var(--grid-spacing-half);
    width: 37px !important;
    height: 37px !important;
  }
  .product__price {
    text-align: left;
  }
    
}

.stamped-review-product {
  /* max-width: 50px; */
}

.stamped-review-product img {
  width: 100%;
  height: auto;
}

.product-badges {
  padding-bottom: var(--grid-spacing);
}

.wk-button-product {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px !important;
  z-index: 2;
}

.product__info-container .price {
  /* font-size: 2rem; */
}

@media screen and (min-width: 750px) {
  .product__info-container .price {
    /* font-size: 1.8rem;
    padding-top: 4px; */
  }
  .product__info-container .product__price {
    /* width: 30%; */
  }
  .product__price .price__sale {
    justify-content: flex-end;
    width: 100%;
  }
}
  
#reviews .h2 {
  text-align: center;
  font-weight: normal;
}
.skincare__icon {
  font-size: 1.2rem;
  margin: 1rem 0;
}
.sc-icon {
  margin-right: .5rem;
}
.sc-icon svg {
  vertical-align: top;
  
}

.product__info-container .product-form__input[data-option="Color"] {
  display: block;
}

.variant-radios--wrapper.loading {
  position: relative;
  min-height: 100px;
}
.variant-radios--wrapper.loading:after {
  border-color: rgba(var(--color-foreground),.4);
  border-left-color: var(--color-foreground);
  top: 50%;
  left: 50%;
  margin-top: -1rem;
  margin-left: -1rem;
}

.template-product-gift-card .product-form__input--dropdown {
  display: block;
}

.pre-order__text {
  margin-top: .5rem;
  color: var(--color-red);
}

.template-product-shoes #ProductPopup-find-my-size {
  display: none;
}

#colors--secondary__button {
  background: 0;
  border: 0;
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}

.variant-radio[data-core-color="false"] {
  display: none;
}
.variant-radio[data-core-color="false"].visible {
  display: inline-block;
}

#full-ingredient-list__button {
  font-weight: bold;
  text-decoration: underline;
  margin-left: 1rem;
  cursor: pointer;
}

@media screen and (min-width: 750px) {
  .product__price  {
  text-align: right;
}
}

.product-images__main {
  position: relative;
}
.product__badge {
  position: absolute;
  display: flex;
  top: 1rem;
  left: 1rem;
  z-index: 2;
}
.product__badge .badge + .badge {
  margin-left: 1rem;
}