/** Shopify CDN: Minification failed

Line 995:3 Unexpected "/"

**/
html {
  scroll-behavior: smooth;
}
body[style="opacity: 0;"] {
    opacity: 1 !important;
}
@font-face {
    font-family: 'New-Astro';
    src: url('/cdn/shop/files/NewAstro-Regular.eot');
    src: url('/cdn/shop/files/NewAstro-Regular.eot?#iefix') format('embedded-opentype'),
        url('/cdn/shop/files/NewAstro-Regular.woff2') format('woff2'),
        url('/cdn/shop/files/NewAstro-Regular.woff') format('woff'),
        url('/cdn/shop/files/NewAstro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* header.header.header--middle-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
} */
.header__inline-menu {
    text-align: center;
 }
.list-menu li a {
    font-size: 14px;
    font-weight: 500;
    text-align: left !important;
    justify-content: start;
}
.header-wrapper {
    width: 100%;
    margin: 0 auto 0;
    border-radius: 0;
}
.search-modal .modal-overlay {
    opacity: 0;
}
.search-modal {
    border-radius: 20px;
}
.header {
    align-items: start !important;
}
.time-countedown {
    display: none;
    margin-right: 20px;
}
.airyss-pre-order .time-countedown {
    display: block;
}
.time-container {
    display: flex;
    gap: 0px;
    align-items: center;
    justify-content: center;
    font-family: monospace;
}
.time-countedown p {
   margin: 0px;
    color: #fff;
    font-size: 15px;
    TEXT-ALIGN: CENTER;
}

.time-box {
  font-size: 26px;
  font-weight: bold;
  border-radius: 6px;
  color: #fff;
}

.colon {
  color: white;
  font-size: 26px;
}
.colon:not(:last-child){
    margin-right:10px;
}
.scrolled-past-header .time-box,
.scrolled-past-header .colon,
.scrolled-past-header .time-countedown p {
  color: #000;
}

/* Home */
.page-width {
    width: 100%;
}
.text-rotator-section {
  display: inline-block;
  white-space: nowrap;
}
@keyframes blink {
  0%, 50%, 100% { border-color: black; }
  25%, 75% { border-color: transparent; }
}
.fade-in {
  opacity: 0;
  animation: fadeIn 0.5s forwards;
}
@keyframes fadeIn {
  to { opacity: 1; }
}
.section-hero {
  height: 100vh;
  position: fixed;
  width: 100%;
  z-index: 0;
  top: 0;
  pointer-events: none;
}
.hero-video-content {
  position: relative;
  z-index: 10;
  pointer-events: none;
}

.hero-buttons,
.hero-buttons a {
  pointer-events: auto;
  position: relative;
  z-index: 1000;
}
.hero-video-section {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #fff;
    padding-bottom: 10vh;
}
.hero-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.hero-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4); /* dark overlay for text readability */
    z-index: 2;
}
.hero-video-content {
    position: relative;
    z-index: 3;
    max-width: 620px;
}
.hero-title {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 15px;
}
.hero-text {
    font-size: 16px;
    line-height: normal;
    color: #fcfcf7;
    margin: 0;
}
.hero-buttons {
    margin-top: 40px;
}
.button {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 40px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
    opacity: 1;
    transform: none;
    text-align: center;
    border: 1px solid;
}
.hero-video-section .button {
    background: #FCFCF7;
    color: #000;
    border: 1px solid #FCFCF7;
}
.button:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.hero-buttons {
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.hero-decription {
    font-size: 14px;
}





/* -------------------------- */

.section-airyss-daily {
    /* z-index: 9999; */
    position: relative;
}
.page-width-full {
    width: 100%;
    padding: 0 50px;
}
.airyss-daily {
  background: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
}
.airyss-daily h2 {
    margin: 0 0 20px;
}
.airyss-daily p {
    font-size: 22px;
    margin: 0 0 30px;
    color: #000;
    line-height: normal;
}
.custom-blocks {
    column-count: 4;
    gap: 10px;
    width: 100%;
}
.custom-blocks .block {
    padding: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    overflow: hidden;
    border-radius: 20px;
    min-height: 230px;
        margin-bottom: 10px;
}
.block.video-poster {
    min-height: 470px;
}
.bfooter {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bfooter p {
    margin: 0;
    line-height: 25px;
    text-align: left;
}
.bfooter button {
    background-color: #000;
    border: 0;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    padding: 0;
    cursor: pointer;
}
.bfooter span {
    color: #666;
    font-size: 16px;
}
.custom-blocks .block h2 {
    font-size: 22px;
    margin: 0;
    text-align: left;
}
.popup {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; 
  height: 100dvh;
  /* background: rgba(0,0,0,0.8); */
  z-index: 999;
}


.popup-overlays {
    display: none !important;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    z-index: 9;
}

.popup-open .popup-overlays {
    display: flex !important;
}



.popup.active{
  display: flex;
}
.popup-content {
    position: relative;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    max-width: 1100px;
    text-align: center;
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    height: 70%;
    min-height: 570px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 90%;
}
.popup .bfooter p {
    font-size: 35px;
    color: #fff;
    line-height: 35px;
}
.popup .bfooter p span {
    font-size: 24px;
    color: #fff;
    line-height: normal;
}
.popup-content.video-bg video {
  width: 100%;
  height: auto;
}
.close-popup {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: block;
    background-color: #000;
    border-radius: 100%;
    color: #fff;
    line-height: 30px;
}
.custom-blocks .image-text {
    background-size: cover;
    background-repeat: no-repeat;
    align-content: flex-end;
    align-items: flex-end; 
    background-position: center;
    z-index: 1;
    position: relative;
}
.custom-blocks .image-text h2, .custom-blocks .image-text p, .custom-blocks .image-text p span {
    color: #fff;
}
.popup-content h2 {
    text-align: left;
    font-size: 64px;
    line-height: 110%;
}
.popup.text-bg p {
    color: #000;
}
.popup.text-bg p span {
    color: #666;
}
.popup-content.video-bg video {
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    width: 100%;
    border-radius: 20px;
    z-index: -1;
}
.block.video-poster {
    background-size: cover;
    background-repeat: no-repeat;
    align-content: flex-end;
    align-items: flex-end;
    position: relative;
    background-position: center;
    z-index: 1;
}
.block.video-poster:before, .custom-blocks .image-text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    WIDTH: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: -1;
}
.custom-blocks .video-icon {
    width: 55px;
    height: 55px;
    padding: 0;
    background-color: #fff;
    border: 0;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    cursor: pointer;
}
.custom-blocks .video-poster h2, .custom-blocks .video-poster p, .custom-blocks .video-poster p span {
    color: #fff;
}


/* -------------------------- */
.section-marquee {
    z-index: 1;
    position: relative;
}
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* Adjusted to match duplication */
}
.marquee {
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
}
.marquee-content {
  display: flex;
  min-width: fit-content; /* Dynamically adjust width */
  animation: marquee 80s linear infinite;
}
.marquee span {
    font-size: 16px;
    font-weight: 400;
    padding: 0 50px 0 15px;
    display: flex;
    align-items: center;
    color: #000;
}
.marquee-content:hover {
    animation-play-state: paused;
}
.marquee .icon {
    padding: 0;
    width: auto;
    height: 30px;
}


