@charset "UTF-8";
/*** 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;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track::before,
.slick-track::after {
  display: table;
  content: "";
}

.slick-track::after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover::before, .slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
  opacity: 1;
}
.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  opacity: 0.25;
}
.slick-prev::before,
.slick-next::before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev::before {
  content: "\2190";
}
[dir=rtl] .slick-prev::before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next::before {
  content: "\2192";
}
[dir=rtl] .slick-next::before {
  content: "\2190";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover::before, .slick-dots li button:focus::before {
  opacity: 1;
}
.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button::before {
  color: black;
  opacity: 0.75;
}

/*** 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;
}

.slick-slider {
  position: relative;
}
.slick-slider ul.slick-dots {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 0;
  position: absolute;
  bottom: 24px;
  margin: 0;
}
.slick-slider ul.slick-dots li {
  list-style: none;
  margin: 0 5px;
}
.slick-slider ul.slick-dots li.slick-active button {
  background-color: #303e48;
  cursor: default;
  opacity: 1;
}
.slick-slider ul.slick-dots li button {
  border: none;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0;
  text-indent: -10000px;
  font-size: 1px;
  position: relative;
  display: block;
  padding: 0;
  background-color: #5d6770;
  cursor: pointer;
  opacity: 0.3;
}
.slick-slider.slick-initialized ~ .not-slick {
  display: none;
}

.explore-collection-carousel {
  display: none;
}
.explore-collection-carousel.slick-slider {
  display: block;
}
.explore-collection-carousel .prev-arrow {
  position: absolute;
  top: 37%;
  left: -2%;
  transform: rotate(90deg);
  background-color: transparent;
  border: none;
  z-index: 1;
}
.explore-collection-carousel .next-arrow {
  position: absolute;
  right: -2%;
  top: 37%;
  transform: rotate(270deg);
  background-color: transparent;
  border: none;
  z-index: 1;
}
.explore-collection-carousel .prev-arrow:hover,
.explore-collection-carousel .next-arrow:hover {
  cursor: pointer;
}
.explore-collection-carousel .product-tile {
  margin: 0 5px;
}
.explore-collection-carousel ul.slick-dots {
  display: block;
  text-align: center;
  padding: 0;
}
.explore-collection-carousel ul.slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  position: relative;
}
.explore-collection-carousel ul.slick-dots li button {
  border: none;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0;
  text-indent: -10000px;
  font-size: 1px;
  position: relative;
  display: block;
  padding: 0;
  background-color: #e3f0f8;
  cursor: pointer;
}
.explore-collection-carousel ul.slick-dots li.slick-active button {
  background-color: #303e48;
  cursor: default;
}
.explore-collection-carousel .slick-slide {
  padding: 0 5px;
}

.slot-hero-image {
  background-repeat: no-repeat;
  background-position: center center;
  height: 400px;
}

.why-franchise-wrapper .why-franchise-heading {
  padding-top: 70px;
}
.why-franchise-wrapper .why-franchise-content {
  padding-top: 20px;
}
@media (min-width: 544px) {
  .why-franchise-wrapper .why-franchise-content {
    padding-top: 30px;
  }
}

.ingredients-wrapper .ingredients-item {
  margin-top: 40px;
}
.ingredients-wrapper .ingredients-item img {
  margin-bottom: 30px;
}

.franchise-founder-wrapper .franchise-founder-content {
  padding-top: 85px;
}
@media (min-width: 544px) {
  .franchise-founder-wrapper .franchise-founder-content {
    padding-top: 120px;
  }
}
.franchise-founder-wrapper .franchise-founder-author {
  padding: 25px 0 85px;
  font-size: 24px;
  font-style: italic;
  line-height: 1.38;
}
@media (min-width: 544px) {
  .franchise-founder-wrapper .franchise-founder-author {
    padding: 40px 0 120px;
  }
}

.marketing-wrapper .marketing-heading {
  margin-top: 20px;
}
@media (min-width: 544px) {
  .marketing-wrapper .marketing-heading {
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .slot-marketing-even-container .marketing-even-img-wrapper {
    order: 2;
    margin: 0;
  }
}
.slot-marketing-even-container .marketing-even-content-wrapper {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .slot-marketing-even-container .marketing-even-content-wrapper {
    order: 1;
    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: 12px;
  padding-bottom: 10px;
}
.slot-marketing-even-container .marketing-even-content-wrapper .marketing-even-details b {
  font-family: custom-body-font, roboto-fallback, sans-serif;
}

.slot-marketing-odd-container .marketing-odd-content-wrapper {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .slot-marketing-odd-container .marketing-odd-content-wrapper {
    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: 12px;
  padding-bottom: 10px;
}
.slot-marketing-odd-container .marketing-odd-content-wrapper .marketing-odd-details b {
  font-family: custom-body-font, roboto-fallback, sans-serif;
}

.compare-product-wrapper .compare-product-content {
  margin-top: 35px;
}
@media (min-width: 544px) {
  .compare-product-wrapper .compare-product-content {
    margin-top: 70px;
  }
}
.compare-product-wrapper .compare-product-content .product1-desc {
  padding-bottom: 75px;
}
.compare-product-wrapper .compare-product-content .product2-desc {
  padding-top: 70px;
}

.freshlove {
  margin-top: 100px;
}

.franchise-testimonial-wrapper .franchise-testimonial-heading,
.franchise-testimonial-wrapper .franchise-heading {
  padding-top: 50px;
  max-width: 360px !important;
}
@media (min-width: 544px) {
  .franchise-testimonial-wrapper .franchise-testimonial-heading,
  .franchise-testimonial-wrapper .franchise-heading {
    padding-top: 122px;
    max-width: 560px !important;
  }
}
.franchise-testimonial-wrapper .open-quote,
.franchise-testimonial-wrapper .end-quote {
  width: 74px;
  height: 74px;
  opacity: 0.43;
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 8.25rem;
  font-weight: bold;
  line-height: 0.56;
  color: #257298;
  margin-top: 25px;
}
@media (max-width: 543.98px) {
  .franchise-testimonial-wrapper .open-quote,
  .franchise-testimonial-wrapper .end-quote {
    margin-left: auto;
    margin-right: auto;
  }
}
.franchise-testimonial-wrapper .end-quote {
  margin-bottom: 50px;
}
.franchise-testimonial-wrapper .slick-dots {
  position: absolute;
  cursor: pointer;
  bottom: -36px;
}
.franchise-testimonial-wrapper .slick-dots li button::before {
  font-size: 64px;
  color: #fff;
  opacity: 1;
}
.franchise-testimonial-wrapper .slick-dots li.slick-active button::before {
  font-size: 64px;
  color: #303e48;
}
.franchise-testimonial-wrapper .slick-dots li.slick-active button {
  outline: 1px dotted #303e48;
}

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

.mg-40 {
  margin-top: 40px;
}
@media (min-width: 544px) {
  .mg-40 {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .mg-40 {
    margin-top: 115px;
  }
}

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

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

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

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

.video-poster {
  cursor: pointer;
}

/* stylelint-disable-next-line selector-class-pattern */
.videoWrapper {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  /* stylelint-disable-next-line selector-class-pattern */
}
.videoWrapper .videoIframe {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0 transparent;
}

.product .product-tile .tile-body {
  padding-bottom: 0;
}

.gift-finder-btn {
  padding: 60px 40px 30px;
}
.gift-finder-btn .gift-btn {
  margin-bottom: 20px;
}

.holiday-marketing-cta {
  padding-top: 19px;
}

.holiday-extra-marketing-cta {
  padding-top: 27px;
}
