/** Shopify CDN: Minification failed

Line 87:2 Expected identifier but found "*"
Line 4316:0 "@charset" must be the first rule in the file
Line 4317:0 All "@import" rules must come first
Line 4318:0 All "@import" rules must come first
Line 4319:0 All "@import" rules must come first
Line 5275:2 Expected identifier but found "*"
Line 5276:2 Expected identifier but found "*"
Line 5789:2 Comments in CSS use "/* ... */" instead of "//"

**/
/* === THQ Custom CSS */

.stock-message > * {
  color: white;
}

.stock-message > p {
  margin-bottom: 2px;
}

predictive-search {
  width: 100%;
}

div#search-icon {
  cursor: pointer;
}

.stock-message-red {
  color: #bc544c;
  text-align: left;
}

.stock-message-green {
  color: #36911d;
  text-align: left;
}

/*
.stock-message-red {
  width: 70%;
  color: white;
  border-radius: 1.5rem;
  background-color: #bc544c;
  text-align: left;
  padding: 6px 32px 7px 32px;
  margin-right: 15px;
  margin-top: 20px;
}

.stock-message-green {
  width: 70%;
  color: white;
  border-radius: 1.5rem;
  background-color: #36911d;
  text-align: left;
  padding: 6px 32px 7px 32px;
  margin-right: 15px;
  margin-top: 20px;
}
*/

/*
@media screen and (max-width: 912px) {
  .thq-mobile-hide {
    display: none;
  }
}

@media screen and (min-width: 913px) {
  .thq-mobile-show {
    display: none;
  }
}

.thq-mobile-show > .stock-message {
  margin: 20px 6px 20px 0px !important;
  padding: 2px 20px 18px 24px !important;  
}
*/

/*================ #Helper Classes ================*/