/* -------------------------- */
.smart-features-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.smart-features-header .h1 {
    margin: 0;
}
.smart-features-header p {
    max-width: 380px;
    margin: 0;
}
.smart-features-slider .slide img {
    width: 100%;
    border-radius: 20px;
}
.smart-features-slider .slide {
    background-color: #000;
    border-radius: 20px;
    height: 100%;
}
.smart-features-slider .slick-slide {
    margin-right: 20px;
    height: unset;
    min-height: unset;
    flex-grow: 1;
}
.smart-features-slider .slick-track {
    display: flex;
}
.smart-features-slider .slick-slide div {
    height: 100%;
}
.features-slider-content {
    padding: 32px 24px;
}

.features-slider-content h3 {
    color: #fff;
    margin: 0 0 10px;
    font-size: 22px;
}
.features-slider-content p {
    margin: 0;
    color: #fff;
    font-size: 16px;
}
.smart-features-slider {
    margin-top: 30px;
}
.smart-features-slider .slick-list {
    overflow: visible;
}
.features-slider {
    overflow: hidden;
}


/* -------------------------- */

/* -------------------------- */
/* -------------------------- */

/* -------------------------- */

.featured-product .grid__item.product__media-wrapper {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e3e3e3;
}
.featured-product .product__info-container {
    border: 1px solid #e3e3e3;
    background-color: #fff;
    margin-left: auto;
    max-width: 95%;
    height: 100%;
}
.featured-product .product__info-wrapper {
    padding: 0 !important;
}
.featured-product .product-media-container {
    background-color: transparent;
}
.featured-product .product__text {
    text-align: left;
}
p.free-shipping-text {
    font-size: 14px;
}
p.free-shipping-text {
    font-size: 14px;
}
.featured-product.product.product--small {
    max-width: 1200px;
    margin: 0 auto;
}

