.hero-container {
  position: relative;
  display: flex;
  align-items: center;
  font-family: Inter;
  font-weight: 400;
  padding: 40px 0 100px;
  min-height: 610px
}

.hero-content {
  max-width: 730px;
  margin-left: 8%
}

.hero-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #fff;
  margin-bottom: 12px;
  justify-content: center;
  font-size: 18px;
  line-height: 24px;
  margin-top: 16px
}

.hero-customizable .hero-rating {
  justify-content: flex-start
}

.hero-rating p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  font-family: Inter;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.hero-rating .hero-rating--star {
  display: flex;
  align-items: center;
  gap: .5px;
  margin-bottom: 2px
}

.hero-title {
  font-weight: 700
}

.hero-title p {
  margin: 0
}

.hero-primary {
  color: #fff;
  font-family: Crimson Text;
  font-size: 60px;
  line-height: 84px;
  letter-spacing: .63px
}

.hero-secondary {
  margin-top: 19px;
  margin-bottom: 36px;
  font-family: Crimson Pro;
  font-size: 30px;
  line-height: 29px;
  letter-spacing: .6px;
  color: #fff
}

.hero-button {
  max-width: 340px;
  width: 100%;
  border-radius: 40px;
  padding: 18px 25px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  font-size: 18px;
  color: #233e16;
  box-shadow: 5px 5px #233e16;
  border: 1px solid #233e16;
  text-align: center;
  transition: box-shadow .3s ease-in-out;
  background-color: #fff
}

.hero-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.hero-media_overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: #000;
  background: linear-gradient(90deg, rgba(0, 0, 0, .7), transparent)
}

.hero-media div {
  height: inherit
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.hero-media--mobile {
  display: none
}

.hero-button-container {
  width: fit-content
}

@media screen and (max-width:767px) {
  .hero-container {
    padding-bottom: 0;
    height: 550px
  }

  .hero-content {
    margin: 0;
    display: flex;
    flex-direction: column;
    height: inherit;
    padding: 0 30px;
    width: 100%;
    max-width: 100%
  }

  .hero-customizable:not(:has(.split_hero)) .hero-button-container {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto
  }

  .hero-section .hero-rating {
    margin-right: auto;
    margin-left: auto
  }

  .hero-primary {
    font-family: Crimson Text;
    font-size: 34px;
    line-height: 44px
  }

  .hero-secondary {
    font-family: Crimson Pro;
    font-size: 20px;
    line-height: 29px;
    margin-top: 5px
  }

  .hero-media:after {
    width: 100%;
    height: 70%;
    background: linear-gradient(180deg, rgba(0, 0, 0, .4), transparent)
  }

  .hero-media--desktop {
    display: none
  }

  .hero-media--mobile {
    display: block
  }

  .hero-media--mobile img {
    width: 100%
  }

  .hero-icon-list .hero-icon img {
    max-width: 30px
  }
}

.hero-customizable .split_hero {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto
}

.hero-customizable .split_hero .hero-container {
  padding: 0;
  gap: 30px
}

.hero-customizable .split_hero .hero-content {
  max-width: 100%;
  margin-left: 0;
  flex: 0 1 50%
}

.hero-customizable .split_hero .hero-media {
  flex: 0 1 50%;
  position: relative;
  z-index: 1
}

.hero-customizable .hero-content .hero-primary p,
.hero-customizable .hero-content .hero-secondary p,
.hero-customizable .hero-content .hero-rating p {
  color: var(--hero-text-color)
}

.hero-content--left {
  text-align: left
}

.hero-content--center {
  text-align: center
}

.hero-content--right {
  text-align: right
}

.hero-content--left .hero-button-container {
  margin-right: auto
}

.hero-content--center .hero-button-container {
  margin-left: auto;
  margin-right: auto
}

.hero-content--right .hero-button-container {
  margin-left: auto
}

@media screen and (min-width:1024px) {
  .hero-customizable:has(.split_hero) {
    padding-left: 16px;
    padding-right: 16px
  }
}

@media screen and (max-width:1024px) {
  .hero-customizable .split_hero .hero-container {
    flex-direction: column-reverse;
    height: 100%
  }

  .split_hero .hero-media--mobile {
    height: 470px
  }
}

.hero-container--image_first {
  flex-direction: row-reverse
}

.hero-container--text_first {
  flex-direction: row
}

.accordion__content img.accordion__custom-image {
  width: 100%;
  max-width: 400px;
  margin: 0 auto
}

.hero-section-variation {
  display: none
}

.cart__ctas .cart__checkout-button {
  display: flex;
  align-items: center;
  gap: 8px
}

.cart__ctas .cart__checkout-button:hover svg path {
  fill: rgba(var(--color-button), var(--alpha-button-background))
}

.test-25-variation,
.test-26-variation,
.test-27-variation {
  display: none
}

.card-information .loox-rating {
  display: none !important
}

.collection .product-grid {
  align-items: stretch
}

.grid__item .card__content .card__information {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

@media screen and (max-width:576px) {
  .collection .card__content {
    padding: .8rem
  }
}

.multicolumn-card.multicolumn--diff-bgs .icon-bar-card__icon {
  padding-top: 0
}

.icon-bar .icon-bar-card--horizontal .multicolumn-card__info h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem)
}