.clearfix {
  *zoom: 1;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.visually-hidden--static {
  position: static !important;
}

.js-focus-hidden:focus {
  outline: none;
}

.no-js:not(html) {
  display: none;
}

.no-js .no-js:not(html) {
  display: block;
}

.no-js .js {
  display: none;
}

.hide {
  display: none !important;
}

/* Site wide config, fonts, colours, breakpoints */
ul {
  list-style: none;
  padding-left: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

h1,
.heading-1,
h2,
.heading-2,
h3,
.heading-3,
h4,
.heading-4,
h5,
.heading-5,
h6,
.heading-6 {
  font-family: kansasnew, serif;
  font-style: normal;
  font-weight: 600;
}

h1,
.heading-1 {
  font-size: 3rem;
}

h2,
.heading-2 {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

h3,
.heading-3 {
  font-size: 1.125rem;
}

h4,
.heading-4 {
  font-size: 1em;
}

p,
span,
div,
body,
ul,
ol {
  font-family: noto-sans, sans-serif;
  font-style: normal;
  font-weight: 400;
}

p {
  line-height: 1.5em;
}

a {
  text-decoration: none;
  color: #257371;
}
a:hover {
  text-decoration: underline;
}

.section-heading {
  text-align: center;
}

.product-title {
  color: #000;
  font-family: noto-sans, sans-serif;
  font-weight: 700;
  font-size: 1em;
}

.product-cost {
  font-family: kansasnew, serif;
  font-size: 1.125em;
  font-weight: 600;
  color: #174140;
}
.product-cost.product-cost--large {
  font-size: 2.5em;
}

.product-cost--sale {
  font-family: kansasnew, serif;
  font-size: 1.125em;
  font-weight: 600;
  color: #b70000;
  text-decoration: line-through;
  margin-left: 0.3125em;
}

.product--wishlist {
  font-size: 0.75rem;
  color: #5a93aa;
}

#shopify-product-reviews .spr-form-label,
.form-label {
  display: inline-block;
  margin-bottom: 0.5em;
  font-family: kansasnew, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.125em;
}

#shopify-product-reviews .spr-form-input-text,
.form-input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0.6875rem 0.8125rem;
  margin-bottom: 1.75rem;
  font-family: noto-sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.75;
  border: 1px solid #969696;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.1875rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#shopify-product-reviews .spr-form-input-text::-moz-placeholder,
.form-input::-moz-placeholder {
  color: #000;
  opacity: 1;
}
#shopify-product-reviews .spr-form-input-text:-ms-input-placeholder,
.form-input:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
#shopify-product-reviews .spr-form-input-text::placeholder,
.form-input::placeholder {
  color: #000;
  opacity: 1;
}
#shopify-product-reviews .spr-form-input-text:focus,
.form-input:focus {
  border-color: #174140;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #769e9d;
}

#shopify-product-reviews .spr-form-input-textarea,
.form-textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0.6875rem 0.8125rem;
  margin-bottom: 1.75rem;
  font-family: noto-sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  border: 1px solid #969696;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.1875rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#shopify-product-reviews .spr-form-input-textarea::-moz-placeholder,
.form-textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}
#shopify-product-reviews .spr-form-input-textarea:-ms-input-placeholder,
.form-textarea:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
#shopify-product-reviews .spr-form-input-textarea::placeholder,
.form-textarea::placeholder {
  color: #000;
  opacity: 1;
}
#shopify-product-reviews .spr-form-input-textarea:focus,
.form-textarea:focus {
  border-color: #174140;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #769e9d;
}

.form-select,
.single-option-selector {
  display: block;
  width: 100%;
  padding: 0.6875rem 0.8125rem;
  margin-bottom: 1.75rem;
  font-family: noto-sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='13px' height='8px' viewBox='0 0 13 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EArrow Copy 3%3C/title%3E%3Cdefs%3E%3Cpolygon id='path-1' points='1.59153582 -1.77635684e-15 0 1.59153582 4.81737858 6.40846418 0 11.2258428 1.59153582 12.8178288 8 6.40846418'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-10' transform='translate(-292.000000, -18.000000)'%3E%3Crect id='Rectangle-Copy' stroke='%23979797' fill='%23FFFFFF' x='0' y='0' width='319' height='42' rx='3'%3E%3C/rect%3E%3Cg id='Group' transform='translate(294.500000, 15.500000)'%3E%3Cg id='Arrow-Copy-3' transform='translate(4.000000, 6.500000) rotate(-270.000000) translate(-4.000000, -6.500000) '%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cuse id='Mask' fill='%23231F20' xlink:href='%23path-1'%3E%3C/use%3E%3Cg id='Group' mask='url(%23mask-2)'%3E%3Cg transform='translate(-12.000000, -11.000000)' id='Colour/Black'%3E%3Crect id='Rectangle' fill='%23000000' x='0' y='0' width='32' height='32'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 0.5rem 0.8125rem;
  border: 1px solid #969696;
  border-radius: 0.1875rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-select:focus,
.single-option-selector:focus {
  border-color: #174140;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #769e9d;
}

.form-select--filter {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='161px' height='148px' viewBox='0 0 161 148' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ESymbols%3C/title%3E%3Cdefs%3E%3Cpolygon id='path-1' points='0.0002 0.7305 160.22 0.7305 160.22 55.7305 0.0002 55.7305'%3E%3C/polygon%3E%3Cpolygon id='path-3' points='0 0.3604 160.2199 0.3604 160.2199 55.3604 0 55.3604'%3E%3C/polygon%3E%3Cpolygon id='path-5' points='0 0 160.2199 0 160.2199 55 0 55'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-10'%3E%3Cg id='Group-3' transform='translate(0.000000, 0.270000)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-2'%3E%3C/g%3E%3Cpath d='M98.6602,28.2305 C98.6602,25.4195 99.5902,22.8205 101.1602,20.7305 C103.4392,17.7005 107.0702,15.7305 111.1602,15.7305 C115.2402,15.7305 118.8702,17.7005 121.1502,20.7305 C122.7292,22.8205 123.6602,25.4195 123.6602,28.2305 C123.6602,31.0405 122.7292,33.6405 121.1502,35.7305 C118.8702,38.7695 115.2402,40.7305 111.1602,40.7305 C107.0802,40.7305 103.4502,38.7695 101.1602,35.7305 C99.5902,33.6405 98.6602,31.0405 98.6602,28.2305 M7.5002,35.7305 L84.7102,35.7305 C87.9702,47.2595 98.5902,55.7305 111.1602,55.7305 C123.7202,55.7305 134.3492,47.2595 137.6102,35.7305 L152.7202,35.7305 C156.8602,35.7305 160.2202,32.3705 160.2202,28.2305 C160.2202,24.0805 156.8602,20.7305 152.7202,20.7305 L137.6102,20.7305 C134.3492,9.2005 123.7202,0.7305 111.1602,0.7305 C98.5902,0.7305 87.9702,9.2005 84.7102,20.7305 L7.5002,20.7305 C3.3602,20.7305 0.0002,24.0805 0.0002,28.2305 C0.0002,32.3705 3.3602,35.7305 7.5002,35.7305' id='Fill-1' fill='%23231F20' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-6' transform='translate(0.000000, 46.270000)'%3E%3Cmask id='mask-4' fill='white'%3E%3Cuse xlink:href='%23path-3'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-5'%3E%3C/g%3E%3Cpath d='M63.5499,27.8604 C63.5499,30.6704 62.6199,33.2694 61.0399,35.3604 C58.7599,38.3904 55.1299,40.3604 51.0499,40.3604 C46.9699,40.3604 43.3399,38.3904 41.0599,35.3604 C39.4799,33.2694 38.5499,30.6704 38.5499,27.8604 C38.5499,25.0404 39.4799,22.4504 41.0599,20.3604 C43.3399,17.3204 46.9699,15.3604 51.0499,15.3604 C55.1299,15.3604 58.7599,17.3204 61.0399,20.3604 C62.6199,22.4504 63.5499,25.0404 63.5499,27.8604 M152.7199,20.3604 L77.4999,20.3604 C74.2299,8.8304 63.6109,0.3604 51.0499,0.3604 C38.4899,0.3604 27.8699,8.8304 24.5999,20.3604 L7.4999,20.3604 C3.3609,20.3604 -0.0001,23.7194 -0.0001,27.8604 C-0.0001,32.0094 3.3609,35.3604 7.4999,35.3604 L24.5999,35.3604 C27.8609,46.8904 38.4899,55.3604 51.0499,55.3604 C63.6109,55.3604 74.2399,46.8904 77.4999,35.3604 L152.7199,35.3604 C156.8609,35.3604 160.2199,32.0094 160.2199,27.8604 C160.2199,23.7194 156.8609,20.3604 152.7199,20.3604' id='Fill-4' fill='%23231F20' mask='url(%23mask-4)'%3E%3C/path%3E%3C/g%3E%3Cg id='Group-9' transform='translate(0.000000, 92.270000)'%3E%3Cmask id='mask-6' fill='white'%3E%3Cuse xlink:href='%23path-5'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-8'%3E%3C/g%3E%3Cpath d='M118.3799,27.5 C118.3799,30.32 117.4499,32.91 115.8699,35 C113.5899,38.04 109.9599,40 105.8799,40 C101.7999,40 98.1699,38.04 95.8899,35 C94.3099,32.91 93.3799,30.32 93.3799,27.5 C93.3799,24.68 94.3099,22.09 95.8899,20 C98.1699,16.96 101.7999,15 105.8799,15 C109.9599,15 113.5899,16.96 115.8699,20 C117.4499,22.09 118.3799,24.68 118.3799,27.5 M152.7199,20 L132.3299,20 C129.0699,8.47 118.4399,0 105.8799,0 C93.3099,0 82.6899,8.47 79.4299,20 L7.4999,20 C3.3599,20 -0.0001,23.36 -0.0001,27.5 C-0.0001,31.641 3.3599,35 7.4999,35 L79.4299,35 C82.6899,46.53 93.3099,55 105.8799,55 C118.4399,55 129.0599,46.53 132.3299,35 L152.7199,35 C156.8599,35 160.2199,31.641 160.2199,27.5 C160.2199,23.36 156.8599,20 152.7199,20' id='Fill-7' fill='%23231F20' mask='url(%23mask-6)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 1.125rem 1.0625rem;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  margin-bottom: 1.75rem;
  font-family: noto-sans, sans-serif;
  vertical-align: top;
  background-color: #e0e0e0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: background-color 0.15s ease-in-out,
    background-position 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:focus {
  border-color: #174140;
  outline: 0;
  box-shadow: #769e9d;
}
.form-check-input:checked {
  background-color: #769e9d;
  border-color: #257371;
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff' /%3E%3C/svg%3E");
}

.form-check {
  display: block;
  padding-left: 1.5em;
  margin-bottom: 0.1875em;
}
.form-check .form-check-input {
  float: left;
  margin-left: calc(1.5em * -1);
}

.form-check-label {
  cursor: pointer;
}

.form-step {
  display: block;
  max-width: 5.9375rem;
  padding: 0.6875rem 0.8125rem;
  margin-bottom: 1.75rem;
  font-family: noto-sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  border: 1px solid #969696;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.1875rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-step:focus {
  border-color: #174140;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #769e9d;
}

.form-search {
  display: block;
  width: 100% !important;
  padding: 0.6875rem 0.8125rem;
  font-family: noto-sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  background-color: #f7f7f7;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 1.6875rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-align: center;
}
.form-search::-moz-placeholder {
  color: #b5b5b5;
  opacity: 1;
  position: relative;
}
.form-search:-ms-input-placeholder {
  color: #b5b5b5;
  opacity: 1;
  position: relative;
}
.form-search::placeholder {
  color: #b5b5b5;
  opacity: 1;
  position: relative;
}
.form-search::-webkit-search-cancel-button {
  opacity: 0;
}
.form-search:focus {
  border-color: #769e9d;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #769e9d;
}

.form-search--icon:-moz-placeholder-shown {
  background-repeat: no-repeat;
  background-position: calc(50% - 172px) center;
  background-size: 1rem 1rem;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EIcon/Search%3C/title%3E%3Cdefs%3E%3Cpath d='M11.7416547,10.3275441 C12.5289958,9.25235958 12.9999418,7.93169343 12.9999418,6.49998642 C12.9999418,2.91601721 10.0839246,3.55271368e-15 6.49995539,3.55271368e-15 C2.91598617,3.55271368e-15 0,2.91601721 0,6.49998642 C0,10.0839556 2.91601721,12.9999728 6.49998642,12.9999728 C7.93169343,12.9999728 9.25248372,12.5289647 10.3276683,11.7416236 L14.5859515,15.9999069 L16,14.5858584 C16,14.5858274 11.7416547,10.3275441 11.7416547,10.3275441 L11.7416547,10.3275441 Z M6.49998642,10.9999651 C4.01854302,10.9999651 2.00000776,8.98142983 2.00000776,6.49998642 C2.00000776,4.01854302 4.01854302,2.00000776 6.49998642,2.00000776 C8.98142983,2.00000776 10.9999651,4.01854302 10.9999651,6.49998642 C10.9999651,8.98142983 8.9813988,10.9999651 6.49998642,10.9999651 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Chart-&amp;-Map---Template-2---Homepage' transform='translate(-602.000000, -977.000000)'%3E%3Crect id='BG-Element' fill='%23FFFFFF' x='140' y='758' width='1328' height='800' rx='10'%3E%3C/rect%3E%3Cg id='Intro-Div' transform='translate(359.000000, 842.000000)' fill='%23F7F7F7'%3E%3Cg id='Search-Bar' transform='translate(0.000000, 115.000000)'%3E%3Crect id='Rectangle' x='0' y='0' width='870' height='55' rx='27.5'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3Cg id='Colour/Black' transform='translate(602.000000, 977.001986)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cuse id='Mask' fill='%23000000' fill-rule='nonzero' xlink:href='%23path-1'%3E%3C/use%3E%3Cg id='Group' mask='url(%23mask-2)' fill='%23000000'%3E%3Cg id='Colour/Black'%3E%3Crect id='Rectangle' x='0' y='0' width='16' height='16'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.form-search--icon:-ms-input-placeholder {
  background-repeat: no-repeat;
  background-position: calc(50% - 172px) center;
  background-size: 1rem 1rem;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EIcon/Search%3C/title%3E%3Cdefs%3E%3Cpath d='M11.7416547,10.3275441 C12.5289958,9.25235958 12.9999418,7.93169343 12.9999418,6.49998642 C12.9999418,2.91601721 10.0839246,3.55271368e-15 6.49995539,3.55271368e-15 C2.91598617,3.55271368e-15 0,2.91601721 0,6.49998642 C0,10.0839556 2.91601721,12.9999728 6.49998642,12.9999728 C7.93169343,12.9999728 9.25248372,12.5289647 10.3276683,11.7416236 L14.5859515,15.9999069 L16,14.5858584 C16,14.5858274 11.7416547,10.3275441 11.7416547,10.3275441 L11.7416547,10.3275441 Z M6.49998642,10.9999651 C4.01854302,10.9999651 2.00000776,8.98142983 2.00000776,6.49998642 C2.00000776,4.01854302 4.01854302,2.00000776 6.49998642,2.00000776 C8.98142983,2.00000776 10.9999651,4.01854302 10.9999651,6.49998642 C10.9999651,8.98142983 8.9813988,10.9999651 6.49998642,10.9999651 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Chart-&amp;-Map---Template-2---Homepage' transform='translate(-602.000000, -977.000000)'%3E%3Crect id='BG-Element' fill='%23FFFFFF' x='140' y='758' width='1328' height='800' rx='10'%3E%3C/rect%3E%3Cg id='Intro-Div' transform='translate(359.000000, 842.000000)' fill='%23F7F7F7'%3E%3Cg id='Search-Bar' transform='translate(0.000000, 115.000000)'%3E%3Crect id='Rectangle' x='0' y='0' width='870' height='55' rx='27.5'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3Cg id='Colour/Black' transform='translate(602.000000, 977.001986)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cuse id='Mask' fill='%23000000' fill-rule='nonzero' xlink:href='%23path-1'%3E%3C/use%3E%3Cg id='Group' mask='url(%23mask-2)' fill='%23000000'%3E%3Cg id='Colour/Black'%3E%3Crect id='Rectangle' x='0' y='0' width='16' height='16'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* .form-search--icon:placeholder-shown {
  background-repeat: no-repeat;
  background-position: calc(50% - 172px) center;
  background-size: 1rem 1rem;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EIcon/Search%3C/title%3E%3Cdefs%3E%3Cpath d='M11.7416547,10.3275441 C12.5289958,9.25235958 12.9999418,7.93169343 12.9999418,6.49998642 C12.9999418,2.91601721 10.0839246,3.55271368e-15 6.49995539,3.55271368e-15 C2.91598617,3.55271368e-15 0,2.91601721 0,6.49998642 C0,10.0839556 2.91601721,12.9999728 6.49998642,12.9999728 C7.93169343,12.9999728 9.25248372,12.5289647 10.3276683,11.7416236 L14.5859515,15.9999069 L16,14.5858584 C16,14.5858274 11.7416547,10.3275441 11.7416547,10.3275441 L11.7416547,10.3275441 Z M6.49998642,10.9999651 C4.01854302,10.9999651 2.00000776,8.98142983 2.00000776,6.49998642 C2.00000776,4.01854302 4.01854302,2.00000776 6.49998642,2.00000776 C8.98142983,2.00000776 10.9999651,4.01854302 10.9999651,6.49998642 C10.9999651,8.98142983 8.9813988,10.9999651 6.49998642,10.9999651 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Chart-&amp;-Map---Template-2---Homepage' transform='translate(-602.000000, -977.000000)'%3E%3Crect id='BG-Element' fill='%23FFFFFF' x='140' y='758' width='1328' height='800' rx='10'%3E%3C/rect%3E%3Cg id='Intro-Div' transform='translate(359.000000, 842.000000)' fill='%23F7F7F7'%3E%3Cg id='Search-Bar' transform='translate(0.000000, 115.000000)'%3E%3Crect id='Rectangle' x='0' y='0' width='870' height='55' rx='27.5'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3Cg id='Colour/Black' transform='translate(602.000000, 977.001986)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cuse id='Mask' fill='%23000000' fill-rule='nonzero' xlink:href='%23path-1'%3E%3C/use%3E%3Cg id='Group' mask='url(%23mask-2)' fill='%23000000'%3E%3Cg id='Colour/Black'%3E%3Crect id='Rectangle' x='0' y='0' width='16' height='16'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
} */
@media (max-width: 768px) {
  .form-search--icon:-moz-placeholder-shown {
    background-image: none;
  }
  .form-search--icon:-ms-input-placeholder {
    background-image: none;
  }
  .form-search--icon:placeholder-shown {
    background-image: none;
  }
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-input {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .input-group--sm-inline {
    display: inline;
  }
  .input-group--sm-inline > .form-input {
    width: 100%;
    box-sizing: border-box;
  }
  .input-group--sm-inline *:first-child {
    margin-bottom: 1em;
  }
}
.input-group--rounded .form-input {
  padding-right: 1.25rem;
  background-color: #fff;
  border-top-left-radius: 1.6875rem;
  border-bottom-left-radius: 1.6875rem;
  border: none;
}
.input-group--rounded .form-input::-moz-placeholder {
  color: #b5b5b5;
}
.input-group--rounded .form-input:-ms-input-placeholder {
  color: #b5b5b5;
}
.input-group--rounded .form-input::placeholder {
  color: #b5b5b5;
}
.input-group--rounded .btn {
  margin-left: -20px;
}

@media (max-width: 768px) {
  .input-group--rounded--sm-inline .form-input {
    padding-right: 0.8125rem;
    border-top-right-radius: 1.6875rem;
    border-bottom-right-radius: 1.6875rem;
  }
  .input-group--rounded--sm-inline .btn {
    margin-left: 0;
  }
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
@media (max-width: 768px) {
  .form-row {
    display: block;
  }
}
.form-row .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  margin: 0.5em;
}

/* Button styling */
#shopify-product-reviews .spr-summary-actions-newreview,
.btn--outline-white,
.btn--white,
#shopify-product-reviews .spr-button-primary,
.btn--green {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.875rem;
  min-width: 10.8125rem;
  padding: 0.875rem 0.75rem;
  color: #000000;
  font-size: 0.875rem;
  font-family: noto-sans, sans-serif;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 1.75rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#shopify-product-reviews .spr-summary-actions-newreview:hover,
.btn--outline-white:hover,
.btn--white:hover,
#shopify-product-reviews .spr-button-primary:hover,
.btn--green:hover {
  text-decoration: none;
}
#shopify-product-reviews .spr-summary-actions-newreview:focus,
.btn--outline-white:focus,
.btn--white:focus,
#shopify-product-reviews .spr-button-primary:focus,
.btn--green:focus {
  outline: none;
  text-decoration: none;
}
@media (max-width: 768px) {
  #shopify-product-reviews .spr-summary-actions-newreview,
  .btn--outline-white,
  .btn--white,
  #shopify-product-reviews .spr-button-primary,
  .btn--green {
    min-width: 9.625rem;
  }
}

#shopify-product-reviews .spr-button-primary,
.btn--green {
  background-color: #257371;
  color: #ffffff;
}
#shopify-product-reviews .spr-button-primary:hover,
.btn--green:hover,
#shopify-product-reviews .spr-button-primary:focus,
.btn--green:focus {
  background-color: #174140;
}
#shopify-product-reviews [disabled].spr-button-primary,
[disabled].btn--green {
  cursor: default;
  background-color: #e0e0e0;
}
#shopify-product-reviews [disabled].spr-button-primary:hover,
[disabled].btn--green:hover {
  text-decoration: none;
}

.btn--white {
  background-color: #ffffff;
  color: #000000;
}
.btn--white:hover,
.btn--white:focus {
  background-color: #f9f9f9;
}

#shopify-product-reviews .spr-summary-actions-newreview,
.btn--outline-white {
  background-color: #ffffff;
  color: #000000;
  border-color: #e0e0e0;
}
#shopify-product-reviews .spr-summary-actions-newreview:hover,
.btn--outline-white:hover,
#shopify-product-reviews .spr-summary-actions-newreview:focus,
.btn--outline-white:focus {
  background-color: #f9f9f9;
}

.btn--green:not([disabled]),
.btn--white:not([disabled]),
.btn--outline-white:not([disabled]),
[type="button"]:not([disabled]),
[type="reset"]:not([disabled]),
[type="submit"]:not([disabled]),
button:not([disabled]) {
  cursor: pointer;
}

.hamburger-button {
  background: none;
  border: none;
  outline: none;
}
.hamburger-button:focus,
.hamburger-button:hover {
  background-color: transparent;
}
.hamburger-button .hamburger {
  width: 1.6875em;
  height: 1.0625em;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
}
.hamburger-button .hamburger span {
  display: block;
  position: absolute;
  height: 0.1875em;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.hamburger-button .hamburger span:nth-child(1) {
  top: 0px;
}
.hamburger-button .hamburger span:nth-child(2),
.hamburger-button .hamburger span:nth-child(3) {
  top: 7px;
}
.hamburger-button .hamburger span:nth-child(4) {
  top: 14px;
}
.hamburger-button .hamburger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.hamburger-button .hamburger.open span:nth-child(2) {
  transform: rotate(45deg);
}
.hamburger-button .hamburger.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.hamburger-button .hamburger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.search-icon-wrapper {
  display: flex;
  margin-left: 2.25em;
}
@media (max-width: 768px) {
  .search-icon-wrapper {
    margin: 0 1em;
  }
}
.search-icon-wrapper .search-icon {
  width: 1em;
  height: 1em;
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(332deg)
    brightness(115%) contrast(101%);
}
.search-icon-wrapper .search-icon:hover {
  cursor: pointer;
}

.search-overlay {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 2;
  background-color: #f7f2e2;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  transition: 0.25s linear;
  top: 0;
}
.search-overlay.active {
  display: flex;
  visibility: visible;
}
/* .search-overlay:before, .search-overlay:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f7f2e2;
} */
.search-overlay:before {
  right: 99%;
}
.search-overlay:after {
  left: 99%;
}
.search-overlay .input-group {
  width: 750px;
  /* position: relative; */
  max-width: 80%;
}
@media (max-width: 768px) {
  .search-overlay .input-group {
    width: 100%;
  }
}
.search-overlay .form-input {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .search-overlay .btn {
    min-width: 6.25em;
  }
}
.search-overlay .close-btn {
  width: 1.5em;
  height: 1.5625em;
  position: relative;
  margin-left: 1.5em;
}
@media (max-width: 768px) {
  .search-overlay .close-btn {
    margin-right: 2px;
  }
}
.search-overlay .close-btn span {
  display: block;
  position: absolute;
  height: 0.1875em;
  width: 100%;
  background: #174140;
  left: 0;
  bottom: 50%;
}
.search-overlay .close-btn span:first-child {
  transform: rotate(45deg);
}
.search-overlay .close-btn span:last-child {
  transform: rotate(-45deg);
}
.search-overlay .close-btn:hover {
  cursor: pointer;
}
.search-overlay .close-btn:hover span {
  background: #257371;
}

.search-results {
  position: absolute;
  top: 3.75em;
  background: #f7f2e2;
  width: 100%;
}
.search-results .search-results__items {
  margin: 0;
}
.search-results .search-results__item {
  margin: 1.5em;
}
.search-results .search-results__image {
  width: 50px;
}
.search-results .search-results__link {
  display: flex;
  align-items: center;
  color: #000;
}
.search-results .search-results__info {
  margin-left: 1em;
}
.search-results .search-results__info p {
  margin: 0;
}

/* stylelint-disable */
@media (min-width: 769px) {
  .header-navigation {
    height: 100%;
    margin-left: auto;
  }
  .header-navigation a:hover,
  .header-navigation a:focus {
    text-decoration: none;
  }
  .header-navigation .mega-link:hover .primary-level-link:before,
  .header-navigation .mega-link:focus .primary-level-link:before {
    visibility: visible;
    transform: scaleX(1);
  }
  .header-navigation .mega-link:hover .mega-menu,
  .header-navigation .mega-link:focus .mega-menu {
    visibility: visible;
    transition-delay: 0s;
  }
  .header-navigation .primary-level {
    display: flex;
    justify-content: center;
    margin: 0;
    height: 100%;
  }
  .header-navigation .primary-level .primary-level-item {
    margin: 0 1.125em;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .header-navigation .primary-level .primary-level-item:last-child {
    margin-right: 0;
  }
  .header-navigation .primary-level .primary-level-item .primary-level-link {
    position: relative;
    font-family: halyard-display, sans-serif;
    font-weight: 500;
    color: #fff;
  }
  .header-navigation
    .primary-level
    .primary-level-item
    .primary-level-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -1rem;
    left: 0;
    background: #fff;
    visibility: hidden;
    transform: scaleX(0);
    transition: 0.25s linear;
  }
  .header-navigation
    .primary-level
    .primary-level-item
    .primary-level-link:hover:before,
  .header-navigation
    .primary-level
    .primary-level-item
    .primary-level-link:focus:before {
    visibility: visible;
    transform: scaleX(1);
  }
  .header-navigation .primary-level .mobile-arrow {
    display: none;
  }
  .header-navigation .secondary-level {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1.875em;
  }
  .header-navigation .secondary-level .secondary-arrow {
    width: 12px;
    margin-left: auto;
    margin-right: 1.3125em;
    transition: margin 700ms;
  }
  .header-navigation .secondary-level .secondary-level-item {
    width: 100%;
    padding: 1.25rem 0;
    font-family: kansasnew, serif;
    font-weight: 600;
    font-size: 1em;
    border-bottom: 1px solid #e0e0e0;
  }
  .header-navigation
    .secondary-level
    .secondary-level-item
    .secondary-level-link {
    width: 100%;
    display: flex;
    color: #000;
  }
  .header-navigation
    .secondary-level
    .secondary-level-item
    .secondary-level-link:hover
    .secondary-arrow,
  .header-navigation
    .secondary-level
    .secondary-level-item
    .secondary-level-link:focus
    .secondary-arrow {
    margin-right: 0.625em;
  }
  .header-navigation .mega-menu {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    display: flex;
    width: 100%;
    visibility: hidden;
    transition: 0.2s 0.1s;
    /*     padding: 2.6875em 2.875em; */
    box-sizing: border-box;
  }
  .header-navigation .mega-menu .content-0 {
    flex: 1;
    /*     padding: 0.75em 3.4375em 0.75em 0; */
    padding: 40px;
  }
  .header-navigation .mega-menu .content-0 .content-0__header {
    width: 100%;
    display: flex;
    padding-bottom: 0.75em;
  }
  .header-navigation .mega-menu .content-0 .content-0__header .btn {
    margin-left: auto;
    min-width: 8.875em;
  }
  .header-navigation .mega-menu .content-1 {
    width: 33%;
    display: flex;
    flex-wrap: wrap;
    /*     padding: 0.75em 0 0.75em 2.3125em; */
    border-left: 1px solid #e0e0e0;
  }
  .header-navigation .mega-menu .content-1 .heading-2 {
    width: 100%;
  }
  .header-navigation .mega-menu .content-1 .product-image-container {
    width: 25%;
    margin-right: 2.375em;
    margin-bottom: 0.75em;
  }
  .header-navigation .mega-menu .content-1 .product-info {
    /*     width: 55%; */
    width: 100%;
  }
  .header-navigation .mega-menu .review-badge {
    margin: 1.75em 0;
  }
  .header-navigation .mega-menu .review-badge .spr-icon-star {
    color: #257371;
  }
  .header-navigation .mega-menu .review-badge .spr-icon-star-empty {
    color: #e0e0e0;
  }
  .header-navigation .mega-menu .review-badge .spr-badge-caption,
  .header-navigation .mega-menu .review-badge .spr-badge[data-rating="0.0"] {
    visibility: hidden;
    display: none;
  }

  .hamburger-button {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-navigation .mega-menu .content-1 {
    display: none;
  }
}
@media (max-width: 768px) {
  .header-navigation {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: calc(100vh - 83px);
    display: none;
    transition: 0.25s linear;
  }
  .header-navigation.primary-open {
    display: flex;
  }
  .header-navigation:before,
  .header-navigation:after {
    content: "";
    width: 100%;
    position: absolute;
    background-color: #fff;
    height: 100vh;
    top: 0;
  }
  .header-navigation:after {
    left: calc(100% - 1px);
  }
  .header-navigation:before {
    right: calc(100% - 1px);
  }

  .primary-level {
    width: 100%;
    margin: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-left: 1px;
  }
  .primary-level .primary-level-item {
    border-bottom: 1px solid #e0e0e0;
  }
  .primary-level .primary-level-link {
    display: flex;
    margin: 1.5625em 0;
    font-family: halyard-display, sans-serif;
    font-weight: 500;
    color: #257371;
  }
  .primary-level .mobile-arrow {
    margin-left: auto;
    margin-right: 1px;
    width: 12px;
    transform: rotate(-90deg);
    transition: 0.25s linear;
    filter: invert(60%) sepia(7%) saturate(1047%) hue-rotate(130deg)
      brightness(98%) contrast(93%);
  }

  .secondary-level {
    display: none;
    position: relative;
  }
  .secondary-level .secondary-level-item {
    width: 100%;
    padding: 0.5rem 1rem;
    font-family: halyard-display, sans-serif;
    font-size: 0.875em;
  }
  .secondary-level .secondary-level-item .secondary-level-link {
    width: 100%;
    display: flex;
    color: #769e9d;
    padding: 7px 0;
  }
  .secondary-level .secondary-arrow {
    display: none;
  }

  .secondary-open .primary-level-link {
    margin-bottom: 0.3125em;
  }
  .secondary-open .mega-menu {
    display: inline;
  }
  .secondary-open .mega-menu .secondary-level {
    display: inline;
  }
  .secondary-open .mobile-arrow {
    transform: rotate(-180deg);
  }
  .secondary-open .secondary-level-item:last-child {
    padding-bottom: 1.5625em;
  }

  .mega-menu .content-0__header {
    display: none;
  }

  .mega-menu .content-0 {
    /*     background: #F9F9F9; */
  }

  .hamburger-button {
    display: flex;
  }
}
.thumbnails {
  position: relative;
}
.thumbnails .slider-btn {
  position: absolute;
  top: calc(50% - 1.5em);
  width: 1.5em;
  height: 1.5em;
  padding: 0.5em;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  display: none;
}
.thumbnails .slider-btn:hover {
  cursor: pointer;
  opacity: 0.8;
}
.thumbnails .slider-btn img {
  opacity: 0.8;
}
.thumbnails [data-slider-prev] {
  left: -1em;
}
.thumbnails [data-slider-prev] img {
  transform: rotate(90deg);
}
.thumbnails [data-slider-next] {
  right: -1em;
}
.thumbnails [data-slider-next] img {
  transform: rotate(270deg);
}

.images_thumbnail-nav {
  white-space: nowrap;
  overflow-x: scroll;
}
.images_thumbnail-nav .images_thumbnail {
  display: inline;
  margin-right: 1em;
}
.images_thumbnail-nav .images_thumbnail:last-child {
  margin-right: 0;
}
.images_thumbnail-nav .images_thumbnail:hover {
  cursor: pointer;
}

.product-video video {
  width: 100%;
}

.external-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.external-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-overview th {
  text-align: left;
  min-width: 10em;
  padding-bottom: 0.25em;
}

.featured-collection {
  margin: 9.0625em 0 5.5em;
}
@media (max-width: 768px) {
  .featured-collection {
    margin: 3.75em 0 4.6875em;
  }
}

.icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.no-svg .icon {
  display: none;
}

.icon--wide {
  width: 40px;
}

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) img,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) img {
  max-width: 100%;
}
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit;
}

.payment-icons {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

.responsive-image__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.no-js .responsive-image__wrapper {
  display: none;
}
.responsive-image__wrapper::before {
  content: "";
  position: relative;
  display: block;
}
.responsive-image__wrapper img {
  display: block;
  width: 100%;
}

.responsive-image__wrapper--full-height {
  height: 100%;
}

.responsive-image__image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.responsive-image__image:focus {
  outline-offset: -4px;
}

/* stylelint-disable */
.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer .tns-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 38px;
}

.tns-outer [aria-controls],
.tns-outer [data-action],
.tns-nav-active {
  cursor: pointer;
  height: 10px;
  margin: 12px;
  border-radius: 50%;
  box-sizing: content-box;
  outline: none;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  height: 18px !important;
  width: 18px !important;
  /*   -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important; */
  border-radius: 100% !important;
  display: block !important;
  margin: 0 10px !important;
  padding: 0 !important;
}

.tns-outer .tns-nav-active {
  background-color: #257371;
  position: relative;
  border: 3px solid #fff;
  border-radius: 100% !important;
  height: 18px !important;
  width: 18px !important;
  /*   -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important; */
  display: block !important;
  margin: 0 10px !important;
  padding: 0 !important;
}
.tns-outer .tns-nav-active:before {
  content: "";
  border: 13px solid #e0e0e0;
  position: absolute;
  top: -4px;
  left: -4px;
  border-radius: 100%;
  z-index: -1;
  display: block !important;
}

.tns-slider {
  display: flex;
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}
.social-sharing {
  display: inline-block;
}
.social-sharing > li > a {
  height: 40px;
  width: 40px;
}

.homepage-hero {
  position: relative;
  height: calc(100vh - 139px);
  min-height: 34.375em;
  max-height: 40.625em;
  margin-top: -139px;
  padding-top: 139px;
}
@media (max-width: 768px) {
  .homepage-hero {
    height: auto;
    min-height: auto;
    margin-top: -83px;
    padding-top: 83px;
  }
}
.homepage-hero .homepage-hero--bg {
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
}
.homepage-hero .homepage-hero--bg .homepage-hero--bg-image {
  height: 100%;
}
.homepage-hero .homepage-hero--bg .homepage-hero--bg-image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #257371;
  opacity: 52%;
}
.homepage-hero .homepage-hero--bg .homepage-hero--bg-image > img {
  -o-object-fit: cover;
  object-fit: cover;
}
.homepage-hero .wrapper {
  height: 100%;
}
.homepage-hero .wrapper .homepage-hero-inner {
  display: flex;
  flex-direction: column;
}
.homepage-hero .headings {
  width: 23%;
  min-width: 325px;
  margin-top: 5em;
  margin-left: 6.875em;
  color: #fff;
}
@media (max-width: 768px) {
  .homepage-hero .headings {
    width: 100%;
    min-width: auto;
    max-width: 300px;
    margin: 0 auto 3.125em;
    text-align: center;
  }
}
.homepage-hero .pointers {
  display: flex;
  justify-content: center;
  flex: 1;
}
@media (max-width: 768px) {
  .homepage-hero .pointers {
    display: none;
  }
}
.homepage-hero .pointers ul {
  display: flex;
  margin-top: auto;
  margin-bottom: 110px;
}
.homepage-hero .pointers ul li {
  padding: 0.375rem 2rem;
  max-width: 135px;
  font-family: kansasnew, serif;
  font-size: 1em;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border-right: 1px solid #fff;
}
.homepage-hero .pointers ul li:last-child {
  border-right: none;
}

.product-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.product-card .product-link {
  color: #000000;
  outline: none;
}
.product-card .product-link:hover .product-title,
.product-card .product-link:focus .product-title {
  text-decoration: underline;
}
.product-card .product-details {
  margin-top: auto;
}
.product-card .product--wishlist {
  margin-top: 0.6875rem;
  display: block;
}

.homepage-search {
  margin: 9.0625em 0 5.5em;
}
@media (max-width: 768px) {
  .homepage-search {
    margin: 3.75em 0 4.6875em;
  }
}
.homepage-search .homepage-search-inner {
  padding: 0 13.75em;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .homepage-search .homepage-search-inner {
    background-color: red;
    padding: 0 7.8125em;
  }
}
@media (max-width: 768px) {
  .homepage-search .homepage-search-inner {
    padding: 0;
  }
}
.homepage-search .subheading {
  margin-bottom: 1.75em;
}
.homepage-search .btn {
  display: block;
  margin: 1.5625em auto 0;
}

.homepage-search--hero {
  margin-top: -4.375em;
}
.homepage-search--hero .homepage-search-inner {
  background-color: #fff;
  border-top-right-radius: 0.625em;
  border-top-left-radius: 0.625em;
  padding-top: 5.625em;
}
@media (max-width: 768px) {
  .homepage-search--hero {
    margin-top: 3.75em;
  }
  .homepage-search--hero .homepage-search-inner {
    padding-top: 0;
  }
}

.newsletter-signup {
  background-color: #f7f2e2;
  /*   padding: 6.25em 0 5.625em 0; */
  padding: 70px 0px 20px;
  margin-top: 100px;
}
.newsletter-signup .newsletter-signup-inner {
  display: grid;
  grid-template-columns: min(545px, 35%) min(490px, 55%);
  grid-column-gap: 3.625em;
  justify-content: center;
}
@media (max-width: 768px) {
  .newsletter-signup .newsletter-signup-inner {
    display: inline;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .newsletter-signup .headings p {
    margin-bottom: 1.875rem;
  }
}
.newsletter-signup .input-wrapper {
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.newsletter-signup .input-wrapper form {
  width: 100%;
}

.shopify-challenge__container {
  padding: 7.5em 0;
}
@media (max-width: 768px) {
  .shopify-challenge__container {
    padding: 2.5em 0;
  }
}

.shopify-challenge__message {
  margin-bottom: 1.75em;
}

.shopify-challenge__button {
  background-color: #257371;
  color: #ffffff;
}
.shopify-challenge__button:hover,
.shopify-challenge__button:focus {
  background-color: #174140;
}
.shopify-challenge__button:disabled {
  background-color: #e0e0e0;
}

.blog-recent-posts {
  margin: 5.5em 0 7.5em 0;
}
.blog-recent-posts h2 {
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .blog-recent-posts h2 {
    margin-top: 1.5rem;
  }
}
.blog-recent-posts .blog-recent-posts__item {
  display: flex;
  flex-direction: column;
}
.blog-recent-posts .blog-image-wrapper {
  height: 18.125em;
}
.blog-recent-posts .blog-image {
  -o-object-fit: cover;
  object-fit: cover;
}

.standout-boxes {
  margin: 10em 0 9.0625em;
}
@media (max-width: 768px) {
  .standout-boxes {
    margin: 3.4375em 0 3.75em;
  }
}
.standout-boxes h2 {
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .standout-boxes h2 {
    margin-top: 1.5rem;
  }
}
.standout-boxes .boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-row-gap: 2.125em;
  grid-column-gap: 1.0625em;
}
@media (max-width: 768px) {
  .standout-boxes .boxes {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-row-gap: 1.4375em;
  }
}
.standout-boxes .boxes .box {
  position: relative;
  margin-bottom: 1.5em;
}
.standout-boxes .boxes .box:last-child {
  grid-area: 1/2 / span 2 / span 1;
}
@media (max-width: 768px) {
  .standout-boxes .boxes .box {
    margin-bottom: 9.875em;
  }
  .standout-boxes .boxes .box:last-child {
    grid-area: auto;
  }
}
.standout-boxes .box-image {
  height: 100%;
}
@media (max-width: 768px) {
  .standout-boxes .box-image {
    height: 175px;
  }
  .standout-boxes .boxes .box:last-child .box-image {
    height: auto;
  }
  .standout-boxes .boxes .box:last-child .info {
    top: auto;
    bottom: -210px;
  }
}
.standout-boxes .box-image > img {
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.standout-boxes .info {
  box-sizing: border-box;
  position: absolute;
  bottom: -1.5em;
  min-width: 18.75em;
  width: 60%;
  color: #fff;
  background-color: #257371;
  padding: 2.8125em 2.5em 1.875em;
  margin-left: 2.5em;
}
@media (max-width: 899px) {
  .standout-boxes .info {
    padding: 1.5625em 1.3125em;
  }
}
@media (max-width: 768px) {
  .standout-boxes .info {
    bottom: -90%;
    min-width: auto;
    width: auto;
    margin: 0 0.875em;
  }
}

.collection-tabnav {
  margin: 5.5em 0 10em 0;
}
@media (max-width: 768px) {
  .collection-tabnav {
    margin: 3.4375em 0 3.75em;
  }
}
.collection-tabnav .collection-tabnav__title {
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .collection-tabnav .collection-tabnav__title {
    margin-top: 1.5rem;
  }
}
.collection-tabnav .collection-tabnav__section {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1em;
}
@media (max-width: 768px) {
  .collection-tabnav .collection-tabnav__section {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 1em;
    box-sizing: border-box;
  }
}
.collection-tabnav .collection-tabnav__item:hover,
.collection-tabnav .collection-tabnav__item:focus {
  transform: scale(1.05);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  transition: 0.25s linear;
}
.collection-tabnav .collection-tabnav__item__title {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  color: #ffffff;
  text-align: center;
}
.collection-tabnav .collection-tabnav__item__image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.collection-tabnav .collection-tabnav__button {
  margin-top: 2.1875em;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .collection-tabnav .collection-tabnav__button {
    display: none;
  }
}
.collection-tabnav .collection-tabnav__button .btn--green {
  display: none;
}
.collection-tabnav .collection-tabnav__button .btn--green.active {
  display: inline-flex;
}

/**
* This is the style overrides for the Shopify review App
*/
#shopify-product-reviews {
  width: 100%;
}
#shopify-product-reviews .spr-header-title,
#shopify-product-reviews .spr-summary-starrating,
#shopify-product-reviews .spr-summary-actions-togglereviews {
  display: none;
}
#shopify-product-reviews .spr-summary-actions-newreview {
  float: right;
}
#shopify-product-reviews .spr-summary-caption {
  font-family: kansasnew, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.125em;
}
@media (max-width: 768px) {
  #shopify-product-reviews .spr-summary-caption {
    text-align: left;
    display: inline-block;
    margin-bottom: 1rem;
  }
}
#shopify-product-reviews .spr-review {
  background-color: #f8f8f8;
  padding: 2.25em 7em;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 4em 0;
}
@media (max-width: 768px) {
  #shopify-product-reviews .spr-review {
    padding: 2.375em 1.625em;
    margin: 1em 0;
    flex-direction: column-reverse;
  }
}
#shopify-product-reviews .spr-review:not(:first-child):before {
  content: "";
  border-top: 1px solid #e0e0e0;
  position: absolute;
  width: 100%;
  top: -2em;
  left: 0;
}
@media (max-width: 768px) {
  #shopify-product-reviews .spr-review:not(:first-child):before {
    display: none;
  }
}
#shopify-product-reviews .spr-review-header {
  width: 23%;
}
@media (max-width: 768px) {
  #shopify-product-reviews .spr-review-header {
    width: 100%;
  }
}
#shopify-product-reviews .spr-review-header-starratings {
  margin-bottom: 0.6875em;
  display: block;
}
@media (max-width: 768px) {
  #shopify-product-reviews .spr-review-header-starratings {
    width: 100%;
  }
}
#shopify-product-reviews .spr-review-header-starratings .spr-icon-star {
  color: #5a93aa;
}
#shopify-product-reviews .spr-review-header-starratings .spr-icon-star-empty {
  color: #e0e0e0;
}
#shopify-product-reviews .spr-review-header-title {
  display: none;
}
#shopify-product-reviews .spr-review-header-byline {
  font-style: normal;
  font-size: 0.75em;
  line-height: 1.5;
  color: #5a93aa;
  opacity: 1;
}
#shopify-product-reviews .spr-review-content {
  flex: 1;
}
#shopify-product-reviews .spr-review-content-body {
  font-size: 1em;
}
#shopify-product-reviews .spr-review-footer {
  width: 100%;
}
@media (max-width: 768px) {
  #shopify-product-reviews .spr-review-footer {
    margin-bottom: 0.5em;
  }
}
#shopify-product-reviews .spr-review-reportreview {
  font-size: 0.75em;
  color: #5a93aa;
}
#shopify-product-reviews .spr-form {
  width: 50%;
}
@media (max-width: 768px) {
  #shopify-product-reviews .spr-form {
    width: 100%;
  }
}
#shopify-product-reviews .spr-form-title {
  font-size: 1.125rem;
}
#shopify-product-reviews .spr-form-contact-name,
#shopify-product-reviews .spr-form-contact-email,
#shopify-product-reviews .spr-form-contact-location,
#shopify-product-reviews .spr-form-review-title,
#shopify-product-reviews .spr-form-review-body {
  margin: 0;
}
#shopify-product-reviews .spr-form-review-rating {
  margin-bottom: 1.75rem;
}
#shopify-product-reviews .spr-form-review-body-charactersremaining {
  font-size: 0.75em;
}
#shopify-product-reviews .spr-pagination {
  color: #5a93aa;
}
#shopify-product-reviews .spr-pagination a {
  color: #5a93aa;
}

