/*** Override Bootstrap colors */
/* stylelint-disable-next-line scss/no-global-function-names */
.pull-left-xs {
  float: left;
}

.pull-right-xs {
  float: right;
}

@media (min-width: 544px) and (max-width: 846.98px) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 847px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-left-xl {
    float: left;
  }
  .pull-right-xl {
    float: right;
  }
}
@media (max-width: 543.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-width: 846.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.row.equal-height > [class^=col] {
  display: flex;
}

/*** Override Bootstrap colors */
/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-original {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #f1efd3;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-original.disabled {
  opacity: 0.2;
}

.swatch-filter-original {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f1efd3;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #f1efd3;
  display: block;
  position: relative;
}
.swatch-filter-original.disabled {
  opacity: 0.2;
}

.swatch-circle-rose {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #ef8f94;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-rose.disabled {
  opacity: 0.2;
}

.swatch-filter-rose {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ef8f94;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #ef8f94;
  display: block;
  position: relative;
}
.swatch-filter-rose.disabled {
  opacity: 0.2;
}

.swatch-circle-bloom {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #ec7188;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-bloom.disabled {
  opacity: 0.2;
}

.swatch-filter-bloom {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ec7188;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #ec7188;
  display: block;
  position: relative;
}
.swatch-filter-bloom.disabled {
  opacity: 0.2;
}

.swatch-circle-nude {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #cc7e6f;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-nude.disabled {
  opacity: 0.2;
}

.swatch-filter-nude {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #cc7e6f;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #cc7e6f;
  display: block;
  position: relative;
}
.swatch-filter-nude.disabled {
  opacity: 0.2;
}

.swatch-circle-honey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #de7368;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-honey.disabled {
  opacity: 0.2;
}

.swatch-filter-honey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #de7368;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #de7368;
  display: block;
  position: relative;
}
.swatch-filter-honey.disabled {
  opacity: 0.2;
}

.swatch-circle-spice {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #cd4a44;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-spice.disabled {
  opacity: 0.2;
}

.swatch-filter-spice {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #cd4a44;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #cd4a44;
  display: block;
  position: relative;
}
.swatch-filter-spice.disabled {
  opacity: 0.2;
}

.swatch-circle-punch {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #ff3220;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-punch.disabled {
  opacity: 0.2;
}

.swatch-filter-punch {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff3220;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #ff3220;
  display: block;
  position: relative;
}
.swatch-filter-punch.disabled {
  opacity: 0.2;
}

.swatch-circle-coral {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #db1932;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-coral.disabled {
  opacity: 0.2;
}

.swatch-filter-coral {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #db1932;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #db1932;
  display: block;
  position: relative;
}
.swatch-filter-coral.disabled {
  opacity: 0.2;
}

.swatch-circle-tulip {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #f0557b;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-tulip.disabled {
  opacity: 0.2;
}

.swatch-filter-tulip {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f0557b;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #f0557b;
  display: block;
  position: relative;
}
.swatch-filter-tulip.disabled {
  opacity: 0.2;
}

.swatch-circle-candy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #e03c65;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-candy.disabled {
  opacity: 0.2;
}

.swatch-filter-candy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #e03c65;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #e03c65;
  display: block;
  position: relative;
}
.swatch-filter-candy.disabled {
  opacity: 0.2;
}

.swatch-circle-orchid {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #dd2d4c;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-orchid.disabled {
  opacity: 0.2;
}

.swatch-filter-orchid {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #dd2d4c;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #dd2d4c;
  display: block;
  position: relative;
}
.swatch-filter-orchid.disabled {
  opacity: 0.2;
}

.swatch-circle-poppy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #ee2c50;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-poppy.disabled {
  opacity: 0.2;
}

.swatch-filter-poppy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ee2c50;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #ee2c50;
  display: block;
  position: relative;
}
.swatch-filter-poppy.disabled {
  opacity: 0.2;
}

.swatch-circle-berry {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #bc3146;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-berry.disabled {
  opacity: 0.2;
}

.swatch-filter-berry {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #bc3146;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #bc3146;
  display: block;
  position: relative;
}
.swatch-filter-berry.disabled {
  opacity: 0.2;
}

.swatch-circle-ruby {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #b7002f;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-ruby.disabled {
  opacity: 0.2;
}

.swatch-filter-ruby {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #b7002f;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #b7002f;
  display: block;
  position: relative;
}
.swatch-filter-ruby.disabled {
  opacity: 0.2;
}

.swatch-circle-cherry {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #b10c20;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-cherry.disabled {
  opacity: 0.2;
}

.swatch-filter-cherry {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #b10c20;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #b10c20;
  display: block;
  position: relative;
}
.swatch-filter-cherry.disabled {
  opacity: 0.2;
}

.swatch-circle-blackberry {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #bc3146;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-blackberry.disabled {
  opacity: 0.2;
}

.swatch-filter-blackberry {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #bc3146;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #bc3146;
  display: block;
  position: relative;
}
.swatch-filter-blackberry.disabled {
  opacity: 0.2;
}

.swatch-circle-fig {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #984a5a;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-fig.disabled {
  opacity: 0.2;
}

