/** Shopify CDN: Minification failed

Line 1016:14 Expected ":"
Line 1322:7 Expected ":"
Line 1322:8 Expected identifier but found "0"
Line 1409:7 Expected ":"
Line 1409:8 Expected identifier but found "0"
Line 1461:7 Expected ":"
Line 1461:8 Expected identifier but found "0"
Line 1534:7 Expected ":"
Line 1534:8 Expected identifier but found "0"
Line 1816:7 Expected ":"
... and 4 more hidden warnings

**/
.hero {
  position: relative;
  height: 90vh;
  background: url('YOUR_IMAGE_HERE') center/cover no-repeat;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
}

/* Dark overlay like Figma */
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.75) 0%,
    rgba(0,0,0,0.4) 40%,
    rgba(0,0,0,0.1) 100%
  );
}

/* Content */
.hero__content {
  position: relative;
  z-index: 2;
  max-width: 600px;
}

/* Tag line */
.hero__tag {
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  opacity: 0.8;
}

/* Main heading */
.hero__title {
  font-family: "Sora", sans-serif;
font-weight: 700;
font-style: Bold;
font-size: 80px;
leading-trim: CAP_HEIGHT;
letter-spacing: 0%;
  max-width: 600px;
  margin: 0;
  color: #FFF;
}

.hero__title span {
 color: #0F52BA;
}


/* Description */
.hero__desc {
  font-size: 16px;
  margin-bottom: 25px;
  opacity: 0.9;
}

/* Buttons */
.hero__buttons {
  display: flex;
  gap: 15px;
}

.btn {
  padding: 12px 20px;
  font-size: 14px;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.3s;
}

.btn--primary {
  background: #2ed3f3;
  color: #000;
  font-weight: 600;
}

.btn--primary:hover {
  background: #1bbad8;
}

.btn--secondary {
  border: 1px solid #fff;
  color: #fff;
}

.btn--secondary:hover {
  background: #fff;
  color: #000;
}

/* Badge */
.hero__badge {
  position: absolute;
  right: 80px;
  bottom: 60px;
}

 .gravity-button{
  border-radius:10px!important;
}

.badge-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid #2ed3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  text-align: center;
  
}

.list-menu__item .facets__label.disabled{display: none;}

/* Rotate animation */
@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Responsive */
@media (max-width: 768px) {
  .hero__title {
    font-size: 40px;
  }

  .hero__buttons {
    flex-direction: column;
  }

  .hero__badge {
    display: none;
  }
  .hero__badge_3 {
    display: none;
  }
  .footer-icons-wrapper{
    gap:20px!important;
  }

  

  .faq-pro .faq-container{
    grid-template-columns:1fr!important;
  }

  .revo-faq-section .revo-faq-wrapper {
    grid-template-columns:1fr!important;
  }

  .faq-pro .faq-container .faq-left{
    text-align:center;
  }

  .faq-pro .faq-container .faq-left p{
    text-align:center;
  }
}

@media(max-width:991px) {
  .how-step .step-card{
        padding: 180px 140px 50px !important;
  }
  #product-grid .product-card-wrapper .card--standard .card__inner {
    height: auto;
   
}
  .how-step .icon-circle{
        width: 200px !important;
    height: 200px !important;
  }

  .hero__badge{
    display:none!important;
  }
  .hero__badge_3{
    display:none!important;
  }
}
@media (max-width: 767px) {

  .hero {
    height: auto;
    padding: 0px;
    align-items: flex-start;
    text-align:center;
  }

  .hero-tag{
    text-align:center;
  }

  .custom-icons-wrapper{
    gap:30px 0;
  }

  .hero__content {
    max-width: 100%;
  }

  .hero__title {
    font-size: 34px;
    line-height: 1.2;
  }

  .hero__desc {
    font-size: 14px;
  }

  .hero__buttons {
    flex-direction: column;
    gap: 10px;
  }

  .btn {
    width: 100%;
    text-align: center;
  }

  /* Overlay thoda adjust */
  .hero__overlay {
    background: linear-gradient(
      180deg,
      rgba(0,0,0,0.7) 0%,
      rgba(0,0,0,0.4) 60%,
      rgba(0,0,0,0.2) 100%
    );
  }

  /* Badge hide on mobile */
  .hero__badge {
    display: none;
  }
  .hero__badge_3 {
    display: none;
  }
}

.header__menu-item span{
  font-family: "Inter", sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: CAP_HEIGHT;
line-height: 100%;
letter-spacing: 0%;
text-transform: uppercase;

}

.header__menu-item .header__active-menu-item{

font-weight: 600;
font-style: Semi Bold;
text-decoration:none;
}

@media screen and (min-width: 990px){

  sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom{
  background: #F7F8F8;
}

body{
    font-family: "Inter", sans-serif;
    letter-spacing:normal;
    
}


.mega-menu__panel{
  background:#F7F8F8!important;
   border-radius: 10px!important;

}

.mega-menu__panel .mega-menu__inner{
  padding:0 5px;
  width:900px;
}

.mega-menu__category-text {
    gap: 0px;
}

.mega-menu__category-link .mega-menu__category-title{
  font-family: "Inter", sans-serif;
font-weight: 500;
font-style: Medium;
font-size: 14px;
leading-trim: CAP_HEIGHT;
line-height: 100%;
letter-spacing: 0%;
text-transform: uppercase;
color:#000;
}

.mega-menu__category-link .mega-menu__category-desc{
  font-family: "Inter", sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 19px;
color:#000;
opacity:0.7;
letter-spacing: 0%;

}
.mega-menu__sublinks-col{
  background:transparent!important;
}

.mega-menu__sublinks-col .mega-menu__sublink{
  font-family: "Inter", sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: CAP_HEIGHT;
line-height: 100%;
color:#000;
letter-spacing: 0%;
padding: 4px 6px;
    border: 0;
}

.mega-menu__sublinks-col .mega-menu__sublink.mega-menu__sublink--active{




font-weight: 600;

}

.mega-menu__sublink-item .mega-menu__sublink-arrow{
  color:#000;
}

.mega-menu__panel{
  width:max-content!important;
}
 .mega-menu__cta-banner{
  margin-bottom: 20px;
    margin-right: 25px;
    background: #22D3EE!important;
    border-radius: 10px!important;
      padding: 25px 30px!important;
  }

    .mega-menu__cta-banner .mega-menu__cta-heading{
      font-family: "Inter", sans-serif;
font-weight: 700;
font-style: Bold;
font-size: 16px;
leading-trim: NONE;
line-height: 19px;
letter-spacing: 0%;
color:#000;
    }

    .mega-menu__cta-banner .mega-menu__cta-subtext{
      font-family: "Inter", sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 19px;
letter-spacing: 0%;
color:#000;
    }

   .mega-menu__cta-banner .mega-menu__cta-btn{
    font-family: "Inter", sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: CAP_HEIGHT;
line-height: 100%;
letter-spacing: 0%;
text-transform: uppercase;
        border: 1px solid #FFFFFF;
        border-radius: 10px;
        padding: 14px 25px;
        color:#000;
   }

.mega-menu__promo-image {
    max-width: max-content;
    max-height: max-content;}

.mega-menu__promo-image-col{
  justify-content:flex-end!important;
}

.mega-menu__category-icon{
  background: transparent!important;
    border: 1px solid #E4E4E4;
}



.mega-menu__category-item{
  background:transparent!important;
}
.mega-menu__category-item:hover, .mega-menu__category-item.is-active{
  background:#fff!important;
  border-radius: 10px;
          box-shadow: 0px 20px 15px 0px #00000008;
        border: none !important;
}
.header__inline-menu .header__menu-item {
  position:relative;
}

.header__inline-menu .header__menu-item .svg-wrapper{
      width: 20px!important;
    position: absolute;
    left: 90px;
}

    .header--middle-left {
       
        grid-template-columns: auto;
       
    }

    .list-menu--inline {
  
    gap: 10px;
}
}
.hero-tag{
  text-align:left;
  font-weight: 600;
font-size: 14px;
leading-trim: CAP_HEIGHT;
margin-bottom:10px;
letter-spacing: 0%;
}
.hero-tag span{
    position: relative;
    padding-right: 20px;
    


}

.hero-tag span:not(:last-child)::after{
    content: "•";
    position: absolute;
     right: 6px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.hero__title {
    font-size: 80px;
    font-weight: 700;
    line-height: 82px;
    max-width: 600px;
    margin: 0;
    color: #fff;
}

.hero__desc{
font-family: "Inter", sans-serif;
font-weight: 500;
font-size: 25px;
line-height: 34px;
letter-spacing: 0%;
color:#fff;
}

.revo-testimonials__header-right .revo-testimonials__subtext{
  text-align:left;
}

#shopify-section-template--24045625376927__image_banner_fXrrUV{
  margin-bottom:36px;
}

#Banner-template--24031519834271__image_banner_mwBey3 .banner__media img{
  object-position: top center;
}

@media screen and (max-width: 640px) {
    .revo-testimonials__header-right .revo-testimonials__subtext {
        padding-top: 0;
        text-align: center;
    }
 
  }
  @media screen and (max-width: 500px) {

     #Banner-template--24045625376927__image_banner_fXrrUV .banner__media{
      height:240px;
     }
  
  }

  @media screen and (max-width: 400px) {
    #Banner-template--24045625376927__image_banner_fXrrUV .banner__media {
        height: 200px;
    }
}
.hero__buttons a.btn.btn--primary{
  background:#0F52BA;
  border: 1px solid #0F52BA;
  border-radius:10px;
 font-family: "Inter", sans-serif;
font-weight: 500;

font-size: 14px;
line-height: 100%;
letter-spacing: 0%;
text-transform: uppercase;
color:#fff;
display: flex;
    justify-content: center;
    align-items: center;
}

.hero__buttons a.btn.btn--secondary{
    border-radius: 10px;
border: 0.5px solid #FFF;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.hero__buttons a{
  padding:15px 25px;
}

@media screen and (min-width: 750px) {
    .banner--desktop-transparent .banner__box {
      
        max-width: 100%!important;
      padding-bottom:0!important;
    }
}

.hero{
  height:auto!important;
  display:block!important;
      text-align: left;
}


@media screen and (min-width: 750px) {
    .banner--desktop-transparent .banner__box {
        
        width:100%!important;
      
    }}

    .hero .page-width{
      margin-left:0;
      padding:0;
    }

    .hero ul{
      padding:0!important;
    }

  

.brand-wrap {
    display: block;
    gap: 30px;
    width: max-content;
    padding-bottom:40px;
}


/* LEFT TEXT + LINE */
.brand-title{
  font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 14px;

letter-spacing: 0%;
text-transform: uppercase;

    white-space:nowrap;

    display:flex;
    align-items:center;
    gap:18px;
    flex-shrink:0;
}

/* FULL LINE */
.brand-title::after{
    content:"";
    height:0.5px;
    background:#fff;

    /* image tak line le jane ke lie */
    width:100%;
    min-width:120px;
}

/* IMAGE AREA */
.brand-list{
    flex-shrink:0;
}

.brand-list img{
    max-width:500px;
    width:100%;
    display:block;
}

/* BADGE */


/* MOBILE */
@media(max-width:767px){

    .brand-wrap{
        flex-wrap:wrap;
        gap:20px;
    }

      .hero {
    height: auto;
    padding: 0px;
    align-items: flex-start;
    text-align:center;
  }

  .hero-tag{
    text-align:center;
  }

    .brand-title{
        width:100%;
    }

    .brand-title::after{
        flex:1;
    }

    .footer-icons-wrapper{
    gap:20px;
  }

}

.hero{
  overflow:visible;
}

.header__menu-item .icon-caret{
  right:0!important;
}

.hero__badge {
    position: absolute;
    right: 10px;
    bottom: -70px;
}



.custom-icons-section {
    padding: 25px 0!important;
}

.custom-icons-wrapper{
  border-top:0!important;
}

.custom-icons-wrapper .icon-item{
  padding:0;
}

.custom-icons-wrapper .icon-img{
  max-width:100px;
  margin-bottom:5px;
  width: 80px; /* same width for all */
  height: 80px; /* same height for all */
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
    margin: 0 auto 10px;
}
.custom-icons-wrapper .icon-title{
  font-family: "Inter", sans-serif;
font-weight: 600;
font-style: Semi Bold;
font-size: 20px;
leading-trim: CAP_HEIGHT;
line-height: 27px;
letter-spacing: 0%;
text-align: center;
margin:0;
}

.custom-icons-wrapper p{
  margin:0!important;
  font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 20px;
leading-trim: CAP_HEIGHT;
line-height: 27px;
letter-spacing: 0%;
text-align: center;

}


.banner--mobile-bottom .banner__box{
background:#000;}

#Banner-template--24031519899807__image_banner_NrMdxY .banner__box{
background:#fff!important;
}

.revo-heading-left .revo-label{
font-family: "Sometype Mono", monospace;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: CAP_HEIGHT;
letter-spacing: 0%;
color: #000000;
margin:0 0 10px;
}

.revo-heading-left .revo-title{
   font-family: "Sora", sans-serif;
font-weight: 600;
font-size: 50px;
letter-spacing: 0%;
color: #000000;
}

.collection-list-wrapper .revo-desc{
  font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 16px;
leading-trim: CAP_HEIGHT;
line-height: 27px;
letter-spacing: 0%;
text-align: left;
color: #000000;
padding-top:5px;
opacity:0.7;
}

.collection-list-wrapper .revo-desc p{
  padding:0;
  margin:0;
}
.revo-card{
  border-radius:20px!important;
      background: #fff!important;
}


.revo-card .revo-card__body{
  margin: -50px 15px 10px 15px;
  box-shadow: 0px 14px 24px 0px #00000014;
  border-radius:20px;
  text-align:center;
}

