@charset "UTF-8";
/**
 * Site variations
 *
 */
:root {
  --primary: #39AE60;
  --primary-rgb: 57, 174, 96;
  --secondary: #226ac7;
  --secondary-hover: #2981F3;
  --secondary-rgb: 34, 106, 199;
  --text: #444444;
  --grey: #DBD6D5;
  --headers: #453F3C;
  --sale: #F45B6A;
  --desktop-font-size: 16px;
  --mobile-font-size: 14px;
  --line-height: 1.4em;
  --p-line-height: 1.4em;
  --primary-font: "gotham-narrow", sans-serif, Helvetica, Helvetica Neue, Arial;
  --secondary-font:"gotham-narrow", sans-serif, Helvetica, Helvetica Neue, Arial;
  --body-font-weight: normal;
  --link-colour: #39AE60;
  --link-hover-colour: #00B67A;
  --link-decoration: underline;
  --link-hover-decoration: none;
  --header-height: 60px;
  --h1-font-size: 3rem;
  --h1-font-weight: 800;
  --h2-font-size: 2.48rem;
  --h2-font-weight: 800;
  --h3-font-size: 2.07rem;
  --h3-font-weight: 800;
  --h4-font-size: 1.72rem;
  --h4-font-weight: 800;
  --h5-font-size: 1.44rem;
  --h5-font-weight: 800;
  --h6-font-size: 1.2rem;
  --h6-font-weight: 800;
  --p-line-height: 1.4rem;
  --p-size-small: .83rem;
  --p-super-size-small: .7rem;
  --bttn-border-width: 2px;
  --bttn-padding-y: 0.5em;
  --bttn-padding-x: 1.3em;
  --bttn-outline-width: calc(var(--bttn-border-width) * 2);
  --bttn-line-height: 1.3em;
  --bttn-font-weight: 600;
  --btn-background-1: var(--link-colour);
  --btn-background-hover-1: var(--link-hover-colour);
  --btn-text-1: #ffffff;
  --btn-text-hover-1: #ffffff;
  --btn-outline-colour-1: rgba( var(--primary-rgb), .5);
  --btn-outline-hover-1: rgba( var(--primary-rgb), .5);
  --btn-background-2: var(--secondary);
  --btn-background-hover-2: var(--secondary-hover);
  --btn-text-2: #ffffff;
  --btn-text-hover-2: #ffffff;
  --btn-outline-colour-2: rgba( var(--secondary-rgb), .5);
  --btn-outline-hover-2: rgba( var(--secondary-rgb), .5);
  --woo-account-bg: var(--secondary);
  --woo-account-bg-text: #fff;
  --woo-account-nav-bg: #f1f1f1;
  --woo-account-nav-text: #444444;
  --woo-account-border-radius: 0em;
  --smokescreen: rgba(0,0,0,.25);
  --menu-smokescreen: rgba(8, 19, 25, 0.85);
  --component-radius: 0em;
  --nav-text-highlight: var(--primary);
  --nav-text: #453F3C;
  --nav-font-weight: 500;
  --dd-nav-surround: #F5F5F5;
  --dd-slideout-bg: #FFF;
  --dd-nav-inner: #FFF;
  --dd-nav-mobile-content-bg: #132a37;
  --dd-nav-heading: var(--primary);
  --dd-nav-links-heading: #132a37;
  --dd-link-colour: #453F3C;
  --dd-link-hover: var(--primary);
  --dd-link-highlight: var(--primary);
  --dd-nav-content-heading: var(--primary);
  --dd-nav-content-text: #453F3C;
  --dd-nav-content-link: #453F3C;
  --dd-nav-content-link-hover: var(--primary);
  --dd-border-color: rgba(0,0,0,0.08);
  --dd-border-width: 2px;
  --dd-line-height: 2px;
  --dd-outer-radius: 0;
  --dd-inner-radius: calc(var(--dd-outer-radius) * 0.75);
  --dd-link-area-radius: var(--dd-inner-radius);
  --dd-text-area-image-radius: var(--dd-inner-radius);
  --dd-text-area-image-padding: 0;
  --dd-single-width: 24em;
  --dd-double-width: 42em;
  --dd-area-padding: 0;
  --dd-area-padding-top: 0;
  --dd-menu-area-padding: 2em;
  --dd-slideout-padding: 1.5em;
  --dd-accordion-padding-x: 0em;
  --dd-accordion-padding-y: 1em;
  --dd-accordion-content-padding: 1.5em;
  --dd-accordion-radius: 0;
  --dd-accordion-inner-radius: calc(var(--dd-accordion-radius) * 0.75);
  --dd-accordion-content-radius: calc(var(--dd-accordion-radius) * 0.75);
  --dd-tab-switch-heading: var(--primary);
  --dd-tab-switch-bg: #F5F5F5;
  --dd-tab-switch-bg-hover: #F5F5F5;
  --dd-tab-switch-bg-active: #F5F5F5;
  --dd-tab-switch: #453F3C;
  --dd-tab-switch-hover: #453F3C;
  --dd-tab-switch-active: #453F3C;
  --dd-nav-tabs-content-heading: var(--dd-nav-content-heading);
  --dd-tab-content: #453F3C;
  --dd-tab-content-link: #453F3C;
  --dd-tab-content-link-hover: var(--primary);
  --main-header-height: 125px;
}
/**
 * Reset styles to default values
 * Responsive grid system
 * Print queries
 * Wordpress specific styles
 *
 */
/** Normalize.css v2.1.2 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
audio, canvas, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #0074bb;
  color: #fff;
  padding: 0.2em 0.4em;
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "“" "”" "‘" "’";
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  height: auto;
  max-width: 100%;
  display: block;
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button, input {
  line-height: normal;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/** 24 column responsive grid system v3.0 | responsive.gs */