.icon-bar-card.multicolumn-card.color-bg-overlay {
  background: transparent
}

@media screen and (max-width:749px) {
  .splide__list:has(.icon-bar-card) {
    row-gap: 10px
  }
}

.multicolumn .testimonial-card .multicolumn-card__info h3 {
  font-size: calc(var(--font-heading-scale) * 1.8rem)
}

.icon-bar .splide__list {
  max-width: 1100px;
  margin: 0 auto !important
}

@media screen and (max-width:500px) {
  .icon-with-text--horizontal .h4 {
    font-size: calc(var(--font-heading-scale) * 1.5rem)
  }
}

.quantity-breaks--vertical .quantity-break__right.dynamic-price {
  flex-direction: column-reverse
}

.test-36-variation {
  display: none !important
}

.test-51-variation {
  display: none
}

.test-52-variation-1,
.test-53-variation {
  display: none !important
}

.test-55-variation,
.test-57-variation,
.the-terra-grounding-bed-sheet .custom-quantity-break .quantity-break__free-gift,
.the-terra-grounding-bed-sheet .quantity-break__benefit,
.the-terra-grounding-bed-sheet .test-54-variation,
.the-terra-grounding-bed-sheet .custom-quantity-break .quantity-break__caption {
  display: none
}

.test-58-variation,
.test-59-variation-1 {
  display: none !important
}

.hero-button-2:before {
  display: none !important
}

.test-65-variation,
.test-65-variation-2,
.test-144-variation {
  display: none !important
}

.header--middle-left {
  grid-template-columns: auto
}

.list-menu--inline li:not(.list-menu--megamenu) {
  position: relative
}

.mega-menu-custom {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100vw;
  background: #f8f8f8;
  box-shadow: 0 30px 30px #1212121a;
  border-bottom: 1px solid rgba(178, 178, 178, 1);
  overflow-y: hidden !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all .3s ease;
  z-index: 999
}

body:has(.aph_bar_bar) .mega-menu-custom {
  top: 120px
}

.nav-item:hover .mega-menu-custom {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}

.list-menu-item .nav-link {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: .2px;
  padding: 10px 20px;
  border-radius: 4px
}

.list-menu-item:hover .nav-link {
  font-weight: 700;
  color: #203817;
  background: #5d7c2b26
}

.mega-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  display: grid;
  justify-content: center;
  grid-template-columns: 240px 1fr;
  gap: 40px
}

.mega-menu-custom .child-menu h3 {
  color: #333;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600
}

.mega-menu-custom .child-menu-list {
  list-style: none
}

.mega-menu-custom .child-menu-item {
  margin-bottom: 8px;
  min-width: 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-radius: 4px
}

.mega-menu-custom .child-menu-link {
  display: block;
  text-decoration: none;
  border-radius: 4px;
  transition: background .3s ease;
  cursor: pointer;
  color: #121212;
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: .2px
}

.mega-menu-custom .child-menu-item:hover,
.mega-menu-custom .child-menu-item:has(.child-menu-link.active) {
  background: #5d7c2b26;
  font-weight: 700
}