.revo-card .revo-card__body .revo-card__title{
  font-family: "Inter", sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 27px;
letter-spacing: 0%;
text-align: center;
text-transform: uppercase;
margin:0;

}
.revo-card .revo-card__body .revo-card__sub{
font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 14px;
color:#000;
opacity:0.7;
leading-trim: NONE;
line-height: 19px;
letter-spacing: 0%;
    margin: 0;
text-align: center;}
.revo-card .revo-card__body .revo-card__btn{
font-family: "Inter", sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 12px;
leading-trim: CAP_HEIGHT;
line-height: 20px;
letter-spacing: 0%;
text-align: center;
color:#000;
border-bottom: 1px solid #000000;
}

.article-template .article-template__content h3, .article-template .article-template__content h2{
  font-size:24px!important;
  display:inline-block;
  line-height:normal!important;
}

@media (min-width:1024px) {
  .revo-card .revo-card__body .revo-card__sub{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.revo-card .revo-card__body .revo-card__btn:hover{
  text-decoration:none;
  border-bottom: 2px solid #000000;
}
.revo-heading-row{
  margin-bottom:30px!important;
}

.collection-card-wrapper .card, .contains-card--collection{
  gap:25px!important;
}

.section-template--24031519834271__custom_liquid_j8HDYY-padding div{
  font-family: "Inter", sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 20px;
leading-trim: CAP_HEIGHT;
letter-spacing: 0%;
text-align: center;

}

@media screen and (min-width: 990px) {
    .grid--4-col-desktop .grid__item {
        width: calc(25% - 25px * 3 / 4);
        max-width: calc(25% - 25px) * 3 / 4);
        
    }
  .collection__title.title-wrapper{
  position:relative;
}
.collection__title.title-wrapper .collection__description.body.rte.scroll-trigger.animate--slide-in {
    position: absolute;
    top: 0;
    right: 0;
            max-width: 450px;
}
  }

    @media screen and (min-width: 750px) {
    .section-template--24031519834271__custom_liquid_j8HDYY-padding {
        padding-top: 0px!important;
        padding-bottom: 0px!important;
    }
}

.collection__title.title-wrapper .fc-label{
font-family: "Sometype Mono", monospace;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: CAP_HEIGHT;
    margin: 0 0 10px;
letter-spacing: 0%;
color: #000000;
}

.collection__title.title-wrapper h2.title{
    font-family: "Sora", sans-serif;
font-weight: 600;
font-size: 50px;
letter-spacing: 0%;
color: #000000;
}

.collection-list-wrapper .revo-desc{
  font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 16px;
leading-trim: CAP_HEIGHT;
line-height: 27px;
letter-spacing: 0%;
text-align: left;
color: #000000;
padding-top:5px;
opacity:0.7;
}

.payment-logo-chekout{
      margin: 20px 0;
}

.payment-logo-chekout img{
      max-width: 80%;
    /* margin: 13px auto 13px; */
    display: block;
    margin: 0 auto;
}

.bogos-progress-bar-container .bogos-progress-success-label{
  font-family: "Inter", sans-serif;
  color:#009646!important;
  font-size:12px!important;
}

.cart-item__error .svg-wrapper{
  width:1.5rem!important;
}

cart-remove-button .button{
  min-width: calc(4.5rem / var(--font-body-scale))!important;
    min-height: 4.5rem!important;
    border: 1px solid #d8d8d8;
        border-radius: 16px;
}

cart-remove-button .button .svg-wrapper{
  width:auto!important;
}

.collection-list-wrapper .revo-desc p{
  padding:0;
}

.collection__title.title-wrapper .collection__description.body.rte.scroll-trigger.animate--slide-in p{
  font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 16px;
leading-trim: CAP_HEIGHT;
line-height: 27px;
letter-spacing: 0%;
text-align: left;
color: #000000;
padding-top:5px;
opacity:0.7;
}

.collection__title.title-wrapper {
    margin-bottom: 30px !important;
}
div#collection-template--24031519834271__featured_collection{
 background: #F6F6F6;
}

div#collection-template--24031519834271__featured_collection ul{
  margin:0;
  padding:0;
      gap: 25px;
}

div#collection-template--24031519834271__featured_collection ul li{
      padding: 15px;
    background: #fff;
    padding-bottom: 40px;
    padding-top: 20px;

}

@media screen and (min-width: 750px) {
    .card__content .card__information {
        padding-bottom:0;
        padding-top: 0;
    }
}
.card__content{flex-grow:0;
padding-bottom
}
.card__content .card__information p.fc-card__sku {
    padding: 0;
    margin: 10px 0;
    font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 12px;
leading-trim: CAP_HEIGHT;
letter-spacing: 0%;
color:#000;
opacity:0.7;
}

.card__content .card__information .full-unstyled-link{
 font-family: "Inter", sans-serif;
font-weight: 500;
font-style: Medium;
font-size: 14px;
leading-trim: CAP_HEIGHT;
line-height: 23px;
letter-spacing: 0%;
color:#000;
margin-bottom:10px;
}

.article-card-wrapper .card__content .card__information .full-unstyled-link{
  font-weight: 600;
    font-style: Semi Bold;
    font-size: 18px;
    leading-trim: CAP_HEIGHT;
    line-height: 27px;
    letter-spacing: 0%;
    color: #000;
}

.article-card-wrapper .card__content{
  background:#fff;
}

.blog__view-all a {
    background-color: #22D3EE !important;
    border: 1px solid #22D3EE;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #000 !important;
    border-radius: 10px;
    padding: 15px 25px;
    
}

.blog__view-all a::after{
  display:none;
}

.card__content .card__information .fc-card__stars{
      color: #FFBD00;
}

.card__content .card__information .fc-card__stars span{
  font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 8px;
leading-trim: CAP_HEIGHT;
line-height: 23px;
letter-spacing: 0%;
color:#000;
}

.card__content .card__information .price__regular {
    /* display: block; */
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 25px;
    leading-trim: CAP_HEIGHT;
    line-height: 30px;
    letter-spacing: 0%;
}


.card__content .card__information .price{
      margin: 0;
      margin-top:0;
}



.card__content .card__information  .price__sale span.price-item.price-item--sale.price-item--last{
color: rgba(0, 0, 0, 0.50);
leading-trim: both;
text-edge: cap;
font-family: "Inter", sans-serif;
font-size: 25px;
font-style: normal;
font-weight: 300;
line-height: 30px;
text-decoration-line: line-through;
}

.card__content .card__information .price--on-sale .price-item--regular{
color: rgba(0, 0, 0, 0.50);
leading-trim: both;
text-edge: cap;
font-family: "Inter", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 23px;
text-decoration-line: line-through;
}

.card__content .card__information  .price__sale span.price-item.price-item--sale.price-item--last{
  text-decoration:none!important;
  color: #000!important;
font-weight: 500!important;

}



.card-information .price__container .price__saving{
  color: #009646;
leading-trim: both;
text-edge: cap;
font-family: "Inter", sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 23px; /* 191.667% */


}



.card-information .price__container .price__saving span{
  font-weight: 300;
}

.card-information .fc-card__offer{
  color: #22D3EE;
leading-trim: both;
text-edge: cap;
font-family: "Inter", sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 23px; /* 191.667% */
margin: 0;
    padding: 0;
}
#NoMediaStandardBadge-template--24031519834271__featured_collection-10913173766303, #NoMediaStandardBadge-template--24031519801503__product-grid-10913173766303{
  display:none!important;
}
.card-information .fc-card__offer img{
  width:11px;
  height:11px;
}

.card__content .card__information  s.price-item.price-item--regular{
  margin:0!important;
}

.card__content .quick-add__submit::after{
      border-radius: 10px;
    
    
}
.card__content .quick-add__submit span{
font-family: "Inter", sans-serif;
font-weight: 500;
font-style: Medium;
font-size: 14px;
leading-trim: CAP_HEIGHT;
line-height: 100%;
letter-spacing: 0%;
text-transform: uppercase;
color:#000;
}

@media (min-width: 991px) and (max-width: 1100px) {


.card__content .card__information .price__sale span.price-item.price-item--sale.price-item--last{
  font-size: 20px!important;
  line-height: 27px!important;
}

.card__content .card__information .price--on-sale .price-item--regular{
  font-size: 16px!important;
  line-height: 22px!important;
}
}


.card__content .quick-add__submit span::after {
    content: "→";
    display: inline-block;
    z-index: 1;
    top: 13px;
    left:0;
}
 .fc-card__badges span{
  font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 10px;
leading-trim: CAP_HEIGHT;
line-height: 23px;
letter-spacing: 0%;
padding-left:5px;
color:#000;
}
.promo-banner__content .promo-banner__eyebrow{
font-family: "Sometype Mono", monospace;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: CAP_HEIGHT;
letter-spacing: 0%;
margin:0;
color:#fff;
text-transform: none;
}

.promo-banner__content .promo-heading-white{
  font-family: "Sora", sans-serif;
font-weight: 600;
font-style: SemiBold;
font-size: 50px;
leading-trim: CAP_HEIGHT;
line-height: 63px;
letter-spacing: 0%;
padding: 20px 0;
margin:0;
color:#fff;
}
.promo-banner__content .promo-banner__subtext{
font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 16px;
leading-trim: CAP_HEIGHT;
line-height: 27px;
letter-spacing: 0%;
color:#fff;
    margin: 0 0 30px;
}

.promo-banner__content .promo-banner__btn{
  background-color: #22D3EE!important;
border: 1px solid #22D3EE;
font-family: "Inter", sans-serif;
font-weight: 500;
font-style: Medium;
font-size: 14px;
leading-trim: CAP_HEIGHT;
line-height: 100%;
letter-spacing: 0%;
text-transform: uppercase;
color:#00;
border-radius:10px;
padding: 15px 25px;
}

.why-choose__header-left .why-choose__eyebrow{
 font-family: "Sometype Mono", monospace;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: CAP_HEIGHT;
letter-spacing: 0%;
color: #000000;
}



.why-choose__header-left .why-choose__heading{
  font-family: "Sora", sans-serif;
font-weight: 600;
font-size: 50px;
letter-spacing: 0%;
color: #000000;
}
.why-choose__grid{
  gap:20px!important;
}
.why-choose__header .why-choose__description{
  font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 16px;
leading-trim: CAP_HEIGHT;
line-height: 27px;
letter-spacing: 0%;
text-align: left;
color: #000000;
padding;0;
opacity:0.7;
}

.why-choose__grid .why-choose__card{
  box-shadow: 0px 14px 24px 0px #00000014;
background: #FFFFFF;
border:0;
border-radius:20px;
gap:5px;
}

.why-choose__icon img {
    width: auto;
    max-height: 50px;
    height: auto;
}

.why-choose__icon {
  
    margin-bottom: 15px;
}

.why-choose__grid .why-choose__card .why-choose__card-title{
 font-family: "Inter", sans-serif;
font-weight: 600;
font-style: Semi Bold;
font-size: 16px;
leading-trim: CAP_HEIGHT;

letter-spacing: 0%;
text-align: center;
text-transform: uppercase;
color:#000000;
line-height:normal;
}
.why-choose__grid .why-choose__card .why-choose__card-subtitle{
font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 16px;
leading-trim: CAP_HEIGHT;
color:#000000;
letter-spacing: 0%;
text-align: center;
line-height:normal;
}

.why-choose__grid{
  gap:20px!important;
}

.how-pro {
    padding: 36px 20px 36px!important;
    background:#F6F6F6;
}

.how-pro .how-left small{
 font-family: "Sometype Mono", monospace;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: CAP_HEIGHT;
letter-spacing: 0%;
color:#000!important;
}



.how-pro .how-left h2{
    font-family: "Sora", sans-serif;
font-weight: 600;
font-size: 50px;
letter-spacing: 0%;
color: #000000;
}

.how-pro .how-right{
 font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 16px;
leading-trim: CAP_HEIGHT;
line-height: 27px;
letter-spacing: 0%;
text-align: left;
color: #000000;
padding;0;
padding-top:5px;
opacity:0.7;
}

.app-section {
    padding: 36px 0px!important;
    text-align: center;
    background: #fff!important;
}

.app-section h2:nth-child(1) {
 font-family: "Sometype Mono", monospace;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: CAP_HEIGHT;
letter-spacing: 0%;

}
.app-section h2 {
  margin:0;
  padding:0;
  margin-bottom:0!important;
}

.app-section h2 p {
     font-family: "Sora", sans-serif;
    font-weight: 600!important;
    font-size: 50px;
    letter-spacing: 0%;
    color: #000000;
    text-align: x;
    text-align: center;
    line-height: normal;
    margin: 0;
    padding: 0;
    max-width:100%;
     
}


.app-section p {
 font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 16px;
leading-trim: CAP_HEIGHT;
line-height: 27px;
letter-spacing: 0%;
text-align: right;
color: #000000;
padding;0;
padding-top:5px;
opacity:0.7;
}

.app-section h2 p{
  opacity:1!important;
}

.app-section h2 p strong {
     font-family: "Sora", sans-serif;
    font-weight: 600!important;
    font-size: 50px;
    letter-spacing: 0%;
    color: #000000;
   
    text-align: center;
    line-height: normal;
    margin: 0;
    padding: 0;
    max-width:100%;
    opacity:1!important;
}

.app-section p {
    max-width: 70%!important;
    margin: 0 auto!important;
    color: #000!important;
    text-align:center;
}

.app-buttons{
  margin-top:30px;
}


.faq-left small{
font-family: "Sometype Mono", monospace;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: CAP_HEIGHT;
letter-spacing: 0%;
padding:0;
margin:0;
color:#000!important;
margin-bottom:0!important;
}



.faq-left h2{
    font-family: "Sora", sans-serif;
font-weight: 600;
font-size: 50px!important;
letter-spacing: 0%;
color: #000000;
padding:15px 0;
margin:0;
color:#000!important;
margin-bottom:0!important;
}

