@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
#wp--skip-link--target {
  margin-top: 0;
}

.is-style-svg-list {
  list-style: none;
  padding-left: 0;
}

.is-style-svg-list li {
  position: relative;
  padding-left: 2em;
  padding-bottom: 0.8em;
}

.is-style-svg-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 1.2em;
  height: 1.2em;
  background: url("data:image/svg+xml;utf8,<svg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'><path d='m28.744 10.4336c.0368-.2784.056-.5568.056-.8336 0-3.8064-3.4288-6.8608-7.2336-6.344-1.1088-1.9728-3.2208-3.256-5.5664-3.256s-4.4576 1.2832-5.5664 3.256c-3.8128-.5168-7.2336 2.5376-7.2336 6.344 0 .2768.0192.5552.056.8336-1.9728 1.1104-3.256 3.2224-3.256 5.5664s1.2832 4.456 3.256 5.5664c-.03691.2763-.05562.5548-.056.8336 0 3.8064 3.4208 6.8528 7.2336 6.344 1.1088 1.9728 3.2208 3.256 5.5664 3.256s4.4576-1.2832 5.5664-3.256c3.8048.5088 7.2336-2.5376 7.2336-6.344 0-.2768-.0192-.5552-.056-.8336 1.9728-1.1104 3.256-3.2224 3.256-5.5664s-1.2832-4.456-3.256-5.5664zm-14.416 12.632-5.8672-5.9424 2.2784-2.2464 3.6112 3.6576 6.9232-6.8704 2.2528 2.272z' fill='%231ac70e'/></svg>") no-repeat center center;
  background-size: contain;
}

.m-product-button-primary a {
  padding-left: 2.2rem;
  padding-right: 2.2rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.m-product-button-primary a:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.wp-block-minjot-container-block {
  overflow: hidden;
  position: relative;
}

.wp-block-minjot-container-block::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fbfbfb; /* or match background color */
  clip-path: polygon(0 100%, 100% 0%, 100% 100%);
  z-index: 1;
}

.m-product-hero-image {
  position: relative;
}

.m-product-hero-image::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 23%;
  transform: translateX(-35%);
  width: 100%;
  height: 27px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  filter: blur(8px);
  z-index: 2;
}

.wp-block-button__link {
  width: auto;
  font-size: 1rem;
  border-radius: 20px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: bold;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wp-block-button__link:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.m-navbar-menu {
  list-style: none;
  display: flex;
}

.m-header .wp-block-button__link a {
  border-radius: 7px;
}

:root {
  --custom-nav-breakpoint: 992px;
}

.mobile-menu-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

@media (max-width: var(--custom-nav-breakpoint)) {
  .wp-block-navigation__responsive-container-open {
    display: flex;
  }
  .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: none;
  }
}
@media (min-width: var(--custom-nav-breakpoint)) {
  .wp-block-navigation__responsive-container-open {
    display: none;
  }
  .wp-block-navigation__responsive-container {
    display: flex !important;
  }
}
@media screen and (min-width: 783px) {
  .features-four__feature .wp-block-image {
    display: none;
  }
  :where(.editor-styles-wrapper) .features-four__feature .wp-block-image {
    display: block;
  }
  body:not(.block-editor-page) .visible-only-mobile {
    display: none !important;
  }
}
.m-review-group {
  border: 1px solid #737373;
  padding: 1rem;
  border-radius: 8px;
}

.m-review-group__verified {
  color: #5dc43c;
  position: relative;
  padding-left: 25px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.m-review-group__verified::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 1.2em;
  height: 1.2em;
  background: url("data:image/svg+xml;utf8,<svg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'><path d='m28.744 10.4336c.0368-.2784.056-.5568.056-.8336 0-3.8064-3.4288-6.8608-7.2336-6.344-1.1088-1.9728-3.2208-3.256-5.5664-3.256s-4.4576 1.2832-5.5664 3.256c-3.8128-.5168-7.2336 2.5376-7.2336 6.344 0 .2768.0192.5552.056.8336-1.9728 1.1104-3.256 3.2224-3.256 5.5664s1.2832 4.456 3.256 5.5664c-.03691.2763-.05562.5548-.056.8336 0 3.8064 3.4208 6.8528 7.2336 6.344 1.1088 1.9728 3.2208 3.256 5.5664 3.256s4.4576-1.2832 5.5664-3.256c3.8048.5088 7.2336-2.5376 7.2336-6.344 0-.2768-.0192-.5552-.056-.8336 1.9728-1.1104 3.256-3.2224 3.256-5.5664s-1.2832-4.456-3.256-5.5664zm-14.416 12.632-5.8672-5.9424 2.2784-2.2464 3.6112 3.6576 6.9232-6.8704 2.2528 2.272z' fill='%231ac70e'/></svg>") no-repeat center center;
  background-size: contain;
}