.mega-menu-custom .product-showcase {
  padding: 0 32px;
  flex: 0 1 100%
}

.mega-menu-custom .product-grid {
  display: none;
  animation: fadeIn .5s ease
}

.mega-menu-custom .product-grid.active {
  display: flex;
  gap: 48px
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.mega-menu-custom .product-card {
  transition: all .3s ease;
  cursor: pointer;
  position: relative;
  flex: 0 1 160px;
  text-decoration: none
}

.product-card:hover {
  border-color: #e6e3fd;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px #e6e3fd26
}

.mega-menu-custom .product-image {
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease
}

.mega-menu-custom .product-image img {
  border-radius: 10px
}

.mega-menu-custom .product-card:hover .product-image {
  transform: scale(1.03)
}

.mega-menu-custom .product-title {
  color: #121212;
  margin-top: 15px;
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: .02em
}

.mega-menu-custom .product-subtitle {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: .2px;
  margin-top: 5px;
  color: #3e443bbf
}

@media(max-width:768px) {
  .mega-content {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px
  }

  .nav-list {
    flex-direction: column;
    align-items: stretch
  }

  .nav-link {
    padding: 16px 20px;
    justify-content: space-between
  }

  .mega-menu-custom {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border-top: 1px solid #e5e7eb
  }
}

.mega-menu--stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
  padding-bottom: 30px;
  padding-top: 25px;
  border-top: 1px solid rgba(178, 178, 178, .5)
}

.mega-menu--stat {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: center;
  color: #12121299
}

.mega-menu--stats .mega-menu--stats-line {
  width: 100%;
  height: 2px;
  background: #ebe0f7;
  flex: 0 1 20%
}

.mega-menu--stats .mega-menu--stats-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b2b2b280
}

.test-sep03-variation {
  display: none
}

.sep03-hero {
  position: relative
}

.sep-03-hero-image-mobile {
  display: none
}

.sep03-hero .sep03-hero-media img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: cover;
  aspect-ratio: 3/2.5
}

@media screen and (min-width:990px) {
  .sep03-hero .sep03-hero-media img {
    aspect-ratio: 1
  }
}

.sep03-hero-container {
  font-family: Helvetica, sans-serif;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0 150px;
  color: #fff
}

.sep03-hero-badge {
  background: #ffffff1a;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 5px;
  color: #fff
}

.sep03-hero-stars {
  display: flex;
  align-items: center;
  gap: 3px
}

.sep03-hero-reviews p {
  margin: 0;
  line-height: 1
}

.sep03-hero-headline {
  margin-top: 25px;
  font-family: Helvetica, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase
}

.sep03-hero-headline p {
  margin: 0
}

.sep03-hero-benefits {
  margin-top: 12px;
  padding: 0
}

.sep03-hero-benefits li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 23px;
  line-height: 120%;
  margin-bottom: 10px
}

.sep03-hero-benefits li:last-child {
  margin-bottom: 0
}

.sep03-hero-benefits li p {
  margin: 0
}

.sep03-hero-cta-buttons {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.sep03-hero-btn {
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 18px 24px;
  min-width: 330px;
  border-radius: 7px;
  text-align: center;
  color: #fff;
  text-decoration: none
}

.sep03-hero-btn-primary {
  background: #3a5a40
}

.sep03-hero-btn-secondary {
  background: #a98467
}

.sep03-hero-guarantee {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  font-size: 15px;
  line-height: 151%
}

.sep03-hero-freebie {
  position: absolute;
  bottom: 20%;
  right: 10%;
  background-color: #6d615c;
  border: .5px solid #FFFFFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 12px
}

.sep03-hero-freebie--pointer {
  position: absolute;
  top: -10px;
  left: -10px;
  background: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: block !important
}

.sep03-hero-freebie--pointer:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #3a5a40;
  border-radius: 50%
}

.sep03-hero-freebie img {
  width: 105px
}

.sep03-hero-freebie--copy {
  font-family: Inter;
  font-size: 18px;
  line-height: 131%
}

.sep03-hero-freebie--copy p {
  margin: 0;
  color: #fff
}