.breadcrumbs {
  background-color: #f9f9f9;
  padding: 1.0625em 0;
  margin-bottom: 40px;
}
.breadcrumbs span,
.breadcrumbs a {
  font-family: noto-sans, sans-serif;
  font-size: 12px;
  color: #5a93aa;
  border-right: 1px solid #5a93aa;
  padding: 0 8px;
}
.breadcrumbs span:first-child,
.breadcrumbs a:first-child {
  padding-left: 0;
}
.breadcrumbs span:last-child,
.breadcrumbs a:last-child {
  border-right: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

.page-heading {
  background-color: #769e9d;
}
.page-heading.page-heading--blue {
  background-color: #5a93aa;
}
.page-heading h1 {
  color: #fff;
  display: inline-flex;
}
.page-heading .collection-desc {
  max-width: 71em;
  font-size: 0.875em;
  color: #ffffff;
  line-height: 1.5em;
  margin-bottom: 2.8125em;
}

.tabnav__navigation {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 0 15%;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .tabnav__navigation {
    padding: 0 10%;
  }
}
@media (max-width: 768px) {
  .tabnav__navigation {
    padding: 0;
    overflow-y: scroll;
    justify-content: flex-start;
  }
}
.tabnav__navigation .tavnav__navigation-item {
  flex: 1;
  padding: 0 0.5em;
}
@media (max-width: 768px) {
  .tabnav__navigation .tavnav__navigation-item {
    white-space: nowrap;
    /*     min-width: 60%; */
  }
}
.tabnav__navigation .tavnav__navigation-item.active button {
  color: #000;
  border-bottom-color: #257371;
}
.tabnav__navigation .tavnav__navigation-item:first-child {
  padding-left: 1em;
}
.tabnav__navigation .tavnav__navigation-item:last-child {
  padding-right: 1em;
}
.tabnav__navigation .tavnav__navigation-title {
  margin: 0;
}
.tabnav__navigation .tabnav__navigation-button {
  width: 100%;
  position: relative;
  padding-bottom: 1em;
  background-color: transparent;
  outline: none;
  border: none;
  border-bottom: 5px solid #e0e0e0;
  color: #e0e0e0;
  font-size: 1.125rem;
  font-weight: 700;
}
.tabnav__navigation .tabnav__navigation-button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: -0.3125rem;
  left: 0;
  background: #257371;
  visibility: hidden;
  transform: scaleX(0);
  transition: 0.25s linear;
}
.tabnav__navigation .tabnav__navigation-button:hover,
.tabnav__navigation .tabnav__navigation-button:focus {
  color: #000;
}
.tabnav__navigation .tabnav__navigation-button:hover:before,
.tabnav__navigation .tabnav__navigation-button:focus:before {
  visibility: visible;
  transform: scaleX(1);
}