.m-review-group__text {
  margin-top: 1rem;
  font-size: 1rem;
}

.m-review-group__date {
  position: relative;
  width: 130px;
  margin-left: auto;
  font-size: 1rem;
}

.m-review-group__date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 28px;
  height: 17px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 400'><rect width='640' height='200' fill='white'/><rect y='200' width='640' height='200' fill='%23DC143C'/></svg>");
  border: 1px solid #d7d7d7;
}

.m-review-group__header .wp-block-column {
  flex-basis: fit-content !important;
}

.m-reviews-disclaimer {
  position: relative;
}

.m-reviews-disclaimer::before {
  content: "";
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5em;
  height: 1.5em;
  background: url("data:image/svg+xml;utf8,<svg fill='none' height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'><path d='m28.744 10.4336c.0368-.2784.056-.5568.056-.8336 0-3.8064-3.4288-6.8608-7.2336-6.344-1.1088-1.9728-3.2208-3.256-5.5664-3.256s-4.4576 1.2832-5.5664 3.256c-3.8128-.5168-7.2336 2.5376-7.2336 6.344 0 .2768.0192.5552.056.8336-1.9728 1.1104-3.256 3.2224-3.256 5.5664s1.2832 4.456 3.256 5.5664c-.03691.2763-.05562.5548-.056.8336 0 3.8064 3.4208 6.8528 7.2336 6.344 1.1088 1.9728 3.2208 3.256 5.5664 3.256s4.4576-1.2832 5.5664-3.256c3.8048.5088 7.2336-2.5376 7.2336-6.344 0-.2768-.0192-.5552-.056-.8336 1.9728-1.1104 3.256-3.2224 3.256-5.5664s-1.2832-4.456-3.256-5.5664zm-14.416 12.632-5.8672-5.9424 2.2784-2.2464 3.6112 3.6576 6.9232-6.8704 2.2528 2.272z' fill='%231ac70e'/></svg>") no-repeat center center;
  background-size: contain;
}

.m-reviews-disclaimer p {
  padding-left: 3.5rem !important;
}

.m-footer-contact-phone {
  position: relative;
  padding-left: 1.7em;
}

.m-footer-contact-phone::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2em;
  height: 1.2em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='m488.9 373-75.9-64.6c-.4-.3-.7-.6-1.1-.8-19.9-12.7-45.5-9.9-62.2 6.8l-41.4 41.4c-2.9 2.9-7.1 3.7-10.9 2.2-46.7-19.3-85.1-48.4-114.1-86.5-22.1-29-30.1-52.1-31.1-55.3-.1-.7-.3-1.4-.6-2.1-1.6-3.8-.7-8 2.2-10.9l41.4-41.4c16.7-16.7 19.5-42.3 6.8-62.2-.1-.2-.2-.3-.3-.5l-54.8-76.2c-17.4-26.8-54.9-30.8-77.5-8.3l-8.3 8.3-29.6 29.7c-35.3 35.2-41.1 88.3-16.7 153.3 20.9 55.7 62.7 116.7 117.7 171.7 56.3 56.3 118.9 98.9 176.3 119.8 56.8 20.8 117.3 23.3 160.1-19.5l27.9-27.9c22.5-22.4 18.5-59.7-7.9-77zm-88.3-48.9 75.9 64.5c.3.3.7.6 1.1.8 16.2 10.3 18.7 33 5.1 46.5l-2.1 2.1-129.4-96.9 12.6-12.6c9.9-9.8 24.9-11.6 36.8-4.4zm-270.5-290.2c.1.2.2.3.3.5l54.8 76.2c7.4 11.9 5.7 27.1-4.2 37.1l-12.2 12.2-87.6-128.8 2.3-2.3c13.7-13.6 36.3-11 46.6 5.1zm185.6 444.8c-54.7-20-114.8-60.9-169.1-115.2-53-53-93.2-111.5-113.1-164.6-14.9-39.9-24.9-95.1 12.2-132.2l21.2-21.2 87.5 128.7-14.8 14.8c-8.4 8.4-11 20.8-6.8 31.8 3.2 13 17.7 39.8 32.3 59.7 21.6 29.2 60.7 69.5 124.7 95.9 11.2 4.7 24.1 2.1 32.7-6.5l14.5-14.5 129.4 96.9-11.6 11.5c-39.8 39.8-97.6 30.1-139.1 14.9z' fill='%239c9c9c'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.m-footer-contact-email {
  position: relative;
  padding-left: 1.7em;
}