.faq-left p{
font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 16px;
leading-trim: CAP_HEIGHT;
line-height: 27px;
letter-spacing: 0%;
text-align: left;
color: #000000;
padding;0;
padding-top:5px;
color:#000!important;
opacity:0.7;
margin:0;
}

.faq-item.active .faq-question{
  border-bottom: 1px solid #E4E4E4;
      padding: 19px 20px 10px 20px;
      
}

.faq-item .faq-question{
font-family: "Inter", sans-serif;
font-weight: 600;
font-style: Semi Bold;
font-size: 20px;
leading-trim: CAP_HEIGHT;
line-height: 27px;
letter-spacing: 0%;
color: #000000;
}

.faq-right .faq-item{
  box-shadow: 0px 26px 54px 0px #0000000D;
  border:0;
  background:#fff;
  border-radius:20px;
}

.faq-item .faq-answer{
  font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 16px;
leading-trim: CAP_HEIGHT;
line-height: 27px;
letter-spacing: 0%;
color: #000000;
opacity:0.7;
}

.faq-item.active .faq-answer {
    display: block;
    padding-top: 10px!important;
    padding-bottom:30px;
}

.faq-container{
  grid-template-columns: 1fr 1.5fr!important;
}

.how-steps{
    display:flex;
    justify-content:space-between;
    gap:40px;
    position:relative;
    margin-top:120px!important;
}

.how-step{
    position:relative;
    flex:1;
    text-align:center;
}

.step-card{
    background:#fff;
    border-radius:20px!important;
    padding:80px 25px 23px!important;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    position:relative;
    width:100%!important;
}

.icon-circle{
    width: 120px!important;
    height: 120px!important;
    background:#35d5f5;
    border:14px solid #c7f4fb;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    top:-65px;
    left:50%;
    transform:translateX(-50%);
    z-index:2;
        box-shadow: 0 0 0 5px rgba(34, 211, 238, 0.2)!important;
}

/* neeche wali line */
/* neeche wali line */
.icon-circle::before{
    content:"";
    position:absolute;
    bottom:-18px;
    left:50%;
    transform:translateX(-50%);
    width:2px;
    height:12px;
    background:#26c6e8;
}

/* neeche wala small circle */
.icon-circle::after{
    content:"";
    position:absolute;
    bottom:-28px;
    left:50%;
    transform:translateX(-50%);
    width:12px;
    height:12px;
    background:#26c6e8;
    border-radius:50%;
}

.icon-circle img{
    max-width:55px;
}

.step-card h3{
     font-family: "Inter", sans-serif;
font-weight: 600;
font-style: Semi Bold;
font-size: 18px!important;
leading-trim: CAP_HEIGHT;
margin-bottom:0!important;
letter-spacing: 0%;
text-align: center;
text-transform: uppercase;
color:#000!important;
}

.step-card p{
   font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 16px!important;
leading-trim: CAP_HEIGHT;

letter-spacing: 0%;
text-align: center;
color:#000!important;
opacity:0.8;
padding:0;
margin:0;
}



.how-step:not(:last-child)::before{
    z-index:2;
    top:27px!important;
}
.how-step:not(:last-child)::after{
    z-index:2
}


.how-step{
    position:relative;
}

.how-step:not(:last-child)::before {
  
    top: 27px!important;
    right: -98px!important;
  
}

.how-step:not(:last-child)::after {
  
    top: 80px;
    right: -80px;
   
}

.collection__view-all a{
   background-color: #22D3EE!important;
border: 1px solid #22D3EE;
font-family: "Inter", sans-serif;
font-weight: 500;
font-style: Medium;
font-size: 14px;
leading-trim: CAP_HEIGHT;
line-height: 100%;
letter-spacing: 0%;
text-transform: uppercase;
color:#000!important;
border-radius:10px;
padding: 15px 25px;
margin-top:50px!important;
}

.collection__view-all a::after{
  box-shadow:unset !important;
}
.how-steps .how-step:not(:last-child)::after{
    content: "";
    position: absolute;
        top: -26px;
    right: -139px;
    width: 240px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/cdn/shop/files/Arrow_5.png?v=1779177257);
    border:0!important;
}

.how-steps .how-step:not(:last-child)::before{
  border:0!important;
  display:none!important;
}


@media screen and (min-width: 990px) {
    
  .blog{
  position:relative;
}
.blog .right-desc-blog {
    position: absolute;
    top: 36px;
    right: 0;
            max-width: 450px;
}

.blog__posts.articles-wrapper {
        
        gap:25px;
    }

    .blog__posts.articles-wrapper li{
width: calc(25% - 25px * 3 / 4);
        max-width: calc(25% - - 25px) * 3 / 4);
    }
  }



  .blog .subheading-blog{
 font-family: "Sometype Mono", monospace;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: CAP_HEIGHT;
letter-spacing: 0%;
padding:0;
margin:0;
color:#000!important;
margin-bottom:10px!important;
}



 .blog h2#SectionHeading-template--24031519834271__featured_blog_kjgrJ9{
  font-family: "Sora", sans-serif;
font-weight: 600;
font-size: 50px;
letter-spacing: 0%;
color: #000000;
padding:0;
margin:0;
color:#000!important;
margin-bottom:0!important;
max-width:60%;
}

 .blog .right-desc-blog{
font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 16px;
leading-trim: CAP_HEIGHT;
line-height: 27px;
letter-spacing: 0%;
text-align: left;
color: #000000;
padding;0;
padding-top:5px;
color:#000!important;
opacity:0.7;
margin:0;
}


.card.article-card.card--standard.card--media {
   box-shadow: 0px 26px 54px 0px #0000000D;
    background:#fff;
    border-radius: 20px;
}

 .blog__posts .article-card .card__information{
  padding:20px!important;
}
.article-card .card__heading {
font-family: "Inter", sans-serif;
font-weight: 600;
font-style: Semi Bold;
font-size: 18px;
leading-trim: CAP_HEIGHT;
line-height: 27px;
letter-spacing: 0%;
color:#000;
}
p.article-card__excerpt.rte-width{
font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 16px;
leading-trim: CAP_HEIGHT;
line-height: 27px;
letter-spacing: 0%;
color:#000;
opacity:0.7;
}



.footer-custom__menus .footer-custom__menu-col h2.footer-block__heading{
  font-family: "Inter", sans-serif;
font-weight: 600;
font-style: Semi Bold;
font-size: 14px;
leading-trim: CAP_HEIGHT;
line-height: 27px;
letter-spacing: 0%;
text-transform: uppercase;
opacity:0.7;
color:#fff;
margin-bottom:5px;
white-space:nowrap;
}

.footer-custom__menus .footer-custom__menu-col ul li a{
 font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 16px;
leading-trim: CAP_HEIGHT;
line-height: 22px;
letter-spacing: 0%;
color:#fff;
opacity:0.8;
margin:0;
padding:0;
}

.footer-custom__menus .footer-custom__menu-col ul li a.footer-link--highlight{
  font-family: "Inter", sans-serif;
font-weight: 600;
font-style: Semi Bold;
font-size: 16px;
leading-trim: CAP_HEIGHT;
letter-spacing: 0%;
color:#10D8F2!important; 
}

.footer-custom__menus .footer-block__details-content p{
font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 16px;
leading-trim: CAP_HEIGHT;
line-height: 22px;
letter-spacing: 0%;
color:#fff;
white-space:nowrap;
}

.footer-custom__menus .footer-block__details-content p a{
font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 16px;
leading-trim: CAP_HEIGHT;
line-height: 22px;
letter-spacing: 0%;
color:#fff;
    margin-bottom: 10px;
    display: inline-block;
white-space:nowrap;
}
.footer-custom__menus .footer-block__details-content p a:nth-child(1) {
    text-decoration: none;
}
.footer-custom__trust {
  flex-wrap: nowrap!important;
  opacity:1!important;
}

.footer-custom__brand-desc p{
  font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 16px;
leading-trim: CAP_HEIGHT;
line-height: 22px;
letter-spacing: 0%;
color:#fff;
opacity:1;
}

.list-social__item .svg-wrapper {
  width:25px!important;
}
.footer__list-social.list-social:only-child {
    justify-content: flex-start!important;
        gap: 3px;
}

footer.footer.color-accent-1.gradient.section-sections--24031520293023__footer-padding{
  background:#0B1220!important;
      border-top: 1px solid #FFFFFF2B!important;
}

.footer-icon-item img {
    width: auto!important;
    height: auto!important;
   
}

.footer-icons-wrapper .footer-icon-item span{
 font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 16px;
leading-trim: CAP_HEIGHT;
letter-spacing: 0%;
color:#fff;
}

.footer-icons-bar{
  background:#0B1220!important;
}

.footer-custom__brand-logo img {
    max-width: 160px;
    height: auto;
    width: 144px!important;
}
.section-collection-list .revo-card__image img{
  aspect-ratio:1;
}

#NoMediaStandardBadge-template--24031519834271__featured_collection-10913164951711{
  display:none!important;
}
.footer__content-bottom.scroll-trigger.animate--slide-in {
    background: #030A18;
    padding:20px 0 40px 0;
}

.footer-custom__bottom .footer-custom__policies{
  gap:5px;
}

.footer-custom__bottom .footer-custom__policies li:not(:last-child)::after {
  margin-left:5px!important;
}

.footer__content-bottom.scroll-trigger.animate--slide-in .footer-custom__copyright {
 font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 14px;
leading-trim: CAP_HEIGHT;
line-height: 27px;
letter-spacing: 0%;

}
.footer-custom__copyright small a{
  text-decoration:none;
}
.footer-custom__policies li a {
    font-family: Inter!important;
font-weight: 300!important;
font-style: Light!important;
font-size: 14px!important;
leading-trim: CAP_HEIGHT;
line-height: 27px!important;
letter-spacing: 0%!important;
text-align: right!important;
color:#fff!important;
}

.footer-custom__policies li:not(:last-child)::after{
  opacity:1!important;
}

@media screen and (min-width: 990px) {
     .grid--3-col-desktop .grid__item {
        width: calc(33.33% - 25px * 2 / 3);
        max-width: calc(33.33% -  25px * 2 / 3);
    }
}



.mega-menu__category-item{
  border:none!important;
}

@media (max-width:767px) {
  .revo-desc{
    flex:0!important;
    text-align:center!important;
  }

  .blog h2#SectionHeading-template--24031519834271__featured_blog_kjgrJ9{
    max-width:100%;
  }

  .collection-list-wrapper .revo-desc{
     text-align:center!important;
  }

  .collection__title.title-wrapper{
    text-align:center;
  }

  .collection__title.title-wrapper .collection__description.body.rte.scroll-trigger.animate--slide-in p{
     text-align:center!important;
  }

  .why-choose__header{
     text-align:center!important;
  }

  .why-choose__header .why-choose__description{
    text-align:center!important;
  }

  .revo-heading-left{
   text-align:center!important;
  }

  .how-pro .how-right{
    text-align:center!important;
    margin:0 auto!important;
  }
  .title-wrapper-with-link{
    display:block!important;
    margin-bottom:10px!important;
  }

  .revo-badge{
    position:static!important;
    margin:0 auto;
  }

  .revo-heading-left{
    margin:0 auto;
  }

  .how-top .how-left{
    margin:0 auto!important;
  }

  .section-template--24031519834271__featured_blog_kjgrJ9-padding{
    text-align:center;
  }
  .blog .right-desc-blog{
    text-align:center!important;
  }
}

@media screen and (max-width: 749px) {
    .section-collection-list .page-width {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important;
    }
}

@media (max-width: 900px) {
    .how-steps {
        gap:105px!important;
    }
}

.fc-card__badges {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.fc-card__badges .badge-item{
  display:flex;
  align-items:center;
}

section#shopify-section-template--24031519834271__promo_banner_q4qaQr{
  background: #0B1220;
}

section#shopify-section-template--24031519834271__promo_banner_q4qaQr .promo-banner{
  background:transparent!important;
}

.revo-cta-box{
  max-width:1200px!important;
}

.revo-cta-content{
  max-width:900px!important;
}

ul.collection-list.grid.grid--3-col-desktop.grid--2-col-tablet-down {
    gap: 25px;
    padding: 25px 0 50px 0;
}

div#collection-template--24031519834271__featured_collection ul {
    margin: 0;
    padding: 0;
    gap: 50px 25px;
}


ul#product-grid {
    margin: 0;
    padding: 0;
    gap: 50px 25px;
}

.product__title h1{
    font-family: "Sora", sans-serif;
font-weight: 600;
font-style: SemiBold;
font-size: 20px;
leading-trim: CAP_HEIGHT;
line-height: 26px;
letter-spacing: 0%;
color:#000;
}

.product .price__container .price__regular .price-item--regular{
 font-family: "Inter", sans-serif;
font-weight: 500;
font-style: Medium;
font-size: 40px;
leading-trim: CAP_HEIGHT;

letter-spacing: 0%;
color:#000;
}

.ndaa-badge{
  width:auto!important;
  height:auto!important;
  top:auto!important;
  bottom:0!important;
}

.product .product__info-container .price--on-sale .price-item--regular{
  font-family: "Inter", sans-serif;
color: rgba(0, 0, 0, 0.50);

font-size: 36px;
font-weight: 300;

text-decoration-line: line-through;
}

.product .product__info-container span.price-item.price-item--sale.price-item--last{
  color: #000;

  font-family: "Inter", sans-serif;
font-size: 36px;
font-weight: 600;
margin:0 7px 0 0;
}

.product .product__info-container  .price__saving{
  color: #009646;
 font-family: "Inter", sans-serif;
font-size: 14px;
font-weight: 500;
line-height:normal;
margin-bottom:16px;
letter-spacing:normal;
}
@media (max-width:1200px) {
  .product .product__info-container span.price-item.price-item--sale.price-item--last{
    font-size:30px;
  }

  .product .product__info-container  .price__saving{
    font-size:14px;
  }

  .product .product__info-container .price--on-sale .price-item--regular{
    font-size:30px;
  }
}
.price--sold-out .price__badge-sold-out, .price--on-sale .price__badge-sale, .volume-pricing--sale-badge .price__badge-sale {
  display:none!important;
}