.tabnav__section {
  width: 100%;
  margin-top: 1.5em;
}

.tabnav__item {
  display: none;
  position: relative;
}
.tabnav__item.active {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .tabnav__item.contained-small {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 315px;
    margin: 0 auto;
  }
}

#about-us .tabnav__item {
  display: flex !important;
  justify-content: center;
}
#about-us .tabnav__item:hover {
  cursor: pointer;
}

.recently-viewed.wrapper {
  display: none;
  margin: 5.5em 0 7em 0;
}
@media (max-width: 768px) {
  .recently-viewed.wrapper {
    margin: 3.4375em 0 3.75em;
  }
}
.recently-viewed.wrapper.loaded {
  display: grid;
}
.recently-viewed.wrapper .recently-viewed__title {
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .recently-viewed.wrapper .recently-viewed__title {
    margin-top: 1.5rem;
  }
}

/* stylelint-disable */
/***
* Overrides for the wishlist hero app.
* everything is important..
****/
.wishlist-hero-custom-button.product--wishlist button {
  font-size: 0.75rem !important;
  color: #5a93aa !important;
  opacity: 1 !important;
  padding: 0 !important;
  width: 100% !important;
  display: block;
  /*   text-transform: lowercase !important; */
}
.wishlist-hero-custom-button.product--wishlist button:hover span {
  text-decoration: underline;
}

#wishlist-hero-shared-list-view {
  max-width: 1324px;
  margin: calc(139px + 4.6875em) auto 4.6875em auto;
}
@media (max-width: 768px) {
  #wishlist-hero-shared-list-view {
    margin: calc(83px + 2.8125em) auto 2.8125em auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #wishlist-hero-shared-list-view {
    max-width: 980px;
  }
}
@media (max-width: 768px) {
  #wishlist-hero-shared-list-view {
    max-width: 350px;
  }
}
#wishlist-hero-shared-list-view .MuiTouchRipple-root {
  display: none !important;
}
#wishlist-hero-shared-list-view .fa-star,
#wishlist-hero-shared-list-view .fa-sign-in-alt {
  display: none;
}
#wishlist-hero-shared-list-view .jss77 {
  padding: 0;
}
#wishlist-hero-shared-list-view .jss77 text {
  display: none;
}
#wishlist-hero-shared-list-view .MuiTypography-root {
  font-size: 1rem !important;
}
#wishlist-hero-shared-list-view .MuiButton-root {
  text-transform: none !important;
  color: #257371 !important;
  font-size: 1rem !important;
  padding: 0 !important;
}
#wishlist-hero-shared-list-view .MuiButton-root:hover {
  text-decoration: underline !important;
  background-color: transparent !important;
}
#wishlist-hero-shared-list-view .jss78 {
  border: 1px solid #dddcdc;
  border-radius: 0.625em;
  box-shadow: none;
}
#wishlist-hero-shared-list-view .MuiCardHeader-title {
  color: #000 !important;
  font-family: noto-sans, sans-serif !important;
  font-weight: 700 !important;
  text-align: center;
}
#wishlist-hero-shared-list-view .MuiCardHeader-subheader {
  display: none;
}
#wishlist-hero-shared-list-view .wishlist-hero-price-update {
  font-family: kansasnew, serif !important;
  font-size: 1.125em !important;
  font-weight: 600 !important;
  color: #174140 !important;
}
#wishlist-hero-shared-list-view .MuiButton-containedPrimary {
  color: white !important;
  border-radius: 1.75rem !important;
  padding: 0 1.5em !important;
  display: block !important;
  /*   text-transform: lowercase !important; */
  box-shadow: none;
}
#wishlist-hero-shared-list-view .MuiButton-containedPrimary:hover {
  background-color: #174140 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}
@media (min-width: 600px) {
  #wishlist-hero-shared-list-view .MuiGrid-grid-sm-6 {
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 960px) {
  #wishlist-hero-shared-list-view .MuiGrid-grid-md-4 {
    max-width: 33.333333%;
    flex-basis: 33.333333%;
  }
}
@media (min-width: 1280px) {
  #wishlist-hero-shared-list-view .MuiGrid-grid-lg-3 {
    flex-grow: 0;
    max-width: 25%;
    flex-basis: 25%;
  }
}
#wishlist-hero-shared-list-view .jss77 > div > div:last-child button {
  display: inline !important;
  height: 2.875rem;
  padding: 0 1.5em !important;
  /*   text-transform: lowercase !important; */
  border-radius: 1.75rem !important;
}
#wishlist-hero-shared-list-view .jss77 > div > div:last-child button:hover {
  text-decoration: none !important;
  box-shadow: none !important;
}
#wishlist-hero-shared-list-view
  .jss77
  > div
  > div:last-child
  button:first-of-type {
  background-color: #257371 !important;
  color: white !important;
}
#wishlist-hero-shared-list-view
  .jss77
  > div
  > div:last-child
  button:first-of-type:hover {
  background-color: #174140 !important;
}
#wishlist-hero-shared-list-view
  .jss77
  > div
  > div:last-child
  button:last-of-type {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #e0e0e0;
}
#wishlist-hero-shared-list-view
  .jss77
  > div
  > div:last-child
  button:last-of-type:hover {
  background-color: #f9f9f9;
}

#wishlist-hero-shared-list-view {
  padding: 10px 0 120px !important;
  margin: 0 auto;
}

#wishlist-hero-shared-list-view h1 {
  font-family: kansasnew, serif !important;
  color: black;
  margin-left: 30px;
}

.MuiCircularProgress-root {
  margin: calc(139px + 4.6875em) auto 4.6875em auto;
  display: block !important;
}
@media (max-width: 768px) {
  .MuiCircularProgress-root {
    margin: calc(83px + 2.8125em) auto 2.8125em auto;
  }
}

.MuiCircularProgress-colorPrimary {
  color: #257371 !important;
}

.product__info #wishlist-hero-product-page-button {
  display: inline;
}
.product__info #wishlist-hero-product-page-button div {
  display: inline;
}
.product__info #wishlist-hero-product-page-button button {
  display: inline !important;
  font-size: 0.75rem !important;
  color: #5a93aa !important;
  /*   text-transform: lowercase !important; */
  opacity: 1 !important;
}

.blog-tile__date {
  font-family: noto-sans, sans-serif;
  font-size: 0.75rem;
  color: #257371;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .blog-tile__date {
    margin-top: 1rem;
  }
}

.blog-tile__title {
  width: 75%;
  color: #000;
}
@media (max-width: 768px) {
  .blog-tile__title {
    width: 100%;
  }
}

.blog-tile__button-equal {
  margin-top: auto;
}

.featured-blogs {
  margin: 2.875em 0 5.75em 0;
}
@media (max-width: 768px) {
  .featured-blogs {
    margin: 2.875em 0 2.5em 0;
  }
}
.featured-blogs h2 {
  margin-bottom: 1.5rem;
}
.featured-blogs .featured-blogs__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1em;
  grid-row-gap: 2.5em;
}
@media (max-width: 768px) {
  .featured-blogs .featured-blogs__grid {
    grid-template-columns: 1fr;
  }
}
.featured-blogs .featured-blogs__image-wrapper {
  height: 25em;
}
@media (max-width: 991px) {
  .featured-blogs .featured-blogs__image-wrapper {
    height: 19.3125em;
  }
}
@media (max-width: 991px) {
  .featured-blogs .featured-blogs__image-wrapper {
    height: 15.625em;
  }
}
.featured-blogs .featured-blogs__image {
  -o-object-fit: cover;
  object-fit: cover;
}

