@charset "UTF-8";
body {
  position: relative;
}
body > .cart-wrap {
  position: fixed;
  top: 0;
  background-color: #ffffff;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 10px 16;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1490196078);
}
body > .cart-wrap .cart.bottom-up {
  padding-bottom: 100px;
}
body > .cart-wrap .cart.display-none {
  display: none;
}
body > .cart-wrap .cart > div > .total-item {
  font-weight: 500;
  font-size: 13px;
}
body > .cart-wrap > .navbar-brand-2 {
  width: 170px;
  flex: 0 auto;
}
body > .cart-wrap > .w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333;
}
@media screen and (max-width: 767px) {
  body > .cart-wrap > .navbar-brand-2 {
    padding-left: 0;
  }
  body > .cart-wrap > .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  body > .cart-wrap > .navbar-brand-2 {
    width: auto;
  }
  body > .cart-wrap > .navbar-brand-2 > .image-8 {
    width: 130px;
  }
}
body * {
  font-family: "Poppins", sans-serif !important;
}
body .section-breadcrumb {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #f6f2ef;
}
body .section-breadcrumb > .link-previous {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #b1b5c3;
}
body .section-breadcrumb > img {
  display: block;
  margin: 0 8px;
}
body .section-breadcrumb > span {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-align: left;
  color: #1aa7ec;
}
body .image-gallery-wrap {
  background: white;
  width: 100vw;
}
body .image-gallery-wrap > .list > .image-gallery > .image-gallery-content > .image-gallery-slide-wrapper > .image-gallery-swipe > .image-gallery-slides > .image-gallery-slide > img {
  width: 100dvw;
  aspect-ratio: 1/1;
  object-fit: contain;
}
body .image-gallery-wrap > .list > .image-gallery > .image-gallery-content > .image-gallery-thumbnails-wrapper {
  margin-top: 12px;
  width: 100dvw;
}
body .image-gallery-wrap > .list > .image-gallery > .image-gallery-content > .image-gallery-thumbnails-wrapper > .image-gallery-thumbnails {
  padding: 0;
}
body .image-gallery-wrap > .list > .image-gallery > .image-gallery-content > .image-gallery-thumbnails-wrapper > .image-gallery-thumbnails > .image-gallery-thumbnails-container {
  box-shadow: none;
}
body .image-gallery-wrap > .list > .image-gallery > .image-gallery-content > .image-gallery-thumbnails-wrapper > .image-gallery-thumbnails > .image-gallery-thumbnails-container > button {
  width: 50px;
  border-radius: 8px;
  overflow: hidden;
  border-width: 1px;
  margin-right: 12px;
}
body .image-gallery-wrap > .list > .image-gallery > .image-gallery-content > .image-gallery-thumbnails-wrapper > .image-gallery-thumbnails > .image-gallery-thumbnails-container > button:last-of-type {
  margin-right: 0;
}
body .image-gallery-wrap > .list > .image-gallery > .image-gallery-content > .image-gallery-thumbnails-wrapper > .image-gallery-thumbnails > .image-gallery-thumbnails-container > button > span > img {
  aspect-ratio: 1/1;
  object-fit: contain;
}
body .not-found h1 {
  text-align: center;
}

.product-introduction {
  padding: 20px 16px 40px 16px;
}
.product-introduction p {
  color: rgba(111, 113, 138, 0.9);
  text-align: center;
  font-size: 16px;
  padding: 0 14px;
}
.product-introduction .gradient-text {
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #48dfdd, #1aa7ec 60%, #797df6);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline;
}
.product-introduction .heading.gradient-text {
  text-align: center;
  background-image: linear-gradient(to right, #48dfdd 27%, #1aa7ec 48%, #797df6);
  font-weight: 600;
  display: block;
  padding-bottom: 25px;
  font-size: 32px;
  line-height: 115%;
}
.product-introduction .list-banner--top-top {
  margin-bottom: 20px;
}
.product-introduction .list-banner--top {
  width: 100%;
  gap: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-introduction .list-banner--top-top .list-banner--top-item {
  width: 50%;
  max-width: 50%;
}
.product-introduction .list-banner--top-item .image-2 {
  overflow: hidden;
  border-radius: 20px;
}
.product-introduction .list-banner--top .image-2 {
  display: block;
}
.product-introduction .image-2 {
  width: 100%;
}
.product-introduction .list-banner--top-bottom .list-banner--top-3 {
  width: 65.7222222222%;
}
.product-introduction .list-banner--top-bottom .list-banner--top-4 {
  width: 34.2777777778%;
}
.product-introduction .div-block-17 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 35px;
  display: flex;
}
.product-introduction .div-block-17 p {
  text-align: right;
  font-size: 14px;
  width: 100%;
}
.product-introduction .div-block-17 .image-19 {
  width: 200px;
  object-fit: contain;
  margin-left: 35px;
}
.product-introduction .div-block-17 > .image-20 {
  width: 170px;
  object-fit: contain;
}
@media screen and (max-width: 479px) {
  .product-introduction .div-block-17 > .image-20 {
    width: 90px;
  }
  .product-introduction .div-block-17 p {
    text-align: right;
    font-size: 13px;
    width: 100%;
  }
  .product-introduction .div-block-17 > .image-19 {
    width: 90px;
    margin-left: 15px;
  }
}

.section-user-reviews {
  padding: 20px 16px 40px 16px;
  /* Needed for gradient continuity with or without animation so that transparent PNG images come up as we would expect */
}
.section-user-reviews .gradient-text {
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #48dfdd, #1aa7ec 60%, #797df6);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline;
}
.section-user-reviews .heading.gradient-text {
  text-align: center;
  background-image: linear-gradient(to right, #48dfdd 27%, #1aa7ec 48%, #797df6);
  font-weight: 600;
  display: block;
  padding-bottom: 25px;
  font-size: 32px;
  line-height: 115%;
}
.section-user-reviews .user-reviews-item--video .deferred-media__poster img {
  max-width: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center center;
}
.section-user-reviews .user-reviews-mobile-item {
  width: 100%;
  max-width: 100%;
  flex-grow: 1;
  flex-shrink: 0;
  box-sizing: content-box;
  margin: 0;
}
.section-user-reviews .video-section__media {
  --ratio-percent: 56.25%;
  position: relative;
  padding-bottom: calc(var(--ratio-percent) - var(--media-border-width));
}
.section-user-reviews .scroll-trigger:where(.gradient.video-section__media) {
  background: transparent;
}
.section-user-reviews .video-section__media iframe {
  background-color: rgba(var(--color-foreground), 0.03);
  border: 0;
}
.section-user-reviews .video-section__media video {
  background: #000000;
}
.section-user-reviews .video-section__media.media-fit-cover video {
  object-fit: cover;
}
.section-user-reviews .user-reviews-content--item img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
  height: auto;
}
.section-user-reviews .user-reviews-content--item deferred-media {
  display: block;
}
.section-user-reviews .user-reviews-content--item {
  padding: 0 16px;
  position: relative;
  margin-bottom: 10px;
  isolation: isolate;
}
.section-user-reviews .user-reviews--video-video {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  height: 500px;
}
@media screen and (max-width: 479px) {
  .section-user-reviews .user-reviews--video-video {
    height: 250px;
  }
}
.section-user-reviews .user-reviews--video-content {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: auto;
  bottom: 0;
  padding: 10px;
  color: #ffffff;
}
.section-user-reviews .user-reviews--video-content .user-reviews--video-heading {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}
.section-user-reviews .user-reviews--video-content > .user-reviews--video-caption {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  width: 100%;
}
.section-user-reviews .user-reviews--video-video .deferred-media__poster-button {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(11, 11, 11, 0) 45%, rgb(18, 1, 0) 100%);
  opacity: 1;
}
.section-user-reviews .user-reviews--video-video .deferred-media__poster-button svg {
  height: 4rem;
  width: auto;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.section-user-reviews .user-reviews-mobile {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
  height: auto;
  background: transparent;
  margin-bottom: 0 !important;
}
.section-user-reviews .slick-arrow {
  display: none !important;
}

.section-breakthough-audio {
  padding: 20px 0px 40px 0px;
}
.section-breakthough-audio .gradient-text {
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #48dfdd, #1aa7ec 60%, #797df6);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline;
}
.section-breakthough-audio .heading.gradient-text {
  text-align: center;
  background-image: linear-gradient(to right, #48dfdd 27%, #1aa7ec 48%, #797df6);
  font-weight: 600;
  display: block;
  padding-bottom: 25px;
  font-size: 32px;
  line-height: 115%;
}
.section-breakthough-audio .div-block-19 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  padding: 0px 16px 0 16px;
  display: flex;
}
.section-breakthough-audio .div-block-19 > .col-breakthrough {
  width: 100%;
  background-color: #f6fafc;
  border-radius: 25px;
  padding-bottom: 30px;
}
.section-breakthough-audio .div-block-19 > .col-breakthrough > .image-21 {
  width: 100%;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  margin-bottom: 15px;
}
.section-breakthough-audio .div-block-19 > .col-breakthrough img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
  height: auto;
}
.section-breakthough-audio .div-block-19 > .col-breakthrough > .paragraph.paragraph-dark.breakthrough-title {
  color: #26283b;
  text-align: center;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}
