/*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[3]!./node_modules/webpack-import-glob-loader/index.js!./assets/sass/main.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * Import: Base
 */
/*
 * Variables
 */
:root,
html > body {
  /*
   * Body
   */
  --body--background-color: #fff;
  --body--text-color: #000;
  /*
   * Selection colour
   */
  /*
   * Stylised scrollbars
   */
  /*
   * Video Gallery
   */
  /*
   * Alist Shows
   */
}

/*
 * Breakpoints
 */
/*
 * Body styles
 */
body {
  background: var(--body--background-color);
  color: var(--body--text-color);
}

/*
 * BlockGap fix
 */
/*
 * Default block padding
 */
.wp-block-post-content > .wp-block-group,
.wp-block-post-content > .wp-block-columns,
.wp-block-post-content > .wp-block-row,
.wp-block-post-content > h1,
.wp-block-post-content > h2,
.wp-block-post-content > h3,
.wp-block-post-content > h4,
.wp-block-post-content > h5,
.wp-block-post-content > h6,
.wp-block-post-content > p,
.wp-block-template-part > .wp-block-group {
  padding-left: 15px;
  padding-right: 15px;
}

.alignfull,
.alignwide,
.entry-content > * {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*
 * Sticky Footer
 */
.wp-site-blocks {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wp-site-blocks main,
.wp-site-blocks .wp-block-post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

iframe {
  border: none;
  padding: 0;
}

/*
 * Headings
 */
h2 {
  padding-top: 12px;
}
h2:first-child {
  padding-top: 0;
}

/*
 * Import: Mixins
 */
/*
 * Import: Common
 */
/*
 * Buttons
 */
.wp-block-button .wp-block-button__link, .woocommerce a.button, .AlistSubscribe input[type=submit], .wpcf7 .wpcf7-form input[type=submit] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  font-weight: bold;
}
.woocommerce a.button, .AlistSubscribe input[type=submit], .wpcf7 .wpcf7-form input[type=submit] {
  background: var(--wp--preset--color--green-1);
  color: #fff;
  border: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  border-radius: 0;
}
.woocommerce a.button:hover, .AlistSubscribe input[type=submit]:hover, .wpcf7 .wpcf7-form input[type=submit]:hover {
  background-color: var(--wp--preset--color--green-highlight-1);
  color: #fff;
}

.wp-block-button .wp-block-button__link.has-green-1-background-color:hover {
  background-color: var(--wp--preset--color--green-highlight-1) !important;
  text-decoration: none !important;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  border-color: red;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  border-color: #fff;
}

/*
  * Forms
  */
:root,
html > body {
  --form--required-color: #dc3232;
  --form--error-color: #dc3232;
  --form--warning-color: #ffb900;
  --form--success-color: #46b450;
  --form--spinner--background-color: var(--wp--preset--color--grey-dark-1);
  --form--spinner--color: var(--wp--preset--color--green-1);
  --form--response-output--color: #000;
  --form--label--color: #000;
  --form--input--outline-color: var(--wp--preset--color--green-1);
  --form--input--background-color: #fafafa;
  --form--input--font-family: var(--wp--preset--font-family--montserrat);
}

.AlistSubscribe input[type=text],
.AlistSubscribe input[type=email],
.AlistSubscribe textarea, .wpcf7 .wpcf7-form input[type=text],
.wpcf7 .wpcf7-form input[type=email],
.wpcf7 .wpcf7-form input[type=tel],
.wpcf7 .wpcf7-form input[type=date],
.wpcf7 .wpcf7-form textarea, .AlistSubscribe select, .wpcf7 .wpcf7-form select {
  -webkit-box-shadow: 0px 0px 0px 0px var(--wp--preset--color--green-1);
          box-shadow: 0px 0px 0px 0px var(--wp--preset--color--green-1);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.AlistSubscribe input[type=text]:focus,
.AlistSubscribe input[type=email]:focus,
.AlistSubscribe textarea:focus, .wpcf7 .wpcf7-form input[type=text]:focus,
.wpcf7 .wpcf7-form input[type=email]:focus,
.wpcf7 .wpcf7-form input[type=tel]:focus,
.wpcf7 .wpcf7-form input[type=date]:focus,
.wpcf7 .wpcf7-form textarea:focus, .AlistSubscribe select:focus, .wpcf7 .wpcf7-form select:focus {
  -webkit-box-shadow: 0px 0px 0px 2px var(--wp--preset--color--green-1);
          box-shadow: 0px 0px 0px 2px var(--wp--preset--color--green-1);
}

/*
 * Forms: Base
 */
form sup.required {
  color: var(--form--required-color);
}
form textarea {
  width: 100%;
  min-height: 15em;
}

/*
 * Forms: Style placeholders
 */
.AlistSubscribe-fieldWrapper, .wpcf7 .wpcf7-form .field-wrapper {
  margin: 0 0 16px;
}

.AlistSubscribe input[type=text],
.AlistSubscribe input[type=email],
.AlistSubscribe textarea, .wpcf7 .wpcf7-form input[type=text],
.wpcf7 .wpcf7-form input[type=email],
.wpcf7 .wpcf7-form input[type=tel],
.wpcf7 .wpcf7-form input[type=date],
.wpcf7 .wpcf7-form textarea, .AlistSubscribe select, .wpcf7 .wpcf7-form select {
  border: 1px solid transparent;
}
.AlistSubscribe input[type=text]:focus,
.AlistSubscribe input[type=email]:focus,
.AlistSubscribe textarea:focus, .wpcf7 .wpcf7-form input[type=text]:focus,
.wpcf7 .wpcf7-form input[type=email]:focus,
.wpcf7 .wpcf7-form input[type=tel]:focus,
.wpcf7 .wpcf7-form input[type=date]:focus,
.wpcf7 .wpcf7-form textarea:focus, .AlistSubscribe select:focus, .wpcf7 .wpcf7-form select:focus {
  outline: 0;
}

.AlistSubscribe input[type=text],
.AlistSubscribe input[type=email],
.AlistSubscribe textarea, .wpcf7 .wpcf7-form input[type=text],
.wpcf7 .wpcf7-form input[type=email],
.wpcf7 .wpcf7-form input[type=tel],
.wpcf7 .wpcf7-form input[type=date],
.wpcf7 .wpcf7-form textarea, .AlistSubscribe select, .wpcf7 .wpcf7-form select {
  padding: 12px;
  width: 100%;
  font-size: 14px;
  border: 1px solid #ccc;
  background-color: var(--form--input--background-color);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: var(--form--input--font-family);
  font-weight: 600;
}

.AlistSubscribe select, .wpcf7 .wpcf7-form select {
  background-color: var(--form--input--background-color);
  color: var(--form--label--color);
  padding: 25px 20px;
}
.AlistSubscribe select:focus, .wpcf7 .wpcf7-form select:focus {
  border-color: var(--form--input--focus-border-color);
}

.AlistSubscribe label, .wpcf7 .wpcf7-form label {
  color: var(--form--label--color);
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

.AlistSubscribe-fieldError, .wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 3px;
  font-size: 14px;
  color: var(--form--error-color);
}

.AlistSubscribe[data-form-state=invalid] .AlistSubscribe-responseOutput, .wpcf7 .wpcf7-form.invalid .wpcf7-response-output, .wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output, .wpcf7 .wpcf7-form.spam .wpcf7-response-output, .AlistSubscribe[data-form-state=error] .AlistSubscribe-responseOutput, .wpcf7 .wpcf7-form.failed .wpcf7-response-output, .wpcf7 .wpcf7-form.aborted .wpcf7-response-output, .AlistSubscribe[data-form-state=success] .AlistSubscribe-responseOutput, .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  border: 2px solid transparent;
  color: var(--form--response-output--color);
  padding: 0.5em;
  margin-top: 18px;
  margin-left: 0;
  margin-right: 0;
}

.AlistSubscribe[data-form-state=success] .AlistSubscribe-responseOutput, .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  border-color: var(--form--success-color);
}