.pagination {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  border-top: 1px solid #e0e0e0;
  margin: 3.75em 0 4.375em 0;
  padding-top: 1.875em;
}
@media (max-width: 768px) {
  .pagination {
    justify-content: center;
    align-items: center;
    margin: 3.5625em 0 5.5em 0;
    padding: 0;
    border-top: none;
  }
}
.pagination li {
  margin: 0 0.625em;
}
.pagination li.active {
  font-weight: bold;
  color: #257371;
}
.pagination li.disabled {
  opacity: 0.2;
}
.pagination a {
  color: #000;
}
.pagination .pagination-arrow {
  width: 0.75em;
}
.pagination .pagination-arrow.pagination-arrow--next {
  transform: rotate(270deg);
}
.pagination .pagination-arrow.pagination-arrow--prev {
  transform: rotate(90deg);
}

.test-pag {
  width: 0.75em;
  transform: rotate(270deg);
}

.read-more--short {
  display: none;
}
/* @media (max-width: 768px) { */
.read-more--short {
  display: block;
  /*   } */
}

.read-more-btn {
  display: block;
  font-family: kansasnew, serif;
  font-style: normal;
  font-weight: 600;
  color: inherit;
  margin-top: 0.9375em;
  cursor: pointer;
}
.read-more-btn .read-more-btn__arrow {
  width: 0.8125em;
  margin-left: 0.375em;
}
.read-more-btn .read-more-btn__arrow.white {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(332deg)
    brightness(115%) contrast(101%);
}

.read-more-btn--less {
  display: none;
}
/* @media (max-width: 768px) { */
.read-more-btn--less {
  display: block;
}
/* } */
.read-more-btn--less .read-more-btn__arrow {
  transform: rotate(180deg);
}

/* @media (max-width: 768px) { */
.read-more--full {
  display: none;
  /*   } */
}
/**
  * Breakpoint defaults
  * desktop 1024px
  * tablet 768px
  * phone 320px
  */
.wrapper {
  display: grid;
  grid-template-columns: 1fr min(1324px, 100%) 1fr;
}
.wrapper > * {
  grid-column: 2;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper {
    grid-template-columns: 1fr min(980px, 100%) 1fr;
  }
}
@media (max-width: 768px) {
  .wrapper {
    /*     grid-template-columns: 1fr min(350px, 100%) 1fr; */
  }
  .wrapper > * {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.body-wrapper {
  grid-template-columns: 1fr min(1324px, 100%) 1fr;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .body-wrapper {
    grid-template-columns: 1fr min(980px, 100%) 1fr;
  }
}
@media (max-width: 768px) {
  .body-wrapper {
    grid-template-columns: 1fr min(350px, 100%) 1fr;
  }
}
.body-wrapper > * {
  grid-column: 2;
}

.full-bleed {
  width: 100%;
  grid-column: 1/-1;
  margin-left: 0;
  margin-right: 0;
}

#shopify-section-footer,
#shopify-section-header {
  width: 100%;
  grid-column: 1/-1;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 768px) {
  .full-bleed-mobile {
    width: 100%;
    grid-column: 1/-1;
    margin-left: 0;
    margin-right: 0;
  }
}
main.scrolled {
  padding-top: 139px;
}
@media (max-width: 768px) {
  main.scrolled {
    padding-top: 83px;
  }
}

@media (max-width: 768px) {
  .sm-none {
    display: none;
  }
}
@media (min-width: 769px) {
  .lg-none {
    display: none;
  }
}
.footer {
  background-color: #257371;
  padding: 5em 0 3.4375em 0;
  color: #95c9c7;
}
@media (max-width: 768px) {
  .footer {
    padding: 4.6875em 0 2.8125em 0;
  }
  .footer .small-hide {
    display: none;
  }
}
.footer a {
  color: #95c9c7;
  text-decoration: none;
}
.footer a:hover,
.footer a:focus {
  text-decoration: underline;
}
.footer .logo-wrapper {
  margin-bottom: 2.8125em;
  display: block;
}
@media (max-width: 768px) {
  .footer .logo-wrapper {
    margin-bottom: 1.875em;
  }
  .footer .logo-wrapper img {
    margin: 0 auto;
    display: block;
  }
}
.footer .footer-grid {
  display: grid;
  grid-template-columns: 2.2fr repeat(3, 1fr) 1.2fr;
}
@media (max-width: 768px) {
  .footer .footer-grid {
    display: inline;
    text-align: center;
  }
}
.footer address {
  margin-bottom: 1em;
  font-family: halyard-display, sans-serif;
  font-style: normal;
  line-height: 1.3;
}
.footer .contact-information {
  margin-bottom: 2.125em;
}
.footer .contact-information > div {
  margin-bottom: 0.375em;
  font-family: halyard-display, sans-serif;
}
.footer .contact-information .contact-icon {
  width: 1.5em;
  display: inline-block;
}
.footer .navigation,
.footer .navigation p,
.footer .navigation ul {
  font-family: halyard-display, sans-serif;
}
.footer .navigation-end {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer .navigation-end {
    justify-content: space-around;
  }
}
.footer .navigation-title {
  color: #fff;
}
@media (max-width: 768px) {
  .footer .navigation-white {
    text-align: center;
  }
}
.footer .navigation-white li {
  margin-bottom: 0.75em;
}
.footer .navigation-white a {
  color: #fff;
}
.footer .navigation-small li {
  margin-bottom: 0.5em;
}
.footer .navigation-small a {
  font-size: 0.875em;
}
.footer .opening-hours > p {
  font-weight: 600;
  margin-bottom: 1.5em;
  font-family: halyard-display, sans-serif;
}
.footer .opening-hours ul {
  max-width: 75%;
  min-width: 225px;
  font-family: halyard-display, sans-serif;
}
@media (max-width: 768px) {
  .footer .opening-hours ul {
    margin: 0 auto;
  }
}
.footer .opening-hours ul li {
  display: flex;
  margin-bottom: 0.125em;
}
.footer .opening-hours ul span {
  margin-left: auto;
  font-family: halyard-display, sans-serif;
}
.footer .subfooter {
  margin-top: 9.375em;
}
@media (max-width: 768px) {
  .footer .subfooter {
    margin-top: 3em;
  }
}
.footer .subfooter .payment-icons {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 1em 0;
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .footer .subfooter .payment-icons {
    justify-content: center;
  }
}
.footer .subfooter .payment-icons li {
  margin: 0 0.5em;
}
.footer .subfooter .payment-icons li:last-child {
  margin-right: 0;
}
.footer .subfooter .payment-icons .icon {
  width: 32px;
  height: 22px;
}
.footer .subfooter .legal-navigation {
  display: flex;
  font-size: 0.75em;
  color: #769e9d;
}
@media (max-width: 768px) {
  .footer .subfooter .legal-navigation {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.footer .subfooter .legal-navigation a {
  color: #769e9d;
}
.footer .subfooter .legal-navigation li {
  padding: 0.1875em 0.375em;
  border-right: 1px solid #769e9d;
}
.footer .subfooter .legal-navigation li:last-child {
  border-right: none;
}
@media (max-width: 768px) {
  .footer .subfooter .legal-navigation li:first-child {
    flex-basis: 100%;
    border-right: none;
    text-align: center;
  }
  .coll_accordion a.accordion__item__title:after {
    color: black !important;
  }
}

header {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 100;
}
header.scrolled {
  top: -139px;
  left: 0;
  right: 0;
  position: fixed;
}
header.pinned {
  top: 0;
  z-index: 999;
}
header .header-primary {
  background-color: #257371;
  transition: background-color 0.7s;
}
header .header-primary.opacity {
  background-color: transparent;
}
@media (max-width: 768px) {
  header .header-primary.opacity {
    background-color: #257371;
  }
}
header .header-primary .header-inner {
  position: relative;
  display: flex;
  align-items: center;
}
header .header-primary .logo-wrapper {
  display: inline-block;
  margin: 2.125em 0 1.3125em 0;
}
@media (max-width: 768px) {
  header .header-primary .logo-wrapper {
    margin: 1.5em 0 1.5em 0;
  }
  header .header-primary .logo-wrapper img {
    width: 10.625em;
  }
}
header .header-primary .heart-icon-mobile {    
  position: absolute;
  right: 120px;
}
header .header-primary .heart-icon-mobile img {
  height: 17px;
}
header .header-primary .cart-icon-mobile {
  margin-left: auto;
}
header .header-primary .cart-icon-mobile img {
  height: 17px;
}
header .header-secondary {
  background-color: #174140;
}
@media (max-width: 768px) {
  header .header-secondary {
    display: none;
  }
}
header .header-secondary .header-inner {
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875em;
}
header .header-secondary a {
  color: #769e9d;
  text-decoration: none;
  font-family: halyard-display, sans-serif;
}
header .header-secondary a:hover,
header .header-secondary a:focus {
  text-decoration: underline;
}
header .header-secondary .contact-methods .contact-method {
  display: inline-block;
  margin-right: 2.5em;
}
header .header-secondary .contact-methods .contact-icon {
  margin-right: 0.5625em;
}
header .header-secondary .cart-menu .cart-menu-item {
  display: inline-block;
  margin-left: 1em;
}
header .header-secondary .cart-menu .cart-icon {
  vertical-align: middle;
}

.grid {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(3, 1fr);
}
.article {
  margin: 3.25em 0 5.75em 0;
}
.article .article-width {
  max-width: 55em;
  margin: 0 auto;
  width: 80%;
}
@media (max-width: 768px) {
  .article .article-width {
    width: 100%;
  }
}
.article .article-container img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.article .article-info {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 1.3125em;
  margin: 5.6875em 0 1.875em 0;
}
.article .article-info span {
  margin-left: 0.5em;
  color: #769e9d;
  font-size: 0.875em;
  font-style: italic;
}
.article .article-navigation {
  margin: 1.875em 0 5.6875em 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .article .article-navigation {
    justify-content: space-around;
    flex-wrap: wrap;
    grid-row-gap: 1em;
  }
  .article .article-navigation .btn--outline-white {
    order: 1;
  }
}
.article .article-comments .comment-form-container {
  margin: 4.9375em 0 4.75em 0;
}
@media (max-width: 768px) {
  .article .article-comments .comment-form-container {
    margin: 6.75em 0 6.75em 0;
  }
}
.article .article-comments .comment-form-container .btn--green {
  float: right;
}
.article .article-comments .comment-form-container .errors li {
  color: red;
  margin-bottom: 0.5em;
}
.article .article-comments h2 + .comment-form-container {
  margin-top: 2.5em;
}
.article .article-comment {
  border: 1px solid #e0e0e0;
  border-radius: 0.5em;
  margin: 1.5em 0;
  padding: 2.5em 2.8125em 3.75em;
}
@media (max-width: 768px) {
  .article .article-comment {
    padding: 1.5em 1.75em 2.5em;
  }
}
.article .article-comment h3 {
  margin-bottom: 0;
}
.article .article-comment .article-comment__date {
  font-family: noto-sans, sans-serif;
  font-size: 0.75rem;
  color: #5a93aa;
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.recommended-products {
  margin: 5.75em 0 6.9375em 0;
}
@media (max-width: 768px) {
  .recommended-products {
    margin: 3.625em 0 3.625em 0;
  }
}
.recommended-products .full-bleed-mobile {
  border-top: 1px solid #e0e0e0;
  padding-top: 5.875em;
}
@media (max-width: 768px) {
  .recommended-products .full-bleed-mobile {
    border-top: none;
    padding-top: 0;
  }
}
.recommended-products .recommended-products__title {
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .recommended-products .recommended-products__title {
    margin-top: 1.5rem;
  }
}

.blog {
  margin: 2em 0 3.75em 0;
}
.blog .filter-nav {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 1.875em;
  margin-bottom: 2em;
}
.blog .filters {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 1em;
  grid-row-gap: 0.5em;
  margin: 0;
}
.blog .filters .filter-btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  width: 8rem;
  color: #769e9d;
  font-size: 0.75rem;
  font-family: noto-sans, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 1.75rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.blog .filters .filter-btn:focus {
  outline: none;
}
.blog .filters .filter-btn:hover,
.blog .filters .filter-btn:focus {
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .blog .filters .filter-btn {
    width: 5.625rem;
  }
}
@media (max-width: 768px) {
  .blog .filters .filter-btn {
    min-width: 9.625rem;
  }
}
.blog .filters .active .filter-btn {
  background-color: #769e9d;
  color: #fff;
}
.blog .clear-btn {
  margin-left: auto;
  font-size: 0.75em;
  color: #5a93aa;
  text-transform: uppercase;
}
.blog .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1em;
  grid-row-gap: 4.4375em;
}
@media (max-width: 768px) {
  .blog .blog-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 2.5em;
  }
}
.blog .blog__image-wrapper {
  height: 16.875em;
}
@media (max-width: 991px) {
  .blog .blog__image-wrapper {
    height: 10em;
  }
}
@media (max-width: 991px) {
  .blog .blog__image-wrapper {
    height: 15.625em;
  }
}
.blog .blog__image {
  -o-object-fit: cover;
  object-fit: cover;
}

/* stylelint-disable */
.cart {
  margin: 3.25em 0 4.25em 0;
}
@media (max-width: 768px) {
  .cart {
    margin: 3.25em 0 3.875em 0;
  }
}
.cart table {
  width: 100%;
}
.cart table thead {
  font-family: kansasnew, serif;
  font-size: 1.125em;
  color: #257371;
  text-align: left;
}
.cart table thead th {
  border-bottom: 1px solid #dddcdc;
  padding: 1em 0;
  text-transform: capitalize;
}
.cart .col__price-title {
  font-family: kansasnew, serif;
  font-size: 1.125em;
  color: #257371;
  font-weight: 600;
}
.cart table tbody td {
  vertical-align: top;
  padding: 1.75em 0 3.125em 0;
  border-bottom: 1px solid #dddcdc;
}
.cart .col__img {
  width: 23%;
}
@media (max-width: 768px) {
  .cart .col__img {
    width: auto;
  }
}
.cart .col__img img {
  max-width: 160px;
}
@media (max-width: 768px) {
  .cart .col__img img {
    display: none;
  }
}
.cart .col__meta {
  padding-left: 2em;
  padding-right: 3em;
}
@media (max-width: 991px) {
  .cart .col__meta {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (max-width: 768px) {
  .cart .col__meta {
    padding-left: 0;
  }
}
.cart .col__meta .product-title {
  display: block;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .cart .col__meta .product-title {
    margin-bottom: 1.5em;
  }
}
@media (max-width: 768px) {
  .cart .col__cost {
    text-align: right;
  }
}
/* .cart .col__cost .qty-small {
  margin-bottom: 3em;
  display: none;
}
@media (max-width: 768px) {
  .cart .col__cost .qty-small {
    display: block;
  }
} */
@media (max-width: 768px) {
  .cart .col__price-title {
    display: none;
  }
}
.cart .col__qty,
.cart .col__total {
  text-align: right;
  width: 15%;
}
@media (max-width: 991px) {
  .cart .col__qty,
  .cart .col__total {
    width: 13%;
  }
}
.mobileTotalPrice {
  display: none;
}
@media (max-width: 768px) {
  .mobileTotalPrice {
    display: block;
  }
  .hideColumnSmall,
  .firstPrice,
  .secondPrice {
    display: none;
  }
  .cart-row-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    max-width: 90% !important;
  }
  .cart-row-info td {
    border: none !important;
    padding: 0 !important;
    text-align: left !important;
  }
}
/* @media (max-width: 768px) {
  .cart .col__qty,
.cart .col__total {
    display: none;
  }
} */
.cart .form-step {
  display: inline;
  max-width: 4em;
}
.cart .product-variants {
  font-size: 0.875em;
  margin-bottom: 3.25em;
}
@media (max-width: 768px) {
  .cart .product-variants {
    margin-bottom: 2em;
  }
}
.cart .product-variants .variant__name {
  font-weight: 600;
  margin-right: 1.5em;
}
.cart .cart-product-actions {
  display: flex;
}
@media (max-width: 768px) {
  .cart .cart-product-actions {
    display: block;
  }
}
.cart .cart-product-actions li {
  padding: 0 1em;
  border-right: 1px solid #5a93aa;
}
@media (max-width: 768px) {
  .cart .cart-product-actions li {
    padding: 0 0.5em;
    padding: 0;
    border-right: none;
  }
}
.cart .cart-product-actions li:first-child {
  padding-left: 0;
}
.cart .cart-product-actions li:last-child {
  border-right: none;
  padding-right: 0;
}
.cart .cart-product-actions button,
.cart .cart-product-actions a {
  font-size: 0.75em;
  color: #5a93aa;
  text-transform: uppercase !important;
}
.cart .cart-product-actions button:hover,
.cart .cart-product-actions a:hover {
  text-decoration: underline;
}
.cart .cart-product-actions button {
  background: none;
  border: none;
  padding: 0;
}
.cart
  .cart-product-actions
  .wishlist-hero-custom-button.product--wishlist
  button {
  height: auto !important;
}
@media (max-width: 768px) {
  .cart
    .cart-product-actions
    .wishlist-hero-custom-button.product--wishlist
    button {
    width: auto !important;
  }
}
.cart .cart__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cart .cart__footer .cart__subtotal-container {
  text-align: right;
  font-family: kansasnew, serif;
  font-size: 1.125em;
  font-weight: 600;
  color: #257371;
  text-transform: capitalize;
}
.cart .cart__footer .cart__subtotal-container span {
  color: #174140;
  display: block;
  margin-top: 1.5em;
  font-family: kansasnew, serif;
  font-weight: 600;
}
@media (max-width: 768px) {
  .cart .cart__footer .cart__subtotal-container span {
    margin-top: 0;
  }
}
.cart .cart__footer .cart__buttons {
  margin-top: 2em;
}
@media (max-width: 768px) {
  .cart .cart__footer .cart__buttons {
    margin-top: 1em;
  }
}

.collection {
  background-color: #f1f1f1;
}

.collection-inner {
  display: grid;
  grid-template-columns: 0.2fr 1fr;
  grid-column-gap: 2.5em;
}
@media (max-width: 768px) {
  .collection-inner {
    grid-template-columns: 1fr;
  }
}
.collection-inner aside {
  /*   background-color: plum; */
  grid-row: 1/4;
}
.search-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sort-by-container {
  margin-right: 35px;
}
.mobile-filter {
  display: none;
}
.mobile-close-filter-button {
  display: none;
}
@media (max-width: 768px) {
  /* .collection-inner aside {
    display: none;
  } */
  .collection-inner > aside:first-child {
    display: none;
  }
  .collection-inner > aside:first-child.visible {
    position: fixed;
    display: block;
    top: 0;
    left: 0px;
    background: white;
    width: 60%;
    padding-right: 20%;
    z-index: 2500;
    height: 100%;
    overflow-y: auto;
  }
  .accordion-container {
    padding-top: 0 !important;
  }
  .search-wrapper-top .input-group,
  .search-heading {
    flex-direction: column;
  }
  .search-wrapper-top .search-form__input {
    margin: 10px 30px !important;
  }

  .search-wrapper-top button.search-form__connected-submit {
    padding: 13px;
    background: #257371 !important;
    color: white;
    border-radius: 35px;
    width: 200px;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 10px;
  }

  .search-template-liquid h1 {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .coll_accordion a.accordion__item__title {
    background: white !important;
    color: black !important;
  }
  .coll_accordion .accordion__item__content {
    background: #ffffff !important;
  }
  .filterHeader {
    padding-left: 20px;
  }

  .sort-by-container {
    margin-right: 5px;
  }
  .mobile-filter {
    display: flex;
    width: 100%;
    background: #fff;
    color: #000;
    align-items: center;
    justify-content: center;
    border: 1px solid #969696;
    border-radius: 3px;
    margin-left: 5px;
    max-height: 43px;
    margin-top: 19px;
  }
  aside.visible {
    position: relative;
  }
  .mobile-close-filter-button {
    display: block;
    color: black;
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
.collection-inner .collection-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1em;
  grid-row-gap: 1.5em;
  margin: 1.375em 0 1.875em 0;
}
@media (max-width: 768px) {
  .collection-inner .collection-list {
    grid-template-columns: 1fr;
    margin: 1.5625em 0 4.0625em 0;
  }
}
.collection-inner .product-card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.625em;
  padding: 1.875em;
  transition: box-shadow 0.3s ease-in-out;
}
.collection-inner .product-card:hover {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.2);
}
.collection-inner .review-badge {
  margin: 1.125em 0;
}
.collection-inner .review-badge .spr-icon-star {
  color: #257371;
}
.collection-inner .review-badge .spr-icon-star-empty {
  color: #e0e0e0;
}
.collection-inner .review-badge .spr-badge-caption,
.collection-inner .review-badge .spr-badge[data-rating="0.0"] {
  /*   visibility: hidden;
  display: none; */
}

.search-inner .review-badge .spr-badge-caption,
.collection-inner .review-badge .spr-badge-caption {
  display: none;
}
.search-inner .sort-nav,
.collection-inner .sort-nav {
  padding: 1em 0;
  margin: 2.375em 0 1.375em 0;
  border-bottom: 1px solid #e0e0e0;
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
}
.collection-inner .sort-nav .pagination,
.search-inner .sort-nav .pagination {
  border-top: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .search-inner .pagination,
  .collection-inner .sort-nav .pagination {
    display: none !important;
  }
  .search-inner .pagination-filter-section {
    justify-content: center;
    align-items: center;
    padding-left: 15px;
  }
}

.product .product-inner {
  display: flex;
  flex-wrap: wrap;
  padding-top: 4.6875em;
}
@media (max-width: 768px) {
  .product .product-inner {
    padding-top: 1.875em;
  }
}
.product .product__media,
.product .product__info {
  margin-bottom: 5.125em;
}
@media (max-width: 768px) {
  .product .product__media,
  .product .product__info {
    margin-bottom: 1em;
  }
}
.product .product__media {
  width: 40%;
}
@media (max-width: 768px) {
  .product .product__media {
    width: 100%;
  }
}
.product .product__info {
  width: 50%;
  padding: 0 0 0 10%;
}
@media (max-width: 768px) {
  .product .product__info {
    width: 100%;
    padding: 0;
    margin-bottom: 1em;
  }
}

@media (min-width: 1001px) {
  .product .product__info .product__info__container {
    display: flex;
    justify-content: space-between;
  }
}
.product .product__info .product__title {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .product .product__info .product__title {
    margin-bottom: 1.5rem;
  }
}
.product .product__info .product__price-wrapper {
  margin-bottom: 1.5em;
}
.product .product__info .product--wishlist {
  margin-left: 1.5em;
}
.product .product__info .product-description__title {
  margin-top: 2.625em;
}
.product .review-badge {
  margin: 1.5em 0 1em 0;
  padding-left: 0px !important;
}
.product .review-badge .spr-icon-star {
  color: #257371;
}
.product .review-badge .spr-icon-star-empty {
  color: #e0e0e0;
}
.product .product-finishes {
  width: 65%;
}
@media (max-width: 768px) {
  .product .product-finishes {
    width: 100%;
  }
}
.product .product-description {
  margin-bottom: 5.125em;
}

#shopify-section-product-recommendations {
  width: 100%;
}

/**
  __  __      _        ___  ___ ___ ___ 
 |  \/  |__ _(_)_ _   / __|/ __/ __/ __|
 | |\/| / _` | | ' \  \__ \ (__\__ \__ \
 |_|  |_\__,_|_|_||_| |___/\___|___/___/

 Here we use all of our .s(a|c)ss for our theme. 
**/
/**
 * Finally, include our templates last so they can inherit the prior
 * stylings.
 */

/** ALL PAGES **/

@media (min-width: 768px) {
  .w-50 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .w-40 {
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1300px;
  }
}

/** CONTACT PAGE **/

.aboutImage {
  width: 100%;
  height: 100vh;
  max-height: 600px;
}

.contactTopImage {
  width: 100%;
  height: 100vh;
  max-height: 500px;
  /*     margin-left:15px !important;
  margin-right:15px !important; */
}
.contact-container-left.pd {
  padding: 0 15px;
}
#contact_form {
  display: grid;
  /*     margin: 40px; */
}

@media (max-width: 768px) {
  .contactForm {
    padding-top: 2em;
  }
}

.contactForm #contact_form input {
  box-sizing: border-box;
  display: block;
  padding: 0.6875rem 0.8125rem;
  margin-bottom: 1.75rem;
  font-family: noto-sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  border: 1px solid #969696;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.1875rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contactForm #contact_form input:focus {
  border-color: #174140;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #769e9d;
}

