body #eazyzap p,
body #eazyzap ul,
body #eazyzap a,
body #eazyzap a:hover {
  color: #32374b;
}
body #eazyzap .bg-white {
  background-color: #ffffff;
}
body #eazyzap .bg-white h2,
body #eazyzap .bg-white h3 {
  color: #32374b;
}
body #eazyzap .bg-white p,
body #eazyzap .bg-white ul,
body #eazyzap .bg-white a {
  color: #32374b;
}
body #eazyzap .bg-white .quote-block [class^=quote-text] {
  color: #32374b;
}
body #eazyzap .bg-white .quote-block [class^=quote-mark] {
  fill: #32374b;
}
body #eazyzap .bg-white .button.s-default {
  background-color: #32374b;
  color: #ffffff;
}
body #eazyzap .bg-white .feature-product .prod-price-prefix, body #eazyzap .bg-white .feature-product .prod-price-value, body #eazyzap .bg-white .feature-product .prod-price-vat {
  color: #E30613;
}
body #eazyzap .bg-white .card-block-col {
  background-color: white;
  -webkit-box-shadow: 0 3px 6px rgba(50, 55, 75, 0.3);
          box-shadow: 0 3px 6px rgba(50, 55, 75, 0.3);
}
body #eazyzap .bg-white .card-block-col h3,
body #eazyzap .bg-white .card-block-col p,
body #eazyzap .bg-white .card-block-col .cta {
  color: #32374b;
}
body #eazyzap p,
body #eazyzap ul,
body #eazyzap a,
body #eazyzap a:hover {
  color: #32374b;
}
body #eazyzap .bg-blueberry {
  background: #003066;
  background: transparent radial-gradient(closest-side at 50% 50%, #1a4575 0%, #003066 100%) 0% 0% no-repeat padding-box;
}
body #eazyzap .bg-blueberry h2,
body #eazyzap .bg-blueberry h3 {
  color: #ffffff;
}
body #eazyzap .bg-blueberry p,
body #eazyzap .bg-blueberry ul,
body #eazyzap .bg-blueberry a {
  color: #ffffff;
}
body #eazyzap .bg-blueberry .quote-block [class^=quote-text] {
  color: #ffffff;
}
body #eazyzap .bg-blueberry .quote-block [class^=quote-mark] {
  fill: #ffffff;
}
body #eazyzap .bg-blueberry .button.s-default {
  background-color: #ffffff;
  color: #32374b;
}
body #eazyzap .bg-blueberry .feature-product .prod-price-prefix, body #eazyzap .bg-blueberry .feature-product .prod-price-value, body #eazyzap .bg-blueberry .feature-product .prod-price-vat {
  color: #ffffff;
}
body #eazyzap .bg-blueberry .card-block-col {
  background-color: white;
}
body #eazyzap .bg-blueberry .card-block-col h3,
body #eazyzap .bg-blueberry .card-block-col p,
body #eazyzap .bg-blueberry .card-block-col .cta {
  color: #32374b;
}

main #eazyzap h1.eazyzap-logo {
  font-size: 1.3em;
  line-height: 1.3em;
}
@media (min-width: 640px) {
  main #eazyzap h1.eazyzap-logo {
    font-size: 2em;
    line-height: 1em;
  }
}
main #eazyzap p.intro {
  line-height: 1.2em;
}
@media (min-width: 640px) {
  main #eazyzap p.intro {
    line-height: 1.42857143;
  }
}
main .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
main .eazyzap-logo {
  width: 250px;
  height: auto;
  background-image: url("https://media.nisbets.com/static/content/logos/logo_eazyzap.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 640px) {
  main .eazyzap-logo {
    width: 395px;
  }
}

#eazyzap ul.mini-nav {
  text-align: center;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  font-size: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
#eazyzap ul.mini-nav > li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 14px;
  margin-bottom: 15px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  border-left: 1px solid #32374b;
  border-right: 1px solid #32374b;
}
#eazyzap ul.mini-nav > li > a {
  text-decoration: underline;
}
@media (min-width: 425px) {
  #eazyzap ul.mini-nav > li {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  #eazyzap ul.mini-nav > li {
    margin-bottom: 0;
  }
}
#eazyzap .feature-product h2 {
  margin-bottom: 20px;
}
#eazyzap .feature-product ul {
  padding-left: 0;
}
#eazyzap .feature-product ul li {
  list-style-type: none;
  padding-left: 20px;
  line-height: 1.1em;
  padding-bottom: 8px;
}
#eazyzap .feature-product ul li:before {
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
  background-image: url(https://media.nisbets.com/static/content/logos/logo_eazyzap_icon.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  margin-right: 5px;
  margin-left: -20px;
}
#eazyzap .feature-product .button-wrapper {
  display: inline-block;
  width: 100%;
  max-width: 146px;
  margin: 0 5px;
}
@media (min-width: 1024px) {
  #eazyzap .feature-product .button-wrapper:first-of-type {
    margin-left: 0;
  }
}
#eazyzap .feature-product .prod-price-prefix {
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
}
@media (min-width: 1024px) {
  #eazyzap .feature-product .prod-price-prefix {
    display: block;
  }
}
#eazyzap .feature-product .prod-price-value {
  font-size: 1.875em;
  font-weight: bold;
  line-height: 20px;
  display: inline-block;
}
#eazyzap .feature-product .prod-price-vat {
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
}
#eazyzap .quote-block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto 0;
  max-width: 740px;
  padding: 0 20px;
}
#eazyzap .quote-title {
  font-weight: 600;
  margin-bottom: 0;
}
#eazyzap .quote-text {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.2em;
  position: relative;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 0;
  font-style: italic;
  padding: 0 46px;
}
#eazyzap .quote-rating {
  margin-top: 15px;
  margin-bottom: 0;
}
#eazyzap .quote-rating .bv_main_container.bv_inline_rating_container_left {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
#eazyzap .quote-mark-left {
  width: 38px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 640px) {
  #eazyzap .quote-mark-left {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#eazyzap .quote-mark-right {
  width: 38px;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (min-width: 640px) {
  #eazyzap .quote-mark-right {
    top: 50%;
    -webkit-transform: translateY(-50%) scaleX(-1);
            transform: translateY(-50%) scaleX(-1);
  }
}
#eazyzap .card-block-container {
  max-width: 252px;
}
#eazyzap .card-block-col {
  padding: 10px;
  display: block;
  cursor: pointer;
}
@media (min-width: 425px) {
  #eazyzap .card-block-col {
    padding: 15px 10px;
  }
}
#eazyzap .card-block-col:hover {
  text-decoration: none;
}
#eazyzap .card-block-col h3 {
  font-size: 1em;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 425px) {
  #eazyzap .card-block-col h3 {
    font-size: 1.25em;
  }
}
#eazyzap .card-block-col picture {
  margin: auto;
}
#eazyzap .card-block-col p {
  margin: 10px 0 auto;
  font-size: 1em;
  line-height: 1.2em;
}
#eazyzap .card-block-col .cta {
  text-decoration: underline;
  margin: auto 0 0;
}
#eazyzap .max-w-450 {
  max-width: 450px;
}
#eazyzap .max-w-1100 {
  max-width: 1100px;
}
#eazyzap .cta {
  text-decoration: underline;
}