.product .product__info-container  .price__saving span{

      font-weight: 600;
}

.product-form__quantity{
    display:flex;
    align-items:center;
    gap:20px;
    margin-top:15px!important;
}

 .gravity-button{
  border-radius:10px!important;
}

.product-form__quantity .quantity__label{
    margin:0;
    font-size:18px;
    font-weight:500;
        font-family: "Inter", sans-serif;
    line-height:1;
    color:#000;
}

.product-form__quantity quantity-input.quantity{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:180px;
    height:50px;
    border: 1px solid #E2E2E2;
    border-radius:16px;
    overflow:hidden;
    background:#fff;
    box-shadow:none;
    min-height:unset;
}

.product-form__quantity .quantity__button{
    width:55px;
    height:50px;
    min-width:55px;
    padding:0;
    border:none;
    background:transparent;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    box-shadow:none;
}

.product__accordion .accordion__content ul{
  padding-left:0;
    list-style-type: none;

}

.summary__title .accordion__title{
  font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 23px;
    letter-spacing: 0%;
    color:#000;
}
#shopify-section-template--24036037755039__main .table-responsive{
  border: 0;
    box-shadow: none;
}

#shopify-section-template--24036037755039__main .table-responsive table#indextable{
      border: 1px solid #dee2e6;
     border-right: 1px solid #dee2e6; 
    max-width:100%;
    margin: 0 auto 40px;
    width: 100%;
}

@media screen and (min-width: 990px) {
    .header--middle-left .header__inline-menu {
      
        display: flex;
        justify-content: center;
    }
}

.product__accordion .accordion__content ul li{
  position:relative;
    padding-left:25px
}
.product__accordion .accordion__content ul li::before{
   content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 16px;
    height: 16px;
    background-image: url(/cdn/shop/files/Vector_3.svg?v=1779855769);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.rte .btn.btn-primary, .rte .primary-line-btn{
  background: #22D3EE;
    border: 1px solid #22D3EE;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    width:fit-content;
    margin:10px 0;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:5px;
}

.rte .btn.btn-primary img{
  margin:0;
}


.collection-list-wrapper .revo-desc {
    flex: 0 1 470px;!important
  }

  .promo-banner__subtext{
    max-width:600px;
  }

  .why-choose__header-left {
    flex: 0 0 48%;
}
.product-form__quantity .quantity__button:before,
.product-form__quantity .quantity__button:after{
    display:none !important;
}

.product-form__quantity .quantity__button svg{
    width:14px;
    height:14px;
}

.product-form__quantity .quantity__input{
    border:none !important;
    background:transparent;
    width:50px;
    height:58px;
    padding:0;
    margin:0;
    text-align:center;
    font-size:24px;
    font-weight:500;
    color:#555;
    box-shadow:none !important;
    outline:none;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:textfield;
}

.product-form__quantity .quantity__input::-webkit-outer-spin-button,
.product-form__quantity .quantity__input::-webkit-inner-spin-button{
    -webkit-appearance:none;
    margin:0;
}

.product-form__quantity .quantity__rules,
.product-form__quantity .quantity__rules-cart{
    display:none !important;
}

.product .quantity:after{
  display:none;
}

.product .product-form__buttons .product-form__submit{
  border: 1px solid #22D3EE;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 15px 25px;
    background-color: #22D3EE !important;
     color:#000;
}

.gravity-button{
  border-radius:10px!important;
}

.product .product-form__buttons .product-form__submit::after{
  display:none;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
   ul#product-grid{
         gap: initial;
    }

    .product .product-form__buttons .product-form__submit{
      padding: 15px 15px;
    }

    .product .product-form__buttons button.shopify-payment-button__button--unbranded{
      padding: 15px 15px!important;
    }

    ul.collection-list.grid.grid--3-col-desktop.grid--2-col-tablet-down{
     gap: initial;
    }
    .card__content .quick-add__submit::before {
   
    display:none;
}
.card__content .quick-add__submit span::after{
  content: "";
    display: inline-block;
    z-index: 1;
    top: 13px;
    left: 0px;
    width:10px;
}
}



@media screen and (max-width: 749px) {
    ul#product-grid{
         gap: initial;
    }
    ul.collection-list.grid.grid--3-col-desktop.grid--2-col-tablet-down{
     gap: initial;
    }
    div#collection-template--24031519834271__featured_collection ul{
      gap:initial;
    }
    .card__content .quick-add__submit::before {
   
    display:none;
}

.card__content .quick-add__submit span::after{
  content: "";
    display: inline-block;
    z-index: 1;
    top: 13px;
    left: 0px;
    width:10px;
}
  }

.product .product-form__buttons button.shopify-payment-button__button--unbranded{
  border: 1px solid #000000;
  font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 15px 25px;
    background-color: #fff!important;
    color:#000;
}

.product__info-wrapper .product__info-container>*+*{
  margin:0;
}
.product .product-form__buttons button.shopify-payment-button__button--unbranded::after{
  display:none;
}


.product .product__description p{
font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 16px;
leading-trim: CAP_HEIGHT;
line-height: 32px;
letter-spacing: 0%;
    color:#000;
    opacity:0.7;
}
.section-template--24031519801503__product-grid-padding.gradient.color-background-1{
  background:#F6F6F6;
}




.product-card-wrapper .card__content .fc-card__stars span{
      vertical-align: top;
}

.revo-cta-content .revo-eyebrow{
  font-family: "Sometype Mono", monospace;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: CAP_HEIGHT;
margin:0;
letter-spacing: 0%;
text-align: center;
color:#fff;
}

.revo-cta-content .revo-heading{
  
    font-family: "Sora", sans-serif;
font-weight: 600;
font-style: SemiBold;
font-size: 50px;
leading-trim: CAP_HEIGHT;
line-height: 63px;
letter-spacing: 0%;
text-align: center;
color:#fff;
}
.revo-cta-content .revo-body{
font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 16px;
leading-trim: CAP_HEIGHT;
line-height: 27px;
letter-spacing: 0%;
text-align: center;
color:#fff;
opacity:0.7;
}

.revo-cta-content .revo-btn-row .revo-btn-primary{
 font-family: "Inter", sans-serif;
font-weight: 500;
font-style: Medium;
font-size: 14px;
leading-trim: CAP_HEIGHT;
line-height: 100%;
letter-spacing: 0%;
text-transform: uppercase;
background: #22D3EE;
border: 1px solid #22D3EE;
  color:#000;
  border-radius:10px;
 padding:15px 25px!important;}

 

.revo-cta-content .revo-btn-row .revo-btn-secondary{
  
  font-family: "Inter", sans-serif;
font-weight: 500;
font-style: Medium;
font-size: 14px;
leading-trim: CAP_HEIGHT;
line-height: 100%;
letter-spacing: 0%;
text-transform: uppercase;
background: transparent;
border-width: 0.5px, 0.5px, 0.5px, 0.5px;
border-style: solid;
border-color: #FFFFFF;
  color:#fff;
  border-radius:10px;
  padding:15px 25px!important;
}

.hero-tag span{
font-family: "Sometype Mono", monospace;
font-weight: 700;
font-style: Bold;
font-size: 14px;
leading-trim: CAP_HEIGHT;
line-height: normal;
letter-spacing: 0%;
color:#fff;
}

span.svg-wrapper.cart{
  max-width:20px;
}

#cart-icon-bubble .svg-wrapper{
  max-width:20px!important;
}

    

.cart-count-bubble {
    position: absolute;
   background-color: #10D8F2!important;
    height: 14px!important;
    width: 14px!important;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  
     bottom: auto!important; 
    left: 26px!important;
 
    top: 5px!important;
font-family: "Inter", sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 6px!important;
leading-trim: CAP_HEIGHT;
line-height: 100%;
letter-spacing: 0%;
text-align: center;

}

@media(max-width:1100px) {
  .footer-custom__menus .footer-block__details-content p{
    white-space:inherit!important;
  }

  .footer-custom__menus .footer-block__details-content p a{
    white-space:inherit!important;
  }

  .footer-custom__trust{
    flex-wrap:wrap!important;
  }
}

@media (max-width: 991px) {
    .how-steps {
        flex-direction: column;
            gap: 100px!important;
    }

    .how-steps .how-step:not(:last-child)::after{
      display:none;
    }

     .blog h2#SectionHeading-template--24031519834271__featured_blog_kjgrJ9{
    max-width:100%;
  }

  .collection-list-wrapper .revo-desc{
     text-align:center!important;
  }

  .collection__title.title-wrapper{
    text-align:center;
  }

  .collection__title.title-wrapper .collection__description.body.rte.scroll-trigger.animate--slide-in p{
     text-align:center!important;
  }

  .why-choose__header{
     text-align:center!important;
  }

  .why-choose__header .why-choose__description{
    text-align:center!important;
  }

  .revo-heading-left{
   text-align:center!important;
  }

  .how-pro .how-right{
    text-align:center!important;
    margin:0 auto!important;
  }
  .title-wrapper-with-link{
    display:block!important;
    margin-bottom:10px!important;
  }

  .revo-badge{
    position:static!important;
    margin:0 auto;
  }

  .revo-heading-left{
    margin:0 auto;
  }

  .how-top .how-left{
    margin:0 auto!important;
  }

  .section-template--24031519834271__featured_blog_kjgrJ9-padding{
    text-align:center;
  }
  .blog .right-desc-blog{
    text-align:center!important;
  }
}


.collection-hero.color-background-1.gradient {
    background: #F6F6F680;
}

.collection-hero .collection-hero__title {
  font-family: "Sora", sans-serif;
font-weight: 600;
font-style: SemiBold;
font-size: 50px;
leading-trim: CAP_HEIGHT;
line-height: 63px;
letter-spacing: 0%;
color:#000;
display:inline-block;
}

.collection-hero .collection-hero__text-wrapper .count{
 font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 16px;
leading-trim: CAP_HEIGHT;
line-height: 27px;
letter-spacing: 0%;
color:#000;
opacity:0.7;
}

.collection-short__description .metafield-rich_text_field p{
   font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 16px;
leading-trim: CAP_HEIGHT;
margin:0;
letter-spacing: 0%;
color:#000;
opacity:0.7;
}

.collection-hero__inner{
  justify-content:space-between;
}

.collection-short__description{
  margin-top:0!important;
}

.collection-hero__sort .facet-filters__field .select .select__select {
  font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 16px;
leading-trim: CAP_HEIGHT;
line-height: 27px;
letter-spacing: 0%;
color:#000;
       padding: 14px 16px 14px 16px;
border: 1px solid #DEDEDECC;
border-radius:10px;
padding-right:33px;
}

.facet-filters__sort:focus-visible{
  outline:none!important;
  box-shadow:none!important;
}

.facet-filters__field .svg-wrapper{
  width:40px!important;
}



.collection-hero__view-btns{
  border: 1px solid #DEDEDECC;
  border-radius:10px;
}

.collection-hero__view-btns button{
  border:0!important;
  background:transparent!important;
}

.collection-hero__controls .collection-hero__view-btns {
    border: 1px solid #DEDEDECC;
    border-radius: 10px;
    padding: 7px 8px 7px 10px;
    display:none;
}

.collection-hero__view-btns button{
  padding:12px!important;
}


.collection-hero__controls .collection-hero__view-btns button#grid-view svg{
    fill: #D9D9D9;
    color: transparent;
}

.collection-hero__controls .collection-hero__view-btns button#grid-view svg rect{
  width:8px;
  height:8px;
}

.collection-hero__controls .collection-hero__view-btns button#list-view svg{
      color: #00000082;
}
@media(min-width:991px) {
.collection #product-grid.list-view-active .grid__item{
  width: calc(33.33% - 25px * 2 / 3)!important;
        max-width: calc(33.33% -  25px * 2 / 3)!important;
}
}

.section-template--24031519801503__product-grid-padding.gradient.color-background-1 {
     background: #F6F6F680;
}



@media (max-width:600px) {
  .hero__title{
    font-size:35px;
    line-height:45px;
  }
  

  .hero__desc {
    font-size: 20px;
    line-height: 26px;
  
}

.custom-icons-wrapper .icon-title{
  font-size: 18px;
    line-height: 25px;
}

.custom-icons-wrapper p{
  font-size: 16px;
    line-height: 25px;
}

.revo-heading-left .revo-title{
  font-size: 30px;

}

.collection__title.title-wrapper h2.title{
    font-size: 30px;
}

.fc-card__badges{
  flex-wrap:wrap;
}

.fc-card__badges .badge-item{
  width:100%;
}

div#collection-template--24031519834271__featured_collection ul li{
  padding-bottom:70px;
}

.promo-banner__content .promo-heading-white{
    font-size: 30px;
    line-height: 36px;
}

.promo-banner__image{
  max-width:200px;
}

.why-choose__header-left .why-choose__heading{
  font-size: 30px;
}

.how-pro .how-left h2{
  font-size: 30px;
}

.how-top{
  gap:25px!important;
}

.how-pro .how-right{
  padding-top:0;
}

    .how-step .icon-circle {
        width: 125px !important;
        height: 125px !important;
    }

    .how-step .step-card {
        padding: 80px 50px 50px !important;
    }

    .app-section h2 p strong{
      font-size: 30px;
    }

    .app-section h2 p{
      font-size:30px;
    }

    .blog h2#SectionHeading-template--24031519834271__featured_blog_kjgrJ9{
      font-size:30px;
    }

    .revo-cta-content .revo-heading{
       font-size:30px;
       line-height: 36px;
    }

    .footer-custom__menus .footer-custom__menu-col h2.footer-block__heading{
      white-space:inherit;
    }

        .footer-custom__menus .footer-block__details-content p {
        white-space: inherit;
        word-break: break-all;
    }
     .footer-custom__menus .footer-block__details-content p a {
        white-space: inherit;
        word-break: break-all;
    }
}
.collection-hero__inner.page-width.scroll-trigger.animate--fade-in {
    position: relative;
    padding-bottom:15px!important;
}
.collection-hero__inner.page-width.scroll-trigger.animate--fade-in::after{
  content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
    right: 0;
}
@media(min-width:750px) {
  .collection-hero__inner.page-width.scroll-trigger.animate--fade-in::after{
    left:5rem;
            width: calc(100% - 10rem);
  }
}