@media screen and (max-width:1099px) {
  .sep03-hero-container {
    padding: 0 80px
  }
}

@media screen and (max-width:989px) {
  .sep03-hero-container {
    padding: 0 70px
  }

  .sep03-hero-headline {
    font-size: 40px
  }

  .sep03-hero-benefits li {
    font-size: 20px
  }

  .sep03-hero-btn {
    padding: 14px 24px
  }
}

@media screen and (max-width:767px) {
  .sep03-hero {
    background: #2d2d2d;
    padding-bottom: 24px
  }

  .sep03-hero-media {
    position: relative
  }

  .sep03-hero-media:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg, #2d2d2d00 43.23%, #2d2d2d 96.37%), linear-gradient(180deg, #2d2d2d00 43.23%, #2d2d2d 96.37%)
  }

  .sep-03-hero-image-desktop {
    display: none
  }

  .sep-03-hero-image-mobile {
    display: block
  }

  .sep03-hero-container {
    padding: 0 32px;
    position: relative;
    transform: translate(0);
    background: #2d2d2d
  }

  .sep03-hero-headline {
    font-size: 38px
  }

  .sep03-hero-benefits li {
    font-size: 18px
  }

  .sep03-hero-cta-buttons {
    gap: 16px
  }

  .sep03-hero-freebie {
    margin: 24px 32px 0;
    position: relative;
    bottom: unset;
    right: unset;
    background-color: #ffffff1a;
    border: none;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 12px
  }

  .sep03-hero-freebie--pointer {
    display: none !important
  }
}

product-info .testimonials {
  display: none
}

.upsells-variation {
  display: none
}

.feature-block {
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 10px;
  margin-bottom: 12px
}

.feature-block .feature-badge,
.feature-block .feature-shipping {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400
}

.estimated-delivery__wrapper {
  border-radius: 10px;
  background-color: #e3edd2;
  padding: 6px;
  margin-top: 10px;
  margin-bottom: 12px
}

.estimated-delivery {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px
}

.estimated-delivery__subtext {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #4d4c47
}

@media screen and (min-width:750px) {

  .feature-block .feature-badge,
  .feature-block .feature-shipping {
    font-size: 16px;
    line-height: 24px
  }

  .estimated-delivery {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
  }

  .estimated-delivery__subtext {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
  }
}

.main-product__info-container .testimnials-carousel:not(.slick-initialized) {
  display: flex;
  overflow-x: auto
}

.main-product__info-container .testimnials-carousel.slick-dotted.slick-slider {
  margin-bottom: 42px
}

.main-product__info-container .testimnials-carousel .slick-list {
  margin: 0 -10px
}

.main-product__info-container .testimnials-carousel .slick-slide {
  margin: 0 10px
}

.main-product__info-container .testimonial-card {
  display: flex !important;
  align-items: flex-start;
  gap: 15px;
  padding: 16px 12px;
  border-radius: 10px;
  background: #3a5a401a
}

.main-product__info-container .testimonial-card__media {
  width: 50px;
  height: 50px
}

.main-product__info-container .testimonial-card__media img {
  width: 100%;
  height: 100%;
  border-radius: 100%
}

.main-product__info-container .testimonial-card__body {
  flex: 1
}

.main-product__info-container .testimonial-card__title {
  color: #2d2d2d;
  font-size: 13px;
  font-weight: 700;
  line-height: 26px
}

.main-product__info-container .testimonial-card__text {
  color: #2d2d2d;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 2px
}

.main-product__info-container .testimonials .slick-dots li {
  width: 8px;
  height: 3px
}

.main-product__info-container .testimonials .slick-dots li.slick-active {
  width: 17px;
  height: 3px
}

.main-product__info-container .testimonials .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #a9846780
}

.main-product__info-container .testimonials .slick-dots li button:before {
  content: "";
  display: none
}

.main-product__info-container .testimonials .slick-dots li.slick-active button {
  background: #a98467
}

.test_shipping_variation,
.test-timeline-variation,
.test-scarcity-variation {
  display: none
}

/*# sourceMappingURL=/cdn/shop/t/177/assets/tests.css.map?v=112541272584118898871769503716 */