.section-breakthough-audio .div-block-19 > .col-breakthrough > .paragraph.paragraph-dark.breakthrough-text {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
}
.section-breakthough-audio .div-block-19 > .col-breakthrough > .paragraph.paragraph-dark {
  width: 100%;
  color: rgba(111, 113, 138, 0.9019607843);
  text-align: left;
  flex: 0 auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 479px) {
  .section-breakthough-audio .div-block-19 > .col-breakthrough > .paragraph.paragraph-dark.breakthrough-title {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 130%;
  }
  .section-breakthough-audio .div-block-19 > .col-breakthrough > .paragraph.paragraph-dark.breakthrough-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .section-breakthough-audio .div-block-19 {
    flex-direction: column;
    margin-top: 10px;
  }
}
.section-breakthough-audio .heading {
  text-align: center;
  flex: 1;
  margin-bottom: 25px;
  font-size: 52px;
  font-weight: 600;
  line-height: 120%;
  padding: 0px 16px 0 16px;
}
.section-breakthough-audio .realworld-icon {
  height: 200px;
  margin: auto;
}
.section-breakthough-audio .real-world-data-note {
  font-size: 16px;
  line-height: 130%;
  font-style: italic;
  font-weight: 500;
  width: 100%;
  color: rgba(92, 92, 92, 0.9019607843);
  text-align: center;
}
.section-breakthough-audio .w-col-4 {
  width: 33.33333333%;
}
.section-breakthough-audio .w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.section-breakthough-audio .image-5 {
  width: 100%;
  text-align: left;
  margin-top: -150px;
  display: inline-block;
}
.section-breakthough-audio > .audio-ctn {
  padding-top: 50px;
  padding-bottom: 40px;
  height: auto;
  background-color: #f4f4f9;
  background-image: none;
  flex-flow: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}
