.product-media__inner {
  display: flex;
  gap: 0.2272727273rem;
}
@media screen and (max-width: 991px) {
  .product-media__inner {
    flex-direction: column-reverse;
  }
}
.product-media__thumbs-swiper {
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 10%;
}
@media screen and (max-width: 991px) {
  .product-media__thumbs-swiper {
    width: 100%;
  }
}
.product-media__thumbs-swiper .product-media__thumb-swiper-slide {
  cursor: pointer;
  height: auto !important;
  opacity: 0.5;
}
@media screen and (max-width: 991px) {
  .product-media__thumbs-swiper .product-media__thumb-swiper-slide {
    max-height: 2.4545454545rem;
  }
}
.product-media__thumbs-swiper .product-media__thumb-swiper-slide.swiper-slide-thumb-active {
  border: solid 0.0454545455rem #BEADA2;
  opacity: 1;
}
.product-media__thumbs-swiper .product-media__thumb-swiper-slide--rituals {
  position: relative;
}
.product-media__thumbs-swiper .product-media__thumb-swiper-slide--rituals .product-media__thumb-swiper-slide--icon {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
}
.product-media__swiper {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 90%;
}
@media screen and (max-width: 991px) {
  .product-media__swiper {
    width: 100%;
  }
}
.product-media__swiper .product-media__swiper-button {
  background-color: transparent;
  border: none;
}
.product-media__swiper .product-media__swiper-button-prev::after {
  content: url('data:image/svg+xml,<svg width="11" height="20" viewBox="0 0 11 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 19L0.999999 10L10 1" stroke="%23BEADA2" stroke-linecap="round"/></svg>');
}
.product-media__swiper .product-media__swiper-button-next::after {
  content: url('data:image/svg+xml,<svg width="11" height="20" viewBox="0 0 11 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L10 10L1 19" stroke="%23BEADA2" stroke-linecap="round"/></svg>');
}
.product-media__swiper-slide {
  margin-right: 0;
}
.product-media__swiper-slide .product-media__featured-image {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/5;
}
@media screen and (min-width: 992px) {
  .product-media__swiper-slide .product-media__featured-image {
    height: 28.7272727273rem;
    -o-object-position: center;
       object-position: center;
    aspect-ratio: unset;
  }
}
@media screen and (min-width: 992px) {
  .product-media__swiper-slide .product-media__featured-image__featured-video {
    height: 28.8181818182rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.product-media__swiper-slide--rituals {
  position: relative;
}
.product-media__swiper-slide--rituals .product-media__swiper-slide--rituals-trigger {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  width: 2.9090909091rem;
  height: 2.9090909091rem;
  cursor: pointer;
}
.product-media__featured-image, .product-media__thumb-featured-image {
  display: block;
  height: 100%;
  margin: 0 auto;
  width: 100%;
}
.product-media__featured-video, .product-media__thumb-featured-video {
  display: block;
  height: 100%;
  margin: 0 auto;
  width: 100%;
}
.product-media__external-video, .product-media__thumb-external-video {
  display: block;
  height: 100%;
  margin: 0 auto;
  width: 100%;
}
.product-media__3d-model, .product-media__thumb-3d-model {
  display: block;
  height: 100%;
  margin: 0 auto;
  width: 100%;
}

.product-badge {
  background-color: #F6F4EE;
  position: absolute;
  left: 0.4545454545rem;
  padding: 0.2272727273rem 0.3636363636rem;
  top: 0.4545454545rem;
  z-index: 2;
}
.product-badge__inner {
  color: #2F5115;
  font-family: "Trade Gothic", sans-serif;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.product-form__selectors {
  border-bottom: solid 0.0454545455rem #E3DAD5;
  border-top: solid 0.0454545455rem #E3DAD5;
  margin-bottom: 0.9090909091rem;
  padding: 0.9090909091rem 0;
}
.product-form__option-wrapper {
  margin-bottom: 0.7272727273rem;
}
.product-form__option-wrapper:last-of-type {
  margin-bottom: 0;
}
.product-form__options-list {
  display: flex;
  flex-direction: row;
  gap: 0.7272727273rem;
}
.product-form__option-name {
  color: #17280A;
  font-family: "Trade Gothic", sans-serif;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  margin-bottom: 0.3636363636rem;
}
.product-form__option-name[data-option-name=select-metal] {
  display: flex;
  flex-direction: row;
}
.product-form__option-name[data-option-name=select-metal] .product-form__option-trigger {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-left: 0.3636363636rem;
}
.product-form__option-popup {
  background-color: #ECE8E0;
  max-width: 11.1363636364rem;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1041;
}
@media screen and (max-width: 991px) {
  .product-form__option-popup {
    max-width: 12.7272727273rem;
    width: 12.7272727273rem;
  }
}
.product-form__option-popup--inner {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding: 1.4545454545rem 1.0909090909rem 1.5454545455rem 0.7272727273rem;
}
.product-form__option-popup--content {
  color: #17280A;
  font-family: "Trade Gothic", sans-serif;
  font-weight: 400;
  font-size: 0.5909090909rem;
  letter-spacing: 0.0118181818rem;
  line-height: 0.9090909091rem;
}
.product-form__option-popup--content p, .product-form__option-popup--content div, .product-form__option-popup--content span, .product-form__option-popup--content a, .product-form__option-popup--content ul, .product-form__option-popup--content ol, .product-form__option-popup--content li {
  color: #17280A;
  font-family: "Trade Gothic", sans-serif;
  font-weight: 400;
  font-size: 0.5909090909rem;
  letter-spacing: 0.0118181818rem;
  line-height: 0.9090909091rem;
}
.product-form__option-popup--content p {
  margin-bottom: 0.7272727273rem;
}
.product-form__option-popup--content p:last-of-type {
  margin-bottom: 0;
}
.product-form__option-popup--close {
  cursor: pointer;
  margin-bottom: 0.3636363636rem;
  margin-left: auto;
}
.product-form__option-popup--overlay {
  background-color: #BEADA2;
  bottom: 0;
  left: 0;
  opacity: 0.4;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  z-index: 1040;
}
.product-form__option .product-form__option-input:checked + .product-form__option-label {
  color: #17280A;
  text-decoration: underline;
}
.product-form__option .product-form__option-label {
  color: #17280A;
  font-family: "Trade Gothic", sans-serif;
  font-weight: 400;
  font-size: 0.5909090909rem;
  letter-spacing: 0.0118181818rem;
  line-height: 0.9090909091rem;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.product-form__option .product-form__option-label:hover {
  text-decoration: underline;
}
.product-form__buttons button[product-form=submit] {
  font-family: "Trade Gothic", sans-serif;
  font-size: 0.5rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  padding: 0.9090909091rem 1.1363636364rem;
  text-transform: uppercase;
  width: 100%;
}
.product-form__installment {
  filter: grayscale(1);
  margin-top: clamp(0.4545454545rem, 0.9920634921vw, 0.6818181818rem);
}
.product-form__installment shopify-payment-terms {
  color: #17280A;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .product-form__installment shopify-payment-terms {
    font-size: 0.5rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 440px) {
  .product-form__installment shopify-payment-terms {
    font-size: 0.4090909091rem;
  }
}
@media screen and (max-width: 320px) {
  .product-form__installment shopify-payment-terms {
    font-size: 0.3636363636rem;
  }
}
.product-form__estimated-delivery {
  margin-top: 0.2727272727rem;
}
.product-form__estimated-delivery--inner {
  color: #17280A;
  font-family: "Trade Gothic", sans-serif;
  font-weight: 400;
  font-size: 0.5909090909rem;
  letter-spacing: 0.0118181818rem;
  line-height: 0.9090909091rem;
}
.product-form__estimated-delivery--inner span,
.product-form__estimated-delivery--inner [data-expected-delivery-date] {
  color: #17280A;
  font-family: "Trade Gothic", sans-serif;
  font-weight: 400;
  font-size: 0.5909090909rem;
  letter-spacing: 0.0118181818rem;
  line-height: 0.9090909091rem;
}

.product-details__tabs-list {
  border-bottom: solid 0.0454545455rem #E3DAD5;
  display: flex;
  flex-direction: row;
  gap: clamp(0.6818181818rem, 1.9841269841vw, 1.3636363636rem);
}
.product-details__tab {
  border-bottom: solid 0.0454545455rem transparent;
  color: #17280A;
  cursor: pointer;
  font-family: "Trade Gothic", sans-serif;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  padding: 0.7727272727rem 0;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}
.product-details__tab--active {
  border-bottom: solid 0.0454545455rem #BEADA2;
}
.product-details__panels {
  margin-top: 0.9090909091rem;
}
@media screen and (min-width: 992px) {
  .product-details__panel {
    -ms-overflow-style: none;
    height: 4.5454545455rem;
    overflow: auto;
  }
  .product-details__panel::-webkit-scrollbar {
    width: 0.2272727273rem;
  }
  .product-details__panel::-webkit-scrollbar-track {
    background: #ECE8E0;
    border-radius: 0;
  }
  .product-details__panel::-webkit-scrollbar-thumb {
    background-color: #BEADA2;
    border-radius: 0;
  }
}
.product-details__panel .metafield-rich_text_field > *:not(h1, h2, h3, h4, h5, h6) {
  color: #17280A;
  font-family: "Trade Gothic", sans-serif;
  font-size: 0.5909090909rem;
  font-weight: 400;
  line-height: 0.9090909091rem;
  letter-spacing: 0.0118181818rem;
}
.product-details__panel .metafield-rich_text_field p:last-of-type, .product-details__panel .metafield-rich_text_field div:last-of-type, .product-details__panel .metafield-rich_text_field ul:last-of-type, .product-details__panel .metafield-rich_text_field ol:last-of-type {
  margin-bottom: 0;
}
.product-details__panel .metafield-rich_text_field h1, .product-details__panel .metafield-rich_text_field h2, .product-details__panel .metafield-rich_text_field h2, .product-details__panel .metafield-rich_text_field h4, .product-details__panel .metafield-rich_text_field h5, .product-details__panel .metafield-rich_text_field h6 {
  color: #17280A;
  font-family: "Trade Gothic", sans-serif;
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  margin-bottom: 0.2727272727rem;
  text-transform: uppercase;
}
.product-details__panel .metafield-rich_text_field a {
  text-decoration: underline;
}
.product-details__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-details__list--large .product-details__list-item--head {
  min-width: 4.4545454545rem;
}
.product-details__list-item {
  align-items: center;
  display: flex;
  gap: 2.0454545455rem;
  margin-bottom: 0.0909090909rem;
}
.product-details__list-item--head, .product-details__list-item--body {
  color: #17280A;
  font-family: "Trade Gothic", sans-serif;
  font-size: 0.5909090909rem;
  font-weight: 400;
  line-height: 0.9090909091rem;
  letter-spacing: 0.0118181818rem;
}
.product-details__list-item--head {
  min-width: 3.6363636364rem;
}
.product-details__list-item--body a {
  color: #17280A !important;
  font-family: "Trade Gothic", sans-serif;
  font-size: 0.5909090909rem;
  font-weight: 400;
  line-height: 0.9090909091rem;
  letter-spacing: 0.0118181818rem;
  text-decoration: underline;
}
.product-details__list-item--note {
  margin-top: 0.6818181818rem;
}

.product-upsell {
  background-color: #F1EEE7;
  border: solid 0.0454545455rem #E3DAD5;
  margin-top: 1.8181818182rem;
  position: relative;
}
.product-upsell__inner {
  align-items: center;
  display: grid;
  grid-template-areas: "product content";
  grid-template-columns: fit-content(104px) 1fr;
}
.product-upsell__product {
  grid-area: product;
  height: 100%;
}
.product-upsell__product a {
  display: block;
  height: 100%;
}
.product-upsell__media {
  height: 100%;
  overflow: hidden;
}
.product-upsell__featured-image {
  display: block;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.product-upsell__featured-image:hover {
  transform: scale(1.03);
}
.product-upsell__content {
  align-items: center;
  display: grid;
  gap: 0.6818181818rem;
  grid-template-areas: "meta actions";
  grid-template-columns: fit-content(230px) fit-content(130px);
  justify-content: space-between;
  padding: clamp(0.6818181818rem, 1.3227513228vw, 0.9090909091rem);
}
.product-upsell__meta {
  grid-area: meta;
}
@media screen and (max-width: 500px) {
  .product-upsell__meta {
    max-width: 100%;
  }
}
.product-upsell__caption .metafield-single_line_text_field {
  color: #17280A;
  font-family: "Trade Gothic", sans-serif;
  font-size: 0.5909090909rem;
  font-weight: 400;
  letter-spacing: 0.0118181818rem;
  line-height: 0.9090909091rem;
}
.product-upsell__popup-trigger {
  color: #17280A;
  cursor: pointer;
  font-family: "Trade Gothic", sans-serif;
  font-size: 0.5909090909rem;
  font-weight: 400;
  letter-spacing: 0.0118181818rem;
  line-height: 0.9090909091rem;
  margin-left: 0.1818181818rem;
  text-decoration: underline;
}
.product-upsell__price {
  color: #17280A;
  font-family: "Trade Gothic", sans-serif;
  font-size: 0.5909090909rem;
  font-weight: 700;
  letter-spacing: 0.0118181818rem;
  line-height: 0.9090909091rem;
}
@media screen and (max-width: 500px) {
  .product-upsell__price {
    display: none;
  }
}
.product-upsell__actions {
  grid-area: actions;
}
@media screen and (max-width: 500px) {
  .product-upsell__actions {
    display: none;
  }
}
.product-upsell__button {
  background-color: transparent;
  border: solid 0.0454545455rem #17280A;
  color: #17280A;
  font-family: "Trade Gothic", sans-serif;
  font-weight: 700;
  font-size: 0.5rem;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  padding: 0.7727272727rem 1rem;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}
.product-upsell__button:hover {
  background-color: #17280A;
  color: #F1EEE7;
}
.product-upsell__button-disabled {
  background-color: transparent;
  border: solid 0.0454545455rem #17280A;
  color: #17280A;
  cursor: not-allowed !important;
  font-family: "Trade Gothic", sans-serif;
  font-weight: 700;
  font-size: 0.5rem;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  opacity: 0.5;
  padding: 0.7727272727rem 0.5454545455rem;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}
.product-upsell__button-disabled:hover {
  background-color: #17280A;
  color: #F1EEE7;
}
.product-upsell__mobile-actions {
  border-top: solid 0.0454545455rem #E3DAD5;
}
@media screen and (min-width: 501px) {
  .product-upsell__mobile-actions {
    display: none;
  }
}
.product-upsell__mobile-button {
  background-color: transparent;
  border: none;
  color: #17280A;
  font-family: "Trade Gothic", sans-serif;
  font-weight: 700;
  font-size: 0.5rem;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  padding: 0.4545454545rem 1.0909090909rem;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.product-upsell__mobile-button-disabled {
  background-color: transparent;
  border: none;
  color: #17280A;
  cursor: not-allowed;
  font-family: "Trade Gothic", sans-serif;
  font-weight: 700;
  font-size: 0.5rem;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  opacity: 0.5;
  padding: 0.4545454545rem 1.0909090909rem;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.product-upsell__popup {
  background-color: #ECE8E0;
  left: 50%;
  max-width: 13.4545454545rem;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1041;
}
@media screen and (max-width: 991px) {
  .product-upsell__popup {
    width: 90%;
  }
}
.product-upsell__popup--inner {
  padding: 0.9090909091rem 0.9090909091rem 2.2727272727rem;
}
.product-upsell__popup--close {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-bottom: 1.4545454545rem;
  width: 1.1818181818rem;
}
.product-upsell__popup--close > * {
  pointer-events: none;
}
.product-upsell__popup--content .metafield-rich_text_field div, .product-upsell__popup--content .metafield-rich_text_field p, .product-upsell__popup--content .metafield-rich_text_field span, .product-upsell__popup--content .metafield-rich_text_field ul, .product-upsell__popup--content .metafield-rich_text_field ol, .product-upsell__popup--content .metafield-rich_text_field li {
  color: #17280A;
  font-family: "Trade Gothic", sans-serif;
  font-size: 0.5909090909rem;
  font-weight: 400;
  letter-spacing: 0.0118181818rem;
  line-height: 0.9090909091rem;
}
.product-upsell__popup--button {
  background-color: transparent;
  border: solid 0.0454545455rem #17280A;
  color: #17280A;
  cursor: pointer;
  font-family: "Trade Gothic", sans-serif;
  font-weight: 700;
  font-size: 0.5rem;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  padding: 0.4090909091rem 0.9090909091rem;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.product-upsell__popup--button:hover {
  background-color: #17280A;
  color: #F1EEE7;
}
.product-upsell__popup--button-disabled {
  background-color: transparent;
  border: solid 0.0454545455rem #17280A;
  color: #17280A;
  cursor: not-allowed;
  font-family: "Trade Gothic", sans-serif;
  font-weight: 700;
  font-size: 0.5rem;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  opacity: 0.5;
  padding: 0.4090909091rem 0.9090909091rem;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.product-upsell__popup--button-disabled:hover {
  background-color: #17280A;
  color: #F1EEE7;
}
.product-upsell__popup--overlay {
  background-color: #BEADA2;
  bottom: 0;
  left: 0;
  opacity: 0.4;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  z-index: 1040;
}

.popup-ritual {
  bottom: -8%;
  position: absolute;
  left: 14%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .popup-ritual {
    bottom: -13%;
  }
}
@media screen and (max-width: 991px) {
  .popup-ritual {
    display: none;
  }
}
.popup-ritual__wrapper {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  gap: 0.6818181818rem;
}
.popup-ritual__thumb {
  cursor: pointer;
  overflow: hidden;
}
.popup-ritual__featured-image {
  display: block;
  height: 5.3636363636rem;
  margin: 0 auto;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  width: 4.3181818182rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.popup-ritual__featured-image:hover {
  transform: scale(1.03);
}
.popup-ritual__meta {
  padding-bottom: 1rem;
}
.popup-ritual__trigger {
  align-items: center;
  color: #17280A;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-family: "Trade Gothic", sans-serif;
  font-size: 0.5rem;
  font-weight: 700;
  gap: 0.4090909091rem;
  letter-spacing: 0.05rem;
  line-height: 1.2;
}
.popup-ritual__trigger > * {
  pointer-events: none;
}
.popup-ritual__modal {
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
  width: 26.6363636364rem;
  z-index: 1041;
}
@media screen and (max-width: 1024px) {
  .popup-ritual__modal {
    width: 23.2727272727rem;
  }
}
@media screen and (max-width: 991px) {
  .popup-ritual__modal {
    width: 90%;
  }
}
.popup-ritual__modal--wrapper {
  position: relative;
  display: block;
  height: 80lvh;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.popup-ritual__modal--close {
  cursor: pointer;
  position: absolute;
  right: 0.9090909091rem;
  top: 0.9090909091rem;
  z-index: 1;
}
.popup-ritual__modal--close > * {
  pointer-events: none;
}
.popup-ritual__modal--media > video {
  width: 100%;
  height: 100%;
}
.popup-ritual__modal--overlay {
  background-color: #BEADA2;
  bottom: 0;
  left: 0;
  opacity: 0.4;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  z-index: 1040;
}

.product {
  padding-bottom: clamp(3.1818181818rem, 9.2592592593vw, 6.3636363636rem);
}
@media screen and (min-width: 992px) {
  .product {
    margin-top: 2.1363636364rem !important;
  }
}
.product__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 51.8181818182rem;
}
.product__grid {
  display: flex;
  flex-direction: row;
  gap: 1.3636363636rem;
}
@media screen and (max-width: 991px) {
  .product__grid {
    flex-direction: column;
  }
}
.product__grid-item {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .product__grid-item {
    width: 100%;
  }
}
.product__media-inner {
  position: relative;
}
@media screen and (min-width: 992px) {
  .product__media-inner {
    position: sticky;
    top: 0.3636363636rem;
  }
}
.product__content .product__title {
  color: #17280A;
  font-family: "Saol Display", sans-serif;
  font-size: clamp(1.3636363636rem, 3.1746031746vw, 2.1818181818rem) !important;
  font-weight: 300;
  letter-spacing: -1.44px;
  line-height: 1.4;
  margin: 0 0 0.3636363636rem 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.product__content .product__meta {
  margin: 0 0 0.3636363636rem 0;
}
.product__content .product__meta--inner {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.3636363636rem;
}
.product__content .product__meta--divider {
  color: #17280A;
  font-family: "Trade Gothic", sans-serif;
  font-weight: 400;
  font-size: 0.5909090909rem;
  line-height: 0.9090909091rem;
  letter-spacing: 0.0118181818rem;
}
.product__content .product__pricing {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.product__content .product__pricing .product__price {
  color: #17280A;
  font-family: "Trade Gothic", sans-serif;
  font-weight: 400;
  font-size: 0.5909090909rem;
  line-height: 0.9090909091rem;
  letter-spacing: 0.0118181818rem;
}
.product__content .product__pricing .product__compare-at-price {
  color: #17280A;
  font-family: "Trade Gothic", sans-serif;
  font-weight: 400;
  font-size: 0.5454545455rem;
  line-height: 0.8636363636rem;
  letter-spacing: 0.0109090909rem;
  margin-right: 0.3636363636rem;
  opacity: 0.6;
  text-decoration: line-through;
}
.product__content .product__reviews .jdgm-widget .jdgm-prev-badge__stars .jdgm-star {
  color: #BEADA2;
}
.product__content .product__reviews .jdgm-widget .jdgm-prev-badge__text {
  color: #17280A;
  font-family: "Trade Gothic", sans-serif;
  font-weight: 400;
  font-size: 0.5454545455rem;
  line-height: 0.8636363636rem;
  letter-spacing: 0.0109090909rem;
}
.product__content .product__reviews .jdgm-widget .jdgm-prev-badge[data-number-of-reviews="0"] .jdgm-prev-badge__text {
  display: none;
}
.product__content .product__caption {
  color: #17280A;
  font-family: "Trade Gothic", sans-serif;
  font-weight: 400;
  font-size: 0.5909090909rem;
  line-height: 0.9090909091rem;
  letter-spacing: 0.0118181818rem;
  margin-bottom: 0.9090909091rem;
  max-width: 15.9090909091rem;
}
.product__content .product__form {
  margin-bottom: 0.7272727273rem;
}
.product__content .product__form .product__sticky-atc {
  background-color: #F6F4EE;
  border-top: solid 0.0454545455rem #E3DAD5;
  transition: all 0.3s ease-in-out;
}
.product__content .product__form .product__sticky-atc--hidden {
  bottom: -100%;
}
@media screen and (max-width: 991px) {
  .product__content .product__form .product__sticky-atc--hidden {
    bottom: 0;
  }
}
.product__content .product__form .product__sticky-atc--grid {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.product__content .product__form .product__sticky-atc--meta {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.product__content .product__form .product__sticky-atc--media {
  margin-right: 0.9090909091rem;
}
@media screen and (max-width: 991px) {
  .product__content .product__form .product__sticky-atc--media {
    margin-right: 0.5454545455rem;
  }
}
.product__content .product__form .product__sticky-atc--featured-image {
  display: block;
  height: 2.8181818182rem;
  margin: 0 auto;
  width: 2.8181818182rem;
}
.product__content .product__form .product__sticky-atc--heading {
  color: #17280A;
  font-family: "Trade Gothic", sans-serif;
  font-size: 0.5909090909rem;
  font-weight: 400;
  letter-spacing: 0.0118181818rem;
  line-height: 0.9090909091rem;
}
.product__content .product__form .product__sticky-atc--actions {
  padding-right: 0.5454545455rem;
}
@media screen and (max-width: 991px) {
  .product__content .product__form .product__sticky-atc--actions {
    padding-right: 0.2727272727rem;
  }
}
.product__content .product__form .product__sticky-atc--actions button[product-form=sticky-bar-button] {
  font-family: "Trade Gothic", sans-serif;
  font-size: 0.5rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  min-width: 8.9545454545rem;
  padding: 0.7272727273rem 1.6818181818rem;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .product__content .product__form .product__sticky-atc--actions button[product-form=sticky-bar-button] {
    min-width: 6.9545454545rem;
    padding-left: 0.6818181818rem;
    padding-right: 0.6818181818rem;
  }
}
.product__content .product__value-prop {
  margin-bottom: 0.9090909091rem;
  margin-top: 0.9090909091rem;
}
.product__content .product__value-prop--inner {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.product__content .product__value-prop--icon {
  margin-right: 0.3636363636rem;
}
@media screen and (max-width: 991px) {
  .product__content .product__value-prop--icon {
    margin-right: 0.8181818182rem;
  }
}
.product__content .product__value-prop--icon .icon--value-prop {
  animation: iconScale 1.8s ease-in-out infinite;
  transform-origin: center center;
}
@keyframes iconScale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
.product__content .product__value-prop--content {
  color: #17280A;
}
.product__content .product__value-prop--content p, .product__content .product__value-prop--content div, .product__content .product__value-prop--content ul, .product__content .product__value-prop--content ol, .product__content .product__value-prop--content span, .product__content .product__value-prop--content a {
  color: #17280A;
  font-family: "Trade Gothic", sans-serif;
  font-size: 0.5909090909rem;
  font-weight: 400;
  letter-spacing: 0.0118181818rem;
  line-height: 0.9090909091rem;
  margin: 0;
  padding: 0;
}
.product__content .product__value-prop--content a {
  text-decoration: underline;
}
@media screen and (min-width: 1440px) {
  .product__content-inner {
    max-width: 25rem;
  }
}/*# sourceMappingURL=product-page.min.css.map */