.m-footer-contact-email::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2em;
  height: 1.2em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 483.3 483.3'%3E%3Cpath d='m424.3 57.8h-365.2c-32.6 0-59.1 26.4-59.1 59v249.6c0 32.6 26.5 59.1 59.1 59.1h365.1c32.6 0 59.1-26.5 59.1-59.1v-249.4c.1-32.7-26.4-59.2-59-59.2zm32.1 308.7c0 17.7-14.4 32.1-32.1 32.1h-365.2c-17.7 0-32.1-14.4-32.1-32.1v-249.5c0-17.7 14.4-32.1 32.1-32.1h365.1c17.7 0 32.1 14.4 32.1 32.1z' fill='%239c9c9c'/%3E%3Cpath d='m304.8 238.6 118.2-106c5.5-5 6-13.5 1-19.1-5-5.5-13.5-6-19.1-1l-163 146.3-31.8-28.4c-.1-.1-.2-.2-.2-.3-.7-.7-1.4-1.3-2.2-1.9l-129.4-115.9c-5.6-5-14.1-4.5-19.1 1.1s-4.5 14.1 1.1 19.1l119.6 106.9-119.1 111.6c-5.4 5.1-5.7 13.6-.6 19.1 2.7 2.8 6.3 4.3 9.9 4.3 3.3 0 6.6-1.2 9.2-3.6l120.9-113.1 32.8 29.3c2.6 2.3 5.8 3.4 9 3.4s6.5-1.2 9-3.5l33.7-30.2 120.2 114.2c2.6 2.5 6 3.7 9.3 3.7 3.6 0 7.1-1.4 9.8-4.2 5.1-5.4 4.9-14-.5-19.1z' fill='%239c9c9c'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.m-footer a {
  text-decoration: none;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  display: block;
}

.m-footer ul {
  list-style: none;
  padding-left: 0;
}

#navbarMiddleLogo {
  max-width: 200px;
  max-height: 50px;
}

.wp-block-site-logo img {
  max-height: 60px;
  width: auto;
  max-width: 150px;
  height: auto;
}

#footerWhiteLogo {
  max-width: 200px;
}

.m-site-footer-logo {
  text-align: center;
}

.m-footer a {
  color: #9c9c9c;
}

.m-footer p {
  color: #9c9c9c;
}

:not(.block-editor-page) .title-hidden {
  display: none !important;
}

.promo-logo {
  text-align: center;
}

.promo-logo img {
  max-width: 450px;
}

.mobile-menu-toggle {
  -webkit-tap-highlight-color: transparent; /* Remove blue highlight in Safari */
  -webkit-appearance: none; /* Remove default button style */
  -moz-appearance: none;
       appearance: none;
  outline: none; /* Remove blue focus ring */
  background: none; /* Optional: if you're styling it yourself */
  border: none;
  color: black !important;
}