/* -------------------------- */



.section-content-slider {
    z-index: 1;
    position: relative;
}
.content-slider {
    padding: 50px 50px;
}
.image-slider .slick-slide {
    margin: 0 10px;
}
.image-slider .slide {
    background-size: cover;
    border-radius: 20px;
    padding: 20px;
    min-height: 340px;
    text-align: center;
    display: flex!important;
    flex-wrap: wrap;
    align-content: flex-end;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    justify-content: center;
}

.image-slider .slide:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    opacity: .8;
    z-index: -1;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 80%);
}
.image-slider .slide h2 {
    margin: 0 0 10px;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
}
.image-slider .slide p {
    margin: 0;
    font-size: 16px;
    line-height: 18px;
}

/* -------------------------- */

.section-images {
    z-index: 1;
    position: relative;
}
.power-section .image-with-text__content {
    padding: 0!important;
    max-width: 610px;
}
.power-section .image-with-text__text p {
    font-size: 20px;
    line-height: normal;
}


/* -------------------------- */
.section-airyss-one-includes {
    position: relative;
    z-index: 1;
}
.airyss-one-includes .h1 {
    margin: 0 0 30px;
}
.lucyd-grid {
  display: grid;
  grid-template-columns: 2fr 1.4fr 1.6fr;
  grid-template-areas:
    "left1 mid1 right"
    "left1 mid2 right"
    "left2 mid3 right";
  gap: 20px;
}
.lucyd-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: #ddd;
  min-height: 220px;
}
.lucyd-card:hover img {
    transform: scale(1.2);
    
}
.lucyd-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
transition: all 0.5s linear;
}
.lucyd-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60%;
    background: linear-gradient(180deg,#0000,#000);
    display: block!important;
    z-index: 0;
}
.lucyd-content {
  position: absolute;
  bottom: 22px;
  left: 22px;
  right: 22px;
  color: #fff;
}
.lucyd-sub {
    font-size: 15px;
    opacity: .85;
    margin-bottom: 6px;
    line-height: normal;
}

.lucyd-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
}
.area-left1 { grid-area: left1; min-height: 570px; }
.area-left2 { grid-area: left2; min-height: 285px; }
.area-mid1  { grid-area: mid1; }
.area-mid2  { grid-area: mid2; }
.area-mid3  { grid-area: mid3; }
.area-right { grid-area: right; min-height: 855px; }




@media(max-width: 990px){
  .lucyd-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: none;
  }

  .lucyd-card {
    min-height: 220px !important;
    grid-area: unset;
  }
}
@media screen and (min-width: 750px) {
.power-section .image-with-text__media-item {
    width: calc(30% - var(--grid-desktop-horizontal-spacing) / 2) !important;
}
}