.facets-container.scroll-trigger.animate--fade-in{
  border: 1px solid #EAEAEA;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
position: sticky;
    top: 100px;
    bottom: 0;
}

.active-facets-vertical-filter .active-facets__button-wrapper a span{
 font-family: "Inter", sans-serif;
font-weight: 600;
font-style: Semi Bold;
font-size: 12px;
leading-trim: CAP_HEIGHT;
line-height: 100%;
letter-spacing: 0%;
text-align: right;
color:#0F8AFD;
text-decoration:none;
}

.active-facets-vertical-filter .active-facets__button-wrapper a{
  text-decoration:none;
  font-size: 12px!important;
}

.facets-vertical .active-facets-vertical-filter{
  align-items:center;
}

.facets-vertical .active-facets facet-remove:last-of-type{
  margin-bottom:0!important;
}

.facets-vertical .active-facets-vertical-filter{
  margin-bottom:10px;
}

.active-facets-vertical-filter .facets__heading{
 font-family: "Inter", sans-serif;
font-weight: 600;
font-style: Medium;
font-size: 12px;
leading-trim: CAP_HEIGHT;
line-height: 100%;
letter-spacing: 0%;
color:#000;
margin:0;
}

.collection #product-grid li{
  padding: 15px;
    background: #fff;
    padding-bottom: 40px;
    padding-top: 20px;
}

.collection .fc-card__badges span{
  font-size:9px;
}

@media(max-width:767px) {
  #product-grid .product-card-wrapper .card--standard .card__inner{
    height:auto;
  }
}


#FacetFiltersForm .active-facets__button--light .active-facets__button-inner {
    box-shadow: none;
    /* border: 1px solid #0F8AFDCC; */
    border: 1px solid #0F8AFDCC;
    border-radius: 8px;
    padding: 8px 16px;
    /* background: #0F8AFD; */
    color: #0F8AFD;
     font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 12px;
    leading-trim: CAP_HEIGHT;
    line-height: 26px;
    letter-spacing: 0%;
}

.facets-layout  span.facet-checkbox__text{
    font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 12px;
leading-trim: CAP_HEIGHT;

letter-spacing: 0%;
color:#000;
}

.facets__summary .facets__summary-label{
font-family: "Inter", sans-serif;
font-weight: 600;
font-style: Medium;
font-size: 12px;
leading-trim: CAP_HEIGHT;
line-height: 100%;
letter-spacing: 0%;
color:#000;
}

.facets__summary span:first-of-type{
  font-family: "Inter", sans-serif;
font-weight: 600;
font-style: Medium;
font-size: 12px;
leading-trim: CAP_HEIGHT;
line-height: 100%;
letter-spacing: 0%;
color:#000;
}

.facets-vertical .facets__summary{
  padding-bottom:0!important;
}

label.facets__label.facet-checkbox.active .facet-checkbox__text{
font-family: "Inter", sans-serif;
font-weight: 600;
font-style: Semi Bold;
font-size: 12px;
leading-trim: CAP_HEIGHT;
color: #0F8AFD;

letter-spacing: 0%;

}



@media(max-width:700px) {
  .facets-layout-list--text input[type=checkbox]{
    display:none!important;
  }
}

.facets__price input{
  border: 1px solid #E0E0E0CC;
  background:#FFFFFF0A;
  border-radius: 8px;
}

.facets__price .field::after{
  display:none!important;
}



.collection-hero__sort .facet-filters__field .select{
    position: relative;
}

.collection-hero__sort .facet-filters__field .select::before{
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("/cdn/shop/files/Group_100.svg?v=1779418355");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    pointer-events: none;
}

.collection-hero__sort .facet-filters__field .select .select__select{
    padding-left: 42px;
}
@media screen and (min-width: 750px) {
    .facets-wrap-vertical {
        padding-bottom: 0px!important;
        padding-right:0!important;
    }
     .facets__label.facet-checkbox
{
  padding-right:0!important;
}

.facets__summary .icon-caret {
    right: 4px!important;
}

.facets-layout span.facet-checkbox__text{
      display: flex;
    justify-content: space-between;
    width: 100%;
}
}



.mobile-facets__open span.mobile-facets__open-label{
font-family: "Inter", sans-serif;
font-weight: 500;
font-style: Medium;
font-size: 12px;
leading-trim: CAP_HEIGHT;
line-height: 100%;
letter-spacing: 0%;
color:#000;}

.product-count .product-count__text {
  font-family: "Inter", sans-serif;
font-weight: 500;
font-style: Medium;
font-size: 12px;
leading-trim: CAP_HEIGHT;
line-height: 100%;
letter-spacing: 0%;
color:#000;
}

.active-facets-mobile .active-facets__button--light .active-facets__button-inner {
    box-shadow: none;
    /* border: 1px solid #0F8AFDCC; */
    border: 1px solid #0F8AFDCC;
    border-radius: 8px;
    padding: 8px 16px;
    /* background: #0F8AFD; */
    color: #0F8AFD;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 12px;
    leading-trim: CAP_HEIGHT;
    line-height: 26px;
    letter-spacing: 0%;
}

.mobile-facets__open .svg-wrapper {
    width: 2rem!important;
}

.active-facets__button-wrapper a span{

    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 12px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: #0F8AFD;
    text-decoration: none;

}

.active-facets__button-wrapper a {
  text-decoration: none;
}

@media(max-width:600px) {
  .collection #product-grid li{
    padding-bottom:70px!important;
  }

  ul#Slider-template--24031519998111__featured_collection_CUa4K3 li{
    padding-bottom: 70px!important;
}

}


@media(max-width:991px) {
      .facets__form-vertical {
        
        width: 100%!important;
    }

        .facets-vertical .facets-wrapper {
        padding-right: 0!important;
        width: 100%!important;
    }

        .facets-vertical {
        display: flex;
        flex-wrap: wrap;
    }

}

.revo-faq-item-header{
  align-items:flex-start!important;
}

.revo-faq-wrapper .revo-faq-content .revo-faq-subtitle{
  font-family: "Sometype Mono", monospace;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    letter-spacing: 0%;
    padding: 0;
    margin: 0;
    color: #000 !important;
    margin-bottom: 0 !important;
    text-transform:capitalize;
}

.revo-faq-wrapper .revo-faq-content .revo-faq-title{
  font-family: "Sora", sans-serif;
    font-weight: 600;
    font-size: 50px;
    letter-spacing: 0%;
    color: #000000;
        padding: 15px 0;
  
    margin: 0;
    color: #000 !important;
    margin-bottom: 0 !important;
}

.revo-faq-wrapper .revo-faq-content .revo-faq-desc p{
  font-family: "Inter", sans-serif;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: left;
    color: #000000;
    padding-top: 5px;
    color: #000 !important;
    opacity: 0.7;
    margin: 0;
}

.revo-faq-list .revo-faq-item{
  
    box-shadow: 0px 26px 54px 0px #0000000D;
    border: 0;
    background: #fff;
    border-radius: 20px;
}

.revo-faq-list .revo-faq-item.active .revo-faq-item-header {
    border-bottom: 1px solid #E4E4E4;
    padding: 19px 20px 10px 20px;
    
}

.revo-faq-list .revo-faq-item .faq-question {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 20px;
    leading-trim: CAP_HEIGHT;
    line-height: 27px;
    letter-spacing: 0%;
    color: #000000;
}

.revo-faq-list .revo-faq-item.active .revo-faq-item-body {
    display: block;
    padding-top: 10px !important;
}

.revo-faq-list .revo-faq-item .revo-faq-item-body {
    font-family: "Inter", sans-serif;
    font-weight: 300;
        padding: 19px 20px 10px 20px;
    font-style: Light;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 27px;
    letter-spacing: 0%;
    color: #000000;
    opacity: 0.7;
    padding-bottom:30px;
}

.revo-faq-item-icon {
    font-size: 27px!important;
   
}

@media(max-width:600px)  {
  .faq-left h2{
    font-size: 30px!important;
  }

  .revo-faq-wrapper .revo-faq-content .revo-faq-title{
    font-size: 30px!important;
  }
}

.revo-faq-section .revo-faq-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 50px;
    align-items: start;
}


@media (max-width:991px) {
 .product-grid-container .collection #product-grid li{

    width: calc(50% - 25px * 3 / 4)!important;
    max-width: calc(50% - 25px / 2)!important;
}
}

@media (max-width: 480px) {
    .product-grid-container .collection #product-grid li {
        width: 100% !important;
        max-width:100% !important;;
    }
    
}

@media (max-width:1200px) {
  .collection #product-grid .fc-card__badges{
    flex-wrap:wrap;
    justify-content:flex-start;
    gap:5px;
  }

  #product-grid .product-card-wrapper .card--standard .card__inner {
           height: auto;
        aspect-ratio: 1 / 1;
}
}

.collection-hero__controls .collection-hero__view-btns button svg path{
  fill: #D9D9D9;
}
.collection-hero__controls .collection-hero__view-btns button.active svg path {
  fill: #00000082;

}
.collection-hero__view-btns button.active {
    box-shadow: 0px 0px 11px 0px #00000017;
    background: background: #FFFFFF;
    background: #FFFFFF !important;
    border-radius: 10px;

}

.cart-item__quantity-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cart-item__quantity-wrapper quantity-input.quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
        width: auto;
    height: auto;
    border: 1px solid #d8d8d8;
    border-radius: 22px;
    padding: 0 18px;
    background: #fff;
}

.cart-item__quantity-wrapper quantity-input.quantity::after {
    display: none;
    
}

.cart-item__quantity-wrapper .quantity__button {
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    box-shadow: none;
}

.cart-item__quantity-wrapper .quantity__button svg {
    width: 18px;
    height: 18px;
    color: #666;
}

.cart-item__quantity-wrapper .quantity__input {
    width: 50px;
    border: 0;
    background: transparent;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    color: #666;
    padding: 0;
    box-shadow: none;
    outline: none;
}

.cart-item__quantity-wrapper .quantity__input::-webkit-outer-spin-button,
.cart-item__quantity-wrapper .quantity__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart-item__quantity-wrapper .cart-remove-button .svg-wrapper {
    width:20px!important;
}





.product-trust-block .trust-heading{
 font-family: "Inter", sans-serif;
font-weight: 600;
font-style: Semi Bold;
font-size: 16px;
leading-trim: CAP_HEIGHT;
    margin-bottom: 5px;
letter-spacing: 0%;
text-align: center;
color:#000;
}





.product .promo-code{
 font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 16px;
leading-trim: CAP_HEIGHT;
line-height: 23px;
letter-spacing: 0%;
color:#000;
border: 1px solid #22D3EE;
background:#E3FBFF;
border-radius:10px;
margin:0;
padding:8px 15px;
display:inline-block;
}
.section-template--24036037755039__main-padding .table-responsive{
    width:100%;
    overflow-x:auto;
    border-radius:12px;
    background:#fff;
    box-shadow:0 4px 20px rgba(0,0,0,.08);
}

.section-template--24036037755039__main-padding #indextable{
    width:100%;
    min-width:900px;
    margin:0;
    border-collapse:collapse;
    border-spacing:0;
    table-layout:auto;
}

.section-template--24036037755039__main-padding #indextable thead th{
    background:#22D3EE;
    color:#000;
    font-size:15px;
    font-weight:700;
    padding:18px 20px;
    border:none;
    text-transform:uppercase;
    letter-spacing:.5px;
    text-align:left;
    font-family: "Inter", sans-serif;
}


/* ROW */
.row{
    display:flex;
    flex-wrap:wrap;
    margin-left:-12px;
    margin-right:-12px;
}

.row > *{
    padding-left:12px;
    padding-right:12px;
    box-sizing:border-box;
    width:100%;
}

/* XS (Default) */
.col-1{flex:0 0 auto;width:8.33333333%}
.col-2{flex:0 0 auto;width:16.66666667%}
.col-3{flex:0 0 auto;width:25%}
.col-4{flex:0 0 auto;width:33.33333333%}
.col-5{flex:0 0 auto;width:41.66666667%}
.col-6{flex:0 0 auto;width:50%}
.col-7{flex:0 0 auto;width:58.33333333%}
.col-8{flex:0 0 auto;width:66.66666667%}
.col-9{flex:0 0 auto;width:75%}
.col-10{flex:0 0 auto;width:83.33333333%}
.col-11{flex:0 0 auto;width:91.66666667%}
.col-12{flex:0 0 auto;width:100%}

/* SM ≥576px */
@media (min-width:576px){
.col-sm-1{flex:0 0 auto;width:8.33333333%}
.col-sm-2{flex:0 0 auto;width:16.66666667%}
.col-sm-3{flex:0 0 auto;width:25%}
.col-sm-4{flex:0 0 auto;width:33.33333333%}
.col-sm-5{flex:0 0 auto;width:41.66666667%}
.col-sm-6{flex:0 0 auto;width:50%}
.col-sm-7{flex:0 0 auto;width:58.33333333%}
.col-sm-8{flex:0 0 auto;width:66.66666667%}
.col-sm-9{flex:0 0 auto;width:75%}
.col-sm-10{flex:0 0 auto;width:83.33333333%}
.col-sm-11{flex:0 0 auto;width:91.66666667%}
.col-sm-12{flex:0 0 auto;width:100%}
}