@media screen and (min-width: 782px) and (max-width: 991px) {
  .m-review-group__name {
    font-size: 0.8rem;
  }
  .m-review-group__date {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 782px) {
  h2 {
    font-size: 2rem;
    padding-left: clamp(0rem, 2vw, 1rem);
    padding-right: clamp(0rem, 2vw, 1rem);
  }
  h3 {
    font-size: 1.5rem;
    padding-left: clamp(0rem, 2vw, 1rem);
    padding-right: clamp(0rem, 2vw, 1rem);
  }
  p {
    padding-left: clamp(0rem, 2vw, 1rem);
    padding-right: clamp(0rem, 2vw, 1rem);
  }
  .m-btn-center-mobile {
    width: 100%;
    text-align: center;
  }
  .m-text-center-mobile {
    text-align: center;
  }
  .features-four__columns {
    flex-direction: column;
  }
  .features-four .features-four__center-image {
    order: 1;
  }
  .features-four .features-four__center-image img {
    max-width: 380px;
    width: 100% !important;
    height: auto;
  }
  .features-four .features-four__column {
    order: 2;
  }
  .features-four .features-four__m-block {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .features-four__m-block .wp-block-image {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .features-four .features-four__m-block img {
    max-width: 100px;
    height: auto;
  }
  .features-four .features-four__m-block p {
    text-align: left;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .features-block-1__col {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
  .features-block-1__col h3 {
    margin-top: 1rem !important;
  }
  .features-block-1__col p {
    padding-bottom: 1rem;
  }
  .features-block-1__col .wp-block-group {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .features-block-1__col img {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  body:not(.block-editor-page) .visible-only-desktop {
    display: none !important;
  }
  .navbar-middle .wp-block-image {
    text-align: center;
  }
  .navbar-middle .wp-block-buttons {
    justify-content: center !important;
  }
  .hero-middle.has-background {
    background-position: center center !important;
  }
  .hero-middle .wp-block-image {
    display: none !important;
  }
  .hero-middle h3 {
    font-size: 2rem !important;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    margin-top: 0 !important;
  }
  .features-block-3 {
    display: flex;
    flex-direction: column;
  }
  .features-block-3 .features-block-3__title {
    order: 1;
  }
  .features-block-3 .features-block-3__img {
    order: 2;
  }
  .features-block-3 .features-block-3__row-1 {
    order: 3;
    flex-direction: column;
    margin-bottom: 0 !important;
  }
  .features-block-3 .features-block-3__row-2 {
    order: 4;
    margin-top: 1rem !important;
  }
  .padding-mobile {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .col-order-control {
    display: flex !important;
    flex-direction: column !important;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .order-4 {
    order: 4;
  }
  .order-5 {
    order: 5;
  }
  .order-6 {
    order: 6;
  }
  .footer-title {
    padding-left: 0 !important;
  }
  .copyrights-footer-col-1 {
    text-align: center;
  }
  .copyrights-footer-col-2 .wp-block-group {
    justify-content: center !important;
  }
  .footer-columns {
    max-width: 250px;
  }
  .navbar-middle-logo {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }
  .promo-block-group {
    margin-bottom: 4rem;
  }
  .promo-logo img {
    max-width: 300px;
    padding-top: 2rem;
  }
  .col-order-control .wp-block-image {
    text-align: center;
  }
  .navbar-middle {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 782px) and (max-width: 1024px) {
  :root {
    --wp--style--global--content-size: 768px;
  }
  .features-four__center-image {
    flex-basis: 50%;
  }
  .features-four__column {
    flex-basis: 25%;
  }
}
@media screen and (min-width: 555px) and (max-width: 781px) {
  :root {
    --wp--style--global--content-size: calc(550px - 1rem);
  }
  .m-review-group__name {
    padding-left: 0;
  }
  .wp-block-my-plugin-detailed-responsive-header {
    width: 100%;
    max-width: 100%;
  }
}
.copyright-row {
  display: flex;
  justify-content: center;
  gap: 3px;
}
.copyright-row p {
  padding-left: 0;
  padding-right: 0;
}

.entry-content {
  margin-top: 0 !important;
  margin-block-start: 0 !important;
}

.footer-payment-logos {
  position: relative;
}
.footer-payment-logos img {
  display: block;
}
.footer-payment-logos .wp-block-group {
  position: relative;
  min-height: 40px;
  height: 100%;
  display: flex;
  align-items: center;
}
.footer-payment-logos .wp-block-group:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -0.6rem; /* half of the gap */
  top: 0;
  bottom: 0;
  width: 1px;
  background: #ccc;
}/*# sourceMappingURL=page-product.css.map */