.section-breakthough-audio > .audio-ctn .breakthrough-tech-para {
  color: rgba(111, 113, 138, 0.9019607843);
  line-height: 160%;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .section-breakthough-audio .image-5 {
    margin-top: -110px;
  }
}
@media screen and (max-width: 767px) {
  .section-breakthough-audio .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .section-breakthough-audio .w-row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 479px) {
  .section-breakthough-audio .heading {
    margin-bottom: 10px;
    font-size: 32px;
  }
  .section-breakthough-audio .realworld-icon {
    height: 80px;
  }
  .section-breakthough-audio .paragraph.paragraph-dark {
    font-size: 16px;
  }
  .section-breakthough-audio .real-world-data-note {
    font-size: 13px;
  }
  .section-breakthough-audio .column-14 {
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  .section-breakthough-audio .column-15,
  .section-breakthough-audio .column-16 {
    padding-left: 0;
    padding-right: 0;
  }
  .section-breakthough-audio .w-col {
    width: 100%;
  }
  .section-breakthough-audio .columns-3 {
    display: flex;
  }
  .section-breakthough-audio .image-5 {
    margin-top: -35px;
  }
}

body header {
  display: none;
}
body div[data-testid=product-wrapper] {
  position: relative;
}
body div[data-testid=product-wrapper] > .discount-percentage {
  position: absolute;
  top: 8px;
  right: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0%;
  color: white;
  background: #96765C;
  padding: 4px 8px;
  border-radius: 8px;
}
body div[data-testid=product-wrapper] > div:first-of-type {
  border-radius: 16px;
  box-shadow: none;
  border: none;
}
body div[data-testid=product-wrapper] > .content {
  margin-top: 8px;
}
body div[data-testid=product-wrapper] > .content > .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #141416;
}
body div[data-testid=product-wrapper] > .content > .price {
  margin-top: 10px;
}
body div[data-testid=product-wrapper] > .content > .price > .final-price {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  color: #141416;
}
body div[data-testid=product-wrapper] > .content > .price > .original-price {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-decoration: line-through;
  margin-left: 8px;
  color: #b1b5c3;
}
body .section-banner {
  height: 800px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6588235294), rgba(0, 0, 0, 0.6588235294));
  width: 100%;
}
body .section-banner .item {
  overflow: hidden;
  outline: none;
  padding: 16px;
}
body .section-banner .item .buy-now-section-1 {
  color: #fff;
  background-image: linear-gradient(#48dfdd, #67a1ed 63%, #797df6);
  margin-top: 15px;
  padding: 10px 35px;
  font-weight: 600;
  border-radius: 99px;
  display: flex;
  align-items: center;
}
body .section-banner .item .buy-now-section-1 .fontawesome {
  padding-left: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
body .section-banner .item .text-block-21 {
  color: #fff;
  margin-top: 40px;
  font-family: SVN Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
body .section-banner .item .text-block-21 a {
  text-decoration: underline;
}
body .section-banner .item .gradient-text {
  background-image: linear-gradient(to right, #48dfdd, #1aa7ec 60%, #797df6);
  display: block;
  margin-bottom: 10px;
  font-size: 40px;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #fff;
  text-align: left;
  font-weight: 600;
  line-height: 115%;
  max-width: 100%;
}
body .section-banner .item .paragraph.banner-v1 {
  width: 500px;
  color: #fff;
  text-align: left;
  font-family: SVN Poppins, sans-serif;
  font-size: 22px;
}
@media screen and (max-width: 479px) {
  body .section-banner .item .text-block-21 {
    margin-top: 20px;
    font-size: 13px;
  }
  body .section-banner .item .paragraph.banner-v1 {
    width: auto;
    font-size: 16px;
  }
}
body .section-banner .section-2 {
  height: 100%;
  background-position: 50% 0;
  background-size: auto;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-bottom: 0;
  padding-bottom: 120px;
  display: flex !important;
  height: 800px;
}
body .section-banner .section-2 .slide-1--content-right {
  width: 100%;
  padding-left: 0;
  margin-bottom: 30px;
}
body .section-banner .section-2 .slide-1--content-right .slide-1--content-iframe {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
body .section-banner .section-2 .slide-1--content-right .slide-1--content-iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
}
body .section-banner .section-2 .slide-1--content-left {
  width: 100%;
}
body .section-banner .section-2 .slide-1--content-left .home-section-1-slider--action {
  display: flex;
  gap: 32px;
  align-items: center;
}
@media screen and (max-width: 479px) {
  body .section-banner .section-2 .slide-1--content-left .home-section-1-slider--action {
    gap: 16px;
  }
}
@media (min-width: 768px) {
  body .section-banner .section-2 .slide-1--content-right {
    width: 50%;
  }
}
body .section-banner .section-2-bg-1 {
  background-image: url("/images/pages/home/sec1-slide-1.jpg");
}
body .section-banner .section-2-bg-2 {
  background-image: url("/images/pages/home/sec1-slide-2.jpg");
}
body .section-banner .section-2-bg-3 {
  background-image: url("/images/pages/home/sec1-slide-3.jpg");
}
body .section-banner .section-2-bg-4 {
  background-image: url("/images/pages/home/sec1-slide-4.jpg");
}
@media screen and (max-width: 991px) {
  body .section-banner {
    height: 600px;
  }
  body .section-banner .section-2 {
    height: 600px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 479px) {
  body .section-banner {
    height: 600px;
  }
  body .section-banner .section-2 {
    height: 600px;
    padding-bottom: 70px;
    background-position: 40% 0;
    background-size: cover;
  }
}
body .section-banner > .slick-slider > button {
  display: none !important;
}
body .as-seen-on-v1 {
  padding-bottom: 90px;
  padding-top: 80px;
  padding-right: 15px;
  padding-left: 15px;
}
body .as-seen-on-v1 .heading.heading-awared {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 50px;
  font-family: SVN Poppins, sans-serif;
}
body .as-seen-on-v1 .heading {
  text-align: left;
  flex: 1;
  margin-bottom: 25px;
  font-size: 52px;
  font-weight: 600;
  line-height: 120%;
}
body .as-seen-on-v1 .gradient-text {
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #48dfdd, #1aa7ec 60%, #797df6);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline;
}
body .as-seen-on-v1 .div-block-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  display: flex;
}
body .as-seen-on-v1 .featured-logo--new .featured-logo-div--top {
  width: 100%;
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 60%;
  margin-bottom: 10px;
}
body .as-seen-on-v1 .featured-logo--new .featured-logo-div--top .featured-logo-div--top .featured-logo-div--new {
  max-height: 200px;
}
body .as-seen-on-v1 .featured-logo--new .featured-logo-div--top .featured-logo-div--new {
  width: 100%;
  height: auto;
}
body .as-seen-on-v1 .featured-logo--new .featured-logo-div--bottom {
  width: 100%;
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
body .as-seen-on-v1 .featured-logo--new .featured-logo-div--bottom .featured-logo-div--new {
  width: 100%;
  height: auto;
}
body .as-seen-on-v1 .featured-logo-div {
  width: 15%;
  height: 80px;
  flex: 0 auto;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}
body .as-seen-on-v1 .featured-logo-div .logo-image {
  width: 200px;
  object-fit: contain;
  flex: 0 auto;
}
@media screen and (max-width: 991px) {
  body .as-seen-on-v1 .heading.heading-awared {
    padding-bottom: 20px;
    font-size: 42px;
  }
  body .as-seen-on-v1 .featured-logo-div {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  body .as-seen-on-v1 .featured-logo-div {
    width: 30%;
  }
}
@media screen and (max-width: 479px) {
  body .as-seen-on-v1 .heading.heading-awared {
    padding-bottom: 20px;
    font-size: 32px;
  }
  body .as-seen-on-v1 .featured-logo-div {
    width: 30%;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
  body .as-seen-on-v1 .div-block-16 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
  }
}
body .section-body.section-transparent-wave {
  background-image: url("/images/pages/home/pattern-wave-transparent.png");
  background-position: 50%;
  background-repeat: repeat;
  background-size: 100% 100%;
  background-attachment: scroll;
}
body .section-body {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}
body .section-body .container-global {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  display: block;
}
body .section-body .paragraph {
  width: 320px;
  color: rgba(255, 255, 255, 0.6588235294);
  text-align: right;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  display: block;
}
body .section-body .paragraph.paragraph-dark {
  width: 100%;
  color: rgba(111, 113, 138, 0.9019607843);
  text-align: left;
  flex: 0 auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}
body .section-body .paragraph.paragraph-dark.uppercase-subttile {
  color: rgba(69, 70, 95, 0.8);
  text-align: left;
  text-transform: uppercase;
  font-family: SVN Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
}
body .section-body .heading {
  text-align: left;
  flex: 1;
  margin-bottom: 25px;
  font-size: 52px;
  font-weight: 600;
  line-height: 120%;
}
body .section-body .audio-play--component {
  cursor: pointer;
}
body .section-body .lightbox-link {
  color: rgba(255, 255, 255, 0);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 5px;
  display: flex;
}
body .section-body .paragraph.paragraph-dark.hear-a-sample {
  width: auto;
  color: #45465f;
  text-align: left;
  flex: 0 auto;
  margin-right: 30px;
  font-weight: 500;
  display: block;
}
body .section-body .audio-play--component audio {
  max-height: 45px;
  vertical-align: baseline;
}
body .container-global.sv-in-onesensing-col {
  text-align: center;
  background-color: #f4f4f9;
  border-radius: 50px;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}
body .container-global.sv-in-onesensing-col .uppercase-subttile {
  color: rgba(69, 70, 95, 0.8);
  text-transform: uppercase;
  font-family: SVN Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
}
body .container-global.sv-in-onesensing-col .your-sleep-state {
  font-weight: 600;
  line-height: 120%;
  font-size: 52px;
  color: #333333;
  margin-top: 10px;
}
body .container-global.sv-in-onesensing-col ._7-in-1-sensing {
  color: rgba(92, 92, 92, 0.9019607843);
  text-align: center;
  padding-left: 150px;
  padding-right: 150px;
  margin-top: 10px;
}
body .container-global.sv-in-onesensing-col .heading.align-center {
  text-align: center;
}
body .section-small-but {
  padding: 16px;
  margin-top: 20px;
}
body .section-small-but .heading.heading-awared.heading-got-better-sleep-around.gradient-text {
  padding-bottom: 30px;
}
body .section-small-but .heading.heading-awared.heading-got-better-sleep-around {
  flex-direction: column;
  display: flex;
}
body .section-small-but .heading.heading-awared {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 50px;
  font-family: SVN Poppins, sans-serif;
}
body .section-small-but .gradient-text {
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #48dfdd, #1aa7ec 60%, #797df6);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline;
}
body .section-small-but .heading.gradient-text {
  text-align: center;
  background-image: linear-gradient(to right, #48dfdd 27%, #1aa7ec 48%, #797df6);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 60px;
  font-size: 52px;
  font-weight: 600;
  display: block;
}
body .section-small-but .paragraph.paragraph-dark {
  width: 100%;
  color: rgba(111, 113, 138, 0.9019607843);
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 991px) {
  body .as-seen-on-v1 {
    padding-bottom: 70px;
  }
  body .section-body {
    padding-top: 30px;
  }
  body .section-body .container-global {
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }
  body .section-body .heading.your-brainwaves {
    font-size: 42px;
  }
  body .section-body .gradient-text {
    text-transform: none;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #48dfdd, #1aa7ec 60%, #797df6);
    -webkit-background-clip: text;
    background-clip: text;
    display: inline;
  }
  body .container-global.sv-in-onesensing-col .your-sleep-state {
    font-size: 42px;
  }
  body .section-small-but .heading.heading-awared {
    padding-bottom: 20px;
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  body .section-body {
    padding-top: 30px;
  }
  body .container-global.sv-in-onesensing-col {
    padding-top: 50px;
  }
  body .container-global.sv-in-onesensing-col ._7-in-1-sensing {
    padding-left: 10px;
    padding-right: 10px;
  }
  body .section-small-but .heading.gradient-text {
    padding-bottom: 30px;
  }
  body .section-small-but .image-7-in-1 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  body .as-seen-on-v1 {
    padding-bottom: 20px;
    padding-top: 60px;
  }
  body .section-body {
    padding-top: 25px;
    padding-bottom: 50px;
  }
  body .section-body .container-global {
    padding-right: 15px;
    display: block;
  }
  body .section-body .paragraph {
    font-size: 18px;
  }
  body .section-body .paragraph.paragraph-dark {
    font-size: 16px;
  }
  body .section-body .paragraph.paragraph-dark.uppercase-subttile {
    margin-bottom: -10px;
    font-size: 16px;
  }
  body .section-body .heading.your-brainwaves {
    font-size: 32px;
  }
  body .section-body .heading {
    margin-bottom: 10px;
    font-size: 32px;
  }
  body .section-body .lightbox-link {
    margin-bottom: 25px;
    padding-top: 15px;
  }
  body .section-body .paragraph.paragraph-dark {
    font-size: 16px;
  }
  body .container-global.sv-in-onesensing-col {
    border-radius: 20px;
    padding-top: 25px;
    padding-bottom: 35px;
  }
  body .container-global.sv-in-onesensing-col .uppercase-subttile {
    font-size: 14px;
    text-align: center;
  }
  body .container-global.sv-in-onesensing-col .your-sleep-state {
    font-size: 32px;
  }
  body .container-global.sv-in-onesensing-col ._7-in-1-sensing {
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  body .section-small-but .heading.heading-awared.heading-got-better-sleep-around.gradient-text {
    padding-bottom: 15px;
  }
  body .section-small-but .heading.heading-awared.heading-got-better-sleep-around {
    padding-bottom: 25px;
    display: block;
  }
  body .section-small-but .heading.heading-awared {
    padding-bottom: 20px;
    font-size: 32px;
  }
  body .section-small-but .heading.gradient-text {
    padding-bottom: 25px;
    font-size: 32px;
    line-height: 115%;
  }
  body .section-small-but .paragraph.paragraph-dark {
    font-size: 16px;
  }
  body .section-small-but .image-7-in-1 {
    width: 100%;
  }
}
body .section-list-product {
  margin-top: 24px;
}
body .section-list-product > .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #262626;
}
body .section-list-product ul {
  margin-top: 12px;
  gap: 24px 16px;
}
body .section-list-product ul > li a > div > div:first-of-type {
  border-radius: 16px;
  box-shadow: none;
  border: none;
}
body .section-list-product ul > li a > div > .content {
  margin-top: 8px;
}
body .section-list-product ul > li a > div > .content > .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #141416;
}
body .section-list-product ul > li a > div > .content > .price {
  margin-top: 10px;
}
body .section-list-product ul > li a > div > .content > .price > .final-price {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  color: #141416;
}
body .section-list-product ul > li a > div > .content > .price > .original-price {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-decoration: line-through;
  margin-left: 8px;
  color: #b1b5c3;
}
body .section-categories > .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #181411;
}
body .section-categories > .list {
  width: auto;
  display: flex;
  overflow: auto;
  margin-top: 12px;
  scroll-snap-type: x mandatory;
}
body .section-categories > .list > .item {
  width: 144px;
  flex: 0 0 auto;
  margin-right: 12px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
body .section-categories > .list > .item > img {
  width: 100%;
}
body .section-categories > .list > .item > .content {
  width: 129px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 8px;
  background: white;
  padding: 0 8px;
  justify-content: space-between;
  border-radius: 40px;
  display: flex;
  align-items: center;
  height: 24px;
}
body .section-categories > .list > .item > .content > span {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  color: #96765c;
}
body > .page-store {
  padding: 0 0;
  margin-top: 66px;
}
body > .page-store ~ .cart-wrap > div > div > span {
  display: none;
}

.page-waiting-screen {
  background: url("/images/waiting.png") no-repeat center center;
  background-size: cover;
  align-items: center;
}
.page-waiting-screen > .logo {
  width: 300px;
  height: 300px;
  background: url("/images/logo.png") no-repeat center center;
  background-size: cover;
}

body .page-categories > .section-categories {
  margin-top: 16px;
  padding-bottom: 16px;
}
body .page-categories > .section-categories > .title {
  display: none;
}
body .page-categories > .section-categories > .list {
  margin-top: 0;
}
body .page-categories > .section-categories > .list > .item.active > .content {
  background: #7981f2;
}
body .page-categories > .section-categories > .list > .item.active > .content > span {
  color: #f6f2ef;
}
body .page-categories > .w-full > ul {
  gap: 24px 16px;
}
body .page-categories > .w-full > .title {
  height: 60px;
  display: grid;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #181411;
  border-top: 1px solid #f6f2ef;
  border-bottom: 1px solid #f6f2ef;
}
body .page-categories > .w-full .coming-soon {
  height: 400px;
  display: grid;
  justify-content: center;
  align-items: center;
}
body .page-categories > .w-full .coming-soon > .content > .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  color: #c8b9a9;
  margin-top: 12px;
}
body .page-categories > .w-full .coming-soon > .content > img {
  display: block;
  margin: 0 auto;
}

body .page-product {
  margin-top: 66px;
}
body .page-product > .header {
  padding: 0 16px;
  padding-top: 30px;
  margin-bottom: 16;
}
body .page-product > .header > .section-breadcrumb {
  border: none;
}
body .page-product .product-image {
  background-color: #f1f1f1 !important;
}
body .page-product > .title {
  padding: 0 16px;
  font-size: 35px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
  color: #1aa7ec;
  margin-top: 30px;
  margin-bottom: 25px;
}
body .page-product .select-variants {
  display: none;
}
body .page-product #product-info > div > div > div > button {
  display: none;
}
body .page-product #product-info > div > div > div > div > span {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
body .page-product #product-info > div > div > div > div > span > .final-price {
  display: inline-block;
  padding: 0 16px;
  padding-right: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #141416;
  margin-top: -8px;
}
body .page-product #product-info > div > div > div > div > span > .discount-percentage {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0%;
  color: white;
  background: #96765c;
  margin-left: 16px;
  padding: 4px 8px;
  border-radius: 8px;
  margin-top: -7px;
}
body .page-product #product-info > div > div > div > div > span > .original-price {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-decoration: line-through;
  margin-left: 16px;
  color: #b1b5c3;
}
body .page-product #product-info > div > div > div > div > span > span:last-child {
  margin-right: 16px;
}
body .page-product #product-info div[data-testid=product-description] {
  padding: 0 16px;
}
body .page-product #product-info div[data-testid=product-description] > .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  color: #141416;
  margin-bottom: 12px;
}
body .page-product #product-info div[data-testid=product-description] > .product-short-des {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 10px;
}
body .page-product #product-info div[data-testid=product-description] > .product-short-des a {
  color: #00e;
}
body .page-product #product-info div[data-testid=product-description] > .product-des-list {
  padding-left: 25px;
  padding-bottom: 10px;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-weight: 500;
}
body .page-product #product-info div[data-testid=product-description] > .product-des-list li {
  width: 45%;
}
body .page-product #product-info div[data-testid=product-description] .guarranty-check {
  font-size: 15px;
  font-weight: 500;
  margin-top: 14px;
}
body .page-product #product-info div[data-testid=product-description] .guarranty-check div {
  margin-bottom: 10px;
  display: grid;
  align-items: center;
  grid-template-columns: 35px auto;
}
body .page-product #product-info div[data-testid=product-description] .guarranty-check img {
  margin-right: 10px;
}
body .page-product #product-info div[data-testid=product-description] > .content {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #777e91;
}
body .page-product #product-info div[data-testid=product-description] > .content p {
  margin-bottom: 8px;
}
body .page-product #product-info div[data-testid=product-description] > .content p > strong {
  margin-bottom: 8px;
  margin-top: 8px;
  display: inline-block;
}
body .page-product #product-info div[data-testid=product-description] > .content p > strong:last-child {
  margin-bottom: 0;
}
body .page-product #product-info div[data-testid=product-description] > .content ol li {
  margin-bottom: 6px;
}
body .page-product div[data-testid=related-products-container] {
  border-top: 8px solid #f4f5f6;
  margin-top: 20px;
  padding-top: 20px;
}
body .page-product div[data-testid=related-products-container] > div > div {
  text-align: left !important;
  display: block;
  margin-bottom: 12px;
}
body .page-product div[data-testid=related-products-container] > div > div > span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #181411;
}
body .page-product div[data-testid=related-products-container] > div > div > p {
  display: none;
}
body .page-product .product-actions {
  background: white;
  padding: 0 16px;
  border: none;
  border-top: 1px solid #f4f5f6;
  box-shadow: 0px -4px 19.7px 0px rgba(98, 98, 98, 0.1019607843);
  z-index: 999;
  border-radius: 24px 24px 0 0;
}
body .page-product .product-actions > div[data-testid=mobile-actions] {
  border: none;
  padding: 0;
}
body .page-product .product-actions > div[data-testid=mobile-actions] > .actions {
  height: 100px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
}
body .page-product .product-actions > div[data-testid=mobile-actions] > .actions > button {
  height: 48px;
  border-radius: 15px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  color: #23262f;
  background: #1aa7ec;
  color: #fff;
}
body .page-product .product-actions > div[data-testid=mobile-actions] > .actions > button.checkout {
  background: #7981f2;
  color: white;
}
body .page-product .product-actions > div[data-testid=mobile-actions] > .content {
  width: 100%;
}
body .page-product .product-actions > div[data-testid=mobile-actions] > .content > .header {
  display: grid;
  padding-top: 14px;
  width: 100%;
  justify-content: end;
}
body .page-product .product-actions > div[data-testid=mobile-actions] > .content > .header > button {
  width: auto;
  padding: 10px;
  padding-right: 0;
}
body .page-product .product-actions > div[data-testid=mobile-actions] > .content > .body > .images {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 128px auto;
  align-items: center;
  gap: 16px;
}
body .page-product .product-actions > div[data-testid=mobile-actions] > .content > .body > .images > img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
body .page-product .product-actions > div[data-testid=mobile-actions] > .content > .body > .images > .content > .price {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  color: #654f3d;
}
body .page-product .product-actions > div[data-testid=mobile-actions] > .content > .body > .images > .content > .original-price {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-decoration: line-through;
  margin-top: 8px;
  color: #b1b5c3;
}
body .page-product .product-actions > div[data-testid=mobile-actions] > .content > .body > .quantity {
  margin-top: 32px;
}
body .page-product .product-actions > div[data-testid=mobile-actions] > .content > .body > .quantity > .title {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #777e91;
}
body .page-product .product-actions > div[data-testid=mobile-actions] > .content > .body > .quantity > .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 40px;
  border: 1px solid #e6e8ec;
  align-items: center;
  border-radius: 40px;
  margin-top: 8px;
}
body .page-product .product-actions > div[data-testid=mobile-actions] > .content > .body > .quantity > .content > .number {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-align: left;
  color: #141416;
}
body .page-product .product-actions > div[data-testid=mobile-actions] > .content > .body > .quantity > .content > button {
  padding: 12px 16px;
}
body .page-product .product-actions > div[data-testid=mobile-actions] > .content > .body > .options {
  margin-top: 32px;
}
body .page-product .product-actions > div[data-testid=mobile-actions] > .content > .body > .options > .title {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #777e91;
}
body .page-product .product-actions > div[data-testid=mobile-actions] > .content > .body > .options > .list {
  margin-top: 8px;
}
body .page-product .product-actions > div[data-testid=mobile-actions] > .content > .body > .options > .list > .item {
  display: inline-grid;
  height: 40px;
  justify-content: center;
  align-items: center;
  border: 1px solid #e6e8ec;
  border-radius: 40px;
  margin-right: 8px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  color: #23262f;
}
body .page-product .product-actions > div[data-testid=mobile-actions] > .content > .body > .options > .list > .item.active {
  border-color: #96765c;
  color: #96765c;
}
body .page-product .product-actions > div[data-testid=mobile-actions] > .content > .body > .actions {
  margin-top: 32px;
  padding-bottom: 32px;
}
body .page-product .product-actions > div[data-testid=mobile-actions] > .content > .body > .actions > button {
  height: 44px;
  display: grid;
  justify-content: center;
  align-items: center;
  background: #7981f2;
  border-radius: 40px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  width: 100%;
}
body .page-product .product-actions > div[data-testid=mobile-actions] > .content > .body > .actions > button:disabled {
  background: #f4f5f6;
  color: #b1b5c3;
}
body .page-product .product-actions.expand {
  box-shadow: none;
}
body .page-product .gradient-text {
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #48dfdd, #1aa7ec 60%, #797df6);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline;
}
body .page-product .heading.gradient-text {
  text-align: center;
  background-image: linear-gradient(to right, #48dfdd 27%, #1aa7ec 48%, #797df6);
  font-weight: 600;
  display: block;
  padding-bottom: 15px;
  font-size: 32px;
  line-height: 115%;
}
body .page-product .frequently-asked-questions {
  margin-bottom: 80px;
}
body .page-product .frequently-asked-questions .accordion-item-q-text {
  font-size: 1.3em;
  line-height: 1.3em;
  color: rgba(51, 51, 51, 0.9490196078);
  font-weight: 600;
}
body .page-product .frequently-asked-questions .question-answer {
  color: rgba(111, 113, 138, 0.9019607843);
  word-break: normal;
  overflow-wrap: normal;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 15px;
  margin-bottom: 10px;
}
body .page-product .frequently-asked-questions .c-accordion-item {
  background-color: #fff;
  margin-bottom: 10px;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 10px;
  transition: all 0.25s;
  box-shadow: 1px 1px 15px rgba(19, 19, 19, 0.1490196078);
  padding: 10px;
}
body .page-product .frequently-asked-questions .c-accordion-item .accordion-content-divider {
  width: 100%;
  height: 0;
  margin-top: 15px;
  border-bottom: 1px dashed rgba(51, 51, 51, 0.2);
}
@media screen and (max-width: 479px) {
  body .page-product .frequently-asked-questions .accordion-item-q-text {
    font-size: 20px;
    line-height: 26px;
  }
}
body .page-product .as-you-rest {
  margin-bottom: 40px;
}
body .page-product .as-you-rest > .section-8-new--content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  max-width: 100%;
}
body .page-product .as-you-rest > .section-8-new--content > .section-8-new--left {
  width: 100%;
}
body .page-product .as-you-rest > .section-8-new--content .text-block.dark-color {
  color: #26283b;
  font-family: SVN Poppins, sans-serif;
}
body .page-product .as-you-rest > .section-8-new--content .text-block {
  color: #fff;
  text-align: left;
  font-size: 80px;
  font-weight: 600;
  line-height: 115%;
}
body .page-product .as-you-rest > .section-8-new--content > .section-8-new--right {
  width: 100%;
  padding-left: 0;
  margin-top: 30px;
}
body .page-product .as-you-rest > .section-8-new--content > .section-8-new--right .section-8-new--iframe {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
body .page-product .as-you-rest > .section-8-new--content > .section-8-new--right .section-8-new--iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
}
@media screen and (max-width: 991px) {
  body .page-product .as-you-rest > .section-8-new--content .text-block {
    font-size: 70px;
  }
}
@media screen and (max-width: 767px) {
  body .page-product .as-you-rest > .section-8-new--content .text-block {
    font-size: 60px;
  }
}
@media screen and (max-width: 479px) {
  body .page-product .as-you-rest > .section-8-new--content .text-block {
    font-size: 40px;
  }
}
body .page-product .as-you-rest > .let-go-to-sleep {
  margin-top: 60px;
  background-image: url("/images/know-your-sleep.png");
  background-position: 50%;
  background-size: cover;
}
body .page-product .as-you-rest > .let-go-to-sleep > .know-your-sleep {
  padding-top: 250px;
  padding-bottom: 170px;
}
body .page-product .as-you-rest > .let-go-to-sleep > .know-your-sleep > .white-paragraph {
  width: 45%;
  color: rgba(255, 255, 255, 0.6784313725);
  text-align: left;
  flex: 0 auto;
  font-weight: 400;
  line-height: 160%;
}
body .page-product .as-you-rest .heading {
  text-align: left;
  flex: 1;
  margin-bottom: 25px;
  font-size: 52px;
  font-weight: 600;
  line-height: 120%;
}
body .page-product .as-you-rest .heading.white-heading {
  width: 45%;
  color: #fff;
}
@media screen and (max-width: 991px) {
  body .page-product .as-you-rest .container-global {
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }
  body .page-product .as-you-rest .heading.white-heading {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  body .page-product .as-you-rest .container-global {
    padding-right: 15px;
    display: block;
  }
  body .page-product .as-you-rest .heading.white-heading {
    width: 100%;
  }
  body .page-product .as-you-rest .heading {
    margin-bottom: 10px;
    font-size: 32px;
  }
  body .page-product .as-you-rest > .let-go-to-sleep {
    background-position: 66%;
  }
  body .page-product .as-you-rest > .let-go-to-sleep > .know-your-sleep {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  body .page-product .as-you-rest > .let-go-to-sleep > .know-your-sleep > .white-paragraph {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
  }
}

body .page-cart {
  padding-top: 30px;
  margin-top: 66px;
}
body .page-cart .cart-summary {
  padding-bottom: 40px;
  padding-top: 30px;
}
body .page-cart .cart-summary > .title {
  height: 40px;
  display: grid;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #181411;
}
body .page-cart .cart-summary > .border-b {
  margin-bottom: 20px;
}
body .page-cart .cart-summary > div {
  margin-top: 20px;
  border: none;
}
body .page-cart .cart-summary > div > button {
  width: 100%;
  background: #7981f2;
  border-radius: 40px;
  display: grid;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  color: #fff;
  height: 44px;
  border: none;
  outline: none;
  box-shadow: none;
}
body .page-cart > .content-container .content-table {
  display: grid;
  grid-template-columns: 48px auto;
  min-height: 80px;
  height: auto;
  gap: 8px;
  min-width: 200px;
}
body .page-cart > .content-container .content-table .content > .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #141416;
}
body .page-cart > .content-container table .text-right .text-left {
  text-align: right !important;
}
body .page-cart > .content-container > div > .cart-empty {
  padding-bottom: 60px;
}
body .page-cart > .content-container > div > .cart-empty > .title {
  height: 60px;
  display: grid;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #181411;
}
body .page-cart > .content-container > div > div > div > .title {
  height: 60px;
  display: grid;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #181411;
}

body {
  height: 100vh;
}
body .checkout-page-wrap {
  height: 100%;
  background: #f4f5f6;
}
body .page-checkout {
  padding-top: 30px;
  padding-bottom: 104px;
}
body .page-checkout iframe {
  width: 100%;
  border: none;
  height: 80vh;
}
body .page-checkout > .header {
  padding-bottom: 10px;
  border-bottom: 8px solid #f4f5f6;
}
body .page-checkout > .header > .section-breadcrumb {
  border: none;
  padding: 0 16px;
}
body .page-checkout .checkout-container > .shipping-address {
  padding: 16px 16px;
  border-bottom: 8px solid #f4f5f6;
}
body .page-checkout .checkout-container > .shipping-address > .shipping-address-container {
  display: grid;
  grid-template-columns: 20px 1fr 20px;
  width: 100%;
  gap: 4px;
}
body .page-checkout .checkout-container > .shipping-address > .shipping-address-container > .content > .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #141416;
  margin-bottom: 8px;
}
body .page-checkout .checkout-container > .shipping-address > .shipping-address-container > .content > div {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #777e91;
}
body .page-checkout .checkout-container .address-container {
  position: absolute;
  width: 100dvw;
  height: 100dvh;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  top: 0;
  display: grid;
  align-items: end;
}
body .page-checkout .checkout-container .address-container > .content {
  background: white;
  padding: 24px 16px;
  border-radius: 24px 24px 0 0;
  position: relative;
}
body .page-checkout .checkout-container .address-container > .content > .action-close {
  position: absolute;
  right: 6px;
  width: 40px;
  height: 40px;
  background: white;
  top: -8px;
}
body .page-checkout .checkout-container .address-container > .content > .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #141416;
  margin-bottom: 16px;
  text-align: center;
}
body .page-checkout .checkout-container .address-container > .content .grid-cols-1, body .page-checkout .checkout-container .address-container > .content .grid-cols-2 {
  margin-bottom: 24px;
}
body .page-checkout .checkout-container .address-container > .content button {
  margin-top: 16px;
  width: 100%;
  background: #7981f2;
  border-radius: 40px;
  display: grid;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  color: #fff;
  height: 44px;
  border: none;
  outline: none;
  box-shadow: none;
}
body .page-checkout .checkout-container .checkout-summary {
  padding: 16px;
  border-bottom: 8px solid #f4f5f6;
  background: white;
}
body .page-checkout .checkout-container .checkout-summary > .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #141416;
  margin-bottom: 16px;
}
body .page-checkout .checkout-container .checkout-summary > .list > .item {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 12px;
  margin-bottom: 12px;
}
body .page-checkout .checkout-container .checkout-summary > .list > .item > .content > .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #141416;
}
body .page-checkout .checkout-container .checkout-summary > .list > .item > .content > .title > span {
  display: inline-block;
  margin-left: 3px;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 15px;
  text-align: left;
}
body .page-checkout .checkout-container .checkout-summary > .list > .item > .content > .subtitle {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #b1b5c3;
  margin-top: 4px;
}
body .page-checkout .checkout-container .checkout-wrap .payment-method {
  padding: 16px;
  border-bottom: 8px solid #f4f5f6;
}
body .page-checkout .checkout-container .checkout-wrap .payment-method > .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #141416;
  margin-bottom: 8px;
}
body .page-checkout .checkout-container .checkout-wrap .payment-method .payment-container {
  border: none;
  outline: none;
  box-shadow: none;
}
body .page-checkout .checkout-container .checkout-wrap .payment-method .payment-container[aria-disabled=true] {
  opacity: 0.5;
}
body .page-checkout .checkout-container .checkout-wrap .payment-method button[data-testid=submit-payment-button] {
  display: none;
}
body .page-checkout .checkout-container .checkout-wrap > .cart-totals {
  padding: 16px;
  border-bottom: 8px solid #f4f5f6;
}
body .page-checkout .checkout-container .checkout-wrap > .cart-totals > .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #141416;
  margin-bottom: 8px;
}
body .page-checkout .checkout-container .pay-now {
  position: fixed;
  height: 104px;
  background: white;
  bottom: 0;
  width: 100%;
  border-radius: 16px 16px 0 0;
  border: 1px solid #f4f5f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
}
body .page-checkout .checkout-container .pay-now > .content > .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #777e91;
}
body .page-checkout .checkout-container .pay-now > .content .price {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: right;
  margin-top: 4px;
}
body .page-checkout .checkout-container .pay-now > .actions > button {
  width: 200px;
  height: 48px;
  border-radius: 40px;
  display: grid;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  border: none;
  outline: none;
  box-shadow: none;
}
body .page-checkout .checkout-container .pay-now > .actions > button:not(:disabled) {
  background: #7981f2;
  color: #fff;
}
body .page-checkout .payment-method.stripe > .content > .stripe-payment > button {
  width: 200px;
  height: 48px;
  background: #7981f2;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  margin: 0 auto;
  margin-top: 20px;
  display: block;
  border-radius: 8px;
}
body .page-checkout .payment-method.stripe > .content > .stripe-payment > button:not(:disabled) {
  outline: none;
  box-shadow: none;
}
body .page-checkout .payment-method.stripe > .content > .stripe-payment > .error-message {
  color: rgb(255, 18, 18);
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}
body .page-checkout .checkout-callback {
  margin: 0 auto;
  margin-top: 100px;
  display: grid;
  gap: 20px;
  justify-content: center;
}
body .page-checkout .checkout-callback > .title {
  font-size: 20px;
  font-weight: 500;
}
body .page-checkout .checkout-callback > .icon > img {
  display: block;
  margin: 0 auto;
}