.AlistSubscribe[data-form-state=error] .AlistSubscribe-responseOutput, .wpcf7 .wpcf7-form.failed .wpcf7-response-output, .wpcf7 .wpcf7-form.aborted .wpcf7-response-output {
  border-color: var(--form--error-color);
}

.AlistSubscribe[data-form-state=invalid] .AlistSubscribe-responseOutput, .wpcf7 .wpcf7-form.invalid .wpcf7-response-output, .wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output, .wpcf7 .wpcf7-form.spam .wpcf7-response-output {
  border-color: var(--form--warning-color);
}

.AlistSubscribe input[type=submit], .wpcf7 .wpcf7-form input[type=submit] {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
}

.wpcf7 .wpcf7-form .wpcf7-spinner {
  top: 6px;
  background-color: var(--form--spinner--background-color);
  opacity: 1;
}
.wpcf7 .wpcf7-form .wpcf7-spinner:before {
  background-color: var(--form--spinner--color);
}

/*
 * Forms: Contact Form 7
 */
.wpcf7 .wpcf7-form br {
  display: none;
}
/*
 * Forms: Alist Subscribe
 */
.AlistSubscribe {
  max-width: 600px;
  margin: 40px auto !important;
  /*
   * Response messages
   */
}
.AlistSubscribe-fieldWrapper[data-key=city] .AlistSubscribe-inputWrapper {
  position: relative;
}
.AlistSubscribe-fieldWrapper[data-key=city] .AlistSubscribe-inputWrapper:after {
  content: " ";
  background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg width=%2715px%27 height=%2710px%27 viewBox=%270 0 15 10%27 version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27%3E%3Ctitle%3E%EF%84%87%3C/title%3E%3Cg id=%27Design-v1%27 stroke=%27none%27 stroke-width=%271%27 fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cg id=%27carlbarron-design-v1%27 transform=%27translate%28-1150.000000, -5488.000000%29%27 fill=%27%23205375%27 fill-rule=%27nonzero%27%3E%3Cg id=%27Contact%27 transform=%27translate%28-1.000000, 4538.000000%29%27%3E%3Cpath d=%27M1159.28747,959.514064 L1165.66246,953.139079 C1166.1031,952.703152 1166.1031,951.990644 1165.66246,951.550048 L1164.6031,950.490648 C1164.16717,950.050052 1163.45467,950.050052 1163.01402,950.490648 L1158.49531,955.009406 L1153.97656,950.490648 C1153.54063,950.050052 1152.82812,950.050052 1152.38748,950.490648 L1151.32812,951.550048 C1150.88748,951.985975 1150.88748,952.698483 1151.32812,953.139079 L1157.70311,959.514064 C1158.14375,959.954706 1158.85621,959.954706 1159.28747,959.514064 Z%27 id=%27%EF%84%87%27%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.AlistSubscribe-fieldWrapper[data-key=city] label {
  display: none;
}
.AlistSubscribe-fieldWrapper[data-key=city] select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
/*
 * Links
 */
:root,
html > body {
  --link--color: var(--wp--preset--color--green);
  --link--hover--color: var(--wp--preset--color--green-highlight-1);
  --link--transition-timing: .2s;
}

a {
  color: var(--link--color);
  text-decoration: none;
  -webkit-transition: color var(--link--transition-timing);
  transition: color var(--link--transition-timing);
}
a:hover {
  color: var(--link--hover--color);
  text-decoration: underline;
}

/*
 * Nav
 */
/*
 * Stylised Scrollbars
 */ /*
 * Highlight Colour
 */
::-moz-selection {
  background-color: var(--selection--background, highlight);
  color: var(--selection--color, highlighttext);
  text-shadow: var(--selection--text-shadow, none);
}

::selection {
  background-color: var(--selection--background, highlight);
  color: var(--selection--color, highlighttext);
  text-shadow: var(--selection--text-shadow, none);
}

/*
 * Import: Features
 */
.PageHero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 600px;
  max-height: calc(100vh - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px !important;
  margin-top: 0 !important;
}
.PageHero > .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.PageHero-icon {
  height: 62px !important;
  margin-bottom: 30px;
}
.PageHero-title {
  --title-height: 62px;
  --bookend-width: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  color: var(--wp--preset--color--green-1);
  padding: 0px var(--bookend-width);
  position: relative;
  min-height: var(--title-height);
  margin-bottom: 30px;
  line-height: 1.2;
}
.PageHero-title:before, .PageHero-title:after {
  content: " ";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA0OTggMTA4MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDk4IDEwODA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00OTguODEsMTIuMzd2MTA1NS4yNkgyNjcuNTNjLTE3NS4yMSwwLTI5Mi45Mi0xMDguMy0yNjIuODQtMjQxLjg5bDEyOC42NC01NzEuNTMNCglDMTYzLjA0LDEyMi4xOSwzMjUuODksMTQuODcsNDk4LjgxLDEyLjM3eiIvPg0KPC9zdmc+DQo=);
  background-size: auto calc(62px + 1px);
  background-repeat: no-repeat;
  background-position: center right;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 62px;
  width: 30px;
  overflow: hidden;
}
.PageHero-title:before {
  left: 1px;
}
.PageHero-title:after {
  right: 1px;
  -webkit-transform: scaleY(-1) scaleX(-1);
          transform: scaleY(-1) scaleX(-1);
}
.PageHero-title span {
  position: relative;
  z-index: 9;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: var(--title-height);
}
@media (max-width: 625px) {
  .PageHero .PageHero-title span {
    font-size: 28px !important;
  }
}
@media (max-width: 500px) {
  .PageHero .PageHero-title span {
    font-size: 21px !important;
  }
}
@media (max-width: 300px) {
  .PageHero .PageHero-title:before {
    display: none;
  }
}

