.sw-carousel-wrapper {
  -webkit-overflow-scrolling: touch;
}
.sw-carousel-wrapper -webkit-scrollbar {
  width: 0 !important;
  display: none;
}
.sw-carousel-wrapper .sw-carousel {
  margin: 0;
  margin-left: 0.9375rem;
  padding-left: 0;
  display: flex;
  list-style-type: none;
  overflow: auto;
  /* Scrollbar */
  scrollbar-width: thin; /* Firefox */
  -ms-overflow-style: -ms-autohiding-scrollbar; /* IE 10+ */
}
@media (max-width: 768.98px) {
  .sw-carousel-wrapper .sw-carousel {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.sw-carousel-wrapper .sw-carousel:focus-within, .sw-carousel-wrapper .sw-carousel:hover {
  overflow: auto;
}
@media (min-width: 992px) {
  .sw-carousel-wrapper .sw-carousel:focus-within, .sw-carousel-wrapper .sw-carousel:hover {
    /* Scrollbar Chrome */
  }
  .sw-carousel-wrapper .sw-carousel:focus-within::-webkit-scrollbar, .sw-carousel-wrapper .sw-carousel:hover::-webkit-scrollbar {
    width: px-to-rem(4px);
    height: px-to-rem(4px);
  }
  .sw-carousel-wrapper .sw-carousel:focus-within::-webkit-scrollbar-track, .sw-carousel-wrapper .sw-carousel:hover::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .sw-carousel-wrapper .sw-carousel:focus-within::-webkit-scrollbar-thumb, .sw-carousel-wrapper .sw-carousel:hover::-webkit-scrollbar-thumb {
    background: #888;
  }
  .sw-carousel-wrapper .sw-carousel:focus-within::-webkit-scrollbar-thumb:hover, .sw-carousel-wrapper .sw-carousel:hover::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}
.sw-carousel-wrapper .sw-carousel li.carousel-tile {
  list-style: none !important;
  height: 100%;
  padding-bottom: px-to-rem(5px);
  padding-right: 0.9375rem;
}

body.ext-safari .sw-carousel-wrapper .sw-carousel li.carousel-tile {
  padding-bottom: 0;
}

.content-carousel .carousel-control-prev,
.content-carousel .carousel-control-next {
  height: 3rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 3rem;
}
.content-carousel .carousel-control-prev svg,
.content-carousel .carousel-control-next svg {
  height: 2rem;
  width: 2rem;
}
@media (min-width: 769px) {
  .content-carousel .carousel-control-prev svg,
  .content-carousel .carousel-control-next svg {
    height: 3rem;
    width: 3rem;
  }
}
.content-carousel .carousel-control-prev {
  left: 1rem;
}
.content-carousel .carousel-control-next {
  right: 1rem;
}
.content-carousel .carousel-indicators li {
  border-radius: 50%;
  height: 8px;
  margin: 0 8px;
  width: 8px;
}
@media (min-width: 769px) {
  .content-carousel .carousel-indicators li {
    height: 10px;
    width: 10px;
  }
}

.ritual-product-container {
  margin: 0;
  padding-right: 0;
}
@media (min-width: 544px) {
  .ritual-product-container {
    padding-left: 10px;
  }
}
@media (min-width: 769px) {
  .ritual-product-container {
    padding-left: 60px;
  }
}
@media (min-width: 992px) {
  .ritual-product-container {
    padding-left: 110px;
  }
}

.ritual-product-content {
  padding-left: 0.625rem;
}

.ritual-product-container .ritual-product-carousel .swiper-slide {
  max-width: 255px;
}
.ritual-product-container .ritual-product-carousel .ritual-carousel-product {
  background: #fff;
  height: 410px;
  margin: 68px 0;
  max-width: 255px;
  padding: 0.9375rem;
}
@media (max-width: 768.98px) {
  .ritual-product-container .ritual-product-carousel .ritual-carousel-product {
    margin: 45px 0;
  }
}
.ritual-product-container .ritual-product-carousel .ritual-carousel-product__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.ritual-product-container .ritual-product-carousel .ritual-carousel-product__img-container {
  position: relative;
}
.ritual-product-container .ritual-product-carousel .ritual-carousel-product__img {
  margin-bottom: 2rem;
  max-width: 100%;
}
.ritual-product-container .ritual-product-carousel .ritual-carousel-product__index {
  background: #000;
  border-radius: 50%;
  color: #fff;
  font-family: ChiswickSans, sans-serif;
  font-size: 1.75rem;
  height: 40px;
  position: absolute;
  bottom: -20px;
  left: 10px;
  text-align: center;
  width: 40px;
}
.ritual-product-container .ritual-product-carousel .ritual-carousel-product__description {
  font-family: ApercuLight, "Helvetica", sans-serif;
}
.ritual-product-container .ritual-product-carousel .ritual-carousel-product__shop-link {
  width: -moz-fit-content;
  width: fit-content;
}
.ritual-product-container a {
  z-index: 1;
}
.ritual-product-container .product-badge {
  position: absolute;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .mobile-slider--header {
    margin: 0;
  }
}
.mobile-slider--container {
  overflow: auto;
}
@media (min-width: 544px) and (max-width: 991.98px) {
  .mobile-slider--container {
    width: 100%;
    max-width: 100%;
  }
}
.mobile-slider--row {
  width: 250vw;
}
@media (max-width: 991.98px) {
  .mobile-slider--row {
    margin: 0;
  }
}
@media (min-width: 769px) {
  .mobile-slider--row {
    width: auto;
  }
}

.custom-underline {
  display: inline-block;
  position: relative;
  background-color: transparent;
}
.custom-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;
}
.custom-underline:hover {
  text-decoration: none;
}
.custom-underline:hover::after {
  width: 0;
  left: 100%;
  transition: 0.2s ease all;
}
.custom-underline.btn::after {
  top: 50%;
}

.btn.btn-outline-secondary,
.btn.btn-outline-secondary:hover,
.btn.btn-outline-secondary:not(:disabled):not(.disabled):active {
  width: auto;
  padding-left: 0;
  padding-right: 0;
  border: 0;
  background-color: transparent;
  color: #000;
}

.background-bar {
  background: linear-gradient(180deg, black 55%, transparent 45%);
}
@media (min-width: 992px) {
  .background-bar {
    background: linear-gradient(180deg, black 65%, transparent 35%);
  }
}
@media (min-width: 1200px) {
  .background-bar {
    background: linear-gradient(180deg, black 70%, transparent 30%);
  }
}

.keyhole::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin-top: 0.9375rem;
  margin-left: 50%;
  width: 1.1875rem;
  height: 1.1875rem;
  background-image: url("../images/keyhole-icon.png");
}