.swatch-filter-fig {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #984a5a;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #984a5a;
  display: block;
  position: relative;
}
.swatch-filter-fig.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  transform: rotate(-35deg);
}

.color-attribute {
  background-color: transparent;
  border: none;
  padding: 0;
  position: relative;
  cursor: pointer;
}
.color-attribute:focus-visible {
  outline: none;
}
.color-attribute:focus-visible span {
  outline: 1px dotted #303e48;
  outline-offset: 2px;
}

.swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  background: #fff;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 8px;
  position: relative;
  border-radius: 50%;
  background-position: center;
}
.swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}

.circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: 8px;
  position: relative;
}
@media (min-width: 847px) {
  .circle {
    margin: 12px;
  }
}
.circle.active, .circle:hover {
  border: 1px solid #303e48;
  width: 40px;
  height: 40px;
  margin: 4px;
}
@media (min-width: 847px) {
  .circle.active, .circle:hover {
    margin: 8px;
  }
}
.circle.active::before, .circle:hover::before {
  display: block;
  content: " ";
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 4px solid #fff;
  position: absolute;
}
.circle.disabled {
  pointer-events: none;
}
.circle.disabled::after {
  display: block;
  content: " ";
  width: 40px;
  height: 1px;
  position: absolute;
  left: -4px;
  top: 50%;
  background-color: #fff;
  transform: rotate(-45deg);
}
.circle.disabled.active::after {
  width: 32px;
  left: 3px;
}

.ingredient-intro-container .ingredient-content-wrapper {
  padding-top: 25px;
}
@media (min-width: 544px) {
  .ingredient-intro-container .ingredient-content-wrapper {
    padding-top: 45px;
  }
}
@media (min-width: 992px) {
  .ingredient-intro-container .ingredient-content-wrapper {
    padding: 0 15px;
  }
}
.ingredient-intro-container .ingredient-content-wrapper .ingredient-details {
  font-family: roboto-light, roboto-fallback, sans-serif;
  font-size: 1rem;
  line-height: 24px;
  padding-top: 17px;
}
@media (max-width: 543.98px) {
  .ingredient-intro-container .ingredient-content-wrapper .ingredient-details {
    padding-top: 8px;
  }
}
.ingredient-intro-container .ingredient-content-wrapper .ingredient-details strong {
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-weight: 600;
}

@media (min-width: 992px) {
  .slot-marketing-odd-container .marketing-odd-img-wrapper {
    order: 2;
    margin: 0;
  }
}
.slot-marketing-odd-container .marketing-odd-content-wrapper {
  padding-top: 25px;
}
@media (min-width: 544px) {
  .slot-marketing-odd-container .marketing-odd-content-wrapper {
    padding-top: 45px;
  }
}
@media (min-width: 992px) {
  .slot-marketing-odd-container .marketing-odd-content-wrapper {
    order: 1;
    padding: 0 15px;
  }
}
.slot-marketing-odd-container .marketing-odd-content-wrapper .marketing-odd-details {
  font-family: roboto-light, roboto-fallback, sans-serif;
  font-size: 1rem;
  line-height: 24px;
  padding-top: 17px;
}
@media (max-width: 543.98px) {
  .slot-marketing-odd-container .marketing-odd-content-wrapper .marketing-odd-details {
    padding-top: 8px;
  }
}
.slot-marketing-odd-container .marketing-odd-content-wrapper .marketing-odd-details strong {
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-weight: 600;
}

.slot-marketing-even-container .marketing-even-content-wrapper {
  padding-top: 25px;
}
@media (min-width: 544px) {
  .slot-marketing-even-container .marketing-even-content-wrapper {
    padding-top: 45px;
  }
}
@media (min-width: 992px) {
  .slot-marketing-even-container .marketing-even-content-wrapper {
    padding: 0 15px;
  }
}
.slot-marketing-even-container .marketing-even-content-wrapper .marketing-even-details {
  font-family: roboto-light, roboto-fallback, sans-serif;
  font-size: 1rem;
  line-height: 24px;
  padding-top: 17px;
}
@media (max-width: 543.98px) {
  .slot-marketing-even-container .marketing-even-content-wrapper .marketing-even-details {
    padding-top: 8px;
  }
}
.slot-marketing-even-container .marketing-even-content-wrapper .marketing-even-details strong {
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-weight: 600;
}

.ingredient-testimonial-wrapper .ingredient-testimonial-content {
  padding-top: 20px;
}
.ingredient-testimonial-wrapper .ingredient-testimonial-author {
  padding-top: 25px;
  font-size: 24px;
  font-style: italic;
  line-height: 1.38;
}

.categories .category-item {
  margin-top: 40px;
}
.categories .category-item img {
  margin-bottom: 20px;
}

.mg-100 {
  margin-top: 100px;
}

.mg-65 {
  margin-top: 65px;
}
@media (min-width: 992px) {
  .mg-65 {
    margin-top: 70px;
  }
}

.mg-55 {
  margin-top: 55px;
}
@media (min-width: 992px) {
  .mg-55 {
    margin-top: 100px;
  }
}