.PageHero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 600px;
  max-height: calc(100vh - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px !important;
  margin-top: 0 !important;
}
.PageHero > .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.PageHero-icon {
  height: 62px !important;
  margin-bottom: 30px;
}
.PageHero-title {
  --title-height: 62px;
  --bookend-width: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  color: var(--wp--preset--color--green-1);
  padding: 0px var(--bookend-width);
  position: relative;
  min-height: var(--title-height);
  margin-bottom: 30px;
  line-height: 1.2;
}
.PageHero-title:before, .PageHero-title:after {
  content: " ";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA0OTggMTA4MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDk4IDEwODA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00OTguODEsMTIuMzd2MTA1NS4yNkgyNjcuNTNjLTE3NS4yMSwwLTI5Mi45Mi0xMDguMy0yNjIuODQtMjQxLjg5bDEyOC42NC01NzEuNTMNCglDMTYzLjA0LDEyMi4xOSwzMjUuODksMTQuODcsNDk4LjgxLDEyLjM3eiIvPg0KPC9zdmc+DQo=);
  background-size: auto calc(62px + 1px);
  background-repeat: no-repeat;
  background-position: center right;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 62px;
  width: 30px;
  overflow: hidden;
}
.PageHero-title:before {
  left: 1px;
}
.PageHero-title:after {
  right: 1px;
  -webkit-transform: scaleY(-1) scaleX(-1);
          transform: scaleY(-1) scaleX(-1);
}
.PageHero-title span {
  position: relative;
  z-index: 9;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: var(--title-height);
}
@media (max-width: 625px) {
  .PageHero .PageHero-title span {
    font-size: 28px !important;
  }
}
@media (max-width: 500px) {
  .PageHero .PageHero-title span {
    font-size: 21px !important;
  }
}
@media (max-width: 300px) {
  .PageHero .PageHero-title:before {
    display: none;
  }
}