/* MD ≥768px */
@media (min-width:768px){
.col-md-1{flex:0 0 auto;width:8.33333333%}
.col-md-2{flex:0 0 auto;width:16.66666667%}
.col-md-3{flex:0 0 auto;width:25%}
.col-md-4{flex:0 0 auto;width:33.33333333%}
.col-md-5{flex:0 0 auto;width:41.66666667%}
.col-md-6{flex:0 0 auto;width:50%}
.col-md-7{flex:0 0 auto;width:58.33333333%}
.col-md-8{flex:0 0 auto;width:66.66666667%}
.col-md-9{flex:0 0 auto;width:75%}
.col-md-10{flex:0 0 auto;width:83.33333333%}
.col-md-11{flex:0 0 auto;width:91.66666667%}
.col-md-12{flex:0 0 auto;width:100%}
}

/* LG ≥992px */
@media (min-width:992px){
.col-lg-1{flex:0 0 auto;width:8.33333333%}
.col-lg-2{flex:0 0 auto;width:16.66666667%}
.col-lg-3{flex:0 0 auto;width:25%}
.col-lg-4{flex:0 0 auto;width:33.33333333%}
.col-lg-5{flex:0 0 auto;width:41.66666667%}
.col-lg-6{flex:0 0 auto;width:50%}
.col-lg-7{flex:0 0 auto;width:58.33333333%}
.col-lg-8{flex:0 0 auto;width:66.66666667%}
.col-lg-9{flex:0 0 auto;width:75%}
.col-lg-10{flex:0 0 auto;width:83.33333333%}
.col-lg-11{flex:0 0 auto;width:91.66666667%}
.col-lg-12{flex:0 0 auto;width:100%}
}

/* XL ≥1200px */
@media (min-width:1200px){
.col-xl-1{flex:0 0 auto;width:8.33333333%}
.col-xl-2{flex:0 0 auto;width:16.66666667%}
.col-xl-3{flex:0 0 auto;width:25%}
.col-xl-4{flex:0 0 auto;width:33.33333333%}
.col-xl-5{flex:0 0 auto;width:41.66666667%}
.col-xl-6{flex:0 0 auto;width:50%}
.col-xl-7{flex:0 0 auto;width:58.33333333%}
.col-xl-8{flex:0 0 auto;width:66.66666667%}
.col-xl-9{flex:0 0 auto;width:75%}
.col-xl-10{flex:0 0 auto;width:83.33333333%}
.col-xl-11{flex:0 0 auto;width:91.66666667%}
.col-xl-12{flex:0 0 auto;width:100%}
}

/* XXL ≥1400px */
@media (min-width:1400px){
.col-xxl-1{flex:0 0 auto;width:8.33333333%}
.col-xxl-2{flex:0 0 auto;width:16.66666667%}
.col-xxl-3{flex:0 0 auto;width:25%}
.col-xxl-4{flex:0 0 auto;width:33.33333333%}
.col-xxl-5{flex:0 0 auto;width:41.66666667%}
.col-xxl-6{flex:0 0 auto;width:50%}
.col-xxl-7{flex:0 0 auto;width:58.33333333%}
.col-xxl-8{flex:0 0 auto;width:66.66666667%}
.col-xxl-9{flex:0 0 auto;width:75%}
.col-xxl-10{flex:0 0 auto;width:83.33333333%}
.col-xxl-11{flex:0 0 auto;width:91.66666667%}
.col-xxl-12{flex:0 0 auto;width:100%}
}

/* d-flex */
.cgt-desc_main .d-flex{
    display:flex;
}

/* flex directions */
.cgt-desc_main .flex-column{
    flex-direction:column;
}

.cgt-desc_main .flex-row{
    flex-direction:row;
}

/* flex wrap */
.cgt-desc_main .flex-wrap{
    flex-wrap:wrap;
}

.cgt-desc_main .flex-nowrap{
    flex-wrap:nowrap;
}

/* gap */
.cgt-desc_main .gap-4{
    gap:1.5rem;
}

/* margins */
.cgt-desc_main .mb-5{
    margin-bottom:3rem;
}

/* responsive */
@media (min-width:768px){
    .cgt-desc_main .flex-md-row{
        flex-direction:row;
    }

    .cgt-desc_main .flex-md-column{
        flex-direction:column;
    }

    .cgt-desc_main .flex-md-wrap{
        flex-wrap:wrap;
    }

    .cgt-desc_main .flex-md-nowrap{
        flex-wrap:nowrap;
    }
}

/* Justify Content */
.cgt-desc_main .justify-content-start{
    justify-content:flex-start;
}

.cgt-desc_main .justify-content-center{
    justify-content:center;
}

.cgt-desc_main .justify-content-end{
    justify-content:flex-end;
}

.cgt-desc_main .justify-content-between{
    justify-content:space-between;
}

.cgt-desc_main .justify-content-around{
    justify-content:space-around;
}

.cgt-desc_main .justify-content-evenly{
    justify-content:space-evenly;
}

/* Align Items */
.cgt-desc_main .align-items-start{
    align-items:flex-start;
}

.cgt-desc_main .align-items-center{
    align-items:center;
}

.cgt-desc_main .align-items-end{
    align-items:flex-end;
}

.cgt-desc_main .align-items-stretch{
    align-items:stretch;
}

.cgt-desc_main .align-items-baseline{
    align-items:baseline;
}

/* Responsive MD */
@media (min-width:768px){

    .cgt-desc_main .justify-content-md-start{
        justify-content:flex-start;
    }

    .cgt-desc_main .justify-content-md-center{
        justify-content:center;
    }

    .cgt-desc_main .justify-content-md-end{
        justify-content:flex-end;
    }

    .cgt-desc_main .justify-content-md-between{
        justify-content:space-between;
    }

    .cgt-desc_main .align-items-md-start{
        align-items:flex-start;
    }

    .cgt-desc_main .align-items-md-center{
        align-items:center;
    }

    .cgt-desc_main .align-items-md-end{
        align-items:flex-end;
    }
}

/* Order Classes */
.cgt-desc_main .order-1{
    order:1;
}

.cgt-desc_main .order-2{
    order:2;
}

.cgt-desc_main .order-3{
    order:3;
}

.cgt-desc_main .order-4{
    order:4;
}

.cgt-desc_main .order-5{
    order:5;
}

@media (min-width:768px){

    .cgt-desc_main .order-md-1{
        order:1;
    }

    .cgt-desc_main .order-md-2{
        order:2;
    }

    .cgt-desc_main .order-md-3{
        order:3;
    }

    .cgt-desc_main .order-md-4{
        order:4;
    }

    .cgt-desc_main .order-md-5{
        order:5;
    }
}
.cgt-desc_main img{
  max-width:100%;
  object-fit:unset;
  display:block;
  margin:0 auto;
  height:auto;
}
.cgt-desc_main br{
  display:none;
}

.cgt-desc_main {
  font-family: "Inter", sans-serif;
  font-size:16px;
}

.cgt-desc_main figure{
  margin:0;
}

.cgt-desc_main h2{
    font-family: "Inter", sans-serif;
  font-size:25px;
  font-weight:600;
  margin:20px;
}
.cgt-desc_main h3,.cgt-desc_main h4, .cgt-desc_main h5, .cgt-desc_main h6{
  font-family: "Inter", sans-serif;
  font-size:20px;
  font-weight:600;
  margin:0;
}
.section-template--24036037755039__main-padding #indextable tbody td{
    padding:18px 20px;
    border:1px solid #e5e7eb;
    vertical-align:middle;
    font-size:16px;
    font-family: "Inter", sans-serif;
}

.section-template--24036037755039__main-padding #indextable tbody tr:nth-child(even){
    background:#f8fafc;
}

.section-template--24036037755039__main-padding #indextable tbody tr:hover{
    background:#eef6ff;
}

.section-template--24036037755039__main-padding #indextable th:first-child,
.section-template--24036037755039__main-padding #indextable td:first-child{
    width:90px;
    text-align:center;
    font-weight:700;
}

.section-template--24036037755039__main-padding #indextable th:last-child,
.section-template--24036037755039__main-padding #indextable td:last-child{
    width:180px;
    min-width:180px;
    text-align:center;
    white-space:nowrap;
}

.section-template--24036037755039__main-padding #indextable a{
    display:inline-block;
    min-width:120px;
    padding:10px 20px;
    background:#0066cc;
    color:#fff;
    text-decoration:none;
    border-radius:8px;
    font-weight:600;
    line-height:1.2;
    transition:.3s;
    font-family: "Inter", sans-serif;
}

.section-template--24036037755039__main-padding #indextable a:hover{
    background:#004c99;
    color:#fff;
}

@media(max-width:767px){

    .section-template--24036037755039__main-padding #indextable{
        min-width:700px;
    }

    .section-template--24036037755039__main-padding #indextable thead th,
    .section-template--24036037755039__main-padding #indextable tbody td{
        padding:14px;
        font-size:14px;
    }

    .section-template--24036037755039__main-padding #indextable a{
        min-width:100px;
        padding:8px 16px;
        font-size:14px;
    }
}

.product  .promo-code .code{
 font-family: "Inter", sans-serif;
font-weight: 600;
font-style: Semi Bold;
font-size: 16px;
leading-trim: CAP_HEIGHT;
line-height: 23px;
letter-spacing: 0%;
}

#price-template--24031519998111__main{
  margin-top:0;
  margin-bottom:0;
}

 .cgt-desc .tabs{
      
          padding-left: 0!important;
          border-bottom: 1px solid #E2E2E2;

}

 .cgt-desc .tabs li a.active{
  font-family: "Inter", sans-serif!important;
font-weight: 600!important;
font-style: Semi Bold!important;
font-size: 20px!important;
leading-trim: CAP_HEIGHT!important;
letter-spacing: 0%!important;
text-align: center!important;
color:#000!important;
background:transparent!important;
background-color:transparent!important;
border-bottom: 3px solid #22D3EE!important;
box-shadow: none!important;
}
 .cgt-desc .tabs li a{
font-family: "Inter", sans-serif!important;
font-weight: 300!important;
font-style: Light!important;
font-size: 20px!important;
leading-trim: CAP_HEIGHT!important;
padding: 10px 50px!important;
letter-spacing: 0%!important;
text-align: center!important;
color:#000!important;
opacity:0.7!important;
background-color:transparent!important;
box-shadow: none!important;

margin:0!important;
}
.cgt-desc .cgt-content .tab  p{
font-family: "Inter", sans-serif!important;
font-weight: 300!important;
opacity:0.7;
font-style: Light!important;
font-size: 16px;
leading-trim: CAP_HEIGHT;

letter-spacing: 0%;
color:#000!important;
}

.cgt-desc .cgt-content .tab .mt-5  p{
  opacity:1!important;
  margin:0;
}

.cgt-desc  .cgt-content .tab {
    padding: 15px 0!important;
    background-color: transparent;
}

.cgt-content{
  background-color: transparent!important;
}

ul#Slider-template--24031519998111__featured_collection_CUa4K3 {
    margin: 0;
    padding: 0;
    gap: 50px 25px;
}

ul#Slider-template--24031519998111__featured_collection_CUa4K3 li{
      padding: 15px;
    background: #fff;
    padding-bottom: 40px;
    padding-top: 20px;
}


@media (max-width: 991px) {
    ul#Slider-template--24031519998111__featured_collection_CUa4K3 li{
        width: calc(50% - 25px * 3 / 4) !important;
        max-width: calc(50% - 25px / 2) !important;
    }}
.download-tab-wrapper{
  padding:30px 0;
}
.download-block .download-btn{
font-family: "Inter", sans-serif!important;
font-weight: 300!important;
opacity:0.7!important;
font-style: Light!important;
font-size: 16px;
leading-trim: CAP_HEIGHT;
color:#000!important;
letter-spacing: 0%;
color:#000!important;
display:flex;
align-items:flex-start;
gap:5px;
}

.download-block .icon{
  display:inline-block;
}

.pagination .pagination__item.pagination__item--current{
  font-family: "Inter", sans-serif!important;
font-weight: 600;
font-style: Medium;
font-size: 16px;
leading-trim: CAP_HEIGHT;
color:#000;
letter-spacing: 0%;
text-transform: uppercase;
text-decoration:none;
}

.pagination .pagination__item  {
  font-family: "Inter", sans-serif!important;
font-weight: 300;
font-style: Light;
font-size: 16px;
leading-trim: CAP_HEIGHT;
letter-spacing: 0%;
text-transform: uppercase;
color:#000;
text-decoration:none;
}

.pagination__item--current:after{
  display:none!important;
}

.pagination__list>li{
  margin-right:0!important;
}
.disclamier-tab-wrapper{
  padding:0;
}

.mb-3{
  
  margin-bottom:20px!important;
}

.disclamier-tab-wrapper p{
   font-family: "Inter", sans-serif!important;
font-weight: 300;
font-style: Light;
font-size: 16px;
leading-trim: CAP_HEIGHT;
letter-spacing: 0%;
text-transform: capitalize;
color:#000;
text-decoration:none;
opacity:0.7;
}



@media only screen and (min-width: 750px) {

#Banner-template--24031519899807__image_banner_NrMdxY   .banner__content .banner__box{
  max-width:600px!important;
}}

#Banner-template--24031519899807__image_banner_NrMdxY   .banner__content .banner__box .banner__heading{ 
    font-family: "Sometype Mono", monospace;
font-weight: 700;
font-style: Bold;
font-size: 14px;
leading-trim: CAP_HEIGHT;

letter-spacing: 0%;
color:#000;
}
#Banner-template--24031519899807__image_banner_NrMdxY .banner__heading+*{
  margin-top:10px!important;
}
#Banner-template--24031519899807__image_banner_NrMdxY   .banner__content .banner__box .contact_hero_title{
  font-family: "Inter", sans-serif;
font-weight: 700;
font-style: Bold;
font-size: 50px;
leading-trim: CAP_HEIGHT;
line-height: 60px;
letter-spacing: 0%;
color:#000;
padding:0;
margin:0;

}