body .page-blog {
  padding-top: 30px;
  margin-top: 66px;
}
body .page-blog .heading {
  text-align: left;
  flex: 1;
  margin-bottom: 25px;
  font-size: 52px;
  font-weight: 600;
  line-height: 120%;
}
body .page-blog .gradient-text {
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #48dfdd, #1aa7ec 60%, #797df6);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline;
}
body .page-blog h1 {
  margin: 0.67em 0;
}
body .page-blog .heading.heading-awared {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 50px;
  font-family: SVN Poppins, sans-serif;
}
body .page-blog .page-blogs--heading {
  padding-top: 50px;
}
body .page-blog .page-blogs--item {
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1882352941);
  overflow: hidden;
  transform: translateZ(0);
  padding: 16px 32px 32px;
  max-width: 950px;
  width: 100%;
  margin: auto auto 32px;
  transition: all 0.4sease-in-out 0s, visibility 0s;
}
body .page-blog .page-blogs--item .article-card__date {
  text-align: right;
  font-size: 12px;
  font-weight: 600;
}
body .page-blog .page-blogs--item .article-card__card {
  display: flex;
  column-gap: 16px;
  justify-content: space-between;
  align-items: center;
}
body .page-blog .page-blogs--item .article-card__card .article-card__image {
  width: 35%;
}
body .page-blog .page-blogs--item .article-card__card .article-card__image img {
  width: 100%;
  height: auto;
}
body .page-blog .page-blogs--item .article-card__card .article-card__information {
  width: 65%;
}
body .page-blog .page-blogs--item .article-card__card .article-card__information .article-card__heading {
  margin-top: 0;
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
}
body .page-blog .page-blogs--item .article-card__card .article-card__information .article-card__heading a {
  text-decoration: none;
  color: currentColor;
}
body .page-blog .page-blogs--item .article-card__card .article-card__information .article-card__excerpt {
  font-size: 12px;
  font-weight: 400;
}
body .page-blog .page-blogs--item .article-card__card .article-card__information .article-card__divided {
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #48dfdd, #1aa7ec 60%, #797df6);
}
body .page-blog .page-blogs--item .article-card__card .article-card__information .article-card__author {
  font-style: italic;
  font-weight: 400;
}
body .page-blog .page-blogs--item .article-card__card .article-card__information .article-card__author .article-card__written {
  font-style: normal;
  font-weight: 600;
}
body .page-blog .page-blogs--item .article-card__card .article-card__information .article-card__button.button.center-button.round-white-btn {
  padding: 10px 20px;
  min-height: auto;
  height: auto;
  font-size: 14px;
  line-height: normal;
  border-radius: 99px;
}
body .page-blog .page-blogs--item .article-card__card .article-card__information .button.center-button.round-white-btn.buy-now-section-1.gradient-background {
  color: #fff;
  background-image: linear-gradient(#48dfdd, #67a1ed 63%, #797df6);
  font-family: SVN Poppins, sans-serif;
  font-weight: 600;
}
body .page-blog .page-blogs--item .article-card__card .article-card__information > * {
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  body .page-blog .heading.heading-awared {
    padding-bottom: 20px;
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  body .page-blog .page-blogs--item {
    padding: 10px 16px 16px;
  }
  body .page-blog .page-blogs--item .article-card__date {
    margin-bottom: 8px;
  }
  body .page-blog .page-blogs--item .article-card__card {
    display: flex;
    row-gap: 16px;
    column-gap: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  body .page-blog .page-blogs--item .article-card__card .article-card__image {
    width: 100%;
  }
  body .page-blog .page-blogs--item .article-card__card .article-card__information {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  body .page-blog .button.center-button.round-white-btn.buy-now-section-1.gradient-background {
    margin-top: 15px;
    padding: 10px 35px;
  }
}

body .blog-detail {
  margin-top: 66px;
  padding: 20px;
  color: #333333;
}
body .blog-detail h1,
body .blog-detail h2,
body .blog-detail h3,
body .blog-detail h4,
body .blog-detail h5,
body .blog-detail h6 {
  font-weight: 700;
  margin-bottom: 10px;
}
body .blog-detail h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
  font-weight: 700;
}
body .blog-detail h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
  font-weight: 700;
}
body .blog-detail h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
body .blog-detail h1 {
  margin: 0.67em 0;
}
body .blog-detail .article-content img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  margin-bottom: 0 !important;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -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: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

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

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

.slick-dots {
  position: absolute;
  bottom: 0px !important;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 4px;
  width: 4px;
  margin: 0 2px;
  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: 0px;
  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: "";
  width: 4px;
  height: 4px;
  font-family: slick;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  background: #dbddf3;
  border-radius: 16px;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active {
  width: 24px;
}
.slick-dots li.slick-active button:before {
  background: #7981f2;
  opacity: 1;
  width: 24px;
}

.image-gallery-icon {
  color: #fff;
  transition: all 0.3s ease-out;
  appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  position: absolute;
  z-index: 4;
  filter: drop-shadow(0 2px 2px rgb(25.5, 25.5, 25.5));
}
@media (hover: hover) and (pointer: fine) {
  .image-gallery-icon:hover {
    color: #337ab7;
  }
  .image-gallery-icon:hover .image-gallery-svg {
    transform: scale(1.1);
  }
}
.image-gallery-icon:focus {
  outline: 2px solid #337ab7;
}

.image-gallery-using-mouse .image-gallery-icon:focus {
  outline: none;
}

.image-gallery-fullscreen-button,
.image-gallery-play-button {
  bottom: 0;
  padding: 20px;
}
.image-gallery-fullscreen-button .image-gallery-svg,
.image-gallery-play-button .image-gallery-svg {
  height: 28px;
  width: 28px;
}
@media (max-width: 768px) {
  .image-gallery-fullscreen-button,
  .image-gallery-play-button {
    padding: 15px;
  }
  .image-gallery-fullscreen-button .image-gallery-svg,
  .image-gallery-play-button .image-gallery-svg {
    height: 24px;
    width: 24px;
  }
}
@media (max-width: 480px) {
  .image-gallery-fullscreen-button,
  .image-gallery-play-button {
    padding: 10px;
  }
  .image-gallery-fullscreen-button .image-gallery-svg,
  .image-gallery-play-button .image-gallery-svg {
    height: 16px;
    width: 16px;
  }
}

.image-gallery-fullscreen-button {
  right: 0;
}

.image-gallery-play-button {
  left: 0;
}

.image-gallery-left-nav,
.image-gallery-right-nav {
  padding: 50px 10px;
  top: 50%;
  transform: translateY(-50%);
}
.image-gallery-left-nav .image-gallery-svg,
.image-gallery-right-nav .image-gallery-svg {
  height: 120px;
  width: 60px;
}
@media (max-width: 768px) {
  .image-gallery-left-nav .image-gallery-svg,
  .image-gallery-right-nav .image-gallery-svg {
    height: 72px;
    width: 36px;
  }
}
@media (max-width: 480px) {
  .image-gallery-left-nav .image-gallery-svg,
  .image-gallery-right-nav .image-gallery-svg {
    height: 48px;
    width: 24px;
  }
}
.image-gallery-left-nav[disabled],
.image-gallery-right-nav[disabled] {
  cursor: disabled;
  opacity: 0.6;
  pointer-events: none;
}

.image-gallery-left-nav {
  left: 0;
}

.image-gallery-right-nav {
  right: 0;
}

.image-gallery {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
}
.image-gallery.fullscreen-modal {
  background: #000;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
.image-gallery.fullscreen-modal .image-gallery-content {
  top: 50%;
  transform: translateY(-50%);
}

.image-gallery-content {
  position: relative;
  line-height: 0;
  top: 0;
}
.image-gallery-content.fullscreen {
  background: #000;
}
.image-gallery-content .image-gallery-slide .image-gallery-image {
  max-height: calc(100vh - 80px);
}
.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image, .image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image {
  max-height: 100vh;
}

.image-gallery-slide-wrapper {
  position: relative;
}
.image-gallery-slide-wrapper.image-gallery-thumbnails-left, .image-gallery-slide-wrapper.image-gallery-thumbnails-right {
  display: inline-block;
  width: calc(100% - 110px);
}
@media (max-width: 768px) {
  .image-gallery-slide-wrapper.image-gallery-thumbnails-left, .image-gallery-slide-wrapper.image-gallery-thumbnails-right {
    width: calc(100% - 87px);
  }
}
.image-gallery-slide-wrapper.image-gallery-rtl {
  direction: rtl;
}

.image-gallery-slides {
  line-height: 0;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  text-align: center;
}

.image-gallery-slide {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.image-gallery-slide.image-gallery-center {
  position: relative;
}
.image-gallery-slide .image-gallery-image {
  width: 100%;
  object-fit: contain;
}
.image-gallery-slide .image-gallery-description {
  background: rgba(0, 0, 0, 0.4);
  bottom: 70px;
  color: #fff;
  left: 0;
  line-height: 1;
  padding: 10px 20px;
  position: absolute;
  white-space: normal;
}
@media (max-width: 768px) {
  .image-gallery-slide .image-gallery-description {
    bottom: 45px;
    font-size: 0.8em;
    padding: 8px 15px;
  }
}

.image-gallery-bullets {
  bottom: 20px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 80%;
  z-index: 4;
}
.image-gallery-bullets .image-gallery-bullets-container {
  margin: 0;
  padding: 0;
  text-align: center;
}
.image-gallery-bullets .image-gallery-bullet {
  appearance: none;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 2px rgb(25.5, 25.5, 25.5);
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  outline: none;
  padding: 5px;
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .image-gallery-bullets .image-gallery-bullet {
    margin: 0 3px;
    padding: 3px;
  }
}
@media (max-width: 480px) {
  .image-gallery-bullets .image-gallery-bullet {
    padding: 2.7px;
  }
}
.image-gallery-bullets .image-gallery-bullet:focus {
  transform: scale(1.2);
  background: #337ab7;
  border: 1px solid #337ab7;
}
.image-gallery-bullets .image-gallery-bullet.active {
  transform: scale(1.2);
  border: 1px solid #fff;
  background: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .image-gallery-bullets .image-gallery-bullet:hover {
    background: #337ab7;
    border: 1px solid #337ab7;
  }
  .image-gallery-bullets .image-gallery-bullet.active:hover {
    background: #337ab7;
  }
}

.image-gallery-thumbnails-wrapper {
  position: relative;
}
.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal {
  touch-action: pan-y;
}
.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical {
  touch-action: pan-x;
}
.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl {
  direction: rtl;
}
.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left, .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right {
  display: inline-block;
  vertical-align: top;
  width: 100px;
}
@media (max-width: 768px) {
  .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left, .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right {
    width: 81px;
  }
}
.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails, .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails {
  height: 100%;
  width: 100%;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
}
.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail, .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail {
  display: block;
  margin-right: 0;
  padding: 0;
}
.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail + .image-gallery-thumbnail, .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail + .image-gallery-thumbnail {
  margin-left: 0;
  margin-top: 2px;
}
.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left, .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right {
  margin: 0 5px;
}
@media (max-width: 768px) {
  .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left, .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right {
    margin: 0 3px;
  }
}

.image-gallery-thumbnails {
  overflow: hidden;
  padding: 5px 0;
}
@media (max-width: 768px) {
  .image-gallery-thumbnails {
    padding: 3px 0;
  }
}
.image-gallery-thumbnails .image-gallery-thumbnails-container {
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}

.image-gallery-thumbnail {
  display: inline-block;
  border: 4px solid transparent;
  transition: border 0.3s ease-out;
  width: 100px;
  background: transparent;
  padding: 0;
}
@media (max-width: 768px) {
  .image-gallery-thumbnail {
    border: 3px solid transparent;
    width: 81px;
  }
}
.image-gallery-thumbnail + .image-gallery-thumbnail {
  margin-left: 2px;
}
.image-gallery-thumbnail .image-gallery-thumbnail-inner {
  display: block;
  position: relative;
}
.image-gallery-thumbnail .image-gallery-thumbnail-image {
  vertical-align: middle;
  width: 100%;
  line-height: 0;
}
.image-gallery-thumbnail.active, .image-gallery-thumbnail:focus {
  outline: none;
  border: 4px solid #337ab7;
}
@media (max-width: 768px) {
  .image-gallery-thumbnail.active, .image-gallery-thumbnail:focus {
    border: 3px solid #337ab7;
  }
}
@media (hover: hover) and (pointer: fine) {
  .image-gallery-thumbnail:hover {
    outline: none;
    border: 4px solid #337ab7;
  }
}
@media (hover: hover) and (pointer: fine) and (max-width: 768px) {
  .image-gallery-thumbnail:hover {
    border: 3px solid #337ab7;
  }
}

.image-gallery-thumbnail-label {
  box-sizing: border-box;
  color: white;
  font-size: 1em;
  left: 0;
  line-height: 1em;
  padding: 5%;
  position: absolute;
  top: 50%;
  text-shadow: 0 2px 2px rgb(25.5, 25.5, 25.5);
  transform: translateY(-50%);
  white-space: normal;
  width: 100%;
}
@media (max-width: 768px) {
  .image-gallery-thumbnail-label {
    font-size: 0.8em;
    line-height: 0.8em;
  }
}

.image-gallery-index {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 1;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
}
@media (max-width: 768px) {
  .image-gallery-index {
    font-size: 0.8em;
    padding: 5px 10px;
  }
}