.contactForm #ContactFormSubject {
  box-sizing: border-box;
  display: block;
  padding: 0.6875rem 0.8125rem;
  margin-bottom: 1.75rem;
  font-family: noto-sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  border: 1px solid #969696;
  /* -webkit-appearance: none; */
  -moz-appearance: none;
  /* appearance: none; */
  border-radius: 0.1875rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#ContactFormSubject:focus {
  border-color: #174140;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #769e9d;
}

#contact_form label {
  display: inline-block;
  margin-bottom: 0.5em;
  font-family: kansasnew, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.125em;
}

#ContactFormMessage {
  font-family: noto-sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: black;
}

.formReq {
  color: #769e9d;
  text-align: right;
  font-size: 14px;
}

.contactForm #contact_form .btn--green {
  margin-top: 25px;
  border-radius: 1.75rem !important;
}

.contactDescTop {
  padding-bottom: 4em;
}

.contactDescBottom {
  padding-bottom: 1em;
}

/** ABOUT PAGE **/

.aboutBottom {
  text-align: center;
  padding: 60px 0px;
}

/** TIMELINE SECTION **/

.timelineTop {
  text-align: center;
}

#shopify-section-timeline {
  background: #f9f9f9;
  padding: 60px 0;
}

.vertical-timeline {
  padding: 120px 0;
}

.timeline-container .vt-item {
  background: white;
  padding: 40px 20px;
  border-top: 7px solid #769e9d;
}
.timeline-container .vt-item p {
  font-size: 14px;
}

p.collection-tabnav__desc {
  text-align: center;
}

/** FAQ PAGE **/

.faqPageWrapper .panel {
  margin: 0;
  padding: 0;
  border-bottom: 0.25px dashed #231f20;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 1000px) {
  .faqPageWrapper .row {
    display: flex;
  }
}

@media (max-width: 767px) {
  .accordion-container {
    padding-top: 50px;
  }
}

.faqButton {
  margin-top: 30px;
}

.faqTop {
  text-align: center;
  padding-bottom: 60px;
}

/** ACCOUNT PAGES **/

#CustomerLoginForm {
  text-align: center;
  padding: 10px 0px 60px;
}

.accountFields label {
  display: block;
  text-align: left;
  margin-bottom: 0.5em;
  font-family: kansasnew, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.125em;
}

.accountFields {
  max-width: 400px;
  margin: 0 auto;
}

.accountFields .row input {
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding: 0.6875rem 0.8125rem;
  margin-bottom: 1.75rem;
  font-family: noto-sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  border: 1px solid #969696;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.1875rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.accountFields .row input:focus {
  border-color: #174140;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #769e9d;
}

/** TEXT WITH IMAGE SECTION **/

/* pt-block-title */
.pt-block-title {
  text-align: center;
  padding: 60px 0;
}

.pt-description {
  margin: 60px 0 0 80px;
}
.pt-block-title .pt-text {
  margin: 30px 0 0 0;
  padding-bottom: 1px;
}

#shopify-section-text-with-image .row {
  display: flex;
  padding: 25px 0;
}

#shopify-section-text-with-image .pt-image {
  max-height: 400px;
  width: 670px;
  height: 100vh;
}

/** BLOG ARTICLES **/
.articleImage {
  width: 100%;
  padding: 30px 0;
}

/** NEW TIMELINE CSS **/

@charset "UTF-8";
@import url("https://unpkg.com/modern-normalize@1.0.0/modern-normalize.css");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,600");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
h1 {
  /*   color: #2F5775; */
  /*   text-align: center; */
}

.timeline-container {
  --icon-size: min(max(15vw, 40px), 60px);
  --icon-gap: 10px;
  --line-color: #769e9d;
  --icon-background: #769e9d;
  --icon-color: #fafafa;
  --item-color: #2a3553;
}
@media (min-width: 320px) {
  .timeline-container {
    font-size: calc(16px + 8 * ((100vw - 320px) / 1120));
    margin: 120px 0;
  }
}
@media (min-width: 1440px) {
  .timeline-container {
    font-size: 18px;
  }
}