@media(max-width: 767.98px){
  .lucyd-grid {
    grid-template-columns: 1fr;
  }

  .lucyd-card {
    min-height: 260px !important;
  }
  .banner-section .banner-block{
    height: 45px!important;
  }
  .content-slider{
    padding: 50px 20px;
  }

}



/* -------------------------- */

.section-banner {
    z-index: 1;
    position: relative;
}
.banner-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-section .banner-block {
    min-height: 440px;
    height: 70vh;
    position: relative;
    border-radius: 22px;
    overflow: hidden;
}
.banner-section .lucyd-overlay {
    height: 100%;
    background: #000;
    opacity: 0.4;
}
.banner-section .lucyd-content {
    left: 32px;
    bottom: 32px;
}
.banner-section .lucyd-sub {
    max-width: 460px;
}

/* -------------------------- */

.cta-section .image-with-text {
    border-radius: 20px;
    overflow: hidden;
}
.cta-section .image-with-text img {
    position: static !important;
}
.cta-section .image-with-text .image-with-text__media {
    padding: 0 !important;
}
.cta-section .page-width {
    max-width: 1250px;
}
.cta-section .image-with-text__heading {
    font-weight: 700;
}



/* -----------cart-drawer--------------- */

.cart-drawer .cart-item {
    background: #f3f3f3;
    padding: 10px;
    margin-bottom: 15px !important;
    border-radius: 10px;
}



/* -------------------------- */

.review-stars svg {
    width: 25px;
}
.stars span {
    margin: 0 2px;
    color: #5386e4;
}
.review-text {
  margin-top: 5px;
  font-size: 16px;
}
.review-text {
    margin: 0;
    font-size: 18px;
}

