/** Shopify CDN: Minification failed

Line 1190:0 Expected "}" to go with "{"

**/
.subscription-banner {
  padding: 100px 0;
  background: #efefef;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.subscription-banner .left-side {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.subscription-banner h1 {
  color: #000;
  font-family: Montreal-Serial, sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}

.subscription-banner h1 span {
  color: #008157;
  font-family: Montreal-Serial, sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}

.subscription-banner p {
  color: #000;
  font-family: "Calibre", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  padding: 28px 0 55px 0;
  margin: 0;
}

.subscription-banner p span {
  font-weight: 600;
}

.subscription-banner a {
  color: #fff;
  background: #008157;
  padding: 20px 40px;
  font-family: "Calibre", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
}

.why {
  background: #fff;
  padding: 100px 0 0 0;
}

.why .heading-box h2 {
  color: #000;
  text-align: center;
  font-family: Montreal-Serial, sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 5;
  line-height: normal;
  text-transform: uppercase;
}

.why .content-box {
  padding: 75px 0 0 0;
}

.why .content-box .why-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.why .content-box .why-row .box {
  text-align: center;
  min-width: 20%;
}

.why .content-box .why-row p {
  color: #5b5b5b;
  text-align: center;
  font-family: "Calibre", sans-serif;
  font-size: 24px;
  font-style: normal;
  width: 70%;
  margin: auto;
  line-height:26px;
  padding: 45px 0 0 0;
}

.reviews {
  padding: 100px 0 100px 0;
  background: #fff;
}

.reviews .box {
  border-radius: 10px;
  background: #eee;
  padding: 56px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  height: 100%;
}

.reviews .box h2 {
  color: #1b1b1b;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Calibre", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px; /* 141.667% */
}

.reviews .box p {
  color: #1b1b1b;
  text-align: center;
  font-family: "Calibre", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 21.6px */
  letter-spacing: -0.32px;
}

.reviews .box h5 {
  color: #008157;
  text-align: center;
  font-family: "Calibre", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 21.6px */
  letter-spacing: -0.32px;
}

.reviews .swiper {
  width: 100%;
  height: 100%;
  position: relative;
  /* background: red; */
  padding: 20px;
}

.reviews .swiper-slide {
  height: auto;
}

.reviews .box img {
  max-height: 20px;
}

.reviews .swiper-pagination {
  display: none;
}
.reviews .swiper .custom-prev {
  display: none;
}

.reviews .swiper .custom-next {
  display: none;
}

.video-gallery {
  background: #fff;
}

.video-gallery .navigation-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 60px 0 0 0;
}

.video-gallery .navigation-wrap .custom-prev,.video-gallery .navigation-wrap .custom-next {
     background: #fff;
    border-radius: 50%;
    cursor: pointer;
    width: 4.5rem;
    height: 4.5rem;
    display: flex
;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 1rem #0000004d;
    border: none;
}

.video-gallery .navigation-wrap .custom-prev:hover,.video-gallery .navigation-wrap .custom-next:hover{
  background:rgb(0, 110, 82);
}

.video-gallery .navigation-wrap .custom-prev:hover svg path,.video-gallery .navigation-wrap .custom-next:hover svg path{
  stroke:#fff;
}

.video-gallery .swiper {
  padding:0 0 20px 0;
}


.video-gallery .swiper-slide {
  position: relative;
}

.video-gallery .swiper-slide button {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 111;
  transform: translate(-50%, -50%);
  border: none;
  background: none;
  background: red;
  padding: 25px 25px 25px 27px;
  border-radius: 50%;
  border: 1px solid #fff;

  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  cursor: pointer;
}

.video-gallery .swiper-slide video {
  width: 100%;
}

/* Modal styles */
.video-gallery .custom-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.video-gallery .modal-content {
  background: #fff;
  margin: 15% auto;
  padding: 20px;
  border-radius: 5px;
  width: 80%;
  max-width: 500px;
  position: relative;
}

.video-gallery .close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 20px;
}

.save-3-months {
  padding: 100px 0 0 0;
  background: #fff;
}

.save-3-months .right-side img {
  height: 100%;
  width: 100%;
}

.save-3-months .left-side {
  background: #2d2d2d;
  height: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  padding: 0 0 0 105px;
}

.save-3-months .left-side h2 {
  color: #fff;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Montreal-Serial, sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 5;
  line-height: normal;
  text-transform: uppercase;
  width: 75%;
  padding: 0 0 32px 0;
}

.save-3-months .left-side p {
  color: #fff;
  font-family: "Calibre", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 24.3px */
  letter-spacing: -0.36px;
  width: 86%;
}

.save-3-months .left-side li {
  color: #fff;
  font-family: "Calibre", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 24.3px */
  letter-spacing: -0.36px;
  width: 86%;
}