.vertical-timeline {
  width: 100%;
  max-width: var(--max-width, 960px);
  margin: 0 auto;
  padding: 0 20px;
}
.vertical-timeline ul {
  list-style: none;
  position: relative;
  padding: 20px 0;
}
.vertical-timeline ul::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--icon-size, 50px) / 2 - var(--icon-gap, 5px));
  margin-left: calc((var(--line-width, 5px) / 2) * -1);
  width: var(--line-width, 5px);
  background-color: var(--line-color, #769e9d);
  /*     background: #769E9D; */
}
@media (min-width: 667px) {
  .vertical-timeline ul::before {
    left: 50%;
  }
}
.vertical-timeline ul > li {
  position: relative;
  padding-left: var(--icon-size, 50px);
}
.vertical-timeline ul > li:not(:last-child) {
  margin-bottom: 20px;
}
.vertical-timeline ul > li::after {
  content: "";
  display: table;
  clear: both;
}
.vertical-timeline ul > li .vt-icon {
  color: var(--icon-color, #d9d9d9);
  width: var(--icon-size, 50px);
  height: var(--icon-size, 50px);
  font-size: calc(var(--icon-size, 50px) - var(--icon-padding, 10px));
  line-height: var(--icon-size, 50px);
  text-align: center;
  position: absolute;
  left: calc(var(--icon-gap, 5px) * -1);
  background-color: var(--icon-background, #bbb);
  z-index: 9;
  border-radius: var(--icon-radius, 50%);
  font-family: var(--icon-font-family, "Material Icons");
}
/* .vertical-timeline ul > li .vt-icon::before {
	content: " "; 
  background-image: url("white-circle.svg");
  background: red;
  margin: 10px;
  border-radius: 10px;
} */

img.vt-icon-circle {
  margin: 5px;
}

.vertical-timeline ul > li h3 {
  margin: 0;
  /*   background: var(--pill-background, #888); */
  color: var(--pill-color, #fff);
  padding: 0.5rem;
  border-radius: var(--box-radius, 3px);
  text-align: center;
  transform: translateY(6px);
  display: table;
  position: relative;
  box-shadow: var(--box-shadow-right, 2px 2px 4px rgba(0, 0, 0, 0.4));
}
.vertical-timeline ul > li .vt-item {
  width: 100%;
  float: left;
  position: relative;
  padding: 0 1.5rem 20px 0.5rem;
  margin-left: 1rem;
}
.vertical-timeline ul > li .vt-item::after {
  content: "";
  position: absolute;
  top: -14px;
  left: -0.5rem;
  bottom: 0;
  right: 1rem;
  border-radius: var(--box-radius, 3px);
  z-index: -1;
}
.vertical-timeline ul > li .vt-head {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
}
.vertical-timeline ul > li .vt-pills {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.vertical-timeline ul > li .vt-pills > * {
  border-radius: var(--box-radius, 3px);
  font-weight: bold;
  background: var(--pill-background, #888);
  color: var(--pill-color, #fff);
  margin: 0.25rem 0.25em 0 0;
  text-align: center;
  line-height: 1.7em;
  padding: 0 0.425em;
  font-size: 0.85em;
}
.vertical-timeline ul > li .vt-body {
  position: relative;
}
.vertical-timeline ul > li summary {
  outline: none;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
  font-weight: bold;
}
.vertical-timeline ul > li summary:hover {
  cursor: pointer;
}
.vertical-timeline ul > li h4 {
  margin: 3.5rem 1rem 0.75rem 1rem;
}
.vertical-timeline ul > li p {
  margin: 1rem 0.25rem 0 1rem;
}
@media (min-width: 667px) {
  .vertical-timeline ul > li {
    padding-left: 0;
  }
  .vertical-timeline ul > li .vt-icon {
    left: calc(50% - var(--icon-size, 50px) / 2);
  }
  .vertical-timeline ul > li .vt-item {
    right: 0;
    margin-left: -35px;
    padding-right: 0.5rem;
    padding-left: 1rem;
    width: calc(
      50vw - (var(--icon-size, 50px) / 2 + 20px + var(--icon-gap, 5px) + 0.5rem)
    );
    max-width: calc(
      (var(--max-width, 960px) / 2) -
        (var(--icon-size, 50px) / 2 + 20px + var(--icon-gap, 5px) + 0.5rem)
    );
  }
  .vertical-timeline ul > li .vt-item::after {
    left: 0;
    right: 0;
  }
  .vertical-timeline ul > li:nth-child(even) .vt-item {
    float: right;
    left: 35px !important;
  }
  .vertical-timeline ul > li:nth-child(even) h3 {
    margin: 0 auto 0 50%;
    transform: translate(
      calc(var(--icon-size, 50px) / 2 + var(--icon-gap, 5px)),
      6px
    );
  }
  .vertical-timeline ul > li:nth-child(odd) h3 {
    margin: 0 50% 0 auto;
    transform: translate(
      calc((var(--icon-size, 50px) / 2 + var(--icon-gap, 5px)) * -1),
      6px
    );
    box-shadow: var(--box-shadow-left, -2px 2px 4px rgba(0, 0, 0, 0.4));
  }
}

.form-message .errors {
  color: red;
}

.collection-template-liquid .breadcrumbs {
  margin-bottom: 0px;
}

.collection-template-liquid .newsletter-signup {
  margin-top: 0px;
}

.shopify-challenge__container .shopify-challenge__button {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.875rem;
  min-width: 10.8125rem;
  padding: 0.875rem 0.75rem;
  color: #000000;
  font-size: 0.875rem;
  font-family: noto-sans, sans-serif;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 1.75rem;
  background-color: #257371;
  color: #ffffff;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#RecoverPasswordForm {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 80px;
}

/* FAQ accordion styles */

.faqPageWrapper a.accordion__item__title {
  display: block;
  padding: 20px;
  cursor: pointer;
  font-family: kansasnew, serif;
  font-weight: 600;
  background: #f9f9f9;
  color: #247371;
  position: relative;
  text-decoration: none;
}

.faqPageWrapper a.accordion__item__title:after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -1rem;
  line-height: 2rem;
  font-size: 2rem;
  font-weight: bold;
}

.faqPageWrapper a.accordion__item__title.active:after {
  content: "-";
}

.faqPageWrapper a.accordion__item__title:nth-of-type(2n) {
  background: #ddd;
}

.faqPageWrapper .accordion__item__content {
  display: none;
  padding: 20px;
}

/* END FAQ accordion styles */

.coll_accordion a.accordion__item__title {
  display: block;
  padding: 20px;
  cursor: pointer;
  font-family: kansasnew, serif;
  font-weight: 600;
  background: #f9f9f9;
  color: #247371;
  position: relative;
  text-decoration: none;
}

.coll_accordion a.accordion__item__title:after {
  content: "\f078";
  color: #ffffff;
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -1rem;
  line-height: 2rem;
}

.coll_accordion a.accordion__item__title.active:after {
  content: "\f077";
  color: #ffffff;
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
}

.coll_accordion a.accordion__item__title:nth-of-type(2n) {
  background: #ddd;
}

.coll_accordion .accordion__item__content {
  display: none;
  padding: 20px;
}

.coll_accordion .accordion__item__content ul li a {
  white-space: nowrap;
  text-decoration: none;
}
.accordion__item__content ul li a:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.5);
  margin-right: 10px;
}
.accordion__item__content ul li.active a:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: rgb(36 115 113);
  border: 1px solid rgba(0, 0, 0, 0.5);
  margin-right: 10px;
}

/*.accordion__item__content:target {
display: block;
    }*/

.product-template-liquid .page-heading h1 {
  text-transform: capitalize;
  display: inline-flex;
  padding-right: 20px;
}

.breadcrumbs a {
  text-transform: capitalize;
}

.product-card img.tns-complete {
  min-height: 99px;
}

.filterHeader {
  font-family: kansasnew, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
}

.coll-sort-container label {
  font-family: kansasnew, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  margin-right: 10px;
}

#SortBy,
#ShowBy {
  box-sizing: border-box;
  padding: 0.6875rem 0.8125rem;
  margin-bottom: 1.75rem;
  font-family: noto-sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  border: 1px solid #969696;
  border-radius: 0.1875rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/** SEARCH RESULTS PAGE **/

h4.results-count {
  color: white;
  display: inline-flex;
}

/** MY ACCOUNT PAGE **/

h4.accountHeading {
  font-family: kansasnew, serif;
  font-size: 1.125em;
  color: #257371;
  border-bottom: 1px solid #dddcdc;
  padding: 1em 0;
}
@media (min-width: 1001px) {
  .contact-container-left {
    margin-right: 100px;
  }
}

@media (min-width: 1001px) {
  .form-split-cols {
    display: flex;
    justify-content: space-between;
  }
}

/** MOBILE MENU **/

a.primary-level-link:hover {
  text-decoration: none !important;
}

.coll_accordion a.accordion__item__title {
  display: block;
  cursor: pointer;
  font-family: kansasnew, serif;
  font-weight: 600;
  background: #247371;
  color: #fff;
  position: relative;
  padding: 8px 5px 8px 15px;
  font-size: 14px;
}

.coll_accordion .accordion__item__content {
  background: #e0e0e0;
  padding: 10px 20px 10px 20px;
}

.coll_accordion .accordion__item__content a {
  color: #000;
  font-size: 14px;
  line-height: 24px;
}

.coll_accordion a.accordion__item__title h4 {
  margin: 5px;
}

@media (min-width: 769px) {
  .feature-para-container {
    background: #5a93aa;
    padding: 40px;
  }
}

@media (min-width: 769px) {
  .feature-product-container {
    padding: 40px;
  }
}

.feature-para-container h3 {
  color: white;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.feature-para-container p {
  color: white;
  font-style: italic;
  font-size: 14px;
}
@media (max-width: 768px) {
  .aboutImage {
    height: 80vh !important;
    background-size: contain !important;
  }
}
@media (max-width: 768px) {
  .vertical-timeline ul > li .vt-item {
    width: 75%;
    margin-bottom: 60px;
  }
}

.maps-bottom {
  display: inline-flex;
  padding-top: 6em;
}

@media (max-width: 768px) {
  .maps-bottom {
    display: block;
  }
}

@media (max-width: 768px) {
  .mapContainer {
    width: 100% !important;
    overflow: hidden;
    padding-top: 40px;
  }
}

@media (max-width: 768px) {
  button.MuiButton-text {
    /* margin: 0 auto; */
    /* text-align: center; */
    margin-bottom: 10px;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  button.MuiButtonBase-root.MuiButton-root.MuiButton-text.MuiButton-textSizeSmall.MuiButton-sizeSmall {
    display: block;
  }
}

/** SEARCH RESULTS PAGE **/

form.search-form.search-page-form {
  background: #f7f2e2;
}

button.search-form__connected-submit {
  background: none !important;
  border: none !important;
}

input.search-form__input {
  padding-right: 1.25rem;
  background-color: #fff;
  border-top-left-radius: 1.6875rem;
  border-bottom-left-radius: 1.6875rem;
  border: none;
  border-radius: 20px;
  height: 40px;
  margin: 30px;
  width: 300px;
}

input.search-form__input:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem #769e9d;
}

/** BUTTON HOVER **/
a.btn.btn--white:hover {
  box-shadow: 0 0 14px 0 rgb(0 0 0 / 30%);
}

/** REVIEW FORM **/
.spr-form-message.spr-form-message-success:focus {
  outline: none;
}

/** PRODUCT PAGE SLIDER - HIDE SCROLLBAR **/

.images_thumbnail-nav::-webkit-scrollbar {
  display: none;
}

.images_thumbnail-nav {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

select {
  padding: 5px;
  background: url(arrow-down.png) no-repeat right #fff;
  -webkit-appearance: none;
  background-position-x: 220px;
  width: 250px;
}

select#ShowBy {
  width: 100px;
  background-position-x: 70px;
}

select#ShowBy:focus {
  outline: none;
}

select#SortBy:focus {
  outline: none;
}

@media (max-width: 769px) {
  select#SortBy {
    width: 185px;
  }
}

/** CUSTOM COLLECTION HEADERS **/

.coll-header-container {
  display: flex;
}

@media (min-width: 1025px) {
  .coll-header-container {
    width: 100%;
    align-items: center;
    flex-direction: row;
  }
}
@media (max-width: 1024px) {
  .coll-header-container {
    flex-direction: column;
  }
}

.coll-header-container h1 {
  color: #fff;
}

p.collection-desc {
  color: #fff;
}

@media (min-width: 1025px) {
  .coll-header-content {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  .coll-header-content {
    width: 85%;
    margin: 0 auto;
  }
  .coll-header-image {
    max-width: 100%;
    padding-top: 20px;
  }
  .maxwrapper .page-heading-inner {
    padding-right: 0 !important;
  }
}

@media (min-width: 1025px) {
  .coll-header-image {
    width: 25%;
  }
}

@media (max-width: 1024px) {
  .coll-header-image {
    width: 100%;
  }
}
@media (max-width: 1325px) {
  .maxwrapper .page-heading-inner {
    padding-left: 20px;
  }
}

@media (max-width: 900px) {
  .maxwrapper .page-heading-inner {
    padding-left: 0px;
  }
}

button.MuiButtonBase-root.MuiButton-root.MuiButton-contained.MuiButtonGroup-grouped.MuiButtonGroup-groupedHorizontal.MuiButtonGroup-groupedOutlined.MuiButtonGroup-groupedOutlinedHorizontal.MuiButtonGroup-groupedOutlined.MuiButton-containedPrimary.MuiButton-fullWidth {
  align-items: center;
  justify-content: center;
  height: 2.875rem;
  min-width: 10.8125rem;
  padding: 0.875rem 0.75rem;
  color: #000;
  font-size: 0.875rem;
  font-weight: 700 !important;
}

span.MuiButton-label {
  font-weight: 700;
  font-size: 0.875em;
}

button.MuiButtonBase-root.MuiButton-root.MuiButton-text {
  align-items: center;
  justify-content: center;
  height: 2.875rem;
  min-width: 10.8125rem;
  padding: 0.875rem 0.75rem;
  color: #000;
  font-size: 0.875rem;
  font-weight: 700;
}

@media (max-width: 769px) {
  .collection-slider img.tns-complete {
    max-height: 145px !important;
    max-width: 145px !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 769px) {
  .collection-slider .related-image-cont {
    height: 180px;
    position: relative;
  }
}
@media (max-width: 769px) {
  .wishlist-hero-custom-button.product--wishlist button {
    font-size: 0.85rem !important;
  }
}

.collection-slider img.tns-complete {
  max-height: 180px;
  max-width: 180px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.collection-slider .related-image-cont {
  height: 200px;
  position: relative;
}

@media (max-width: 1198px) {
  #wishlisthero-product-page-button-container button.btn {
    /*     display: block !important; */
    padding-left: 10px !important;
    font-size: 15px !important;
    height: 50px !important;
    width: 172px !important;
  }
}

#wishlisthero-product-page-button-container button.btn {
  font-size: 15px !important;
  height: 50px !important;
  width: 172px !important;
}

.formAccountRecover input.btn--green {
  margin-top: 20px;
}

/*   a.accordion__item__title.no-jump.active:first-of-type  {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
  
  .coll_accordion .accordion__item__content {
    background: #e0e0e0;
    padding: 10px 20px 10px 20px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
} */

#shopify-section-collection-template img.product-img-tile {
  max-height: 200px;
  max-width: 200px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#shopify-section-collection-template .product-card .related-image-cont {
  height: 200px;
  position: relative;
}