.video-reviews {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.video-reviews .left-block {
    width: 35%;
}
.video-reviews .right-block {
    width: 60%;
}
.review-text a {
    text-decoration: none;
    color: #000;
}
.video-reviews .h1 {
    margin: 10px 0 20px;
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: black;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
}
.review-title {
    font-size: 18px;
    font-weight: 700;
    margin: 30px 0 0;
}
.review-meta {
    font-size: 14px;
    color: #777;
    margin: 5px 0 0;
}
.slide-media {
    position: relative;
}
.slide-media video {
    width: 100%;
    border-radius: 20px;
}
.video-slider .slick-slide {
    margin-right: 20px;
}
.product-name {
    font-size: 14px;
    color: #000;
    margin: 0 0 10px;
    font-weight: 400;
    position: relative;
}
.product-name:before {
   display: none;
}

/* -------------------------- */

.home-banner.banner {
    max-width: 160rem;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
}
.home-banner .banner__text.body {
    color: #000 !IMPORTANT;
    max-width: 490px;
    margin: 10px auto 0;
}
.icon-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin: 40px 0 20px;
}
.icon-grid .icon-box {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.icon-grid .icon-box h4 {
    margin: 0;
    font-size: 16px;
}
.home-banner .banner__box.content-container {
    padding: 0;
}


/* -------------------------- */



/* Home */

.shopify-section-group-footer-group {
    position: relative;
    background-color: #242833;
}


/* contact */

.power-section.about-power-section .image-with-text__content {
    padding: 0!important;
    max-width: 610px;
    margin-left: 0px !important;
}
.power-section.about-power-section .image-with-text__media-item {
    width: 50%;
}
.power-section.about-power-section .image-with-text__media-item .image-with-text__media {
    max-width: 400px;
    height: 865px;
    object-fit: contain;
    margin: auto;
    width: 100%;
    border-radius: 20px !important;
}
.power-section.about-power-section .image-with-text__content .button {
    background: #d7ff00;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    opacity: 1;
}
/* .power-section.about-power-section .image-with-text__media-item img {
    width: 100%;
    object-fit: contain;
    border-radius: 20px;
} */
/* .collapsible-content .grid {
    flex-wrap: nowrap !important;
}
.collapsible-content .collapsible-content__grid-item {
    margin-left: 60px;
} */
.collapsible-content .collapsible-content__grid-item {
    padding-left: 60px;
} */
.collapsible-content summary:hover {
    background: transparent !important;
}
.accordion__title {
    font-size: 20px !important;    
    font-weight: 600 !important;
    line-height: 1.25 !important;
}
.collapsible-content summary:hover .accordion__title {
    text-decoration: none !important;
    text-underline-offset: .3rem;
}
.accordion__content {
    padding: 0 !important;
    font-size: 18px !important;
}
.collapsible-content__media img {
    border-radius: 20px !important;
}
.banner__text {
    font-size: 20px !important;
    color: #fff !important;
}
.banner__two-images {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.about_banner .lucyd-image img {
    width: auto !important;
    order: 3;
}
.about_banner .lucyd-content {
    left: 32px;
    top: 50%;
    bottom: 0%;
    display: flex;
    flex-direction: column;
}
.about_banner .lucyd-sub {
    order: 2;
    color: #ffffff !important;
    opacity: 1;
}
.about_banner .lucyd-image {
    order: 3;
}

.main-page-title{
    text-align: center;
}


/* Pre Order Page css */
.airyss-pre-order .scrolled-past-header .header-wrapper--border-bottom {
    background: white !important;

}
.airyss-pre-order .scrolled-past-header .header__inline-menu .list-menu .header__menu-item span {
    color: black;
}
.airyss-pre-order .scrolled-past-header .header .header__heading-logo-wrapper .header__heading-logo {
    filter: invert(0);
}
.airyss-pre-order .scrolled-past-header .header__icon .svg-wrapper .icon path {
    color: black;
}
.airyss-pre-order .header-wrapper--border-bottom {
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1 !important;
    top: 0px;
}
.airyss-pre-order .header__inline-menu .list-menu .header__menu-item span {
    color: white;
}
.airyss-pre-order .header .header__heading-logo-wrapper .header__heading-logo {
    filter: invert(1);
}
.airyss-pre-order .header__icon .svg-wrapper .icon path {
    color: white;
}
.airyss-pre-order .section-header {
    margin-bottom: 0px !important;
}
.preorder_banner .banner__content {
    padding-top: 150px;
}
.preorder_banner .button{
    border:1px solid transparent;
}
.preorder_banner .button:hover {
    border: 1px solid white !important;
}

/* >>>>>>>>>>>>>>>> */

@media(max-width: 990px) {
    .collapsible-content .grid {
        flex-wrap: wrap !important;
        flex-direction: column;
        gap: 40px;
    }
    .collapsible-content .grid__item {
        width: 100% !important;
    }
    .collapsible-content .collapsible-content__grid-item {
        padding-left: 0px;
    }
    .power-section.about-power-section .image-with-text__grid {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 40px;
    }
    .power-section.about-power-section .grid__item {
        width:100%;
    }
}

/* contact page css start */
.contact-details .multicolumn-card {
    background: #000 !important;
    border-radius: 20px;
    padding: 30px;
}
.contact-details .multicolumn-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
}
.contact-details .multicolumn-card__image-wrapper {
    width: 90px;
    margin: 0;
    padding: 0;
}
.contact-details .multicolumn-card__info {
    padding: 0px;
}
.contact-details .multicolumn-card__info h3 {
    font-size: 30px !important;
    font-weight: 700;
    color: #fff;
}
.contact-details .multicolumn-card__info .rte a {
color: #fff;
text-decoration: none;
}
.contact-details .multicolumn-card__info .rte {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 26px;
    margin: 0px;
    word-break: break-all;
}
.contact-details .multicolumn-list {
    gap: 30px;
}
.contact-details .multicolumn-list__item {
    width: calc(33.33% - 20px) !important;
    max-width: calc(33.33% - 20px) !important;
}
/* contact page css end */


.shopify-policy__container{
    max-width: 100ch;
    padding: 20px;
}

cart-items .title-wrapper-with-link{
    flex-direction: column;
}


.airyss-daily .page-width,
.power-section .page-width {
    max-width: 1400px;
}
@media (max-width: 1199.98px) {
     .header--middle-left {
        grid-template-columns: auto 1fr auto !important;
    }
    .preorder_banner .banner__content .banner__heading {
        font-size: 42px;
    }
    .preorder_banner .banner__content .banner__text p {
        font-size: 18px;
    }
    .preorder_banner .banner__box {
        max-width: 59rem !important;
    }
    .preorder_banner .banner__content {
        padding-top: 80px;
    }
    .video-reviews .h1 {
        font-size: 42px;
    }
    .video-reviews .left-block {
        width: 40%;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
.contact-details .multicolumn-card {
    padding: 20px;
}
.contact-details .multicolumn-card__image-wrapper {
    width: 40px;
}
.contact-details .multicolumn-card__info h3 {
    font-size: 20px !important;
}
.contact-details .multicolumn-card__info .rte {
    font-size: 14px;
}
.smart-features-header p {
    max-width: 100%;
}

}

@media(max-width: 990px) {
    /* contact page css start */
    .contact-details .multicolumn-list__item {
        width: calc(50% - 15px) !important;
        max-width: calc(50% - 15px) !important;
    }
    .contact-details .multicolumn-list {
        justify-content: center;
    }
    .contact-details .multicolumn-card__info h3 {
        font-size: 22px !important;
    }
    .contact-details .multicolumn-card__info .rte {
        font-size: 16px;
        line-height: 24px;
    }
    .contact-details .multicolumn-card__image-wrapper {
        width: 60px;
        max-width: 60px;
    }
    /* contact page css end */
    
    .custom-blocks{ 
        column-count: 2;
    }
  
    .power-section .image-with-text__media-item {
        width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2) !important;
    }
    h1, .h1 {
        font-size: calc(var(--font-heading-scale) * 3.5rem);
    }
    .lucyd-title {
        font-size: 22px;
    }
    .power-section .image-with-text__media img {
        position: static !important;
    }
    .power-section .image-with-text__media {
        padding-bottom: 0 !important;
    }
    .smart-features-header p {
        max-width: 100%;
    }
    .features-slider-content {
        min-height: auto;
    }    
    .features-slider-content h3 {
        font-size: 18px;
    }
    .video-reviews .left-block {
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    .video-reviews .h1 {
        margin: 0 0 20px;
    }
    .video-slider .slick-slide {
        margin: 0px;
    }
    .video-reviews .right-block {
        width: 100%;
    }
    .airyss-pre-order .header .icon-hamburger path {
        fill: #fff;
    }
    .scrolled-past-header .header .icon-hamburger path {
        fill: #000;
    }
    header-drawer {
        justify-self: end !important;
        margin-right: 20px;
    }
    .header>.header__heading-link {
        padding: 0px;
    }
.menu-drawer {
    top: -50px !important;
    height: calc(100vh + 50px) !important;
    max-height: calc(100vh + 50px) !important;
    min-height: calc(100vh + 50px) !important;
    overflow: hidden!important;
}



    details[open]>.header__icon--menu .icon-hamburger {
        visibility: visible;
        opacity: 1;
    }
    header-drawer .header__icon .icon-close {
        position: absolute;
        top: -32px;
        left: 47%;
        z-index: 6;
    }
    .menu-drawer__navigation {
        padding-top: 60px !important;
    }
    .menu-drawer__menu-item--active {
        background: #000 !important;
        color: #fff !important;
    }

}
@media(max-width: 768px) {
     /* contact page css start */
    .contact-details .multicolumn-list__item {
        width: 100% !important;
        max-width: 100% !important;
    }
    .contact-details .multicolumn-list {
        justify-content: center;
    }
    /* contact page css end */

  
}
@media(max-width: 767.98px) {    
    .custom-blocks{ 
        column-count: 1;
    }
   
   .airyss-daily p {
        font-size: 18px !important;
        line-height: normal !important;
    }
    .bfooter span {
        font-size: 16px !important;
    }
    .hero-buttons {
        margin-top: 25px;
        gap: 10px;
    }
    .popup-content.image_modal {
        width: 80%;
        height: 60%;
        min-height: 560px;
    }
    .page-width-full {
        padding: 0 20px;
    }
    .time-box {
        font-size: 22px;
    }
    .time-container {
        gap: 5px;
    }
    .time-countedown {
        margin-right: 0px;
    }
    header-drawer {
        margin-right: 0px;
        margin-left: 0px !important;
    }
    .header--middle-left {
        grid-template-columns: auto auto auto !important;
    }
    .time-countedown p {
        font-size: 11px;
    }
    header-drawer .header__icon .icon-close {
        top: -30px;
        right: 20px;
        left: auto;
    }
    .preorder_banner .banner__content .banner__heading {
        font-size: 28px;
    }
    .preorder_banner .banner__content .banner__text p {
        font-size: 16px;
    }
    .preorder_banner .button {
        margin-top: 10px;
    }
    .video-reviews .h1 {
        font-size: 28px;
    }

    
}
@media(max-width: 750px) {    
.cart__ctas button {
    max-width: 100%;
}
body .cart__dynamic-checkout-buttons {
    max-width: 100%;
}
.featured-product .product__info-container {
    margin: 30px 0 0;
    max-width: 100%;
    border-radius: 20px;
    padding: 0 20px;
}
.home-banner .banner__box.content-container {
    padding: 50px 20px 0;
}
.content-slider {
    padding: 50px 1.5rem;
}
.page-width-full {
    padding: 0 1.5rem;
} 
.popup-content h2 {
    font-size: 28px;
}  

.preorder_banner .banner__content {
    padding-top: 0px;
}
.colon {
    font-size: 12px;
}
.colon:not(:last-child) {
    margin-right: 0;
}
.time-box {
    font-size: 12px;
}
.time-countedown p {
    font-size: 10px;
}
}

@media(max-width: 575px) {  
.hero-title {
    font-size: 35px;
}
body .button{
    padding: 0 1.5rem ;
}
.lucyd-sub {
    font-size: 14px;
}
.lucyd-title {
    font-size: 22px;
}
.banner-section .lucyd-content {
    left: 20px;
    bottom: 20px;
}
.power-section .image-with-text__text p {
    font-size: 16px;
    line-height: normal;
}
.cta-section .image-with-text__content {
    padding: 4rem calc(2rem / var(--font-body-scale)) 5rem;
    
}
.cta-section .image-with-text__text p {
    font-size: 16px;
    line-height: normal;
}
.popup.text-video .popup-content.video-bg {
    max-width: 90vw;
}
.popup-content.image_modal {
    width: 90%;
}
.custom-video-container {
    width: 90%;
}
.popup-content {
    width: 90%;
}
.popup.text-video .popup-content.video-bg {
    height: 80dvh !important;
    max-width: 90% !important;

}
.comparison .comparison-table {
    min-width: 480px;
}
.icon-grid {
    gap: 15px;
    margin: 20px 0 20px !important;
}
.image-slider .slick-slide {
    margin: 0 0;
}
.banner__text {
    font-size: 16px !important;
}
.review-text {
    font-size: 16px;
}
.review-stars svg {
    width: 20px;
}
.header__icon, .header__icon--cart .icon {
    height: 3.4rem;
    width: 3.4rem;
}
.time-box {
    font-size: 10px;
}
.colon {
    font-size: 10px;
}
.time-countedown p {
    font-size: 8px;
}
.header--mobile-left .header__heading, .header--mobile-left .header__heading-link, .airyss-pre-order .time-countedown {
    margin-top: auto;
    margin-bottom: auto;
}


}
