/** Colors */

/** Box Model  */

/** Import everything from autoload */

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/** Import theme styles */

/* line 2, resources/assets/styles/common/_global.scss */

body .compare-product-table tbody tr th {
  min-width: 150px;
}

/* line 6, resources/assets/styles/common/_global.scss */

body .compare-product-table__title {
  height: auto !important;
  min-height: 90px;
}

/* line 12, resources/assets/styles/common/_global.scss */

body .hero-full__logo img {
  max-width: 250px !important;
  max-height: 250px !important;
}

@media (max-width: 1300px) {
  /* line 18, resources/assets/styles/common/_global.scss */

  body .hero-full__logo img {
    max-width: 180px !important;
    max-height: 180px !important;
  }
}

@media screen and (max-width: 600px) {
  /* line 25, resources/assets/styles/common/_global.scss */

  body .hero-full__logo img {
    max-width: 100px !important;
    max-height: 100px !important;
  }
}

/* line 32, resources/assets/styles/common/_global.scss */

body .meta__share {
  text-align: left;
}

/* line 36, resources/assets/styles/common/_global.scss */

body .panel__img-text-title {
  line-height: 1;
}

/* line 41, resources/assets/styles/common/_global.scss */

body .hub-page .card-container__header {
  gap: 0;
}

/* line 44, resources/assets/styles/common/_global.scss */

body .hub-page .card-container__header h2.card-container__title {
  display: none;
}

/* line 51, resources/assets/styles/common/_global.scss */

body .slick-slider .slick-prev,
body .slick-slider .slick-next {
  width: 48px;
  height: 48px;
  pointer-events: auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-color: #52907e;
  color: #fff;
  outline: 0;
  border-radius: 50%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBvbHlsaW5lIHBvaW50cz0iMCAwIDYgNiAwIDEyIiB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgMTQgOCkiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==);
  background-position: center center;
  z-index: 30;
  top: 45%;
}

/* line 70, resources/assets/styles/common/_global.scss */

body .slick-slider .slick-prev.slick-disabled,
body .slick-slider .slick-next.slick-disabled {
  opacity: 0.5;
}

/* line 75, resources/assets/styles/common/_global.scss */

body .slick-slider .slick-next {
  margin-right: -10px;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 25px;
}

/* line 81, resources/assets/styles/common/_global.scss */

body .slick-slider .slick-prev {
  left: 25px;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* line 87, resources/assets/styles/common/_global.scss */

body .product-wrap li a.wst-has-label {
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
  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;
}

/* line 95, resources/assets/styles/common/_global.scss */

body .product-wrap li a.wst-has-label .figure {
  margin-bottom: 30px;
}

/* line 99, resources/assets/styles/common/_global.scss */

body .product-wrap li a.wst-has-label .wst-product-lb {
  display: block;
  background-color: #cfdfd3;
  color: #046a38;
  margin: 20px -30px 0 -30px;
  padding: 10px 30px 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: auto;
}

/* line 114, resources/assets/styles/common/_global.scss */

body .product__details-wrap {
  margin-bottom: 30px;
}

/* line 118, resources/assets/styles/common/_global.scss */

body .product__stockist-details-info-wrap {
  margin-top: 0;
}

/* line 122, resources/assets/styles/common/_global.scss */

body .product__stockist-details-info-wrap .wst-product-lb {
  display: inline-block;
  background-color: #cfdfd3;
  color: #046a38;
  margin: 0 0 15px;
  padding: 10px 30px 8px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2;
}

/* line 135, resources/assets/styles/common/_global.scss */

body .hero--main.hero-cover {
  position: relative;
  background-size: cover !important;
}

/* line 139, resources/assets/styles/common/_global.scss */

body .hero--main.hero-cover .container {
  position: relative;
  z-index: 15;
}

/* line 144, resources/assets/styles/common/_global.scss */

body .hero--main.hero-cover .hero-image-fr {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 30px;
}

/* line 156, resources/assets/styles/common/_global.scss */

body .hero--main.hero-cover .hero-image-fr img {
  max-width: 50%;
  height: auto;
}

@media (max-width: 767px) {
  /* line 156, resources/assets/styles/common/_global.scss */

  body .hero--main.hero-cover .hero-image-fr img {
    max-width: 70%;
  }
}

/** Search form */

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

/* line 7, resources/assets/styles/components/_wp-classes.scss */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

/* line 14, resources/assets/styles/components/_wp-classes.scss */

.aligncenter {
  display: block;
  margin: 1rem auto;
  height: auto;
}

/* line 20, resources/assets/styles/components/_wp-classes.scss */

.alignleft,
.alignright {
  margin-bottom: 1rem;
  height: auto;
}

@media (min-width: 30rem) {
  /* line 27, resources/assets/styles/components/_wp-classes.scss */

  .alignleft {
    float: left;
    margin-right: 1rem;
  }

  /* line 32, resources/assets/styles/components/_wp-classes.scss */

  .alignright {
    float: right;
    margin-left: 1rem;
  }
}

/** Captions */

/** Text meant only for screen readers */

/* line 45, resources/assets/styles/components/_wp-classes.scss */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
  background: #fff;
}

/* line 1, resources/assets/styles/layouts/_tinymce.scss */

body#tinymce {
  margin: 12px !important;
}


/*# sourceMappingURL=main.css.map*/