.blog-link.sw-carousel-wrapper {
  background-color: black;
}
@media (max-width: 768.98px) {
  .blog-link.sw-carousel-wrapper {
    max-width: 100%;
  }
}
.blog-link.sw-carousel-wrapper .h7 {
  color: white;
}
.blog-link.sw-carousel-wrapper .sw-carousel {
  margin-left: 1.25rem;
}
.blog-link.sw-carousel-wrapper .sw-carousel .carousel-tile {
  min-width: 85vw;
}
.blog-link.sw-carousel-wrapper .sw-carousel .carousel-tile > a {
  float: left;
  width: 40%;
  padding-right: 0.9375rem;
}
.blog-link.sw-carousel-wrapper .sw-carousel .carousel-tile a {
  color: white;
}
@media (min-width: 769px) {
  .blog-link.sw-carousel-wrapper {
    background-color: transparent;
  }
  .blog-link.sw-carousel-wrapper .sw-carousel {
    width: 100%;
    margin-left: 0.625rem;
    overflow: hidden;
    justify-content: space-between;
  }
  .blog-link.sw-carousel-wrapper .sw-carousel .carousel-tile {
    min-width: 24.5%;
    max-width: 24.5%;
  }
  .blog-link.sw-carousel-wrapper .sw-carousel .carousel-tile > a {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .blog-link.sw-carousel-wrapper .sw-carousel .carousel-tile > a img {
    width: 100%;
    padding-bottom: 0.9375rem;
  }
  .blog-link.sw-carousel-wrapper .sw-carousel .carousel-tile a {
    color: #323239;
  }
}
.blog-link.blog-featured-pillars ul li p {
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
.blog-link.blog-featured-pillars ul li p.min-two-lines {
  min-height: 2.5rem;
}
@media (max-width: 768.98px) {
  .blog-link.blog-featured-pillars .h1 {
    font-size: 2.75rem;
    line-height: 2.75rem;
  }
}
.blog-link .blog-featured-posts--top-post {
  margin: 0;
}
@media (min-width: 769px) {
  .blog-link .blog-featured-posts--top-post {
    width: 95%;
    margin: 0 auto;
  }
}
.blog-link .blog-featured-posts--top-post .h1,
.blog-link .blog-featured-posts--top-post .h1 a {
  margin-top: 0.9375rem;
}
@media (min-width: 992px) {
  .blog-link .blog-featured-posts--top-post .h1,
  .blog-link .blog-featured-posts--top-post .h1 a {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .blog-link .blog-featured-posts--top-post .h1,
  .blog-link .blog-featured-posts--top-post .h1 a {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.blog-link .blog-featured-posts--top-post .blog-featured-posts--subhead {
  margin-top: 0.9375rem;
}
@media (min-width: 992px) {
  .blog-link .blog-featured-posts--top-post .blog-featured-posts--subhead {
    margin: 0 auto;
  }
}

.global-header-container {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .global-header-container {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=homePage.css.map*/