/** Shopify CDN: Minification failed

Line 136:0 Unexpected "}"

**/
/****START: VIDEO REVIEWS SECTION*****/
.video--reviews-box {
    display: flex;
    flex-direction: column;
    height: auto;
  position:relative;
}
.video--reviews--video {
    flex: 1;
    position: relative;
}
img.video--play-icon.hidden{
  display:none;
}
img.video--play-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 3.5rem;
    height: 3.5rem;
    margin: auto;
    cursor: pointer;
}
.video--reviews--video video {
    height: 100%;
    width: 100%;
    display: flex;
    object-fit: cover;
    border-radius: 10px;
}
.video--review--content > * + * {
    margin-top: .8rem;
}
.video--review--content {
      position: absolute;
    bottom: 0;
    -webkit-backdrop-filter: blur(44.5px);
    backdrop-filter: blur(44.5px);
    background: #ffffff1a;
    margin: 10px;
    /* display: flex; */
    font-size: 10px;
    padding: 0;
    color: #fff;
    max-width: 100%;
    box-sizing: border-box;
    width: calc(100% - 20px);
    padding: 5px;
    border-radius: 7px;
}
.video--review--client-name {
    font-weight: 600;
    font-size: 10px;
    padding: 0;
}
.video--reivew--client-verify {
    margin-top: 0 !important;
}
.video--reviews--client-stars {
    display: flex;
}
.video--reviews--client-stars img {
    height: 2.4rem;
    width: auto;
}
.video--reviews-main.grid{
    row-gap: 2rem;
    --grid-horizontal-spacing: 1.7rem;
}
.section--header--wrapper:has(.header--text) {
    margin-bottom: 0;
}
.section--header--wrapper:has(.header--text) .title-wrapper{
    margin-bottom: .6rem;
}
@media screen and (max-width: 750px){
  img.video--play-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (min-width: 750px){
  .section--header--wrapper:has(.header--text) {
    margin-bottom: 0;
  }
}
.swiper-button-prev,.swiper-button-next
{
  display:none;
}
/****END: VIDEO REVIEWS SECTION*******/
@media(min-width:768px){
  .swiper-wrapper.less4{
    justify-content:center;
  }
}
.trust-review{
  background:#f8f9fa;
  margin: 30px;
    padding: 15px !important;
    border-radius: 10px;
}
.h5.footer-header{
  font-weight:bold !important;
}
div#inputContainer p {
    margin: 10px 0 0;
}
.title_with_price {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.ajaxcart__row .grid__item{
  margin-top:5px;
}
p.subheading {
  margin: 0 auto 18px;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 6px;
  padding: 7px 18px;
}
}
.no-overlap-content-box{
padding:0;
}
.section--header--wrapper{
  text-align:center;
}
.video--reviews h3.title {
    margin-bottom: 18px;
    font-size: 40px;
    font-weight: 700;
    line-height: 112.96%;
}
.video--reviews--text p {
    max-width: 605px;
    margin: 0 auto;
    font-size: 16px;
}
@media(min-width:768px){
  .video--review--client-name {
    font-size:15px;
  }
  .video--review--content {
    font-size:15px;
    padding:10px;
  }
}
@media(max-width:767px){
  p.subheading {
    font-size:11px;
    padding: 7px 6px;
    border-radius: 3.86px;
    gap: 4px;
    margin-bottom: 10px;
  }
  .video--reviews h3.title {
    font-size: 23px;
  }
  .video--reviews--text p {
    font-size: 14px;
  }
}

/****END: VIDEO REVIEWS SECTION*******/

.video--reviews {
    padding: 0 0 50px 0;
}

.video--review--client-name{
  color:#fff;
}
img.video--play-icon_in_name {
  max-height: 10px;
  max-width: 10px;
}

@media(max-width:767px){
  img.video--play-icon_in_name {
    max-height: 7px;
    max-width: 10px;
  }
}
#countdown-bar {
  background-color: #e0e0e0;
  color: #121212;
  padding: 10px;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  font-size: 12px;
}

#countdown-text {
  font-size: 18px;
}
@media(max-width:767px){
  #countdown-text {
    font-size: 12px;
  }
}
.upsell-products .drawer__heading{
  margin-bottom: 0px;
  padding-top: 10px;
    text-align: center;
}

@media screen and (max-width: 767px){
  .upsell-products .drawer__heading{
  margin-bottom: 0px;
  padding-top: 10px;
    font-size: 20px !important;
    text-align: center;
}
  .upsell-products .slick-list{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .upsell-products .cart-item>td+td, .upsell-products .cart-item__media{
    padding-top: 0px !important;
  }
  .upsell-products .cart-drawer .cart-item>td+td{
    gap: 0px !important;
  }
  .upsell-products .cart-item:last-child{
    margin-bottom: 0px !important;
  }
  .upsell-product-list{
    padding-bottom: 0px !important;
  }
}