#Banner-template--24031519899807__image_banner_NrMdxY   .banner__content .banner__box .contact_hero_title span{

font-weight: 700;
font-style: Bold;
color: #22D3EE;
}

#Banner-template--24031519899807__image_banner_NrMdxY   .banner__content .banner__box .contact_hero_desc{
    font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 20x;
leading-trim: CAP_HEIGHT;
margin:0;
letter-spacing: 0%;
color:#000;
margin-bottom:0!important;
margin-top:10px;
}

@media (max-width:600px) {
  #Banner-template--24031519899807__image_banner_NrMdxY .banner__content .banner__box .contact_hero_title{
    font-size: 30px;
    line-height:36px;
  }
}



.section-template--24031519899807__form-padding{
  padding-top:20px!important;
}

@media (min-width:750px) {
  .banner--desktop-transparent .banner__box{
    padding:0!important;
  }


  


  #Banner-template--24031519735967__image_banner_4Vbmfx .banner__box{
    background:transparent!important;
            max-width: 600px !important;
            border: none;
        border-radius: 0;
         padding:0!important;
        box-shadow: none;
        text-align:left;
  }
}


#Banner-template--24031519735967__image_banner_4Vbmfx .banner__content .banner__box .banner__heading{ 
    font-family: "Sometype Mono", monospace;
font-weight: 700;
font-style: Bold;
font-size: 14px;
leading-trim: CAP_HEIGHT;

letter-spacing: 0%;
color:#FFFFFF;
}

#Banner-template--24031519735967__image_banner_4Vbmfx   .banner__content .banner__box .blog_hero_title{
  font-family: "Inter", sans-serif;
font-weight: 700;
font-style: Bold;
font-size: 50px;
leading-trim: CAP_HEIGHT;
line-height: 60px;
letter-spacing: 0%;
color:#FFFFFF;
padding:0;
margin:0;
}

#Banner-template--24031519735967__image_banner_4Vbmfx   .banner__content .banner__box .blog_hero_title span{

font-weight: 700;
font-style: Bold;
color: #22D3EE;
}

#Banner-template--24031519735967__image_banner_4Vbmfx   .banner__content .banner__box .blog_hero_desc{
    font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 16px;
leading-trim: CAP_HEIGHT;
line-height: 26px;
letter-spacing: 0%;
color:#FFFFFF;
margin-bottom:0;
}

@media (max-width:600px) {
  #Banner-template--24031519899807__image_banner_NrMdxY .banner__content .banner__box .blog_hero_title{
    font-size: 30px;
    line-height:36px;
  }
}
@media screen and (min-width: 990px) {
    .article-template header , .article-template__social-sharing, .article-template__content, .article-template__hero-container {
         max-width: 120rem!important; 
                padding: 0 5rem;
    }


    .article-template{
      max-width: 120rem!important; 
      margin:0 auto;
      
    }
    
    
}


.article-template .article-template__title{
       font-family: "Sora", sans-serif;
font-weight: 600;
font-style: SemiBold;
font-size: 50px;
leading-trim: CAP_HEIGHT;
line-height: 63px;
letter-spacing: 0%;
color:#000;
    }

    .article-template time{
      font-family: "Sometype Mono", monospace;
font-weight: 700;
font-style: Bold;
font-size: 14px;
leading-trim: CAP_HEIGHT;

letter-spacing: 0%;
color:#000;
    }

  .article-template   .share-button__button{
    margin-left:auto;
    font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 16px;
leading-trim: CAP_HEIGHT;
line-height: 26px;
letter-spacing: 0%;
  }

 .share-button__button .svg-wrapper {
    width: 20px !important;
}

.article-template .article-template__content p{
  font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 16px;
leading-trim: CAP_HEIGHT;
line-height: 26px;
letter-spacing: 0%;

color:#000;
}



@media screen and (min-width: 750px) {
 .article-template   hr {
        margin: 3rem 0px;
    }
}

@media (max-width:750px) {
    #Banner-template--24031519899807__image_banner_NrMdxY   .banner__content .banner__box .contact_hero_title{
    color:#000;
  }

  #Banner-template--24031519899807__image_banner_NrMdxY   .banner__content .banner__box .contact_hero_desc{
    color:#000;
  }
  #Banner-template--24031519899807__image_banner_NrMdxY .banner__content .banner__box .banner__heading{
    color:#000;
  }
}

.article-template .article-template__content h3, .article-template .article-template__content h2{
   font-family: "Sora", sans-serif;
font-weight: 600;
font-style: SemiBold;
font-size: 30px;
leading-trim: CAP_HEIGHT;
line-height: 43px;
letter-spacing: 0%;
color:#000;
margin:0;
}

.article-template .article-template__link{
  font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 16px;
leading-trim: CAP_HEIGHT;
line-height: 26px;
letter-spacing: 0%;

color:#000;
}

@media (max-width:600px) {
  .article-template .article-template__title{
    font-size:30px;
    line-height:36px;
  }
   #Banner-template--24031519735967__image_banner_4Vbmfx .banner__content .banner__box .blog_hero_title{
  font-size: 30px;
  line-height:36px;
}


}



.article-card__image--medium .ratio:before{
  padding-bottom: var(--ratio-percent)!important;
}
.sidebar-layout-wrapper{
  width:100%!important;
 
}
#shopify-section-template--24031519932575__main{background: #F6F6F6;}

#bundle-builder-app .full-page-product-grid .product-card{
  padding: 15px;
    background: #fff;
    padding-bottom: 40px;
    padding-top: 20px;
}

.bw-product-card__media.product-image{
      background: #fafafa!important;
    border-radius: 12px!important;
    padding: 20px!important;
}

.bw-product-card__media img{
  border:0!important;
}

.mega-menu__cta-banner{
  margin:2.4rem;
}
.layout-sidebar[data-fpb-design-preset="CLASSIC"] .side-panel-btn-next, .bundle-widget-full-page .layout-sidebar[data-fpb-design-preset="CLASSIC"] .side-panel-btn-next, .fpb-preset-classic .side-panel-btn-next {
  
    background: #22D3EE!important;
    border: 1px solid #22D3EE!important;
    border-radius: 10px!important;
}
.layout-sidebar:is( [data-fpb-design-preset="STANDARD"],[data-fpb-design-preset="CLASSIC"] ) .standard-navigation-items-container{
  margin-bottom:20px!important;
}
.layout-sidebar:is( [data-fpb-design-preset="STANDARD"],[data-fpb-design-preset="CLASSIC"] ) .standard-navigation-step-img-container{
  border:2px solid #22D3EE!important;
}
.layout-sidebar:is( [data-fpb-design-preset="STANDARD"],[data-fpb-design-preset="CLASSIC"] ) .timeline-step--active .standard-navigation-step-img-container{
  border:4px solid #22D3EE!important;
}


/* .needsclick.kl-teaser-RSuntq.kl-private-reset-css-Xuajs1 {
    display: none;
} */
 .needsclick.kl-teaser-RSuntq.kl-private-reset-css-Xuajs1 {
    width: 95px !important;
     height: 30px; 
}



.kl-private-reset-css-Xuajs1 p span {
    font-size: 12px !important;
}
span.needsclick.Teaser-pointer-kSCH8.kl-private-reset-css-Xuajs1 {
    min-height: 30px !important;
}
.fpb-preset-classic .sidebar-content .product-price{
  font-family: "Inter", sans-serif!important;
        font-weight: 500!important;
     
        font-size: 20px!important;
        line-height: 26px!important;
    color:#000!important;
    
}

.fpb-preset-classic .sidebar-content .product-price-strike{
  font-family: "Inter", sans-serif!important;
        font-weight: 500!important;
    
        font-size: 20px!important;
        line-height: 26px!important;
    color:#000!important;
}

.fpb-preset-classic .side-panel-clear-btn{
  font-size: 10px!important;
        
        line-height: normal!important;
                padding: 6px 10px!important;
}

.bogos-pa-upsell-container.vertical .bogos-pa-qty-stepper{
  border: 1px solid #E2E2E2!important;
}

.card .card__inner .card__media img{
  object-fit:contain;
}

@media screen and (min-width: 750px) {
    #Banner-template--24031519899807__image_banner_NrMdxY {
        min-height: 350px!important;
    }

    .sidebar-layout-wrapper{
       gap:70px!important;
    }

    #Banner-template--24031519899807__image_banner_NrMdxY .banner__media img {
        object-position:top;
    }


    #Banner-template--24031519735967__image_banner_4Vbmfx{
      min-height: 100%!important;
    }
    #Banner-template--24031519899807__image_banner_NrMdxY .banner__box{
  background:transparent!important;
}
}

@media (min-width: 1024px) {
    .fpb-preset-classic .sidebar-content .full-page-product-grid {
        
        grid-template-columns: repeat(3, minmax(0, 1fr))!important;
       
        gap: 20px!important;
    
    }

    .fpb-preset-classic[data-fpb-card-cta-mode="text"] .sidebar-content .product-title{
      display:-webkit-box!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
        margin: 10px 0px!important;
    }

        .fpb-preset-classic .sidebar-content .product-add-btn {
              padding: 22px 30px!important;
  
    margin-top: 30px!important;
        }

        .fpb-preset-classic[data-fpb-card-cta-mode="text"] .sidebar-content .product-title{
          text-align:left!important;
        }
        .fpb-preset-classic[data-fpb-card-cta-mode="text"] .sidebar-content .product-price-row{
          justify-content:flex-start!important;
          text-align:left!important;
        }
}


.footer-custom__menu-col .footer__payment .footer-custom__payment-list{
flex-direction:row;
justify-content:flex-start;
}

.footer-custom__menu-col .footer__payment .footer-custom__payment-list .list-payment__item{
  padding:0;
}

.article-template .article-template__content p strong{
  font-weight:600;
  opacity:1;
}

.article-template .rte ul,.article-template .rte ol {
    list-style-position: inside;
    padding-left: 0;
     font-family: "Sora", sans-serif;
font-weight: 400;
font-style: SemiBold;
font-size: 20px;
leading-trim: CAP_HEIGHT;
letter-spacing: 0%;
color:#000;
margin:0;
}

.article-card__excerpt {
    width: 100%;
    margin-top: 1.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-blog .pagination .pagination__item.pagination__item--current{
  border-radius: 11px;
    border: 1px solid #22D3EE;
    background: #22D3EE;
}

.main-blog .pagination__item{
      border-radius: 11px;
    border: 1px solid #D5D5D5;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0,);
    text-decoration: none;
}

.main-blog  .pagination__list{
  gap:10px;
  margin-top:80px;
}
.footer-link-read-more .read-more-link {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
    display: flex;
    gap: 7px;
    align-items: center;
    text-underline-offset: 6px;
}

.article-card__info{
    font-family: "Inter", sans-serif;
color: #000;
leading-trim: both;
text-edge: cap;
font-size: 14px;
font-style: normal;
opacity:0.7;
font-weight: 300;
color:#000;
}

.contact-field input, .contact-field textarea{
  color:#000!important;
  opacity:0.5!important;
}

.product-key-features {
  margin-top: 20px;
}

/* Heading */
.key-features-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #000;
  line-height: 1.3;
}

/* List reset */
.product-key-features ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

/* List items */
.product-key-features li {
  margin-bottom: 2px;
 
}

/* Strong text (feature title inside li) */
.product-key-features li strong {
  color: #000;
  font-weight: 600;
}

/* Links inside content */
.product-key-features a {
  color: #000;
  text-decoration: underline;
}

.product-key-features a:hover {
  opacity: 0.7;
}

/* Last item spacing fix */
.product-key-features li:last-child {
  margin-bottom: 0;
}

.promo-code .code {
  font-weight: 600;
}

.promo-code .highlight {
  font-weight: 600;
}

.product-card-wrapper .card__content .card__information .price{
font-family: "Inter", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    text-decoration: none;
    color: #000 ;
    font-weight: 500 ;
    margin-top:0!important;
}

.product-key-features li::before {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: -19px;
    transform: translateY(-50%);
    /* background-image: url(/cdn/shop/files/check.svg?v=1781763308); */
display:none;
    width: 14px;
    height: 14px;
    /* background-size: contain; */
}
.product-key-features ul{
    padding-left:20px;
    list-style: disc;
  }
.product-key-features li{
  position:relative;
  color: #000;
leading-trim: both;
text-edge: cap;
font-family: "Inter", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 300;
opacity: 0.7;
letter-spacing:normal;
}
.shopify-policy__container{
  padding:36px 0!important;
  max-width:80%!important;

}

.product-form .product-form__buttons {
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items:start;
}



.product-form .product-form__buttons .atc-btn-text img{
  display:none;
}

@media screen and (min-width: 750px) {
    .section-sections--24031520293023__footer-padding {
      
        padding-bottom: 0!important;
    }
}
.product-key-features li strong{
  opacity:1;
}

.hero__badge_3{
        position: absolute;
    width: 160px;
    height: 160px;
    right: 0;
    bottom: -60px;
}

@media(min-width:1280px) {
  .hero__badge_3{
  bottom: -50px;
 right: -70px;}
}

@media(min-width:1400px) {
  .hero__badge_3{
  bottom: -50px;
 right: -90px;}
}

.badge-text_3{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
   
}

.badge-text_3 text{
    fill:#fff;
    font-size:18px;
    font-weight:700;
    letter-spacing:4px;
}

.hero__badge_3 .badge-logo{
    position:absolute;
    top:50%;
    left:50%;
    width:65px;
    transform:translate(-50%,-50%);
}

@keyframes spin{
    from{transform:rotate(0)}
    to{transform:rotate(360deg)}
}

.product-key-features .key-features-heading{
  color: #000;
leading-trim: both;
text-edge: cap;
font-family: "Sora", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin: 0;
    margin-bottom: 10px;
}

.table_specs {
    width: 100%;
    margin-bottom: 0;
    border-collapse: collapse;
    background: #fff;
}