.ProductRangeCards .ProductRangeCard-link {
  -webkit-box-shadow: 0px 0px 0px 0px var(--wp--preset--color--green-1);
          box-shadow: 0px 0px 0px 0px var(--wp--preset--color--green-1);
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.ProductRangeCards .ProductRangeCard-link:hover {
  -webkit-box-shadow: 0px 0px 0px 4px var(--wp--preset--color--green-1);
          box-shadow: 0px 0px 0px 4px var(--wp--preset--color--green-1);
}

.ProductRangeCards > .inner {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ProductRangeCards .ProductRangeCard {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-bottom: 30px;
}
.ProductRangeCards .ProductRangeCard-link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  height: 0;
  padding-top: 56.25%;
  background-size: cover;
  position: relative;
  background-position: center center;
}
.ProductRangeCards .ProductRangeCard-titleWrapper {
  position: absolute;
  bottom: 12px;
  left: 12px;
}
.ProductRangeCards .ProductRangeCard-title {
  --title-height: 42px;
  --bookend-width: 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  color: var(--wp--preset--color--green-1);
  padding: 0px var(--bookend-width);
  position: relative;
  min-height: var(--title-height);
  margin-bottom: 30px;
  line-height: 1.2;
  margin: 0;
}
.ProductRangeCards .ProductRangeCard-title:before, .ProductRangeCards .ProductRangeCard-title:after {
  content: " ";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA0OTggMTA4MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDk4IDEwODA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00OTguODEsMTIuMzd2MTA1NS4yNkgyNjcuNTNjLTE3NS4yMSwwLTI5Mi45Mi0xMDguMy0yNjIuODQtMjQxLjg5bDEyOC42NC01NzEuNTMNCglDMTYzLjA0LDEyMi4xOSwzMjUuODksMTQuODcsNDk4LjgxLDEyLjM3eiIvPg0KPC9zdmc+DQo=);
  background-size: auto calc(42px + 1px);
  background-repeat: no-repeat;
  background-position: center right;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 42px;
  width: 21px;
  overflow: hidden;
}
.ProductRangeCards .ProductRangeCard-title:before {
  left: 1px;
}
.ProductRangeCards .ProductRangeCard-title:after {
  right: 1px;
  -webkit-transform: scaleY(-1) scaleX(-1);
          transform: scaleY(-1) scaleX(-1);
}
.ProductRangeCards .ProductRangeCard-title span {
  position: relative;
  z-index: 9;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: var(--title-height);
}
@media (max-width: 860px) {
  .ProductRangeCards .ProductRangeCard {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

main.site-main {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 768px) {
  .woocommerce ul.products[class*=columns-] li.product:nth-child(odd),
  .woocommerce-page ul.products[class*=columns-] li.product:nth-child(odd) {
    margin-right: 4%;
  }
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: black;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 24px 0;
}

.woocommerce a.button {
  width: 100%;
}

.archive.woocommerce .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.archive.woocommerce .products > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.archive.woocommerce .products > li > a.button {
  margin-top: auto;
}

.woocommerce ul.products li.product a img {
  margin: 0;
}

/* 
 * Blocks
 */
.ProductRangeCards .ProductRangeCard-link {
  -webkit-box-shadow: 0px 0px 0px 0px var(--wp--preset--color--green-1);
          box-shadow: 0px 0px 0px 0px var(--wp--preset--color--green-1);
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.ProductRangeCards .ProductRangeCard-link:hover {
  -webkit-box-shadow: 0px 0px 0px 4px var(--wp--preset--color--green-1);
          box-shadow: 0px 0px 0px 4px var(--wp--preset--color--green-1);
}

.ProductRangeCards > .inner {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ProductRangeCards .ProductRangeCard {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-bottom: 30px;
}
.ProductRangeCards .ProductRangeCard-link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  height: 0;
  padding-top: 56.25%;
  background-size: cover;
  position: relative;
  background-position: center center;
}
.ProductRangeCards .ProductRangeCard-titleWrapper {
  position: absolute;
  bottom: 12px;
  left: 12px;
}
.ProductRangeCards .ProductRangeCard-title {
  --title-height: 42px;
  --bookend-width: 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  color: var(--wp--preset--color--green-1);
  padding: 0px var(--bookend-width);
  position: relative;
  min-height: var(--title-height);
  margin-bottom: 30px;
  line-height: 1.2;
  margin: 0;
}
.ProductRangeCards .ProductRangeCard-title:before, .ProductRangeCards .ProductRangeCard-title:after {
  content: " ";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA0OTggMTA4MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDk4IDEwODA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00OTguODEsMTIuMzd2MTA1NS4yNkgyNjcuNTNjLTE3NS4yMSwwLTI5Mi45Mi0xMDguMy0yNjIuODQtMjQxLjg5bDEyOC42NC01NzEuNTMNCglDMTYzLjA0LDEyMi4xOSwzMjUuODksMTQuODcsNDk4LjgxLDEyLjM3eiIvPg0KPC9zdmc+DQo=);
  background-size: auto calc(42px + 1px);
  background-repeat: no-repeat;
  background-position: center right;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 42px;
  width: 21px;
  overflow: hidden;
}
.ProductRangeCards .ProductRangeCard-title:before {
  left: 1px;
}
.ProductRangeCards .ProductRangeCard-title:after {
  right: 1px;
  -webkit-transform: scaleY(-1) scaleX(-1);
          transform: scaleY(-1) scaleX(-1);
}
.ProductRangeCards .ProductRangeCard-title span {
  position: relative;
  z-index: 9;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: var(--title-height);
}
@media (max-width: 860px) {
  .ProductRangeCards .ProductRangeCard {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

/*
 * Import: Blocks
 */
.wp-block-eedee-block-gutenslider .eedee-gutenslider-nav {
  background: var(--wp--preset--color--green-1) !important;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  --gutenslider-arrow-x-offset: 0;
  --gutenslider-arrow-x-offset-md: 0;
  --gutenslider-arrow-x-offset-sm: 0;
}
.wp-block-eedee-block-gutenslider .eedee-gutenslider-nav:hover {
  background: var(--wp--preset--color--green-highlight-1) !important;
}

/*
 * Import: Templates
 */
.page-template-default:not(.home) .wp-site-blocks > main {
  margin: 60px 0 40px;
}
.page-template-default:not(.home) h1 {
  margin-bottom: 20px;
}

/*
 * Import: Parts
 */
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  padding-top: 5px;
  left: 0 !important;
  border: none !important;
}

/*
 * Temporary woocommerce styles
 */
.woocommerce .woocommerce-ordering,
.woocommerce .posted_in,
.archive.woocommerce .woocommerce-breadcrumb,
.woocommerce-products-header__title {
  display: none !important;
}

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