@font-face {
   font-family: "freight-sans-pro";
   src: url('https://www.avocadogreenmattress.com/assets/freight-sans-pro.woff2') format('woff2'); 
   font-weight: normal; 
   font-style: normal; 
}
@font-face {
  font-family: "gotham";
  src: url("../fonts/Gotham-Light/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light/Gotham-Light.ttf") format("truetype"), url("../fonts/Gotham-Light/Gotham-Light.svg#Gotham-Light") format("svg"), url("../fonts/Gotham-Light/Gotham-Light.eot?#iefix") format("embedded-opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book/Gotham-Book.svg#Gotham-Book") format("svg"), url("../fonts/Gotham-Book/Gotham-Book.eot?#iefix") format("embedded-opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "gotham";
  src: url("../fonts/Gotham-Medium/Gotham-Medium.eot");
  src: url("../fonts/Gotham-Medium/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium/Gotham-Medium.svg#Gotham-Medium") format("svg"), url("../fonts/Gotham-Medium/Gotham-Medium.eot?#iefix") format("embedded-opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold/Gotham-Bold.svg#Gotham-Bold") format("svg"), url("../fonts/Gotham-Bold/Gotham-Bold.eot?#iefix") format("embedded-opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "gotham-condensed";
  src: url("../fonts/GothamCondensed-Bold/GothamCondensed-Bold.eot");
  src: url("../fonts/GothamCondensed-Bold/GothamCondensed-Bold.woff2") format("woff2"), url("../fonts/GothamCondensed-Bold/GothamCondensed-Bold.woff") format("woff"), url("../fonts/GothamCondensed-Bold/GothamCondensed-Bold.ttf") format("truetype"), url("../fonts/GothamCondensed-Bold/GothamCondensed-Bold.svg#Gotham-Light") format("svg"), url("../fonts/GothamCondensed-Bold/GothamCondensed-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: 700;
  font-style: normal;
}
.avocado-wrapper,
.avocado-wrapper *,
.avocado-wrapper *:before,
.avocado-wrapper *:after {
  box-sizing: border-box;
}
.avocado-wrapper h2,
.avocado-wrapper h3 {
  margin: 0 0 10px 0;
}
.avocado-wrapper p {
  margin: 0 0 15px 0;
}

.avocado-wrapper .btn {
  color: #fff;
  border-radius: 10px;
  font-family: gotham, helvetica, arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  padding: 14px 24px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  transition: all 100ms ease-in-out;
}
.avocado-wrapper .btn--teal {
  color: #4a4a4a;
  background-color: #769179;
}
.avocado-wrapper .btn--teal:hover {
  transform: scale(1.05);
}
.avocado-wrapper .btn--blue {
  background-color: #537156;
}
.avocado-wrapper .btn--blue:hover {
  transform: scale(1.05);
}
.avocado-wrapper .header {
  background: transparent url("../img/bg_mobile_header.jpg") no-repeat bottom center/100% auto;
}
.avocado-wrapper .header .header__inner {
  display: flex;
  flex-direction: column;
  height: calc(394px + 130vw);
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px 20px 100px 20px;
}
.avocado-wrapper .header .header__inner .header__content-container {
  color: #fff;
}
.avocado-wrapper .header .header__inner .header__content-container img {
  display: block;
  width: 150px;
}
.avocado-wrapper .header .header__inner .header__content-container h1 {
  font-family: gotham, helvetica, arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
  margin: 15px 0 10px 0;
}
.avocado-wrapper .header .header__inner .header__content-container p {
  font-family: gotham, helvetica, arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin: 0;
}
.avocado-wrapper .header .header__inner .header__btn-container {
  display: flex;
  justify-content: center;
  /*        margin: 0 0 90px 0;*/
}
.avocado-wrapper .callout {
  background-color: #537156;
}
.avocado-wrapper .callout__inner {
  margin: 0 auto;
  max-width: 1400px;
  padding: 64px 20px;
  text-align: center;
}
.avocado-wrapper .callout__inner h2 {
  text-align: center;
  font: normal normal bold 33px/34px gotham;
  letter-spacing: 0;
  color: #FFFFFF;
  margin: 0 0 20px 0;
}
.avocado-wrapper .callout__inner h2 span {
  font-weight: 400;
}
.avocado-wrapper .rtbs {
  margin: 20px 0;
}
.avocado-wrapper .rtbs .rtbs__inner {
  margin: 0 auto;
  max-width: 1400px;
}
.avocado-wrapper .rtbs .rtbs__inner .swiper {
  padding: 0 20px 50px 20px;
}
.avocado-wrapper .rtbs .rtbs__inner .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.avocado-wrapper .rtbs .rtbs__inner .swiper .swiper-wrapper .swiper-slide .inner {
  background: rgb(155, 190, 159);
  background: linear-gradient(180deg, rgb(155, 190, 159) 0%, rgb(83, 113, 86) 62vw);
  height: 100%;
}
.avocado-wrapper .rtbs .rtbs__inner .swiper .swiper-wrapper .swiper-slide .inner .image {
  height: 62vw;
  text-indent: -9999px;
}
.avocado-wrapper .rtbs .rtbs__inner .swiper .swiper-wrapper .swiper-slide .inner .content-container {
  padding: 30px 10px 30px 10px;
}
.avocado-wrapper .rtbs .rtbs__inner .swiper .swiper-wrapper .swiper-slide .inner .content-container h3 {
  color: #fff;
  font-family: gotham, helvetica, arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  margin: 0 0 10px 0;
  padding-right: 10px;
}
.avocado-wrapper .rtbs .rtbs__inner .swiper .swiper-wrapper .swiper-slide .inner .content-container p {
  color: #fff;
  font-family: gotham, helvetica, arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin: 0;
}
.avocado-wrapper .rtbs .rtbs__inner .swiper .swiper-wrapper .aches .image {
  background: transparent url("../img/aches_image.jpg") no-repeat center center/cover;
}
.avocado-wrapper .rtbs .rtbs__inner .swiper .swiper-wrapper .hot .image {
  background: transparent url("../img/hot_image.jpg") no-repeat center center/cover;
}
.avocado-wrapper .rtbs .rtbs__inner .swiper .swiper-wrapper .snore .image {
  background: transparent url("../img/snore_image.jpg") no-repeat center center/cover;
}
.avocado-wrapper .rtbs .rtbs__inner .swiper .swiper-wrapper .restlessness .image {
  background: transparent url("../img/restlessness_image.jpg") no-repeat center center/cover;
}
.avocado-wrapper .rtbs .rtbs__inner .swiper .swiper-pagination {
  position: absolute;
}
.avocado-wrapper .rtbs .rtbs__inner .swiper .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #537156;
  border-radius: 3px;
  height: 6px;
  opacity: 1;
  width: 30px;
}
.avocado-wrapper .rtbs .rtbs__inner .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #537156;
}
.avocado-wrapper .product-container {
  padding: 20px;
}
.avocado-wrapper .product-container .product-container__inner {
  background-color: #fff;
  max-width: 1400px;
  margin: 0 auto;
}
.avocado-wrapper .product-container .product-container__inner .product-container__content-container h2 {
  color: #537156;
  font-family: gotham, helvetica, arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  margin: 25px 0 10px 0;
  padding: 0 15px;
}
.avocado-wrapper .product-container .product-container__inner .product-container__content-container h3 {
  color: #537156;
  font-family: gotham, helvetica, arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -0.83px;
  line-height: 31px;
  padding: 0 15px;
}
.avocado-wrapper .product-container .product-container__inner .product-container__content-container p {
  padding: 0 15px;
  color: #537156;
  font-family: gotham, helvetica, arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}
.avocado-wrapper .product-container .product-container__inner .product-container__content-container ul {
  padding: 0 0 0 30px;
}
.avocado-wrapper .product-container .product-container__inner .product-container__content-container li {
  color: #537156;
  font-family: gotham, helvetica, arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}
.avocado-wrapper .product-container .product-container__inner .product-container__content-container .product-container__btn-container {
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
}
.avocado-wrapper .product-container .product-container__inner .product-container__content-container .product-container__btn-container a {
  width: 100%;
  text-align: center;
}
.avocado-wrapper .green {
  padding-top: 0;
  padding-bottom: 0;
}
.avocado-wrapper .green .product-container__inner {
  background-color: #eeeff1;
  padding: 10px 10px 30px 10px;
}
.avocado-wrapper .green .green__image {
  background: transparent url("../img/green_mobile.jpg") no-repeat center center/contain;
  height: calc(82vw - 60px);
  margin: 0 0 30px 0;
  text-indent: -9999px;
}
.avocado-wrapper .green .product-container__content-container h2 {
  padding: 0 10px;
}
.avocado-wrapper .green .product-container__content-container h3 {
  padding: 0 10px;
}
.avocado-wrapper .green .product-container__content-container p {
  padding: 0 10px;
}
.avocado-wrapper .luxury {
  padding-top: 0;
  padding-bottom: 0;
}
.avocado-wrapper .luxury .product-container__inner {
  background-color: #eeeff1;
  padding: 30px 10px 30px 13px;
}
.avocado-wrapper .luxury .luxury__image {
  background: transparent url("../img/luxury_mobile.jpg") no-repeat center center/contain;
  height: calc(82vw - 60px);
  margin: 0 0 30px 0;
  text-indent: -9999px;
}
.avocado-wrapper .luxury .product-container__content-container h2 {
  padding: 0 10px;
}
.avocado-wrapper .luxury .product-container__content-container h3 {
  padding: 0 10px;
}
.avocado-wrapper .luxury .product-container__content-container p {
  padding: 0 10px;
}



.avocado-wrapper .eco {
  padding-top: 0;
  padding-bottom: 0;
}
.avocado-wrapper .eco .product-container__inner {
  background-color: #eeeff1;
  padding: 30px 10px 30px 13px;
}
.avocado-wrapper .eco .eco__image {
  background: transparent url("../img/eco_mobile.jpg") no-repeat center center/contain;
  height: calc(82vw - 60px);
  margin: 0 0 30px 0;
  text-indent: -9999px;
}
.avocado-wrapper .eco .product-container__content-container h2 {
  padding: 0 10px;
}
.avocado-wrapper .eco .product-container__content-container h3 {
  padding: 0 10px;
}
.avocado-wrapper .eco .product-container__content-container p {
  padding: 0 10px;
}



.avocado-wrapper .grandluxe {
  padding-top: 0;
  padding-bottom: 0;
}
.avocado-wrapper .grandluxe .product-container__inner {
  background-color: #eeeff1;
  padding: 30px 10px 30px 13px;
}
.avocado-wrapper .grandluxe .grandluxe__image {
  background: transparent url("../img/grandluxe_mobile.jpg") no-repeat center center/contain;
  height: calc(82vw - 60px);
  margin: 0 0 30px 0;
  text-indent: -9999px;
}
.avocado-wrapper .grandluxe .product-container__content-container h2 {
  padding: 0 10px;
}
.avocado-wrapper .grandluxe .product-container__content-container h3 {
  padding: 0 10px;
}
.avocado-wrapper .grandluxe .product-container__content-container p {
  padding: 0 10px;
}





.avocado-wrapper .bases .bases__image {
  background: transparent url("../img/base.png") no-repeat center center/contain;
  height: 52vw;
  margin: 20px 0 50px;
  text-indent: -9999px;
}
.avocado-wrapper .flatfoundation .flatfoundation__image {
  background: transparent url("../img/flat-foundations.png") no-repeat center center/contain;
  height: 52vw;
  margin: 10px 0 50px;
  text-indent: -9999px;
}



.avocado-wrapper .citybedframe .citybedframe__image {
  background: transparent url("../img/city-bed-frame.png") no-repeat center center/contain;
  height: 52vw;
  margin: 10px 0 50px;
  text-indent: -9999px;
}



.avocado-wrapper .pillows .pillows__image {
  background: transparent url("../img/pillow-stack.png") no-repeat center center/contain;
  height: 55vw;
  margin: 0 0 50px 0;
  text-indent: -9999px;
}
.avocado-wrapper .testimonials .testimonials__inner {
  background: #537156 url("../img/bg_mobile_wave_texture.png") no-repeat left top/100% auto;
  margin: 30px auto 0 auto;
  max-width: 1400px;
  padding: 50px 0 0 0;
  position: relative;
}
.avocado-wrapper .testimonials .testimonials__inner h2 {
  color: #fff;
  font-family: gotham, helvetica, arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 30px 0;
  padding: 0 50px;
  text-align: center;
}
.avocado-wrapper .testimonials .testimonials__inner h2 span {
  white-space: nowrap;
}
.avocado-wrapper .testimonials .testimonials__inner .swiper {
  padding: 0 20px 50px 20px;
}
.avocado-wrapper .testimonials .testimonials__inner .swiper .swiper-wrapper .swiper-slide {
  background-color: transparent;
  height: auto;
  position: relative;
  display: flex;
}
.avocado-wrapper .testimonials .testimonials__inner .swiper .swiper-wrapper .swiper-slide .inner {
  padding: 0 40px;
  text-align: center;
  height: 100%;
}
.avocado-wrapper .testimonials .testimonials__inner .swiper .swiper-wrapper .swiper-slide .inner .stars {
  background: transparent url("../img/stars.png") no-repeat center center/contain;
  height: 35px;
  margin: 0 0 50px 0;
  text-indent: -9999px;
}
.avocado-wrapper .testimonials .testimonials__inner .swiper .swiper-wrapper .swiper-slide .inner h3 {
  color: #fff;
  font-family: gotham, helvetica, arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 20px 0;
}
.avocado-wrapper .testimonials .testimonials__inner .swiper .swiper-wrapper .swiper-slide .inner p {
  color: #fff;
  font-family: gotham, helvetica, arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
.avocado-wrapper .testimonials .testimonials__inner .swiper .swiper-wrapper .swiper-slide .inner .customer {
  color: #fff;
  font-family: gotham, helvetica, arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin: 80px 0 0 0;
}
.avocado-wrapper .testimonials .testimonials__inner .swiper .swiper-pagination {
  position: absolute;
}
.avocado-wrapper .testimonials .testimonials__inner .swiper .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #fff;
  height: 10px;
  opacity: 1;
  width: 10px;
}
.avocado-wrapper .testimonials .testimonials__inner .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.avocado-wrapper .testimonials .testimonials__inner .swiper-button-prev {
  background: transparent url("../img/left_arrow.svg") no-repeat center center/contain;
  display: none;
  height: 50px;
  position: absolute;
  width: 50px;
  z-index: 99;
}
.avocado-wrapper .testimonials .testimonials__inner .swiper-button-prev::after {
  content: "";
}
.avocado-wrapper .testimonials .testimonials__inner .swiper-button-next {
  background: transparent url("../img/right_arrow.svg") no-repeat center center/contain;
  display: none;
  height: 50px;
  position: absolute;
  width: 50px;
  z-index: 99;
}
.avocado-wrapper .testimonials .testimonials__inner .swiper-button-next::after {
  content: "";
}

.avocado-wrapper .why {
  background: #537156 url("../img/why_bg_mobile.jpg") no-repeat bottom center/100% auto;
  max-width: 1400px;
  margin: 36px auto 0 auto;
}
.avocado-wrapper .why .why__inner {
  display: flex;
  flex-direction: column;
  height: calc(180px + 100vw);
  justify-content: space-between;
  margin: 0 auto;
  padding: 35px 20px;
  color: #fff;
}
.avocado-wrapper .why h2 {
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 26px 0;
  font-family: gotham, helvetica, arial, sans-serif;
}
.avocado-wrapper .why p {
  color: #ffffff;
  font-family: gotham, helvetica, arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin: 0;
}
.avocado-wrapper .why__content-container {
  color: #ffffff;
  text-align: center;
}



.avocado-wrapper .certs {
  background: #ffffff url("../img/certifications-mobile.svg") no-repeat bottom center/100% auto;
  max-width: 1400px;
  margin: 36px auto 0 auto;
}
.avocado-wrapper .certs .certs__inner {
  display: flex;
  flex-direction: column;
  height: calc(75vw);
  justify-content: space-between;
  margin: 0 auto;
  padding: 35px 20px;
  color: #fff;
}
.avocado-wrapper .certs h2 {
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 26px 0;
  font-family: gotham, helvetica, arial, sans-serif;
}
.avocado-wrapper .certs p {
  color: #ffffff;
  font-family: gotham, helvetica, arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin: 0;
}
.avocado-wrapper .certs__content-container {
  color: #ffffff;
  text-align: center;
}



.avocado-wrapper .video {
  padding: 0 20px;
}
.avocado-wrapper .video .video__inner {
  padding: 40px 0;
  max-width: 1400px;
  margin: 0 auto;
}
.avocado-wrapper .video .video__inner h2 {
  color: #537156;
  font-family: gotham, helvetica, arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  margin: 0 0 0 0;
  text-align: center;
}
.avocado-wrapper .video .video__inner video {
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
}
.avocado-wrapper .video .video__inner .video__container {
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
}
.avocado-wrapper .disclaimers {
  padding: 0 20px;
}
.avocado-wrapper .disclaimers .disclaimers__inner {
  border-top: 1px solid #537156;
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 0;
}
.avocado-wrapper .disclaimers .disclaimers__inner p {
  color: #537156;
  font-family: "gotham", helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 10px 0;
}
.avocado-wrapper .embed-container {
  position: relative;
  padding-bottom: 56.25% !important;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.avocado-wrapper .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.avocado-wrapper .embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.avocado-wrapper .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.avocado-wrapper span.no-wrap {
  white-space: nowrap;
}
@media all and (min-width: 768px) {
  .avocado-wrapper .why .why__inner {
    height: calc(180px + 70vw);
  }
  
  
  
  
  avocado-wrapper .certs .certs__inner {
    height: calc(180px);
  }

  
  
}
@media all and (max-width: 1023px) {
  .avocado-wrapper .btn {
    width: 100%;
  }
}
@media all and (min-width: 1024px) {
  .avocado-wrapper .btn {
    font-size: 16px;
  }
  .avocado-wrapper .header {
    background: transparent url("../img/bg_header.jpg") no-repeat center center/cover;
    padding: 0 0 0 20px;
  }
  .avocado-wrapper .header .header__inner {
    height: 53.6vw;
    max-height: 880px;
    max-width: 1400px;
    justify-content: center;
    padding: 0 0 50px 0;
  }
  .avocado-wrapper .header .header__inner .header__content-container {
    padding: 0 45% 0 0;
  }
  .avocado-wrapper .header .header__inner .header__content-container img {
    width: 250px;
  }
  .avocado-wrapper .header .header__inner .header__content-container h1 {
    margin: 40px 0 15px 0;
  }
  .avocado-wrapper .header .header__inner .header__content-container p {
    padding: 0 20% 0 0;
  }
  .avocado-wrapper .header .header__inner .header__btn-container {
    justify-content: flex-start;
    margin: 40px 0 0 0;
  }
  .avocado-wrapper .rtbs {
    padding: 50px 20px 0 20px;
  }
  .avocado-wrapper .rtbs .rtbs__inner .swiper {
    padding: 0 0 50px 0;
  }
  .avocado-wrapper .rtbs .rtbs__inner .swiper .swiper-wrapper .swiper-slide .inner {
    background: linear-gradient(180deg, rgb(155, 190, 159) 0%, rgb(83, 113, 86) 330px);
  }
  .avocado-wrapper .rtbs .rtbs__inner .swiper .swiper-wrapper .swiper-slide .inner .image {
    height: 22.7vw;
    max-height: 250px;
  }
  .avocado-wrapper .rtbs .rtbs__inner .swiper .swiper-wrapper .swiper-slide .inner .content-container {
    padding: 30px 17px 30px 17px;
  }
  .avocado-wrapper .rtbs .rtbs__inner .swiper .swiper-wrapper .swiper-slide .inner .content-container h3 {
    font-size: 25px;
    line-height: 32px;
  }
  .avocado-wrapper .rtbs .rtbs__inner .swiper .swiper-wrapper .swiper-slide .inner .content-container .stop-wrap {
    white-space: nowrap;
  }
  .avocado-wrapper .rtbs .rtbs__inner .swiper .swiper-wrapper .swiper-slide .inner .content-container p {
    line-height: 28px;
  }
  .avocado-wrapper .product-container .product-container__inner {
    align-items: center;
    display: flex;
    padding: 50px 20px;
  }
  .avocado-wrapper .product-container .product-container__inner .product-container__content-container h2 {
    font-size: 35px;
    padding: 0;
  }
  .avocado-wrapper .product-container .product-container__inner .product-container__content-container h3 {
    padding: 0;
  }
  .avocado-wrapper .product-container .product-container__inner .product-container__content-container p {
    padding: 0;
    font-size: 18px;
    line-height: 26px;
  }
  .avocado-wrapper .product-container .product-container__inner .product-container__content-container li {
    font-size: 18px;
    line-height: 26px;
  }
  .avocado-wrapper .product-container .product-container__inner .product-container__content-container .product-container__btn-container {
    justify-content: flex-start;
    margin: 40px 0 0 0;
  }
  .avocado-wrapper .product-container .product-container__inner .product-container__content-container .product-container__btn-container a {
    width: auto;
    min-width: 360px;
  }
  .avocado-wrapper .product-container .product-container__inner--alt {
    flex-direction: row-reverse;
  }
  .avocado-wrapper .green .product-container__inner {
    padding: 50px 70px 25px 50px;
  }
  .avocado-wrapper .green .green__image {
    background: transparent url("../img/green.jpg") no-repeat center center/contain;
    flex: 0 0 60%;
    height: auto;
    min-height: 490px;
    margin: 0 30px 0 0;
  }
  .avocado-wrapper .luxury .product-container__inner {
    padding: 25px 50px 50px 50px;
  }
  .avocado-wrapper .luxury .luxury__image {
    background: transparent url("../img/luxury.jpg") no-repeat center center/contain;
    flex: 0 0 50%;
    height: auto;
    min-height: 490px;
    margin: 0 0 0 50px;
  }
  .avocado-wrapper .luxury .product-container__content-container {
    padding: 0 30px 0 0;
  }





  .avocado-wrapper .eco .product-container__inner {
    padding: 50px 70px 25px 50px;
  }
  .avocado-wrapper .eco .eco__image {
    background: transparent url("../img/eco.jpg") no-repeat center center/contain;
    flex: 0 0 60%;
    height: auto;
    min-height: 490px;
    margin: 0 30px 0 0;
  }
  .avocado-wrapper .eco .product-container__content-container {
    padding: 0 30px 0 0;
  }


  
    .avocado-wrapper .grandluxe .product-container__inner {
    padding: 25px 50px 50px 50px;
  }
  .avocado-wrapper .grandluxe .grandluxe__image {
    background: transparent url("../img/grandluxe.jpg") no-repeat center center/contain;
    flex: 0 0 50%;
    height: auto;
    min-height: 490px;
    margin: 0 0 0 50px;
  }
  .avocado-wrapper .grandluxe .product-container__content-container {
    padding: 0 30px 0 0;
  }



  .avocado-wrapper .bases .product-container__inner {
    padding: 0 50px;
  }
  .avocado-wrapper .bases .product-container__content-container {
    padding: 90px 20px 50px 0;
  }
  .avocado-wrapper .bases .bases__image {
    background: transparent url("../img/base.png") no-repeat left center/contain;
    flex: 0 0 58%;
    height: auto;
    min-height: 490px;
    margin: 0 50px 0 0;
  }
  .avocado-wrapper .flatfoundation.product-container {
    padding-top: 0;
  }
  .avocado-wrapper .flatfoundation.product-container .product-container__inner .product-container__content-container h3 {
    padding-right: 140px;
  }
  .avocado-wrapper .flatfoundation .product-container__inner {
    padding: 25px 50px;
    padding-top: 0;
  }
  .avocado-wrapper .flatfoundation .flatfoundation__image {
    flex: 0 0 55%;
    height: auto;
    margin: 0 0 0 50px;
    min-height: 400px;
  }
  
  
  
.avocado-wrapper .citybedframe.product-container {
    padding-top: 0;
  }
  .avocado-wrapper .citybedframe.product-container .product-container__inner .product-container__content-container h3 {
    padding-right: 140px;
  }
  .avocado-wrapper .citybedframe .product-container__inner {
    padding: 25px 50px;
    padding-top: 0;
  }
  .avocado-wrapper .citybedframe .citybedframe__image {
    flex: 0 0 55%;
    height: auto;
    margin: 0 0 0 50px;
    min-height: 400px;
  }
  
  
  
  .avocado-wrapper .pillows.product-container {
    padding-top: 0;
  }
  .avocado-wrapper .pillows .product-container__inner {
    padding: 25px 50px;
    padding-top: 0;
  }
  .avocado-wrapper .pillows .pillows__image {
    background: transparent url("../img/pillow-stack.png") no-repeat center/contain;
    flex: 0 0 55%;
    height: auto;
    margin: 0 50px 0 0;
    min-height: 400px;
  }
  .avocado-wrapper .testimonials .testimonials__inner {
    background: #537156 url("../img/bg_wave_texture.png") no-repeat right top/1640px auto;
    padding: 50px 20px 0 20px;
  }
  .avocado-wrapper .testimonials .testimonials__inner h2 {
    line-height: 1;
    margin: 35px 0 50px 0;
  }
  .avocado-wrapper .testimonials .testimonials__inner .swiper {
    padding: 0 0 50px 0;
  }
  .avocado-wrapper .testimonials .testimonials__inner .swiper .swiper-wrapper .swiper-slide .inner {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .avocado-wrapper .testimonials .testimonials__inner .swiper .swiper-wrapper .swiper-slide .inner h3 {
    font-size: 30px;
  }
  .avocado-wrapper .testimonials .testimonials__inner .swiper .swiper-wrapper .swiper-slide .inner .customer {
    margin: 20px 0 0 0;
  }
  .avocado-wrapper .testimonials .testimonials__inner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .avocado-wrapper .testimonials .testimonials__inner .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .avocado-wrapper .testimonials .testimonials__inner .swiper .swiper-pagination .swiper-pagination-bullet {
    height: 13px;
    width: 13px;
  }
  .avocado-wrapper .testimonials .testimonials__inner .swiper-button-prev {
    display: block;
  }
  .avocado-wrapper .testimonials .testimonials__inner .swiper-button-next {
    display: block;
  }
  .avocado-wrapper .why {
    background: #537156 url("../img/why_bg.jpg") no-repeat center center/auto 100%;
    padding: 0 0 0 20px;
  }  
  .avocado-wrapper .why .why__inner {
    height: 48.6vw;
    max-height: 607px;
    max-width: 1400px;
    justify-content: flex-start;
    padding: 5% 0;
  }
  
  
  
  
  .avocado-wrapper .certs {
    background: #ffffff url("../img/certifications.svg") no-repeat center center/auto 100%;
    padding: 0 0 0 20px;
    background-size: 100%;
  }
  .avocado-wrapper .certs .certs__inner {
    height: 25vw;
    max-height: 607px;
    max-width: 1400px;
    justify-content: flex-start;
    padding: 5% 0;
  }
  

  
  
  .avocado-wrapper .video .video__inner {
    padding: 60px 0;
    text-align: center;
  }
  .avocado-wrapper .video .video__inner h2 {
    font-size: 35px;
    margin: 0 0 40px 0;
  }
}



@media all and (min-width: 1280px) {
  .avocado-wrapper .header .header__inner {
    padding: 0 0 220px 0;
  }
  .avocado-wrapper .product-container .product-container__inner {
    padding: 50px 100px;
  }
  .avocado-wrapper .product-container .product-container__inner .product-container__content-container h3 {
    font-size: 30px;
    letter-spacing: -1px;
  }
  .avocado-wrapper .why .why__inner {
    height: 44.6vw;
  }
  
  
  
  .avocado-wrapper .certs .certs__inner {
    height: 24.6vw;
  }
  
  
}
@media all and (min-width: 1800px) {
  .avocado-wrapper .header .header__inner {
    height: 880px;
  }
  .avocado-wrapper .why .why__inner {
    height: 765px;
  }
  
  
  
  
  .avocado-wrapper .certs .certs__inner {
    height: 400px;
  }
  
  
  
}
@media all and (min-width: 1400px) {
  .avocado-wrapper .header .header__inner .header__content-container h1 {
    font-size: 60px;
    line-height: 1;
    margin: 50px 0 35px 0;
  }
  .avocado-wrapper .header .header__inner .header__content-container p {
    font-size: 24px;
    line-height: 38px;
  }
  .avocado-wrapper .green .green__image {
    background: transparent url("../img/green.jpg") no-repeat center top/contain;
    flex: 0 0 800px;
    height: 490px;
  }
  .avocado-wrapper .luxury .luxury__image {
    flex: 0 0 760px;
    margin: 0 0 0 50px;
  }




  .avocado-wrapper .eco .eco__image {
    background: transparent url("../img/eco.jpg") no-repeat center top/contain;
    flex: 0 0 800px;
    height: 490px;
  }
  
  
  
  .avocado-wrapper .grandluxe .grandluxe__image {
    flex: 0 0 760px;
    margin: 0 0 0 50px;
  }




  .avocado-wrapper .flatfoundation.product-container .product-container__inner .product-container__content-container h3 {
    padding-right: 180px;
  }
  
  
  
.avocado-wrapper .citybedframe.product-container .product-container__inner .product-container__content-container h3 {
    padding-right: 180px;
  }
  
  
  
  .avocado-wrapper .pillows.product-container .product-container__inner .product-container__content-container h3 {
    padding-right: 50px;
  }
}
@media all and (max-width: 1023px) {
  .avocado-wrapper .rtbs .rtbs__inner .swiper .swiper-wrapper .swiper-slide.aches .inner .content-container h3 {
    padding-right: 49px;
  }
  .avocado-wrapper .rtbs .rtbs__inner .swiper .swiper-wrapper .swiper-slide.restlessness .inner .content-container {
    padding-right: 40px;
  }
}
@media all and (min-width: 1200px) {
  .avocado-wrapper .why p {
    max-width: 777px;
    margin: 0 auto;
  }
}



@media all and (min-width: 1200px) {
  .avocado-wrapper .certs p {
    max-width: 777px;
    margin: 0 auto;
  }
}




/*# sourceMappingURL=avocado_3ab.css.map */