.table-responsive {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    padding:0;
}

.table_specs thead th {
    background: #1f2937;
    color: #fff;
    padding: 14px 16px;
    font-size: 18px;
    font-weight: 600;
    border: 0;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}
.collection-hero__description h3{
    font-family: "Sometype Mono", monospace;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: CAP_HEIGHT;
color:#000;
letter-spacing: 0%;

}

.collection-hero__description p{
 font-family: "Inter", sans-serif;
font-weight: 300;
font-style: Light;
font-size: 16px;
leading-trim: CAP_HEIGHT;
line-height: 27px;
letter-spacing: 0%;
color:#000;
}

.collection-hero .collection-hero__inner{
  flex-direction:column!important;
}

.collection-hero .collection-hero__inner .collection-hero__controls{
  padding:0!important;
  padding-bottom:20px!important;
      margin-left: auto;
}
.product-trust-block {
    width: 100%;
    margin: 15px 0;
}

.product-trust-block .trust-box {
  position: relative;
    margin: 0 auto;
    padding: 20px 25px 20px;
    border: 1px solid #d9d9d97d;
    text-align: center;
    box-sizing: border-box;
    border-radius: 15px;
    background: #f6f6f67a;
}

.product-trust-block .trust-heading {
    
    
    font-family: "Inter", sans-serif;
font-weight: 500;
font-size: 16px;
    margin-bottom: 5px;

text-align: center;
    white-space: nowrap;
    text-align: center;
    color: #000000b0;
    white-space: nowrap;
    margin-bottom: 5px;
    display: inline-block;
}

.product-trust-block img {
    display:block;
    max-width:100%!important;
    width:100%;
    height:auto;
    margin:0 auto;
}

/* Tablet */
@media (max-width: 768px) {
    .product-trust-block .trust-box {
        padding: 30px 15px 20px;
    }

    .product-trust-block .trust-heading {
        font-size: 16px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .product-trust-block {
        margin: 20px 0;
    }

    .product-trust-block .trust-box {
        padding: 25px 10px 15px;
    }

    .product-trust-block .trust-heading {
        font-size: 14px;
        padding: 0 10px;
    }
}
.collection-hero .collection-hero__inner .collection-hero__description{
  color: #000;
leading-trim: both;
text-edge: cap;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 300;
}

.collection-hero .collection-hero__inner .collection-hero__description b{
  font-weight:600;
}
.collection-hero__description h3 strong{
    font-family: "Sometype Mono", monospace;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: CAP_HEIGHT;
color:#000;
letter-spacing: 0%;

}
.table_specs tbody td {
    padding: 12px 16px;
    vertical-align: top;
    border-top: 1px solid #f1f1f1;
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width:1200px) {
  .table_specs tbody td{
            word-break: break-word;
  }
}

.table_specs tbody td:first-child {
    width: 40%;
    font-weight: 600;
    color: #374151;
    background: #f9fafb;
}

.table_specs tbody td:last-child {
    color: #6b7280;
}

.table_specs tbody tr:nth-child(even) td:first-child {
    background: #f3f4f6;
}

.row.d-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.row.d-flex > .table-responsive {
    margin: 10px;
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
}

.price--on-sale .price__sale{
  display:flex!important;
  align-items:center;
}


.bundle-promo-section.page-width{
  padding: 0 1.5rem!important;
      padding-bottom: 50px !important;
}
#bogos-pa-upsell-view{
 
    margin: 0 auto!important;
    padding: 50px 1.5rem;
}

@media (min-width:750px) {
  #bogos-pa-upsell-view{
  max-width: 1200px;
    margin: 0 auto!important;
    padding: 50px 5rem;
}
.bundle-promo-section.page-width{
  padding: 0 5rem!important;
      padding-bottom: 50px !important;
}
}

#bogos-pa-upsell-view .bogos-pa-header .bogos-pa-header-title{
  color: #000;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "Inter", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 160% */
}

#bogos-pa-upsell-view .bogos-pa-header .bogos-pa-header-description{
  color: #000;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 24px; /* 150% */
opacity: 0.7;
}

#bogos-pa-upsell-view .bogos-pa-upsell-container.style_3{
  padding:0;
      background: #fff !important;
    border: 0 !important;
}
#bogos-pa-upsell-view .bogos-pa-upsell-container.style_3 .bogos-pa-item-list{
  gap:20px;
}
#bogos-pa-upsell-view .bogos-pa-upsell-container.style_3 .bogos-pa-item-list .bogos-pa-card-wrap{
position:relative;
    min-width:240px;
}

#bogos-pa-upsell-view .bogos-pa-upsell-container.style_3 .bogos-pa-item-list .bogos-pa-card-wrap .bogos-pa-card{
 display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    border-radius: 0px!important;
background: #FFF!important;
box-shadow: 0 -1px 34px 0 rgba(0, 0, 0, 0.04), 0 14px 24px 0 rgba(0, 0, 0, 0.08);
    padding: 40px 20px;
    padding-right:20px!important;
}

#bogos-pa-upsell-view .bogos-pa-upsell-container.style_3 .bogos-pa-item-list .bogos-pa-card-wrap .bogos-pa-card .bogos-pa-card-img-container{
    height:100px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:15px;
}

#bogos-pa-upsell-view .bogos-pa-upsell-container.style_3 .bogos-pa-item-list .bogos-pa-card-wrap .bogos-pa-card .bogos-pa-card-img-container img{
    max-width:200px;
    max-height:100px;
    width:auto;
    height:auto;
    object-fit:contain;
}

#bogos-pa-upsell-view .bogos-pa-upsell-container.style_3 .bogos-pa-item-list .bogos-pa-card-wrap .bogos-pa-card .bogos-pa-card-img-container .bogos-pa-card-image{
  aspect-ratio:inherit;
}

#bogos-pa-upsell-view .bogos-pa-upsell-container.style_3 .bogos-pa-item-list .bogos-pa-card-wrap .bogos-pa-card .bogos-pa-card-content{
    display:flex;
    flex-direction:column;
    align-items:center;
}

#bogos-pa-upsell-view .bogos-pa-upsell-container.style_3 .bogos-pa-item-list .bogos-pa-card-wrap .bogos-pa-card .bogos-pa-card-content .bogos-pa-product-name{
    color: #000;
text-align: center;

font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 150% */
opacity: 0.7;
word-break: break-word;
    margin: 0;
    display: inherit;
        white-space: normal;
         display: -webkit-box;
    -webkit-line-clamp: 2; /* max 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#bogos-pa-upsell-view .bogos-pa-upsell-container.style_3 .bogos-pa-item-list .bogos-pa-card-wrap .bogos-pa-card .bogos-pa-card-content .bogos-pa-price .bogos-pa-price-sale{
    color: #000;
text-align: center;

font-family: "Inter", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 150% */
margin-top:10px;
}

#bogos-pa-upsell-view .bogos-pa-upsell-container.vertical .bogos-pa-qty-stepper{

    height: 44px;
    padding: 2px 10px;
    border-radius:12px;
}

#bogos-pa-upsell-view .bogos-pa-upsell-container.style_3 .bogos-pa-item-list .bogos-pa-card-wrap .bogos-pa-card .bogos-pa-card-content .bogos-pa-info-content{
  display:block;
}

#bogos-pa-upsell-view .bogos-pa-upsell-container.style_3 .bogos-pa-item-list .bogos-pa-card-wrap .bogos-pa-card .bogos-pa-card-content .bogos-pa-price{
  justify-content:center;
}

#bogos-pa-upsell-view .bogos-pa-upsell-container.style_3 .bogos-pa-item-list .bogos-pa-card-wrap  .bogos-pa-checkbox-wrap{
    position:absolute;
    top:5px;
    right:5px;
    z-index:2;
    left:inherit;
}

#bogos-pa-upsell-view .bogos-pa-upsell-container.style_3 .bogos-pa-item-list .bogos-pa-card-wrap  .bogos-pa-checkbox-wrap .bogos-pa-checkbox-custom{
  border-radius: 5px;
    border: 1px solid #bbb8b8;
    background: #FFF;
    width: 16px;
    height: 16px;
}

#bogos-pa-upsell-view .bogos-pa-upsell-container.style_3 .bogos-pa-item-list .bogos-pa-card-wrap .bogos-pa-checkbox:checked+.bogos-pa-checkbox-custom {
    background-color: #0F8AFD;
    border-color: #0F8AFD;
}
.bogos-pa-upsell-container.vertical .bogos-pa-card-content{
  max-width:80%;
  padding:0!important;
}

.bundle-promo-section .bundle-promo-inner{
  padding: 30px 50px;
  border-radius: 20px;
border: 1px solid #22D3EE;
background: #F3FDFF;
box-shadow: 0 -1px 34px 0 rgba(34, 211, 238, 0.04), 0 14px 24px 0 rgba(34, 211, 238, 0.04);
}
.bundle-promo-section .bundle-promo-inner .bundle-promo-img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    display: block;
    aspect-ratio: 1 / 1;
}

.bundle-promo-section .bundle-promo-inner .bundle-promo-title{
  color: #000;
leading-trim: both;
text-edge: cap;
font-family: "Inter", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 160% */
}
.bundle-promo-section .bundle-promo-inner .bundle-promo-desc{
color: #000;
leading-trim: both;
text-edge: cap;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 25px; /* 156.25% */
opacity:0.7;
    max-width: 90%;
}

.bundle-promo-section .bundle-promo-inner .bundle-promo-cta{
color: #000;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 300;

line-height: 24px; /* 150% */}

.bundle-promo-section .bundle-promo-inner .bundle-promo-cta .bundle-promo-btn{
color: #000;
leading-trim: both;
text-edge: cap;
font-family: "Inter", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
border-radius: 10px;
border: 1px solid #22D3EE;
background: #22D3EE;
padding: 15px 22px;
white-space:normal;
}


.revo-card .revo-card__body a{
  text-decoration:none;
}


.product__media .product-badge {
   
    background-color: #009646;
    z-index: 1;
    right: 0;
    left: auto!important;
       padding: 7px 15px;
        margin: 8px;
    border-radius: 6px;
    color:#fff;
    opacity: 0.8;
    height:auto!important;
    width:auto!important;
    font-family: "Inter", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.card__media .product-badge {
   
    background-color: #009646;
    z-index: 1;
       padding: 7px 15px;
        margin: 8px;
    border-radius: 6px;
    color:#fff;
    opacity: 0.8;
    height:auto!important;
    width:auto!important;
    font-family: "Inter", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}



@media (max-width: 1024px) {

  .bogos-pa-upsell-container.vertical .bogos-pa-item-list{
    grid-template-columns:1fr 1fr!important;
  }
}
/* Mobile */
@media (max-width: 767px) {

  .hero__badge_1 {
    width: 200px;
    height: 200px;
    position: relative;
}

    .hero__badge_1 .badge-logo {
        width: 85px;
    }

    .collection-hero .collection-hero__title{
      font-size:30px;
      line-height:36px;
    }
    

    .row.d-flex {
        margin: 0;
    }

    #bogos-pa-upsell-view .bogos-pa-upsell-container.style_3 .bogos-pa-item-list .bogos-pa-card-wrap{
      min-width:inherit;
    }

    

    .row.d-flex > .table-responsive {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 15px;
    }

    .table_specs thead th {
        font-size: 16px;
    }

    .table_specs tbody td {
        padding: 10px 12px;
        font-size: 13px;
    }
}

@media (max-width:600px) {
  .bogos-pa-upsell-container.vertical .bogos-pa-item-list{
    grid-template-columns:1fr !important;
  }
}

@media (max-width: 450px) {
   .collection-hero .collection-hero__title{
      font-size:25px;
      line-height:30px;
    }
}

@media screen and (min-width: 750px) {
   .facets-container .facets__form-vertical {
    
        width: 22rem;
    }

    
      
}

@media screen and (min-width: 991px) {
.facets-vertical .facets-wrapper {
        padding-right: 2rem!important;
    }}

   
.product .product__info-container .sku-offer{
  display:flex;
  gap:20px;
  align-items:center;
}

.product .product__info-container .sku-offer .fc-card__offer{
  color: #22D3EE;


font-family: "Inter", sans-serif;

font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
    margin: 0;
    padding: 0;
    display:flex;
    align-items:center;
}

.product .product__info-container .product-stock{
  color: #fff;

font-family: "Inter", sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 23px; /* 143.75% */
opacity:0.7;

display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #009647;
    width: fit-content;
    /* display: inline-block; */
    padding: 2px 8px;
    border-radius: 8px;
    background-color: #009647;
        margin: 15px 0 8px;
}

.product .product__info-container .product-stock::before {
    content: '';
    position: relative;
    background-color: #fff;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    display: inline-block;
}

.product .product__info-container .sku-offer .fc-card__offer img{
  height:17px;
  width:11px;
  margin-right:7px;
}
.product__info-container .product__sku{
  color: #000;

  font-family: "Inter", sans-serif;
font-size: 14px;
font-weight: 400;
    opacity: 0.8;
    margin-bottom: 0px;
    padding-bottom: 0px;
        margin: 0;
    padding: 0;
}

.product__info-container  .product__title{
  margin-top:8px;
  margin-bottom:6px;
}

.price-item.price-item--regular .axt_show_original{
  color: rgba(0, 0, 0, 0.50);
leading-trim: both;
text-edge: cap;
font-family: "Inter", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 300;

text-decoration-line: line-through;
}

.footer-custom__bottom{
  padding-top:0!important;
}

.price-item.price-item--regular .axt_discounted_price{
color: #000;
leading-trim: both;
text-edge: cap;
font-family: "Inter", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 500;

}
@media (max-width:749px) {
  .product-key-features ul{
    padding-left:20px;
  }
  .product-key-features li::before {{
    left:-3px;
  }


}

.card .card__inner .card__media{
  z-index:1!important;
}
.atc-btn-text{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}

.cart-arrow-icon{
  display:block;
}