.accordion-container .coll_accordion {
  border-radius: 10px;
  overflow: hidden;
}

input[type="search"]::-webkit-search-cancel-button {
  /* Remove default */
  -webkit-appearance: none;
  /*Your new styles */
  height: 14px;
  width: 14px;
  margin-right: 10px;
  background: url(green-close.svg);
}

@media (min-width: 1199px) {
  .cart-product-actions .wishlist-hero-custom-button.product--wishlist {
    margin-top: 2px;
  }
}

@media (min-width: 1199px) {
  #shopify-section-product-template .full-bleed-mobile {
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 1199px) {
  #shopify-product-reviews {
    width: 65%;
  }
}

@media (min-width: 769px) {
  .mega-menu {
    -webkit-box-shadow: 5px 5px 15px 5px rgba(25, 25, 25, 0.35);
    box-shadow: 5px 5px 15px 5px rgba(25, 25, 25, 0.35);
  }
}

.afterpay-badge {
  height: 22px;
  width: 32px;
  margin-left: 7px;
  background: url(afterpay-badge.svg);
  background-repeat: no-repeat;
}

@media (min-width: 769px) {
  .footer .subfooter .payment-icons .icon {
    width: 50px;
    height: 34px;
  }
}

.owl-carousel:hover .owl-nav {
  opacity: 1 !important;
  transition: opacity 0.3s ease-out;
}

.owl-nav {
  opacity: 0;
  transition: opacity 0.3s ease-in;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 70px;
  font-size: 25px;
  color: white;
}
@media (max-width: 1024px) {
  .owl-nav {
    opacity: 1 !important;
  }
}
.owl-next,
.owl-prev {
  background: rgba(38, 115, 113, 0.79) !important;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  position: relative;
  left: 5px;
}
.owl-next {
  left: auto;
  right: 5px;
}
.owl-next span,
.owl-prev span {
  margin: 0;
  padding: 0;
  position: relative;
  top: -3px;
  left: -1px;
}

.predictive-search__heading {
  display: none;
}
li.predictive-search__list-item a {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  padding: 5px;
}
li.predictive-search__list-item a img {
  padding-right: 10px;
}

#predictive-search-results-list li:last-child {
  display: none;
}

.easyzoom--overlay a {
  display: flex;
  position: relative;
  z-index: -1;
  align-items: center;
  justify-content: center;
}

/**
 * EasyZoom core styles
 */

@media (max-width: 768px) {
  .zoom_blocker {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    /*background-color: lightblue;*/
    z-index: 1;
  }
}

@media (min-width: 769px) {
  .zoom_blocker {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 0; 
    height: 0;
  }
}

.easyzoom {
  position: relative;

  /* 'Shrink-wrap' the element */
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.easyzoom img {
  vertical-align: bottom;
}

.easyzoom.is-loading img {
  cursor: progress;
}

.easyzoom.is-ready img {
  cursor: default;
}

.easyzoom.is-error img {
  cursor: not-allowed;
}

.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  background: #fff;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  margin-left: 20px;
}

.product__media .owl-nav {
  bottom: 80px !important;
}

.product__media .owl-carousel.owl-loaded {
  width: 100%;
  margin: 0 auto;
  position: static;
}
.product__media .owl-prev {
  position: absolute;
  left: -30px;
  margin: 0;
  height: 30px;
  text-align: center;
  line-height: 30px;
  transform: translateY(-65%);
}
.product__media .owl-next {
  position: absolute;
  right: -30px;
  margin: 0;
  height: 30px;
  text-align: center;
  line-height: 30px;
  transform: translateY(-65%);
}

.search-sorter {
  background-color: #f1f1f1;
  padding: 60px 0px 20px 0px;
}

.sort-nav .search-sorter {
  padding: 1em 0;
  margin: 2.375em 0 1.375em 0;
  border-bottom: 1px solid #e0e0e0;
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
}

.search-sorter .pagination {
  margin: 0px;
}

.search-sorter label {
  font-family: kansasnew, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  margin-right: 10px;
}

.search-inner {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
}

.search-inner .pagination {
  border-top: none !important;
  padding-top: 0px !important;
}

.search-results-container {
  padding-top: 20px;
  background-color: #f1f1f1;
}

.search-template-liquid .search-results-container .pagination-container {
  max-width: 1328px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.search-template-liquid
  .search-results-container
  .pagination-container
  .pagination {
  margin-top: 30px !important;
}

@media (max-width: 991px) {
  .sort-nav .search-sorter {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (min-width: 768px) {
  .search-overlay .form-search {
    width: 323px;
  }
  /*      .search-overlay .form-search {
      width: 500px;
    }  */
  /*     .search-overlay .form-search {
    width: 199px;
    } */
  .search-wrapper-top input.search-form__input {
    width: 500px;
  }
  .d-flex {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 991px) {
  .collection-template-liquid .collection.wrapper {
    padding-bottom: 60px;
  }
  .newsletter-signup {
    padding: 60px 0 35px;
  }
  /*          .search-overlay .form-search {
      width: 300px;
    }  */
  /*     .search-overlay .form-search {
    width: 243px;
} */
}

li.predictive-search__list-item {
  display: block;
  padding: 5px;
  min-height: 40px;
  /* line-height: 50px; */
}
li.predictive-search__list-item:not(.last-listing) {
  border-bottom: 1px solid #ededed;
}
.homepage-search-inner #predictive-search-results {
  max-width: inherit !important;
}
.homepage-search-inner #predictive-search-results * {
  text-align: left;
}
@media (max-width: 991px) {
  .search-overlay .form-search {
    width: 226px;
  }
}
@media (min-width: 1200px) {
  .search-overlay .form-search {
    width: 400px;
  }
  #headerSearchBar .btn--green {
    position: relative;
    left: -10px;
  }
}
@media screen and (max-width: 1200px) {
  .mapContainer {
    padding-top: 40px;
  }
}

@media (min-width: 1400px) {
  .search-overlay .form-search {
    width: 495px;
  }
}

.search-overlay .form-search {
  /*     border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; */
  height: 46px;
  text-align: left;
  padding-left: 20px;
}

.search-overlay .form-search:focus {
  border: none;
  box-shadow: none;
  text-align: left;
  padding-left: 20px;
}

@media (max-width: 768px) {
  .search-overlay .close-btn {
    margin-right: 20px;
  }
  .search-overlay #search-overlay-close {
    position: absolute !important;
    right: -15px;
    top: 32px !important;
  }
}

@media (min-width: 769px) {
  #headerSearchBar {
    position: inherit;
    top: 32px;
  }
  .search-overlay #search-overlay-close {
    position: absolute !important;
    /*     right: 282px !important; */
    right: 17px;
    top: 45px !important;
  }
}

@media (max-width: 768px) {
  #headerSearchBar {
    position: inherit;
    top: 19px;
  }
  .search-overlay .btn--green {
    display: none !important;
  }
}

@media (min-width: 769px) and (max-width: 1356px) {
  .search-overlay #search-overlay-close {
    position: absolute !important;
    /*       right: 154px!important; */
    right: 17px;
    top: 45px !important;
  }
}

.search-overlay .active #headerSearchBar {
  position: relative;
  top: 100px;
}

#predictive-search-results {
  background: #fcfcfc;
  padding: 20px !important;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  position: relative;
  top: 0px;
  margin-left: 18px;
  margin-right: 18px;
  box-shadow: 1px 15px 15px 0px rgb(0 0 0 / 7%);
  max-width: 415px;
}

.rte.search--no-results-found {
  text-align: center;
  padding: 40px 0px 0px;
}

header.scrolled #predictive-search-results {
  display: none;
}

header.pinned #predictive-search-results {
  display: block;
}

.article-container {
  line-height: 1.4rem;
}
.article-container h1,
.article-container h2 {
  margin-top: 2.5rem;
}

.heading-2,
h2 {
  margin-top: 20px;
  line-height: 2.3rem;
}

.collection-slider {
  display: flex;
}
@media (max-width: 1000px) {
  .collection-slider {
    flex-direction: column;
  }
}

/* Shrink wrap strategy 2 */
.easyzoom {
  display: inline-block;
}
.easyzoom img {
  vertical-align: bottom;
}

.accordion-container {
  display: none;
  position: sticky;
  top: 10px;
}

span.made-by {
  display: none;
}

#the-chart-amp-map-shop-shop-online-australia-wide-shipping span.made-by {
  display: block !important;
  color: #769e9d;
  font-size: 13px;
}

.footer-meta {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

@media (max-width: 768px) {
  .footer-meta {
    display: block;
    text-align: center;
  }
}

@media (min-width: 999px) {
  .collection-slider .product-card {
    display: flex;
    padding: 10px;
    width: auto;
    height: auto;
    justify-content: space-between;
  }
}

#about-us .tabnav__item {
  max-height: 200px;
}

#about-us .tabnav__item img {
  object-fit: contain;
}

@media (max-width: 767px) {
  .member-block {
    width: 100% !important;
  }
}

.contactDescBottom {
  padding-bottom: 1em;
  line-height: 1.5em;
}

li.disabled-link {
  opacity: 0.25;
  pointer-events: none;
  cursor: not-allowed;
}

/* THINGS WHAT I HAVE ADDED --------------------------------------------------- */

/* Make wishlist image look less shit */
.wishlist-hero-list-card-product-image {  
    padding-top: 100% !important;
    margin-bottom: 20px !important;
    background-size: contain !important;
}

/* Get rid of ugliness from wishlist "cards" */
.MuiTypography-body1 {
  display: none;
}

.wishlist-hero-list-card-product-price {
  display: none;
}

.MuiPaper-elevation1 {
  box-shadow: none !important;
}

/* Remove border from product images on Product Page */
.images_main {
  border: none !important;
  border-radius: 0px !important;
}

/* Shrink green featured box on homepage  */
.info {
  padding-top: 1em !important;
}

/* Realign email signup box */
.headings {
  margin-top: -28px;
}

/* Close a bit of white space above image on product page */
.product-inner {
  padding-top: 1em !important;
}

/* Bash finish drop down box into shape */
.spice-spa-addon-layouts {
  padding-top: 20px !important;
  width: 75% !important;
  margin-bottom: -40px;
}

.spice-spa-addon-heading {
  border-radius: 8px;
}

.spice-spa-addon-product-wrapper.showAll {
  border-radius: 0px 0px 8px 8px;
  padding-top: 17px !important;
  margin-top: -25px !important;
  margin-bottom: 32px;
  background-color: #ccc;
  overflow: hidden;
}

.spice-spa-addon-product-wrapper {
  transition: none !important;
}

.spice-spa-addon-product-item {
  background-color: #fff;
}

.spice-spa-addon-product-item {
  --min-width: 3.6rem !important;
}

#layout-03 .spice-spa-addon-form {
  margin-right: -20px !im
    +portant;
}

/* Get rid of ugly scrollbar */

.tabnav__navigation::-webkit-scrollbar {
  display: none;
}

/* make search overlay fill screen */

.search-overlay.active {  
  width: 100vw !important;
  left: calc(-50vw + 50%);
}

/* adjust product description for make pretty */

.product-description {
  line-height: normal !important;
}

.read-more--full ul {
  margin-left: 20px !important;
}

.owl-nav {
  //display: flex !important;
}

/* change cart count font and spacing */

.cart-count {
  font-family: 'kansasnew', serif;
  padding-left: 3px !important;
}

/* pad the reviews a bit on product page */

@media (max-width: 768px) {
  .jdgm-rev-widg {
    padding: 24px 30px !important;
  }
}

@media (min-width: 769px) {
  .jdgm-rev-widg {
    padding: 24px 140px !important;
  }
}

/* align the review stars in collection lists */

.collection-judge {
  padding-bottom: 20px;
  margin-top: -8px;
}

/* -------------------------------------------------------------------------------- */

@media (max-width: 768px) {
  .search-overlay .form-search {
    width: 323px;
  }
}
@media (max-width: 800px) {
  .search-overlay .input-group {
    width: auto;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .search-overlay .form-search {
    width: 212px;
  }
}
.spr-summary.rte {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.text-center .align {
  display: block;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  text-align: center;
}

/* New css */

.text-center .align {
  display: block !important;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  text-align: center !important;
}
.spice-spa-addon-heading {
  border: 1px solid #ccc;
  margin: 0;
  padding: 15px;
  margin-top: -30px !important;
  font-size: 15px;
  margin-bottom: 15px !important;
}
.owl-carousel .owl-item img {
  display: inherit !important;
  width: auto !important;
}

.product-inner .owl-nav {
  display: none;
}
.collection-slider.owl-carousel {
  display: block;
}

#layout-03 .spice-spa-addon-right {
  gap: 8px;
  flex-wrap: wrap;
  width: 100%;
  display: block !important;
}
.product__info__container .spice-spa-addon-layouts {
  margin-bottom: 0px;
  position: relative;
  padding: 0;
}
.product__info__container .spice-spa-addon-product-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  width: 100%;
  height: auto;
  position: absolute;
  top: 60px;
  z-index: 1;
}
.product .product__info .product__info__container > div {
  width: 100%;
}
#layout-03 .spice-spa-addon-product-item .spice-spa-addon-right {
  display: flex !important;
  width: 100%;
}
.spice-spa-addon-layouts {
  width: 80% !important;
  padding-bottom: 25px;
}

.owl-carousel .owl-item img {
  display: inherit !important;
  width: 100% !important;
  height: 190px;
  object-fit: contain;
}
.owl-nav {
  opacity: 1;
  transition: opacity 0.3s ease-in;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: auto;
  font-size: 25px;
  color: white;
  top: 17%;
}
.read-more--full ul {
  list-style: disc;
  padding-left: 20px;
}
@media screen and (max-width: 1199px) {
  .owl-carousel .owl-dots.disabled,
  .owl-carousel .owl-nav.disabled {
    display: flex !important;
  }
}

#shopify-section-product-recommendations .owl-carousel:not(.owl-loaded) {
  display: none;
}
#shopify-section-product-recommendations .owl-stage {
  display: flex;
}
#shopify-section-product-recommendations .owl-item {
  width: 100%;
}
.article-container h1 {
    line-height: 1.7; 
    margin-top: 2.5rem;
}
.page-heading-inner h2 {
    color: #ffffff;
}