/** Shopify CDN: Minification failed

Line 230:0 All "@import" rules must come first

**/


/* CSS from section stylesheet tags */
.about-video-section {
  padding: 60px 20px;
  background-color: #F9F9F9;
}
.about-video-section .about-video-heading {
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  margin-bottom: 50px;
  color: #002965;
}
.about-video-layout {
  display: flex;
  gap: 0;
  max-width: 1500px;
  margin: 0 auto;
  flex-wrap: wrap;
  background: #FFFFFF;
}
.about-video-left,
.about-video-right {
  flex: 1 1 50%;
  padding: 40px;
  box-sizing: border-box;
}
.about-video-left .rte {
  color: #002965;
  font-size: 15px;
  line-height: 1.6;
}
.about-video-left .about-button {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background-color: #002157;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
}
.about-video-right iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border: none;
}
.about-with-video {
  padding: 40px 0;
}
.about-video__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.about-video__content {
  flex: 1 1 50%;
}
.about-video__text {
  margin-top: 15px;
}
.about-video__button {
  margin-top: 20px;
  display: inline-block;
  background-color: #002a5c;
  color: #fff;
  padding: 12px 20px;
  text-decoration: none;
  font-weight: bold;
}
.about-video__embed {
  flex: 1 1 45%;
  aspect-ratio: 16 / 9;
}
.about-video__embed iframe {
  width: 100%;
  height: 100%;
  border: none;
}
img.img-vid {
    height: 100%;
}


@media (min-width: 768px) and (max-width: 1024px) {
  .about-video-layout {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
    max-width: 1500px;
    margin: 0 auto;
    flex-wrap: wrap;
    background: #FFFFFF;
}

}


@media screen and (max-width: 768px) {
  .about-video__wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .about-video-layout {
    flex-direction: column;
  }
  .about-video-left,
  .about-video-right {
    padding: 20px;
  }
}
.before-after-simple {
  text-align: center;
  padding: 60px 20px;
  padding-top: 103px;
}
.before-after-simple .subheading {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  color: #002157;
  margin-bottom: 8px;
}
.before-after-simple h2 {
    font-size: 24px;
    font-weight: 600;
    color: #002157;
    margin-bottom: 24px;
    margin-top: 16px;
}
.before-after-simple .desc {
  max-width: 720px;
  margin: 0 auto 40px;
    color: #002965;
}
.before-after-images {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.before-after-images img {
    max-width: 100%;
    width: 590px;
    height: auto;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
  .before-after-images {
    flex-direction: column;
    gap: 20px;
  }
  .before-after-images img {
    width: 100%;
  }
}
.icon-features-horizontal {
    background-color: #F9F9F9;
    padding: 40px 20px;
    border-top: 1px solid #E8E8E1;
}

.icon-features-horizontal__wrapper {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.icon-feature-item {
    display: flex
;
    align-items: center;
    gap: 24px;
    padding: 10px;
    background-color: transparent;
}

.icon-feature-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.icon-feature-item__text {
    color: #002f6c;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.icon-features-horizontal__wrapper {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.icon-feature-item img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
}
@media screen and (max-width: 991px) {
  .icon-features-horizontal__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .icon-features-horizontal__wrapper {
    grid-template-columns: 1fr;
  }
}
@import url('https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.css');

.popular-slider-section {
  padding: 40px 20px;
  background: #fff;
}

.popular-slider-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.swiper {
  padding-bottom: 50px;
}

.swiper-slide {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 15px;
  text-align: center;
}

.product-image img {
  max-width: 100%;
  object-fit: cover;
  margin-bottom: 10px;
}

.product-title {
  font-size: 16px;
  font-weight: 600;
  margin: 5px 0;
}

.product-price {
  font-size: 14px;
  color: #333;
  margin: 5px 0;
}

.product-price .compare {
  text-decoration: line-through;
  color: #999;
  margin-left: 5px;
}

.star-rating {
  color: #f4c150;
  font-size: 14px;
  margin-bottom: 10px;
}

.btn-view {
  display: inline-block;
  margin-top: 10px;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 25px;
  text-decoration: none;
}

.swiper-button-prev,
.swiper-button-next {
  color: #000;
}
.popular-slider-wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
}

.section-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #002147;
}

.swiper-slide {
  height: auto !important;
}

.product-card {
  background: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.product-card img {
  max-width: 200px;
  margin: 0 auto;
}

.product-info h3 {
  font-size: 16px;
  margin: 10px 0 5px;
  color: #002147;
}

.product-info p {
  color: #555;
  margin-bottom: 10px;
}

.btn {
  background-color: black;
  color: white;
  padding: 6px 16px;
  border-radius: 20px;
  text-decoration: none;
}

@media(max-width: 768px) {
  .popular-slider-title {
    font-size: 24px;
  }
}