<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.color-facebook {
  color: #1877f2;
  /* Facebook Blue */
}

.color-instagram {
  color: #e1306c;
  /* Instagram Pink */
}

.color-x {
  color: #000000;
  /* X (Twitter) Black */
}

.color-linkedin {
  color: #0077b5;
  /* LinkedIn Blue */
}

.color-facebook:hover,
.color-instagram:hover,
.color-x:hover,
.color-linkedin:hover {
  opacity: 0.8;
}

.social-facebook {
  color: #3b5998;
}

.social-x {
  color: #000;
}

.social-linkedin {
  color: #0077b5;
}

.social-pinterest {
  color: #e60023;
}

.social-whatsapp {
  color: #25D366;
}

.social-telegram {
  color: #0088cc;
}

.card-title {
  margin-bottom: 0px;
}

@media (max-width: 576px) {
  .modal-fullscreen-sm-down {
    max-width: 100%;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border-radius: 0;
  }
}
.footer-menu {
  list-style-type: none;
}
.logo {
  margin: 0;
  width: 150px;
}
@media (max-width: 768px) {
  .logo {
    margin: 10px;
  }
}

@media (max-width: 768px) {
  .top-menu:not(.top-link-menu) &gt; li {
    padding-right: 0px;
  }
  .top-menu:not(.top-link-menu) &gt; li a i {
    font-size: 2rem;
    color: black;
  }
  .top-menu:not(.top-link-menu) &gt; li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    font-size: 0em;
    line-height: 0;
    margin-top: 0;
  }
}
.video-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.video-popup .video-popup-content {
  position: relative;
  width: 100%;
  max-width: 800px;
  background: #000;
  border-radius: 8px;
}
.video-popup .video-popup-content .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 36px;
  padding: 10px;
  color: white;
  cursor: pointer;
  touch-action: manipulation;
  z-index: 10;
}
.video-popup .video-popup-content .video-wrapper {
  position: relative;
  padding-top: 56.25%;
}
.video-popup .video-popup-content .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.save-on-product {
  display: flex;
  align-items: center;
  color: green;
  font-size: 1.2rem;
  margin-top: 5px;
}
.save-on-product svg {
  width: 20px;
  margin-right: 5px;
}
.save-on-product img {
  width: 15px !important;
  margin-right: 5px;
}

.variants-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.variants-ul li {
  display: inline-block;
}
.variants-ul li a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #333;
  border: 1px solid black;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.variants-ul li a .discount {
  display: inline-block;
  background-color: green;
  color: white;
  padding: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 1rem;
}
.variants-ul li a .info {
  padding: 2rem;
}
.variants-ul li a.active {
  border-color: green;
  background: linear-gradient(to top right, rgba(0, 128, 0, 0.2), rgba(173, 216, 230, 0.5));
}
.variants-ul li a:hover {
  border-color: green;
  background: linear-gradient(to top right, rgba(0, 128, 0, 0.2), rgba(173, 216, 230, 0.5));
}
.variants-ul li:not(:last-child) {
  margin-right: 10px;
}

.footer-bottom &gt; .container {
  display: block;
}
.footer-bottom &gt; .container .social-icons {
  justify-content: center;
}

.cure-section {
  background: url("../images/disease_bg.jpg") no-repeat top/cover;
  background-attachment: fixed;
}
.cure-section .cure-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(46, 125, 50, 0.5));
  text-align: center;
}
.cure-section .cure-overlay .desc {
  color: white;
}
.cure-section .cure-overlay .desc .cure-title {
  color: white;
  margin-bottom: 10px;
}
.cure-section .cure-overlay .desc .cure-subtitle {
  margin-bottom: 10px;
  color: white;
  font-weight: lighter;
}
.cure-section .cure-overlay .desc p {
  color: white;
  margin-bottom: 20px;
}
.cure-section .cure-overlay .desc .btn-cta {
  border: 2px solid white;
  background-color: transparent;
  color: white;
}
.cure-section .cure-overlay .desc .btn-cta:hover {
  background-color: white;
  color: black;
}

.section-yt .video-card {
  border: 1px solid lightgrey;
  border-radius: 5px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 0 10px rgba(211, 211, 211, 0.5);
  margin-bottom: 20px;
}
.section-yt .video-card .thumb-box {
  position: relative;
  cursor: pointer;
}
.section-yt .video-card .thumb-box .youtube-thumb {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
@media (max-width: 768px) {
  .section-yt .video-card .thumb-box .youtube-thumb {
    height: 340px;
  }
}
@media (min-width: 768px) {
  .section-yt .video-card .thumb-box .youtube-thumb {
    height: 500px;
  }
}
.section-yt .video-card .thumb-box .thumb-overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
}
.section-yt .video-card .thumb-box .thumb-overlay .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.section-yt .video-card .thumb-box:hover .thumb-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.section-yt .video-card .thumb-box:hover .thumb-overlay .play-button {
  transform: scale(1.5) translate(-50%, -50%);
}
.section-yt .video-card .video-info {
  padding: 15px;
}
.section-yt .video-card .video-info .video-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em;
  height: 4.2em;
}
@media (max-width: 768px) {
  .section-yt .video-card .video-info {
    padding: 10px;
  }
  .section-yt .video-card .video-info .video-title {
    font-size: 0.8rem;
  }
}

.blog-posts article .entry-media img {
  height: 180px;
}
@media (max-width: 768px) {
  .blog-posts article .entry-media img {
    height: 250px;
  }
}
@media (min-width: 768px) {
  .blog-posts article .entry-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    line-height: 1.5em;
    height: calc(2 * 1.5em);
  }
}
@media (max-width: 768px) {
  .blog-posts article .entry-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    line-height: 1.5em;
    height: calc(3 * 1.5em);
  }
}/*# sourceMappingURL=home.css.map */</pre></body></html>