.col {
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .gutters .col {
    margin-left: 2%;
  }
  .gutters .col:first-child {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .span_1 {
    width: 4.1666666667%;
  }
  .span_2 {
    width: 8.3333333333%;
  }
  .span_3 {
    width: 12.5%;
  }
  .span_4 {
    width: 16.6666666667%;
  }
  .span_5 {
    width: 20.8333333333%;
  }
  .span_6 {
    width: 25%;
  }
  .span_7 {
    width: 29.1666666667%;
  }
  .span_8 {
    width: 33.3333333333%;
  }
  .span_9 {
    width: 37.5%;
  }
  .span_10 {
    width: 41.6666666667%;
  }
  .span_11 {
    width: 45.8333333333%;
  }
  .span_12 {
    width: 50%;
  }
  .span_13 {
    width: 54.1666666667%;
  }
  .span_14 {
    width: 58.3333333333%;
  }
  .span_15 {
    width: 62.5%;
  }
  .span_16 {
    width: 66.6666666667%;
  }
  .span_17 {
    width: 70.8333333333%;
  }
  .span_18 {
    width: 75%;
  }
  .span_19 {
    width: 79.1666666667%;
  }
  .span_20 {
    width: 83.3333333333%;
  }
  .span_21 {
    width: 87.5%;
  }
  .span_22 {
    width: 91.6666666667%;
  }
  .span_23 {
    width: 95.8333333333%;
  }
  .span_24 {
    width: 100%;
  }
  .gutters .span_1 {
    width: 2.25%;
  }
  .gutters .span_2 {
    width: 6.5%;
  }
  .gutters .span_3 {
    width: 10.75%;
  }
  .gutters .span_4 {
    width: 15%;
  }
  .gutters .span_5 {
    width: 19.25%;
  }
  .gutters .span_6 {
    width: 23.5%;
  }
  .gutters .span_7 {
    width: 27.75%;
  }
  .gutters .span_8 {
    width: 32%;
  }
  .gutters .span_9 {
    width: 36.25%;
  }
  .gutters .span_10 {
    width: 40.5%;
  }
  .gutters .span_11 {
    width: 44.75%;
  }
  .gutters .span_12 {
    width: 49%;
  }
  .gutters .span_13 {
    width: 53.25%;
  }
  .gutters .span_14 {
    width: 57.5%;
  }
  .gutters .span_15 {
    width: 61.75%;
  }
  .gutters .span_16 {
    width: 66%;
  }
  .gutters .span_17 {
    width: 70.25%;
  }
  .gutters .span_18 {
    width: 74.5%;
  }
  .gutters .span_19 {
    width: 78.75%;
  }
  .gutters .span_20 {
    width: 83%;
  }
  .gutters .span_21 {
    width: 87.25%;
  }
  .gutters .span_22 {
    width: 91.5%;
  }
  .gutters .span_23 {
    width: 95.75%;
  }
  .gutters .span_24 {
    width: 100%;
  }
}
/** print styles, compressed */
@media print {
  * {
    background: transparent !important;
    color: var(--text, #444444) !important;
    text-shadow: none !important;
  }
  a, a:visited {
    color: var(--text, #444444) !important;
    text-decoration: underline;
  }
  a:after {
    content: " (" attr(href) ")";
  }
  abbr:after {
    content: " (" attr(title) ")";
  }
  .ir a:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
/** Wordpress specific styles */
.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.aligncenter {
  display: block;
  margin: 1em auto;
}
.aligncenter img {
  margin: 0 auto;
}
.wp-caption {
  max-width: 100%;
  /* Keep wide captions from overflowing their container. */
  padding: 4px;
}
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
  font-style: italic;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  color: #757575;
}
dl.gallery-item {
  margin: 0;
}
.gallery-item a, .gallery-caption {
  width: 90%;
}
.gallery-item a {
  display: block;
}
.gallery-caption a {
  display: inline;
}
.gallery-columns-1 .gallery-item a {
  max-width: 100%;
  width: auto;
}
.gallery .gallery-icon img {
  height: auto;
  max-width: 90%;
  padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
  padding: 3%;
}
/** Our Styles */
*, ::after, ::before {
  box-sizing: border-box;
}
html {
  text-align: center;
}
body {
  width: 100%;
  margin: auto;
  text-align: left;
  position: relative;
  --gap: 1em;
}
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 20px;
}
a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
  outline: none;
}
button, [type="button"], [type="reset"], [type="submit"], [type="image"], [type="checkbox"], [type="radio"], summary {
  cursor: pointer;
}
/* For when the clearfix won't do - use as <br class="clear"> */
.clear {
  clear: both;
}
/**
 * Default styles used site-wide
 *
 */
/** General */
html {
  width: 100%;
  scroll-behavior: smooth;
}
body, select, input, textarea {
  font: var(--desktop-font-size, 16px)/var(--line-height, 1.4em) var(--primary-font);
  color: var(--text, #444444);
}
@media (max-width: 768px) {
  body, select, input, textarea {
    font-size: var(--mobile-font-size, 14px);
  }
}
.container, .col-full {
  width: 100%;
  max-width: 1900px;
  margin: 0px auto;
  padding: 0 clamp(50px, 2%, 999em);
}
@media only screen and (max-width: 768px) {
  .container, .col-full {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media only screen and (max-width: 768px) {
  .container, .col-full {
    padding-left: 1em;
    padding-right: 1em;
  }
}
body > main {
  overflow: hidden;
}
.bfi-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: sub;
}
.bfi-icon .icon-inner {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 0;
}
.bfi-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  overflow: hidden;
}
section.bgc-white, section div.bgc-white {
  --this-bg-colour: var(--bg-colour-white, #ffffff);
  --this-bg-text: var(--bg-text-white, var(--text, #444444));
  --this-bg-headers: var(--bg-headers-white, var(--headers, #444444));
  --this-bg-link-colour: var(--bg-link-white, var(--link-colour, #f16529));
  --this-bg-link-hover-colour: var(--bg-link-hover-white, var(--link-hover-colour, #f16529));
  --this-bg-primary: var(--bg-primary-white, var(--primary, #f16529));
  --this-bg-secondary: var(--bg-secondary-white, var(--secondary, #216085));
  --this-over: var(--bg-over-white);
  background-color: var(--this-bg-colour);
}
section.bgc-white p, section.bgc-white label, section.bgc-white li, section.bgc-white input[type=file], section div.bgc-white p, section div.bgc-white label, section div.bgc-white li, section div.bgc-white input[type=file] {
  color: var(--this-bg-text);
}
section.bgc-white h1, section.bgc-white .h1, section.bgc-white h2, section.bgc-white .h2, section.bgc-white h3, section.bgc-white .h3, section.bgc-white h4, section.bgc-white .h4, section.bgc-white h5, section.bgc-white .h5, section.bgc-white h6, section.bgc-white .h6, section div.bgc-white h1, section div.bgc-white .h1, section div.bgc-white h2, section div.bgc-white .h2, section div.bgc-white h3, section div.bgc-white .h3, section div.bgc-white h4, section div.bgc-white .h4, section div.bgc-white h5, section div.bgc-white .h5, section div.bgc-white h6, section div.bgc-white .h6 {
  color: var(--this-bg-headers);
}
section.bgc-white h2 + h3, section div.bgc-white h2 + h3 {
  border-top: 0;
  padding-top: 0;
}
section.bgc-white a:not(.button), section div.bgc-white a:not(.button) {
  color: var(--this-bg-link-colour);
}
section.bgc-white a:not(.button):hover, section div.bgc-white a:not(.button):hover {
  color: var(--this-bg-link-hover-colour);
}
section.bgc-1, section div.bgc-1 {
  --this-bg-colour: var(--bg-colour-1, #ffffff);
  --this-bg-text: var(--bg-text-1, var(--text, #444444));
  --this-bg-headers: var(--bg-headers-1, var(--headers, #444444));
  --this-bg-link-colour: var(--bg-link-1, var(--link-colour, #f16529));
  --this-bg-link-hover-colour: var(--bg-link-hover-1, var(--link-hover-colour, #f16529));
  --this-bg-primary: var(--bg-primary-1, var(--primary, #f16529));
  --this-bg-secondary: var(--bg-secondary-1, var(--secondary, #216085));
  --this-over: var(--bg-over-1);
  background-color: var(--this-bg-colour);
}
section.bgc-1 p, section.bgc-1 label, section.bgc-1 li, section.bgc-1 input[type=file], section div.bgc-1 p, section div.bgc-1 label, section div.bgc-1 li, section div.bgc-1 input[type=file] {
  color: var(--this-bg-text);
}
section.bgc-1 h1, section.bgc-1 .h1, section.bgc-1 h2, section.bgc-1 .h2, section.bgc-1 h3, section.bgc-1 .h3, section.bgc-1 h4, section.bgc-1 .h4, section.bgc-1 h5, section.bgc-1 .h5, section.bgc-1 h6, section.bgc-1 .h6, section div.bgc-1 h1, section div.bgc-1 .h1, section div.bgc-1 h2, section div.bgc-1 .h2, section div.bgc-1 h3, section div.bgc-1 .h3, section div.bgc-1 h4, section div.bgc-1 .h4, section div.bgc-1 h5, section div.bgc-1 .h5, section div.bgc-1 h6, section div.bgc-1 .h6 {
  color: var(--this-bg-headers);
}
section.bgc-1 h2 + h3, section div.bgc-1 h2 + h3 {
  border-top: 0;
  padding-top: 0;
}
section.bgc-1 a:not(.button), section div.bgc-1 a:not(.button) {
  color: var(--this-bg-link-colour);
}
section.bgc-1 a:not(.button):hover, section div.bgc-1 a:not(.button):hover {
  color: var(--this-bg-link-hover-colour);
}
section.bgc-2, section div.bgc-2 {
  --this-bg-colour: var(--bg-colour-2, #ffffff);
  --this-bg-text: var(--bg-text-2, var(--text, #444444));
  --this-bg-headers: var(--bg-headers-2, var(--headers, #444444));
  --this-bg-link-colour: var(--bg-link-2, var(--link-colour, #f16529));
  --this-bg-link-hover-colour: var(--bg-link-hover-2, var(--link-hover-colour, #f16529));
  --this-bg-primary: var(--bg-primary-2, var(--primary, #f16529));
  --this-bg-secondary: var(--bg-secondary-2, var(--secondary, #216085));
  --this-over: var(--bg-over-2);
  background-color: var(--this-bg-colour);
}
section.bgc-2 p, section.bgc-2 label, section.bgc-2 li, section.bgc-2 input[type=file], section div.bgc-2 p, section div.bgc-2 label, section div.bgc-2 li, section div.bgc-2 input[type=file] {
  color: var(--this-bg-text);
}
section.bgc-2 h1, section.bgc-2 .h1, section.bgc-2 h2, section.bgc-2 .h2, section.bgc-2 h3, section.bgc-2 .h3, section.bgc-2 h4, section.bgc-2 .h4, section.bgc-2 h5, section.bgc-2 .h5, section.bgc-2 h6, section.bgc-2 .h6, section div.bgc-2 h1, section div.bgc-2 .h1, section div.bgc-2 h2, section div.bgc-2 .h2, section div.bgc-2 h3, section div.bgc-2 .h3, section div.bgc-2 h4, section div.bgc-2 .h4, section div.bgc-2 h5, section div.bgc-2 .h5, section div.bgc-2 h6, section div.bgc-2 .h6 {
  color: var(--this-bg-headers);
}
section.bgc-2 h2 + h3, section div.bgc-2 h2 + h3 {
  border-top: 0;
  padding-top: 0;
}
section.bgc-2 a:not(.button), section div.bgc-2 a:not(.button) {
  color: var(--this-bg-link-colour);
}
section.bgc-2 a:not(.button):hover, section div.bgc-2 a:not(.button):hover {
  color: var(--this-bg-link-hover-colour);
}
section.bgc-3, section div.bgc-3 {
  --this-bg-colour: var(--bg-colour-3, #ffffff);
  --this-bg-text: var(--bg-text-3, var(--text, #444444));
  --this-bg-headers: var(--bg-headers-3, var(--headers, #444444));
  --this-bg-link-colour: var(--bg-link-3, var(--link-colour, #f16529));
  --this-bg-link-hover-colour: var(--bg-link-hover-3, var(--link-hover-colour, #f16529));
  --this-bg-primary: var(--bg-primary-3, var(--primary, #f16529));
  --this-bg-secondary: var(--bg-secondary-3, var(--secondary, #216085));
  --this-over: var(--bg-over-3);
  background-color: var(--this-bg-colour);
}
section.bgc-3 p, section.bgc-3 label, section.bgc-3 li, section.bgc-3 input[type=file], section div.bgc-3 p, section div.bgc-3 label, section div.bgc-3 li, section div.bgc-3 input[type=file] {
  color: var(--this-bg-text);
}
section.bgc-3 h1, section.bgc-3 .h1, section.bgc-3 h2, section.bgc-3 .h2, section.bgc-3 h3, section.bgc-3 .h3, section.bgc-3 h4, section.bgc-3 .h4, section.bgc-3 h5, section.bgc-3 .h5, section.bgc-3 h6, section.bgc-3 .h6, section div.bgc-3 h1, section div.bgc-3 .h1, section div.bgc-3 h2, section div.bgc-3 .h2, section div.bgc-3 h3, section div.bgc-3 .h3, section div.bgc-3 h4, section div.bgc-3 .h4, section div.bgc-3 h5, section div.bgc-3 .h5, section div.bgc-3 h6, section div.bgc-3 .h6 {
  color: var(--this-bg-headers);
}
section.bgc-3 h2 + h3, section div.bgc-3 h2 + h3 {
  border-top: 0;
  padding-top: 0;
}
section.bgc-3 a:not(.button), section div.bgc-3 a:not(.button) {
  color: var(--this-bg-link-colour);
}
section.bgc-3 a:not(.button):hover, section div.bgc-3 a:not(.button):hover {
  color: var(--this-bg-link-hover-colour);
}
section.bgc-4, section div.bgc-4 {
  --this-bg-colour: var(--bg-colour-4, #ffffff);
  --this-bg-text: var(--bg-text-4, var(--text, #444444));
  --this-bg-headers: var(--bg-headers-4, var(--headers, #444444));
  --this-bg-link-colour: var(--bg-link-4, var(--link-colour, #f16529));
  --this-bg-link-hover-colour: var(--bg-link-hover-4, var(--link-hover-colour, #f16529));
  --this-bg-primary: var(--bg-primary-4, var(--primary, #f16529));
  --this-bg-secondary: var(--bg-secondary-4, var(--secondary, #216085));
  --this-over: var(--bg-over-4);
  background-color: var(--this-bg-colour);
}
section.bgc-4 p, section.bgc-4 label, section.bgc-4 li, section.bgc-4 input[type=file], section div.bgc-4 p, section div.bgc-4 label, section div.bgc-4 li, section div.bgc-4 input[type=file] {
  color: var(--this-bg-text);
}
section.bgc-4 h1, section.bgc-4 .h1, section.bgc-4 h2, section.bgc-4 .h2, section.bgc-4 h3, section.bgc-4 .h3, section.bgc-4 h4, section.bgc-4 .h4, section.bgc-4 h5, section.bgc-4 .h5, section.bgc-4 h6, section.bgc-4 .h6, section div.bgc-4 h1, section div.bgc-4 .h1, section div.bgc-4 h2, section div.bgc-4 .h2, section div.bgc-4 h3, section div.bgc-4 .h3, section div.bgc-4 h4, section div.bgc-4 .h4, section div.bgc-4 h5, section div.bgc-4 .h5, section div.bgc-4 h6, section div.bgc-4 .h6 {
  color: var(--this-bg-headers);
}
section.bgc-4 h2 + h3, section div.bgc-4 h2 + h3 {
  border-top: 0;
  padding-top: 0;
}
section.bgc-4 a:not(.button), section div.bgc-4 a:not(.button) {
  color: var(--this-bg-link-colour);
}
section.bgc-4 a:not(.button):hover, section div.bgc-4 a:not(.button):hover {
  color: var(--this-bg-link-hover-colour);
}
section.bgc-5, section div.bgc-5 {
  --this-bg-colour: var(--bg-colour-5, #ffffff);
  --this-bg-text: var(--bg-text-5, var(--text, #444444));
  --this-bg-headers: var(--bg-headers-5, var(--headers, #444444));
  --this-bg-link-colour: var(--bg-link-5, var(--link-colour, #f16529));
  --this-bg-link-hover-colour: var(--bg-link-hover-5, var(--link-hover-colour, #f16529));
  --this-bg-primary: var(--bg-primary-5, var(--primary, #f16529));
  --this-bg-secondary: var(--bg-secondary-5, var(--secondary, #216085));
  --this-over: var(--bg-over-5);
  background-color: var(--this-bg-colour);
}
section.bgc-5 p, section.bgc-5 label, section.bgc-5 li, section.bgc-5 input[type=file], section div.bgc-5 p, section div.bgc-5 label, section div.bgc-5 li, section div.bgc-5 input[type=file] {
  color: var(--this-bg-text);
}
section.bgc-5 h1, section.bgc-5 .h1, section.bgc-5 h2, section.bgc-5 .h2, section.bgc-5 h3, section.bgc-5 .h3, section.bgc-5 h4, section.bgc-5 .h4, section.bgc-5 h5, section.bgc-5 .h5, section.bgc-5 h6, section.bgc-5 .h6, section div.bgc-5 h1, section div.bgc-5 .h1, section div.bgc-5 h2, section div.bgc-5 .h2, section div.bgc-5 h3, section div.bgc-5 .h3, section div.bgc-5 h4, section div.bgc-5 .h4, section div.bgc-5 h5, section div.bgc-5 .h5, section div.bgc-5 h6, section div.bgc-5 .h6 {
  color: var(--this-bg-headers);
}
section.bgc-5 h2 + h3, section div.bgc-5 h2 + h3 {
  border-top: 0;
  padding-top: 0;
}
section.bgc-5 a:not(.button), section div.bgc-5 a:not(.button) {
  color: var(--this-bg-link-colour);
}
section.bgc-5 a:not(.button):hover, section div.bgc-5 a:not(.button):hover {
  color: var(--this-bg-link-hover-colour);
}
section.bgc-6, section div.bgc-6 {
  --this-bg-colour: var(--bg-colour-6, #ffffff);
  --this-bg-text: var(--bg-text-6, var(--text, #444444));
  --this-bg-headers: var(--bg-headers-6, var(--headers, #444444));
  --this-bg-link-colour: var(--bg-link-6, var(--link-colour, #f16529));
  --this-bg-link-hover-colour: var(--bg-link-hover-6, var(--link-hover-colour, #f16529));
  --this-bg-primary: var(--bg-primary-6, var(--primary, #f16529));
  --this-bg-secondary: var(--bg-secondary-6, var(--secondary, #216085));
  --this-over: var(--bg-over-6);
  background-color: var(--this-bg-colour);
}
section.bgc-6 p, section.bgc-6 label, section.bgc-6 li, section.bgc-6 input[type=file], section div.bgc-6 p, section div.bgc-6 label, section div.bgc-6 li, section div.bgc-6 input[type=file] {
  color: var(--this-bg-text);
}
section.bgc-6 h1, section.bgc-6 .h1, section.bgc-6 h2, section.bgc-6 .h2, section.bgc-6 h3, section.bgc-6 .h3, section.bgc-6 h4, section.bgc-6 .h4, section.bgc-6 h5, section.bgc-6 .h5, section.bgc-6 h6, section.bgc-6 .h6, section div.bgc-6 h1, section div.bgc-6 .h1, section div.bgc-6 h2, section div.bgc-6 .h2, section div.bgc-6 h3, section div.bgc-6 .h3, section div.bgc-6 h4, section div.bgc-6 .h4, section div.bgc-6 h5, section div.bgc-6 .h5, section div.bgc-6 h6, section div.bgc-6 .h6 {
  color: var(--this-bg-headers);
}
section.bgc-6 h2 + h3, section div.bgc-6 h2 + h3 {
  border-top: 0;
  padding-top: 0;
}
section.bgc-6 a:not(.button), section div.bgc-6 a:not(.button) {
  color: var(--this-bg-link-colour);
}
section.bgc-6 a:not(.button):hover, section div.bgc-6 a:not(.button):hover {
  color: var(--this-bg-link-hover-colour);
}
section.bgc-7, section div.bgc-7 {
  --this-bg-colour: var(--bg-colour-7, #ffffff);
  --this-bg-text: var(--bg-text-7, var(--text, #444444));
  --this-bg-headers: var(--bg-headers-7, var(--headers, #444444));
  --this-bg-link-colour: var(--bg-link-7, var(--link-colour, #f16529));
  --this-bg-link-hover-colour: var(--bg-link-hover-7, var(--link-hover-colour, #f16529));
  --this-bg-primary: var(--bg-primary-7, var(--primary, #f16529));
  --this-bg-secondary: var(--bg-secondary-7, var(--secondary, #216085));
  --this-over: var(--bg-over-7);
  background-color: var(--this-bg-colour);
}
section.bgc-7 p, section.bgc-7 label, section.bgc-7 li, section.bgc-7 input[type=file], section div.bgc-7 p, section div.bgc-7 label, section div.bgc-7 li, section div.bgc-7 input[type=file] {
  color: var(--this-bg-text);
}
section.bgc-7 h1, section.bgc-7 .h1, section.bgc-7 h2, section.bgc-7 .h2, section.bgc-7 h3, section.bgc-7 .h3, section.bgc-7 h4, section.bgc-7 .h4, section.bgc-7 h5, section.bgc-7 .h5, section.bgc-7 h6, section.bgc-7 .h6, section div.bgc-7 h1, section div.bgc-7 .h1, section div.bgc-7 h2, section div.bgc-7 .h2, section div.bgc-7 h3, section div.bgc-7 .h3, section div.bgc-7 h4, section div.bgc-7 .h4, section div.bgc-7 h5, section div.bgc-7 .h5, section div.bgc-7 h6, section div.bgc-7 .h6 {
  color: var(--this-bg-headers);
}
section.bgc-7 h2 + h3, section div.bgc-7 h2 + h3 {
  border-top: 0;
  padding-top: 0;
}
section.bgc-7 a:not(.button), section div.bgc-7 a:not(.button) {
  color: var(--this-bg-link-colour);
}
section.bgc-7 a:not(.button):hover, section div.bgc-7 a:not(.button):hover {
  color: var(--this-bg-link-hover-colour);
}
section.bgc-8, section div.bgc-8 {
  --this-bg-colour: var(--bg-colour-8, #ffffff);
  --this-bg-text: var(--bg-text-8, var(--text, #444444));
  --this-bg-headers: var(--bg-headers-8, var(--headers, #444444));
  --this-bg-link-colour: var(--bg-link-8, var(--link-colour, #f16529));
  --this-bg-link-hover-colour: var(--bg-link-hover-8, var(--link-hover-colour, #f16529));
  --this-bg-primary: var(--bg-primary-8, var(--primary, #f16529));
  --this-bg-secondary: var(--bg-secondary-8, var(--secondary, #216085));
  --this-over: var(--bg-over-8);
  background-color: var(--this-bg-colour);
}
section.bgc-8 p, section.bgc-8 label, section.bgc-8 li, section.bgc-8 input[type=file], section div.bgc-8 p, section div.bgc-8 label, section div.bgc-8 li, section div.bgc-8 input[type=file] {
  color: var(--this-bg-text);
}
section.bgc-8 h1, section.bgc-8 .h1, section.bgc-8 h2, section.bgc-8 .h2, section.bgc-8 h3, section.bgc-8 .h3, section.bgc-8 h4, section.bgc-8 .h4, section.bgc-8 h5, section.bgc-8 .h5, section.bgc-8 h6, section.bgc-8 .h6, section div.bgc-8 h1, section div.bgc-8 .h1, section div.bgc-8 h2, section div.bgc-8 .h2, section div.bgc-8 h3, section div.bgc-8 .h3, section div.bgc-8 h4, section div.bgc-8 .h4, section div.bgc-8 h5, section div.bgc-8 .h5, section div.bgc-8 h6, section div.bgc-8 .h6 {
  color: var(--this-bg-headers);
}
section.bgc-8 h2 + h3, section div.bgc-8 h2 + h3 {
  border-top: 0;
  padding-top: 0;
}
section.bgc-8 a:not(.button), section div.bgc-8 a:not(.button) {
  color: var(--this-bg-link-colour);
}
section.bgc-8 a:not(.button):hover, section div.bgc-8 a:not(.button):hover {
  color: var(--this-bg-link-hover-colour);
}
section.bgc-9, section div.bgc-9 {
  --this-bg-colour: var(--bg-colour-9, #ffffff);
  --this-bg-text: var(--bg-text-9, var(--text, #444444));
  --this-bg-headers: var(--bg-headers-9, var(--headers, #444444));
  --this-bg-link-colour: var(--bg-link-9, var(--link-colour, #f16529));
  --this-bg-link-hover-colour: var(--bg-link-hover-9, var(--link-hover-colour, #f16529));
  --this-bg-primary: var(--bg-primary-9, var(--primary, #f16529));
  --this-bg-secondary: var(--bg-secondary-9, var(--secondary, #216085));
  --this-over: var(--bg-over-9);
  background-color: var(--this-bg-colour);
}
section.bgc-9 p, section.bgc-9 label, section.bgc-9 li, section.bgc-9 input[type=file], section div.bgc-9 p, section div.bgc-9 label, section div.bgc-9 li, section div.bgc-9 input[type=file] {
  color: var(--this-bg-text);
}
section.bgc-9 h1, section.bgc-9 .h1, section.bgc-9 h2, section.bgc-9 .h2, section.bgc-9 h3, section.bgc-9 .h3, section.bgc-9 h4, section.bgc-9 .h4, section.bgc-9 h5, section.bgc-9 .h5, section.bgc-9 h6, section.bgc-9 .h6, section div.bgc-9 h1, section div.bgc-9 .h1, section div.bgc-9 h2, section div.bgc-9 .h2, section div.bgc-9 h3, section div.bgc-9 .h3, section div.bgc-9 h4, section div.bgc-9 .h4, section div.bgc-9 h5, section div.bgc-9 .h5, section div.bgc-9 h6, section div.bgc-9 .h6 {
  color: var(--this-bg-headers);
}
section.bgc-9 h2 + h3, section div.bgc-9 h2 + h3 {
  border-top: 0;
  padding-top: 0;
}
section.bgc-9 a:not(.button), section div.bgc-9 a:not(.button) {
  color: var(--this-bg-link-colour);
}
section.bgc-9 a:not(.button):hover, section div.bgc-9 a:not(.button):hover {
  color: var(--this-bg-link-hover-colour);
}
.strip-bg-bgc-white:before {
  background-color: #fff;
}
.strip-bg-bgc-1:before {
  --this-bg-colour: var(--bg-colour-1, #ffffff);
  background-color: var(--this-bg-colour);
}
.strip-bg-bgc-2:before {
  --this-bg-colour: var(--bg-colour-2, #ffffff);
  background-color: var(--this-bg-colour);
}
.strip-bg-bgc-3:before {
  --this-bg-colour: var(--bg-colour-3, #ffffff);
  background-color: var(--this-bg-colour);
}
.strip-bg-bgc-4:before {
  --this-bg-colour: var(--bg-colour-4, #ffffff);
  background-color: var(--this-bg-colour);
}
.strip-bg-bgc-5:before {
  --this-bg-colour: var(--bg-colour-5, #ffffff);
  background-color: var(--this-bg-colour);
}
.strip-bg-bgc-6:before {
  --this-bg-colour: var(--bg-colour-6, #ffffff);
  background-color: var(--this-bg-colour);
}
.strip-bg-bgc-7:before {
  --this-bg-colour: var(--bg-colour-7, #ffffff);
  background-color: var(--this-bg-colour);
}
.strip-bg-bgc-8:before {
  --this-bg-colour: var(--bg-colour-8, #ffffff);
  background-color: var(--this-bg-colour);
}
.strip-bg-bgc-9:before {
  --this-bg-colour: var(--bg-colour-9, #ffffff);
  background-color: var(--this-bg-colour);
}
section {
  width: 100%;
  padding: 4em 0;
}
@media only screen and (max-width: 959px) {
  section {
    padding: 2em 0;
  }
}
section ion-icon, section .bfi-icon {
  width: 1.4em;
  height: 1.4em;
  vertical-align: sub;
}
section.padding-top-0, section.padding-top-bottom-0 {
  padding-top: 0;
}
section.padding-bottom-0, section.padding-top-bottom-0 {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  section {
    padding: 2em 0;
  }
}
main * {
  scroll-margin-top: 4em;
}
@media (max-width: 768px) {
  main * {
    scroll-margin-top: 2em;
  }
}
.smoke-screen {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: var(--smokescreen, rgba(0, 0, 0, 0.25));
  background-image: linear-gradient(to top, var(--smokescreen, rgba(0, 0, 0, 0.25)) 0%, rgba(0, 0, 0, 0) 75%);
}
#menu-overlay {
  display: none;
  width: 100vw;
  height: 100dvh;
  background: var(--menu-smokescreen, rgba(8, 19, 25, 0.85));
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f9f9f9;
  clip: auto !important;
  clip-path: none;
  color: var(--link-colour);
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 0.75em 1em;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/** Breadcrumbs */
section.flexible-content.breadcrumb {
  padding: 0 0 1em;
}
section.flexible-content.breadcrumb nav.woocommerce-breadcrumb {
  margin: 0;
  padding: 0;
  color: #897E79;
  background: transparent;
}
section.flexible-content.breadcrumb nav.woocommerce-breadcrumb a {
  color: #897E79;
}
/** Fonts */
h1, h2, h3, h4, h5, h6 {
  margin: 0.6em 0 0.3em;
  color: var(--headers, var(--primary, #FFF));
}
h1, .h1 {
  font-size: var(--h1-font-size, 2em);
  font-family: var(--h1-font, var(--primary-font), Helvetica, Helvetica Neue, Arial, sans-serif);
  font-weight: var(--h1-font-weight, 700);
  line-height: var(--h1-line-height, 1.2);
  text-transform: uppercase;
}
h2, .h2 {
  font-size: var(--h2-font-size, 1.8em);
  font-family: var(--h2-font, var(--primary-font), Helvetica, Helvetica Neue, Arial, sans-serif);
  font-weight: var(--h2-font-weight, 700);
  line-height: var(--h2-line-height, 1.2);
}
h3, .h3 {
  font-size: var(--h3-font-size, 1.6em);
  font-family: var(--h3-font, var(--primary-font), Helvetica, Helvetica Neue, Arial, sans-serif);
  font-weight: var(--h3-font-weight, 700);
  line-height: var(--h3-line-height, 1.4);
}
h4, .h4 {
  font-size: var(--h4-font-size, 1.4em);
  font-family: var(--h4-font, var(--primary-font), Helvetica, Helvetica Neue, Arial, sans-serif);
  font-weight: var(--h4-font-weight, 600);
  line-height: var(--h4-line-height, 1.4);
}
h5, .h5 {
  font-size: var(--h5-font-size, 1.2em);
  font-family: var(--h5-font, var(--primary-font), Helvetica, Helvetica Neue, Arial, sans-serif);
  font-weight: var(--h5-font-weight, 600);
  line-height: var(--h5-line-height, 1.4);
}
h6, .h6 {
  font-size: var(--h6-font-size, 1em);
  font-family: var(--h6-font, var(--primary-font), Helvetica, Helvetica Neue, Arial, sans-serif);
  font-weight: var(--h6-font-weight, 500);
  line-height: var(--h6-line-height, 1.4);
}
h1 + p, h2 + p, h3 + p, h4 + p {
  margin-top: 0;
}
p {
  font-size: 1em;
  line-height: var(--p-line-height, 2em);
  margin: 1em 0;
  font-weight: 400;
}
p.display {
  font-size: var(--display-font-size, 1.8em);
  line-height: var(--display-line-height, 1.4);
}
p.display-sml {
  font-size: var(--display-font-size-mobile, 1.2em);
}
@media (max-width: 768px) {
  p.display {
    font-size: var(--display-small-font-size, 1.5em);
  }
  p.display-sml {
    font-size: var(--display-small-font-size-mobile, 1.1em);
  }
}
p.small {
  font-size: var(--p-size-small, 1em);
}
p.super-small {
  font-size: var(--p-super-size-small, 1em);
}
a {
  color: var(--link-colour, #f16529);
  text-decoration: var(--link-decoration, underline);
}
a:hover {
  color: var(--link-hover-colour, #f16529);
  text-decoration: var(--link-hover-decoration, none);
}
pre {
  position: relative;
  z-index: 999;
  font-size: 1em;
  margin: 2.5rem 0;
  padding: 1.5em;
  background: #333;
  color: #008000;
  border-radius: 5px;
}
blockquote {
  border-color: var(--primary, #132a37);
  border-style: solid;
  border-width: 0 0 0 0.2rem;
  border-radius: 5px 0 0 5px;
  color: inherit;
  font-size: 1em;
  margin: 2em 0;
  padding: 0.1em 0 0.1em 1em;
}
blockquote p {
  margin: 0.8em 0;
}
hr {
  width: 100%;
  margin: 3em 0;
  background: var(--this-over, #f1f1f1);
  border: none;
  height: 5px;
  position: relative;
  border-radius: 5px;
}
acronym[title], abbr[title] {
  text-decoration: none;
  cursor: help;
  border-bottom: 2px dotted var(--secondary, #f16529);
}
section #fonts [class^="font-test-"] {
  display: flex;
  flex-flow: row wrap;
  gap: 1em;
  font-weight: 300;
  margin-bottom: 2em;
}
section #fonts [class^="font-test-"] h3 {
  flex: 0 100%;
}
section #fonts [class^="font-test-"] .font-weight {
  width: 125px;
  border: 1px solid #444;
  padding: 1em 1em;
  border-radius: 5px;
}
section #fonts [class^="font-test-"] .font-weight .example {
  font-size: 4em;
  line-height: 1;
}
section #fonts [class^="font-test-"] .font-weight .weight-name {
  color: #999;
  line-height: 1.3;
}
section #fonts [class^="font-test-"] .font-weight .weight-name span {
  display: block;
  font-size: 0.8em;
}
section #fonts .font-test-secondary h3, section #fonts .font-test-secondary .example {
  font-family: var(--secondary-font, var(--primary-font), Helvetica, Helvetica Neue, Arial, sans-serif);
}
/** Forms */
button, input, textarea, select {
  vertical-align: middle;
}
section label {
  color: var(--primary, #132a37);
  letter-spacing: -0.01px;
  font-weight: 500;
  display: block;
  margin-bottom: 0.3em;
  font-size: 13px;
}
section input[type=email], section input[type=password], section input[type=search], body input[type=search], section input[type=tel], section input[type=text], section input[type=url], section input[type=number], section input[type=date], section textarea, section textarea.input-text, section select {
  box-shadow: none;
  border: 1px solid var(--this-over, #f1f1f1);
  background-color: #fff;
  font-size: 16px;
  padding: 0.6em 1.2em;
  margin-bottom: 1.3em;
  font-weight: 400;
  width: 100%;
  padding: 0.6em 1.2em;
}
section input[type=email]:hover, section input[type=password]:hover, section input[type=search]:hover, body input[type=search]:hover, section input[type=tel]:hover, section input[type=text]:hover, section input[type=url]:hover, section input[type=number]:hover, section input[type=date]:hover, section textarea:hover, section textarea.input-text:hover, section select:hover {
  border-color: var(--this-over, #f1f1f1);
}
section input[type=email]:focus, section input[type=password]:focus, section input[type=search]:focus, body input[type=search]:focus, section input[type=tel]:focus, section input[type=text]:focus, section input[type=url]:focus, section input[type=number]:focus, section input[type=date]:focus, section textarea:focus, section textarea.input-text:focus, section select:focus {
  outline: none;
  border-color: var(--secondary, #f16529);
  background: #FFF;
}
section input[type=email]:not(:placeholder-shown):not(:focus):invalid, section input[type=password]:not(:placeholder-shown):not(:focus):invalid, section input[type=search]:not(:placeholder-shown):not(:focus):invalid, body input[type=search]:not(:placeholder-shown):not(:focus):invalid, section input[type=tel]:not(:placeholder-shown):not(:focus):invalid, section input[type=text]:not(:placeholder-shown):not(:focus):invalid, section input[type=url]:not(:placeholder-shown):not(:focus):invalid, section input[type=number]:not(:placeholder-shown):not(:focus):invalid, section input[type=date]:not(:placeholder-shown):not(:focus):invalid, section textarea:not(:placeholder-shown):not(:focus):invalid, section textarea.input-text:not(:placeholder-shown):not(:focus):invalid, section select:not(:placeholder-shown):not(:focus):invalid {
  outline: none;
  border-color: #e3060a;
  background: #fdeeee;
  background-image: url(/images/icons/error-icon.png);
  background-repeat: no-repeat;
  background-position: 98% center;
}
section textarea, section textarea.input-text {
  height: 150px;
  line-height: 1.5em;
}
input.checkbox, input.radio {
  width: auto !important;
  background: transparent;
  /* ie6 */
  border: none !important;
  /* ie6 */
  margin: 0 10px 0 0;
}
/* Button Styling */
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .make-button > a, body.woocommerce .button, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button {
  --btn-bg: var(--btn-background-1, var(--primary, #f16529));
  --btn-bg-hover: var(--btn-background-hover-1, var(--primary, #f16529));
  --btn-text: var(--btn-text-1, #ffffff);
  --btn-text-hover: var(--btn-text-hover-1, #ffffff);
  --btn-outline: var(--btn-text-hover-1, transparent);
  --btn-border: var(--btn-bg);
  --btn-border-hover: var(--btn-bg-hover);
  --btn-outline-hover: var(--bttn-border-width);
  outline-color: var(--btn-outline-colour-1);
  --btn-background-red: #e43820;
  --btn-background-hover-red: #e43820;
  --btn-text-red": #ffffff;
  --btn-text-hover-red: #ffffff;
  --btn-outline-red: rgba(228,56,32,0.3);
  --btn-outline-hover-red: var(--bttn-outline-width) solid rgba(228,56,32,0.3);
  border: var(--bttn-border-width) solid var(--btn-border);
  background-color: var(--btn-bg);
  color: var(--btn-text);
  font-size: 1em;
  line-height: var(--bttn-line-height);
  border-radius: var(--bttn-radius, 50px);
  box-shadow: none;
  text-decoration: none;
  max-width: 100%;
  padding: var(--bttn-padding-y) var(--bttn-padding-x);
  cursor: pointer;
  text-shadow: none;
  display: inline-block;
  margin: 0;
  font-weight: var(--bttn-font-weight);
  text-align: center;
  transition: all 0.5s ease, outline 0.25s ease;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .make-button > a:hover, body.woocommerce .button:hover, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button:hover, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button:hover {
  outline: var(--btn-outline-hover-1);
}
button.colours-invert, input[type="button"].colours-invert, input[type="reset"].colours-invert, input[type="submit"].colours-invert, .button.colours-invert, .make-button > a.colours-invert, body.woocommerce .button.colours-invert, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.colours-invert, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.colours-invert {
  --btn-bg: var(--btn-text-1, #ffffff);
  --btn-bg-hover: var(--btn-text-hover-1, #ffffff);
  --btn-text: var(--btn-background-1, var(--primary, #f16529));
  --btn-text-hover: var(--btn-background-hover-1, var(--primary, #f16529));
}
button.outline, button.secondary, input[type="button"].outline, input[type="button"].secondary, input[type="reset"].outline, input[type="reset"].secondary, input[type="submit"].outline, input[type="submit"].secondary, .button.outline, .button.secondary, .make-button > a.outline, .make-button > a.secondary, body.woocommerce .button.outline, body.woocommerce .button.secondary, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.outline, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.secondary, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.outline, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.secondary {
  --btn-bg: transparent;
  --btn-text: var(--btn-background-1, var(--primary, #f16529));
  --btn-border: var(--btn-background-1, var(--primary, #f16529));
}
button.outline.colours-invert, button.secondary.colours-invert, input[type="button"].outline.colours-invert, input[type="button"].secondary.colours-invert, input[type="reset"].outline.colours-invert, input[type="reset"].secondary.colours-invert, input[type="submit"].outline.colours-invert, input[type="submit"].secondary.colours-invert, .button.outline.colours-invert, .button.secondary.colours-invert, .make-button > a.outline.colours-invert, .make-button > a.secondary.colours-invert, body.woocommerce .button.outline.colours-invert, body.woocommerce .button.secondary.colours-invert, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.outline.colours-invert, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.secondary.colours-invert, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.outline.colours-invert, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.secondary.colours-invert {
  --btn-bg-hover: var(--btn-text-1, #ffffff);
  --btn-text: var(--btn-text-1, #ffffff);
  --btn-text-hover: var(--btn-background-1, var(--primary, #f16529));
  --btn-border: var(--btn-text-1, #ffffff);
}
button.btnc-2, input[type="button"].btnc-2, input[type="reset"].btnc-2, input[type="submit"].btnc-2, .button.btnc-2, .make-button > a.btnc-2, body.woocommerce .button.btnc-2, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.btnc-2, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.btnc-2 {
  --btn-bg: var(--btn-background-2, var(--primary, #f16529));
  --btn-bg-hover: var(--btn-background-hover-2, var(--primary, #f16529));
  --btn-text: var(--btn-text-2, #ffffff);
  --btn-text-hover: var(--btn-text-hover-2, #ffffff);
  --btn-outline: var(--btn-text-hover-2, transparent);
  --btn-border: var(--btn-bg);
  --btn-border-hover: var(--btn-bg-hover);
  --btn-outline-hover: var(--bttn-border-width);
  outline-color: var(--btn-outline-colour-2);
}
button.btnc-2:hover, input[type="button"].btnc-2:hover, input[type="reset"].btnc-2:hover, input[type="submit"].btnc-2:hover, .button.btnc-2:hover, .make-button > a.btnc-2:hover, body.woocommerce .button.btnc-2:hover, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.btnc-2:hover, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.btnc-2:hover {
  outline: var(--btn-outline-hover-2);
}
button.btnc-2.colours-invert, input[type="button"].btnc-2.colours-invert, input[type="reset"].btnc-2.colours-invert, input[type="submit"].btnc-2.colours-invert, .button.btnc-2.colours-invert, .make-button > a.btnc-2.colours-invert, body.woocommerce .button.btnc-2.colours-invert, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.btnc-2.colours-invert, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.btnc-2.colours-invert {
  --btn-bg: var(--btn-text-2, #ffffff);
  --btn-bg-hover: var(--btn-text-hover-2, #ffffff);
  --btn-text: var(--btn-background-2, var(--primary, #f16529));
  --btn-text-hover: var(--btn-background-hover-2, var(--primary, #f16529));
}
button.btnc-2.outline, button.btnc-2.secondary, input[type="button"].btnc-2.outline, input[type="button"].btnc-2.secondary, input[type="reset"].btnc-2.outline, input[type="reset"].btnc-2.secondary, input[type="submit"].btnc-2.outline, input[type="submit"].btnc-2.secondary, .button.btnc-2.outline, .button.btnc-2.secondary, .make-button > a.btnc-2.outline, .make-button > a.btnc-2.secondary, body.woocommerce .button.btnc-2.outline, body.woocommerce .button.btnc-2.secondary, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.btnc-2.outline, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.btnc-2.secondary, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.btnc-2.outline, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.btnc-2.secondary {
  --btn-bg: transparent;
  --btn-text: var(--btn-background-2, var(--primary, #f16529));
  --btn-border: var(--btn-background-2, var(--primary, #f16529));
}
button.btnc-2.outline.colours-invert, button.btnc-2.secondary.colours-invert, input[type="button"].btnc-2.outline.colours-invert, input[type="button"].btnc-2.secondary.colours-invert, input[type="reset"].btnc-2.outline.colours-invert, input[type="reset"].btnc-2.secondary.colours-invert, input[type="submit"].btnc-2.outline.colours-invert, input[type="submit"].btnc-2.secondary.colours-invert, .button.btnc-2.outline.colours-invert, .button.btnc-2.secondary.colours-invert, .make-button > a.btnc-2.outline.colours-invert, .make-button > a.btnc-2.secondary.colours-invert, body.woocommerce .button.btnc-2.outline.colours-invert, body.woocommerce .button.btnc-2.secondary.colours-invert, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.btnc-2.outline.colours-invert, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.btnc-2.secondary.colours-invert, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.btnc-2.outline.colours-invert, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.btnc-2.secondary.colours-invert {
  --btn-bg-hover: var(--btn-text-2, #ffffff);
  --btn-text: var(--btn-text-2, #ffffff);
  --btn-text-hover: var(--btn-background-2, var(--primary, #f16529));
  --btn-border: var(--btn-text-2, #ffffff);
}
button.btnc-3, input[type="button"].btnc-3, input[type="reset"].btnc-3, input[type="submit"].btnc-3, .button.btnc-3, .make-button > a.btnc-3, body.woocommerce .button.btnc-3, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.btnc-3, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.btnc-3 {
  --btn-bg: var(--btn-background-3, var(--primary, #f16529));
  --btn-bg-hover: var(--btn-background-hover-3, var(--primary, #f16529));
  --btn-text: var(--btn-text-3, #ffffff);
  --btn-text-hover: var(--btn-text-hover-3, #ffffff);
  --btn-outline: var(--btn-text-hover-3, transparent);
  --btn-border: var(--btn-bg);
  --btn-border-hover: var(--btn-bg-hover);
  --btn-outline-hover: var(--bttn-border-width);
  outline-color: var(--btn-outline-colour-3);
}
button.btnc-3:hover, input[type="button"].btnc-3:hover, input[type="reset"].btnc-3:hover, input[type="submit"].btnc-3:hover, .button.btnc-3:hover, .make-button > a.btnc-3:hover, body.woocommerce .button.btnc-3:hover, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.btnc-3:hover, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.btnc-3:hover {
  outline: var(--btn-outline-hover-3);
}
button.btnc-3.colours-invert, input[type="button"].btnc-3.colours-invert, input[type="reset"].btnc-3.colours-invert, input[type="submit"].btnc-3.colours-invert, .button.btnc-3.colours-invert, .make-button > a.btnc-3.colours-invert, body.woocommerce .button.btnc-3.colours-invert, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.btnc-3.colours-invert, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.btnc-3.colours-invert {
  --btn-bg: var(--btn-text-3, #ffffff);
  --btn-bg-hover: var(--btn-text-hover-3, #ffffff);
  --btn-text: var(--btn-background-3, var(--primary, #f16529));
  --btn-text-hover: var(--btn-background-hover-3, var(--primary, #f16529));
}
button.btnc-3.outline, button.btnc-3.secondary, input[type="button"].btnc-3.outline, input[type="button"].btnc-3.secondary, input[type="reset"].btnc-3.outline, input[type="reset"].btnc-3.secondary, input[type="submit"].btnc-3.outline, input[type="submit"].btnc-3.secondary, .button.btnc-3.outline, .button.btnc-3.secondary, .make-button > a.btnc-3.outline, .make-button > a.btnc-3.secondary, body.woocommerce .button.btnc-3.outline, body.woocommerce .button.btnc-3.secondary, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.btnc-3.outline, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.btnc-3.secondary, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.btnc-3.outline, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.btnc-3.secondary {
  --btn-bg: transparent;
  --btn-text: var(--btn-background-3, var(--primary, #f16529));
  --btn-border: var(--btn-background-3, var(--primary, #f16529));
}
button.btnc-3.outline.colours-invert, button.btnc-3.secondary.colours-invert, input[type="button"].btnc-3.outline.colours-invert, input[type="button"].btnc-3.secondary.colours-invert, input[type="reset"].btnc-3.outline.colours-invert, input[type="reset"].btnc-3.secondary.colours-invert, input[type="submit"].btnc-3.outline.colours-invert, input[type="submit"].btnc-3.secondary.colours-invert, .button.btnc-3.outline.colours-invert, .button.btnc-3.secondary.colours-invert, .make-button > a.btnc-3.outline.colours-invert, .make-button > a.btnc-3.secondary.colours-invert, body.woocommerce .button.btnc-3.outline.colours-invert, body.woocommerce .button.btnc-3.secondary.colours-invert, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.btnc-3.outline.colours-invert, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.btnc-3.secondary.colours-invert, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.btnc-3.outline.colours-invert, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.btnc-3.secondary.colours-invert {
  --btn-bg-hover: var(--btn-text-3, #ffffff);
  --btn-text: var(--btn-text-3, #ffffff);
  --btn-text-hover: var(--btn-background-3, var(--primary, #f16529));
  --btn-border: var(--btn-text-3, #ffffff);
}
button.btnc-4, input[type="button"].btnc-4, input[type="reset"].btnc-4, input[type="submit"].btnc-4, .button.btnc-4, .make-button > a.btnc-4, body.woocommerce .button.btnc-4, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.btnc-4, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.btnc-4 {
  --btn-bg: var(--btn-background-4, var(--primary, #f16529));
  --btn-bg-hover: var(--btn-background-hover-4, var(--primary, #f16529));
  --btn-text: var(--btn-text-4, #ffffff);
  --btn-text-hover: var(--btn-text-hover-4, #ffffff);
  --btn-outline: var(--btn-text-hover-4, transparent);
  --btn-border: var(--btn-bg);
  --btn-border-hover: var(--btn-bg-hover);
  --btn-outline-hover: var(--bttn-border-width);
  outline-color: var(--btn-outline-colour-4);
}
button.btnc-4:hover, input[type="button"].btnc-4:hover, input[type="reset"].btnc-4:hover, input[type="submit"].btnc-4:hover, .button.btnc-4:hover, .make-button > a.btnc-4:hover, body.woocommerce .button.btnc-4:hover, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.btnc-4:hover, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.btnc-4:hover {
  outline: var(--btn-outline-hover-4);
}
button.btnc-4.colours-invert, input[type="button"].btnc-4.colours-invert, input[type="reset"].btnc-4.colours-invert, input[type="submit"].btnc-4.colours-invert, .button.btnc-4.colours-invert, .make-button > a.btnc-4.colours-invert, body.woocommerce .button.btnc-4.colours-invert, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.btnc-4.colours-invert, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.btnc-4.colours-invert {
  --btn-bg: var(--btn-text-4, #ffffff);
  --btn-bg-hover: var(--btn-text-hover-4, #ffffff);
  --btn-text: var(--btn-background-4, var(--primary, #f16529));
  --btn-text-hover: var(--btn-background-hover-4, var(--primary, #f16529));
}
button.btnc-4.outline, button.btnc-4.secondary, input[type="button"].btnc-4.outline, input[type="button"].btnc-4.secondary, input[type="reset"].btnc-4.outline, input[type="reset"].btnc-4.secondary, input[type="submit"].btnc-4.outline, input[type="submit"].btnc-4.secondary, .button.btnc-4.outline, .button.btnc-4.secondary, .make-button > a.btnc-4.outline, .make-button > a.btnc-4.secondary, body.woocommerce .button.btnc-4.outline, body.woocommerce .button.btnc-4.secondary, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.btnc-4.outline, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.btnc-4.secondary, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.btnc-4.outline, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.btnc-4.secondary {
  --btn-bg: transparent;
  --btn-text: var(--btn-background-4, var(--primary, #f16529));
  --btn-border: var(--btn-background-4, var(--primary, #f16529));
}
button.btnc-4.outline.colours-invert, button.btnc-4.secondary.colours-invert, input[type="button"].btnc-4.outline.colours-invert, input[type="button"].btnc-4.secondary.colours-invert, input[type="reset"].btnc-4.outline.colours-invert, input[type="reset"].btnc-4.secondary.colours-invert, input[type="submit"].btnc-4.outline.colours-invert, input[type="submit"].btnc-4.secondary.colours-invert, .button.btnc-4.outline.colours-invert, .button.btnc-4.secondary.colours-invert, .make-button > a.btnc-4.outline.colours-invert, .make-button > a.btnc-4.secondary.colours-invert, body.woocommerce .button.btnc-4.outline.colours-invert, body.woocommerce .button.btnc-4.secondary.colours-invert, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.btnc-4.outline.colours-invert, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.btnc-4.secondary.colours-invert, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.btnc-4.outline.colours-invert, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.btnc-4.secondary.colours-invert {
  --btn-bg-hover: var(--btn-text-4, #ffffff);
  --btn-text: var(--btn-text-4, #ffffff);
  --btn-text-hover: var(--btn-background-4, var(--primary, #f16529));
  --btn-border: var(--btn-text-4, #ffffff);
}
button.btnc-5, input[type="button"].btnc-5, input[type="reset"].btnc-5, input[type="submit"].btnc-5, .button.btnc-5, .make-button > a.btnc-5, body.woocommerce .button.btnc-5, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.btnc-5, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.btnc-5 {
  --btn-bg: var(--btn-background-5, var(--primary, #f16529));
  --btn-bg-hover: var(--btn-background-hover-5, var(--primary, #f16529));
  --btn-text: var(--btn-text-5, #ffffff);
  --btn-text-hover: var(--btn-text-hover-5, #ffffff);
  --btn-outline: var(--btn-text-hover-5, transparent);
  --btn-border: var(--btn-bg);
  --btn-border-hover: var(--btn-bg-hover);
  --btn-outline-hover: var(--bttn-border-width);
  outline-color: var(--btn-outline-colour-5);
}
button.btnc-5:hover, input[type="button"].btnc-5:hover, input[type="reset"].btnc-5:hover, input[type="submit"].btnc-5:hover, .button.btnc-5:hover, .make-button > a.btnc-5:hover, body.woocommerce .button.btnc-5:hover, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.btnc-5:hover, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.btnc-5:hover {
  outline: var(--btn-outline-hover-5);
}
button.btnc-5.colours-invert, input[type="button"].btnc-5.colours-invert, input[type="reset"].btnc-5.colours-invert, input[type="submit"].btnc-5.colours-invert, .button.btnc-5.colours-invert, .make-button > a.btnc-5.colours-invert, body.woocommerce .button.btnc-5.colours-invert, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.btnc-5.colours-invert, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.btnc-5.colours-invert {
  --btn-bg: var(--btn-text-5, #ffffff);
  --btn-bg-hover: var(--btn-text-hover-5, #ffffff);
  --btn-text: var(--btn-background-5, var(--primary, #f16529));
  --btn-text-hover: var(--btn-background-hover-5, var(--primary, #f16529));
}
button.btnc-5.outline, button.btnc-5.secondary, input[type="button"].btnc-5.outline, input[type="button"].btnc-5.secondary, input[type="reset"].btnc-5.outline, input[type="reset"].btnc-5.secondary, input[type="submit"].btnc-5.outline, input[type="submit"].btnc-5.secondary, .button.btnc-5.outline, .button.btnc-5.secondary, .make-button > a.btnc-5.outline, .make-button > a.btnc-5.secondary, body.woocommerce .button.btnc-5.outline, body.woocommerce .button.btnc-5.secondary, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.btnc-5.outline, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.btnc-5.secondary, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.btnc-5.outline, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.btnc-5.secondary {
  --btn-bg: transparent;
  --btn-text: var(--btn-background-5, var(--primary, #f16529));
  --btn-border: var(--btn-background-5, var(--primary, #f16529));
}
button.btnc-5.outline.colours-invert, button.btnc-5.secondary.colours-invert, input[type="button"].btnc-5.outline.colours-invert, input[type="button"].btnc-5.secondary.colours-invert, input[type="reset"].btnc-5.outline.colours-invert, input[type="reset"].btnc-5.secondary.colours-invert, input[type="submit"].btnc-5.outline.colours-invert, input[type="submit"].btnc-5.secondary.colours-invert, .button.btnc-5.outline.colours-invert, .button.btnc-5.secondary.colours-invert, .make-button > a.btnc-5.outline.colours-invert, .make-button > a.btnc-5.secondary.colours-invert, body.woocommerce .button.btnc-5.outline.colours-invert, body.woocommerce .button.btnc-5.secondary.colours-invert, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.btnc-5.outline.colours-invert, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.btnc-5.secondary.colours-invert, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.btnc-5.outline.colours-invert, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.btnc-5.secondary.colours-invert {
  --btn-bg-hover: var(--btn-text-5, #ffffff);
  --btn-text: var(--btn-text-5, #ffffff);
  --btn-text-hover: var(--btn-background-5, var(--primary, #f16529));
  --btn-border: var(--btn-text-5, #ffffff);
}
button.red, input[type="button"].red, input[type="reset"].red, input[type="submit"].red, .button.red, .make-button > a.red, body.woocommerce .button.red, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.red, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.red {
  --btn-bg: var(--btn-background-red, var(--primary, #f16529));
  --btn-bg-hover: var(--btn-background-hover-red, var(--primary, #f16529));
  --btn-text: var(--btn-text-red, #ffffff);
  --btn-text-hover: var(--btn-text-hover-red, #ffffff);
  --btn-outline: var(--btn-text-hover-red, transparent);
  --btn-border: var(--btn-bg);
  --btn-border-hover: var(--btn-bg-hover);
  --btn-outline-hover: var(--bttn-border-width);
  outline-color: var(--btn-outline-colour-red);
}
button.red:hover, input[type="button"].red:hover, input[type="reset"].red:hover, input[type="submit"].red:hover, .button.red:hover, .make-button > a.red:hover, body.woocommerce .button.red:hover, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.red:hover, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.red:hover {
  outline: var(--btn-outline-hover-red);
}
button.red.colours-invert, input[type="button"].red.colours-invert, input[type="reset"].red.colours-invert, input[type="submit"].red.colours-invert, .button.red.colours-invert, .make-button > a.red.colours-invert, body.woocommerce .button.red.colours-invert, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.red.colours-invert, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.red.colours-invert {
  --btn-bg: var(--btn-text-red, #ffffff);
  --btn-bg-hover: var(--btn-text-hover-red, #ffffff);
  --btn-text: var(--btn-background-red, var(--primary, #f16529));
  --btn-text-hover: var(--btn-background-hover-red, var(--primary, #f16529));
}
button.red.outline, button.red.secondary, input[type="button"].red.outline, input[type="button"].red.secondary, input[type="reset"].red.outline, input[type="reset"].red.secondary, input[type="submit"].red.outline, input[type="submit"].red.secondary, .button.red.outline, .button.red.secondary, .make-button > a.red.outline, .make-button > a.red.secondary, body.woocommerce .button.red.outline, body.woocommerce .button.red.secondary, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.red.outline, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.red.secondary, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.red.outline, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.red.secondary {
  --btn-bg: transparent;
  --btn-text: var(--btn-background-red, var(--primary, #f16529));
  --btn-border: var(--btn-background-red, var(--primary, #f16529));
}
button.red.outline.colours-invert, button.red.secondary.colours-invert, input[type="button"].red.outline.colours-invert, input[type="button"].red.secondary.colours-invert, input[type="reset"].red.outline.colours-invert, input[type="reset"].red.secondary.colours-invert, input[type="submit"].red.outline.colours-invert, input[type="submit"].red.secondary.colours-invert, .button.red.outline.colours-invert, .button.red.secondary.colours-invert, .make-button > a.red.outline.colours-invert, .make-button > a.red.secondary.colours-invert, body.woocommerce .button.red.outline.colours-invert, body.woocommerce .button.red.secondary.colours-invert, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.red.outline.colours-invert, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.red.secondary.colours-invert, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.red.outline.colours-invert, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.red.secondary.colours-invert {
  --btn-bg-hover: var(--btn-text-red, #ffffff);
  --btn-text: var(--btn-text-red, #ffffff);
  --btn-text-hover: var(--btn-background-red, var(--primary, #f16529));
  --btn-border: var(--btn-text-red, #ffffff);
}
button ion-icon, button .bfi-icon, input[type="button"] ion-icon, input[type="button"] .bfi-icon, input[type="reset"] ion-icon, input[type="reset"] .bfi-icon, input[type="submit"] ion-icon, input[type="submit"] .bfi-icon, .button ion-icon, .button .bfi-icon, .make-button > a ion-icon, .make-button > a .bfi-icon, body.woocommerce .button ion-icon, body.woocommerce .button .bfi-icon, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button ion-icon, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button .bfi-icon, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button ion-icon, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button .bfi-icon {
  margin-left: 10px;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .make-button > a:hover, body.woocommerce .button:hover, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button:hover, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button:hover {
  text-decoration: none;
  background-color: var(--btn-bg-hover);
  color: var(--btn-text-hover);
  border-color: var(--btn-border-hover);
}
button.borderless, button.tertiary, input[type="button"].borderless, input[type="button"].tertiary, input[type="reset"].borderless, input[type="reset"].tertiary, input[type="submit"].borderless, input[type="submit"].tertiary, .button.borderless, .button.tertiary, .make-button > a.borderless, .make-button > a.tertiary, body.woocommerce .button.borderless, body.woocommerce .button.tertiary, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.borderless, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.tertiary, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.borderless, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.tertiary {
  border-color: transparent;
  background-color: transparent;
  color: var(--btn-bg);
  text-decoration: underline;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
button.borderless:hover, button.tertiary:hover, input[type="button"].borderless:hover, input[type="button"].tertiary:hover, input[type="reset"].borderless:hover, input[type="reset"].tertiary:hover, input[type="submit"].borderless:hover, input[type="submit"].tertiary:hover, .button.borderless:hover, .button.tertiary:hover, .make-button > a.borderless:hover, .make-button > a.tertiary:hover, body.woocommerce .button.borderless:hover, body.woocommerce .button.tertiary:hover, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.borderless:hover, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.tertiary:hover, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.borderless:hover, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.tertiary:hover {
  text-decoration: none;
  outline: unset;
}
button.borderless.readmore-toggle, button.tertiary.readmore-toggle, input[type="button"].borderless.readmore-toggle, input[type="button"].tertiary.readmore-toggle, input[type="reset"].borderless.readmore-toggle, input[type="reset"].tertiary.readmore-toggle, input[type="submit"].borderless.readmore-toggle, input[type="submit"].tertiary.readmore-toggle, .button.borderless.readmore-toggle, .button.tertiary.readmore-toggle, .make-button > a.borderless.readmore-toggle, .make-button > a.tertiary.readmore-toggle, body.woocommerce .button.borderless.readmore-toggle, body.woocommerce .button.tertiary.readmore-toggle, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.borderless.readmore-toggle, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.tertiary.readmore-toggle, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.borderless.readmore-toggle, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.tertiary.readmore-toggle {
  padding: 0;
  text-decoration: none;
}
button.borderless.readmore-toggle :hover, button.tertiary.readmore-toggle :hover, input[type="button"].borderless.readmore-toggle :hover, input[type="button"].tertiary.readmore-toggle :hover, input[type="reset"].borderless.readmore-toggle :hover, input[type="reset"].tertiary.readmore-toggle :hover, input[type="submit"].borderless.readmore-toggle :hover, input[type="submit"].tertiary.readmore-toggle :hover, .button.borderless.readmore-toggle :hover, .button.tertiary.readmore-toggle :hover, .make-button > a.borderless.readmore-toggle :hover, .make-button > a.tertiary.readmore-toggle :hover, body.woocommerce .button.borderless.readmore-toggle :hover, body.woocommerce .button.tertiary.readmore-toggle :hover, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.borderless.readmore-toggle :hover, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.tertiary.readmore-toggle :hover, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.borderless.readmore-toggle :hover, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.tertiary.readmore-toggle :hover {
  text-decoration: underline;
}
button.borderless:focus, button.tertiary:focus, input[type="button"].borderless:focus, input[type="button"].tertiary:focus, input[type="reset"].borderless:focus, input[type="reset"].tertiary:focus, input[type="submit"].borderless:focus, input[type="submit"].tertiary:focus, .button.borderless:focus, .button.tertiary:focus, .make-button > a.borderless:focus, .make-button > a.tertiary:focus, body.woocommerce .button.borderless:focus, body.woocommerce .button.tertiary:focus, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.borderless:focus, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.tertiary:focus, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.borderless:focus, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.tertiary:focus {
  outline: unset;
}
button.btn-size-sm, input[type="button"].btn-size-sm, input[type="reset"].btn-size-sm, input[type="submit"].btn-size-sm, .button.btn-size-sm, .make-button > a.btn-size-sm, body.woocommerce .button.btn-size-sm, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.btn-size-sm, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.btn-size-sm {
  font-size: 0.8em;
}
button.btn-size-lg, input[type="button"].btn-size-lg, input[type="reset"].btn-size-lg, input[type="submit"].btn-size-lg, .button.btn-size-lg, .make-button > a.btn-size-lg, body.woocommerce .button.btn-size-lg, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.btn-size-lg, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.btn-size-lg {
  font-size: 1.2em;
}
button.btn-size-full, input[type="button"].btn-size-full, input[type="reset"].btn-size-full, input[type="submit"].btn-size-full, .button.btn-size-full, .make-button > a.btn-size-full, body.woocommerce .button.btn-size-full, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.btn-size-full, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.btn-size-full {
  width: 100%;
  text-align: center;
}
button.btn-circle, input[type="button"].btn-circle, input[type="reset"].btn-circle, input[type="submit"].btn-circle, .button.btn-circle, .make-button > a.btn-circle, body.woocommerce .button.btn-circle, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.btn-circle, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.btn-circle {
  --btn-size: calc(var(--bttn-line-height) + (var(--bttn-padding-y) * 2) + (var(--bttn-border-width) * 2));
  width: var(--btn-size);
  height: var(--btn-size);
  line-height: calc(var(--bttn-line-height) + (var(--bttn-padding-y) * 2));
  padding: 0;
}
button.disabled, input[type="button"].disabled, input[type="reset"].disabled, input[type="submit"].disabled, .button.disabled, .make-button > a.disabled, body.woocommerce .button.disabled, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.disabled, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.disabled {
  cursor: not-allowed;
  filter: brightness(0.8);
}
button.cky-btn-revisit, button.cky-btn-revisit:hover, button.product-qty-add, button.product-qty-add:hover, button.product-qty-sub, button.product-qty-sub:hover, button.filter-toggle, button.filter-toggle:hover, button.fancybox-button, button.fancybox-button:hover, button.wc-block-components-panel__button, button.wc-block-components-panel__button:hover, button.no-outline, button.no-outline:hover, input[type="button"].cky-btn-revisit, input[type="button"].cky-btn-revisit:hover, input[type="button"].product-qty-add, input[type="button"].product-qty-add:hover, input[type="button"].product-qty-sub, input[type="button"].product-qty-sub:hover, input[type="button"].filter-toggle, input[type="button"].filter-toggle:hover, input[type="button"].fancybox-button, input[type="button"].fancybox-button:hover, input[type="button"].wc-block-components-panel__button, input[type="button"].wc-block-components-panel__button:hover, input[type="button"].no-outline, input[type="button"].no-outline:hover, input[type="reset"].cky-btn-revisit, input[type="reset"].cky-btn-revisit:hover, input[type="reset"].product-qty-add, input[type="reset"].product-qty-add:hover, input[type="reset"].product-qty-sub, input[type="reset"].product-qty-sub:hover, input[type="reset"].filter-toggle, input[type="reset"].filter-toggle:hover, input[type="reset"].fancybox-button, input[type="reset"].fancybox-button:hover, input[type="reset"].wc-block-components-panel__button, input[type="reset"].wc-block-components-panel__button:hover, input[type="reset"].no-outline, input[type="reset"].no-outline:hover, input[type="submit"].cky-btn-revisit, input[type="submit"].cky-btn-revisit:hover, input[type="submit"].product-qty-add, input[type="submit"].product-qty-add:hover, input[type="submit"].product-qty-sub, input[type="submit"].product-qty-sub:hover, input[type="submit"].filter-toggle, input[type="submit"].filter-toggle:hover, input[type="submit"].fancybox-button, input[type="submit"].fancybox-button:hover, input[type="submit"].wc-block-components-panel__button, input[type="submit"].wc-block-components-panel__button:hover, input[type="submit"].no-outline, input[type="submit"].no-outline:hover, .button.cky-btn-revisit, .button.cky-btn-revisit:hover, .button.product-qty-add, .button.product-qty-add:hover, .button.product-qty-sub, .button.product-qty-sub:hover, .button.filter-toggle, .button.filter-toggle:hover, .button.fancybox-button, .button.fancybox-button:hover, .button.wc-block-components-panel__button, .button.wc-block-components-panel__button:hover, .button.no-outline, .button.no-outline:hover, .make-button > a.cky-btn-revisit, .make-button > a.cky-btn-revisit:hover, .make-button > a.product-qty-add, .make-button > a.product-qty-add:hover, .make-button > a.product-qty-sub, .make-button > a.product-qty-sub:hover, .make-button > a.filter-toggle, .make-button > a.filter-toggle:hover, .make-button > a.fancybox-button, .make-button > a.fancybox-button:hover, .make-button > a.wc-block-components-panel__button, .make-button > a.wc-block-components-panel__button:hover, .make-button > a.no-outline, .make-button > a.no-outline:hover, body.woocommerce .button.cky-btn-revisit, body.woocommerce .button.cky-btn-revisit:hover, body.woocommerce .button.product-qty-add, body.woocommerce .button.product-qty-add:hover, body.woocommerce .button.product-qty-sub, body.woocommerce .button.product-qty-sub:hover, body.woocommerce .button.filter-toggle, body.woocommerce .button.filter-toggle:hover, body.woocommerce .button.fancybox-button, body.woocommerce .button.fancybox-button:hover, body.woocommerce .button.wc-block-components-panel__button, body.woocommerce .button.wc-block-components-panel__button:hover, body.woocommerce .button.no-outline, body.woocommerce .button.no-outline:hover, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.cky-btn-revisit, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.cky-btn-revisit:hover, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.product-qty-add, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.product-qty-add:hover, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.product-qty-sub, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.product-qty-sub:hover, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.filter-toggle, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.filter-toggle:hover, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.fancybox-button, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.fancybox-button:hover, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.wc-block-components-panel__button, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.wc-block-components-panel__button:hover, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.no-outline, body.woocommerce-page .wc-block-components-button.wc-block-cart__submit-button.no-outline:hover, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.cky-btn-revisit, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.cky-btn-revisit:hover, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.product-qty-add, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.product-qty-add:hover, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.product-qty-sub, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.product-qty-sub:hover, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.filter-toggle, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.filter-toggle:hover, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.fancybox-button, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.fancybox-button:hover, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.wc-block-components-panel__button, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.wc-block-components-panel__button:hover, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.no-outline, body.woocommerce-page .wc-block-components-button.wc-block-components-checkout-place-order-button.no-outline:hover {
  outline: none;
}
.wpcf7 form .wpcf7-response-output {
  margin: 1em 0.5em 1em;
  padding: 0.5em 1em;
  background-color: #fff;
  border-radius: 0.4em;
  font-size: 0.9em;
}
button.f-button:hover, .f-carousel__dots button:hover {
  outline: none;
}
/** Social media */
ul.social-media {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
}
ul.social-media li {
  display: block;
  margin-right: 24px;
  transition: all 0.3s;
}
ul.social-media li:last-child {
  margin-right: 0;
}
ul.social-media li a {
  display: block;
  color: #FFF;
  transition: all 0.5s;
}
ul.social-media li a ion-icon, ul.social-media li a .bfi-icon {
  color: #FFF;
  font-size: 2em;
}
/** Table */
table {
  width: 100%;
  margin: 1em 0;
  border-color: var(--this-over, #f1f1f1);
  border-style: solid;
  border-width: 1px;
}
table th, table td {
  text-align: left;
  vertical-align: top;
  border-color: var(--this-over, #f1f1f1);
  border-style: solid;
  border-width: 1px;
  padding: 1em;
  background-color: #FFF;
}
table th {
  background-color: var(--this-over, #f1f1f1);
}
table.woocommerce-product-attributes p {
  margin: 0;
}
/** Image */
.alignleft {
  margin: 1em 1em 1em 0;
  max-width: 50%;
}
.alignright {
  margin: 1em 0 1em 1em;
  max-width: 50%;
}
.wp-caption {
  width: auto !important;
  position: relative;
  padding: 0;
}
.wp-caption .wp-caption-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  margin: 0;
  background: rgba(var(--primary, #132a37), 0.7);
  color: #FFF;
}
/** Cookie Yes */
button.cky-btn.cky-btn-reject, button.cky-btn.cky-btn-customize, button.cky-btn.cky-btn-preferences {
  background: #999 !important;
  border-color: #999 !important;
  color: #FFF !important;
}
.cky-accordion-header .cky-accordion-btn, .cky-preference-content-wrapper .cky-show-desc-btn {
  color: #212121 !important;
}
.cky-preference-content-wrapper .cky-show-desc-btn {
  text-decoration: underline;
}
.cky-preference-content-wrapper .cky-show-desc-btn:hover {
  text-decoration: none;
}
/** Show me the hooks */
.showing-you-the-hooks {
  border: 2px dashed red;
  padding: 3px 5px;
  font-size: 12px;
  line-height: 1em;
  position: relative;
  z-index: 10000;
  display: inline-block;
  text-align: center;
  place-self: center;
}
/** Top bar */
.header-top-bar {
  position: relative;
  z-index: 101;
  font-size: 0.83em;
  background: #453F3C;
  color: var(--grey);
}
.header-top-bar a {
  color: var(--grey);
  text-decoration: none;
}
.header-top-bar a:hover {
  color: var(--link-hover-colour);
}
.header-top-bar .header-top-inner {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0 1em;
  height: 33px;
}
@media (max-width: 1050px) {
  .header-top-bar .header-top-inner {
    justify-content: center;
  }
  .header-top-bar .header-top-inner .header-top-bar-right {
    display: none;
  }
}
.header-top-bar .header-top-inner ul {
  display: flex;
  align-items: center;
  gap: 2em;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1050px) {
  .header-top-bar .header-top-inner ul {
    width: 100%;
  }
}
.header-top-bar .header-top-inner ul:not(.include-pagination).has-dots {
  margin-bottom: 0;
}
.header-top-bar .header-top-inner ul:not(.include-pagination) .f-carousel__dots {
  display: none;
}
.header-top-bar .header-top-inner ul:not(.include-nav) .f-carousel__nav {
  display: none;
}
.header-top-bar .header-top-inner ul li {
  position: relative;
}
@media (max-width: 600px) {
  .header-top-bar .header-top-inner ul li.htb-review {
    display: none;
  }
}
.header-top-bar .header-top-inner ul li a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  line-height: 1.2;
  cursor: pointer;
}
.header-top-bar .header-top-inner ul li a svg {
  width: 13px;
  height: 13px;
}
.header-top-bar .header-top-inner ul li ul {
  position: absolute;
  width: 250px;
  margin: 0;
  right: -1em;
  border: none;
  background: #453F3C;
  padding: 15px 0;
  list-style: none;
  z-index: 9999;
  display: none;
}
@media (max-width: 820px) {
  .header-top-bar .header-top-inner ul li ul {
    right: initial;
    left: -1em;
  }
}
.header-top-bar .header-top-inner ul li ul li a {
  display: block;
  padding: 5px 1em;
}
.header-top-bar .header-top-inner ul li:hover > a {
  color: var(--link-hover-colour);
}
.header-top-bar .header-top-inner ul li:hover ul {
  display: block;
}
.header-top-bar .header-top-inner ul li.f-carousel__slide {
  --f-carousel-slide-width: auto;
  --f-carousel-spacing: 2em;
}
.header-top-bar .header-top-inner ul li.f-carousel__slide .f-progress {
  display: none;
}
.header-top-bar .header-top-inner ul li.f-carousel__slide a {
  height: 100%;
}
@media (max-width: 1050px) {
  .header-top-bar .header-top-inner ul li.f-carousel__slide {
    --f-carousel-slide-width: 100%;
    --f-carousel-spacing: 0;
  }
  .header-top-bar .header-top-inner ul li.f-carousel__slide a {
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}
.header-top-bar .header-top-inner > ul {
  height: 100%;
}
/** Header */
header.main-nav-header {
  position: sticky;
  top: 0;
  background-color: #FFF;
  z-index: 100;
}
header.main-nav-header .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 1em;
  padding: 1em 0;
}
header.main-nav-header .header-top #logo {
  height: 50px;
  width: 305px;
  flex: 1;
}
header.main-nav-header .header-top #logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
@media (max-width: 700px) {
  header.main-nav-header .header-top #logo img {
    width: 50px;
    object-fit: cover;
  }
}
header.main-nav-header .header-top #search {
  flex: 2;
}
header.main-nav-header .header-top #acct-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1em;
}
header.main-nav-header .header-top #acct-info.acct-info-right {
  flex: 1;
}
header.main-nav-header .header-top #acct-info > a {
  position: relative;
  display: flex;
  width: 33px;
  height: 33px;
  color: #4A4642;
  transition: all 0.2s ease-in-out;
}
header.main-nav-header .header-top #acct-info > a.basket {
  color: var(--primary);
  width: 38px;
}
header.main-nav-header .header-top #acct-info > a.basket svg {
  width: 37px;
  height: 37px;
}
header.main-nav-header .header-top #acct-info > a svg {
  width: 100%;
  height: 100%;
}
header.main-nav-header .header-top #acct-info > a span.dot {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -7px;
  right: -7px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  font-size: 0.75em;
  color: #FFF;
  background-color: #4A4642;
  outline: 0 solid rgba(var(--primary-rgb), 0.5);
  transition: all 0.2s ease-in-out;
}
header.main-nav-header .header-top #acct-info > a:hover {
  color: var(--link-hover-colour);
}
header.main-nav-header .header-top #acct-info > a:hover span.dot {
  outline-width: 2px;
}
@media (max-width: 800px) {
  header.main-nav-header .header-top {
    flex-flow: row wrap;
  }
  header.main-nav-header .header-top #search {
    order: 3;
    flex: 0 0 100%;
    margin: 1em 0 0;
  }
}
header.main-nav-header form {
  position: relative;
  margin: 0;
}
header.main-nav-header form:hover input[type="text"] {
  border-color: rgba(69, 63, 60, 0.4);
}
header.main-nav-header form input[type="text"] {
  width: 100%;
  padding: 0.5em 1em;
  border-radius: 4px;
  border: 2px solid #EEE;
  background-color: #EEE;
  outline: 0 solid rgba(69, 63, 60, 0.4);
  transition: all 0.3s ease-in-out;
}
header.main-nav-header form input[type="text"]:focus {
  border-color: #F5F5F5;
  outline-width: 4px;
}
header.main-nav-header form input[type="text"]::placeholder {
  font-size: 0.85em;
}
header.main-nav-header form button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  height: 50px;
  width: 50px;
  border-radius: 0;
  background: transparent;
  border: 0;
  color: var(--primary);
}
header.main-nav-header form button svg {
  width: 30px;
  height: 30px;
}
header.main-nav-header form button:hover svg {
  color: var(--link-hover-colour);
}
/** Search overall */
header.main-nav-header .header-search-desktop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 260;
  background-color: rgba(47, 44, 42, 0.8);
  transform: none;
  padding: var(--overall-header-height) 0 5em;
  backdrop-filter: blur(10px);
  transition: all 0.6s;
}
header.main-nav-header .header-search-desktop .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  max-width: 900px;
}
header.main-nav-header .header-search-desktop .container form.search-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  margin: 1em auto 0;
  margin-top: 3em;
  max-width: 600px;
  transition: max-width 0.6s ease-in-out;
}
header.main-nav-header .header-search-desktop .container form.search-form:has(input:focus) {
  max-width: 100%;
}
header.main-nav-header.show-search .header-search-desktop {
  display: block;
  transform: none;
}
header.main-nav-header.show-search > .container #logo {
  z-index: 300;
}
/** Footer */
footer {
  overflow: hidden;
  background-color: #2F2C2A;
}
footer P {
  color: var(--grey);
}
footer a.arrow-up {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--grey);
  padding: 5px 0;
  border-top: 1px solid #707070;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
footer a.arrow-up svg {
  width: 12px;
  height: 12px;
  color: #707070;
  margin-right: 0.5em;
  transition: all 0.2s ease-in-out;
}
footer a.arrow-up:hover {
  color: var(--link-hover-colour);
}
footer a.arrow-up:hover svg {
  color: var(--link-hover-colour);
  transform: rotate(45deg);
}
footer .push-down {
  margin-top: auto;
}
footer h6 {
  font-weight: 800;
  font-size: 1.2em;
  line-height: 1.1;
  margin: 0 0 1em;
  color: #F7F7F7;
  text-transform: none;
}
footer h6 a {
  color: #F7F7F7;
  font-weight: 600;
  text-transform: none;
  text-decoration: none;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li a {
  display: block;
  text-decoration: none;
  color: var(--grey);
  padding: 2px 0;
}
footer .container {
  display: grid;
  grid-template: auto auto auto/1fr 1fr 1fr 1fr;
  gap: 0px 0px;
  justify-items: stretch;
  align-items: stretch;
}
@media (max-width: 1100px) {
  footer .container {
    grid-template: auto auto auto auto auto/1fr 1fr;
  }
}
@media (max-width: 600px) {
  footer .container {
    grid-template-columns: 1fr;
  }
}
footer .container > div:not(.legal-info) {
  display: flex;
  flex-direction: column;
  padding: 2em 1em;
  border-bottom: 1px solid rgba(112, 112, 112, 0.35);
  border-right: 1px solid rgba(112, 112, 112, 0.35);
}
@media (max-width: 600px) {
  footer .container > div:not(.legal-info) {
    padding: 0.5em 0;
    border: none;
  }
}
footer .container h5, footer .container h6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #F7F7F7;
}
@media (max-width: 600px) {
  footer .container h5, footer .container h6 {
    cursor: pointer;
  }
}
footer .container h5 svg, footer .container h6 svg {
  display: none;
  height: 12px;
  width: 12px;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  footer .container h5 svg, footer .container h6 svg {
    display: block;
  }
}
footer .container h5.slide-open, footer .container h6.slide-open {
  color: var(--primary);
}
footer .container h5.slide-open svg, footer .container h6.slide-open svg {
  transform: rotate(45deg);
}
@media (max-width: 600px) {
  footer .container ul {
    margin-bottom: 2em;
  }
}
footer .container div.Contact-info {
  grid-column: 1/3;
  grid-row: 1/2;
}
@media (max-width: 1100px) {
  footer .container div.Contact-info {
    border-right: 0;
  }
}
@media (max-width: 600px) {
  footer .container div.Contact-info {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
footer .container div.Contact-info > span {
  display: block;
  color: #FFF;
  text-align: center;
  font-size: 5vw;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 2rem;
}
footer .container div.Contact-info .contact-details {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2em;
}
@media (max-width: 600px) {
  footer .container div.Contact-info .contact-details {
    justify-content: space-around;
  }
}
footer .container div.Contact-info .contact-details > div, footer .container div.Contact-info .contact-details > ul {
  flex: 1 1 230px;
}
footer .container div.Contact-info .contact-details > div p, footer .container div.Contact-info .contact-details > ul p {
  margin: 0;
}
footer .container div.Contact-info .contact-details > div a, footer .container div.Contact-info .contact-details > ul a {
  display: block;
  font-size: 23px;
  color: #FFF;
  text-decoration: none;
  margin-top: 0.25em;
  white-space: nowrap;
  font-weight: 500;
}
footer .container div.Contact-info .contact-details > div a:hover, footer .container div.Contact-info .contact-details > ul a:hover {
  color: var(--link-hover-colour);
}
footer .container div.Contact-info .contact-details > div.social-media, footer .container div.Contact-info .contact-details > ul.social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1em;
}
@media (max-width: 1673px) {
  footer .container div.Contact-info .contact-details > div.social-media, footer .container div.Contact-info .contact-details > ul.social-media {
    justify-content: flex-start;
  }
}
footer .container div.Contact-info .contact-details > div.social-media li, footer .container div.Contact-info .contact-details > ul.social-media li {
  list-style: none;
  margin: 0;
}
footer .container div.Contact-info .contact-details > div.social-media li a, footer .container div.Contact-info .contact-details > ul.social-media li a {
  display: block;
  width: 30px;
  height: 30px;
  color: var(--grey);
  text-align: center;
  line-height: 30px;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
}
footer .container div.Contact-info .contact-details > div.social-media li a svg, footer .container div.Contact-info .contact-details > ul.social-media li a svg {
  width: 100%;
  height: 100%;
}
footer .container div.Contact-info .contact-details > div.social-media li a:hover, footer .container div.Contact-info .contact-details > ul.social-media li a:hover {
  color: var(--link-hover-colour);
}
footer .container div.Contact-info .contact-details > div.social-media li.youtube a, footer .container div.Contact-info .contact-details > ul.social-media li.youtube a {
  width: 43px;
  display: flex;
  align-items: center;
}
footer .container div.Contact-info .contact-details > div.social-media li.youtube a svg, footer .container div.Contact-info .contact-details > ul.social-media li.youtube a svg {
  height: 43px;
}
footer .container div.Reviews {
  grid-column: 3/4;
  grid-row: 1/2;
}
@media (max-width: 1100px) {
  footer .container div.Reviews {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media (max-width: 600px) {
  footer .container div.Reviews {
    grid-column: 1/2;
    grid-row: 2/3;
    border-right: 0;
  }
}
footer .container div.Reviews .Reviews-content > p {
  margin-top: 0;
}
footer .container div.Reviews .trustpilot-widget {
  width: 100%;
  margin: 0 0 1em;
}
@media (max-width: 600px) {
  footer .container div.Reviews a.arrow-up {
    margin-bottom: 2em;
  }
}
footer .container div.Services {
  grid-column: 4/5;
  grid-row: 1/2;
  border-right: 0;
}
@media (max-width: 1100px) {
  footer .container div.Services {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media (max-width: 600px) {
  footer .container div.Services {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
footer .container div.Store-info {
  grid-column: 1/3;
  grid-row: 2/3;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
  gap: 2em 2.5em;
}
@media (max-width: 600px) {
  footer .container div.Store-info {
    gap: 0;
  }
}
footer .container div.Store-info h5 {
  display: none;
  flex: 0 0 100%;
  font-weight: 800;
  font-size: 1.2em;
  line-height: 1.1;
  margin: 0 0 1em;
  text-transform: none;
  cursor: pointer;
}
@media (max-width: 600px) {
  footer .container div.Store-info h5 {
    display: flex;
  }
}
@media (max-width: 1100px) {
  footer .container div.Store-info {
    grid-column: 1/3;
    grid-row: 3/4;
    border-right: 0;
  }
}
@media (max-width: 600px) {
  footer .container div.Store-info {
    grid-column: 1/2;
    grid-row: 4/5;
  }
}
footer .container div.Store-info .footer-address {
  flex: 1 1 230px;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
}
@media (max-width: 600px) {
  footer .container div.Store-info .footer-address {
    flex: 0 0 100%;
    margin: 1em 0 2em;
  }
}
footer .container div.Store-info .footer-address h6 {
  display: block;
}
@media (max-width: 600px) {
  footer .container div.Store-info .footer-address h6 {
    font-size: 1.1em;
    cursor: auto;
    display: block;
    font-weight: 600;
  }
}
footer .container div.Store-info .footer-address .store-details {
  display: flex;
  flex-direction: column;
}
footer .container div.Store-info .footer-address .store-details > span {
  display: block;
  margin: 0 0 2em;
  color: var(--grey);
}
footer .container div.Store-info .footer-address .contacts {
  display: block;
  margin: auto 0 0.5em;
}
footer .container div.Store-info .footer-address .contacts a {
  color: var(--grey);
  text-decoration: none;
  font-weight: 500;
}
footer .container div.Store-info .footer-address .contacts a:hover {
  color: var(--link-hover-colour);
}
footer .container div.Store-info .footer-address .contacts .tel a {
  font-size: 1.2em;
}
footer .container div.about-us {
  grid-column: 3/4;
  grid-row: 2/3;
}
@media (max-width: 1100px) {
  footer .container div.about-us {
    grid-column: 1/2;
    grid-row: 4/5;
  }
}
@media (max-width: 600px) {
  footer .container div.about-us {
    grid-column: 1/2;
    grid-row: 5/6;
    border-right: 0;
  }
}
footer .container div.help {
  grid-column: 4/5;
  grid-row: 2/3;
  border-right: 0;
}
@media (max-width: 1100px) {
  footer .container div.help {
    grid-column: 2/3;
    grid-row: 4/5;
  }
}
@media (max-width: 600px) {
  footer .container div.help {
    grid-column: 1/2;
    grid-row: 6/7;
  }
}
footer .container div.legal-info {
  grid-column: 1/5;
  grid-row: 3/4;
  text-align: center;
  padding: 2em 1em 0;
}
@media (max-width: 600px) {
  footer .container div.legal-info {
    padding: 2em 0 0;
  }
}
@media (max-width: 1100px) {
  footer .container div.legal-info {
    grid-column: 1/3;
    grid-row: 5/6;
  }
}
@media (max-width: 600px) {
  footer .container div.legal-info {
    grid-column: 1/2;
    grid-row: 7/8;
  }
}
footer .container div.legal-info p {
  font-size: 0.7em;
  color: #BFB4AF;
}
footer svg.logo {
  margin: 2em 0 -6vw;
  color: var(--grey);
  opacity: 0.2;
}
/**
 * Main stylesheet
 * 
 */
/* Footer newsletter */
#footer-newsletter {
  background: #27ae60;
  padding: 5em 0;
}
#footer-newsletter .klaviyo-form form {
  margin: 0;
  max-width: 865px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #footer-newsletter .klaviyo-form form [data-testid="form-row"] {
    flex-flow: row wrap;
  }
}
#footer-newsletter .klaviyo-form form [data-testid="form-row"] > div {
  padding: 0 !important;
}
#footer-newsletter .klaviyo-form form [data-testid="form-row"] > div.needsclick:first-child {
  padding: 0 15px 0 0 !important;
}
@media (max-width: 768px) {
  #footer-newsletter .klaviyo-form form [data-testid="form-row"] > div.needsclick:first-child {
    flex: 0 0 100% !important;
    padding: 1px !important;
    margin: 0 0 15px;
  }
}
#footer-newsletter .klaviyo-form form [data-testid="form-component"] > div {
  padding: 0 !important;
}
#footer-newsletter .klaviyo-form form [data-testid="form-component"] > div, #footer-newsletter .klaviyo-form form [data-testid="form-component"] button {
  margin: auto 0;
}
#footer-newsletter .klaviyo-form form [data-testid="form-component"] input {
  border-radius: 5px 0 0 5px !important;
  font-size: 16px !important;
}
#footer-newsletter .klaviyo-form form [data-testid="form-component"] input::placeholder {
  font-size: 16px !important;
}
@media (max-width: 400px) {
  #footer-newsletter .klaviyo-form form [data-testid="form-component"] input::placeholder {
    font-size: 14px !important;
  }
}
#footer-newsletter .klaviyo-form form [data-testid="form-component"] > button {
  border-radius: 0 5px 5px 0 !important;
}
/**
 * Fancyapps Carousel
 * 
 */
.make-me-carousel:not(.f-carousel-ready) .f-carousel__slide + .f-carousel__slide {
  display: none;
}
div.f-carousel {
  --f-carousel-dots-width: 20px;
  --f-carousel-dots-height: 44px;
  --f-carousel-dot-color: transparent;
  --f-carousel-dot-width: 14px;
  --f-carousel-dot-height: 14px;
  --f-carousel-dot-opacity: 0.4;
  --f-carousel-spacing: var(--gap);
  --f-button-width: 30px;
  --f-button-height: 30px;
  --f-button-next-pos: calc(var(--f-button-width) * -1);
  --f-button-prev-pos: calc(var(--f-button-width) * -1);
  --f-button-svg-stroke-width: 2.5;
  --f-button-color: var(--this-bg-link-colour);
  --f-button-svg-disabled-opacity: 0;
  --f-button-hover-color: var(--this-bg-link-hover-colour);
  --f-progress-color: #fff;
  --f-progressbar-height: 0;
}
div.f-carousel .f-carousel__dot, div.f-carousel .f-carousel__nav {
  transition: opacity 0.3s;
}
div.f-carousel:not(:hover) .f-carousel__dot, div.f-carousel:not(:hover) .f-carousel__nav {
  opacity: 0.6;
}
div.f-carousel .f-carousel__dot {
  border: 3px solid var(--this-bg-link-colour);
}
div.f-carousel .is-current .f-carousel__dot {
  --f-carousel-dot-color: var(--this-bg-link-colour);
}
div.f-carousel .f-carousel__dots:not(.is-dynamic) li:not(.is-current) {
  transform: scale(0.66);
}
@media only screen and (max-width: 767.98px) {
  div.f-carousel .f-carousel__nav {
    display: none;
  }
}
div.f-carousel .f-progress {
  display: none;
}
div.f-carousel:not(.include-pagination).has-dots {
  margin-bottom: 0;
}
div.f-carousel:not(.include-pagination) .f-carousel__dots {
  display: none;
}
div.f-carousel:not(.include-nav) .f-carousel__nav {
  display: none;
}
.clerk-design-component-GLcrvxXZ > p, .clerk-design-component-t2zqrJzn > p {
  margin: 0.7em 0 0.5em;
  font-size: 1.4em;
  font-weight: 700;
  font-style: italic;
  text-transform: none;
  color: #453F3C;
  font-family: "gotham-narrow", sans-serif, Helvetica, Helvetica Neue, Arial;
  line-height: 1.4;
}
#clerk-search-page-wrap {
  gap: 0 2rem;
}
@media (max-width: 850px) {
  #clerk-search-page-wrap {
    flex-direction: column;
  }
}
@media (max-width: 850px) {
  #clerk-search-page-wrap #clerk-search-filters {
    order: 2;
  }
}
#clerk-search-page-wrap #clerk-search-results {
  padding: 0;
  margin: 0;
}
#clerk-search-page-wrap #clerk-search-results .clerk-design-component-8NPY3m0l > div:first-child {
  padding: 0;
}
#clerk-search-page-wrap #clerk-search-results .clerk-design-component-8NPY3m0l > div:first-child .clerk-design-component-CpXL33GZ > div {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1300px) {
  #clerk-search-page-wrap #clerk-search-results .clerk-design-component-8NPY3m0l > div:first-child .clerk-design-component-CpXL33GZ > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1050px) {
  #clerk-search-page-wrap #clerk-search-results .clerk-design-component-8NPY3m0l > div:first-child .clerk-design-component-CpXL33GZ > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 500px) {
  #clerk-search-page-wrap #clerk-search-results .clerk-design-component-8NPY3m0l > div:first-child .clerk-design-component-CpXL33GZ > div {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
