section.lownav_top::after {
  background-image: url("/assets/img/spring-sale-26/spring-sale-hero.webp");
}

section.lownav_top::before {
  background: none;
}

section.spring-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/img/spring-sale-26/spring-sale-hero.webp");
  background-position: 70% bottom;
  background-size: cover;
  transform: scaleX(1);
  z-index: 1;
}
section.spring-hero h3 {
  color: white;
  font-family: "museosansrounded-300", sans-serif;
  font-weight: 300;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  section.spring-hero h3 {
    margin-bottom: 45px;
  }
}
section.spring-hero .spring-products-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  justify-content: center;
  max-width: 960px;
  gap: 30px;
}
@media (min-width: 680px) {
  section.spring-hero .spring-products-flex {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  section.spring-hero .spring-products-flex {
    justify-content: space-between;
    gap: 35px;
  }
}
section.spring-hero .spring-products-flex .product-pod {
  flex: 0 0 auto;
  width: 100%;
  max-width: 380px;
  position: relative;
  background: white;
  border-radius: 10px;
  padding: 25px 20px 20px;
  margin-right: 0;
  outline: 4px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 680px) {
  section.spring-hero .spring-products-flex .product-pod {
    flex: 1 1 0;
    width: auto;
    max-width: none;
  }
}
@media (min-width: 992px) {
  section.spring-hero .spring-products-flex .product-pod {
    flex: 0 0 280px;
    padding: 25px 25px 20px;
    max-width: 280px;
  }
}
section.spring-hero .spring-products-flex .product-pod label {
  background: #1780B7;
  font-family: "museosansrounded-700", sans-serif;
  font-size: 15px;
  padding: 4px 12px 1px;
  position: absolute;
  top: -16px;
  left: 31%;
}
section.spring-hero .spring-products-flex .product-pod h3 {
  font-size: 24px;
  line-height: 28px;
  color: #176188;
  font-family: "museosansrounded-700";
  margin-top: 0px;
  margin-bottom: 6px;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 680px) {
  section.spring-hero .spring-products-flex .product-pod h3 {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  section.spring-hero .spring-products-flex .product-pod h3 {
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
}
@media (min-width: 1200px) {
  section.spring-hero .spring-products-flex .product-pod h3 {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}
section.spring-hero .spring-products-flex .product-pod h4 {
  font-size: 16px;
  font-family: "museosansrounded-300", sans-serif;
  margin-bottom: 25px;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media (min-width: 992px) {
  section.spring-hero .spring-products-flex .product-pod h4 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  section.spring-hero .spring-products-flex .product-pod h4 {
    font-size: 16px;
  }
}
section.spring-hero .spring-products-flex .product-pod h4 img {
  display: inline-block;
  margin: 0 4px 1px 2px;
}
section.spring-hero .spring-products-flex .product-pod ul {
  list-style: none;
  padding-left: 0px;
  margin: 0 auto 15px;
  display: inline-block;
}
section.spring-hero .spring-products-flex .product-pod ul li {
  padding-left: 36px;
  background-image: url("/assets/img/managed-wordpress/feature-tick.svg");
  background-repeat: no-repeat;
  background-position: 0px 3px;
  background-size: 18px;
  text-align: left;
  line-height: 24px;
  font-family: "MuseoSansRounded", sans-serif;
  font-size: 16px;
  margin-bottom: 14px;
}
section.spring-hero .spring-products-flex .product-pod .offer-price {
  display: block;
  font-family: "Museosansrounded-700", sans-serif;
  font-size: 18px;
  color: #EC3270;
  margin-bottom: 8px;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
section.spring-hero .spring-products-flex .product-pod a:hover {
  text-decoration: none;
}
section.spring-hero .spring-products-flex .product-pod a .btn {
  display: block;
  width: 50%;
  padding: 1rem 2rem 0.7rem;
  margin: 0 auto 10px;
  transition: 0.2s;
}
@media (min-width: 680px) {
  section.spring-hero .spring-products-flex .product-pod a .btn {
    width: auto;
  }
}
section.spring-hero .spring-products-flex .product-pod a .btn:hover {
  transition: 0.2s;
}
section.spring-hero .spring-products-flex .product-pod .renewal {
  display: block;
  color: #3F3F3F;
  font-size: 14px;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
section.spring-hero .spring-products-flex .product-pod .copy-code {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  /* background: rgba(0, 0, 0, 0.08); */
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 2px 6px 0px;
  font-size: 13px;
  font-family: "MuseoSansRounded-500";
  cursor: pointer;
  color: inherit;
  line-height: 20px;
  transition: background 0.15s;
  font-weight: 500;
}
section.spring-hero .spring-products-flex .product-pod .copy-code:hover {
  background: rgba(0, 0, 0, 0.15);
}
section.spring-hero .spring-products-flex .product-pod .pod-cta-mobile {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  section.spring-hero .spring-products-flex .product-pod .pod-cta-mobile {
    display: none;
  }
}
section.spring-hero .spring-products-flex .product-pod .pod-cta-mobile .btn {
  font-size: 16px;
}
section.spring-hero .spring-products-flex .product-pod.highlight {
  color: white;
  background: #404C68;
  outline: 4px solid rgba(236, 50, 112, 0.6);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 680px) {
  section.spring-hero .spring-products-flex .product-pod.highlight {
    flex: 1.1 1 0;
  }
}
@media (min-width: 992px) {
  section.spring-hero .spring-products-flex .product-pod.highlight {
    flex: 0 0 310px;
    max-width: 310px;
  }
}
section.spring-hero .spring-products-flex .product-pod.highlight h3 {
  color: #8EEEEE;
  margin-bottom: 10px;
}
@media (min-width: 680px) {
  section.spring-hero .spring-products-flex .product-pod.highlight h3 {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  section.spring-hero .spring-products-flex .product-pod.highlight h3 {
    font-size: 24px;
  }
}
section.spring-hero .spring-products-flex .product-pod.highlight h4 {
  color: white;
}
section.spring-hero .spring-products-flex .product-pod.highlight ul li {
  font-size: 16px;
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  section.spring-hero .spring-products-flex .product-pod.highlight ul li {
    font-size: 18px;
  }
}
section.spring-hero .spring-products-flex .product-pod.highlight .offer-price {
  color: #8eeeee;
}
section.spring-hero .spring-products-flex .product-pod.highlight .renewal {
  color: #E8EBF3;
}/*# sourceMappingURL=spring-sale-2026.css.map */