.how {
  background: #fff;
  padding: 100px 0 0 0;
}

.how .card {
  background: #eee;
  border-radius: 10px;
  border: none;
  padding: 60px;
}

.how .card .card-body {
  margin: 30px 0 0 0;
}

.how .heading-box h2 {
  text-align: center;
  color: #000;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Montreal-Serial, sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 5;
  line-height: normal;
  text-transform: uppercase;
  padding: 0 0 60px 0;
}

.how .card p {
  color: #1b1b1b;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Calibre", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px; /* 141.667% */
}

.how .card img {
  max-width: 60px;
  margin: auto;
}

.how .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 55px 0 0 0;
}


.how .btn-wrap a:first-child {
  border-radius: 8px;
  border: 2px solid #008157;
  background: #008157;
  padding: 19px 35px;

  color: #fff;
  text-align: center;
  font-family: "Calibre", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.how .btn-wrap a:nth-child(2) {
  border-radius: 8px;
  border: 2px solid #000;
  background: #000;
  padding: 19px 35px;

  color: #fff;
  text-align: center;
  font-family: "Calibre", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.how .btn-wrap a:nth-child(3) {
  border-radius: 8px;
  border: 2px solid #000;
  background: #fff;
  padding: 19px 35px;

  color: #000;
  text-align: center;
  font-family: "Calibre", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.warranty {
  background: #fff;
  padding: 80px 0 80px 0;
}

.warranty .left-side {
  height: 100%;
  background: #f4f4f4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 110px;
}

.warranty .left-side h2 {
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Montreal-Serial, sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 5;
  line-height: normal;
  text-transform: uppercase;
  padding: 0 0 26px 0;
}

.warranty .left-side p {
  color: #000;
  font-family: "Calibre", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 24.3px */
  letter-spacing: -0.36px;
}

.warranty .left-side li {
  color: #000;
  font-family: "Calibre", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 24.3px */
  letter-spacing: -0.36px;
}

.warranty .left-side a {
  border-radius: 8px;
  border: 2px solid #008157;
  background: #008157;
  padding: 19px 35px;
  margin: 26px 0 0 0;

  color: #fff;
  text-align: center;
  font-family: "Calibre", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.warranty .right-side img {
  height: 100%;
  width: 100%;
}

.warranty .right-side {
  height: 100%;
}

.faq-section {
  padding: 100px 0 100px 0;
  background: #fff;
}
.faq-section .faq-title {
  text-align: start;
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Montreal-Serial, sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 5;
  line-height: normal;
  text-transform: uppercase;
  padding: 0 0 62px 0;
}
.faq-list {
  border-top: 1px solid #ccc;
}
.faq-item {
  border-bottom: 1px solid #ccc;
  margin: 0 0 18px 0;
}
.faq-question {
  width: 100%;
  text-align: left;
  background: none;

  border: none;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;

  color: #5b5b5b !important;
  font-family: "Calibre", sans-serif !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 147% !important; /* 35.28px */
}
.faq-icon {
  font-size: 20px;
  transition: transform 0.2s;
}
.faq-question[aria-expanded="true"] .faq-icon {
  transform: rotate(45deg);
}
.faq-answer {
  padding: 15px;
  font-size: 16px;
  line-height: 1.6;
  background-color: #fff;
      border-radius: 8px;
}

.faq-answer a{
  text-decoration:none;
}

.faq-section .accordion-button::after {
     background-image: url('/cdn/shop/files/b230f59911b8d228791f36d23900d5ce.png?v=1733916708');
}

.accordion-button{
  border-radius: 8px !important;
}


.accordion-button:not(.collapsed) {
  background-color:#fff !important;
  box-shadow:none;
}
.accordion-button:not(.collapsed)::after {
   background-image: url('/cdn/shop/files/1_5ebcbcc5-8d81-4959-bd11-36d6661c2c1e.png?v=1733916825');
  
}

.faq-section .accordion-body p{
      font-family: Calibre, sans-serif !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 147% !important;
    margin-bottom:0;
    
}

.faq-section .accordion-item{
  border:1px solid #5B5B5B;
  margin-bottom: 18px !important;
    border-radius: 8px;
}


.faq-section .accordion-button:focus{
      box-shadow: none;
}

.why .box-mob {
  display: none;
}

@media only screen and (max-width: 999px) {
  .accordion-button{
  font-size:15px
}
  .subscription-banner {
    padding: 50px 0 20px 0;
  }

  .subscription-banner h1 {
    font-size: 40px;
  }
  .subscription-banner h1 span {
    font-size: 40px;
  }

  .subscription-banner p {
    font-size: 16px;
    width: 65%;
    margin: auto;
    padding: 20px 0 40px;
  }

  .subscription-banner a {
    font-size: 14px;
  }

  .subscription-banner .left-side {
    align-items: center;
  }

  .subscription-banner .left-side {
    padding: 0 0 55px 0;
  }

  .subscription-banner .right-side {
    text-align: center;
  }

  .why .content-box {
    padding: 50px 0 0;
  }
  .why {
    background: #fff;
    padding: 50px 0 0;
  }

  .why .heading-box h2 {
    font-size: 32px;
  }

  .why .content-box {
    padding: 50px 0 0;
  }
  .why {
    background: #fff;
    padding: 50px 20px 0;
  }

  .why .box {
    display: none;
  }

  .why .box-mob {
    display: block;
    width: 45%;
    text-align: center;
  }

  .why .heading-box h2 {
    font-size: 32px;
  }

  .why .content-box .why-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
  }

  .why .content-box .why-row p {
    font-size: 20px;
        width: 100%;
        line-height: 21px;
        padding: 15px 0 0 0;
  }

  .reviews {
    padding: 50px 0px;
    background: #fff;
  }

  .how {
    background: #fff;
    padding: 50px 20px 0;
  }

  .how .card {
    background: #eee;
    border-radius: 10px;
    border: none;
    padding: 35px;
  }

  .how .card .card-body {
    margin: 15px 0 0;
    padding: 0;
  }

  .how .card p {
    font-size: 14px;
    line-height: normal;
  }

  .save-3-months .left-side {
    background: #2d2d2d;
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    padding: 50px 25px;
  }

  .save-3-months .left-side h2 {
    font-size: 30px;
    width: 95%;
    padding: 0 0 32px;
    text-align: center;
  }

  .save-3-months .left-side p,
  .save-3-months .left-side li {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    width: 86%;
  }

  .save-3-months {
    padding: 50px 0 0;
    background: #fff;
  }

  .how .heading-box h2 {
    font-size: 32px;
    padding: 0 0 30px;
  }

  .how .btn-wrap {
    gap: 17px;
    padding: 35px 0 0;
    flex-wrap: wrap;
  }

  .how .btn-wrap a:first-child {
    padding: 17px 30px;
    font-size: 14px;
  }

  .how .btn-wrap a:nth-child(2) {
    padding: 17px 30px;
    font-size: 14px;
  }

  .how .btn-wrap a:nth-child(3) {
    padding: 17px 30px;
    font-size: 14px;
  }

  .warranty .left-side {
    padding: 45px;
  }

  .warranty .left-side h2 {
    font-size: 30px;
    text-align: center;
    font-size: 27px;
  }

  .warranty .left-side p,
  .warranty .left-side li {
    font-size: 15px;
  }

  .warranty .left-side a {
    border-radius: 8px;
    border: 2px solid #008157;
    background: #008157;
    padding: 17px 30px;
    margin: 26px 0 0;
    color: #fff;
    text-align: center;
    font-family: Calibre, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    margin: auto;
  }

  .faq-section {
    padding: 65px 20px;
    background: #fff;
  }

  .faq-section .faq-title {
    text-align: start;
    color: #000;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Montreal-Serial, sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 5;
    line-height: normal;
    text-transform: uppercase;
    padding: 0 0 35px;
    text-align: center;
  }

  .faq-question {
    width: 100%;
    text-align: left;
    background: none;
    border-radius: 8px;
    border: 1px solid #5b5b5b;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #5b5b5b;
    font-family: Calibre, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 147%;
  }

     .video-gallery .navigation-wrap .custom-prev,.video-gallery .navigation-wrap .custom-next {
   width: 4.5rem;
        height: 4.5rem;
  }
}

@media only screen and (max-width: 767px) {

   .video-gallery .navigation-wrap .custom-prev,.video-gallery .navigation-wrap .custom-next {
   width: 4.5rem;
        height: 4.5rem;
  }

  .faq-section .accordion-body p {
     font-size:15px !important;
  }
  
  .accordion-button{
  font-size:15px !important;
    border:0 !important;
}
  
  .video-gallery .navigation-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 15px 0 0;
  }



  .reviews .swiper-pagination,
  .reviews .swiper .custom-prev,
  .reviews .swiper .custom-next {
    display: block;
  }

  .reviews .box {
    border-radius: 10px;
    background: #eee;
    padding: 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    height: 100%;
  }

  .reviews .swiper .custom-prev {
    position: absolute;
    left: 0;
    top: 50%;
    background: red;
    z-index: 1;
    border-radius: 50%;
    padding: 1px;
    background: #fff;
    box-shadow: 0px 10.414px 14.201px 0px rgba(0, 0, 0, 0.03),
      0px 8.52px 43.549px 0px rgba(0, 0, 0, 0.03),
      0px 22.721px 35.975px 0px rgba(0, 0, 0, 0.03),
      0px 0px 18.934px 0px rgba(0, 0, 0, 0.05);
  }

  .reviews .swiper .custom-next {
    position: absolute;
    right: 0;
    top: 50%;
    background: red;
    z-index: 1;
    border-radius: 50%;
    padding: 1px;
    background: #fff;
    box-shadow: 0px 10.414px 14.201px 0px rgba(0, 0, 0, 0.03),
      0px 8.52px 43.549px 0px rgba(0, 0, 0, 0.03),
      0px 22.721px 35.975px 0px rgba(0, 0, 0, 0.03),
      0px 0px 18.934px 0px rgba(0, 0, 0, 0.05);
  }

  .reviews .swiper-wrapper {
    margin: 0 0 26px 0;
  }

  .reviews .swiper-pagination-bullet-active {
    background: #707070 !important;
    height: 15px;
    width: 15px;
  }

  .reviews .swiper-pagination-bullet {
    border: 2px solid #707070;
    background: #fff;
    height: 15px;
    width: 15px;
  }

  .subscription-banner {
    padding: 50px 0 20px 0;
  }

  .subscription-banner h1 {
    font-size: 32px;
  }
  .subscription-banner h1 span {
    font-size: 32px;
  }

  .subscription-banner p {
    font-size: 16px;
    width: 65%;
    margin: auto;
    padding: 20px 0 40px;
  }

  .subscription-banner a {
    font-size: 14px;
  }

  .subscription-banner .left-side {
    align-items: center;
  }

  .subscription-banner .left-side {
    padding: 0 0 55px 0;
  }

  .subscription-banner .right-side {
    text-align: center;
  }

  .why .content-box {
    padding: 50px 0 0;
  }
  .why {
    background: #fff;
    padding: 50px 20px 0;
  }

  .why .box {
    display: none;
  }

  .why .box-mob {
    display: block;
    width: 45%;
    text-align: center;
  }

  .why .heading-box h2 {
    font-size: 32px;
  }

  .why .content-box .why-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
  }

  .why .content-box .why-row p {
  font-size: 20px;
        width: 100%;
        line-height: 21px;
        padding: 15px 0 0 0;
  }

  .reviews {
    padding: 50px 0px;
    background: #fff;
  }

  .how {
    background: #fff;
    padding: 50px 20px 0;
  }

  .how .card {
    background: #eee;
    border-radius: 10px;
    border: none;
    padding: 35px;
  }

  .how .card .card-body {
    margin: 15px 0 0;
    padding: 0;
  }

  .how .card p {
    font-size: 14px;
    line-height: normal;
  }

  .save-3-months .left-side {
    background: #2d2d2d;
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    padding: 50px 25px;
  }

  .save-3-months .left-side h2 {
    font-size: 30px;
    width: 95%;
    padding: 0 0 32px;
    text-align: center;
  }

  .save-3-months .left-side p,
  .save-3-months .left-side li {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    width: 86%;
  }

  .save-3-months {
    padding: 50px 0 0;
    background: #fff;
  }

  .how .heading-box h2 {
    font-size: 32px;
    padding: 0 0 30px;
  }

  .how .btn-wrap {
    gap: 17px;
    padding: 35px 0 0;
    flex-wrap: wrap;
  }

   .how .btn-wrap a{
     width:55%
   }

  .how .btn-wrap a:first-child {
    padding: 17px 30px;
    font-size: 14px;
  }

  .how .btn-wrap a:nth-child(2) {
    padding: 17px 30px;
    font-size: 14px;
  }

  .how .btn-wrap a:nth-child(3) {
    padding: 17px 30px;
    font-size: 14px;
  }

  .warranty .left-side {
    padding: 45px;
  }

  .warranty .left-side h2 {
    font-size: 30px;
    text-align: center;
    font-size: 27px;
  }

  .warranty .left-side p,
  .warranty .left-side li {
    font-size: 15px;
  }

  .warranty .left-side a {
    border-radius: 8px;
    border: 2px solid #008157;
    background: #008157;
    padding: 17px 30px;
    margin: 26px 0 0;
    color: #fff;
    text-align: center;
    font-family: Calibre, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    margin: auto;
  }

  .faq-section {
    padding: 65px 20px;
    background: #fff;
  }

  .faq-section .faq-title {
    text-align: start;
    color: #000;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Montreal-Serial, sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 5;
    line-height: normal;
    text-transform: uppercase;
    padding: 0 0 35px;
    text-align: center;
  }

  .faq-question {
    width: 100%;
    text-align: left;
    background: none;
    border-radius: 8px;
    border: 1px solid #5b5b5b;
    padding: 10px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #5b5b5b;
    font-family: Calibre, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 147%;
  }
}

@media only screen and (max-width: 767px) {
	
	.warranty {
  background: #fff;
  padding: 40px 0 40px 0;
}
