@charset "UTF-8";
input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 0 solid #0f7fff !important;
  outline-offset: 1px !important; }

input:focus + label {
  outline: 0 solid #0f7fff !important;
  outline-offset: 1px !important; }

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 551px)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:551px)/";
  width: 551px; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:551px) and (max-width:801px)/";
  width: 551px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:801px)/";
  width: 801px; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:801px) and (max-width:1261px)/";
  width: 801px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1261px)/";
  width: 1261px; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1261px) and (max-width:1681px)/";
  width: 1261px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1681px)/";
  width: 1681px; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

.u-block {
  display: block !important; }

.u-inlineBlock {
  display: inline-block !important;
  max-width: 100% !important; }

.u-hidden {
  display: none !important; }

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

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

.u-textAlignCenter {
  text-align: center !important; }

.u-textAlignLeft {
  text-align: left !important; }

.u-textAlignRight {
  text-align: right !important; }

.u-textBreak {
  word-wrap: break-word !important; }

.u-textInheritColor {
  color: inherit !important; }

.u-textKern {
  text-rendering: optimizeLegibility !important;
  font-feature-settings: "kern" 1 !important;
  font-kerning: normal !important; }

.u-textLead {
  line-height: 1.6 !important;
  font-size: 1.1em !important; }

.u-textNoWrap {
  white-space: nowrap !important; }

.u-textTruncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important; }

.u-fontSmoothing {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  height: 100%; }

body {
  background: white;
  color: #333333;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

img {
  -ms-interpolation-mode: bicubic; }

button {
  background: none;
  border: 0; }
  button:active, button:focus {
    box-shadow: none;
    outline: none; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

html {
  font-size: 18px; }
  @media (min-width: 551px) {
    html {
      font-size: 18px; } }
  @media (min-width: 801px) {
    html {
      font-size: 18px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 18px; } }

body {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: #333333;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #757575; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #013726;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 0.77778rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #757575;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 64px; }

h2 {
  font-size: 56px; }

h3 {
  font-size: 48px; }

h4 {
  font-size: 48px; }

h5 {
  font-size: 32px; }

h6 {
  font-size: 16px; }

.subheader {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0.77778rem; }

hr {
  border: solid #e5e5e5;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 2rem 0 1.94444rem; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

ul,
ol,
dl {
  list-style-position: outside;
  margin-bottom: 1.5rem; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.2rem;
  margin-bottom: 0; }

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

dl dt {
  font-weight: 700;
  margin-bottom: 0.38889rem; }

dl dd {
  margin-bottom: 1.5rem; }

abbr,
acronym {
  border-bottom: 1px dotted #cccccc;
  color: #333333;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

blockquote,
blockquote p {
  font-size: 48px;
  line-height: 29px; }

cite {
  color: #999999;
  display: block;
  font-size: 1rem; }

.icon {
  height: 0.88889rem;
  width: 0.88889rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #757575;
    height: 100%;
    vertical-align: top;
    width: 100%; }

/*doc
---
title: Lists
name: lists
category: Elements
---

*/
/*doc
---
title: Inline List
name: inline_list
category: Elements
parent: lists
---


```html_example
<ul class="inlineList">
    <li><a href="#">Link 1</a></li>
    <li><a href="#">Link 2</a></li>
    <li><a href="#">Link 3</a></li>
    <li><a href="#">Link 4</a></li>
    <li><a href="#">Link 5</a></li>
</ul>
```
##### Inline list settings
```sass_file_example
src/settings/foundation/inlineList/_settings.scss
```

*/
.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0.94444rem;
  margin-left: -1.22222rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.22222rem; }
    .inlineList > li > * {
      display: block; }

/*doc
---
title: Tables
name: tables
category: Elements
---


```html_example
<table class="table">
    <thead class="table-thead">
        <tr>
            <th>Table Header</th>
            <th>Table Header</th>
            <th class="table-header--numericData" scope="column">Totals</th>
        </tr>
    </thead>
    <tbody class="table-tbody">
        <tr>
            <td>Content Goes Here</td>
            <td>This is longer content Donec id elit non mi porta gravida at eget metus.</td>
            <td class="table-cell--numericData">$10</td>
        </tr>
    </tbody>
    <tfoot class="table-tfoot">
        <tr>
            <td class="table-cell--numericData" colspan="2">Subtotal:</td>
            <td class="table-cell--numericData"><strong>$60</strong></td>
        </tr>
    </tfoot>
</table>
```
##### Tables settings
```sass_file_example
src/settings/foundation/tables/_settings.scss
```

*/
.table {
  border: solid 1px #e5e5e5;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #e5e5e5; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.77778rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.77778rem 1.5rem;
    text-align: left; }
  .table thead tr th,
  .table tfoot tr th,
  .table tfoot tr td,
  .table tbody tr th,
  .table tbody tr td,
  .table tr td {
    display: table-cell; }
  .table th.table-header--numericData,
  .table td.table-cell--numericData {
    text-align: right; }

.table-thead {
  border: 1px solid #e5e5e5; }

.table-tfoot {
  border: 1px solid #e5e5e5; }

.table-tbody tr {
  border-bottom: 1px solid #e5e5e5; }
  .table-tbody tr:last-child {
    border-bottom: 0; }

/*doc
---
title: Buttons
name: button
category: Components
---

These are all the button

```sass_file_example
src/settings/foundation/buttons/_settings.scss
```

```html_example
<button class="button">Button</button>

<input type="submit" class="button" value="Button">

<a class="button" role="button" href="#">Button</a>
```

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #013726;
  color: #666666;
  font-size: 1rem;
  padding: 0.88889rem 2.27778rem;
  border-radius: 0;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #474747;
    color: #333333; }
  .button:active {
    background-color: transparent;
    border: 1px solid #757575;
    color: black; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.77778rem; } }

/*doc
---
title: Button states
name: button_states
category: Components
parent: button
---

```html_example
<button class="button button--primary">Primary Button</button>

<button class="button">Secondary / Default Button</button>

<button class="button button--tertiary">Tertiary Button</button>

<button class="button button--action">Call-to-Action Button</button>
```
    */
.button--primary {
  background-color: #013726;
  border-color: #013726;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #0f6d4c;
    border-color: #0f6d4c;
    color: white; }
  .button--primary:active {
    background-color: #0f6d4c;
    border: 1px solid #0f6d4c;
    color: white; }

.button[disabled] {
  background-color: #cccccc;
  border-color: rgba(0, 0, 255, 0);
  color: #999999;
  cursor: default; }

/*doc
---
title: Button sizes
name: button_sizes
category: Components
parent: button
---

```html_example
<button class="button button--large">Large</button>

<button class="button">Default</button>

<button class="button button--small">Small</button>

<button class="button button--tiny">Tiny</button>
```

And a special case, slab, which takes the full width of it's container and any
size modifier

```html_example
<button class="button button--slab">Slab</button>

<button class="button button--slab button--large">Slab</button>
```

*/
.button--large {
  font-size: 32px; }

.button--small {
  font-size: 16px;
  padding: 0.55556rem 1.5rem; }

.button--tiny { }

.button--slab {
  display: block;
  width: 100%; }
  .button + .button--slab {
    margin-left: 0; }

.button--icon {
  font-size: 1rem;
  padding: 0.77778rem 0.77778rem; }
  .button--icon svg {
    fill: #013726; }

/*doc
---
title: Button Groups
name: button_groups
category: Components
parent: button
---


```html_example
<div class="buttonGroup">
    <button class="button">Button1</button>
    <button class="button">Button2</button>
    <button class="button">Button3</button>
</div>
```
##### Button group settings
```sass_file_example
src/settings/bigcommerce/buttonGroup/_settings.scss
```

*/
.buttonGroup {
  display: inline-block; }
  .buttonGroup > .button {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .buttonGroup > .button:last-child {
      border-bottom-right-radius: 0;
      border-right-width: 1px;
      border-top-right-radius: 0; }

/*doc
---
title: Dropdowns
name: dropdown
category: Components
---

Dropdowns are simple lists that can appear next to any element that can trigger a click event.
They can be used by buttons, icons, links and other similar items.

```sass_file_example
src/settings/foundation/dropdown/_settings.scss
```
```html_example
<ul class="dropdown-menu" style="display:block; left: 0;">
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">One</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Two</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Three</a></li>
</ul>
```
*/
.dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu.open {
    display: block; }
  .dropdown-menu > *:first-child {
    margin-top: 0; }
  .dropdown-menu > *:last-child {
    margin-bottom: 0; }

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  padding: 0.77778rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

.dropdown-menu-item {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.38889rem 0.77778rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.38889rem; }
  .dropdown-menu-item a {
    margin: -0.38889rem; }

/*doc
---
title: Forms
name: forms
category: Forms
---

##### Foundation Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

##### Citadel Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

*/
/*doc
---
title: Form basics
name: 01forms_basics
category: Forms
parent: forms
---

Citadel comes with styling for most form input types and some custom ones. To start
things off a basic, semantic mark-up structure should be adhered too, including
the `form`, `fieldset` and `legend` elements where ever possible.

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
    </fieldset>
</form>
```

*/
.form {
  margin: 0 0 1.5rem; }

.form-fieldset {
  border-width: 0;
  margin: 0;
  padding: 0; }

.form-legend {
  background: transparent;
  border: solid #999999;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: 0.77778rem;
  padding: 0;
  width: 100%; }

/*doc
---
title: Form labels and inputs
name: 03forms_basics
category: Forms
parent: forms
---

Inputs of all types should be associated with a label which has a `for` attribute

```html_example
<div class="form-field">
    <label class="form-label" for="input1">Input Label</label>
    <input class="form-input" id="input1" type="text" placeholder="Placeholder text">
</div>
<div class="form-field">
    <label class="form-label" for="input2">Number Label</label>
    <input class="form-input" id="input2" type="number" placeholder="Number input">
</div>
<div class="form-field">
    <label class="form-label" for="input3">Textarea Label <small>additional context</small></label>
    <textarea class="form-input" id="input3" placeholder="Placeholder text" rows="3"></textarea>
</div>
```
*/
.form-label {
  color: #666666;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #757575;
    font-size: 0.55556rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: #013726;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  color: #666666;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: border-color 100ms ease-out;
  width: 100%;
  /*doc
---
title: Disabled inputs
name: 04forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="disabled_input1">Input Label</label>
    <input class="form-input" id="disabled_input1" disabled type="text" value="Disabled text">
</div>

<div class="form-field">
    <label class="form-label" for="disabled_input2">Input Label</label>
    <input class="form-input" id="disabled_input2" readonly type="text" value="Readonly text">
</div>
```
*/ }
  .form-input:disabled {
    background-color: white;
    color: #999999;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #e5e5e5;
    border-color: #999999;
    color: #757575;
    cursor: text; }
  .form-input:focus {
    border-color: #474747;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #999999; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #999999; }
  .form-input:-ms-input-placeholder {
    color: #999999; }

/*doc
---
title: Selects
name: 05forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="select1">Native Select label</label>
    <select class="form-select" name="select1" id="select1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
</div>
```
*/
.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: white;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #013726;
  color: #666666;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 0; }
  .form-select:focus {
    border-color: #474747; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #474747; }

/*doc
---
title: Form Panels and Layouts
name: 13forms_layouts
category: Forms
parent: forms
---

We provide a couple of component styles to layout forms.

The more `form-field` components you place in the `form-row`, the smaller the columns gets.
Columns are equal length, and calculated automatically by Flexbox by default.

It's the same mark-up but depending on your browser support needs, you can switch
between a flexbox layout or a more traditional grid based layout by setting
`$formRow-modernBrowsers` to `false`.

The grid based layout of `form-feilds` will require the use of modifiers to calculate
the correct widths. We support `form-field--half`, `form-field--third` and
`form-field--quarter`

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
        <div class="form-body">
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
        </div>
    </fieldset>
</form>
```
*/
.form-body {
  background-color: white;
  border: 1px solid #999999;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

.form-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 551px) {
    .form-row--half .form-field {
      width: 50%; }
    .form-row--third .form-field {
      width: 33.33333%; }
    .form-row--quarter .form-field {
      width: 25%; } }

/*doc
---
title: Form Fields
name: 02forms_basics
category: Forms
parent: forms
---

Each form input should be wrapped in a `form-field`

```html_example
<div class="form-field">
</div>
```
*/
.form-field {
  display: block;
  margin: 0 0 2rem;
  max-width: none; }
  .form-field:before, .form-field:after {
    content: " ";
    display: table; }
  .form-field:after {
    clear: both; }

/*doc
---
title: Selects [multiple]
name: 06forms_basics
category: Forms
parent: forms
---

Styling of the select element with the multiple attribute

```html_example
<div class="form-field">
    <label class="form-label" for="multiselect1">Native Select Multiple label</label>
    <select class="form-select" multiple name="multiselect1" id="multiselect1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
        <option value="3">Option 3</option>
        <option value="4">Option 4</option>
    </select>
</div>
```
*/
.form-select[multiple] {
  height: auto; }
  .form-select[multiple] option {
    padding: 5px; }

/*doc
---
title: Radios and Checkbox
name: 07forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-checkbox" type="checkbox" id="check1">
    <label class="form-label" for="check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="check2">
    <label class="form-label" for="check2">Checkbox 2 label</label>
</div>
```

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.38889rem;
    padding-left: 1.88889rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: white;
      border: solid #013726;
      border-width: 1px;
      height: 0.88889rem;
      left: 0;
      top: 0;
      width: 0.88889rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 0.77778rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 0.77778rem; }

.form-checkbox:checked + .form-label::after,
.form-radio:checked + .form-label::after {
  opacity: 1;
  transform: scale(1); }

.form-checkbox[disabled] + .form-label,
.form-radio[disabled] + .form-label {
  cursor: default; }
  .form-checkbox[disabled] + .form-label::before,
  .form-radio[disabled] + .form-label::before {
    background-color: white; }

.form-checkbox + .form-label::before {
  border-radius: 0; }

.form-checkbox + .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(1, 55, 38, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(1, 55, 38, 0.999);
  content: "";
  font-size: 0.77778rem;
  line-height: 1;
  text-align: center; }

.form-radio + .form-label::before {
  border-radius: 50%; }

.form-radio + .form-label::after {
  background: rgba(1, 55, 38, 0.999);
  border: 3px solid white;
  border-radius: 0.77778rem; }

/*doc
---
title: Inputs with Extras
name: 08forms_inputextras
category: Forms
parent: forms
---

Sometimes inputs need inline actions. An inline button for a search box for example.

```html_example
<div class="form-field">
    <label class="form-label" for="input9">Input with action</label>
    <input class="form-input has-action" type="search" id="input9">
    <button class="button button--icon button--inputAction">
        <span class="u-hiddenVisually">Search</span>
        <icon glyph="ic-search" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></icon>
    </button>
</div>
```
*/
.form-input.has-action {
  float: left;
  padding-right: 2.88889rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.88889rem;
    margin: 0.05556rem 0 0 -2.94444rem;
    width: 2.88889rem; }

/*doc
---
title: Inputs with Icons
name: 09forms_inputicons
category: Forms
parent: forms
---

Sometimes inputs need to display an informative icon to convey a certain meaning, like secure.

```html_example
<div class="form-field">
    <label class="form-label" for="input99">Input with icon</label>
    <input class="form-input has-icon" type="search" id="input9">
    <icon glyph="ic-lock" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"></path></svg></icon>
</div>
```
*/
.form-input.has-icon {
  float: left;
  padding-right: 2rem; }
  .form-input.has-icon + .icon {
    height: 3rem;
    margin-left: -2rem;
    width: 1.11111rem; }

/*doc
---
title: Form PrefixPostfix
name: 10forms_prefixpostfix
category: Forms
parent: forms
---

PrefixPostfix

```html_example
<div class="form-field">
    <label class="form-label" for="input4">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input5">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="input5" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
</div>
```

### PrefixPostfix with a button

```html_example
<div class="form-field">
    <label class="form-label" for="input6">Prefixed Button</label>
    <div class="form-prefixPostfix">
        <input class="button form-prefixPostfix-button--prefix" type="submit" value="Save">
        <input class="form-input" id="input6" type="text" placeholder="Placeholder text">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input7">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="input7" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
</div>
```
*/
.form-prefixPostfix {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .form-prefixPostfix .form-input {
    flex: 1; }
  .form-prefixPostfix .button {
    height: 3rem; }

.form-prefixPostfix-input {
  border-radius: 0 0 0 0; }

.form-prefixPostfix-label {
  background-color: white;
  border: solid #999999;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 5rem;
  padding: 0.75rem;
  text-align: center; }

.form-prefixPostfix-label--prefix {
  border-radius: 0 0 0 0;
  border-width: 1px 0 1px 1px; }
  .form-prefixPostfix-label--prefix + .form-input {
    border-radius: 0 0 0 0; }

.form-prefixPostfix-label--postfix {
  border-radius: 0 0 0 0;
  border-width: 1px 1px 1px 0; }

.form-prefixPostfix-button--prefix {
  margin: 0 0.75rem 0 0; }

.form-prefixPostfix-button--postfix {
  margin: 0 0 0 0.75rem; }

/*doc
---
title: Form Switch
name: 11forms_switch
category: Forms
parent: forms
---

Switch

```html_example
<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">On</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">Off</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important switch--checked">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>
```
*/
.switch-checkbox {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .switch-checkbox:focus + .switch-toggle {
    border-color: #013726;
    box-shadow: 0 0 4px rgba(1, 55, 38, 0.4); }

.switch-toggle {
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 1.55556rem;
  cursor: pointer;
  display: inline-block;
  height: 1.55556rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 3.33333rem; }
  .switch--important .switch-toggle {
    background-color: #f1a500;
    border-color: #f1a500; }
  .switch--checked .switch-toggle {
    background-color: #008a06;
    border-color: #008a06; }
  .switch--disabled .switch-toggle {
    background-color: #e5e5e5;
    border-color: #999999;
    cursor: default; }

.switch-toggle::before {
  background: white;
  border-radius: 1.11113rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.11113rem;
  left: 0.16666rem;
  position: absolute;
  top: 0.16666rem;
  transition: all 100ms ease-out;
  width: 1.11113rem; }
  .switch--checked .switch-toggle::before {
    left: 1.94443rem; }

.switch-label {
  color: white;
  height: 26px;
  line-height: 1.5;
  position: absolute;
  right: 0.33333rem;
  text-transform: uppercase;
  transition: all 100ms ease-out; }
  .switch--checked .switch-label {
    font-weight: 600;
    left: 0.33333rem;
    right: auto; }
  .switch--disabled .switch-label {
    color: #757575; }

.switch-label--icon.icon {
  height: 1.44444rem;
  width: 1.44444rem; }
  .switch-label--icon.icon svg {
    height: 1.44444rem;
    width: 1.44444rem;
    fill: white; }
    .switch--disabled .switch-label--icon.icon svg {
      fill: #757575; }

.switch-description--off {
  color: black;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #757575; }

.switch-description--on {
  color: #757575;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: black; }

.switch-ariaDescription {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*doc
---
title: Form Actions
name: 14forms_actions
category: Forms
parent: forms
---

Forms require actions to submit or cancel (or what ever action a user should perform).
Form actions come in 2 flavours; normal and fixed.

```html_example
<div class="form-actions">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```

### Form Actions --fixed

```html_example
<div class="form-actions form-actions--fixed">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```
*/
.form-actions {
  background: none;
  border: 0;
  text-align: center; }
  @media (min-width: 481px) {
    .form-actions {
      text-align: left; } }

.form-actions > * {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 481px) {
    .form-actions > * {
      vertical-align: baseline;
      width: auto; } }

@media (min-width: 481px) {
  .form-actions--fixed {
    background: white;
    border-top: 1px solid #999999;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

/*doc
---
title: Form Errors
name: 12forms_errors
category: Forms
parent: forms
---

Form inline errors

```html_example
<div class="form-field form-field--success">
    <label class="form-label" for="valid_simple">Valid field</label>
    <input class="form-input" id="valid_simple" type="text" value="Some Valid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-check-circle" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"></path></svg></icon>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_simple">Invalid field</label>
    <input class="form-input" id="invalid_simple" type="text" value="Some Invalid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_simple">
                This is not a valid email address
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--warning">
    <label class="form-label" for="warning_simple">Warning field</label>
    <input class="form-input" id="warning_simple" type="text" value="Text that generated a Warning">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="warning_simple">
                Did you mean…
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_select">Select label</label>
    <select class="form-select" name="invalid_select" id="invalid_select">
        <option value="Please select a value">Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_select">
                You must select a value
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Checkbox label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check1">
    <label class="form-label" for="invalid_check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check2">
    <label class="form-label" for="invalid_check2">Checkbox 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select one or more
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Radio label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio1">
    <label class="form-label" for="invalid_radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio2">
    <label class="form-label" for="invalid_radio2">Radio 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select an option
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_prefix">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="invalid_prefix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
        <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_prefix">
                Please input a dollar amount
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="invalid_postfix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix">
                Please enter the weight in kilograms
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix_button">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="invalid_postfix_button" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                This is a really long error message to give alot
                more detail to the user about what is wrong with this field.
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                Something else was wrong
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                You really messed up here
            </label>
        </li>
    </ul>
</div>
```
*/
.form-input-indicator {
  height: 1.22222rem;
  width: 1.22222rem;
  float: left;
  margin: 0 0 0 -1.66667rem;
  position: relative;
  top: 0.55556rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #008a06; }

.form-field-errors {
  list-style: none;
  margin-left: 0;
  margin-left: 0;
  clear: both;
  margin-bottom: 0;
  margin-top: 0.16667rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.38889rem 0 -0.5rem;
  width: 100%; }

.form-field--success .form-input,
.form-field--error .form-input,
.form-field--warning .form-input {
  float: left; }

.form-field--success .form-input,
.form-field--success .form-select,
.form-field--success .form-checkbox + .form-label::before,
.form-field--success .form-radio + .form-label::before,
.form-field--success .form-prefixPostfix-label {
  border-color: #008a06; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #008a06; }

.form-field--success .form-input-indicator > svg {
  fill: #008a06; }

.form-field--error .form-input,
.form-field--error .form-select,
.form-field--error .form-checkbox + .form-label::before,
.form-field--error .form-radio + .form-label::before,
.form-field--error .form-prefixPostfix-label {
  border-color: #cc4749; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  color: #cc4749; }

.form-field--error .form-input-indicator > svg {
  fill: #cc4749; }

.form-field--warning .form-input,
.form-field--warning .form-select,
.form-field--warning .form-checkbox + .form-label::before,
.form-field--warning .form-radio + .form-label::before,
.form-field--warning .form-prefixPostfix-label {
  border-color: #f1a500; }

.form-field--warning .form-field-error,
.form-field--warning .form-inlineMessage {
  color: #f1a500; }

.form-field--warning .form-input-indicator > svg {
  fill: #f1a500; }

/*doc
---
title: Panels
name: panel
category: Components
---

Panels are a simple container which is relatively positioned within the document which helps you section
your content. Panels may also have a header, which contains a related title to describe the contents.

```sass_file_example
src/settings/foundation/panels/_settings.scss
```
```html_example
<div class="panel">
    <div class="panel-header">
        <h2 class="panel-title">Panel Title</h2>
    </div>
    <div class="panel-body">
        <h2>Some Panel Content</h2>
        <p>Should be able to handle any type of content.</p>
    </div>
</div>
```
*/
.panel {
  position: relative; }

.panel-header {
  background-color: #e5e5e5;
  margin: 0;
  padding: 1.5rem 2rem 0; }

.panel-title {
  line-height: 1.5;
  margin: 0; }

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2rem 1.5rem;
  background: #e5e5e5; }
  .panel-body > :first-child {
    margin-top: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }

.breadcrumbs {
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden; }

.breadcrumb {
  color: #757575;
  float: left;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #757575; }
  .breadcrumb.current {
    color: #757575;
    cursor: default; }
    .breadcrumb.current a {
      color: #757575;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #999999; }
    .breadcrumb.unavailable a {
      color: #999999; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #999999;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #757575;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: #333333;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #757575;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #e5e5e5;
  margin: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }

.tab {
  border-bottom: white;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  @media (min-width: 551px) {
    .tab {
      float: left; } }

.tab-title {
  color: #757575;
  display: block;
  font-size: 32px;
  padding: 0.77778rem 1.55556rem; }
  .tab-title:hover {
    color: #333333; }

.tab.is-active .tab-title {
  color: #333333;
  font-weight: 700; }

@media (min-width: 551px) {
  .tabs--vertical {
    border-bottom: 0;
    float: left;
    margin: 0 0 1.5rem;
    max-width: 20%;
    width: 20%; } }

.tabs--vertical .tab {
  float: none; }

.tabs-contents {
  margin-bottom: 1.5rem; }
  .tabs-contents:before, .tabs-contents:after {
    content: " ";
    display: table; }
  .tabs-contents:after {
    clear: both; }

@media (min-width: 551px) {
  .tabs-contents--vertical {
    float: left;
    max-width: 80%;
    padding-left: 1.5rem;
    width: 80%; }
    .tabs-contents--vertical > .tab-content {
      padding: 0 1.5rem; } }

.tab-content {
  display: none;
  padding: 1.5rem 0; }
  .tab-content.is-active {
    display: block; }

.no-js .tab-content {
  display: block;
  float: none; }

/*doc
---
title: Navigation
name: nav
category: Components
---

The navigation pattern holds a list of links wrapped in a navigation element. The links can help you navigate
the document, or the information architecture. Each link should modify the URL in some way.

```sass_file_example
src/settings/bigcommerce/nav/_settings.scss
```
We generate our own navigation abstractions through a `nav()` mixin. The mixin works as follows:

```scss_example
nav($style: "navBar", $wrapper: "nav")
```
Where:

 - `$style` - The type of navigation (a bar or list)
 - `$wrapper` - The wrapper of the navigation (usually nav, ul or ol)

There is also a `nav-action()` mixin, which when used will set the styles for any actionable items in your navigation list.

```scss_example
nav-action($color, $fontFamily, $fontSize, $padding)
```

*/
/*doc
---
title: Navigation Bar
name: navBar
parent: nav
category: Components
---

The Navigation Bar is a horizontal navigation component, useful for page navigation or any other primary content navigation.

```html_example
<nav class="navBar navBar--internal">
    <ul class="navBar-section">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 1</a>
        </li>
        <li class="navBar-item is-active">
            <a class="navBar-action" href="#">Item 2</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 3</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 4</a>
        </li>
    </ul>
    <ul class="navBar-section navBar-section--alt">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 5</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 6</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 7</a>
        </li>
    </ul>
</nav>
```

You can create a navigation bar abstraction with the following mixin:

```scss_example
.pageNavigation {
    @include nav("navBar", "nav");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navBar:before, .navBar:after {
  content: " ";
  display: table; }

.navBar:after {
  clear: both; }

.navBar ul,
.navBar ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navBar ul ul,
  .navBar ul ol,
  .navBar ol ul,
  .navBar ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navBar ul li,
  .navBar ol li {
    margin: 0;
    padding: 0; }

.navBar-section {
  float: left; }
  .navBar-section:before, .navBar-section:after {
    content: " ";
    display: table; }
  .navBar-section:after {
    clear: both; }

.navBar-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navBar-section + .navBar-section {
  margin-left: 1.5rem; }

@media (min-width: 551px) {
  .navBar-item {
    float: left; } }

.navBar-item, .navBar-action {
  display: block; }

.navBar-action {
  color: black;
  font-size: 32px;
  padding: 0.77778rem; }

/*doc
---
title: Navigation List
name: navList
parent: nav
category: Components
---

The Navigation List is a vertical navigation component, useful for secondary navigation like a list of child pages.

```html_example
<nav class="navList navList--aside">
    <ul class="navList-section">
        <li class="navList-item">
            <a class="navList-action" href="#">Item 1</a>
        </li>
        <li class="navList-item is-active">
            <a class="navList-action" href="#">Item 2</a>
            <ul class="navList-subSection">
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 1</a>
                </li>
                <li class="navList-item is-active">
                    <a class="navList-action" href="#">Sub-item 2</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 3</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 4</a>
                </li>
            </ul>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 3</a>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 4</a>
        </li>
    </ul>
</nav>
```

You can create a navigation list abstraction with the following mixin:

```scss_example
.subPagesList {
    @include nav("navList", "ul");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navList:before, .navList:after {
  content: " ";
  display: table; }

.navList:after {
  clear: both; }

.navList ul,
.navList ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navList ul ul,
  .navList ul ol,
  .navList ol ul,
  .navList ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navList ul li,
  .navList ol li {
    margin: 0;
    padding: 0; }

.navList-section:before, .navList-section:after {
  content: " ";
  display: table; }

.navList-section:after {
  clear: both; }

.navList-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navList-section + .navList-section {
  margin-top: 1.5rem; }

.navList-item, .navList-action {
  display: block; }

.navList-action {
  color: #333333;
  font-size: 32px;
  padding: 0.16667rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #757575;
    font-size: 1rem;
    margin-left: 0.38889rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 0;
      transition: background-color 300ms ease-out;
      background: none;
      color: #757575;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.27778rem 0.5rem; }
  .pagination-list li {
    display: block; }

li.pagination-item {
  cursor: pointer; }
  li.pagination-item:first-child {
    margin-left: 0; }
  li.pagination-item a:hover {
    color: #333333; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #333333;
  cursor: default; }

/*doc
---
title: Alerts
name: alerts
category: Components
---

Alerts can be used to inform users about the actions they perform, whether it's a successful message, a warning, error, or just information.
They can be displayed at a page level or inside a specific container. They will take the full width of their containers.

```sass_file_example
src/settings/foundation/alerts/_settings.scss
```

The alert box consists of three `alertBox-column`s: The `alertBox-icon` which contains the icon for the type of alert,
the `alertBox-message` which can contain the heading and text for the alert message, and `alertBox-close` which holds the close button.
You can set the vertical alignment of the columns in the setting variables.

```html_example
<div class="alertBox">
    <div class="alertBox-column alertBox-icon">
        <icon class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"></path>
            </svg>
        </icon>
    </div>
    <div class="alertBox-column alertBox-message">
        <span>Generic alert</span>
    </div>
    <a class="alertBox-column alertBox-close" tabindex="0" href="#">
        <icon glyph="ic-close" class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
            </svg>
        </icon>
    </a>
</div>
```
*/
.alertBox {
  border-style: none;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.77778rem;
  padding: 0.77778rem 1.16667rem 0.77778rem 1.16667rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.11111rem;
    width: 1.11111rem; }
  .alertBox .button {
    margin: 0 0 0 0.77778rem; }

.alertBox--info {
  background-color: #666666;
  border-color: #666666;
  color: #333333; }
  .alertBox--info svg {
    fill: #dfdfdf; }

.alertBox--success {
  background-color: #d5ffd8;
  border-color: #d5ffd8;
  color: white; }
  .alertBox--success svg {
    fill: #008a06; }

.alertBox--warning {
  background-color: #fffdea;
  border-color: #fffdea;
  color: white; }
  .alertBox--warning svg {
    fill: #f1a500; }

.alertBox--error {
  background-color: #ffdddd;
  border-color: #ffdddd;
  color: white; }
  .alertBox--error svg {
    fill: #cc4749; }

.alertBox-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.alertBox-icon {
  padding-right: 1.16667rem; }

.alertBox-message {
  margin: 0;
  text-align: left;
  width: 100%; }

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.16667rem; }
  .alertBox-close .icon {
    height: 1.11111rem;
    width: 1.11111rem; }
  .alertBox-close svg {
    fill: #999999; }

/*doc
---
title: Accordion
name: accordion
category: Components
---
```html_example
<section class="accordion">
    <article heading="Dynamic Group Header - 1" class="is-open">
        <h2 class="accordion-navigation is-open">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 1
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
        <div class="accordion-content is-open">
            Dynamic Group Body - 1
        </div>
    </article>
    <article heading="Dynamic Group Header - 2">
        <h2 class="accordion-navigation">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 2
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
<article heading="Dynamic Group Header - 3">
        <h2 class="accordion-navigation accordion-navigation--error">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 3
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
</section>
```

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #e5e5e5 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #e5e5e5 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: #333333;
    padding: 1.88889rem;
    display: block;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.88889rem; }

.accordion-title {
  font-weight: 700;
  line-height: 24px; }

.accordion-content {
  display: none;
  padding: 2rem;
  border: #e5e5e5 solid;
  border-width: 0 0 1px; }
  .accordion-content.is-open {
    display: block; }

.accordion-navigation--success .accordion-title,
.accordion-navigation--success.is-open > a {
  color: #008a06; }

.accordion-navigation--error .accordion-title,
.accordion-navigation--error.is-open > a {
  color: #cc4749; }

.accordion-navigation--warning .accordion-title,
.accordion-navigation--warning.is-open > a {
  color: #f1a500; }

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: black;
  background: rgba(51, 51, 51, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }
  .has-activeModal .modal-background {
    display: block; }

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 551px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 551px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 551px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 551px) {
    .modal {
      transform: translateY(-50%); } }

.modal--large {
  max-height: 90%;
  width: 1280px; }

.modal--small {
  width: 500px; }

.modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0;
  position: relative; }

.modal-header-title {
  margin: 0; }

.modal-body {
  padding: 3rem 0; }
  .modal-body > :last-child {
    margin-bottom: 0; }

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.77778rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

.modal-footer-link {
  display: inline-block;
  font-size: 32px;
  margin: 0 0 0.77778rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

.modal-close {
  color: #666666;
  cursor: pointer;
  font-size: 56px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  transform: translateY(none); }
  .modal-close .icon {
    height: 1.11111rem;
    width: 1.11111rem; }

@media print {
  .modal {
    background: #FFFFFF !important;
    display: none; } }

.loadingNotification {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 3rem;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  transition: all 200ms ease-out;
  z-index: 500; }
  .loadingNotification.ng-hide-remove, .loadingNotification.ng-hide-add-active {
    opacity: 0;
    top: 3.6rem;
    transform: scale(0.9) translateX(-50%); }
  .loadingNotification.ng-hide-remove-active {
    opacity: 1;
    top: 3rem;
    transform: scale(1) translateX(-50%); }

.loadingNotification-label {
  background: #666666;
  border-radius: 0;
  color: white;
  display: inline-block;
  font-size: 32px;
  padding: 0.38889rem 0.77778rem; }

.loadingOverlay-container {
  min-height: 120px;
  position: relative; }

.loadingOverlay {
  background: rgba(51, 51, 51, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }
  .loadingOverlay::before {
    height: 2.22222rem;
    width: 2.22222rem;
    border-radius: 2.22222rem;
    border: solid 2px;
    border-color: white white #999999 #999999;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }

/*doc
---
title: ActionBar
name: action_bar
category: Patterns
---
```html_example
<div class="actionBar">
    <div class="actionBar-section">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <input class="form-input has-action" type="search" placeholder="Search">
                <button class="button button--icon button--inputAction">
                    <span class="is-srOnly">Search</span>
                    <icon glyph="ic-search"></icon>
                </button>
            </div>
            <a href="#" class="actionBar-item">Advanced</a>
        </fieldset>
    </div>
    <div class="actionBar-section actionBar-section--alt">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <div class="buttonGroup">
                    <button class="button">
                        All
                    </button>
                    <button class="button">
                        Free
                    </button>
                    <button class="button">
                        Paid
                    </button>
                </div>
            </div>
            <div class="actionBar-item form-field">
                <label class="form-label" for="select1">Sort by</label>
                <select class="form-select" name="select1" id="select1">
                    <option value="1">Popular</option>
                    <option value="2">Newest</option>
                </select>
            </div>
        </fieldset>
    </div>
</div>
```

```sass_file_example
src/settings/bigcommerce/actionBar/_settings.scss
```
*/
.actionBar {
  margin: 1.5rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button {
    margin-bottom: 0; }
  .actionBar .buttonGroup {
    vertical-align: middle; }

.actionBar-link {
  display: block;
  padding: 0.77778rem 0; }

.actionBar-section:before, .actionBar-section:after {
  content: " ";
  display: table; }

.actionBar-section:after {
  clear: both; }

@media (min-width: 551px) {
  .actionBar-section {
    float: left; }
    .actionBar-section .form-label {
      display: inline-block;
      margin: 0 0.38889rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 11.11111rem; } }

@media (min-width: 551px) {
  .actionBar-section--alt {
    float: right; } }

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 551px) {
    .actionBar-item {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 1.5rem;
      vertical-align: middle; }
      .actionBar-item:last-child {
        margin-right: 0; } }

/*doc
---
title: Cards
name: cards
category: Components
---

Cards are a typical component consisting of a figure and a short snippet of descriptive text.
This could include a heading and a caption or definition, and perhaps a call to action
or other actionable functions.

```sass_file_example
src/settings/bigcommerce/cards/_settings.scss
```
```html_example
<article class="card">
    <figure class="card-figure">
        <img class="card-image" src="http://lorempixel.com/960/360/sports/" alt="Example card image">
        <figcaption class="card-figcaption">
            <a class="card-figcaption-action" href="#">
                <div class="card-figcaption-body">
                    <span class="button card-figcaption-button">Learn more</span>
                </div>
            </a>
        </figcaption>
    </figure>
    <div class="card-body">
        <h2 class="card-title">20% Off First Design Project</h2>
        <h3 class="card-subTitle">Custom Designs</h3>
        <p class="card-text">
            Be seen by customers at the very moment that
            they are searching on Google for the things you offer.
        </p>
    </div>
</article>
```
*/
.card {
  background-color: transparent;
  margin-bottom: 3rem;
  padding: 0 0; }

.card-figure {
  background-color: white;
  margin-bottom: 0;
  padding: 0 0;
  position: relative; }

.card-image {
  border: 1px solid #999999;
  width: 100%; }

.card-figcaption {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }
  .card-figcaption:hover {
    opacity: 1; }

.card-figcaption-action {
  display: block;
  height: 100%; }

.card-figcaption-body {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transform-style: preserve-3d; }
  .card-figcaption-body > :first-child {
    margin-top: 0; }
  .card-figcaption-body > :last-child {
    margin-bottom: 0; }
  .card-figcaption-body .card-text {
    color: #757575; }

.card-figcaption-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .card-figcaption-button:hover {
    background-color: white;
    color: #333333; }

.card-body {
  padding: 0.77778rem 0 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: #757575; }

.card-surTitle {
  float: right;
  margin-left: 1.5rem;
  max-width: 40%;
  text-align: right; }

.card-footer {
  background-color: transparent;
  margin: 0; }
  .card-footer:before, .card-footer:after {
    content: " ";
    display: table; }
  .card-footer:after {
    clear: both; }

.card-button {
  margin-bottom: 0; }

.aria-description--hidden {
  height: 1px;
  left: 0;
  margin-left: -10000px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px; }

.slick-dots li button {
  border: 1px solid #013726; }

.slick-dots li.slick-active button:before {
  color: #013726; }

.slick-dots li.slick-active button::before {
  background: #013726; }

.slick-prev,
.slick-next {
  top: unset;
  bottom: -70px;
  right: 0; }

.slick-prev {
  left: 10px; }

.slick-prev:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'><path fill='%23013726' d='M360-200 80-480l280-280 56 56-183 184h647v80H233l184 184-57 56Z' /%3E%3C/svg%3E"); }

.slick-prev::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'><path fill='%23013726' d='M360-200 80-480l280-280 56 56-183 184h647v80H233l184 184-57 56Z' /%3E%3C/svg%3E"); }

.slick-next:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='18'><path fill='%23013726' d='m600-200-57-56 184-184H80v-80h647L544-704l56-56 280 280-280 280Z' /%3E%3C/svg%3E"); }

.slick-next::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='18'><path fill='%23013726' d='m600-200-57-56 184-184H80v-80h647L544-704l56-56 280 280-280 280Z' /%3E%3C/svg%3E"); }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }
  .slick-prev:before,
  .slick-next:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: #013726;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.8; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: inherit;
        font-size: 60px;
        line-height: 20px;
        text-align: center;
        color: #333333;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #757575;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  height: 3.38889rem;
  margin-top: -0.83333rem;
  padding: 0.55556rem;
  width: 2.22222rem;
  z-index: 1; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.27778rem;
    width: 1.11111rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -5px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.38889rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23013726' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-prev {
  left: -5px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.38889rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23013726' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-slide img {
  display: block;
  width: 100%; }

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 1.55556rem;
    width: 1.55556rem;
    margin: 0;
    padding: 0.27778rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 0.83333rem;
      width: 0.83333rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid #333333;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #333333; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #757575; }

.productView .slick-dots {
  position: relative; }

.slick-disabled {
  cursor: default;
  opacity: 0.1; }

.slick-track {
  backface-visibility: hidden;
  perspective: 1000px; }

div.slick-slider {
  min-width: 100%;
  width: 1px;
  *width: 100%; }

.slick-slide .card-image,
.slick-slide .heroCarousel-image {
  -webkit-touch-callout: default; }

.carousel-tooltip {
  display: none;
  height: 1px;
  margin-top: 10px;
  position: relative; }
  .carousel-tooltip::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.55556rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .carousel-tooltip::after {
    background-color: #313440;
    border-radius: 0.44444rem;
    color: white;
    content: attr(aria-label);
    cursor: default;
    font-size: 1rem;
    padding: 0.22222rem 0.33333rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .carousel-tooltip::before, .carousel-tooltip::after {
    display: none; }
  .carousel-tooltip:focus::before, .carousel-tooltip:focus::after {
    display: block; }
  @media (min-width: 551px) {
    .carousel-tooltip {
      display: block; } }
  .carousel-tooltip::after {
    padding: 15px 10px;
    top: 10px; }
  .slick-prev:focus .carousel-tooltip::before, .slick-prev:focus .carousel-tooltip::after,
  .slick-next:focus .carousel-tooltip::before,
  .slick-next:focus .carousel-tooltip::after,
  .slick-dots button:focus .carousel-tooltip::before,
  .slick-dots button:focus .carousel-tooltip::after {
    display: block; }
  .slick-prev .carousel-tooltip::before,
  .slick-next .carousel-tooltip::before {
    top: -7px; }
  .slick-prev .carousel-tooltip::before {
    right: -2px; }
  .slick-prev .carousel-tooltip::after {
    left: -5px;
    right: auto; }
  .slick-next .carousel-tooltip::after {
    right: -5px; }
  .slick-dots button .carousel-tooltip {
    margin-top: 25px; }
    .slick-dots button .carousel-tooltip::before, .slick-dots button .carousel-tooltip::after {
      right: 50%;
      transform: translateX(50%); }
    .slick-dots button .carousel-tooltip::before {
      top: -7px; }

.carousel-play-pause-button {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  bottom: 0.5rem;
  color: #013726;
  display: none;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  left: 15px;
  line-height: 1.25;
  max-width: 60px;
  min-width: 60px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  transition: color 100ms ease-out;
  white-space: nowrap;
  z-index: 5; }
  @media (min-width: 551px) {
    .carousel-play-pause-button {
      font-size: 18px;
      max-width: 150px; } }
  @media (min-width: 801px) {
    .carousel-play-pause-button {
      bottom: 1.5rem;
      left: 25px; } }
  .carousel-play-pause-button:hover {
    color: #474747; }
  @media (min-width: 375px) {
    .carousel-play-pause-button {
      max-width: 90px;
      min-width: 80px; } }

html,
body {
  height: auto; }

body {
  padding-top: 55px; }
  @media (min-width: 801px) {
    body {
      padding-top: 0; } }

figure {
  margin-bottom: 2rem;
  margin-top: 2rem; }
  figure > figcaption {
    margin-bottom: -0.5rem; }

figcaption {
  color: #999999;
  margin-top: 0.77778rem; }

body {
  font-size: 1rem;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-top: 2.27778rem; }

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

cite {
  line-height: 1.5;
  margin: 0.5rem 0 0; }

.page-heading {
  margin: 0 0 3rem;
  text-align: center; }

.contact-heading {
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 32px;
  font-family: Lato, "Arial";
  letter-spacing: 4.8px;
  color: #013726;
  text-transform: uppercase;
  opacity: 1;
  text-align: center;
  margin-bottom: 8px; }

h1 {
  font-size: 64px; }

h2 {
  font-size: 56px; }

h3 {
  font-size: 48px; }

h4 {
  font-size: 48px; }

h5 {
  font-size: 32px; }

h6 {
  font-size: 16px; }

.definitionList:before, .definitionList:after {
  content: " ";
  display: table; }

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #757575;
  float: left;
  font-weight: 400;
  margin: 0 0.38889rem 0 0; }

.definitionList-value {
  margin: 0; }

#contact-us-page p {
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  font-family: Lato;
  letter-spacing: 0px;
  color: #013726;
  margin-bottom: 8px; }
  @media (min-width: 801px) {
    #contact-us-page p {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 24px; } }

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(117, 117, 117, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.55556rem top 0.66667rem;
  border-radius: 0;
  padding: 0.75rem 3rem 0.75rem 1rem; }

.form-label {
  color: #013726;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 17px;
  font-family: Lato;
  letter-spacing: 0px;
  color: #013726; }
  .form-label small {
    float: right;
    margin-top: 0.38889rem; }

.form-label--inlineSmall small {
  color: #757575;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 0.38889rem;
  text-transform: none; }

.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #e5e5e5; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

.table-actions {
  margin: 1.5rem;
  text-align: center; }
  .table-actions .form {
    margin-bottom: 0; }
  .table-actions .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 551px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 551px) {
      .table-actions .button + .button {
        margin-left: 0.38889rem; } }

.table--line {
  border-color: #e5e5e5;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e5e5e5;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th {
        padding-left: 1.5rem; }
  .table--line tr {
    border-color: 1px solid #e5e5e5; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

.dropdown {
  left: -9999px;
  outline: none;
  position: absolute; }

.dropdown-menu {
  z-index: 5; }
  .dropdown-menu.is-loading .loadingOverlay {
    background: none;
    padding: 4.5rem 0;
    position: relative; }
  .dropdown-menu.is-open {
    display: block; }
  .dropdown-menu .button:focus {
    z-index: 5; }

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a {
    padding-top: 0.77778rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.27778rem 1.16667rem;
    text-decoration: none; }

.form-wishlist {
  position: relative; }
  @media (min-width: 551px) {
    .form-wishlist {
      float: left;
      padding: 0 0.55556rem;
      width: 50%; } }
  @media (min-width: 801px) {
    .form-wishlist {
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .form-wishlist {
      display: inline-block;
      margin-top: 1rem; } }
  .form-wishlist .button {
    width: 100%; }
    @media (min-width: 801px) {
      .form-wishlist .button {
        width: auto; } }
    @media (min-width: 1261px) {
      .form-wishlist .button {
        margin-right: 0.77778rem; } }

.dropdown-menu-button {
  width: 100%; }
  .dropdown-menu-button.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .dropdown-menu-button .icon {
    float: right;
    margin-left: 10px; }
  .dropdown-menu-button:focus {
    z-index: 10; }

#wishlist-dropdown.is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 551px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 801px) {
    #wishlist-dropdown.is-open {
      padding-right: 0; } }
  @media (min-width: 1261px) {
    #wishlist-dropdown.is-open {
      padding-right: 11px; } }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: 0;
    margin-bottom: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button {
    background-color: white;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: 0;
    border-radius: 0;
    border-top: 0;
    margin-bottom: 0; }

.modal {
  left: 50%;
  margin: 0;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  top: 50% !important;
  transform: translate(-50%, -50%); }
  .modal .form-field {
    position: relative; }

@media (min-width: 1261px) {
  .modal--large {
    width: 1280px; } }

.modal-header {
  padding-left: 2.25rem;
  padding-right: 2.52778rem; }

.modal-header-title {
  font-size: 48px;
  text-align: center; }
  @media (min-width: 801px) {
    .modal-header-title {
      font-size: 56px; } }

.modal-close {
  height: 1.77778rem;
  width: 1.77778rem;
  color: #757575;
  font-size: 26px;
  line-height: 1.77778rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  .modal-close::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.55556rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .modal-close::after {
    background-color: #313440;
    border-radius: 0.44444rem;
    color: white;
    content: attr(title);
    cursor: default;
    font-size: 1rem;
    padding: 0.22222rem 0.33333rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .modal-close::before, .modal-close::after {
    display: none; }
  .modal-close:focus::before, .modal-close:focus::after {
    display: block; }
  @media (min-width: 801px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }
  .modal-close::before {
    right: 50%;
    transform: translateX(50%); }
  .modal-close::after {
    right: 50%;
    transform: translateX(0.55556rem); }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 2.25rem; }

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px;
  text-align: center; }
  .modal--alert .alert-icon {
    border: 0.25em solid transparent;
    border-radius: 50%;
    box-sizing: content-box;
    cursor: default;
    display: flex;
    font-family: inherit;
    height: 5em;
    justify-content: center;
    line-height: 5em;
    margin: 1.25em auto 1.875em;
    position: relative;
    user-select: none;
    width: 5em; }
  .modal--alert .error-icon {
    animation: animate-icon 0.5s;
    border-color: #f27474;
    color: #f27474; }
    .modal--alert .error-icon .icon-content {
      animation: animate-icon-content 0.5s;
      flex-grow: 1;
      position: relative; }
      .modal--alert .error-icon .icon-content .line {
        background-color: #f27474;
        border-radius: 0.125em;
        display: block;
        height: 0.3125em;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em; }
        .modal--alert .error-icon .icon-content .line-left {
          left: 1.0625em;
          transform: rotate(45deg); }
        .modal--alert .error-icon .icon-content .line-right {
          right: 1em;
          transform: rotate(-45deg); }
  .modal--alert .warning-icon {
    animation: animate-icon 0.5s;
    border-color: #facea8;
    color: #f8bb86; }
    .modal--alert .warning-icon .icon-content {
      align-items: center;
      animation: animate-icon-content 0.5s;
      display: flex;
      font-size: 3.75em; }
  .modal--alert .modal-content {
    color: #333333;
    font-size: 1.11111rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #013726;
      border-color: #013726;
      color: white; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: #0f6d4c;
      border-color: #0f6d4c;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: #0f6d4c;
      border-color: #0f6d4c;
      color: white; }

.hide-content {
  opacity: 0; }

@keyframes animate-icon {
  0% {
    opacity: 0;
    transform: rotateX(100deg); }
  100% {
    opacity: 1;
    transform: rotateX(0deg); } }

@keyframes animate-icon-content {
  0% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4); }
  50% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4); }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    opacity: 1;
    transform: scale(1); } }

ol.breadcrumbs {
  display: none;
  font-size: 0;
  overflow: visible;
  text-align: center; }
  @media (min-width: 551px) {
    ol.breadcrumbs {
      display: block; } }

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem;
  text-transform: uppercase; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer;
    font-weight: 700; }
  .breadcrumb:not(:first-child)::before {
    border-right: 0.1em solid #013726;
    content: "";
    display: inline-block;
    height: 0.8em;
    margin: 0 0.25rem;
    transform: rotate(15deg); }

.panel-title {
  font-size: 48px; }

.panel--large .panel-body {
  margin-bottom: 2rem;
  padding: 2rem; }

.pagination-list {
  font-size: 0;
  margin-bottom: 1.5rem;
  text-align: center; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block; }

.pagination-item {
  border: 1px solid transparent;
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease; }
    .pagination-item .pagination-link:hover {
      color: #333333; }
  .pagination-item.pagination-item--current {
    border-color: #e5e5e5;
    border-radius: 0;
    margin: 0 0.38889rem 0 0.77778rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #333333; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #757575; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #757575; }

.pagination-item--previous .icon,
.pagination-item--next .icon {
  height: 1.11111rem;
  margin-top: -0.11111rem;
  width: 1.11111rem; }

.pagination-item--previous {
  float: left; }
  .pagination-item--previous .icon {
    margin-left: -0.66667rem; }

.pagination-item--next {
  float: right; }
  .pagination-item--next .icon {
    margin-right: -0.66667rem; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #757575;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.38889rem; }
  .pagination-list--small .pagination-item--previous,
  .pagination-list--small .pagination-item--next {
    position: absolute;
    top: 0; }
  .pagination-list--small .pagination-item--previous {
    left: 0; }
  .pagination-list--small .pagination-item--next {
    right: 0; }

.button {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 801px) {
      .button + .button {
        margin-left: 0.77778rem; } }

.button[disabled] {
  cursor: not-allowed; }

.button--icon svg {
  fill: #757575; }

.tab {
  border-top: 1px solid #e5e5e5;
  float: none; }
  @media (min-width: 801px) {
    .tab {
      border-top-color: white;
      float: left; } }
  .tab.is-active {
    border-left-color: white;
    border-right-color: white; }
    @media (min-width: 551px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 801px) {
      .tab.is-active {
        border: 1px solid #e5e5e5;
        border-bottom: 1px solid white; } }

.tab-title {
  padding: 1.16667rem 0;
  text-align: center;
  text-decoration: none;
  width: 100%; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 801px) {
    .tab-title {
      padding: 0.77778rem 1.5rem; } }
  @media (min-width: 1261px) {
    .tab-title {
      padding: 0.61111rem 1rem; } }

.tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }
  .tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    padding: 1.5rem 0;
    visibility: visible; }

@media (min-width: 551px) {
  .tab-content .productReview {
    width: 50%; } }

@media (min-width: 801px) {
  .tab-content .productReview {
    width: 33.33333%; } }

@media (min-width: 1261px) {
  .tab-content .productReview {
    width: 50%; } }

.tab-content .productReviews {
  border-top: 0; }

.tabs {
  display: flex;
  flex-direction: column; }

.tab {
  border-top: 1px solid #757575;
  border-left: 1px solid #757575;
  display: flex;
  align-items: center; }
  .tab.is-active {
    border-top: 1px solid #757575;
    border-left: 1px solid #757575;
    background-color: #f2f5f4; }
    .tab.is-active .tab-title {
      color: #013726; }
    @media (min-width: 551px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 801px) {
      .tab.is-active {
        border: 0; } }
  .tab:hover {
    background-color: #f2f5f4;
    cursor: pointer; }
  .tab:hover .tab-box,
  .tab.is-active .tab-box {
    width: 48px;
    height: max-content;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    transition: all 0.3s ease; }

.tab-title {
  font-size: 1.05rem;
  text-transform: uppercase;
  color: #013726;
  font-weight: 700;
  padding: 0;
  margin-left: 1rem; }

.tab-box {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  background-color: #013726;
  width: 0;
  height: 0; }

.container-product-tabs {
  display: flex;
  justify-content: end; }
  .container-product-tabs .tabs.product-tabs {
    padding: 32px 0 32px 0;
    max-width: 409px;
    width: 100%;
    border: 0; }
    @media screen and (max-width: 1441px) {
      .container-product-tabs .tabs.product-tabs {
        max-width: 300px; } }
    .container-product-tabs .tabs.product-tabs .tab-title {
      padding: 14px 0; }

.product-tabs-content {
  background-color: #f2f5f4;
  margin-bottom: 0;
  padding: 0 0 0 3rem;
  max-height: 420px;
  overflow-y: scroll; }
  @media screen and (min-width: 1441px) {
    .product-tabs-content {
      padding: 0 0 0 7rem; } }
  .product-tabs-content p,
  .product-tabs-content ul,
  .product-tabs-content li {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 30px;
    line-height: 28px;
    margin-bottom: 16px;
    color: #013726;
    max-width: 850px; }
    @media screen and (max-width: 1441px) {
      .product-tabs-content p,
      .product-tabs-content ul,
      .product-tabs-content li {
        max-width: 550px; } }
  .product-tabs-content h2,
  .product-tabs-content h3 {
    font-family: "Crimson Text";
    font-weight: 600;
    letter-spacing: 0;
    color: #013726;
    max-width: 850px; }
    @media screen and (max-width: 1441px) {
      .product-tabs-content h2,
      .product-tabs-content h3 {
        max-width: 550px; } }
  .product-tabs-content h2 {
    font-size: 48px;
    line-height: 56px; }
  .product-tabs-content h3 {
    font-size: 24px;
    line-height: 24px; }
  .product-tabs-content .tab-content {
    background-color: #f2f5f4;
    padding: 2rem 0;
    background-position: 150% 100px;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="104" height="100"><g data-name="Group 2"><path fill="%23E9ECEB" d="M96.12 15.752a37.965 37.965 0 0 0-1.62 5.111 38.57 38.57 0 0 0 2.629.855c.2-.557.388-1.077.565-1.6.188-.549.364-1.1.533-1.652a11.96 11.96 0 0 0 .5-1.618 9.083 9.083 0 0 1-2.605-1.09m3.033.119c.251-.681.475-1.28.689-1.885s.428-1.214.618-1.829a14.955 14.955 0 0 0 .562-1.814 19.579 19.579 0 0 0-2.79-.99q-.883 2.57-1.774 5.156c-.055.158-.1.319-.156.523.948.312 1.88.523 2.851.839M6.713 21.1c1.117-.488 2.215-.773 3.273-1.228-.5-1.621-.974-3.2-1.46-4.773-.016-.05-.087-.082-.142-.135-1.088.451-2.2.816-3.308 1.278.546 1.623 1.08 3.2 1.637 4.857M56.444 2.194a12.634 12.634 0 0 0-3.355-.079c-.016.037-.05.077-.05.114q-.039 2.676-.066 5.35a.725.725 0 0 0 .042.182 13.776 13.776 0 0 0 3.445.061c.069-.594.058-5.084-.016-5.628M2.88 9.5c.069.414 1.552 4.95 1.787 5.478a.872.872 0 0 0 .142.156c.544-.2 1.08-.425 1.629-.6.568-.174 1.151-.3 1.758-.451-.243-1-.56-1.93-.85-2.867s-.525-1.893-.905-2.84A30.292 30.292 0 0 0 2.88 9.5m22.694-5.162c-1.407.193-2.819.4-4.261.657a14.837 14.837 0 0 0 .346 1.8c.127.61.259 1.217.4 1.821a11.247 11.247 0 0 0 .441 1.75c.216-.04.4-.079.589-.108.932-.142 1.866-.277 2.8-.422a.884.884 0 0 0 .578-.208c-.486-3.685-.668-4.762-.895-5.288M77.2 10.185c1.587.459 3.163.647 4.723 1.048a15.125 15.125 0 0 0 .451-1.9c.156-.647.3-1.3.42-1.953a15.4 15.4 0 0 0 .362-1.917 14.124 14.124 0 0 0-2.447-.578c-.84-.145-1.666-.348-2.548-.454L77.2 10.18M26.863 4.19c.29 1.79.573 3.521.858 5.266.169-.013.3-.011.422-.032a14.239 14.239 0 0 1 2.363-.264c.668-.008 1.333 0 2-.011.142 0 .285-.026.465-.045a219.7 219.7 0 0 0-.546-5.678 1.907 1.907 0 0 0-.282-.034c-1.608.1-3.181.47-4.778.668a4.129 4.129 0 0 0-.5.129M85.41 30.155c.908.251 1.756.478 2.6.721.824.24 1.645.5 2.466.747s1.668.515 2.495.771a25.92 25.92 0 0 0 1.312-3.8c-.108-.045-.224-.1-.346-.14-.428-.142-.863-.267-1.286-.422-1.9-.694-3.822-1.3-5.773-1.821-.116-.032-.237-.05-.362-.077a1.68 1.68 0 0 0-.092.2c-.33 1.243-.66 2.489-1.011 3.82M9.1 27.921a35.073 35.073 0 0 0 1.4 4.168 2.195 2.195 0 0 0 .3-.063 109.531 109.531 0 0 1 7.373-2.3 2.872 2.872 0 0 0 .391-.177l-.523-2.165a13.7 13.7 0 0 0-.578-2.181 1.687 1.687 0 0 0-.275.016 50.285 50.285 0 0 0-5.248 1.552c-.913.312-1.806.684-2.706 1.035-.055.021-.093.082-.135.119M23.89 16.388c.087.026.132.055.169.05 2.943-.5 5.908-.861 8.859-1.3a3.187 3.187 0 0 0 .312-.071.176.176 0 0 0 .055-.034.75.75 0 0 0 .061-.063 11.443 11.443 0 0 0-.116-1.84c-.024-.6-.082-1.2-.119-1.8a9.068 9.068 0 0 0-.177-1.835.953.953 0 0 0-.161-.008c-1.344.28-2.679.594-4.039.805-1.486.235-2.964.51-4.451.734-.5.077-1.006.19-1.523.288a1.644 1.644 0 0 0 0 .346c.393 1.581.7 3.186 1.127 4.733M7.745 23.727a7.153 7.153 0 0 0 .436 1.521 7.29 7.29 0 0 0 .554 1.5c.412-.14.8-.267 1.18-.409A63.461 63.461 0 0 1 17.7 24.06c1.716-.393 3.437-.768 5.156-1.148 1.782-.4 3.564-.8 5.367-1.082.272-.042.538-.113.85-.179a143.295 143.295 0 0 0-.663-3.353 107.233 107.233 0 0 0-13.856 3.062 71.823 71.823 0 0 0-6.805 2.368m4.327 13.281c.248-.108.422-.188.6-.259a38.832 38.832 0 0 1 4.295-1.565q2.823-.784 5.665-1.5A59.214 59.214 0 0 1 29.45 32.3c.314-.04.626-.114.929-.169a19.083 19.083 0 0 0-.607-3.807 3.958 3.958 0 0 0-.491.032c-.591.1-1.18.23-1.774.327q-3.627.6-7.183 1.523c-1.433.375-2.859.784-4.274 1.214-1.336.407-2.658.855-3.981 1.3a3.823 3.823 0 0 0-1.233.612c.4 1.212.789 2.41 1.235 3.669m35.02-22.979h.734c1.7-.005 3.4-.034 5.095.066.924.053 1.848.09 2.772.121a1.3 1.3 0 0 0 .739-.053c.087-.832.087-4.765 0-5.322a1.574 1.574 0 0 0-.235-.034c-1.331-.037-2.664-.077-4-.1a29.707 29.707 0 0 0-1.935.008 8.437 8.437 0 0 1-2.563-.14c-.1-.026-.217-.011-.322-.026-.071-.011-.182.029-.185-.143a3.673 3.673 0 0 1 1.61-.515c.861-.04 1.721-.055 2.579-.087.164-.005.327-.032.486-.05a1.122 1.122 0 0 0 .055-.224q.024-2.419.042-4.839c0-.172-.016-.343-.026-.512a.15.15 0 0 0-.021-.061.387.387 0 0 0-.069-.053.628.628 0 0 0-.164-.037c-1.032 0-2.064-.005-3.1.005-.515.005-1.032.042-1.547.066a.115.115 0 0 0-.055.024.492.492 0 0 0-.05.053c-.084.686.037 11.124.153 11.853m45.53 19.512a1.586 1.586 0 0 0-.227-.153 101.508 101.508 0 0 0-10.374-3.06c-2.666-.657-5.351-1.262-8.062-1.726-.034-.005-.077.024-.166.048-.217 1.312-.285 2.663-.5 4a1.285 1.285 0 0 0 .013.259c.816.153 1.613.306 2.413.451q3.71.673 7.357 1.629c2.51.66 5.013 1.357 7.518 2.043a1.121 1.121 0 0 0 .66.063c.449-1.164.9-2.344 1.367-3.553M76.182 9.923c.026-.108.055-.209.071-.312q.17-1.144.338-2.294c.135-.916.269-1.829.4-2.743a1.533 1.533 0 0 0-.026-.351 30.558 30.558 0 0 0-5-.647 1.279 1.279 0 0 0-.092.628c-.024.428-.024.858-.053 1.288-.148 2.165-.309 4.332-.372 6.5-.005.171-.024.343-.029.515-.034.9-.069 1.8-.1 2.706a2.465 2.465 0 0 0 .047.4c3.2.375 6.3 1.164 9.448 1.642a30.879 30.879 0 0 0 .869-5.053c-.755-.179-1.518-.393-2.294-.538a53.76 53.76 0 0 1-6.863-1.714c-.093-.029-.211-.055-.224-.206a27.788 27.788 0 0 1 3.88.18m-1.333 12.29c.208.058.388.121.573.156.338.066.681.1 1.016.177 2.178.48 4.358.945 6.531 1.462 1.125.267 2.228.626 3.339.95 1.626.475 3.255.942 4.876 1.444 1.064.327 2.114.71 3.17 1.064a2.357 2.357 0 0 0 .388.066c.459-1.28.911-2.531 1.365-3.8-.143-.061-.259-.119-.38-.158a292.2 292.2 0 0 0-8.925-2.722c-2.437-.7-4.9-1.275-7.376-1.811-1.172-.253-2.36-.441-3.545-.649a2.952 2.952 0 0 0-.462 0c-.193 1.288-.38 2.537-.57 3.825m10.53 3.582a3.753 3.753 0 0 0-.38-.161c-.781-.232-1.555-.494-2.347-.681-1.88-.451-3.767-.866-5.652-1.291q-2.261-.515-4.559-.805c-.7-.09-1.4-.2-2.109-.285-.916-.116-1.835-.222-2.753-.325q-1.6-.182-3.2-.351a4.564 4.564 0 0 0-.465 0 8.116 8.116 0 0 0-.055 1.476c-.024.473-.037.945-.032 1.42a6.679 6.679 0 0 0 0 1.489 3.86 3.86 0 0 0 .385.071c.644.055 1.285.1 1.93.158.383.034.768.084 1.154.124.6.058 1.2.09 1.8.177 1.338.2 2.677.4 4.01.636 2.6.451 5.185 1 7.758 1.584 1.151.259 2.3.533 3.469.805a1.141 1.141 0 0 0 .1-.214c.317-1.27.631-2.537.95-3.828m-2.562 11.409c.008-.055.013-.111.024-.166a7.262 7.262 0 0 1-.787-.214 1.627 1.627 0 0 0-1-.011 27.332 27.332 0 0 1-3.542.681c-1.085.143-2.17.309-3.255.462-.7.1-1.4.214-2.109.283a39.177 39.177 0 0 1-5.48.143c-.731-.032-1.46-.1-2.189-.166-.23-.018-.459-.069-.689-.1a10.428 10.428 0 0 1 1.465-.179c.963-.066 1.93-.129 2.9-.185.987-.058 1.98-.087 2.965-.174.94-.085 1.877-.219 2.814-.356a19.383 19.383 0 0 0 1.518-.3c.647-.148 1.291-.317 1.938-.473.375-.09.752-.174 1.13-.259.1-.021.153-.066.129-.2-.467-.1-.948-.206-1.431-.3a1.02 1.02 0 0 0-.446.011 24.774 24.774 0 0 1-2.666.457c-.784.129-1.576.224-2.365.314-.6.066-1.2.1-1.8.15a19.618 19.618 0 0 1-3.608 0c-.813-.077-1.632-.114-2.447-.169-.106-.008-.214-.021-.319-.032a13.006 13.006 0 0 1 2.109-.33c1.373-.1 2.745-.193 4.121-.261a31.612 31.612 0 0 0 3.954-.57c.084-.013.159-.092.283-.166-.425-.069-.784-.137-1.146-.179a4.455 4.455 0 0 0-1.022-.071 22.087 22.087 0 0 1-2.247.2c-.235 0-.472.047-.707.053-.644.011-1.291.018-1.935.011-.407-.005-.816-.05-1.222-.071-.346-.019-.689-.021-1.032-.042a1.4 1.4 0 0 1-.285-.082c1.272-.19 2.526-.354 3.9-.589-.42-.077-.713-.15-1.008-.182a210.422 210.422 0 0 0-3.656-.383c-1.048-.1-2.1-.2-3.149-.253-2.043-.106-4.084-.23-6.127-.261-2.885-.045-5.771-.016-8.653-.016-.174 0-.346.013-.517.024-1.439.077-2.877.15-4.319.232-.858.048-1.716.106-2.574.166a31.24 31.24 0 0 0-1.093.1c-.451.05-.905.108-1.507.179a36.072 36.072 0 0 0 3.643.512c-.042.034-.058.058-.077.058-1.222.077-2.447.227-3.669.208a22.312 22.312 0 0 1-3.793-.3 1.35 1.35 0 0 0-.385-.016q-.768.087-1.534.2a3.454 3.454 0 0 0-.4.1 22.164 22.164 0 0 0 2.912.591c1.111.135 2.231.23 3.347.253 1.314.029 2.613.222 3.923.306a.458.458 0 0 1 .388.185c-.578.029-1.119.026-1.653.087a28.606 28.606 0 0 1-5.543.05c-.6-.045-1.2-.127-1.792-.206-.618-.082-1.233-.187-1.851-.269a21.208 21.208 0 0 1-2.473-.428.893.893 0 0 0-.375-.05c-.544.108-1.085.238-1.626.359a1.593 1.593 0 0 0 .6.256c.776.177 1.565.3 2.323.531a25.336 25.336 0 0 0 4.506.755c.81.09 1.629.116 2.444.169 1.225.077 2.45.148 3.672.23.494.032.985.087 1.478.132a.129.129 0 0 1 .055.032.471.471 0 0 1-.016.053c-1.04.09-2.088.222-3.139.264a37.377 37.377 0 0 1-7.077-.414q-1.624-.246-3.255-.465a28.3 28.3 0 0 1-3.92-.755 1.186 1.186 0 0 0-.5-.092 5.514 5.514 0 0 0-1.457.4c.251.077.433.14.618.182.692.166 1.381.325 2.072.483.961.219 1.919.457 2.9.586s1.951.309 2.927.459c.636.1 1.275.2 1.914.272q1.635.174 3.276.3c1.093.09 2.188.148 3.284.224.795.055 1.587.119 2.381.179l1.521.119a2.842 2.842 0 0 1-.932.193c-.99.055-1.977.1-2.964.169-1.552.1-3.1-.032-4.646-.05-.087 0-.172-.016-.259-.024-.707-.066-1.415-.124-2.12-.2-.9-.1-1.8-.187-2.69-.309q-2.075-.285-4.145-.61-1.718-.273-3.429-.6c-.715-.137-1.423-.319-2.13-.5a1.494 1.494 0 0 0-1.2.251 3 3 0 0 0 .378.164c1.206.314 2.389.708 3.616.937.971.182 1.943.362 2.912.554.884.174 1.763.375 2.65.544.906.172 1.819.319 2.73.47.552.092 1.1.182 1.655.256 1.045.14 2.088.269 3.133.4.4.05.81.1 1.217.132.834.077 1.671.14 2.505.219q1.509.143 3.017.3c.787.087 1.571.188 2.357.283a.914.914 0 0 1-.417.087q-2.938 0-5.876-.011c-.409 0-.818-.026-1.228-.053-.963-.063-1.93-.127-2.9-.2-.623-.047-1.243-.1-1.864-.171a149.003 149.003 0 0 1-3.579-.467c-1.447-.211-2.9-.393-4.327-.694-2.552-.544-5.113-1.108-7.62-1.873a3.632 3.632 0 0 0-.5-.127c-.114-.018-.209.034-.2.217.776.2 1.566.412 2.352.612 1.935.494 3.859 1.022 5.8 1.465 2.471.56 4.955 1.056 7.436 1.568 1.283.267 2.569.512 3.857.752.842.158 1.69.3 2.539.436.636.1 1.278.158 1.911.272 1.315.232 2.645.322 3.968.475.663.077 1.328.121 1.993.174.9.071 1.8.174 2.7.2 2.281.061 4.562.09 6.842.124.346.008.689-.005 1.032-.021 1.27-.058 2.537-.148 3.807-.177 1.658-.034 3.313-.09 4.96-.267.557-.058 1.114-.127 1.674-.145a46.265 46.265 0 0 0 3.408-.245c1.755-.182 3.49-.483 5.232-.752.573-.09 1.14-.206 1.713-.3.657-.108 1.323-.172 1.972-.306 1.22-.254 2.429-.546 3.646-.816 1.489-.327 2.954-.742 4.419-1.164 1.341-.385 2.632-.919 3.957-1.352.082-.026.14-.114.208-.172a1.475 1.475 0 0 0-1.333-.1c-1.621.512-3.271.9-4.923 1.288-1.777.42-3.559.818-5.369 1.066-.958.135-1.911.293-2.87.422q-1.374.186-2.753.327c-.729.074-1.46.1-2.188.166-1.544.129-3.089.232-4.638.227s-3.1 0-4.651.005h-.676c.05-.061.061-.087.074-.087q1.409-.151 2.819-.3l1.732-.174c.641-.066 1.283-.158 1.927-.2a19.668 19.668 0 0 0 3.263-.37 2.085 2.085 0 0 1 .256-.026c.9-.1 1.8-.166 2.692-.3 1.3-.19 2.59-.4 3.878-.649 1.98-.38 3.962-.774 5.934-1.2 1.066-.235 2.12-.549 3.176-.832a5.027 5.027 0 0 0 .52-.2 1.527 1.527 0 0 0-1.2-.24c-.327.1-.673.135-1 .224a30.445 30.445 0 0 1-3.664.726c-.979.14-1.959.272-2.935.42-1.573.238-3.141.488-4.728.647-1.822.18-3.646.275-5.475.33-1.164.037-2.32-.1-3.482-.153-.6-.024-1.2-.074-1.8-.121-.087-.005-.214.005-.211-.166.24-.016.475-.026.71-.042l2.384-.166c1.008-.071 2.017-.15 3.025-.219.771-.055 1.547-.074 2.318-.158 1.365-.153 2.732-.319 4.092-.523 1.911-.29 3.828-.546 5.7-1.027.747-.19 1.5-.351 2.254-.525M47.31 26.121v.116c-.441.087-.884.166-1.32.272a7.182 7.182 0 0 1-1.28.143c-1.265.079-2.532.166-3.8.283-1.09.1-2.181.24-3.268.359-.515.058-1.03.1-1.542.156-1.069.116-2.138.227-3.2.359a11.467 11.467 0 0 0-1.827.293 30.646 30.646 0 0 0 .583 3.862c.222-.016.457-.024.689-.045.362-.034.726-.079 1.088-.116.641-.069 1.283-.137 1.927-.2 1.006-.1 2.009-.224 3.017-.282 1.439-.082 2.883-.111 4.321-.164l1.42-.058c1.462-.055 2.925-.153 4.387-.153 1.893 0 3.785.069 5.678.124.776.021 1.55.077 2.323.119.966.055 1.932.108 2.9.172.879.058 1.758.129 2.637.2q1.065.079 2.125.169c.75.066 1.5.156 2.246.206 1.333.084 2.65.277 3.968.486.549.087 1.1.185 1.658.28a8.585 8.585 0 0 0 .248-1.476c.063-.467.15-.934.177-1.407a5.141 5.141 0 0 0 .1-1.468c-.446-.079-.869-.161-1.291-.224a242.28 242.28 0 0 0-3.189-.462c-.509-.071-1.024-.113-1.539-.164-.771-.077-1.539-.156-2.31-.222s-1.547-.1-2.318-.169a36.025 36.025 0 0 0-3.735-.214c-.861.013-1.721-.008-2.584-.016-.214 0-.428-.018-.644-.029q-1.35-.071-2.706-.145c-.074-.005-.174.047-.193-.084.013-.019.024-.045.04-.05a11.635 11.635 0 0 1 3.479-.581 56.24 56.24 0 0 1 6.771.248 1.357 1.357 0 0 0 .251-.016.644.644 0 0 0 .069-.19q.083-1.968.161-3.936a1.3 1.3 0 0 0-.04-.266c-.061-.042-.077-.064-.092-.066-1.286-.116-2.566-.285-3.859-.285a2.72 2.72 0 0 1-.388-.024c-.681-.1-1.362-.193-2.04-.3a3.044 3.044 0 0 1-.408-.127c.185-.053.285-.092.391-.111.317-.055.633-.108.953-.158a11.865 11.865 0 0 1 3.149-.116c.726.082 1.455.124 2.183.193q1.54.139 3.083.3c1.027.106 2.051.224 3.075.341q1.441.166 2.88.343c.66.082 1.32.172 1.975.259a29.214 29.214 0 0 0 .523-3.931 149.874 149.874 0 0 0-20.8-1.674A146.933 146.933 0 0 0 33 17.6c-1.127.14-2.252.3-3.419.454a8.28 8.28 0 0 0 .224 1.742 6.873 6.873 0 0 0 .362 1.674c.441-.058.845-.116 1.249-.166 1.214-.156 2.429-.317 3.646-.454 1.132-.132 2.265-.251 3.4-.348.921-.079 1.845-.166 2.769-.166.945 0 1.89.1 2.835.153.026 0 .053.047.1.09-.05.034-.092.087-.142.1-.465.09-.929.172-1.394.256-.509.09-1.014.211-1.523.267-1.006.108-2.014.177-3.02.269-.385.034-.771.084-1.156.124-.982.1-1.969.179-2.951.3q-1.695.214-3.379.488a87.563 87.563 0 0 0-3.87.694c-2.5.525-4.992 1.088-7.489 1.637a1.284 1.284 0 0 0-.586.209 22.43 22.43 0 0 0 1.144 4.366c.2-.042.412-.084.62-.132.438-.1.874-.216 1.315-.317 2.513-.573 5.055-1 7.592-1.444 2.225-.4 4.472-.6 6.713-.863 1.177-.135 2.352-.253 3.527-.38.449-.048.9-.106 1.349-.143.963-.077 1.93-.135 2.9-.217a8.227 8.227 0 0 1 2.69.159c.269.066.539.113.81.169M0 8.382c2.191-.67 4.337-1.346 6.5-1.975a4.175 4.175 0 0 1 1.478-.319c.388 1.061.676 2.159 1.053 3.228s.731 2.157 1.1 3.236c.356 1.059.721 2.117 1.069 3.178.356 1.08.7 2.165 1.056 3.263a1.7 1.7 0 0 0 .451-.005c1.771-.536 3.585-.89 5.383-1.315 1.085-.256 2.18-.478 3.271-.718a1.736 1.736 0 0 0 .206-.079c-.013-.106-.018-.208-.04-.306L19.215 5.985c-.169-.779-.359-1.55-.536-2.326a2.109 2.109 0 0 1-.053-.707 5.653 5.653 0 0 1 1.681-.457c1.373-.237 2.751-.465 4.134-.66q2.392-.337 4.8-.6c.81-.092 1.631-.111 2.444-.166.861-.058 1.719-.121 2.577-.177.124-.011.251 0 .412 0 .2.924.219 1.848.335 2.756s.19 1.84.282 2.761l.269 2.7c.093.921.169 1.843.285 2.761s.132 1.837.3 2.727a.533.533 0 0 0 .15.058 4.779 4.779 0 0 0 .515-.024c2.5-.306 5.01-.409 7.534-.538a1.857 1.857 0 0 0 .1-.322 4.794 4.794 0 0 0 0-.515l-.111-10.4c-.008-.755 0-1.507.005-2.26 0-.127.021-.251.037-.417.383-.034.742-.087 1.1-.1.665-.024 1.333-.032 2-.04C48.989.019 50.5 0 52 0c1.486 0 2.97.026 4.453.063.647.017 1.295.08 1.937.13.193.016.38.061.6.1a3.528 3.528 0 0 1 .061.444c.005.43-.008.861 0 1.293q.059 5.84.121 11.686c0 .193.021.383.034.61.628.1 1.246.111 1.858.164s1.246.087 1.866.14q.966.075 1.927.174c.62.066 1.241.143 1.858.219s1.228.153 1.882.235c.053-.57.106-1.1.145-1.634.116-1.523.237-3.046.338-4.57.074-1.074.121-2.149.177-3.223.055-1.119.1-2.236.166-3.353.024-.4.1-.805.153-1.209a1.81 1.81 0 0 1 .8-.087c.686.045 1.375.09 2.056.169.81.092 1.618.217 2.426.341.871.137 1.737.285 2.605.441 1.119.2 2.244.388 3.355.626 1.491.317 2.972.673 4.459 1.016.2.05.4.132.634.211a15.719 15.719 0 0 1-.364 1.969c-.111.657-.261 1.307-.393 1.961l-.388 1.961c-.124.634-.251 1.264-.375 1.9l-.378 1.964c-.127.655-.261 1.307-.391 1.959s-.256 1.3-.388 1.964a3.865 3.865 0 0 0 1.177.393c2.326.528 4.6 1.254 6.892 1.887.248.069.5.14.787.222a2.824 2.824 0 0 0 .185-.383q1.421-4.455 2.835-8.912.574-1.814 1.151-3.627a1.02 1.02 0 0 1 .275-.546c.636.1 5.147 1.563 7.114 2.3.116.045.222.111.356.179-.1.333-.188.639-.293.942q-4.886 13.9-9.775 27.8c-.193.546-.414 1.085-.6 1.634a.9.9 0 0 1-.536.6c-1.808.739-3.577 1.571-5.459 2.13-1.523.454-3.038.921-4.583 1.3a58.478 58.478 0 0 1-5.879 1.146c-1.447.2-2.88.483-4.324.708-.765.119-1.534.2-2.3.293-.533.063-1.069.121-1.605.166-.578.048-1.159.071-1.737.111-.795.053-1.589.1-2.381.169-1.072.092-2.141.211-3.218.23-1.42.021-2.843.042-4.258.14-2.8.193-5.6.1-8.392.077-1.225-.011-2.45-.129-3.675-.2-.794-.05-1.586-.1-2.381-.161-.473-.037-.942-.087-1.412-.135-1.328-.135-2.656-.253-3.978-.4a46.764 46.764 0 0 1-4.638-.779c-.945-.2-1.9-.383-2.84-.581-1.534-.325-3.065-.66-4.6-.982-1.114-.235-2.236-.441-3.345-.686q-2.582-.574-5.147-1.188c-1.566-.378-3.123-.781-4.683-1.183-.251-.063-.488-.171-.737-.237a.682.682 0 0 1-.5-.52 186.71 186.71 0 0 0-1.135-3.36q-1.679-4.878-3.366-9.754Q3.2 17.74.193 9.028c-.069-.2-.121-.4-.193-.647" data-name="Path 41" /></g></svg>');
    background-size: 80%;
    background-repeat: no-repeat; }
    .product-tabs-content .tab-content h2 {
      margin-top: 0;
      font-size: 1.5rem; }

.accordion {
  border-radius: 0;
  box-shadow: none; }
  .accordion .navList {
    margin-bottom: 0; }

.accordion-content {
  border: 0; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }

.accordion-title {
  color: #013726;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 0.83333rem;
  margin: 0; }

.accordion-navigation {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 1rem;
  position: relative;
  text-decoration: none;
  width: 100%; }

@media (min-width: 801px) {
  .accordion--navList {
    border: 0; } }

@media (min-width: 801px) {
  .sidebarBlock + .accordion--navList {
    margin-top: 2rem; } }

@media (min-width: 801px) {
  .accordion--navList .accordion-block {
    margin-top: 2rem; } }

.accordion--navList .accordion-content {
  padding: 1rem; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-content {
      padding: 0; } }

@media (min-width: 801px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0;
    margin-bottom: 0.77778rem !important;
    padding: 0; } }

.accordion--navList .accordion-title {
  font-weight: normal;
  padding: 1rem;
  text-decoration: none;
  text-transform: inherit; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-title {
      padding: 0; } }

.accordion--navList .accordion-indicator {
  fill: #999999; }

.accordion-block:first-child {
  margin-top: 0; }
  .accordion-block:first-child .accordion-navigation {
    border-radius: 0 0 0 0; }

.accordion-block:last-child .accordion-navigation,
.accordion-block:last-child .accordion-content {
  border-radius: 0 0 0 0; }

.accordion-block:last-child .accordion-navigation {
  border-bottom-width: 0; }
  .accordion-block:last-child .accordion-navigation.is-open {
    border-bottom-width: 1px;
    border-radius: 0; }

.accordion-nav-clear-holder {
  position: relative; }

.facetedSearch-clearLink {
  color: #757575;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%); }
  @media (min-width: 801px) {
    .facetedSearch-clearLink {
      right: 20px;
      top: 3px;
      transform: none; } }
  .facetedSearch-clearLink:hover {
    color: #333333; }

ul.inlineList {
  overflow: visible; }
  ul.inlineList:before, ul.inlineList:after {
    content: " ";
    display: table; }
  ul.inlineList:after {
    clear: both; }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -0.77778rem; }
  .inlineList--labels > li {
    margin-bottom: 0.77778rem;
    margin-left: 0.77778rem; }

.alertBox {
  border-radius: 4px;
  color: #333333; }

.alertBox-icon .icon {
  height: 1.38889rem;
  width: 1.38889rem; }

.alertBox--info {
  color: white; }
  .alertBox--info .alertBox-close svg {
    fill: #dfdfdf; }

.form--hiddenLabels .form-label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.form-inlineMessage {
  display: block; }

.form-field--error .form-input {
  float: none; }

.form-field--error .form-inlineMessage::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(204, 71, 73, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 0.77778rem;
  left: -0.11111rem;
  margin-right: 0.05556rem;
  position: relative;
  top: 0.16667rem;
  width: 0.77778rem; }

.form-field--success .form-input[type="text"] {
  padding-right: 3rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 138, 6, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.66667rem center;
  background-repeat: no-repeat; }

.form-field--success .form-input[name="credit_card_number"] {
  background-position: right 2.27778rem center; }

.form-field--success .form-input[name="cvv"] {
  background-position: right 2.27778rem center; }

.form-checkbox + .form-label:last-child,
.form-radio + .form-label:last-child {
  display: block;
  margin-bottom: -0.27778rem; }

.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
  top: 0.22222rem; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  top: 0.16667rem; }

@media (min-width: 551px) {
  .form-options-container {
    display: inline-block !important; } }

@media (min-width: 320px) {
  .form-options-container {
    display: flex;
    flex-direction: row;
    justify-content: left; } }

.form-option-wrapper {
  display: inline-block;
  position: relative; }
  .form-option-wrapper .form-radio,
  .form-option-wrapper .form-checkbox {
    bottom: 0.5rem;
    left: 0.5rem; }

.form-actions {
  margin: 0 auto;
  max-width: 66.66667rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 551px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .form-actions .button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button,
    .form-actions .button + input,
    .form-actions .button + a,
    .form-actions input + .button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.77778rem; }
      @media (min-width: 551px) {
        .form-actions .button + .button,
        .form-actions .button + input,
        .form-actions .button + a,
        .form-actions input + .button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.77778rem; } }

.form-label--alternate {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 0.77778rem; }

.form-select--date {
  width: initial; }
  .form-select--date + .form-select--date {
    margin-left: 0.38889rem; }

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1rem;
  font-size: 16px;
  height: 2.22222rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.55556rem 0.77778rem;
  padding-right: 2rem; }

.form-select--short {
  max-width: 6rem;
  width: 4.5rem; }

.form-file {
  margin-bottom: 0.5rem; }

.form-fileDescription {
  color: #999999;
  font-size: 16px; }

.form-field-group {
  border: 1px solid #013726;
  border-radius: 0;
  padding: 1.5rem; }

.form-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .form-column {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.form-prefixPostfix.wrap {
  flex-wrap: wrap; }

.form-prefixPostfix .form-input,
.form-prefixPostfix .button {
  display: block;
  width: 100%; }

@media (min-width: 1261px) {
  .form-prefixPostfix .form-input {
    width: auto; } }

.form-prefixPostfix .form-input::-webkit-input-placeholder {
  color: #666666; }

.form-prefixPostfix .form-input::-moz-placeholder {
  color: #666666; }

.form-prefixPostfix .form-input:-ms-input-placeholder {
  color: #666666; }

@media (min-width: 1261px) {
  .form-prefixPostfix .button {
    width: auto; } }

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.38889rem; }
  @media (min-width: 1261px) {
    .form-prefixPostfix .form-inlineMessage {
      margin-bottom: 0; } }

.form-prefixPostfix--centeredColumn.wrap {
  flex-direction: column; }

.form-prefixPostfix--centeredColumn .g-recaptcha {
  margin: 2em auto 0; }

@media (min-width: 1261px) {
  .form-prefixPostfix--centeredColumn .form-prefixPostfix-button--postfix {
    margin: 1em 0 0.77778rem; } }

.form-prefixPostfix-button--postfix {
  margin: 0.77778rem 0 0;
  order: 1; }
  @media (min-width: 1261px) {
    .form-prefixPostfix-button--postfix {
      margin: 0 0 0 0.77778rem;
      order: 0; } }

.form-increment .button {
  margin: 0;
  padding: 0.16667rem 0.27778rem; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle; }
  .form-field--success .form-input--incrementTotal {
    float: none; }

.form-option {
  border: 1px solid #f4f4f4;
  color: #013726;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  font-weight: 900;
  letter-spacing: 3.6px;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1rem 2rem;
  transition: all 0.15s ease; }
  @media (max-width: 430px) {
    .form-option {
      padding: 10px 15px; } }
  .form-option:hover {
    border-color: #474747;
    background-color: #013726;
    color: #fff; }
  .form-radio:checked + .form-option {
    border-color: #013726;
    box-shadow: 0 0 0 1px #013726;
    background-color: #013726;
    color: #fff; }

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 2.11111rem;
  padding: 1px 0.38889rem;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.22222rem;
  width: 1.22222rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 551px) {
    .form-option-variant--color,
    .form-option-variant--pattern {
      pointer-events: inherit; } }

.form-option-variant--pattern {
  background-position: center;
  background-repeat: no-repeat; }

.form-input--small {
  font-size: 16px;
  height: 2.22222rem;
  line-height: 1rem;
  padding: 0.55556rem 0.77778rem; }

.form-minMaxRow {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
  .form-minMaxRow .button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

@media (min-width: 551px) {
  .form-row--half > .form-field:nth-child(odd) {
    clear: left; } }

[data-product-attribute] .form-option {
  overflow: hidden;
  position: relative; }
  [data-product-attribute] .form-option.unavailable {
    background-color: #ddd;
    opacity: 0.3; }
    [data-product-attribute] .form-option.unavailable::before {
      background-color: #000;
      content: "";
      height: 2px;
      left: -5px;
      position: absolute;
      top: 11px;
      transform: rotate(-45deg);
      width: 141%; }

[data-product-attribute="set-radio"] .unavailable,
[data-product-attribute="product-list"] .unavailable {
  opacity: 0.6;
  text-decoration: line-through; }

.card:focus-within .card-figcaption {
  opacity: 1; }

.card.focus-within .card-figcaption {
  opacity: 1; }

.card-figure {
  margin-top: 0;
  overflow: hidden;
  padding: 3px;
  position: relative; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }
  .card-figure__link {
    display: block;
    position: relative; }

.card-img-container {
  max-width: 500px; }
  .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.8%;
    width: 100%; }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 801px) {
    .card-figcaption {
      display: block; } }

.card-figcaption-body {
  display: inline-block;
  pointer-events: all;
  transform: translate3d(0, -50%, 0); }

.card-image {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  /* Object-fit polyfill */
  font-family: "object-fit: contain;";
  max-height: 100%;
  object-fit: contain;
  width: 100%; }

.card-title {
  font-size: 32px;
  margin: 0 0 0.27778rem; }
  .card-title > a {
    color: #333333;
    display: block;
    text-decoration: none; }
    .card-title > a:hover {
      color: #757575; }

.card-text {
  margin-bottom: 0.16667rem; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.38889rem 0 0; }
  .card-figcaption-button:active {
    background-color: white;
    border: none; }
  .card-figcaption-body .card-figcaption-button:focus {
    background-color: white;
    outline: revert; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.38889rem 0 0; }

.card-body {
  text-align: center; }
  @media (min-width: 551px) {
    .card-body {
      text-align: left; } }

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.77778rem;
    transition: all 0.15s ease; }
    @media (min-width: 551px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #013726; }
    .card--alternate:hover .card-body {
      background-color: #013726; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a {
      color: white; }

.navList,
.navBar {
  margin-left: 0; }

.navList-action,
.navBar-action {
  text-decoration: none; }

.navList-action.is-active {
  font-weight: 700; }

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.38889rem;
  padding-left: 1.88889rem;
  position: relative;
  vertical-align: baseline;
  width: 100%;
  display: flex;
  font-size: 16px;
  color: #333;
  padding-left: 25px; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #013726;
    border-width: 1px;
    height: 0.88889rem;
    left: 0;
    top: 0;
    width: 0.88889rem; }
  .navList-action--checkbox::after {
    height: 0.77778rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 0.77778rem; }
  .navList-action--checkbox::before {
    border-radius: 0; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(1, 55, 38, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(1, 55, 38, 0.999);
    content: "";
    font-size: 0.77778rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.44444rem; }
  .navList-action--checkbox::after {
    margin-top: -0.38889rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

.navList-action-close {
  background: #013726;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.27778rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.72222rem;
    width: 0.72222rem;
    fill: #fff; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar--sub {
  margin-bottom: 4.5rem;
  text-align: center; }
  .navBar--sub .navBar-section {
    float: none; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0 0.77778rem; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #333333; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #757575;
        margin: 0;
        padding-left: 0.77778rem; } }
  .navBar--sub .navBar-action {
    color: #757575;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #333333; }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }

.icons-svg-sprite {
  display: none; }

.icon,
.icon svg {
  transition: all 0.15s ease; }

.actionBar-section .form-field {
  background-color: white;
  border: 1px solid #013726;
  border-radius: 0; }
  .actionBar-section .form-field:hover {
    border-color: #474747; }

.actionBar-section .form-label {
  color: #757575;
  font-size: 16px;
  line-height: 2.11111rem;
  margin-bottom: 0;
  padding-left: 0.77778rem; }

.actionBar-section .form-input,
.actionBar-section .form-select {
  border: 0;
  padding-left: 0.16667rem;
  width: auto; }

.actionBar-section .form-label,
.actionBar-section .form-input,
.actionBar-section .form-select {
  display: inline-block; }

.actionBar-section .form-select {
  color: #333333;
  height: 2.11111rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #333333;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.61111rem -0.61111rem 0 0;
  padding: 0.05556rem 1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 551px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 801px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open::before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #cccccc transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.77778rem;
      position: absolute; }
    .navUser .dropdown-menu.is-open::after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.88889rem;
      position: absolute; }

@media (min-width: 801px) {
  .navUser-section {
    position: relative; } }

.navUser-action {
  color: #333333;
  font-weight: 700;
  padding: 1rem 0.77778rem;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #757575; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #757575;
      stroke: #757575; }
  .navUser-action .icon {
    height: 0.44444rem;
    width: 0.44444rem;
    margin: -1px 0 0 0.16667rem; }
  .navUser-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

.navUser-action--currencySelector + .dropdown-menu::before {
  left: auto !important;
  right: 0.77778rem; }

.navUser-action--currencySelector + .dropdown-menu::after {
  left: auto !important;
  right: 0.88889rem; }

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 16.66667rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu::before {
    left: 7.77778rem !important; }
  .navUser-action--storeCredit + .dropdown-menu::after {
    left: 7.88889rem !important; }

.navUser-action-divider {
  border-right: 1px solid #e5e5e5;
  color: #757575;
  display: inline-block;
  padding: 0 1.11111rem 0 0;
  text-decoration: none; }

.navUser-item {
  display: none; }
  @media (min-width: 801px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.27778rem;
        padding-right: 0.27778rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.38889rem;
        margin-top: 0.44444rem;
        padding-left: 0.11111rem; } }

.navUser-item--cart {
  display: block; }
  @media (max-width: 551px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: #333333; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #757575; }
  .navUser-item--cart .dropdown-menu {
    max-width: 17.77778rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.27778rem;
      top: auto !important; }
      @media (min-width: 801px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open::before, .navUser-item--cart .dropdown-menu.is-open::after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open::before {
        right: 0.5rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open::before {
            right: 0.77778rem; } }
      .navUser-item--cart .dropdown-menu.is-open::after {
        right: 0.61111rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.88889rem; } }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 551px) {
    .navUser-item-cartLabel {
      display: inline; } }

.navUser-item--compare {
  display: none; }
  .navUser-item--compare.show {
    display: block; }

.navUser-item--account .navUser-or + .navUser-action {
  margin-right: -0.5rem; }

.navUser-item--account .navUser-action {
  display: inline-block; }

.navUser-or {
  color: #333333;
  cursor: default;
  display: inline-block;
  margin: 0 -0.66667rem;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

.navUser-action--quickSearch.is-open {
  position: relative; }
  .navUser-action--quickSearch.is-open::before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e5e5e5 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.dropdown--quickSearch {
  background-color: #e5e5e5;
  display: none;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    display: block;
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: 48px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.countPill {
  background-color: #333333;
  border-radius: 50%;
  color: white;
  display: none;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.16667rem;
  text-align: center;
  width: 20px; }

.countPill--positive {
  display: inline-block; }

.countPill--alt {
  background-color: #cccccc;
  color: #333333; }

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #cccccc;
  margin: 0.38889rem 0.77778rem;
  padding-left: 0.77778rem; }

.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: 10; }
  @media (min-width: 801px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px;
    z-index: 0; }

.navPages {
  background-color: #e5e5e5;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 801px) {
    .navPages {
      margin: 0 auto;
      max-width: 66.66667rem;
      width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: center; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages ul,
      .navPages ol {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0; }
        .navPages ul ul,
        .navPages ul ol,
        .navPages ol ul,
        .navPages ol ol {
          list-style: none;
          margin-bottom: 0; }
        .navPages ul li,
        .navPages ol li {
          margin: 0;
          padding: 0; }
      .navPages-section {
        float: left; }
        .navPages-section:before, .navPages-section:after {
          content: " ";
          display: table; }
        .navPages-section:after {
          clear: both; }
      .navPages-section--alt {
        float: right;
        margin-left: 1.5rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.5rem; } }
  @media (min-width: 801px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 801px) {
      .navPages-item, .navPages-action {
        display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media (min-width: 801px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 66.66667rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; } }

.navPages-list {
  margin: 0; }
  @media (min-width: 801px) {
    .navPages-list {
      display: inline-block;
      float: none; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #cccccc;
    margin-top: 0.77778rem;
    padding-top: 0.77778rem; }

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 801px) {
    .navPages-list-depth-max.subMenu-is-open .is-hidden {
      display: inline-block; } }

.navPages-list-depth-max.subMenu-is-open .navPages-item-page {
  display: none; }
  @media (min-width: 801px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media (min-width: 801px) {
  .navPages-action-depth-max.has-subMenu.is-root.is-open .navPages-action-moreIcon {
    transform: rotate(0); } }

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid #cccccc;
  text-align: center; }
  @media (min-width: 801px) {
    .navPages-action-depth-max.has-subMenu.is-open {
      border-bottom: 0;
      text-align: left; } }
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border: solid 1px #d6cdc0;
    border-radius: 4px;
    float: left;
    height: 35px;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(90deg);
    width: 35px; }
    @media (min-width: 801px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.44444rem;
        width: 0.44444rem;
        border: 0;
        border-radius: 0;
        float: none;
        margin-top: 0;
        padding: 0;
        transform: rotate(-90deg); } }
  .navPages-action-depth-max.has-subMenu.is-open svg {
    height: 9.6px;
    width: 9.6px; }
    @media (min-width: 801px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: #333333;
  display: block;
  font-size: 32px;
  font-weight: 700;
  padding: 0.77778rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block;
      padding: 0.77778rem 1.16667rem 1.16667rem; }
      .navPages-action.is-open {
        background-color: #e5e5e5; } }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #757575;
    stroke: #757575; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #757575; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #757575;
      stroke: #757575; }
  .navPages-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

.navPages-action--storeCredit {
  color: #757575; }

.navPages-action--compare {
  display: none; }
  .navPages-action--compare.show {
    display: block; }

.navPages-action-moreIcon {
  height: 0.44444rem;
  width: 0.44444rem;
  margin-left: 0.77778rem;
  transform: rotate(-90deg); }
  @media (min-width: 801px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon,
  .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
    transform: rotate(0); }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    height: 0.61111rem;
    width: 0.61111rem;
    margin: 0 1.5rem; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height: 0.44444rem;
        width: 0.44444rem;
        margin: 0 0 0 0.77778rem; } }

.navPage-childList {
  display: none; }
  @media (min-width: 801px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }
  .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-left: 3rem; }
    @media (min-width: 801px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 801px) {
    .navPage-subMenu {
      background-color: #e5e5e5;
      padding: 1.5rem 1.5rem 2.27778rem !important;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
    margin-right: 0; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }

@media (min-width: 801px) {
  .has-subMenu.is-root + .navPage-subMenu-horizontal {
    border-left: 0;
    height: auto;
    left: inherit;
    margin: auto;
    top: inherit;
    width: 11.94444rem; } }

@media (min-width: 801px) {
  .navPage-subMenu-horizontal.is-open {
    border-left: 1px solid #cccccc;
    display: inherit;
    height: auto;
    margin-left: 11.94444rem;
    padding: 0 !important;
    top: 0;
    width: 12.94444rem; } }

@media (min-width: 801px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block;
    transform: rotate(-90deg); } }

.navPage-subMenu-item {
  padding: 0.77778rem 0; }
  @media (min-width: 801px) {
    .navPage-subMenu-item {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left;
      padding: 0 0.75rem !important; }
      .navPage-subMenu-item .navPages-action {
        text-transform: none;
        width: 100%; }
      .navPage-subMenu-item > .navPage-subMenu-action {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 1.16667rem; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 801px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 100%; } }

.navPage-subMenu-action {
  padding: 0.77778rem 0; }
  @media (min-width: 801px) {
    .navPage-subMenu-action {
      padding: 0.77778rem 0 1.16667rem; } }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0 0 0 1.5rem; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
        padding: 0.77778rem 0 1.16667rem; } }
  .navPage-subMenu-action .collapsible-icon-wrapper {
    box-sizing: content-box;
    display: inline-block;
    height: 100%;
    text-align: right;
    width: 100%; }
    @media (min-width: 801px) {
      .navPage-subMenu-action .collapsible-icon-wrapper {
        display: none; } }

.navPage-childList-action {
  font-weight: 400;
  padding: 0 0 0.38889rem; }

.navPages-quickSearch {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.77778rem; }
  @media (min-width: 801px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

@media (min-width: 801px) {
  .navPages-list--user {
    display: none; } }

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.77778rem 1.5rem; }

.tags {
  list-style: none;
  margin-left: 0;
  font-size: 0;
  text-align: center; }
  .tags ul,
  .tags ol {
    list-style: none;
    margin-bottom: 0; }

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: #757575;
    display: inline-block;
    padding: 0.38889rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #333333; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px; }
  .socialLinks:before, .socialLinks:after {
    content: " ";
    display: table; }
  .socialLinks:after {
    clear: both; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    height: 1.11111rem;
    width: 1.11111rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #999999; }
    .socialLinks .icon svg {
      fill: #757575;
      transition: all 0.15s ease; }

.socialLinks-item--pinterest {
  width: 25px; }

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.38889rem;
    margin-right: 0.77778rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
  .socialLinks-item .socialLinks__link {
    height: 2rem;
    position: relative; }
    .socialLinks-item .socialLinks__link::before {
      border-color: transparent transparent #313440 transparent;
      border-style: solid;
      border-width: 0.55556rem;
      content: " ";
      position: absolute;
      right: 0;
      top: 50%; }
    .socialLinks-item .socialLinks__link::after {
      background-color: #313440;
      border-radius: 0.44444rem;
      color: white;
      content: attr(title);
      cursor: default;
      font-size: 1rem;
      padding: 0.22222rem 0.33333rem;
      position: absolute;
      right: 0;
      top: 100%;
      white-space: nowrap; }
    .socialLinks-item .socialLinks__link::before, .socialLinks-item .socialLinks__link::after {
      display: none; }
    .socialLinks-item .socialLinks__link:focus::before, .socialLinks-item .socialLinks__link:focus::after {
      display: block; }
    .socialLinks-item .socialLinks__link:focus::after {
      left: 0;
      right: auto;
      z-index: 20; }

.socialLinks--alt .icon {
  height: 1.16667rem;
  width: 1.16667rem; }

.socialLinks--alt svg {
  fill: #757575; }

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  min-width: 100%;
  width: 1px; }
  @media (min-width: 801px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 551px) {
    .heroCarousel.slick-initialized {
      max-height: 22.22222rem; } }
  @media (min-width: 801px) {
    .heroCarousel.slick-initialized {
      max-height: 33.33333rem; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .heroCarousel {
      opacity: 0; }
      .heroCarousel.slick-initialized {
        opacity: 1; } }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    margin: 0;
    top: 50%;
    transform: translateY(-50%); }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 801px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }
  .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
  .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
  @media (min-width: 551px) {
    .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper, .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
      height: 56.25vw; } }
  .heroCarousel .slick-slide.is-image-error .heroCarousel-image-wrapper {
    background: url("../img/hero-carousel-image-load-error.svg") center center no-repeat;
    background-size: contain; }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    height: 100%;
    object-fit: contain;
    object-position: 50% 0%;
    width: 100%; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image {
        object-position: 50% 50%; } }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    object-position: 50% 50%; }
  .heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    height: 100%;
    width: 100%; }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    align-items: flex-start;
    display: flex;
    height: 56.25vw;
    justify-content: center;
    max-height: 100vh;
    transition: height 0.3s ease; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 22.22222rem; } }
    @media (min-width: 801px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 33.33333rem; } }

.heroCarousel-content {
  background-color: white;
  padding: 0.77778rem 1.5rem 3rem;
  text-align: center; }
  @media (min-width: 551px) {
    .heroCarousel-content {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9);
      background-color: rgba(255, 255, 255, 0.9);
      left: 0;
      margin: 0 auto;
      max-height: 80%;
      overflow: auto;
      padding: 2.25rem;
      padding: 1.5rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 38.88889rem;
      width: 70%; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent;
        left: 50%;
        overflow: visible;
        padding: 0;
        right: auto;
        transform: translateX(-50%) translateY(-50%);
        width: auto; } }

.heroCarousel-title {
  color: #013726;
  font-size: 48px;
  margin: 0; }
  @media (min-width: 801px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: #333333;
  font-size: 12px;
  margin: 0; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 16px; } }
  @media (min-width: 801px) {
    .heroCarousel-description {
      font-size: 32px; } }

.heroCarousel-action {
  margin: 1.5rem 0 0; }

@media (min-width: 801px) {
  .writeReview-productDetails {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productDetails .product-brand {
  color: #999999;
  margin: 0; }

.writeReview-productDetails .product-title {
  margin-top: 0; }

@media (min-width: 801px) {
  .writeReview-form {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productImage-container {
  position: relative; }
  .writeReview-productImage-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.8%;
    width: 100%; }
  .writeReview-productImage-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    height: 100%;
    object-fit: contain; }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 551px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 551px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.77778rem;
        padding-top: 0.77778rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 551px) {
        .account--addReturn .table th + th,
        .account--addReturn .table th + td,
        .account--addReturn .table td + th,
        .account--addReturn .table td + td {
          padding-left: 1.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.16667rem; }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 551px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th {
    font-size: 32px; }
  .account--addReturn .table-thead th:first-child {
    width: 60%; }

.account--addReturn .table-tbody {
  display: block; }
  @media (min-width: 551px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

.return-itemName {
  font-size: 32px;
  font-weight: 700; }
  @media (min-width: 551px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

.return-itemPrice {
  color: #999999;
  margin-bottom: 0.38889rem; }
  @media (min-width: 551px) {
    .return-itemPrice {
      color: inherit;
      margin-bottom: 0;
      text-align: center; } }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.38889rem; }
  @media (min-width: 551px) {
    .return-itemQuantity .form-label {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }

.account--addReturn-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0 -1rem; }
  .account--addReturn-row:before, .account--addReturn-row:after {
    content: " ";
    display: table; }
  .account--addReturn-row:after {
    clear: both; }

.account--addReturn-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0 1rem; }
  @media (min-width: 551px) {
    .account--addReturn-column {
      width: 50%; } }

.productCarousel {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  min-width: 100%;
  position: relative;
  width: 1px; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }

.productCarousel-slide {
  display: flex;
  padding: 0; }
  .productCarousel-slide .card {
    margin-bottom: 0;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%; }
    .productCarousel-slide .card .card-title {
      overflow-wrap: break-word; }

.quickView:before, .quickView:after {
  content: " ";
  display: table; }

.quickView:after {
  clear: both; }

.productReviews-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .productReviews-list ul,
  .productReviews-list ol {
    list-style: none;
    margin-bottom: 0; }
  .productReviews-list:before, .productReviews-list:after {
    content: " ";
    display: table; }
  .productReviews-list:after {
    clear: both; }

.productReview {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  font-size: 1rem;
  vertical-align: top; }
  @media (min-width: 801px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1261px) {
    .productReview {
      width: 33.33333%; } }

.productReview-title {
  margin: 0;
  text-transform: none; }

.productReview-author {
  color: #757575;
  margin-bottom: 1rem; }

.productReview-rating {
  display: inline-block;
  margin-bottom: 0.38889rem; }

.productReview-ratingNumber {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.productView {
  padding-top: 1rem; }

.productView--container .productView.productView--custom {
  display: flex;
  flex-direction: column; }
  @media (min-width: 801px) {
    .productView--container .productView.productView--custom {
      flex-direction: row; } }

@media (min-width: 801px) {
  .productView--container .productView--custom {
    margin: 0; } }

.productView--custom {
  padding: 0px 32px; }
  .productView--custom .productView-images {
    margin-bottom: 12px;
    float: none;
    width: 100%; }
    @media (min-width: 801px) {
      .productView--custom .productView-images {
        width: 50%; } }
    @media (min-width: 1261px) {
      .productView--custom .productView-images {
        width: 42%; } }
  .productView--custom .productView-image {
    margin: 0; }
  .productView--custom .productView-details {
    float: none;
    width: 100%; }

.productView-image {
  position: relative; }
  @media (min-width: 801px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.77778rem; }
  @media (min-width: 320px) and (max-width: 801px) {
    .productView-image {
      pointer-events: none; } }

.productView-img-container {
  margin: 0;
  position: relative;
  width: 100%; }
  .productView-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.8%;
    width: 100%; }
  @media (min-width: 801px) {
    .productView-img-container {
      max-width: 500px;
      max-height: 550px; } }
  @media (min-width: 1261px) {
    .productView-img-container {
      max-width: 550px;
      max-height: 550px; } }
  .productView-img-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    height: 100%;
    object-fit: contain;
    width: 100%; }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex;
  justify-content: center;
  margin-left: -0.38889rem;
  margin-right: -0.38889rem; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }
  .productView-thumbnails[data-slick] {
    opacity: 0; }
    .productView-thumbnails[data-slick].slick-initialized {
      opacity: 1; }
  .productView-thumbnails .slick-list {
    margin-left: 2.22222rem;
    margin-right: 2.22222rem; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }
  .productView-thumbnails img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    margin: 0;
    object-fit: contain;
    position: relative;
    width: 50px; }

.productView-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  padding: 0.38889rem;
  text-align: center; }
  @media (min-width: 1261px) {
    .productView-thumbnail {
      width: 20%; } }

.productView-thumbnail-link {
  border: 1px solid #e5e5e5;
  box-sizing: content-box;
  display: flex;
  height: 67px;
  justify-content: center;
  max-width: 75px;
  padding: 2px;
  position: relative;
  width: 100%; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #333333; }
  @media (min-width: 801px) {
    .productView-thumbnail-link {
      height: 100%; } }

.productView-details {
  padding-bottom: 1rem; }

.productView-column {
  flex: 1; }

@media (min-width: 801px) {
  .productView-product {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 16px; } }

.productView-product > :last-child {
  margin-bottom: 0; }

.productView-title {
  font-weight: 900;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 16px; }
  @media (min-width: 801px) {
    .productView-title {
      font-size: 32px;
      line-height: 40px; } }

.productView-subtitle {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 0;
  margin: 0 0 1rem 0; }

.productView-brand {
  color: #757575;
  font-size: 32px;
  margin: 0 0 0.77778rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 48px;
      margin: -0.16667rem 0 1rem; } }
  .productView-brand a {
    color: #757575; }
    .productView-brand a:hover {
      color: #333333; }

.productView-price {
  font-size: 18px;
  line-height: 28px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
  color: #013726; }
  .productView-price .product-weight {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.56px;
    color: #999999;
    margin-top: 8px; }
  .productView-price .yotpo-stars {
    margin-right: 4px; }
  .productView-price .price-section--saving {
    font-size: 32px; }
  .productView-price .price-section .bulk-discount-price {
    margin: 0; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productView-reviewLink {
  color: #757575;
  display: inline-block;
  margin-left: 0.38889rem;
  vertical-align: middle; }
  .productView-reviewLink:hover {
    color: #333333; }
  .productView-reviewLink--new {
    padding: 0; }

.productView-info {
  display: none;
  margin-top: 0.77778rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 551px) {
    .productView-info > :first-child {
      margin-top: 1.5rem; } }
  .productView-info > :last-child {
    margin-bottom: 0; }

.productView-info-name,
.productView-info-value {
  float: left; }
  @media (min-width: 551px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

.productView-info-name {
  clear: both;
  margin-bottom: 0.16667rem;
  margin-right: 0.38889rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "Lato", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 400; } }

.productView-info-value {
  margin-bottom: 0.38889rem; }
  @media (min-width: 551px) {
    .productView-info-value {
      margin-bottom: 1rem; } }

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      position: relative; }
  .productView-options input[type="file"] {
    font-size: 16px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 16px; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
  .productView-options input[type="file"] {
    font-size: 16px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  .productView-options .add-to-cart-buttons {
    margin-bottom: 1rem;
    width: 100%;
    padding: 0; }
    @media (min-width: 1261px) {
      .productView-options .add-to-cart-buttons {
        position: absolute;
        top: 30px;
        right: 0;
        width: 50%; } }
    .productView-options .add-to-cart-buttons .button--primary {
      font-weight: 900;
      font-size: 18px;
      line-height: 28px;
      font-family: "Lato";
      letter-spacing: 3.6px; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.77778rem; }
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
      line-height: 0;
      margin-top: 6px; }
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
        width: 100%; }
    .productView-options .add-to-cart-wallet-buttons button.show-more-button {
      color: #757575;
      display: block;
      margin-top: 0.38889rem;
      padding: 0.38889rem 0;
      text-align: center;
      text-decoration: underline;
      vertical-align: middle;
      width: 100%; }
      .productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
        color: #333333; }

.productOptions-list {
  border: 1px solid #013726;
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: auto; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #013726; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

.productOptions-list-item-figure,
.productOptions-list-item-content {
  display: table-cell;
  vertical-align: middle; }

.productOptions-list-item-figure {
  width: 3rem; }

.productOptions-list-item-content {
  padding-left: 1.27778rem; }

.shareProduct {
  text-align: center; }

.productView-image .easyzoom-flyout {
  display: none; }

.productView-img-container::after {
  content: "";
  display: block;
  padding-bottom: 100%; }

.productView.productView--custom {
  display: block; }

.productView-thumbnails-container {
  margin-top: 24px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 0 16px; }
  @media (min-width: 801px) {
    .productView-thumbnails-container {
      position: static;
      left: 0;
      transform: none;
      bottom: 0; } }

.productView--custom {
  padding: 0; }
  .productView--custom .form-field {
    margin-bottom: 16px; }
    @media (min-width: 801px) {
      .productView--custom .form-field {
        margin-bottom: 24px; } }
    .productView--custom .form-field--stock {
      margin: 0; }
  .productView--custom .productView-images {
    position: relative; }
  .productView--custom .productView-thumbnails .productView-thumbnail {
    width: auto; }
    .productView--custom .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
      border: none; }
      .productView--custom .productView-thumbnails .productView-thumbnail .productView-thumbnail-link img {
        display: none; }
        @media (min-width: 801px) {
          .productView--custom .productView-thumbnails .productView-thumbnail .productView-thumbnail-link img {
            display: block; } }
      .productView--custom .productView-thumbnails .productView-thumbnail .productView-thumbnail-link span {
        border-radius: 9999px;
        width: 16px;
        height: 16px;
        border: 1px solid #96aca5; }
        @media (min-width: 801px) {
          .productView--custom .productView-thumbnails .productView-thumbnail .productView-thumbnail-link span {
            display: none; } }
      @media (min-width: 801px) {
        .productView--custom .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
          padding: 0; } }
    .productView--custom .productView-thumbnails .productView-thumbnail .productView-thumbnail-link.is-active span {
      background-color: #013726; }
    @media (min-width: 801px) {
      .productView--custom .productView-thumbnails .productView-thumbnail .productView-thumbnail-link.is-active {
        border: 1px solid #013726; } }
    @media (min-width: 801px) {
      .productView--custom .productView-thumbnails .productView-thumbnail img {
        width: 104px; } }
  @media (min-width: 801px) {
    .productView--custom .productView-thumbnails {
      padding: 0 12px; } }

.selected-price {
  margin-bottom: 32px; }
  .selected-price .price--withTax {
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 3.2px;
    color: #013726;
    text-transform: uppercase;
    opacity: 1;
    text-align: left; }

.productView-options {
  text-align: left; }

.productView-price-review {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  margin-bottom: 0;
  gap: 10px; }
  @media (min-width: 801px) {
    .productView-price-review {
      margin-bottom: 25px;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      gap: 0; } }
  .productView-price-review .price.price--withTax {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px; }

.productView-price-review-container {
  display: flex; }
  .productView-price-review-container span {
    margin-right: 1px; }

.price--rrp,
.price--non-sale,
.price--discounted {
  text-decoration: line-through;
  margin-right: 6px; }

.price-section--minor {
  color: #999999; }

.price-section-container .price--sale {
  color: #e52725; }

.price-section-container .yotpo {
  margin-top: 24px; }
  @media (min-width: 801px) {
    .price-section-container .yotpo {
      margin-top: 0; } }

@media (min-width: 801px) {
  .price-section-container {
    display: flex;
    justify-content: space-between;
    align-items: center; } }

.productView-options .form-label,
.productView-options .form-label--inlineSmall small {
  font-size: 14px;
  line-height: 18px;
  font-family: "Lato";
  letter-spacing: 1.4px;
  color: #013726;
  margin-bottom: 18px;
  text-transform: uppercase; }

.add-to-cart-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }
  .add-to-cart-icon span {
    margin-right: 25px; }
  .add-to-cart-icon svg {
    position: relative;
    top: -1px;
    fill: #fff; }

.productView-uplift-message {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #e52724; }
  @media (min-width: 801px) {
    .productView-uplift-message {
      font-size: 16px;
      line-height: 28px; } }

.compareTable {
  border-top: 1px solid #e5e5e5;
  table-layout: fixed;
  width: 100%; }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row + .compareTable-row .compareTable-heading,
  .compareTable-row + .compareTable-row .compareTable-item {
    border-top: 1px solid #e5e5e5; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 400;
  padding: 1.27778rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 801px) {
    .compareTable-heading {
      width: 25%; } }

.compareTable-headingText {
  position: absolute;
  top: 1.27778rem;
  white-space: nowrap; }
  @media (min-width: 801px) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

.compareTable-item {
  padding: 3.27778rem 1rem 1.27778rem; }
  @media (min-width: 801px) {
    .compareTable-item {
      padding-top: 1.27778rem; } }

.compareTable-removeProduct {
  background-color: #e5e5e5;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color 0.15s ease;
  width: 2.5rem; }
  .compareTable-removeProduct .icon {
    fill: #757575;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.27778rem; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem; }
  .compareTable-product .card-figure {
    overflow: visible; }

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.77778rem;
    padding-right: 0.77778rem;
    width: 100%; }

.blocker {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 55.55556rem; }

.textTruncate-viewMore {
  background-color: white;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 2.27778rem; }
  .toggle:last-of-type {
    margin-bottom: 4.55556rem; }

.toggle-title {
  margin-bottom: 2.27778rem; }

.toggleLink {
  color: #757575; }
  .toggleLink:hover {
    color: #333333; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text {
  font-size: 16px;
  font-weight: 400; }

.toggleLink-text--off {
  display: inline-block; }
  .toggleLink.is-open .toggleLink-text--off {
    display: none; }

.toggleLink-text--on {
  display: none; }
  .toggleLink.is-open .toggleLink-text--on {
    display: inline-block; }

.toggle-content {
  display: none; }
  .toggle-content.is-open {
    display: block; }

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 66.66667rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 0;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 801px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

.facetedSearch-toggle-text,
.facetedSearch-toggle-indicator {
  display: block;
  font-weight: normal; }

.facetedSearch-toggle-text {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 58.33333%;
  float: left;
  padding: 0;
  text-align: left; }

.facetedSearch-toggle-indicator {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 41.66667%;
  float: left;
  font-weight: bold;
  padding: 0;
  text-align: right; }

.facetedSearch-navList {
  display: none; }
  @media (min-width: 801px) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 2rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 801px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

.facet-quick-heading {
  text-transform: capitalize; }

.facetedSearch-optionColumns {
  column-count: 3;
  column-gap: 20px; }

.facetedSearch-refineFilters {
  display: none; }
  @media (min-width: 801px) {
    .facetedSearch-refineFilters {
      display: block; } }

.facetedSearch-content--rating .is-selected {
  font-weight: bold; }

.banners {
  background-color: #013726;
  color: white;
  padding: 0.77778rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }

.banner {
  margin: 0 auto;
  max-width: 66.66667rem;
  width: 100%; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  .banner + .banner {
    margin-top: 1.5rem; }

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.16667rem 0.5rem 0.16667rem 0.66667rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.66667rem;
    width: 0.66667rem;
    display: inline-block;
    fill: #757575;
    position: relative;
    top: -1px; }

.cart-additionalCheckoutButtons:before, .previewCart-additionalCheckoutButtons:before, .cart-additionalCheckoutButtons:after, .previewCart-additionalCheckoutButtons:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons:after, .previewCart-additionalCheckoutButtons:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight:before, .previewCart-additionalCheckoutButtons .FloatRight:before, .cart-additionalCheckoutButtons .FloatRight:after, .previewCart-additionalCheckoutButtons .FloatRight:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons .FloatRight:after, .previewCart-additionalCheckoutButtons .FloatRight:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight p, .previewCart-additionalCheckoutButtons .FloatRight p {
  float: none !important;
  margin: 0.5rem 0;
  text-align: right; }

.cart-additionalCheckoutButtons .FloatRight div, .previewCart-additionalCheckoutButtons .FloatRight div {
  float: right; }

.cart {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%; }
  @media (min-width: 801px) {
    .cart {
      display: table; } }

.cart-header {
  display: none; }
  @media (min-width: 801px) {
    .cart-header {
      display: table-header-group;
      text-align: left; } }

.cart-header-item {
  padding-bottom: 1rem;
  font-family: "Lato";
  font-size: 0.88889rem;
  font-weight: bold;
  line-height: 1.55556rem;
  letter-spacing: 3.2px;
  color: #013726;
  text-transform: uppercase; }
  .cart-header-item:last-child {
    text-align: right; }

.cart-list {
  border-top: 1px solid #e5e5e5;
  display: block; }
  @media (min-width: 801px) {
    .cart-list {
      display: table-row-group; } }

.cart-item {
  border-bottom: 1px solid #e5e5e5;
  clear: both;
  display: block;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .cart-item {
      padding-left: 25%; }
      .cart-item:before, .cart-item:after {
        content: " ";
        display: table; }
      .cart-item:after {
        clear: both; } }
  @media (min-width: 801px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item::before, .cart-item::after {
        display: none; } }

.cart-item-block {
  display: block; }
  @media (min-width: 801px) {
    .cart-item-block {
      display: table-cell; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.38889rem; }

.cart-item-figure {
  float: left;
  margin-bottom: 1.5rem;
  position: relative;
  text-align: center;
  width: 33.33333%; }
  .cart-item-figure::after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .cart-item-figure {
      float: none;
      padding: 0.5rem 0;
      width: 8.33333%; } }

.cart-item-fixed-image {
  width: 100%; }

.cart-item-image {
  max-height: 14rem;
  max-width: 100px; }
  @media (min-width: 801px) {
    .cart-item-image {
      margin-left: 0; } }

.cart-item-title {
  display: table-cell;
  height: 5.55556rem;
  padding-left: 1.5rem; }
  @media (min-width: 551px) {
    .cart-item-title {
      display: block;
      height: auto;
      margin-bottom: 1.5rem;
      overflow: hidden; } }
  @media (min-width: 801px) {
    .cart-item-title {
      display: table-cell;
      padding: 1.5rem; } }

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (min-width: 551px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 801px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right; } }

.cart-content-padding-right {
  padding-right: 4px; }

@media (min-width: 801px) {
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center; } }

.cart-item-quantity .form-increment {
  display: inline-block;
  margin: 0 0.16667rem 1px 1.5rem;
  vertical-align: middle; }
  .cart-item-quantity .form-increment .icon {
    pointer-events: none;
    margin-right: 0; }
  @media (min-width: 801px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

.cart-item-label {
  color: #333333;
  float: left;
  margin-bottom: 0.38889rem;
  text-align: right;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-item-label {
      display: block;
      padding-left: 1.5rem;
      text-align: left;
      width: 100%; } }
  @media (min-width: 801px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  padding-left: 1.5rem; }
  @media (min-width: 801px) {
    .cart-item-value {
      padding-left: 0; } }

.cart-item-brand {
  color: #757575;
  margin-bottom: 0.16667rem; }

.cart-item-name {
  display: inline-block;
  font-size: 32px;
  margin: 0; }
  .cart-item-name__label {
    display: inline-block; }
  .cart-item-name + .definitionList {
    margin-top: 0.38889rem; }

.cart-item-options--giftWrapping {
  margin-top: 1.16667rem; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #333333; }

.cart-remove {
  background-color: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1rem;
  margin-top: 0.11111rem;
  padding: 0.16667rem;
  transition: background-color 0.15s ease;
  width: 1rem; }
  @media (min-width: 551px) {
    .cart-remove {
      margin-left: 1rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #757575; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 551px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 801px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1261px) {
    .cart-totals {
      width: 41.66667%; } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 801px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e5e5e5; } }
  .cart-total .form-input {
    display: inline-block;
    height: 1.77778rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.27778rem center;
    background-size: 1.11111rem 1.11111rem;
    height: 1.77778rem;
    margin-bottom: 0.77778rem;
    padding: 0 0.77778rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: #757575;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 801px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

.cart-total-value {
  text-align: left; }
  @media (min-width: 551px) {
    .cart-total-value {
      text-align: right; } }
  @media (min-width: 801px) {
    .cart-total-value {
      width: 50%; } }

.cart-total-label,
.cart-total-value {
  float: left;
  padding: 0.5rem 0 0.5rem 1.5rem; }
  @media (min-width: 801px) {
    .cart-total-label,
    .cart-total-value {
      padding: 1rem 0; } }

.cart-total-grandTotal {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 48px;
  padding-bottom: 0.16667rem;
  padding-top: 0.16667rem;
  position: relative; }
  @media (min-width: 801px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.27778rem; } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #757575;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #333333; }

.coupon-code-cancel,
.shipping-estimate-show[aria-expanded="true"] {
  font-style: italic; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.77778rem;
    padding-right: 0.77778rem;
    width: 20%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.77778rem;
    width: 100%; }
  .estimator-form .button--primary {
    width: 60%; }

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0; }
  .estimator-form-label .form-label {
    line-height: 1.77778rem;
    margin-bottom: 0; }

.estimator-form-label-text {
  margin-left: 0.55556rem; }

.estimator-form-input {
  float: right;
  margin-bottom: 1em;
  width: 60%; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0; }

.estimator-form-input--price {
  width: 30%; }

.estimator-form-row:before, .estimator-form-row:after {
  content: " ";
  display: table; }

.estimator-form-row:after {
  clear: both; }

.estimator-form-toggleUPSRate {
  display: block;
  margin-bottom: 1em; }

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 0; }
    @media (min-width: 551px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.38889rem; }

.previewCartWrapper {
  max-height: calc(100vh - 3rem);
  overflow: auto; }

.previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .previewCartList ul,
  .previewCartList ol {
    list-style: none;
    margin-bottom: 0; }
  .previewCartList li {
    margin: 0;
    padding: 0; }

.previewCartItem {
  margin: 0 auto;
  max-width: 66.66667rem;
  width: 100%;
  display: table-row;
  line-height: 19px; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #e5e5e5; }

.previewCartItem-image,
.previewCartItem-content {
  display: table-cell;
  vertical-align: middle; }

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 0;
  position: relative;
  text-align: center; }
  .previewCartItem-image::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .previewCartItem-image img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    max-height: 90%; }
  @media (min-width: 320px) {
    .previewCartItem-image::after {
      padding-bottom: 75%; } }
  @media (min-width: 481px) {
    .previewCartItem-image::after {
      padding-bottom: 100%; } }

.previewCartItem-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 66.66667%;
  padding-left: 0; }

.previewCartItem-name {
  margin: 0;
  text-transform: none; }
  .previewCartItem-name > a {
    text-decoration: none; }

.previewCartItem-brand,
.previewCartItem-name {
  margin-bottom: 0.16667rem; }

.previewCartItem-brand,
.previewCartItem-price {
  color: #757575;
  display: inline-block;
  font-size: 16px; }

.previewCartAction {
  margin: 0 auto;
  max-width: 66.66667rem;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  display: block; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  @media (min-width: 320px) {
    .previewCartAction {
      padding: 0.77778rem 0.38889rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.5rem 0.77778rem; } }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.77778rem;
    padding-right: 0.77778rem;
    width: 100%; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  .previewCartAction-checkout.previewCartAction-viewCart--sole,
  .previewCartAction-viewCart.previewCartAction-viewCart--sole {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; }

.previewCartAction-checkout {
  padding-right: 0.38889rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.77778rem;
  padding-top: 0.38889rem; }

.previewCartAction-viewCart {
  padding-left: 0.38889rem; }

.previewCart-emptyBody {
  padding: 3rem;
  text-align: center; }

.previewCart-additionalCheckoutButtons {
  padding-bottom: 1.5rem;
  padding-right: 1.5rem; }

.addressList {
  font-size: 0;
  list-style: none;
  margin-left: -0.77778rem;
  margin-right: -0.77778rem; }

.address {
  display: inline-block;
  padding: 0 0.77778rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 551px) {
    .address {
      width: 50%; } }
  @media (min-width: 1261px) {
    .address {
      width: 33.33333%; } }

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 13.88889rem;
    padding: 1.5rem; }
    @media (min-width: 551px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.77778rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 551px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      margin-bottom: 0.77778rem; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 551px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.38889rem; } }

.address-title {
  margin: 0 0 0.77778rem;
  text-transform: none; }

.address-details {
  list-style: none;
  margin: 0 0 0.77778rem; }

.address-label,
.address-description {
  display: inline-block;
  font-size: 1rem;
  margin: 0; }

.address-label {
  color: #757575;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #757575; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    display: block; }
  .panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all 0.15s ease; }

.address-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.address-symbol {
  font-size: 50px;
  line-height: 1; }

.videoGallery-main {
  height: 0;
  margin-bottom: 0.88889rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.38889rem;
  position: relative;
  margin-bottom: 1.88889rem; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

.videoGallery-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .videoGallery-list ul,
  .videoGallery-list ol {
    list-style: none;
    margin-bottom: 0; }
  .videoGallery-list:before, .videoGallery-list:after {
    content: " ";
    display: table; }
  .videoGallery-list:after {
    clear: both; }

.videoGallery-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 801px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.88889rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.77778rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.77778rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 801px) {
    .video {
      margin-bottom: 1.88889rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

.video-figure {
  margin-right: 1.88889rem; }

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none; }

.video-description {
  font-size: 1rem;
  margin-bottom: 0; }

.previewCart {
  margin: 0 auto;
  max-width: 66.66667rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 801px) {
    .previewCart .productView {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 75%;
      float: left;
      display: flex;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0; }
    .previewCart .productView-image {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 58.33333%;
      float: left;
      display: flex;
      flex-direction: column; }
    .previewCart .productView-image--cart {
      align-self: flex-start;
      margin: 0 auto;
      width: 100%; }
    .previewCart .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }

.previewCartCheckout {
  background: #e5e5e5;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 801px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + p {
      margin-top: 0.77778rem; }
    .previewCartCheckout .button:not(:last-child) {
      margin-bottom: 0.77778rem; }

.previewCartCheckout-price {
  display: block;
  font-size: 64px;
  font-weight: bold;
  text-align: center; }

.previewCartCheckout-subtotal {
  display: block;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

.previewCartCheckout-additionalCheckoutButtons p {
  float: none !important;
  margin: 0.5rem 0; }

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem; }

.suggestiveCart {
  display: none;
  text-align: center; }
  @media (min-width: 801px) {
    .suggestiveCart {
      display: block; } }

@media (min-width: 801px) {
  .productView-mini-description-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0; } }

.productView-mini-description {
  width: 100%;
  color: #013726;
  font-size: 18px;
  line-height: 28px;
  font-family: "Lato"; }
  @media (min-width: 801px) {
    .productView-mini-description {
      width: 60%; } }
  .productView-mini-description p {
    margin-bottom: 16px; }

.productView-mini-description-sku {
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #999999; }
  @media (min-width: 801px) {
    .productView-mini-description-sku {
      padding-left: 0;
      padding-right: 0; } }

.productView-mini-description-button {
  color: #013726;
  font-family: "Lato";
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0.25rem 0;
  text-decoration: none; }
  .productView-mini-description-button span {
    text-decoration: underline;
    margin-right: 0.5rem;
    text-underline-offset: 5px;
    margin-bottom: 5px; }

.cookieMessage {
  background: #e5e5e5;
  color: #333333;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 801px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1261px) {
      .cookieMessage .button {
        vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto;
  padding: 1.5rem; }
  @media (min-width: 801px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1261px) {
    .cookieMessage-container {
      width: 58.33333%; } }

@media (min-width: 801px) {
  .cookieMessage-text {
    display: inline-block;
    padding: 0 0.77778rem;
    vertical-align: middle;
    width: 66.66667%; } }

.login {
  margin: 3rem auto 6rem;
  max-width: 50rem; }

.login-row {
  margin: 0 auto;
  max-width: 66.66667rem;
  width: 100%; }
  .login-row:before, .login-row:after {
    content: " ";
    display: table; }
  .login-row:after {
    clear: both; }
  @media (min-width: 801px) {
    .login-row {
      margin-top: 6rem; } }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .login-form {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      margin-top: 3rem; } }

.new-customer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .new-customer {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.new-customer-intro {
  margin-bottom: 0; }

.new-customer-fact-list {
  margin-left: 3rem; }

.new-customer-fact {
  padding-left: 0.77778rem; }

.search-suggestion {
  margin-bottom: 2rem; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  margin-top: 0;
  text-transform: inherit; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }

.quickSearchResults {
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 801px) {
      .quickSearchResults .modal-close {
        display: block; } }

.advancedSearch-separator {
  display: none; }

.advancedSearch-title {
  margin: 0 0 1.5rem;
  text-transform: inherit; }

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (min-width: 551px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 551px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.category-suggestion-list {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  list-style-type: none; }
  .category-suggestion-list:before, .category-suggestion-list:after {
    content: " ";
    display: table; }
  .category-suggestion-list:after {
    clear: both; }

.category-suggestion {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left;
  font-size: 32px; }

.search-refine {
  margin-left: 1.5rem; }

.quickSearchMessage {
  font-size: 64px;
  margin: 1.5rem 0 0;
  text-align: center; }

.search-nav {
  position: relative; }

.navBar--account {
  display: none; }
  @media (min-width: 801px) {
    .navBar--account {
      display: block; } }

.account-heading {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding-bottom: 1rem; }

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  border-bottom: 1px solid #e5e5e5;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    position: relative; }

.account-listShipping {
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

.account-product:before, .account-product:after {
  content: " ";
  display: table; }

.account-product:after {
  clear: both; }

.account-product-figure {
  float: left;
  margin-right: 0.77778rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.77778rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px; }
  .account-product-figure::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }

.account-product-download {
  border-radius: 50%;
  height: 1.83333rem;
  padding: 0;
  position: absolute;
  right: -0.77778rem;
  top: -0.77778rem;
  width: 1.83333rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.38889rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 32px;
    margin-bottom: 0; }

.account-product-title {
  margin: 0 0 0.16667rem;
  text-transform: inherit;
  line-height: 1rem; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.77778rem; }

.account-reorder-message {
  flex: 1;
  margin: 0 0 0.16667rem;
  padding: 0.38889rem;
  font-size: 12px;
  line-height: 1rem;
  color: #fff;
  background: #013726; }

.account-product-subtitle {
  color: #999999;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 32px;
  margin: -0.16667rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 32px; }

.account-product-description + .definitionList {
  margin: -1.38889rem 0 1.5rem; }

.account-product-refundQty {
  color: #999999;
  margin-bottom: 0; }

.account-product-details {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-product-details:before, .account-product-details:after {
    content: " ";
    display: table; }
  .account-product-details:after {
    clear: both; }

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1261px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 551px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 551px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

@media (min-width: 1261px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: #757575;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.38889rem; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  font-size: 32px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: #757575;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.27778rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e5e5e5;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 48px; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 551px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: #cccccc;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.38889rem;
  padding: 0.16667rem 0.5rem; }

.account-orderStatus-action {
  color: #757575;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.77778rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 551px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: #333333; }

.account .pagination {
  color: #999999;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #999999; }

.account-sidebar-block {
  font-size: 32px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

.account-order-address {
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #013726;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  font-size: 32px;
  padding-bottom: 1.5rem; }

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: #757575;
  font-size: 32px;
  margin-bottom: 0.16667rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #757575; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667rem; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 66.66667rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 30.55556rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 36.11111rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #013726; }

.icon--ratingFull svg {
  fill: #474747; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 0.77778rem;
    width: 0.77778rem;
    margin-top: -3px; }

.apple-pay-checkout-button {
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.22222rem;
  cursor: pointer;
  display: none;
  max-height: 3.55556rem;
  min-height: 1.77778rem;
  min-width: 90px;
  padding: 1.5rem;
  width: 160px; }

.apple-pay-checkout-button--white {
  background-color: #fff;
  background-image: -webkit-named-image(apple-pay-logo-black); }

.apple-pay-checkout-button--white-border {
  background-color: #fff;
  background-image: -webkit-named-image(apple-pay-logo-black);
  border: 0.5px solid #000; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block;
  float: right; }

.apple-pay-supported .previewCartCheckout .apple-pay-checkout-button,
.apple-pay-supported .productView-options .apple-pay-checkout-button {
  display: inline-block;
  float: none; }

.paymentMethodsTitle {
  margin: 0 0 0.77778rem;
  padding: 0;
  text-transform: none;
  width: 100%; }

.paymentMethodsGrid {
  display: flex;
  flex-wrap: wrap;
  margin: -0.77778rem;
  margin-bottom: 1.5rem; }
  .paymentMethodsGrid-item {
    padding: 0.77778rem;
    width: 100%; }
    @media (min-width: 551px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 0.16667rem;
  display: flex;
  flex-flow: column nowrap;
  height: 100%; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #fff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button {
    margin-bottom: 0; }

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .methodHeader-icon {
    margin-right: 0.77778rem;
    width: 1.55556rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 2.33333rem; } }
  .methodHeader-title {
    font-size: 16px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    color: #666666;
    font-size: 16px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.77778rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1rem;
    margin-left: 0.77778rem;
    width: 1rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.11111rem;
        width: 1.11111rem; } }
  .methodHeader-expiry {
    font-size: 32px;
    text-transform: capitalize; }

.methodDetails {
  display: flex;
  margin: 0; }
  .methodDetails-label {
    flex: 1;
    font-weight: 600; }
  .methodDetails-description {
    flex: 2;
    font-size: 16px; }

.newPaymentMethod {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-items: center;
  min-height: 10.33333rem;
  text-decoration: none; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.77778rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

@media (min-width: 551px) {
  .paymentMethodForm {
    max-width: 60%; } }

@media (min-width: 551px) {
  .paymentMethodForm-column {
    display: flex; }
    .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.77778rem; } }

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: 600; }

@media (min-width: 551px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.16667rem;
  width: 1.88889rem; }

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 551px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.5rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.5rem;
  top: 2.16667rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.16667rem;
    width: 1.16667rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 551px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.77778rem; }

.paymentMethodForm-details-description {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.25px; }

.category-header-image {
  width: 100%; }

.manual-captcha-input-container {
  align-items: center;
  display: flex; }
  .manual-captcha-input-container .question {
    font-size: 1.25rem;
    margin-right: 1rem; }
  .manual-captcha-input-container .form-input {
    flex: 1; }

.skip-to-main-link {
  background: white;
  color: #333333;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 55px));
  transition: transform 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.header {
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
  height: 55px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 801px) {
    .header {
      border-bottom: 1px solid #e5e5e5;
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 801px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.05556rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 4.58333rem;
      margin-right: 4.58333rem; } }
  @media (min-width: 801px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.38889rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    color: #333333;
    display: flex;
    height: inherit;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 70%;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 801px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #757575; }
    .header-logo__link:active {
      color: #757575; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 801px) {
    .header-logo--left {
      margin-left: 2.22222rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 801px) {
    .header-logo--right {
      margin-right: 2.22222rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 700;
  letter-spacing: 0.11111rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 56px; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }
  @media (min-width: 801px) {
    .header-logo-image-container {
      min-height: 129px; } }

.header-logo-image-container::after {
  content: "";
  display: block; }

.header-logo-image {
  display: block;
  margin: 0 auto;
  max-height: 1.5rem; }
  @media (min-width: 801px) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 1.5rem; }
  @media (min-width: 801px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.mobileMenu-toggle {
  height: 3.05556rem;
  width: 3.05556rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 801px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #013726;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.11111rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.5rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #013726;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.my-account-header {
  position: relative; }
  @media (min-width: 1261px) {
    .my-account-header:hover .myaccount-menu {
      display: flex; } }

.yotpo-loyalty-wrapper {
  margin-bottom: 15px; }

.body {
  margin-bottom: 6rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .body {
      margin-top: 2.5rem; } }

.page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 801px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

.footer {
  background-color: white;
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0;
  position: relative;
  transform: translateZ(0); }

.footer-title-sr-only {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #757575;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  overflow-wrap: break-word;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 801px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media (min-width: 801px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 551px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 551px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit;
    width: 50%; } }

@media (min-width: 801px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

.footer-info-heading {
  font-size: 1rem;
  text-transform: inherit; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: #757575;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #333333; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 551px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #757575;
    font-size: 12px;
    margin: 0; }
  .footer-copyright a {
    color: #757575;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #333333; }

.footer-payment-icons {
  height: 2.22222rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.38889rem;
    vertical-align: middle;
    width: 2.77778rem; }
  .footer-payment-icons svg {
    fill: #757575; }

.footer-newsletter-summary {
  text-align: left; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.66667rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1261px) {
    .container {
      padding: 0 6rem; } }

.blog {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  padding: 0.88889rem; }
  .blog__image--container {
    overflow: hidden; }
  .blog__card {
    background: #fff;
    overflow: hidden;
    grid-column: span 12;
    border: 1px solid #013726;
    max-width: 42.77778rem; }
    .blog__card figure {
      margin: 0; }
    .blog__card:nth-child(1) {
      grid-column: span 12; }
    .blog__card:nth-child(2) {
      grid-column: span 12; }
    @media (min-width: 801px) {
      .blog__card {
        grid-column: span 4; }
        .blog__card:nth-child(1) {
          grid-column: span 6; }
        .blog__card:nth-child(2) {
          grid-column: span 6; } }
    .blog__card:hover {
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); }
      .blog__card:hover .blog__image {
        transition: all 0.3s ease;
        transform: scale(1.05); }
      .blog__card:hover .blog__read-more svg {
        transform: translateX(5px);
        /* Move arrow to the right */
        transition: transform 0.3s ease; }
  .blog__image img {
    display: block;
    height: 360px;
    width: 100%;
    object-fit: cover; }
  .blog__content {
    padding: 1rem; }
    .blog__content .blog__title {
      margin: 0;
      padding-bottom: 0.55556rem;
      font-size: 1rem;
      line-height: 1.33333rem;
      font-weight: bold;
      font-family: "Lato", sans-serif;
      color: #013726;
      text-transform: capitalize; }
      @media (min-width: 801px) {
        .blog__content .blog__title {
          font-size: 1.33333rem;
          line-height: 1.77778rem;
          padding-bottom: 1.05556rem; } }
    .blog__content .blog__date {
      font-size: 0.88889rem;
      line-height: 1.55556rem;
      font-weight: bold;
      letter-spacing: 3.2px;
      color: #013726;
      text-transform: uppercase;
      margin-bottom: 0.83333rem; }
      @media (min-width: 801px) {
        .blog__content .blog__date {
          font-weight: 900;
          font-size: 0.77778rem;
          line-height: 1.11111rem;
          margin-bottom: 1.38889rem; } }
    .blog__content .blog__excerpt {
      color: #013726; }
      .blog__content .blog__excerpt .blog__summary {
        font-size: 0.88889rem;
        line-height: 1.33333rem;
        font-weight: normal;
        font-family: "Lato", sans-serif;
        margin-bottom: 2.83333rem; }
      @media (min-width: 801px) {
        .blog__content .blog__excerpt .blog__summary {
          font-size: 1rem;
          line-height: 1.55556rem;
          margin-bottom: 3.38889rem; } }
    .blog__content .blog__read-more {
      text-decoration: none;
      font-size: 0.88889rem;
      line-height: 1.55556rem;
      font-weight: bold;
      letter-spacing: 3.2px;
      color: #013726;
      text-transform: uppercase;
      font-family: "Lato", sans-serif;
      display: flex;
      align-items: center; }
      .blog__content .blog__read-more svg {
        margin-left: 0.44444rem;
        fill: #013726; }
      .blog__content .blog__read-more:hover {
        text-decoration: underline; }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #e5e5e5;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock .inlineList--labels > li {
  margin: 0; }
  .sidebarBlock .inlineList--labels > li .facetLabel {
    background: #013726;
    padding: 4px 11px;
    margin-right: 16px;
    margin-bottom: 16px;
    color: #fff;
    font-size: 16px;
    border-radius: 0; }

.sidebarBlock .facetLabel .icon {
  margin-left: 6px;
  fill: #fff; }

.sidebarBlock-heading {
  font-size: 16px;
  letter-spacing: 3.2px;
  line-height: 24px;
  text-transform: uppercase;
  color: #333;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 400; }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.brand-image-container {
  max-width: 100px;
  position: relative; }
  .brand-image-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .brand-image-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }

.brand .card-img-container {
  max-width: 190px; }
  .brand .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.57895%;
    width: 100%; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 551px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.11111rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 801px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    page-break-inside: avoid;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.77778rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 1261px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1261px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 551px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: white;
    color: #333333; }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.77778rem;
      padding-right: 0.77778rem;
      width: 25%; } }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.27778rem;
    padding-right: 0.77778rem;
    width: 75%; } }

@media (min-width: 1261px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1261px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.38889rem; }

.listItem-brand {
  color: #999999;
  font-size: 1rem;
  margin: 0 0 0.16667rem; }
  @media (min-width: 801px) {
    .listItem-brand {
      font-size: 32px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 32px;
  margin: 0 0 0.16667rem; }
  @media (min-width: 801px) {
    .listItem-title {
      font-size: 48px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 801px) {
    .listItem-price {
      font-size: 48px; } }

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 16px;
      padding: 0.55556rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.77778rem 0 0; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: -16px;
  margin-right: -16px; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 801px) {
    .productView {
      display: block; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  float: none; }
  @media (min-width: 801px) {
    .productView-details {
      padding-left: 4rem;
      padding-right: 4rem;
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    z-index: 1;
    position: relative; }

.productView-description {
  position: relative;
  z-index: 1;
  margin-left: -16px;
  margin-right: -16px;
  background: #f9f9f9; }
  .productView-description .accordion--product-information {
    padding-top: 0; }
  @media (min-width: 1261px) {
    .productView-description {
      margin-left: 0;
      margin-right: 0;
      background: #ffffff; }
      .productView-description .accordion--product-information {
        padding-top: 32px; } }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-description .productView-description {
      clear: both;
      float: left;
      width: 100%; } }

.certificates--container {
  display: flex;
  flex-direction: column;
  padding: 0 16px; }
  @media (min-width: 1261px) {
    .certificates--container {
      flex-direction: row;
      gap: 48px; } }
  .certificates--container .form-input,
  .certificates--container .form-select {
    border: solid 1px #cccccc; }

@media (min-width: 1261px) {
  .certificates--images, .certificates--content {
    width: 50%; } }

.certificates--images select, .certificates--content select {
  font-size: 0.88889rem;
  height: 53px; }

.certificates--images h1, .certificates--content h1 {
  font-size: 1.33333rem;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 24px;
  font-weight: 900;
  letter-spacing: 6.4px; }
  @media (min-width: 1261px) {
    .certificates--images h1, .certificates--content h1 {
      font-size: 1.77778rem; } }

.certificates--images h4, .certificates--content h4 {
  font-size: 1rem;
  text-transform: uppercase;
  margin: 16px 0;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 3.6px; }

.certificates--images .form-label, .certificates--content .form-label {
  font-size: 0.77778rem; }

.certificates--images .form-note, .certificates--content .form-note {
  font-size: 0.88889rem;
  color: #013726; }

.certificates--images .button--primary, .certificates--content .button--primary {
  width: 100%; }

.certificates--images-agree, .certificates--content-agree {
  line-height: 1.99 !important; }

.certificates--images .form-field-group, .certificates--content .form-field-group {
  padding: 0.88889rem; }

.certificates--images .form-field, .certificates--content .form-field {
  margin-bottom: 16px; }

.certificates--images-expiry, .certificates--images-theme, .certificates--content-expiry, .certificates--content-theme {
  display: none; }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after, .sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  content: "";
  display: block;
  height: 2.77778rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 2.77778rem;
  z-index: 10; }
  
  .sale-flag-star::before,
  .sold-out-flag-star::before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }
  
  .sale-flag-star::after,
  .sold-out-flag-star::after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after {
  background: #007dc6; }

.sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  background: #007dc6; }

.starwrap {
  height: 2.77778rem;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 2.77778rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 551px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1261px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 0.83333rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 2.77778rem;
  z-index: 50; }

.sale-text-burst {
  color: white; }

.sold-out-text-burst {
  color: white; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star::before,
.product:hover .starwrap .sale-flag-star::after {
  background: black; }

.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star::before,
.product:hover .starwrap .sold-out-flag-star::after {
  background: black; }

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.11111rem;
  line-height: 0.88889rem;
  padding-left: 0.5rem;
  padding-right: 0.77778rem;
  padding-top: 0.08333rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.sale-flag-side {
  background: #007dc6;
  color: white; }

.sold-out-flag-side {
  background: #007dc6;
  color: white; }

.product:hover .sale-flag-side {
  background: black; }

.product:hover .sold-out-flag-side {
  background: black; }

.sale-flag-sash, .sold-out-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.11111rem;
  left: -25px;
  line-height: 0.88889rem;
  padding-top: 0.08333rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 6.61111rem;
  z-index: 10; }

.sale-flag-sash {
  background: #007dc6;
  color: white; }

.sold-out-flag-sash {
  background: #007dc6;
  color: white; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 551px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: black; }

.product:hover .sold-out-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

.one-column .plp-product.col-2 {
  grid-column: 1; }
  @media (min-width: 801px) {
    .one-column .plp-product.col-2 {
      grid-column: span 2; } }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #474747;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  display: block;
  height: 100px;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 801px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 801px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-body {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-body:before, .account-body:after {
    content: " ";
    display: table; }
  .account-body:after {
    clear: both; }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

.my-account-header {
  position: relative; }

.myaccount-menu {
  position: absolute;
  margin: 0;
  line-height: 1;
  display: none;
  flex-direction: column;
  right: -100px;
  background: #ffffff;
  border: solid 1px #cccccc;
  padding: 16px;
  z-index: 999;
  width: 250px;
  top: 31px; }
  .myaccount-menu .close-account-dropdown {
    position: absolute;
    top: 0;
    right: 0; }
    .myaccount-menu .close-account-dropdown .close-dropdown {
      width: 20px; }
  .myaccount-menu span {
    display: block;
    width: 100%;
    clear: both;
    padding: 0 0 16px; }
    .myaccount-menu span a {
      font-size: 0.77778rem;
      text-decoration: none;
      text-transform: capitalize;
      color: #013726; }
    .myaccount-menu span:last-child {
      padding: 0; }
  .myaccount-menu:before, .myaccount-menu:after {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .myaccount-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 7px;
    left: 51%;
    margin-left: -9px; }
  .myaccount-menu:before {
    border-color: rgba(113, 158, 206, 0);
    border-bottom-color: #cccccc;
    border-width: 6px;
    left: 51%;
    margin-left: -10px; }

.register__wrapper .account-heading {
  margin-bottom: 32px; }

.register__wrapper h3 {
  text-transform: uppercase;
  font-size: 1.33333rem;
  letter-spacing: 4.8px;
  line-height: 40px;
  margin-bottom: 32px; }

.register__wrapper .form-row {
  max-width: 1000px;
  margin: 0 auto; }

.register__wrapper .button--primary {
  width: 488px; }

.register__wrapper .form-row--half .form-field {
  margin: 0 auto 16px;
  padding-left: 0; }

.register__wrapper .g-recaptcha {
  padding-left: 7px; }

.promotion-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0; }

.promotion-layout {
  display: flex;
  flex-direction: column; }
  @media (min-width: 1261px) {
    .promotion-layout {
      gap: 20px;
      display: grid;
      margin-top: 80px;
      grid-template-columns: 50% 50%;
      grid-template-areas: "products sidebar"; } }
  @media (min-width: 1261px) {
    .promotion-layout {
      grid-template-columns: 75% 25%; } }

@media (min-width: 1261px) {
  .promotion-sections {
    grid-area: products; } }

.promotion-sidebar {
  margin-bottom: 20px;
  padding: 0;
  order: -1; }
  @media (min-width: 1261px) {
    .promotion-sidebar {
      grid-area: sidebar;
      position: sticky;
      top: 0;
      height: fit-content;
      align-self: start;
      padding-top: 10px; }
      .promotion-sidebar.is-sticky {
        top: 220px; } }

.promotion-section {
  margin-bottom: 14px; }
  @media (min-width: 1261px) {
    .promotion-section {
      margin-bottom: 22px; } }
  .promotion-section-title [data-sub-layout] {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    letter-spacing: 2.24px;
    color: #000;
    margin-top: 0;
    padding: 0; }
  .promotion-section-title h2 {
    margin: 0; }

.promotion-layout .product-button--add-cart-variant {
  padding-left: 1rem;
  padding-right: 1rem; }

.promotion-layout .productGrid {
  gap: 24px; }
  .promotion-layout .productGrid .product-card--title {
    margin-bottom: 10px; }
  .promotion-layout .productGrid .product {
    padding: 0;
    overflow: visible; }
  .promotion-layout .productGrid .product-button--add-cart {
    margin-bottom: 25px; }

@media (min-width: 551px) {
  .promotion-container {
    padding: 0 15px; }
  .promotion-section h2 {
    font-size: 20px; } }

@media (min-width: 1261px) {
  .promotion-sidebar {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 10;
    background: white;
    margin-top: -250px;
    padding-top: 250px; } }

.slick-dots li button {
  border: 1px solid #013726; }

.slick-dots li.slick-active button:before {
  color: #013726; }

.slick-dots li.slick-active button::before {
  background: #013726; }

.slick-prev,
.slick-next {
  top: unset;
  bottom: -70px;
  right: 0; }

.slick-prev {
  left: 10px; }

.slick-prev:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'><path fill='%23013726' d='M360-200 80-480l280-280 56 56-183 184h647v80H233l184 184-57 56Z' /%3E%3C/svg%3E"); }

.slick-prev::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'><path fill='%23013726' d='M360-200 80-480l280-280 56 56-183 184h647v80H233l184 184-57 56Z' /%3E%3C/svg%3E"); }

.slick-next:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='18'><path fill='%23013726' d='m600-200-57-56 184-184H80v-80h647L544-704l56-56 280 280-280 280Z' /%3E%3C/svg%3E"); }

.slick-next::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='18'><path fill='%23013726' d='m600-200-57-56 184-184H80v-80h647L544-704l56-56 280 280-280 280Z' /%3E%3C/svg%3E"); }

.text-primary {
  color: #013726; }

.text-primaryDark {
  color: #666666; }

.text-primaryDarker {
  color: #333333; }

.text-primaryLight {
  color: #999999; }

.text-secondary {
  color: white; }

.text-secondaryDark {
  color: #e5e5e5; }

.text-secondaryDarker {
  color: #cccccc; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.close {
  visibility: hidden;
  /* Initially hide the alert box */
  opacity: 0;
  /* Initially set opacity to 0 */
  transition: opacity 0.15s ease;
  /* Add transition for opacity property */ }

.open {
  visibility: visible;
  /* Set visibility to visible when alert box is open */
  opacity: 1;
  /* Set opacity to 1 when alert box is open */
  transition: opacity 0.15s ease; }

.loading-spinner {
  display: flex;
  justify-content: center;
  align-items: center; }

/* Loading spinner animation */
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Apply spin animation to the SVG */
.loading-spinner svg {
  width: 25px;
  /* Adjust size as needed */
  height: 25px;
  /* Adjust size as needed */
  animation: spin 1s linear infinite;
  /* Apply spin animation */ }

.mobile-hide {
  display: none !important; }
  @media (min-width: 1261px) {
    .mobile-hide {
      display: block; } }

.mobile-desktop {
  display: block !important; }
  @media (min-width: 1261px) {
    .mobile-desktop {
      display: none !important; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

body {
  line-height: 1.6; }

h1 {
  font-size: 3.11111rem;
  letter-spacing: 0;
  line-height: 3.55556rem;
  font-weight: 700; }
  @media (min-width: 1261px) {
    h1 {
      font-size: 3.55556rem;
      line-height: 4.44444rem; } }

h2 {
  font-family: "Crimson Text", serif;
  font-size: 2.66667rem;
  letter-spacing: 0;
  line-height: 3.22222rem;
  font-weight: 600; }
  @media (min-width: 1261px) {
    h2 {
      font-size: 3.11111rem;
      line-height: 4rem; } }

h3 {
  font-size: 1.77778rem;
  letter-spacing: 0;
  line-height: 2.33333rem;
  font-weight: 700; }
  @media (min-width: 1261px) {
    h3 {
      font-size: 2.66667rem;
      line-height: 3.11111rem; } }

h4 {
  font-family: "Crimson Text", serif;
  font-size: 2.22222rem;
  letter-spacing: 0;
  line-height: 2.66667rem;
  font-weight: 600; }
  @media (min-width: 1261px) {
    h4 {
      font-size: 2.66667rem;
      line-height: 3.11111rem; } }

h5,
.heading-5 {
  font-size: 1.33333rem;
  letter-spacing: 4.8px;
  line-height: 1.88889rem;
  font-weight: 900;
  text-transform: uppercase; }
  @media (min-width: 1261px) {
    h5,
    .heading-5 {
      font-size: 1.77778rem;
      letter-spacing: 6.4px;
      line-height: 2.22222rem; } }

.heading-6 {
  font-size: 1rem;
  letter-spacing: 4.8px;
  line-height: 1.88889rem;
  font-weight: 900;
  text-transform: uppercase; }
  @media (min-width: 1261px) {
    .heading-6 {
      font-size: 1.77778rem;
      letter-spacing: 6.4px;
      line-height: 2.22222rem; } }

.subtitle {
  font-size: 1rem;
  letter-spacing: 3.6px;
  line-height: 1.33333rem;
  font-weight: 900;
  text-transform: uppercase; }
  @media (min-width: 1261px) {
    .subtitle {
      font-size: 1.33333rem;
      letter-spacing: 4.8px;
      line-height: 1.77778rem; } }

.text-secondary {
  font-size: 0.88889rem;
  line-height: 1.5; }

.text-tertiary {
  font-size: 0.88889rem;
  line-height: 1.5;
  font-family: "Crimson Text", serif; }

.caption {
  font-size: 0.77778rem;
  line-height: 1.29; }

.caption-2 {
  font-family: "Crimson Text", serif;
  font-size: 0.77778rem;
  line-height: 1.29;
  letter-spacing: 0.56px; }

.overline {
  font-weight: 700;
  font-size: 0.66667rem;
  line-height: 1.35;
  letter-spacing: 1px;
  text-transform: uppercase; }

.breadcrumb-nav {
  overflow: hidden;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 24px; }

ol.breadcrumbs {
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: left;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: scroll;
  overflow-y: hidden; }
  @media (min-width: 801px) {
    ol.breadcrumbs {
      overflow: hidden; } }

.breadcrumb {
  margin-right: 0;
  font-size: 1rem;
  text-transform: uppercase; }
  .breadcrumb.is-active > .breadcrumb-label {
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    font-family: "Lato";
    color: #999999;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #013726; }
  .breadcrumb .icon {
    width: 26px;
    height: 26px;
    fill: #999999; }
  .breadcrumb:not(:first-child)::before {
    border: none;
    content: url("../icons/chevron-right.svg");
    top: 7px;
    margin: 0;
    transform: rotate(0deg); }
  .breadcrumb a {
    font-size: 14px;
    line-height: 16px;
    font-family: "Lato";
    color: #999999;
    letter-spacing: 1.4px;
    text-transform: uppercase; }

.button {
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 3.6px;
  padding: 16px 24px; }
  .button--small {
    padding: 10px 12px;
    font-size: 14px; }
  .button:hover {
    outline: 2px solid;
    outline-offset: -2px; }
  .button--primary:hover {
    outline: 0; }
  .button--secondary {
    color: #013726; }
  .button--inverse {
    background-color: transparent;
    border-color: #FFFFFF;
    color: #FFFFFF; }
    .button--inverse:hover {
      outline: 2px solid #FFFFFF;
      outline-offset: -2px;
      background: #ffffff1a 0% 0%;
      color: #FFFFFF; }
    .button--inverse.brand-colour {
      color: #013726;
      border-color: #013726; }
      .button--inverse.brand-colour:hover {
        color: #0f6d4c;
        outline-color: #0f6d4c; }
  .button--white {
    background-color: #FFFFFF;
    color: #013726;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Lato";
    padding: 0.89rem 4rem;
    font-weight: 800; }
    @media (min-width: 801px) {
      .button--white {
        padding: 0.85rem 6rem;
        max-width: 456px;
        width: 100%; } }
    .button--white:hover {
      outline: 2px solid #FFFFFF;
      outline-offset: -2px;
      background: #ffffff1a 0% 0%;
      color: #FFFFFF; }
  .button.small {
    font-size: 0.88889rem;
    letter-spacing: 3.2px;
    padding: 9px 12px; }

.form-checkbox + .form-label,
.form-radio + .form-label {
  line-height: 2rem;
  padding-left: 28px; }
  .form-checkbox + .form-label::after,
  .form-radio + .form-label::after {
    height: 22px;
    width: 22px; }
  .form-checkbox + .form-label::before,
  .form-radio + .form-label::before {
    height: 24px;
    width: 24px;
    transition: all 0.5s; }

.form-input,
.form-select {
  height: unset; }

.form-label {
  font-size: 0.77778rem;
  margin-bottom: 8px; }

.form-checkbox:checked + .form-label::before {
  background-color: #013726; }

.form-checkbox:checked + .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='white' /%3E%3C/svg%3E"); }

.form-increment {
  max-width: 132px;
  display: flex; }

.form-increment .button {
  width: 50px;
  height: 54px;
  background-color: #86ab9f;
  border: none;
  padding: 1rem 0.5rem; }
  @media (min-width: 801px) {
    .form-increment .button {
      width: 44px;
      height: 54px; } }
  .form-increment .button:hover {
    background-color: #013726;
    outline: 0;
    outline-offset: 0;
    border: none; }
  .form-increment .button .icon {
    width: 24px;
    height: 24px; }
    @media (min-width: 801px) {
      .form-increment .button .icon {
        width: 22px;
        height: 20px; } }
  .form-increment .button svg {
    fill: #fff !important; }

.form-input--incrementTotal {
  font-size: 18px;
  font-weight: 900;
  border-top: 1px solid #86ab9f;
  border-bottom: 1px solid #86ab9f; }

#FormField_28 {
  display: none; }

.navPages-action {
  font-size: 18px; }

.header__global-message {
  background-color: #013726;
  max-height: 45px; }
  .header__global-message a {
    text-decoration: none; }
  .header__global-message span {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 8px 0;
    line-height: 16px; }
    @media (min-width: 1261px) {
      .header__global-message span {
        padding: 12px 0; } }
  .header__global-message .global-message-header {
    margin: 0 auto;
    max-width: 66.66667rem;
    display: flex;
    width: 100vw;
    position: relative;
    top: 0;
    align-items: center; }
    .header__global-message .global-message-header .global-message-header__main {
      width: 100vw;
      text-align: center; }
    .header__global-message .global-message-header .global-message-header__aside {
      display: none; }
    @media (min-width: 801px) {
      .header__global-message .global-message-header .global-message-header__aside {
        display: flex;
        position: absolute;
        right: 0; }
        .header__global-message .global-message-header .global-message-header__aside > * {
          display: flex; }
        .header__global-message .global-message-header .global-message-header__aside div img {
          margin: 0 0.5rem 0 0; }
        .header__global-message .global-message-header .global-message-header__aside div span {
          margin: 0; }
        .header__global-message .global-message-header .global-message-header__aside span {
          margin: 0 0.5rem;
          line-height: 1.8rem;
          font-size: 1.6rem;
          color: #FFFFFF; } }

@media (min-width: 1261px) {
  .header__navigation {
    padding: 0 16px; } }

@media (min-width: 1530px) {
  .header__navigation {
    padding: 0; } }

.header {
  height: 231px;
  position: sticky;
  top: -45px;
  background-color: white;
  border: none;
  justify-content: space-between;
  transition: all 0.5s; }
  @media (min-width: 1261px) {
    .header {
      height: auto; } }
  .header .header__sticky--wrapper {
    pointer-events: none; }
    .header .header__sticky--wrapper .header__wrapper .header__left, .header .header__sticky--wrapper .header__wrapper .header__logo, .header .header__sticky--wrapper .header__wrapper .header__right {
      pointer-events: all; }
    .header .header__sticky--wrapper .header__navigation {
      pointer-events: all; }
  body.stickyHeader .header {
    height: 111px;
    box-shadow: -1px 4px 20px 4px rgba(0, 0, 0, 0.1);
    z-index: 310; }
    @media (min-width: 1261px) {
      body.stickyHeader .header {
        height: auto; } }
  .header.is-open {
    position: relative;
    height: 100vh; }

.navPages-container.is-open {
  z-index: 99; }

.header__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1512px;
  margin: 0 auto;
  flex-wrap: wrap; }
  @media (min-width: 1261px) {
    .header__wrapper {
      flex-wrap: nowrap;
      padding: 0 16px; }
      body:not(.search-open) .header__wrapper {
        position: relative; } }
  @media (min-width: 1530px) {
    .header__wrapper {
      padding: 0; } }
  .header__wrapper .header__left,
  .header__wrapper .header__right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 1; }
  .header__wrapper .header__left {
    display: none; }
    @media (min-width: 1261px) {
      .header__wrapper .header__left {
        display: flex; } }
  .header__wrapper .header__right {
    justify-content: flex-start;
    padding: 0 16px;
    transform: unset;
    transition: all 0.5s; }
    @media (min-width: 1261px) {
      .header__wrapper .header__right {
        justify-content: flex-end;
        padding: 0; } }
    body.stickyHeader .header__wrapper .header__right {
      transform: translateY(-125%);
      z-index: 99; }
      @media (min-width: 1261px) {
        body.stickyHeader .header__wrapper .header__right {
          transform: none; } }
    .header__wrapper .header__right .action {
      letter-spacing: 3.2px;
      text-transform: uppercase;
      font-weight: 700;
      color: #013726;
      text-decoration: none;
      display: flex;
      flex-direction: row;
      align-items: center; }

.mobileNav-toggle {
  height: 3.05556rem;
  width: 3.05556rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 1261px) {
    .mobileNav-toggle {
      display: none; } }
  .mobileNav-toggle .mobileNav-toggleIcon,
  .mobileNav-toggle .mobileNav-toggleIcon::before,
  .mobileNav-toggle .mobileNav-toggleIcon::after {
    background: #013726;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.11111rem; }
  .mobileNav-toggle .mobileNav-toggleIcon {
    top: 1.5rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileNav-toggle .mobileNav-toggleIcon::before {
    top: -0.5rem; }
  .mobileNav-toggle .mobileNav-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileNav-toggle.is-open .mobileNav-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileNav-toggle.is-open .mobileNav-toggleIcon::before, .mobileNav-toggle.is-open .mobileNav-toggleIcon::after {
      background-color: #013726;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileNav-toggle.is-open .mobileNav-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileNav-toggle.is-open .mobileNav-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.mobileNav-toggle {
  position: relative;
  padding-left: 0; }

.header__logo {
  width: 100%;
  padding: 16px 0 20px; }
  body.stickyHeader .header__logo {
    padding: 8px 0 0; }
  @media (min-width: 1261px) {
    .header__logo {
      padding: 0;
      flex: 1; }
      body.stickyHeader .header__logo {
        padding: 0; } }
  .header__logo .header-logo {
    height: auto; }
    .header__logo .header-logo-image-container {
      height: 81px;
      overflow: hidden;
      transition: height 0.5s; }
      body.stickyHeader .header__logo .header-logo-image-container {
        height: 65px; }
      .header__logo .header-logo-image-container::after {
        content: "";
        background: url("../img/logo-DR.png") center center no-repeat;
        background-size: contain;
        width: 50px;
        height: 50px;
        margin: 0 auto;
        transform: translateY(100%);
        opacity: 0;
        transition: all 0.5s; }
        @media (min-width: 801px) {
          .header__logo .header-logo-image-container::after {
            width: 45px;
            height: 45px;
            position: relative;
            top: 10px; } }
        @media (min-width: 1261px) {
          .header__logo .header-logo-image-container::after {
            width: 55px;
            height: 55px; } }
        body.stickyHeader .header__logo .header-logo-image-container::after {
          transform: translateY(0);
          opacity: 1; }
    .header__logo .header-logo .header-logo__link {
      width: fit-content;
      z-index: 999; }
      body.search-open .header__logo .header-logo .header-logo__link {
        z-index: 0; }
    .header__logo .header-logo .header-logo-image {
      max-width: 288px;
      max-height: none;
      opacity: 1;
      transition: all 0.5s; }
      body.stickyHeader .header__logo .header-logo .header-logo-image {
        transform: translateY(-100%);
        opacity: 0;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto; }

.header__crown {
  margin-right: 54px; }
  .header__crown img {
    width: 82px;
    transition: width 0.5s; }
    body.stickyHeader .header__crown img {
      width: 65px; }

.header__telephone a {
  text-decoration: none; }

.header__telephone strong {
  font-size: 18px;
  letter-spacing: 3.6px;
  display: flex;
  align-items: center;
  color: #013726; }
  .header__telephone strong::before {
    content: "";
    width: 28px;
    height: 28px;
    margin-right: 16px;
    display: inline-block;
    background: url("../icons/telephone.svg") center center no-repeat; }

.header__search,
.header__account {
  margin-right: calc(26px - 8px); }
  .header__search svg,
  .header__account svg {
    width: 31px;
    height: 31px;
    margin-right: 8px; }

.header__account .action {
  display: block;
  line-height: 0; }

.off-canvas__header {
  padding: 18px 26px;
  background-color: #013726;
  display: flex;
  align-items: center; }
  @media (min-width: 1261px) {
    .off-canvas__header {
      padding: 20px 26px; } }
  .off-canvas__header .icon-bag {
    fill: #FFFFFF;
    width: 24px;
    height: 24px;
    margin-right: 26px; }

.off-canvas__heading {
  line-height: 24px;
  letter-spacing: 3.2px;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  flex: 1;
  color: white; }

.off-canvas__close .icon-close {
  fill: #FFFFFF;
  width: 30px;
  height: 30px; }

.tabs-product-carousel .tab.is-active .tab-title.tab-product-title {
  font: normal normal bold 18px/27px Lato;
  letter-spacing: 3.6px;
  color: #013726;
  text-transform: uppercase; }

.tabs-product-carousel .tab .tab-title.tab-product-title {
  font: normal normal bold 18px/27px Lato;
  letter-spacing: 3.6px;
  color: #013726;
  text-transform: uppercase; }

.header__search {
  border: 1px solid #cccccc;
  padding: 6px 0;
  flex: 1;
  transition: all 0.5s; }
  @media (min-width: 1261px) {
    .header__search {
      flex: unset; } }
  .header__search .action {
    display: flex; }
    @media (min-width: 1261px) {
      .header__search .action {
        margin-right: 76px; } }
    .header__search .action span {
      opacity: 1;
      transition: all 0.5s; }
      body.stickyHeader .header__search .action span {
        opacity: 0; }
        @media (min-width: 1261px) {
          body.stickyHeader .header__search .action span {
            opacity: 1; } }
  .header__search .dropdown--quickSearch {
    top: 0 !important;
    background-color: #f9f9f9;
    padding: 16px 0;
    display: flex;
    align-items: center; }
    @media (min-width: 1261px) {
      .header__search .dropdown--quickSearch {
        padding: 42px 0; } }
    body.stickyHeader .header__search .dropdown--quickSearch {
      top: -16px !important; }
      @media (min-width: 1261px) {
        body.stickyHeader .header__search .dropdown--quickSearch {
          top: 45px !important; } }
    .header__search .dropdown--quickSearch .close {
      padding-left: 16px;
      height: 28px;
      cursor: pointer; }
      .header__search .dropdown--quickSearch .close svg:not(.brand) {
        fill: #cccccc;
        margin: 0; }
      .header__search .dropdown--quickSearch .close.desktop {
        display: none; }
        @media (min-width: 1261px) {
          .header__search .dropdown--quickSearch .close.desktop {
            display: flex; } }
      @media (min-width: 1261px) {
        .header__search .dropdown--quickSearch .close.mobile {
          display: none; } }
      .header__search .dropdown--quickSearch .close span {
        font-size: 16px;
        letter-spacing: 3.2px;
        line-height: 28px;
        text-transform: uppercase;
        color: #013726; }
    .header__search .dropdown--quickSearch > .container {
      padding: 0 16px; }
      @media (min-width: 1261px) {
        .header__search .dropdown--quickSearch > .container {
          max-width: 1200px;
          padding: 0;
          display: flex;
          align-items: center; } }
    @media (min-width: 1261px) {
      .header__search .dropdown--quickSearch .form {
        width: 100% !important;
        max-width: none !important; } }
    .header__search .dropdown--quickSearch .form-field {
      position: relative; }
    .header__search .dropdown--quickSearch .form-input {
      font-size: 18px; }
    .header__search .dropdown--quickSearch button.search-icon {
      position: absolute;
      display: flex;
      align-items: center;
      top: 0;
      right: 0;
      height: 100%;
      padding: 0 11px;
      background: #013726;
      transition: all 0.5s; }
      .header__search .dropdown--quickSearch button.search-icon svg {
        fill: #FFFFFF;
        margin: 0; }
      .header__search .dropdown--quickSearch button.search-icon:hover {
        background: #0f6d4c; }
    .header__search .dropdown--quickSearch .quickSearchResults {
      margin: 0; }
  body.stickyHeader .header__search {
    border: 0; }
    @media (min-width: 1261px) {
      body.stickyHeader .header__search {
        border: 1px solid #cccccc; } }

body.search-open {
  overflow: hidden; }

.klevuQuickSearchOverlay {
  background-color: #000000;
  opacity: 0.4;
  width: 100%;
  height: 100vh;
  position: absolute; }

.kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap,
.kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap {
  max-width: 100% !important;
  width: 100%;
  left: 0 !important;
  margin-top: 0;
  position: fixed;
  top: 74px !important;
  right: 0 !important; }
  @media (min-width: 1261px) {
    .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap,
    .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap {
      margin-top: 42px; } }
  .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuQuickSearchingArea,
  .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuQuickSearchingArea {
    box-shadow: none; }
  .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevu-main--container,
  .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevu-main--container {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 77px);
    overflow: auto; }
    @media (min-width: 1261px) {
      .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevu-main--container,
      .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevu-main--container {
        flex-direction: row;
        height: unset;
        overflow: unset;
        padding-bottom: 0;
        flex-wrap: wrap; } }
  .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevu-right--wrapper,
  .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevu-right--wrapper {
    background-color: #FFFFFF;
    padding: 0 16px; }
    @media (min-width: 1261px) {
      .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevu-right--wrapper,
      .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevu-right--wrapper {
        flex: 1;
        padding-left: 48px;
        padding-bottom: 48px;
        max-height: 80vh;
        overflow: auto; } }
    .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevu-right--wrapper .kuHighlightsBlock,
    .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevu-right--wrapper .kuHighlightsBlock {
      display: none;
      background: #013726;
      margin: 0 -16px;
      padding: 0 16px;
      padding-bottom: 100px; }
  .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevu-left--wrapper,
  .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevu-left--wrapper {
    background: #013726;
    color: #FFFFFF;
    padding: 0 16px;
    order: 2; }
    @media (min-width: 1261px) {
      .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevu-left--wrapper,
      .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevu-left--wrapper {
        width: 29%;
        padding: 0;
        max-height: 80vh;
        overflow: auto;
        order: 0; } }
    .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevu-left--wrapper span,
    .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevu-left--wrapper a,
    .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevu-left--wrapper span,
    .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevu-left--wrapper a {
      color: #FFFFFF !important;
      font-size: 16px; }
    .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevu-left--wrapper .klevuHeadingText,
    .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevu-left--wrapper .klevuHeadingText {
      font-size: 18px; }
    .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevu-left--wrapper .kuHighlightsBlock,
    .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevu-left--wrapper .kuHighlightsBlock {
      display: block;
      padding-bottom: 100px; }
      @media (min-width: 1261px) {
        .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevu-left--wrapper .kuHighlightsBlock,
        .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevu-left--wrapper .kuHighlightsBlock {
          padding-bottom: 20px; } }
  .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .kuRecentSearchTerms li,
  .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .kuPopularSearchTerms li,
  .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap ul li,
  .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .kuRecentSearchTerms li,
  .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .kuPopularSearchTerms li,
  .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap ul li {
    border-bottom: 0;
    margin-bottom: 16px; }
    .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .kuRecentSearchTerms li:hover,
    .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .kuPopularSearchTerms li:hover,
    .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap ul li:hover,
    .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .kuRecentSearchTerms li:hover,
    .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .kuPopularSearchTerms li:hover,
    .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap ul li:hover {
      background-color: transparent; }
    .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .kuRecentSearchTerms li a,
    .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .kuPopularSearchTerms li a,
    .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap ul li a,
    .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .kuRecentSearchTerms li a,
    .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .kuPopularSearchTerms li a,
    .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap ul li a {
      padding: 0;
      height: 100%;
      display: block; }
  .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .kuHighlightsBlock .klevuHeadingText,
  .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .kuHighlightsBlock .klevuHeadingText {
    color: #FFFFFF; }
  .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .kuHighlightsBlock ul,
  .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .kuHighlightsBlock ul {
    list-style: none;
    margin: 0; }
    .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .kuHighlightsBlock ul li,
    .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .kuHighlightsBlock ul li {
      display: inline-block; }
      .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .kuHighlightsBlock ul li a,
      .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .kuHighlightsBlock ul li a {
        display: inline-block;
        padding: 10px 24px;
        border: 1px solid #FFFFFF;
        font-size: 16px;
        font-weight: 900;
        letter-spacing: 3.2px;
        text-transform: uppercase;
        margin-right: 16px;
        transition: all 0.5s;
        color: #FFFFFF; }
        .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .kuHighlightsBlock ul li a:hover,
        .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .kuHighlightsBlock ul li a:hover {
          background-color: #FFFFFF;
          color: #013726 !important; }
  .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevu-fluid,
  .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevu-fluid {
    background: #013726;
    overflow-y: auto; }
    @media (min-width: 1261px) {
      .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevu-fluid,
      .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevu-fluid {
        background: linear-gradient(90deg, #013726 35%, #FFFFFF 35%);
        max-height: 80vh; } }
  .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuQuickSearchingArea,
  .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuQuickSearchingArea {
    max-width: 1512px;
    margin: 0 auto;
    padding: 0; }
  .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuAutoSuggestionsWrap,
  .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuAutoSuggestionsWrap {
    border: 0;
    padding: 0; }
  .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuSuggestionHeading,
  .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuSuggestionHeading {
    font-size: 18px;
    letter-spacing: 3.6px;
    font-weight: 900;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    margin: 16px 0; }
    .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuSuggestionHeading span,
    .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuSuggestionHeading span {
      color: #013726; }
  .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuQuickSearchResults .trending-content,
  .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuQuickSearchResults .kuQuickResultsListContainer ul,
  .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuQuickSearchResults .trending-content,
  .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuQuickSearchResults .kuQuickResultsListContainer ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 24px; }
    @media (min-width: 1261px) {
      .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuQuickSearchResults .trending-content,
      .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuQuickSearchResults .kuQuickResultsListContainer ul,
      .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuQuickSearchResults .trending-content,
      .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuQuickSearchResults .kuQuickResultsListContainer ul {
        grid-template-columns: repeat(4, 1fr); } }
  .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuQuickSearchResults .kuQuickResultsListContainer ul::before,
  .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuQuickSearchResults .kuQuickResultsListContainer ul::before {
    display: none; }
  .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuQuickSearchResults .kuQuickResultsListContainer ul .klevuProduct,
  .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuQuickSearchResults .kuQuickResultsListContainer ul .klevuProduct {
    float: unset;
    width: unset !important;
    min-height: unset; }
  .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuProductItemTop,
  .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuProductItemBottom,
  .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuProductItemTop,
  .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuProductItemBottom {
    float: none;
    width: 100%; }
  .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuProductItemTop .product-card--offer,
  .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuProductItemTop .product-card--offer {
    left: 8px;
    right: unset; }
    @media (min-width: 1261px) {
      .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuProductItemTop .product-card--offer,
      .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuProductItemTop .product-card--offer {
        width: 60px;
        height: 60px;
        top: 16px;
        right: 16px;
        left: unset; }
        .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuProductItemTop .product-card--offer span,
        .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuProductItemTop .product-card--offer span {
          font-size: 0.77778rem; } }
  .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .wrapper,
  .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .wrapper {
    display: flex;
    flex-direction: column;
    height: 100%; }
  .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuProductItemBottom,
  .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuProductItemBottom {
    height: 100%; }
  .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuProductItemTop .product-card--offer,
  .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuProductItemTop .product-card--offer {
    left: 8px;
    right: unset; }
    @media (min-width: 1261px) {
      .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuProductItemTop .product-card--offer,
      .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuProductItemTop .product-card--offer {
        width: 60px;
        height: 60px;
        top: 16px;
        right: 16px;
        left: unset; }
        .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuProductItemTop .product-card--offer span,
        .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuProductItemTop .product-card--offer span {
          font-size: 0.77778rem; } }
  .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuQuickImgWrap,
  .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuQuickImgWrap {
    height: 180px !important;
    border: 0;
    max-width: 180px !important;
    width: 100% !important;
    max-height: 180px !important; }
  .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuQuickProductDescBlock,
  .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuQuickProductDescBlock {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0; }
  .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuQuickProductName,
  .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuQuickProductName {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #013726;
    height: auto;
    overflow: hidden;
    margin: 0; }
  .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .productView-subtitle,
  .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .productView-subtitle {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 0; }
  .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuQuickProductPrice,
  .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuQuickProductPrice {
    display: flex;
    align-items: flex-end;
    margin-top: 16px; }
    .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuQuickProductPrice .klevuQuickSalePrice,
    .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuQuickProductPrice .klevuQuickSalePrice {
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      color: #013726;
      margin: 0; }
      .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuQuickProductPrice .klevuQuickSalePrice.klevuQuickSpecialPrice,
      .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuQuickProductPrice .klevuQuickSalePrice.klevuQuickSpecialPrice {
        color: #e52724; }
    .kuQuickSearchResultsContainer.kuQuickSearchFacetedLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuQuickProductPrice .klevuQuickOrigPrice,
    .kuQuickSearchResultsContainer.kuQuickSearchAutoCompleteLayout.klevu-fluid.klevuTarget > div.klevuWrap .klevuQuickProductPrice .klevuQuickOrigPrice {
      font-size: 14px;
      line-height: 22px;
      color: #cccccc;
      text-decoration: line-through;
      margin-left: 8px; }

.header__basket > .action {
  display: flex;
  align-items: center; }

.header__basket .basket-icon {
  width: 24px;
  height: 27px;
  mask-image: url("../icons/bag.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #013726;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6px;
  margin-top: -4px; }
  .header__basket .basket-icon--positive {
    mask-image: url("../icons/bag-fill.svg");
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #013726; }

.header__basket .countPill {
  background-color: transparent;
  margin-left: 0;
  letter-spacing: 0; }

.header__basket .basket-total {
  display: none;
  margin-left: 9px;
  letter-spacing: 1.6px; }
  @media (min-width: 801px) {
    .header__basket .basket-total {
      display: block; } }

.mini-basket {
  background: rgba(0, 0, 0, 0); }
  .mini-basket.is-open {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1320;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.8s; }
    .mini-basket.is-open .mini-basket__wrapper {
      transform: translateX(0);
      right: 0;
      top: 0;
      height: 100vh; }
  .mini-basket .loadingOverlay {
    display: block;
    z-index: 1321; }
  .mini-basket .previewCart {
    height: calc(100vh - 84px);
    display: flex;
    flex-direction: column; }
    .mini-basket .previewCart::after {
      background-color: #f9f9f9; }
      @media (min-width: 801px) {
        .mini-basket .previewCart::after {
          background: #f9f9f9 url("../img/logo-crown.svg") center center no-repeat;
          content: " ";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          opacity: 0.05;
          transform: translateX(30%);
          background-size: contain;
          z-index: -1; } }
  .mini-basket .mini-basket__wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #FFFFFF;
    height: 100vh;
    height: -webkit-fill-available;
    width: 100%;
    z-index: 1320;
    transition: 1s; }
  .mini-basket .mini-basket__header {
    padding: 18px 26px;
    background-color: #013726;
    display: flex;
    align-items: center; }
    @media (min-width: 801px) {
      .mini-basket .mini-basket__header {
        padding: 20px 26px; } }
    .mini-basket .mini-basket__header .icon-bag {
      fill: #FFFFFF;
      width: 24px;
      height: 24px;
      margin-right: 26px; }
  .mini-basket .mini-basket__heading {
    line-height: 24px;
    letter-spacing: 3.2px;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    flex: 1;
    color: white; }
  .mini-basket .mini-basket__close {
    height: 30px;
    padding: 0; }
    .mini-basket .mini-basket__close .icon-close {
      fill: #FFFFFF;
      width: 30px;
      height: 30px; }
    .mini-basket .mini-basket__close:hover::before, .mini-basket .mini-basket__close:hover::after {
      transform: scale(1.3) rotate(135deg); }
  .mini-basket .mini-basket__items {
    list-style: none;
    overflow: auto;
    height: 100%;
    margin: 16px 0 0;
    background-color: #f9f9f9;
    flex: 1; }
    @media (min-width: 1261px) {
      .mini-basket .mini-basket__items {
        background-color: transparent;
        padding: 1.6rem;
        margin: 0; } }
  .mini-basket .mini-basket__item {
    padding: 16px;
    background: #ffffff;
    margin: 0 0 16px;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    text-decoration: none; }
    @media (min-width: 1261px) {
      .mini-basket .mini-basket__item {
        margin: 0;
        padding: 1.6rem 0;
        border-bottom: 0.1rem solid #ccc;
        background: transparent; } }
    .mini-basket .mini-basket__item:first-child {
      padding-top: 0; }
    .mini-basket .mini-basket__item:last-child {
      border-bottom: 0;
      padding-bottom: 0; }
    .mini-basket .mini-basket__item-image {
      margin-right: 10px;
      width: 100px; }
      @media (min-width: 1261px) {
        .mini-basket .mini-basket__item-image {
          width: 150px; } }
      @media (min-width: 801px) {
        .mini-basket .mini-basket__item-image {
          margin-right: 24px; } }
      .mini-basket .mini-basket__item-image a {
        display: block;
        margin-bottom: 0; }
      .mini-basket .mini-basket__item-image img {
        width: 80px;
        height: auto; }
        @media (min-width: 1261px) {
          .mini-basket .mini-basket__item-image img {
            width: 110px; } }
    .mini-basket .mini-basket__item-content {
      width: 100%; }
    .mini-basket .mini-basket__item-name {
      line-height: 1.2rem;
      padding: 0 0 0;
      margin: 0;
      font-weight: 700;
      text-transform: none; }
      @media (min-width: 801px) {
        .mini-basket .mini-basket__item-name {
          font-size: 18px; } }
      .mini-basket .mini-basket__item-name a {
        text-decoration: none;
        color: #013726; }
    .mini-basket .mini-basket__item-info {
      display: block;
      margin-bottom: 16px; }
      @media (min-width: 801px) {
        .mini-basket .mini-basket__item-info {
          font-size: 16px;
          margin-bottom: 48px; }
          .mini-basket .mini-basket__item-info.uplift-present {
            margin-bottom: 18px; } }
    .mini-basket .mini-basket__item-remove {
      color: #999999;
      display: flex;
      align-items: center;
      text-decoration: underline;
      margin-top: 8px;
      cursor: pointer;
      transition: all 0.5s;
      font-size: 0.77778rem; }
      .mini-basket .mini-basket__item-remove:hover {
        color: #666666; }
      .mini-basket .mini-basket__item-remove svg {
        fill: #999999;
        width: 16px;
        height: 18px; }
    .mini-basket .mini-basket__item-price {
      display: flex;
      align-items: flex-end; }
      .mini-basket .mini-basket__item-price span {
        letter-spacing: 0.64px;
        font-size: 16px;
        font-weight: 900; }
      .mini-basket .mini-basket__item-price .price--discounted {
        text-decoration: line-through;
        order: 2;
        font-size: 14px;
        font-weight: 400;
        color: #999999; }
      .mini-basket .mini-basket__item-price .price.sale {
        color: #e52724;
        padding-right: 13px; }
    .mini-basket .mini-basket__item-collateral {
      display: flex;
      justify-content: space-between;
      align-items: center; }
  .mini-basket .mini-basket__checkout {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 1.6rem 4rem;
    border-top: 0.1rem solid #ccc;
    background-color: #FFFFFF; }
  .mini-basket .mini-basket__total {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 0 2.4rem; }
    .mini-basket .mini-basket__total span {
      line-height: 2.08rem; }
  .mini-basket .messaging-container {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .mini-basket .messaging-container .free-delivery-messaging, .mini-basket .messaging-container .incentive-messaging {
      display: inline-block;
      width: 100%;
      margin-top: 10px; }
      .mini-basket .messaging-container .free-delivery-messaging svg, .mini-basket .messaging-container .incentive-messaging svg {
        width: 53px !important;
        height: 33px !important;
        fill: #0e5940;
        margin-right: 16px; }
        @media (min-width: 1261px) {
          .mini-basket .messaging-container .free-delivery-messaging svg, .mini-basket .messaging-container .incentive-messaging svg {
            width: 33px; } }
      .mini-basket .messaging-container .free-delivery-messaging__text, .mini-basket .messaging-container .incentive-messaging__text {
        padding: 4px 24px;
        background: #f4f4f4;
        font-size: 0.88889rem;
        text-transform: uppercase;
        color: #0e5940;
        letter-spacing: 3.2px;
        display: flex;
        align-items: center;
        width: auto;
        text-wrap: initial;
        text-align: center;
        justify-content: center; }
  .mini-basket .mini-basket__buttons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px 16px 44px;
    border-top: solid 1px #e9e9e9; }
    @media (min-width: 1261px) {
      .mini-basket .mini-basket__buttons {
        padding: 26px 22px 0; } }
  .mini-basket .mini-basket__button {
    margin: 0 auto;
    width: 100%;
    text-align: center; }
    .mini-basket .mini-basket__button .PaypalCommerceCheckout,
    .mini-basket .mini-basket__button .GooglePayCheckout {
      display: none; }
    .mini-basket .mini-basket__button .or-use-label {
      text-align: center; }
    .mini-basket .mini-basket__button a {
      height: auto;
      padding: 13px 0;
      line-height: 20px;
      width: 100%;
      font-weight: 900;
      margin: 0 0 8px; }
      @media (min-width: 801px) {
        .mini-basket .mini-basket__button a {
          font-size: 18px;
          margin: 0 0 16px; } }
    .mini-basket .mini-basket__button:last-child a {
      margin: 0; }
  .mini-basket .mini-basket__empty {
    line-height: 1.92rem;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%; }

.cart-item-quantity .form-increment {
  margin-left: 0; }
  .cart-item-quantity .form-increment .button {
    height: 32px;
    width: 32px;
    padding: 0;
    background-color: #f4f4f4; }
    @media (min-width: 1261px) {
      .cart-item-quantity .form-increment .button {
        height: 44px;
        width: 44px; } }
    .cart-item-quantity .form-increment .button svg {
      fill: #000000 !important; }

.cart-item-quantity .form-input--incrementTotal {
  width: 55px;
  border: 0;
  background-color: transparent; }

.mini-basket-active {
  overflow: hidden; }

.cartView-shipping-uplift {
  color: #e52724;
  font-size: 0.9em;
  display: inline-block; }

@media (min-width: 801px) {
  .mini-basket .mini-basket__wrapper {
    position: fixed;
    top: 0;
    transform: translateX(100%);
    max-width: 560px;
    height: inherit; }
  .mini-basket .mini-basket__checkout {
    max-width: 560px; } }

.cart-item-quantity .form-increment {
  display: flex; }

@media (min-width: 1261px) {
  .header__navigation .s48meganav,
  .navigation-mobile .s48meganav {
    padding-bottom: 20px;
    transition: all 0.5s; }
    body.stickyHeader .header__navigation .s48meganav, body.stickyHeader
    .navigation-mobile .s48meganav {
      padding-bottom: 0; } }

.header__navigation .s48meganav nav,
.navigation-mobile .s48meganav nav {
  max-width: 1512px; }
  @media (min-width: 1261px) {
    .header__navigation .s48meganav nav .menu-block__tag-hidden-name, .header__navigation .s48meganav nav .menu-block__tag-column,
    .navigation-mobile .s48meganav nav .menu-block__tag-hidden-name,
    .navigation-mobile .s48meganav nav .menu-block__tag-column {
      border-right: 1px solid #cccccc; }
      .header__navigation .s48meganav nav .menu-block__tag-hidden-name:last-child, .header__navigation .s48meganav nav .menu-block__tag-column:last-child,
      .navigation-mobile .s48meganav nav .menu-block__tag-hidden-name:last-child,
      .navigation-mobile .s48meganav nav .menu-block__tag-column:last-child {
        border-right: 0; } }
  .header__navigation .s48meganav nav .menu-block__tag-hidden-name > a, .header__navigation .s48meganav nav .menu-block__tag-column > a,
  .navigation-mobile .s48meganav nav .menu-block__tag-hidden-name > a,
  .navigation-mobile .s48meganav nav .menu-block__tag-column > a {
    display: none !important; }
  .header__navigation .s48meganav nav .menu-block__tag-sale > a,
  .navigation-mobile .s48meganav nav .menu-block__tag-sale > a {
    color: #e52724 !important; }
  .header__navigation .s48meganav nav .menu-block__depth-0--item,
  .navigation-mobile .s48meganav nav .menu-block__depth-0--item {
    text-transform: uppercase; }
    @media (min-width: 1261px) {
      .header__navigation .s48meganav nav .menu-block__depth-0--item .menu-block--anchor,
      .navigation-mobile .s48meganav nav .menu-block__depth-0--item .menu-block--anchor {
        padding-top: 0 !important; }
        body.stickyHeader .header__navigation .s48meganav nav .menu-block__depth-0--item .menu-block--anchor, body.stickyHeader
        .navigation-mobile .s48meganav nav .menu-block__depth-0--item .menu-block--anchor {
          padding-top: 21.6px !important; } }
    .header__navigation .s48meganav nav .menu-block__depth-0--item:hover > .menu-block--anchor:not(.menu-block--no-link),
    .navigation-mobile .s48meganav nav .menu-block__depth-0--item:hover > .menu-block--anchor:not(.menu-block--no-link) {
      text-decoration: underline; }
    .header__navigation .s48meganav nav .menu-block__depth-0--item:first-child .menu-block--anchor,
    .navigation-mobile .s48meganav nav .menu-block__depth-0--item:first-child .menu-block--anchor {
      padding-left: 0; }
    .header__navigation .s48meganav nav .menu-block__depth-0--item:last-child .menu-block--anchor,
    .navigation-mobile .s48meganav nav .menu-block__depth-0--item:last-child .menu-block--anchor {
      padding-right: 0; }
  .header__navigation .s48meganav nav .menu-block__depth-0 .menu-block__depth-0--item > a .menu_block--heading,
  .navigation-mobile .s48meganav nav .menu-block__depth-0 .menu-block__depth-0--item > a .menu_block--heading {
    font-size: 16px;
    letter-spacing: 3.2px; }
    @media (min-width: 1261px) {
      .header__navigation .s48meganav nav .menu-block__depth-0 .menu-block__depth-0--item > a .menu_block--heading,
      .navigation-mobile .s48meganav nav .menu-block__depth-0 .menu-block__depth-0--item > a .menu_block--heading {
        font-size: 14px;
        letter-spacing: 2.8px;
        text-indent: -2.8px; } }
  @media (min-width: 1261px) {
    .header__navigation .s48meganav nav .menu-block__depth-1--wrapper,
    .navigation-mobile .s48meganav nav .menu-block__depth-1--wrapper {
      background: #f9f9f9;
      border-top: 1px solid #707070;
      border-bottom: 1px solid #707070;
      overflow: hidden;
      width: 100%; }
      .header__navigation .s48meganav nav .menu-block__depth-1--wrapper::after,
      .navigation-mobile .s48meganav nav .menu-block__depth-1--wrapper::after {
        background: url("../img/logo-crown.svg") left bottom no-repeat;
        content: " ";
        display: block;
        position: absolute;
        left: -10%;
        bottom: 10px;
        width: 50%;
        height: 100%;
        opacity: 0.05;
        background-size: contain;
        z-index: -1; }
      .header__navigation .s48meganav nav .menu-block__depth-1--wrapper .menu-block--wrapper,
      .navigation-mobile .s48meganav nav .menu-block__depth-1--wrapper .menu-block--wrapper {
        background-color: transparent; } }
  .header__navigation .s48meganav nav .menu-block__depth-1--wrapper .menu-block__depth-1,
  .navigation-mobile .s48meganav nav .menu-block__depth-1--wrapper .menu-block__depth-1 {
    max-width: 1512px;
    grid-gap: 66px; }
  .header__navigation .s48meganav nav .menu-block__depth-1--item,
  .navigation-mobile .s48meganav nav .menu-block__depth-1--item {
    text-transform: none; }
    @media (min-width: 1261px) {
      .header__navigation .s48meganav nav .menu-block__depth-1--item,
      .navigation-mobile .s48meganav nav .menu-block__depth-1--item {
        margin: 1.2rem 0 !important; } }
    .header__navigation .s48meganav nav .menu-block__depth-1--item img,
    .navigation-mobile .s48meganav nav .menu-block__depth-1--item img {
      margin: 0 !important;
      width: 100%; }
  .header__navigation .s48meganav nav .menu-block__depth-1 .menu_block--heading,
  .navigation-mobile .s48meganav nav .menu-block__depth-1 .menu_block--heading {
    font-weight: 400;
    font-size: 16px; }
    @media (min-width: 1261px) {
      .header__navigation .s48meganav nav .menu-block__depth-1 .menu_block--heading,
      .navigation-mobile .s48meganav nav .menu-block__depth-1 .menu_block--heading {
        font-size: 18px;
        font-weight: 900;
        letter-spacing: 3.2px;
        text-transform: uppercase; } }
  @media (min-width: 1261px) {
    .header__navigation .s48meganav nav .menu-block__depth-2--item,
    .navigation-mobile .s48meganav nav .menu-block__depth-2--item {
      margin-bottom: 36px; }
      .header__navigation .s48meganav nav .menu-block__depth-2--item.has-no-children,
      .navigation-mobile .s48meganav nav .menu-block__depth-2--item.has-no-children {
        margin-bottom: 36px; }
      .header__navigation .s48meganav nav .menu-block__depth-2--item > .menu-block--wrapper,
      .navigation-mobile .s48meganav nav .menu-block__depth-2--item > .menu-block--wrapper {
        margin-top: 26px; } }
  .header__navigation .s48meganav nav .menu-block__depth-2 .menu-block--anchor,
  .navigation-mobile .s48meganav nav .menu-block__depth-2 .menu-block--anchor {
    width: 100%;
    position: relative; }
    .header__navigation .s48meganav nav .menu-block__depth-2 .menu-block--anchor .menu-block--image + .menu_block--heading,
    .navigation-mobile .s48meganav nav .menu-block__depth-2 .menu-block--anchor .menu-block--image + .menu_block--heading {
      display: flex !important;
      flex-direction: column;
      align-items: flex-start;
      position: absolute;
      bottom: 0;
      background: rgba(255, 255, 255, 0.7);
      margin: 0;
      width: 100%;
      padding: 16px 32px 24px;
      font-size: 20px;
      letter-spacing: 4.8px;
      text-transform: uppercase;
      font-weight: 900; }
      @media (min-width: 1261px) {
        .header__navigation .s48meganav nav .menu-block__depth-2 .menu-block--anchor .menu-block--image + .menu_block--heading,
        .navigation-mobile .s48meganav nav .menu-block__depth-2 .menu-block--anchor .menu-block--image + .menu_block--heading {
          padding: 16px 24px 24px; } }
      .header__navigation .s48meganav nav .menu-block__depth-2 .menu-block--anchor .menu-block--image + .menu_block--heading::after,
      .navigation-mobile .s48meganav nav .menu-block__depth-2 .menu-block--anchor .menu-block--image + .menu_block--heading::after {
        content: "Shop Now";
        display: inline-block;
        font-size: 16px;
        letter-spacing: 3.2px;
        color: #013726 !important;
        font-weight: 700;
        background: url("../icons/arrow-right.svg") right center no-repeat;
        padding-right: 30px;
        margin-right: -30px; }
  .header__navigation .s48meganav nav .menu-block__depth-3--wrapper,
  .navigation-mobile .s48meganav nav .menu-block__depth-3--wrapper {
    display: block; }
    .header__navigation .s48meganav nav .menu-block__depth-3--wrapper .menu_block--heading,
    .navigation-mobile .s48meganav nav .menu-block__depth-3--wrapper .menu_block--heading {
      font-size: 16px; }
      @media (min-width: 1261px) {
        .header__navigation .s48meganav nav .menu-block__depth-3--wrapper .menu_block--heading,
        .navigation-mobile .s48meganav nav .menu-block__depth-3--wrapper .menu_block--heading {
          font-size: 14px;
          font-weight: 400;
          letter-spacing: 0;
          text-transform: none;
          margin-bottom: 16px; } }

.header__navigation .s48meganav a,
.navigation-mobile .s48meganav a {
  color: #013726; }

.header__navigation .s48meganav .menu-block__colspan-2.menu-block__column-wrap-content .menu-block__depth-2,
.navigation-mobile .s48meganav .menu-block__colspan-2.menu-block__column-wrap-content .menu-block__depth-2 {
  column-count: 1; }

.header__navigation .s48meganav::after,
.navigation-mobile .s48meganav::after {
  width: 100%; }

.navigation-mobile {
  position: fixed;
  top: 0;
  left: -100%;
  background-color: #ffffff;
  height: 100vh;
  height: -webkit-fill-available;
  width: 100%;
  z-index: 321;
  -webkit-transition: 1s;
  transition: 1s;
  overflow: scroll; }
  @media (min-width: 1261px) {
    .navigation-mobile {
      display: none; } }
  .navigation-mobile .nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 66px;
    box-shadow: -1px 4px 20px 4px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    transition: all 0.5s;
    background-color: #FFFFFF;
    z-index: 999; }
    .navigation-mobile .nav-header .heading {
      font-size: 16px;
      letter-spacing: 3.2px;
      text-transform: uppercase;
      padding-left: 16px;
      font-weight: 700; }
    .navigation-mobile .nav-header .mobileNav-toggle {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #FFFFFF;
      padding: 0;
      width: 56px; }
      .navigation-mobile .nav-header .mobileNav-toggle svg {
        width: 36px;
        height: 36px; }
    .navigation-mobile .nav-header.sub-level {
      background-color: #013726;
      color: #FFFFFF; }
      .navigation-mobile .nav-header.sub-level .heading {
        display: flex;
        align-items: center; }
        .navigation-mobile .nav-header.sub-level .heading::before {
          content: "";
          mask-image: url("../icons/arrow-left.svg");
          mask-repeat: no-repeat;
          mask-size: contain;
          background-color: #FFFFFF;
          background-size: contain;
          width: 25px;
          height: 25px;
          display: inline-block;
          margin-right: 18px; }
      .navigation-mobile .nav-header.sub-level ~ .nav-footer {
        display: none; }
  .navigation-mobile .nav-main {
    padding-top: 76px;
    overflow: scroll; }
  .navigation-mobile .nav-footer {
    background-color: #013726; }
    .navigation-mobile .nav-footer .quick-links__list {
      flex-direction: column;
      padding: 33px 0; }
      .navigation-mobile .nav-footer .quick-links__list li {
        display: block;
        font-size: 18px;
        margin-bottom: 16px; }
        .navigation-mobile .nav-footer .quick-links__list li a {
          color: #FFFFFF;
          text-decoration: none; }
  .navigation-mobile .s48meganav {
    display: block;
    left: 0;
    position: static;
    background: transparent;
    padding-top: 10px;
    height: 950px !important; }
    .navigation-mobile .s48meganav .menu-back-btn {
      display: none; }
    .navigation-mobile .s48meganav nav .menu-block--wrapper {
      background-color: transparent; }
    .navigation-mobile .s48meganav nav .menu-block--item {
      border-top: 1px solid #f4f4f4; }
      .navigation-mobile .s48meganav nav .menu-block--item img {
        width: 100%;
        padding: 0 16px;
        margin-top: 24px; }
    .navigation-mobile .s48meganav nav .menu-block__depth-0 .menu-block--item.has-children > .menu-block--anchor .menu_block--heading:after {
      content: "";
      mask-image: url("../icons/arrow-right-alt.svg");
      mask-repeat: no-repeat;
      mask-size: contain;
      background-color: #cccccc;
      width: 30px;
      height: 30px;
      transform: rotate(0);
      margin-right: 10px; }
  .navigation-mobile.is-open {
    left: 0;
    top: 0; }

body.open-nav {
  overflow: hidden; }

.s48meganav .nav .menu-block__depth-0 .menu-block--item .menu-block__column-design-image-only .menu-block--image {
  max-height: 500px;
  overflow: hidden; }

.footer {
  padding-top: 0; }
  @media (min-width: 1261px) {
    .footer {
      padding: 80px 0 0; } }
  .footer > .container {
    max-width: 1512px;
    padding: 0; }
  .footer .footer-info-col {
    margin-bottom: 0;
    padding: 0;
    width: 100%; }
    @media (min-width: 1261px) {
      .footer .footer-info-col {
        width: 33.33334%; } }
  .footer .footer-payment-icons {
    text-align: center; }
    .footer .footer-payment-icons .footer-payment-icon {
      margin: 0 12px;
      opacity: 0.5; }
      .footer .footer-payment-icons .footer-payment-icon.small-icon {
        width: 28px; }
  .footer .footer-copyright {
    text-align: center;
    font-size: 14px;
    padding: 46px 0 0;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    margin-top: 24px;
    line-height: 24px; }
    @media (min-width: 1261px) {
      .footer .footer-copyright {
        font-size: 16px;
        border-top: 1px solid #cccccc;
        margin-top: 80px;
        padding-bottom: 46px; } }
    .footer .footer-copyright address {
      font-style: normal; }

#consent-manager-update-banner {
  display: none; }

.footer-info [data-sub-layout] {
  padding: 0; }

.footer-info [data-sub-layout-container] {
  justify-content: center;
  align-items: flex-start;
  text-align: left; }
  @media (min-width: 801px) {
    .footer-info [data-sub-layout-container] {
      text-align: center; } }

.footer-info .accordion {
  margin: 0;
  border: none; }
  .footer-info .accordion::before, .footer-info .accordion::after {
    display: none; }

.footer-info .accordion-list,
.footer-info .accordion-item--content-list {
  margin: 0;
  list-style: none; }

.footer-info .accordion-item {
  border-bottom: 0.1rem solid #cccccc; }

.footer-info .accordion-item--control {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  position: relative;
  padding: 17px 18px;
  height: unset;
  width: 100%;
  line-height: 2.3rem;
  text-align: center;
  color: #013726;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (min-width: 801px) {
    .footer-info .accordion-item--control {
      display: block; } }
  @media (min-width: 1261px) {
    .footer-info .accordion-item--control {
      font-size: 24px;
      letter-spacing: 4.8px; } }
  .footer-info .accordion-item--control::after {
    content: "";
    display: inline-block;
    mask-image: url("../icons/chevron-down-regular.svg");
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #013726;
    height: 34px;
    width: 34px;
    top: 50%;
    right: 0;
    transform: rotate(0deg);
    transition: all 0.25s linear; }

.footer-info .accordion-item--content {
  line-height: 2.6rem;
  color: #000000;
  height: 0;
  overflow: hidden;
  transition: height 0.25s linear; }

.footer-info .accordion-item--content-list {
  padding: 0 18px; }
  @media (min-width: 801px) {
    .footer-info .accordion-item--content-list {
      padding: 0; } }
  .footer-info .accordion-item--content-list li {
    line-height: 18px; }
  .footer-info .accordion-item--content-list li:not(:last-of-type) {
    padding-bottom: 30px; }
  .footer-info .accordion-item--content-list li:first-of-type {
    border-top: 1px solid #f4f4f4;
    padding-top: 24px; }
    @media (min-width: 801px) {
      .footer-info .accordion-item--content-list li:first-of-type {
        border: 0;
        padding-top: 0; } }
  .footer-info .accordion-item--content-list li:last-of-type {
    padding-bottom: 2.4rem; }
  .footer-info .accordion-item--content-list a {
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    color: #013726; }
    @media (min-width: 801px) {
      .footer-info .accordion-item--content-list a {
        font-size: 16px; } }

.footer-info .is-active .accordion-item--control::after {
  transform: rotate(180deg);
  transition: all 0.25s linear; }

.footer-info .is-active .accordion-item--content {
  height: auto;
  transition: height 0.25s linear; }

@media (min-width: 801px) {
  .footer-info .accordion-item {
    border: none; }
  .footer-info .accordion-item--control::after {
    display: none; }
  .footer-info .accordion-item--content {
    height: auto;
    transition: unset; }
  .footer-info .accordion-item--content-list li:last-of-type {
    padding-bottom: 0; }
  .footer-info .is-active .accordion-item--content {
    transition: unset; } }

@media (min-width: 801px) {
  .footer-info .accordion-item--control {
    padding-top: 40px;
    padding-bottom: 40px; } }

.socialLinks {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-around; }
  .socialLinks-item {
    margin-right: 0; }
  .socialLinks .icon {
    width: 24px !important;
    height: 24px; }
    @media (min-width: 1261px) {
      .socialLinks .icon {
        width: 32px !important;
        height: 32px; } }
    .socialLinks .icon svg {
      fill: #000000; }

#consent-manager {
  background-color: #FFFFFF !important; }
  #consent-manager .css-10z1g2q {
    background: #FFFFFF !important;
    color: #013726;
    border-top: 1px solid #013726; }
    #consent-manager .css-10z1g2q > div {
      flex-flow: nowrap !important;
      align-items: center !important;
      padding-top: 24px;
      flex-direction: column !important;
      max-width: 1512px;
      margin: 0 auto; }
      @media (min-width: 1261px) {
        #consent-manager .css-10z1g2q > div {
          flex-direction: row !important; } }
  #consent-manager .css-1wn42nw {
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    margin-top: 24px; }
    @media (min-width: 1261px) {
      #consent-manager .css-1wn42nw {
        flex-direction: row;
        width: fit-content;
        margin-top: 0; } }
  #consent-manager .css-a0j149:nth-child(2) {
    display: none !important; }
  #consent-manager .css-a0j149:nth-child(3),
  #consent-manager .css-1k76mzs {
    justify-content: center; }
  #consent-manager .css-a0j149:nth-child(3) {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3.2px;
    background-color: #013726;
    color: #FFFFFF;
    border-radius: 0;
    padding: 11px 40px;
    height: unset;
    margin: 0;
    margin-bottom: 16px; }
    #consent-manager .css-a0j149:nth-child(3):hover {
      background-color: #015037; }
    @media (min-width: 1261px) {
      #consent-manager .css-a0j149:nth-child(3) {
        margin-bottom: 0; } }
  #consent-manager .css-1k76mzs {
    order: 2;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3.2px;
    background-color: #FFFFFF;
    color: #013726;
    border-radius: 0;
    border: 1px solid #013726;
    padding: 11px 40px;
    height: unset;
    transition: all 0.5s; }
    #consent-manager .css-1k76mzs:hover {
      outline: 2px solid;
      outline-offset: -2px; }
  #consent-manager .css-ra9y5f {
    display: flex;
    align-items: center;
    max-width: 750px;
    margin: 0;
    text-align: center;
    position: relative; }
    #consent-manager .css-ra9y5f::before {
      content: "";
      background: url("../icons/cookie.svg") center center no-repeat;
      display: inline-block;
      width: 16px;
      height: 16px;
      background-size: contain;
      position: absolute;
      transform: translateX(-690%);
      left: 50%;
      top: 3px; }
    #consent-manager .css-ra9y5f .css-bhz559 {
      flex: 1; }
    @media (min-width: 1261px) {
      #consent-manager .css-ra9y5f {
        text-align: left; }
        #consent-manager .css-ra9y5f::before {
          position: relative;
          width: 32px;
          height: 32px;
          margin-right: 64px;
          transform: unset;
          left: unset;
          top: unset; } }
  #consent-manager .css-bhz559::before {
    content: "Cookies Settings";
    font-family: "Lato";
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 16px;
    width: fit-content;
    margin: 0 auto;
    padding-left: 32px; }
    @media (min-width: 1261px) {
      #consent-manager .css-bhz559::before {
        width: initial;
        margin: initial;
        padding-left: 0; } }
  #consent-manager .css-bhz559 > span:not(.custom-content) {
    display: none; }

.css-zikcg4 h2,
.css-yxm2n2 h2 {
  font-family: "Lato";
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 3.2px;
  text-transform: uppercase; }

.css-zikcg4 input[type="radio"],
.css-yxm2n2 input[type="radio"] {
  accent-color: #015037; }

.css-zikcg4 .css-3e0hge,
.css-yxm2n2 .css-3e0hge {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3.2px;
  background-color: #013726;
  border: 1px solid #013726;
  color: #FFFFFF;
  border-radius: 0;
  padding: 11px 40px;
  height: unset;
  margin: 0;
  margin-left: 16px; }
  .css-zikcg4 .css-3e0hge:hover,
  .css-yxm2n2 .css-3e0hge:hover {
    background-color: #015037; }

.css-zikcg4 .css-1zvabp,
.css-yxm2n2 .css-1zvabp {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3.2px;
  background-color: #FFFFFF;
  color: #013726;
  border-radius: 0;
  border: 1px solid #013726;
  padding: 11px 40px;
  height: unset;
  transition: all 0.5s; }
  .css-zikcg4 .css-1zvabp:hover,
  .css-yxm2n2 .css-1zvabp:hover {
    outline: 2px solid;
    outline-offset: -2px; }

.css-yxm2n2 {
  width: 640px; }

.uspBanner--wrapper {
  height: unset; }
  .uspBanner--wrapper .uspBanner--container {
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 10px; }
    .uspBanner--wrapper .uspBanner--container .slick-dotted.slick-slider {
      margin: 0; }
  .uspBanner--wrapper .icon {
    height: 32px; }
  .uspBanner--wrapper .content {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 28px 0; }
    @media (min-width: 1261px) {
      .uspBanner--wrapper .content {
        padding: 15px 0; } }
    .uspBanner--wrapper .content .title {
      font-weight: 900;
      font-size: 14px;
      letter-spacing: 2.4px;
      text-transform: uppercase; }
      @media (min-width: 1261px) {
        .uspBanner--wrapper .content .title {
          font-size: 18px;
          letter-spacing: 3.6px; } }
    @media (min-width: 1261px) {
      .uspBanner--wrapper .content .text {
        font-size: 16px; } }
  .uspBanner--wrapper .slick-dots {
    bottom: -3px; }
    .uspBanner--wrapper .slick-dots li {
      width: 16px;
      height: 8px; }
      .uspBanner--wrapper .slick-dots li button {
        border-color: #FFFFFF;
        width: 8px;
        height: 8px; }
        .uspBanner--wrapper .slick-dots li button::before {
          width: 8px;
          height: 8px; }
      .uspBanner--wrapper .slick-dots li.slick-active button::before {
        background-color: #FFFFFF; }

.homepage-heading {
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3.6px;
  font-weight: 900;
  line-height: normal;
  margin: 24px auto 0px;
  max-width: 300px; }

@media (min-width: 1261px) {
  .homepage-heading {
    font-size: 32px;
    letter-spacing: 6.4px;
    margin: 24px 0 20px;
    max-width: unset; } }

.productCarousel--slick .carousel-tooltip {
  display: none !important; }

.productCarousel--slick .slick-next,
.productCarousel--slick .slick-prev {
  transform: none;
  top: unset;
  bottom: -41px; }

.productCarousel--slick .slick-dots li button,
.productCarousel--slick .slick-dots li button::before {
  height: 12px;
  width: 12px; }

.productCarousel--slick.slick-dotted.slick-slider {
  margin: 0 0 4rem 0; }

.productCarousel--slick .slick-prev {
  left: -3px;
  background-color: transparent; }

.productCarousel--slick .slick-next {
  right: -4px;
  background-color: transparent; }
  @media (min-width: 801px) {
    .productCarousel--slick .slick-next {
      right: 0; } }

.productCarousel--slick .slick-list .draggable {
  margin-bottom: 4rem; }

.productCarousel--slick .slick-track {
  margin-bottom: 2rem;
  display: flex;
  align-items: stretch;
  gap: 10px; }

.product-card--image-container {
  position: relative;
  margin: 0; }
  .product-card--image-container img {
    width: 100%;
    object-fit: cover; }

.product-card--content {
  margin-bottom: 3rem; }

.product-card--offer {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  font-weight: bold !important;
  z-index: 1; }
  @media (min-width: 1261px) {
    .product-card--offer {
      width: 80px;
      height: 80px;
      top: 16px;
      right: 16px; } }

.product-card--offer-bogo {
  background-color: #e52725;
  color: white; }

.product-card--offer-new {
  background-color: #0E5940;
  color: white; }

.product-card--offer span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  text-transform: uppercase;
  font-size: 0.61111rem;
  padding: 4px;
  text-align: center;
  line-height: normal;
  overflow: hidden; }
  @media (min-width: 1261px) {
    .product-card--offer span {
      font-size: 1.16667rem;
      padding: 10px; } }

.product-card--title a {
  text-decoration: none;
  color: #013726; }

.product-price--container {
  margin-bottom: 1rem; }

.price-from-label {
  color: #013726;
  margin-right: 0.5rem;
  font-size: 14px; }

.price--total {
  color: #013726;
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
  margin-right: 0.5rem; }

.price--sale {
  font-size: 16px;
  font-family: "Lato";
  font-weight: 900;
  letter-spacing: 0.72px;
  color: #e52725; }
  @media (min-width: 801px) {
    .price--sale {
      font-size: 18px; } }

.price--non-sale {
  letter-spacing: 0.56px;
  font-size: 14px;
  font-family: "Lato";
  color: #999999;
  opacity: 1;
  font-weight: normal; }

.product-button--add-cart, .product-button--add-cart-variant {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 0.5rem 1rem; }
  @media (min-width: 551px) {
    .product-button--add-cart, .product-button--add-cart-variant {
      padding: 0.5rem 3rem; } }
  .product-button--add-cart:disabled, .product-button--add-cart-variant:disabled {
    width: 100%; }

.product-button--add-cart-variant {
  width: 100%; }

.product-button--add-cart span, .product-button--add-cart-variant span {
  margin-right: 0.5rem;
  font-weight: 900; }

.product-card--icon {
  position: relative;
  top: -1px; }

.product-card--hover {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%; }
  .product-card--hover::before {
    content: "";
    padding-top: 100%; }
    .product--featured .product-card--hover::before {
      padding-top: 48.5%; }
  .product-card--hover img {
    transition: opacity 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
    .product-card--hover img:last-child {
      opacity: 0; }
  .product-card--hover:hover img:first-child {
    opacity: 0; }
  .product-card--hover:hover img:last-child {
    opacity: 1; }

.yotpo .yotpo-stars .yotpo-icon.rating-star::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: contain; }

.yotpo .yotpo-stars .yotpo-icon-star::before {
  background: url("../icons/star-filled.svg") center center no-repeat; }

.yotpo .yotpo-stars .yotpo-icon-half-star::before {
  background: url("../icons/star-half.svg") center center no-repeat; }

.yotpo .yotpo-stars .yotpo-icon-empty-star::before {
  background: url("../icons/star-empty.svg") center center no-repeat; }

.product-price--container {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .product-price--container .yotpo-bottomline .text-m {
    display: none !important; }

.productView-rating {
  width: max-content; }

.yotpo.bottomLine a {
  pointer-events: none; }

.slick-slider .slick-disabled {
  opacity: 0.5; }

.plp-product.col-2 {
  grid-column: span 2; }
  .plp-product.col-2 .plp-banner-image-sub {
    width: 100%;
    margin: 0; }
    @media (min-width: 1261px) {
      .plp-product.col-2 .plp-banner-image-sub {
        width: 50%; } }
  .plp-product.col-2 .plp-banner-bottom__text {
    border-left: 1px solid #013726;
    padding-left: 20px; }
    .plp-product.col-2 .plp-banner-bottom__text .plp-banner__subheader {
      font-size: 22px;
      line-height: 1.27273; }
    .plp-product.col-2 .plp-banner-bottom__text .plp-banner__subtext {
      font-size: 18px;
      line-height: 1.44444; }
      @media (min-width: 1261px) {
        .plp-product.col-2 .plp-banner-bottom__text .plp-banner__subtext {
          font-size: 1.125rem; } }

.plp-product--row {
  display: flex;
  flex-direction: row;
  padding-bottom: 0.5rem; }

.plp-product .plp-banner-image-sub {
  margin-bottom: 0.5rem; }
  .plp-product .plp-banner-image-sub img {
    width: 100%;
    max-height: 241px; }
    @media (min-width: 801px) {
      .plp-product .plp-banner-image-sub img {
        max-width: 100%;
        max-height: 100%; } }
    @media (min-width: 1261px) {
      .plp-product .plp-banner-image-sub img {
        max-width: 352px;
        max-height: 352px; } }

.plp-product .plp-banner-title-description {
  width: 100%; }
  @media (min-width: 1261px) {
    .plp-product .plp-banner-title-description {
      width: 50%; } }
  .plp-product .plp-banner-title-description .plp-banner__text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    color: white;
    text-align: center;
    padding: 0.5rem 0.25rem; }
    @media (min-width: 801px) {
      .plp-product .plp-banner-title-description .plp-banner__text {
        padding: 1rem 2rem; } }
    .plp-product .plp-banner-title-description .plp-banner__text p {
      margin-bottom: 0.75rem; }
    .plp-product .plp-banner-title-description .plp-banner__text .plp-banner__title {
      margin: 0;
      font-size: 18px;
      padding: 0.5rem 0.25rem; }
      @media (min-width: 801px) {
        .plp-product .plp-banner-title-description .plp-banner__text .plp-banner__title {
          font-size: 22px; } }
      @media (min-width: 1261px) {
        .plp-product .plp-banner-title-description .plp-banner__text .plp-banner__title {
          font-size: 24px; } }
    .plp-product .plp-banner-title-description .plp-banner__text .plp-banner__description {
      font-size: 14px; }
      @media (min-width: 801px) {
        .plp-product .plp-banner-title-description .plp-banner__text .plp-banner__description {
          font-size: 24px; } }

.plp-banner-bottom__text .plp-banner__link {
  text-decoration: none; }
  .plp-banner-bottom__text .plp-banner__link .plp-banner__subheader {
    font-size: 16px;
    line-height: 1.27273;
    margin-bottom: 13px;
    color: #013726; }
  .plp-banner-bottom__text .plp-banner__link .plp-banner__subtext {
    font-size: 14px;
    line-height: 1.44444; }
    @media (min-width: 1261px) {
      .plp-banner-bottom__text .plp-banner__link .plp-banner__subtext {
        font-size: 1.125rem; } }

.sticky-add-to-cart--desktop {
  display: none; }
  @media (min-width: 1261px) {
    .sticky-add-to-cart--desktop {
      display: block;
      position: fixed !important;
      top: 180px;
      z-index: 10; } }
  @media (min-width: 1440px) {
    .sticky-add-to-cart--desktop {
      top: 120px; } }
  @media (min-width: 1520px) {
    .sticky-add-to-cart--desktop {
      top: 150px; } }
  .sticky-add-to-cart--desktop form {
    display: flex;
    align-items: center;
    background-color: #f4f4f4;
    overflow: hidden;
    padding: 40px 20px 0 20px; }
    @media (min-width: 1440px) {
      .sticky-add-to-cart--desktop form {
        margin-top: 45px;
        height: 145px !important; } }
    @media (min-width: 1520px) {
      .sticky-add-to-cart--desktop form {
        margin-top: 0;
        padding: 30px 64px 0;
        height: 135px !important; } }
  .sticky-add-to-cart--desktop .sticky-add-to-cart__title {
    flex: 0.7;
    font-size: 18px;
    font-weight: bold;
    margin-right: 0; }
    @media (min-width: 1520px) {
      .sticky-add-to-cart--desktop .sticky-add-to-cart__title {
        flex: 2; } }
    .sticky-add-to-cart--desktop .sticky-add-to-cart__title p {
      margin: 0; }
    .sticky-add-to-cart--desktop .sticky-add-to-cart__title .sub-title {
      font-size: 14px; }
  .sticky-add-to-cart--desktop .variant-select {
    display: flex;
    justify-content: end;
    border-right: 1px solid #ccc;
    margin-right: 20px; }
    .sticky-add-to-cart--desktop .variant-select .goes-well-with {
      display: none; }
    .sticky-add-to-cart--desktop .variant-select .form-field {
      margin: 0 16px 0 0; }
    .sticky-add-to-cart--desktop .variant-select div {
      display: flex; }
  .sticky-add-to-cart--desktop .quantity-box {
    flex: 0.7;
    border-right: 1px solid #ccc;
    margin-right: 20px;
    padding-right: 16px; }
    @media (min-width: 1520px) {
      .sticky-add-to-cart--desktop .quantity-box {
        flex: 1; } }
    .sticky-add-to-cart--desktop .quantity-box .form-field--increments {
      display: flex;
      align-items: center;
      margin: 0;
      padding: 0; }
    .sticky-add-to-cart--desktop .quantity-box input.quantity-input {
      width: 40px;
      text-align: center;
      padding: 5px;
      border: 1px solid #ccc; }
  .sticky-add-to-cart--desktop .form-field {
    display: flex;
    align-items: center; }
    .sticky-add-to-cart--desktop .form-field .form-label {
      width: 62%;
      margin: 0;
      text-transform: uppercase;
      font-size: 14px;
      color: #013726; }
    .sticky-add-to-cart--desktop .form-field .form-label--inlineSmall small {
      display: none; }
    .sticky-add-to-cart--desktop .form-field .form-select {
      font: normal normal bold 16px/18px Lato;
      letter-spacing: 1.6px;
      color: #013726;
      text-transform: uppercase; }
  .sticky-add-to-cart--desktop .sticky-add-to-cart__right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .sticky-add-to-cart--desktop .sticky-add-to-cart__right .sticky-add-to-cart__button-container {
      padding: 12px 0; }
      .sticky-add-to-cart--desktop .sticky-add-to-cart__right .sticky-add-to-cart__button-container .sticky-add-to-cart__button {
        margin-bottom: 0;
        width: max-content; }
        @media (min-width: 1520px) {
          .sticky-add-to-cart--desktop .sticky-add-to-cart__right .sticky-add-to-cart__button-container .sticky-add-to-cart__button {
            width: 350px; } }
        .sticky-add-to-cart--desktop .sticky-add-to-cart__right .sticky-add-to-cart__button-container .sticky-add-to-cart__button .product-card--icon {
          top: 1px; }
    .sticky-add-to-cart--desktop .sticky-add-to-cart__right .sticky-add-to-cart__price {
      margin-right: 16px; }
      .sticky-add-to-cart--desktop .sticky-add-to-cart__right .sticky-add-to-cart__price .price--non-sale,
      .sticky-add-to-cart--desktop .sticky-add-to-cart__right .sticky-add-to-cart__price .weight-price,
      .sticky-add-to-cart--desktop .sticky-add-to-cart__right .sticky-add-to-cart__price .product-weight {
        display: none; }
    @media (min-width: 1520px) {
      .sticky-add-to-cart--desktop .sticky-add-to-cart__right {
        flex: 1.25; } }

.weight-price {
  font-size: 14px;
  line-height: 18px;
  font-family: "Lato";
  letter-spacing: 0.56px;
  color: #999999;
  margin-top: 8px; }

.sticky-add-to-basket__success {
  opacity: 0;
  color: #013726;
  width: 100%;
  left: 0;
  display: none; }
  .sticky-add-to-basket__success svg {
    width: 22px;
    height: 22px;
    position: relative;
    bottom: -5px; }
  .sticky-add-to-basket__success.visible {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both; }
  .bundle-product--bottom-content .sticky-add-to-basket__success {
    bottom: -10px; }

.sticky-add-to-basket__loading {
  opacity: 0;
  left: 0;
  display: none; }
  .sticky-add-to-basket__loading svg {
    width: 15px;
    height: 13px;
    animation: rotate-center 3s linear infinite both; }
  .sticky-add-to-basket__loading.visible {
    display: block;
    animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both; }
  .bundle-product--bottom-content .sticky-add-to-basket__loading {
    bottom: -10px; }

.productView-details__sticky {
  padding: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100; }
  .productView-details__sticky .productView-options {
    margin: 0; }
    @media (min-width: 320px) {
      .productView-details__sticky .productView-options .form-field {
        height: 100%; } }
    .productView-details__sticky .productView-options .form-select option {
      padding-right: 10px; }
    @media (min-width: 320px) {
      .productView-details__sticky .productView-options .form-select {
        min-width: 96px;
        height: 100%;
        padding: 8px;
        padding-left: 11px;
        margin-right: auto;
        font-size: 16px;
        color: #013726;
        font-weight: 600;
        flex: 1;
        background-image: url("../icons/chevron-down-green.svg");
        background-size: 28px; } }
    @media (min-width: 481px) {
      .productView-details__sticky .productView-options .form-select {
        width: 150px; } }
    .productView-details__sticky .productView-options .product-weight,
    .productView-details__sticky .productView-options .weight-price {
      display: none; }
  @media (min-width: 801px) {
    .productView-details__sticky {
      display: none; } }
  .productView-details__sticky .sticky-add-to-cart__container {
    background-color: #f4f4f4;
    padding: 12px; }
  .productView-details__sticky .sticky-add-to-cart__price .sticky-add-to-cart__text {
    margin-bottom: 0 !important;
    font-size: 16px;
    letter-spacing: 2px; }
    .productView-details__sticky .sticky-add-to-cart__price .sticky-add-to-cart__text:after {
      content: "-";
      padding: 0 3px; }
  @media (max-width: 320px) {
    .productView-details__sticky .sticky-add-to-cart__price span {
      display: block; }
    .productView-details__sticky .sticky-add-to-cart__price .sticky-add-to-cart__cta {
      display: block; } }
  @media (min-width: 320px) {
    .productView-details__sticky .sticky-add-to-cart__price span {
      color: #FFFFFF;
      font-size: 16px;
      display: flex;
      align-items: center;
      justify-content: center; } }
  .productView-details__sticky .sticky-add-to-cart__price .price--non-sale {
    display: none; }
  .productView-details__sticky .sticky-add-to-cart__price .price {
    letter-spacing: 2px; }
  .productView-details__sticky .sticky-add-to-cart__top-layer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px; }
    .productView-details__sticky .sticky-add-to-cart__top-layer .sticky-add-to-cart__title {
      font-weight: bold;
      font-size: 18px;
      line-height: 24px;
      font-family: Lato, sans-serif;
      letter-spacing: 0px;
      color: #013726;
      text-transform: capitalize;
      opacity: 1;
      margin: 0; }
    .productView-details__sticky .sticky-add-to-cart__top-layer .sticky-add-to-cart__price {
      font-weight: 900;
      font-size: 18px;
      line-height: 24px;
      font-family: Lato, sans-serif;
      letter-spacing: 3px;
      color: #013726;
      text-align: right;
      text-transform: uppercase;
      opacity: 1; }
  .productView-details__sticky .sticky-add-to-cart__row {
    display: flex;
    justify-content: center; }
    @media (min-width: 320px) {
      .productView-details__sticky .sticky-add-to-cart__row {
        max-height: 50px;
        gap: 8px; } }
    .productView-details__sticky .sticky-add-to-cart__row .form-label--alternate {
      display: none; }
    .productView-details__sticky .sticky-add-to-cart__row .form-increment {
      border: 1px solid #013726;
      background-color: #FFFFFF !important; }
      @media (min-width: 320px) {
        .productView-details__sticky .sticky-add-to-cart__row .form-increment {
          height: 100%;
          min-width: 82px; }
          .productView-details__sticky .sticky-add-to-cart__row .form-increment .button--inc, .productView-details__sticky .sticky-add-to-cart__row .form-increment .button--dec {
            opacity: 0.5; }
          .productView-details__sticky .sticky-add-to-cart__row .form-increment--large {
            opacity: 1 !important; } }
    .productView-details__sticky .sticky-add-to-cart__row .form-field--increments {
      margin: 0;
      height: auto; }
    .productView-details__sticky .sticky-add-to-cart__row .form-input--incrementTotal {
      border: none;
      color: #013726;
      font-weight: 600;
      width: 20px; }
    .productView-details__sticky .sticky-add-to-cart__row .form-increment .button {
      padding: 0 2px;
      background-color: transparent; }
      .productView-details__sticky .sticky-add-to-cart__row .form-increment .button svg {
        fill: #013726 !important; }
      @media (min-width: 320px) {
        .productView-details__sticky .sticky-add-to-cart__row .form-increment .button--icon {
          width: 40px;
          padding-bottom: 5px; } }
      @media (min-width: 768px) {
        .productView-details__sticky .sticky-add-to-cart__row .form-increment .button--icon {
          width: 50px; } }
    .productView-details__sticky .sticky-add-to-cart__row .form-input {
      background-color: transparent; }
    .productView-details__sticky .sticky-add-to-cart__row .alertBox {
      display: none; }
  .productView-details__sticky .sticky-add-to-cart__button {
    width: 100%;
    cursor: pointer;
    align-items: center;
    display: flex;
    justify-content: center; }
    @media (min-width: 320px) {
      .productView-details__sticky .sticky-add-to-cart__button {
        display: flex;
        height: 100%;
        padding: 15px; }
        .productView-details__sticky .sticky-add-to-cart__button svg {
          margin-left: 8px; } }
    @media (min-width: 481px) {
      .productView-details__sticky .sticky-add-to-cart__button {
        padding-left: 35px;
        padding-right: 35px; } }
  .productView-details__sticky .sticky-add-to-cart__button:hover {
    background-color: #0f6d4c; }
  .productView-details__sticky .sticky-add-to-basket__success {
    opacity: 0;
    color: #013726;
    width: 100%;
    left: 0;
    display: none; }
    .productView-details__sticky .sticky-add-to-basket__success svg {
      width: 22px;
      height: 22px;
      position: relative;
      bottom: -5px; }
    .productView-details__sticky .sticky-add-to-basket__success.visible {
      display: block;
      animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
      text-align: center; }
    .bundle-product--bottom-content .productView-details__sticky .sticky-add-to-basket__success {
      bottom: -10px; }
  .productView-details__sticky .sticky-add-to-basket__loading {
    opacity: 0;
    left: 0;
    display: none; }
    .productView-details__sticky .sticky-add-to-basket__loading svg {
      width: 15px;
      height: 13px;
      animation: rotate-center 3s linear infinite both; }
    .productView-details__sticky .sticky-add-to-basket__loading.visible {
      display: block;
      animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both; }
    .bundle-product--bottom-content .productView-details__sticky .sticky-add-to-basket__loading {
      bottom: -10px; }

.product-upsells--hr {
  border-bottom: solid 1px #ccc; }

.product-upsells--container {
  padding: 32px 0; }
  @media (min-width: 801px) {
    .product-upsells--container {
      padding: 64px 0; } }

.product-upsells--heading {
  text-align: center;
  font-weight: 900;
  font-size: 24px;
  line-height: 34px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  letter-spacing: 4.8px;
  color: #013726;
  text-transform: uppercase;
  padding-bottom: 32px; }
  @media (min-width: 801px) {
    .product-upsells--heading {
      font-size: 32px;
      line-height: 40px;
      letter-spacing: 6.4px;
      padding-bottom: 64px; } }

.tabs-products-display {
  flex-direction: row;
  justify-content: center; }
  .tabs-products-display.tabs {
    border-bottom: none; }
  .tabs-products-display .tab {
    border: none; }
  .tabs-products-display .tab.is-active {
    background: transparent;
    border: none; }
    .tabs-products-display .tab.is-active .tab-title {
      text-decoration: underline;
      font: normal normal 900 24px/40px Lato;
      letter-spacing: 4.8px;
      color: #013726;
      text-transform: uppercase; }
  .tabs-products-display .tab-title {
    font: normal normal 900 24px/40px Lato;
    letter-spacing: 4.8px;
    color: #013726;
    text-transform: uppercase; }

.related-products .card,
.productCarousel--container .card {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%; }
  .related-products .card-figure,
  .productCarousel--container .card-figure {
    width: 90%;
    margin: 0 auto; }
    @media (min-width: 801px) {
      .related-products .card-figure,
      .productCarousel--container .card-figure {
        width: 100%; } }
    .related-products .card-figure img,
    .productCarousel--container .card-figure img {
      border: 0; }

.related-products .product-card--title,
.productCarousel--container .product-card--title {
  font-size: 16px;
  margin-bottom: 32px;
  line-height: 24px;
  margin-top: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media (min-width: 551px) {
    .related-products .product-card--title,
    .productCarousel--container .product-card--title {
      font-size: 18px; } }

.related-products .productCarousel-slide,
.productCarousel--container .productCarousel-slide {
  height: auto;
  display: flex;
  justify-content: space-between; }
  @media (min-width: 801px) {
    .related-products .productCarousel-slide,
    .productCarousel--container .productCarousel-slide {
      flex-direction: column; } }

.related-products .card-body,
.productCarousel--container .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  padding: 0;
  position: relative; }
  .related-products .card-body .button,
  .productCarousel--container .card-body .button {
    width: 100%; }

.productCarousel--container .product-card--title {
  font-size: 16px;
  margin-top: 6px;
  margin-bottom: 32px;
  line-height: 24px;
  margin-top: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media (min-width: 551px) {
    .productCarousel--container .product-card--title {
      font-size: 18px; } }

.productCarousel--container .add-to-basket__success {
  position: absolute;
  bottom: -6px;
  left: unset; }

.productCarousel--container .add-to-basket__loading {
  position: absolute;
  bottom: -6px;
  left: unset; }

.recipe--overlay::after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 12%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="104" height="46.674"><g data-name="Group 2"><path fill="%230e5940" d="M96.12 15.752a37.965 37.965 0 0 0-1.62 5.111 38.57 38.57 0 0 0 2.629.855c.2-.557.388-1.077.565-1.6.188-.549.364-1.1.533-1.652a11.96 11.96 0 0 0 .5-1.618 9.083 9.083 0 0 1-2.605-1.09m3.033.119c.251-.681.475-1.28.689-1.885s.428-1.214.618-1.829a14.955 14.955 0 0 0 .562-1.814 19.579 19.579 0 0 0-2.79-.99q-.883 2.57-1.774 5.156c-.055.158-.1.319-.156.523.948.312 1.88.523 2.851.839M6.713 21.1c1.117-.488 2.215-.773 3.273-1.228-.5-1.621-.974-3.2-1.46-4.773-.016-.05-.087-.082-.142-.135-1.088.451-2.2.816-3.308 1.278.546 1.623 1.08 3.2 1.637 4.857M56.444 2.194a12.634 12.634 0 0 0-3.355-.079c-.016.037-.05.077-.05.114q-.039 2.676-.066 5.35a.725.725 0 0 0 .042.182 13.776 13.776 0 0 0 3.445.061c.069-.594.058-5.084-.016-5.628M2.88 9.5c.069.414 1.552 4.95 1.787 5.478a.872.872 0 0 0 .142.156c.544-.2 1.08-.425 1.629-.6.568-.174 1.151-.3 1.758-.451-.243-1-.56-1.93-.85-2.867s-.525-1.893-.905-2.84A30.292 30.292 0 0 0 2.88 9.5m22.694-5.162c-1.407.193-2.819.4-4.261.657a14.837 14.837 0 0 0 .346 1.8c.127.61.259 1.217.4 1.821a11.247 11.247 0 0 0 .441 1.75c.216-.04.4-.079.589-.108.932-.142 1.866-.277 2.8-.422a.884.884 0 0 0 .578-.208c-.486-3.685-.668-4.762-.895-5.288M77.2 10.185c1.587.459 3.163.647 4.723 1.048a15.125 15.125 0 0 0 .451-1.9c.156-.647.3-1.3.42-1.953a15.4 15.4 0 0 0 .362-1.917 14.124 14.124 0 0 0-2.447-.578c-.84-.145-1.666-.348-2.548-.454L77.2 10.18M26.863 4.19c.29 1.79.573 3.521.858 5.266.169-.013.3-.011.422-.032a14.239 14.239 0 0 1 2.363-.264c.668-.008 1.333 0 2-.011.142 0 .285-.026.465-.045a219.7 219.7 0 0 0-.546-5.678 1.907 1.907 0 0 0-.282-.034c-1.608.1-3.181.47-4.778.668a4.129 4.129 0 0 0-.5.129M85.41 30.155c.908.251 1.756.478 2.6.721.824.24 1.645.5 2.466.747s1.668.515 2.495.771a25.92 25.92 0 0 0 1.312-3.8c-.108-.045-.224-.1-.346-.14-.428-.142-.863-.267-1.286-.422-1.9-.694-3.822-1.3-5.773-1.821-.116-.032-.237-.05-.362-.077a1.68 1.68 0 0 0-.092.2c-.33 1.243-.66 2.489-1.011 3.82M9.1 27.921a35.073 35.073 0 0 0 1.4 4.168 2.195 2.195 0 0 0 .3-.063 109.531 109.531 0 0 1 7.373-2.3 2.872 2.872 0 0 0 .391-.177l-.523-2.165a13.7 13.7 0 0 0-.578-2.181 1.687 1.687 0 0 0-.275.016 50.285 50.285 0 0 0-5.248 1.552c-.913.312-1.806.684-2.706 1.035-.055.021-.093.082-.135.119M23.89 16.388c.087.026.132.055.169.05 2.943-.5 5.908-.861 8.859-1.3a3.187 3.187 0 0 0 .312-.071.176.176 0 0 0 .055-.034.75.75 0 0 0 .061-.063 11.443 11.443 0 0 0-.116-1.84c-.024-.6-.082-1.2-.119-1.8a9.068 9.068 0 0 0-.177-1.835.953.953 0 0 0-.161-.008c-1.344.28-2.679.594-4.039.805-1.486.235-2.964.51-4.451.734-.5.077-1.006.19-1.523.288a1.644 1.644 0 0 0 0 .346c.393 1.581.7 3.186 1.127 4.733M7.745 23.727a7.153 7.153 0 0 0 .436 1.521 7.29 7.29 0 0 0 .554 1.5c.412-.14.8-.267 1.18-.409A63.461 63.461 0 0 1 17.7 24.06c1.716-.393 3.437-.768 5.156-1.148 1.782-.4 3.564-.8 5.367-1.082.272-.042.538-.113.85-.179a143.295 143.295 0 0 0-.663-3.353 107.233 107.233 0 0 0-13.856 3.062 71.823 71.823 0 0 0-6.805 2.368m4.327 13.281c.248-.108.422-.188.6-.259a38.832 38.832 0 0 1 4.295-1.565q2.823-.784 5.665-1.5A59.214 59.214 0 0 1 29.45 32.3c.314-.04.626-.114.929-.169a19.083 19.083 0 0 0-.607-3.807 3.958 3.958 0 0 0-.491.032c-.591.1-1.18.23-1.774.327q-3.627.6-7.183 1.523c-1.433.375-2.859.784-4.274 1.214-1.336.407-2.658.855-3.981 1.3a3.823 3.823 0 0 0-1.233.612c.4 1.212.789 2.41 1.235 3.669m35.02-22.979h.734c1.7-.005 3.4-.034 5.095.066.924.053 1.848.09 2.772.121a1.3 1.3 0 0 0 .739-.053c.087-.832.087-4.765 0-5.322a1.574 1.574 0 0 0-.235-.034c-1.331-.037-2.664-.077-4-.1a29.707 29.707 0 0 0-1.935.008 8.437 8.437 0 0 1-2.563-.14c-.1-.026-.217-.011-.322-.026-.071-.011-.182.029-.185-.143a3.673 3.673 0 0 1 1.61-.515c.861-.04 1.721-.055 2.579-.087.164-.005.327-.032.486-.05a1.122 1.122 0 0 0 .055-.224q.024-2.419.042-4.839c0-.172-.016-.343-.026-.512a.15.15 0 0 0-.021-.061.387.387 0 0 0-.069-.053.628.628 0 0 0-.164-.037c-1.032 0-2.064-.005-3.1.005-.515.005-1.032.042-1.547.066a.115.115 0 0 0-.055.024.492.492 0 0 0-.05.053c-.084.686.037 11.124.153 11.853m45.53 19.512a1.586 1.586 0 0 0-.227-.153 101.508 101.508 0 0 0-10.374-3.06c-2.666-.657-5.351-1.262-8.062-1.726-.034-.005-.077.024-.166.048-.217 1.312-.285 2.663-.5 4a1.285 1.285 0 0 0 .013.259c.816.153 1.613.306 2.413.451q3.71.673 7.357 1.629c2.51.66 5.013 1.357 7.518 2.043a1.121 1.121 0 0 0 .66.063c.449-1.164.9-2.344 1.367-3.553M76.182 9.923c.026-.108.055-.209.071-.312q.17-1.144.338-2.294c.135-.916.269-1.829.4-2.743a1.533 1.533 0 0 0-.026-.351 30.558 30.558 0 0 0-5-.647 1.279 1.279 0 0 0-.092.628c-.024.428-.024.858-.053 1.288-.148 2.165-.309 4.332-.372 6.5-.005.171-.024.343-.029.515-.034.9-.069 1.8-.1 2.706a2.465 2.465 0 0 0 .047.4c3.2.375 6.3 1.164 9.448 1.642a30.879 30.879 0 0 0 .869-5.053c-.755-.179-1.518-.393-2.294-.538a53.76 53.76 0 0 1-6.863-1.714c-.093-.029-.211-.055-.224-.206a27.788 27.788 0 0 1 3.88.18m-1.333 12.29c.208.058.388.121.573.156.338.066.681.1 1.016.177 2.178.48 4.358.945 6.531 1.462 1.125.267 2.228.626 3.339.95 1.626.475 3.255.942 4.876 1.444 1.064.327 2.114.71 3.17 1.064a2.357 2.357 0 0 0 .388.066c.459-1.28.911-2.531 1.365-3.8-.143-.061-.259-.119-.38-.158a292.2 292.2 0 0 0-8.925-2.722c-2.437-.7-4.9-1.275-7.376-1.811-1.172-.253-2.36-.441-3.545-.649a2.952 2.952 0 0 0-.462 0c-.193 1.288-.38 2.537-.57 3.825m10.53 3.582a3.753 3.753 0 0 0-.38-.161c-.781-.232-1.555-.494-2.347-.681-1.88-.451-3.767-.866-5.652-1.291q-2.261-.515-4.559-.805c-.7-.09-1.4-.2-2.109-.285-.916-.116-1.835-.222-2.753-.325q-1.6-.182-3.2-.351a4.564 4.564 0 0 0-.465 0 8.116 8.116 0 0 0-.055 1.476c-.024.473-.037.945-.032 1.42a6.679 6.679 0 0 0 0 1.489 3.86 3.86 0 0 0 .385.071c.644.055 1.285.1 1.93.158.383.034.768.084 1.154.124.6.058 1.2.09 1.8.177 1.338.2 2.677.4 4.01.636 2.6.451 5.185 1 7.758 1.584 1.151.259 2.3.533 3.469.805a1.141 1.141 0 0 0 .1-.214c.317-1.27.631-2.537.95-3.828m-2.562 11.409c.008-.055.013-.111.024-.166a7.262 7.262 0 0 1-.787-.214 1.627 1.627 0 0 0-1-.011 27.332 27.332 0 0 1-3.542.681c-1.085.143-2.17.309-3.255.462-.7.1-1.4.214-2.109.283a39.177 39.177 0 0 1-5.48.143c-.731-.032-1.46-.1-2.189-.166-.23-.018-.459-.069-.689-.1a10.428 10.428 0 0 1 1.465-.179c.963-.066 1.93-.129 2.9-.185.987-.058 1.98-.087 2.965-.174.94-.085 1.877-.219 2.814-.356a19.383 19.383 0 0 0 1.518-.3c.647-.148 1.291-.317 1.938-.473.375-.09.752-.174 1.13-.259.1-.021.153-.066.129-.2-.467-.1-.948-.206-1.431-.3a1.02 1.02 0 0 0-.446.011 24.774 24.774 0 0 1-2.666.457c-.784.129-1.576.224-2.365.314-.6.066-1.2.1-1.8.15a19.618 19.618 0 0 1-3.608 0c-.813-.077-1.632-.114-2.447-.169-.106-.008-.214-.021-.319-.032a13.006 13.006 0 0 1 2.109-.33c1.373-.1 2.745-.193 4.121-.261a31.612 31.612 0 0 0 3.954-.57c.084-.013.159-.092.283-.166-.425-.069-.784-.137-1.146-.179a4.455 4.455 0 0 0-1.022-.071 22.087 22.087 0 0 1-2.247.2c-.235 0-.472.047-.707.053-.644.011-1.291.018-1.935.011-.407-.005-.816-.05-1.222-.071-.346-.019-.689-.021-1.032-.042a1.4 1.4 0 0 1-.285-.082c1.272-.19 2.526-.354 3.9-.589-.42-.077-.713-.15-1.008-.182a210.422 210.422 0 0 0-3.656-.383c-1.048-.1-2.1-.2-3.149-.253-2.043-.106-4.084-.23-6.127-.261-2.885-.045-5.771-.016-8.653-.016-.174 0-.346.013-.517.024-1.439.077-2.877.15-4.319.232-.858.048-1.716.106-2.574.166a31.24 31.24 0 0 0-1.093.1c-.451.05-.905.108-1.507.179a36.072 36.072 0 0 0 3.643.512c-.042.034-.058.058-.077.058-1.222.077-2.447.227-3.669.208a22.312 22.312 0 0 1-3.793-.3 1.35 1.35 0 0 0-.385-.016q-.768.087-1.534.2a3.454 3.454 0 0 0-.4.1 22.164 22.164 0 0 0 2.912.591c1.111.135 2.231.23 3.347.253 1.314.029 2.613.222 3.923.306a.458.458 0 0 1 .388.185c-.578.029-1.119.026-1.653.087a28.606 28.606 0 0 1-5.543.05c-.6-.045-1.2-.127-1.792-.206-.618-.082-1.233-.187-1.851-.269a21.208 21.208 0 0 1-2.473-.428.893.893 0 0 0-.375-.05c-.544.108-1.085.238-1.626.359a1.593 1.593 0 0 0 .6.256c.776.177 1.565.3 2.323.531a25.336 25.336 0 0 0 4.506.755c.81.09 1.629.116 2.444.169 1.225.077 2.45.148 3.672.23.494.032.985.087 1.478.132a.129.129 0 0 1 .055.032.471.471 0 0 1-.016.053c-1.04.09-2.088.222-3.139.264a37.377 37.377 0 0 1-7.077-.414q-1.624-.246-3.255-.465a28.3 28.3 0 0 1-3.92-.755 1.186 1.186 0 0 0-.5-.092 5.514 5.514 0 0 0-1.457.4c.251.077.433.14.618.182.692.166 1.381.325 2.072.483.961.219 1.919.457 2.9.586s1.951.309 2.927.459c.636.1 1.275.2 1.914.272q1.635.174 3.276.3c1.093.09 2.188.148 3.284.224.795.055 1.587.119 2.381.179l1.521.119a2.842 2.842 0 0 1-.932.193c-.99.055-1.977.1-2.964.169-1.552.1-3.1-.032-4.646-.05-.087 0-.172-.016-.259-.024-.707-.066-1.415-.124-2.12-.2-.9-.1-1.8-.187-2.69-.309q-2.075-.285-4.145-.61-1.718-.273-3.429-.6c-.715-.137-1.423-.319-2.13-.5a1.494 1.494 0 0 0-1.2.251 3 3 0 0 0 .378.164c1.206.314 2.389.708 3.616.937.971.182 1.943.362 2.912.554.884.174 1.763.375 2.65.544.906.172 1.819.319 2.73.47.552.092 1.1.182 1.655.256 1.045.14 2.088.269 3.133.4.4.05.81.1 1.217.132.834.077 1.671.14 2.505.219q1.509.143 3.017.3c.787.087 1.571.188 2.357.283a.914.914 0 0 1-.417.087q-2.938 0-5.876-.011c-.409 0-.818-.026-1.228-.053-.963-.063-1.93-.127-2.9-.2-.623-.047-1.243-.1-1.864-.171a149.003 149.003 0 0 1-3.579-.467c-1.447-.211-2.9-.393-4.327-.694-2.552-.544-5.113-1.108-7.62-1.873a3.632 3.632 0 0 0-.5-.127c-.114-.018-.209.034-.2.217.776.2 1.566.412 2.352.612 1.935.494 3.859 1.022 5.8 1.465 2.471.56 4.955 1.056 7.436 1.568 1.283.267 2.569.512 3.857.752.842.158 1.69.3 2.539.436.636.1 1.278.158 1.911.272 1.315.232 2.645.322 3.968.475.663.077 1.328.121 1.993.174.9.071 1.8.174 2.7.2 2.281.061 4.562.09 6.842.124.346.008.689-.005 1.032-.021 1.27-.058 2.537-.148 3.807-.177 1.658-.034 3.313-.09 4.96-.267.557-.058 1.114-.127 1.674-.145a46.265 46.265 0 0 0 3.408-.245c1.755-.182 3.49-.483 5.232-.752.573-.09 1.14-.206 1.713-.3.657-.108 1.323-.172 1.972-.306 1.22-.254 2.429-.546 3.646-.816 1.489-.327 2.954-.742 4.419-1.164 1.341-.385 2.632-.919 3.957-1.352.082-.026.14-.114.208-.172a1.475 1.475 0 0 0-1.333-.1c-1.621.512-3.271.9-4.923 1.288-1.777.42-3.559.818-5.369 1.066-.958.135-1.911.293-2.87.422q-1.374.186-2.753.327c-.729.074-1.46.1-2.188.166-1.544.129-3.089.232-4.638.227s-3.1 0-4.651.005h-.676c.05-.061.061-.087.074-.087q1.409-.151 2.819-.3l1.732-.174c.641-.066 1.283-.158 1.927-.2a19.668 19.668 0 0 0 3.263-.37 2.085 2.085 0 0 1 .256-.026c.9-.1 1.8-.166 2.692-.3 1.3-.19 2.59-.4 3.878-.649 1.98-.38 3.962-.774 5.934-1.2 1.066-.235 2.12-.549 3.176-.832a5.027 5.027 0 0 0 .52-.2 1.527 1.527 0 0 0-1.2-.24c-.327.1-.673.135-1 .224a30.445 30.445 0 0 1-3.664.726c-.979.14-1.959.272-2.935.42-1.573.238-3.141.488-4.728.647-1.822.18-3.646.275-5.475.33-1.164.037-2.32-.1-3.482-.153-.6-.024-1.2-.074-1.8-.121-.087-.005-.214.005-.211-.166.24-.016.475-.026.71-.042l2.384-.166c1.008-.071 2.017-.15 3.025-.219.771-.055 1.547-.074 2.318-.158 1.365-.153 2.732-.319 4.092-.523 1.911-.29 3.828-.546 5.7-1.027.747-.19 1.5-.351 2.254-.525M47.31 26.121v.116c-.441.087-.884.166-1.32.272a7.182 7.182 0 0 1-1.28.143c-1.265.079-2.532.166-3.8.283-1.09.1-2.181.24-3.268.359-.515.058-1.03.1-1.542.156-1.069.116-2.138.227-3.2.359a11.467 11.467 0 0 0-1.827.293 30.646 30.646 0 0 0 .583 3.862c.222-.016.457-.024.689-.045.362-.034.726-.079 1.088-.116.641-.069 1.283-.137 1.927-.2 1.006-.1 2.009-.224 3.017-.282 1.439-.082 2.883-.111 4.321-.164l1.42-.058c1.462-.055 2.925-.153 4.387-.153 1.893 0 3.785.069 5.678.124.776.021 1.55.077 2.323.119.966.055 1.932.108 2.9.172.879.058 1.758.129 2.637.2q1.065.079 2.125.169c.75.066 1.5.156 2.246.206 1.333.084 2.65.277 3.968.486.549.087 1.1.185 1.658.28a8.585 8.585 0 0 0 .248-1.476c.063-.467.15-.934.177-1.407a5.141 5.141 0 0 0 .1-1.468c-.446-.079-.869-.161-1.291-.224a242.28 242.28 0 0 0-3.189-.462c-.509-.071-1.024-.113-1.539-.164-.771-.077-1.539-.156-2.31-.222s-1.547-.1-2.318-.169a36.025 36.025 0 0 0-3.735-.214c-.861.013-1.721-.008-2.584-.016-.214 0-.428-.018-.644-.029q-1.35-.071-2.706-.145c-.074-.005-.174.047-.193-.084.013-.019.024-.045.04-.05a11.635 11.635 0 0 1 3.479-.581 56.24 56.24 0 0 1 6.771.248 1.357 1.357 0 0 0 .251-.016.644.644 0 0 0 .069-.19q.083-1.968.161-3.936a1.3 1.3 0 0 0-.04-.266c-.061-.042-.077-.064-.092-.066-1.286-.116-2.566-.285-3.859-.285a2.72 2.72 0 0 1-.388-.024c-.681-.1-1.362-.193-2.04-.3a3.044 3.044 0 0 1-.408-.127c.185-.053.285-.092.391-.111.317-.055.633-.108.953-.158a11.865 11.865 0 0 1 3.149-.116c.726.082 1.455.124 2.183.193q1.54.139 3.083.3c1.027.106 2.051.224 3.075.341q1.441.166 2.88.343c.66.082 1.32.172 1.975.259a29.214 29.214 0 0 0 .523-3.931 149.874 149.874 0 0 0-20.8-1.674A146.933 146.933 0 0 0 33 17.6c-1.127.14-2.252.3-3.419.454a8.28 8.28 0 0 0 .224 1.742 6.873 6.873 0 0 0 .362 1.674c.441-.058.845-.116 1.249-.166 1.214-.156 2.429-.317 3.646-.454 1.132-.132 2.265-.251 3.4-.348.921-.079 1.845-.166 2.769-.166.945 0 1.89.1 2.835.153.026 0 .053.047.1.09-.05.034-.092.087-.142.1-.465.09-.929.172-1.394.256-.509.09-1.014.211-1.523.267-1.006.108-2.014.177-3.02.269-.385.034-.771.084-1.156.124-.982.1-1.969.179-2.951.3q-1.695.214-3.379.488a87.563 87.563 0 0 0-3.87.694c-2.5.525-4.992 1.088-7.489 1.637a1.284 1.284 0 0 0-.586.209 22.43 22.43 0 0 0 1.144 4.366c.2-.042.412-.084.62-.132.438-.1.874-.216 1.315-.317 2.513-.573 5.055-1 7.592-1.444 2.225-.4 4.472-.6 6.713-.863 1.177-.135 2.352-.253 3.527-.38.449-.048.9-.106 1.349-.143.963-.077 1.93-.135 2.9-.217a8.227 8.227 0 0 1 2.69.159c.269.066.539.113.81.169M0 8.382c2.191-.67 4.337-1.346 6.5-1.975a4.175 4.175 0 0 1 1.478-.319c.388 1.061.676 2.159 1.053 3.228s.731 2.157 1.1 3.236c.356 1.059.721 2.117 1.069 3.178.356 1.08.7 2.165 1.056 3.263a1.7 1.7 0 0 0 .451-.005c1.771-.536 3.585-.89 5.383-1.315 1.085-.256 2.18-.478 3.271-.718a1.736 1.736 0 0 0 .206-.079c-.013-.106-.018-.208-.04-.306L19.215 5.985c-.169-.779-.359-1.55-.536-2.326a2.109 2.109 0 0 1-.053-.707 5.653 5.653 0 0 1 1.681-.457c1.373-.237 2.751-.465 4.134-.66q2.392-.337 4.8-.6c.81-.092 1.631-.111 2.444-.166.861-.058 1.719-.121 2.577-.177.124-.011.251 0 .412 0 .2.924.219 1.848.335 2.756s.19 1.84.282 2.761l.269 2.7c.093.921.169 1.843.285 2.761s.132 1.837.3 2.727a.533.533 0 0 0 .15.058 4.779 4.779 0 0 0 .515-.024c2.5-.306 5.01-.409 7.534-.538a1.857 1.857 0 0 0 .1-.322 4.794 4.794 0 0 0 0-.515l-.111-10.4c-.008-.755 0-1.507.005-2.26 0-.127.021-.251.037-.417.383-.034.742-.087 1.1-.1.665-.024 1.333-.032 2-.04C48.989.019 50.5 0 52 0c1.486 0 2.97.026 4.453.063.647.017 1.295.08 1.937.13.193.016.38.061.6.1a3.528 3.528 0 0 1 .061.444c.005.43-.008.861 0 1.293q.059 5.84.121 11.686c0 .193.021.383.034.61.628.1 1.246.111 1.858.164s1.246.087 1.866.14q.966.075 1.927.174c.62.066 1.241.143 1.858.219s1.228.153 1.882.235c.053-.57.106-1.1.145-1.634.116-1.523.237-3.046.338-4.57.074-1.074.121-2.149.177-3.223.055-1.119.1-2.236.166-3.353.024-.4.1-.805.153-1.209a1.81 1.81 0 0 1 .8-.087c.686.045 1.375.09 2.056.169.81.092 1.618.217 2.426.341.871.137 1.737.285 2.605.441 1.119.2 2.244.388 3.355.626 1.491.317 2.972.673 4.459 1.016.2.05.4.132.634.211a15.719 15.719 0 0 1-.364 1.969c-.111.657-.261 1.307-.393 1.961l-.388 1.961c-.124.634-.251 1.264-.375 1.9l-.378 1.964c-.127.655-.261 1.307-.391 1.959s-.256 1.3-.388 1.964a3.865 3.865 0 0 0 1.177.393c2.326.528 4.6 1.254 6.892 1.887.248.069.5.14.787.222a2.824 2.824 0 0 0 .185-.383q1.421-4.455 2.835-8.912.574-1.814 1.151-3.627a1.02 1.02 0 0 1 .275-.546c.636.1 5.147 1.563 7.114 2.3.116.045.222.111.356.179-.1.333-.188.639-.293.942q-4.886 13.9-9.775 27.8c-.193.546-.414 1.085-.6 1.634a.9.9 0 0 1-.536.6c-1.808.739-3.577 1.571-5.459 2.13-1.523.454-3.038.921-4.583 1.3a58.478 58.478 0 0 1-5.879 1.146c-1.447.2-2.88.483-4.324.708-.765.119-1.534.2-2.3.293-.533.063-1.069.121-1.605.166-.578.048-1.159.071-1.737.111-.795.053-1.589.1-2.381.169-1.072.092-2.141.211-3.218.23-1.42.021-2.843.042-4.258.14-2.8.193-5.6.1-8.392.077-1.225-.011-2.45-.129-3.675-.2-.794-.05-1.586-.1-2.381-.161-.473-.037-.942-.087-1.412-.135-1.328-.135-2.656-.253-3.978-.4a46.764 46.764 0 0 1-4.638-.779c-.945-.2-1.9-.383-2.84-.581-1.534-.325-3.065-.66-4.6-.982-1.114-.235-2.236-.441-3.345-.686q-2.582-.574-5.147-1.188c-1.566-.378-3.123-.781-4.683-1.183-.251-.063-.488-.171-.737-.237a.682.682 0 0 1-.5-.52 186.71 186.71 0 0 0-1.135-3.36q-1.679-4.878-3.366-9.754Q3.2 17.74.193 9.028c-.069-.2-.121-.4-.193-.647" data-name="Path 41"/></g></svg>');
  background-size: cover;
  opacity: 0.05;
  top: 19%;
  left: 0; }
  @media (min-width: 801px) {
    .recipe--overlay::after {
      width: 100%;
      height: 100%;
      max-height: 600px;
      left: 50%;
      top: 0; } }

.recipe--overlay {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden; }

.productView--recipe {
  padding: 32px 0;
  background: #f6f7f6;
  border-bottom: solid 1px #cccccc; }
  @media (min-width: 801px) {
    .productView--recipe {
      display: flex;
      justify-content: center;
      padding: 64px 0 72px 0;
      gap: 24px; } }

.productRecipe-recipe {
  padding: 0 16px; }
  @media (min-width: 1261px) {
    .productRecipe-recipe {
      padding-left: 24px; } }

.productRecipe-details {
  padding-bottom: 16px; }
  @media (min-width: 1261px) {
    .productRecipe-details {
      width: 518px; } }

.productRecipe-img-container img {
  max-width: 376px;
  height: 250px;
  object-fit: cover;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }
  @media (min-width: 801px) {
    .productRecipe-img-container img {
      position: static;
      width: 488px;
      height: 468px;
      margin: 0;
      max-width: 488px; } }

@media (min-width: 1261px) {
  .productRecipe-product {
    max-width: 488px; } }

.productRecipe-image {
  margin: 0; }

.productRecipe-title {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 3px;
  color: #013726;
  text-transform: uppercase;
  margin: 0 0 10px; }
  @media (min-width: 801px) {
    .productRecipe-title {
      font-weight: 900;
      font-size: 1.77778rem;
      line-height: 40px;
      letter-spacing: 6.4px;
      color: #013726;
      text-transform: uppercase;
      margin: 0 0 24px; } }

.recipe-details__date {
  font-weight: 900;
  font-size: 16px;
  line-height: 28px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  color: #013726;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 10px 0; }
  @media (min-width: 801px) {
    .recipe-details__date {
      padding: 0 0 16px 0;
      letter-spacing: 2px;
      color: #013726;
      text-transform: uppercase; } }

.recipe-details__details {
  margin: 0;
  list-style: none; }

.recipe-details {
  padding-bottom: 17px; }

.recipe-details__detail {
  display: flex;
  align-items: center;
  padding-bottom: 4px;
  font-weight: bold;
  font-size: 15px;
  line-height: 28px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
  color: #013726; }
  @media (min-width: 801px) {
    .recipe-details__detail {
      padding-bottom: 8px; } }
  @media (min-width: 801px) {
    .recipe-details__detail {
      font-weight: bold;
      font-size: 18px;
      line-height: 28px;
      font-family: "Lato", Arial, Helvetica, sans-serif;
      letter-spacing: 0px;
      color: #013726; } }

.recipe-details__icon {
  width: 30px;
  height: 30px;
  padding-right: 40px; }
  .recipe-details__icon svg {
    width: 30px;
    height: 30px; }

.recipeView-mini-description-container p {
  margin: 0; }

.recipe-mini-description {
  font-weight: bold;
  font-size: 15px;
  line-height: 25px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  color: #013726;
  padding-bottom: 32px; }
  @media (min-width: 801px) {
    .recipe-mini-description {
      font-weight: bold;
      font-size: 18px;
      line-height: 28px;
      max-width: 500px; } }

.button--printer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
  padding: 0.5rem 0.8rem 0.5rem 1rem;
  min-width: 268px;
  margin: 0; }
  .button--printer span {
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    letter-spacing: 3.2px;
    color: #0e5940;
    text-transform: uppercase; }

.printer--icon {
  width: 24px;
  height: 24px;
  margin-left: 11px; }

.productRecipe-images {
  z-index: 1; }

.recipe-information {
  display: flex;
  flex-direction: column;
  padding: 24px 19px;
  background: #f4f4f4;
  border-bottom: solid 1px #cccccc;
  margin-bottom: 32px; }
  @media (min-width: 801px) {
    .recipe-information {
      flex-direction: row;
      justify-content: center;
      padding: 34px 0;
      margin-bottom: 64px;
      background: #f9f9f9; } }

.recipe-information--heading {
  font-weight: 900;
  font-size: 18px;
  line-height: 34px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  letter-spacing: 3.6px;
  color: #013726;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 14px; }
  @media (min-width: 801px) {
    .recipe-information--heading {
      font-size: 24px;
      line-height: 34px;
      letter-spacing: 4.8px;
      color: #013726;
      text-transform: uppercase;
      padding-bottom: 16px; } }

.recipe-information--list ul li {
  font-size: 18px;
  line-height: 28px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  color: #013726;
  list-style: none;
  display: flex;
  align-items: start;
  padding-bottom: 12px; }
  @media (min-width: 801px) {
    .recipe-information--list ul li {
      font-size: 18px;
      line-height: 28px;
      letter-spacing: 0;
      color: #013726; } }
  .recipe-information--list ul li:before {
    content: "";
    display: block;
    border: 1px solid #013726;
    padding: 2px;
    min-width: 24px;
    min-height: 24px;
    background-size: 16px 16px;
    background-position: center;
    margin-right: 18px; }

.recipe-information--list ul li.checked:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='3' stroke='black' %3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M4.5 12.75l6 6 9-13.5' /%3E%3C/svg%3E"); }

.recipe-information--list ul {
  margin: 0;
  padding-top: 12px;
  padding-left: 6px;
  padding-bottom: 2px; }
  @media (min-width: 801px) {
    .recipe-information--list ul {
      padding-top: 10px;
      padding-left: 1px;
      padding-bottom: 2px; } }

.recipe-information--list ol {
  margin: 0;
  padding: 0 0 0 14px; }

.recipe-information--list ol li {
  padding-bottom: 26px; }

.recipe-information--list p {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #013726;
  margin: 0 0 16px;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap; }
  .recipe-information--list p::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border: solid 1px #013726;
    background: #ffffff;
    margin: 0 8px 0 0; }

.recipe-information--list strong {
  font-weight: bold;
  display: inline-block; }

.recipe-information--ingredients {
  padding-bottom: 10px;
  max-width: 488px; }
  @media (min-width: 801px) {
    .recipe-information--ingredients {
      min-width: 512px;
      max-width: 512px; } }

.recipe-information--methods {
  max-width: 488px;
  color: #013726; }
  .recipe-information--methods li,
  .recipe-information--methods a {
    color: #013726; }

.recipe-hero {
  position: relative;
  background-color: #f5f5f5; }
  @media (min-width: 801px) {
    .recipe-hero {
      width: 100vw;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw; } }

.recipe-hero--heading {
  font-weight: 900;
  font-size: 24px;
  line-height: 34px;
  font-family: Lato, sans-serif;
  letter-spacing: 4.8px;
  color: #013726;
  text-transform: uppercase;
  text-align: center;
  margin: 0; }
  @media (min-width: 801px) {
    .recipe-hero--heading {
      font-weight: 900;
      font-size: 44px;
      line-height: 53px;
      font-family: Lato, sans-serif;
      letter-spacing: 8.8px;
      color: #013726;
      text-transform: uppercase;
      margin-bottom: 16px; } }

.recipe-text--container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -55%);
  width: 100%;
  background-color: #fff;
  padding: 45px 12px;
  opacity: 0.8;
  z-index: 2; }
  @media (min-width: 801px) {
    .recipe-text--container {
      height: 248px;
      object-fit: cover;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; } }

.recipe-hero--image {
  display: flex; }

.recipe-hero--image img {
  width: 100%;
  z-index: 1;
  height: 380px;
  object-fit: cover; }
  @media (min-width: 801px) {
    .recipe-hero--image img {
      height: 350px;
      object-fit: cover; } }

.recipe-hero--text {
  display: none; }
  @media (min-width: 801px) {
    .recipe-hero--text {
      display: block;
      font-family: Lato, sans-serif;
      font-weight: 900;
      font-size: 16px;
      line-height: 28px;
      letter-spacing: 3.2px;
      color: #013726;
      text-transform: uppercase; } }

@media (min-width: 801px) {
  .recipe-hero--box {
    width: 456px;
    height: auto;
    background-color: #013726;
    position: relative; } }

@media (min-width: 801px) {
  .recipe-hero--box:after {
    width: 100%;
    height: 62%;
    left: 31%;
    top: 19%;
    content: " ";
    display: block;
    position: absolute;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="104" height="46.674"><g data-name="Group 2"><path fill="white" d="M96.12 15.752a37.965 37.965 0 0 0-1.62 5.111 38.57 38.57 0 0 0 2.629.855c.2-.557.388-1.077.565-1.6.188-.549.364-1.1.533-1.652a11.96 11.96 0 0 0 .5-1.618 9.083 9.083 0 0 1-2.605-1.09m3.033.119c.251-.681.475-1.28.689-1.885s.428-1.214.618-1.829a14.955 14.955 0 0 0 .562-1.814 19.579 19.579 0 0 0-2.79-.99q-.883 2.57-1.774 5.156c-.055.158-.1.319-.156.523.948.312 1.88.523 2.851.839M6.713 21.1c1.117-.488 2.215-.773 3.273-1.228-.5-1.621-.974-3.2-1.46-4.773-.016-.05-.087-.082-.142-.135-1.088.451-2.2.816-3.308 1.278.546 1.623 1.08 3.2 1.637 4.857M56.444 2.194a12.634 12.634 0 0 0-3.355-.079c-.016.037-.05.077-.05.114q-.039 2.676-.066 5.35a.725.725 0 0 0 .042.182 13.776 13.776 0 0 0 3.445.061c.069-.594.058-5.084-.016-5.628M2.88 9.5c.069.414 1.552 4.95 1.787 5.478a.872.872 0 0 0 .142.156c.544-.2 1.08-.425 1.629-.6.568-.174 1.151-.3 1.758-.451-.243-1-.56-1.93-.85-2.867s-.525-1.893-.905-2.84A30.292 30.292 0 0 0 2.88 9.5m22.694-5.162c-1.407.193-2.819.4-4.261.657a14.837 14.837 0 0 0 .346 1.8c.127.61.259 1.217.4 1.821a11.247 11.247 0 0 0 .441 1.75c.216-.04.4-.079.589-.108.932-.142 1.866-.277 2.8-.422a.884.884 0 0 0 .578-.208c-.486-3.685-.668-4.762-.895-5.288M77.2 10.185c1.587.459 3.163.647 4.723 1.048a15.125 15.125 0 0 0 .451-1.9c.156-.647.3-1.3.42-1.953a15.4 15.4 0 0 0 .362-1.917 14.124 14.124 0 0 0-2.447-.578c-.84-.145-1.666-.348-2.548-.454L77.2 10.18M26.863 4.19c.29 1.79.573 3.521.858 5.266.169-.013.3-.011.422-.032a14.239 14.239 0 0 1 2.363-.264c.668-.008 1.333 0 2-.011.142 0 .285-.026.465-.045a219.7 219.7 0 0 0-.546-5.678 1.907 1.907 0 0 0-.282-.034c-1.608.1-3.181.47-4.778.668a4.129 4.129 0 0 0-.5.129M85.41 30.155c.908.251 1.756.478 2.6.721.824.24 1.645.5 2.466.747s1.668.515 2.495.771a25.92 25.92 0 0 0 1.312-3.8c-.108-.045-.224-.1-.346-.14-.428-.142-.863-.267-1.286-.422-1.9-.694-3.822-1.3-5.773-1.821-.116-.032-.237-.05-.362-.077a1.68 1.68 0 0 0-.092.2c-.33 1.243-.66 2.489-1.011 3.82M9.1 27.921a35.073 35.073 0 0 0 1.4 4.168 2.195 2.195 0 0 0 .3-.063 109.531 109.531 0 0 1 7.373-2.3 2.872 2.872 0 0 0 .391-.177l-.523-2.165a13.7 13.7 0 0 0-.578-2.181 1.687 1.687 0 0 0-.275.016 50.285 50.285 0 0 0-5.248 1.552c-.913.312-1.806.684-2.706 1.035-.055.021-.093.082-.135.119M23.89 16.388c.087.026.132.055.169.05 2.943-.5 5.908-.861 8.859-1.3a3.187 3.187 0 0 0 .312-.071.176.176 0 0 0 .055-.034.75.75 0 0 0 .061-.063 11.443 11.443 0 0 0-.116-1.84c-.024-.6-.082-1.2-.119-1.8a9.068 9.068 0 0 0-.177-1.835.953.953 0 0 0-.161-.008c-1.344.28-2.679.594-4.039.805-1.486.235-2.964.51-4.451.734-.5.077-1.006.19-1.523.288a1.644 1.644 0 0 0 0 .346c.393 1.581.7 3.186 1.127 4.733M7.745 23.727a7.153 7.153 0 0 0 .436 1.521 7.29 7.29 0 0 0 .554 1.5c.412-.14.8-.267 1.18-.409A63.461 63.461 0 0 1 17.7 24.06c1.716-.393 3.437-.768 5.156-1.148 1.782-.4 3.564-.8 5.367-1.082.272-.042.538-.113.85-.179a143.295 143.295 0 0 0-.663-3.353 107.233 107.233 0 0 0-13.856 3.062 71.823 71.823 0 0 0-6.805 2.368m4.327 13.281c.248-.108.422-.188.6-.259a38.832 38.832 0 0 1 4.295-1.565q2.823-.784 5.665-1.5A59.214 59.214 0 0 1 29.45 32.3c.314-.04.626-.114.929-.169a19.083 19.083 0 0 0-.607-3.807 3.958 3.958 0 0 0-.491.032c-.591.1-1.18.23-1.774.327q-3.627.6-7.183 1.523c-1.433.375-2.859.784-4.274 1.214-1.336.407-2.658.855-3.981 1.3a3.823 3.823 0 0 0-1.233.612c.4 1.212.789 2.41 1.235 3.669m35.02-22.979h.734c1.7-.005 3.4-.034 5.095.066.924.053 1.848.09 2.772.121a1.3 1.3 0 0 0 .739-.053c.087-.832.087-4.765 0-5.322a1.574 1.574 0 0 0-.235-.034c-1.331-.037-2.664-.077-4-.1a29.707 29.707 0 0 0-1.935.008 8.437 8.437 0 0 1-2.563-.14c-.1-.026-.217-.011-.322-.026-.071-.011-.182.029-.185-.143a3.673 3.673 0 0 1 1.61-.515c.861-.04 1.721-.055 2.579-.087.164-.005.327-.032.486-.05a1.122 1.122 0 0 0 .055-.224q.024-2.419.042-4.839c0-.172-.016-.343-.026-.512a.15.15 0 0 0-.021-.061.387.387 0 0 0-.069-.053.628.628 0 0 0-.164-.037c-1.032 0-2.064-.005-3.1.005-.515.005-1.032.042-1.547.066a.115.115 0 0 0-.055.024.492.492 0 0 0-.05.053c-.084.686.037 11.124.153 11.853m45.53 19.512a1.586 1.586 0 0 0-.227-.153 101.508 101.508 0 0 0-10.374-3.06c-2.666-.657-5.351-1.262-8.062-1.726-.034-.005-.077.024-.166.048-.217 1.312-.285 2.663-.5 4a1.285 1.285 0 0 0 .013.259c.816.153 1.613.306 2.413.451q3.71.673 7.357 1.629c2.51.66 5.013 1.357 7.518 2.043a1.121 1.121 0 0 0 .66.063c.449-1.164.9-2.344 1.367-3.553M76.182 9.923c.026-.108.055-.209.071-.312q.17-1.144.338-2.294c.135-.916.269-1.829.4-2.743a1.533 1.533 0 0 0-.026-.351 30.558 30.558 0 0 0-5-.647 1.279 1.279 0 0 0-.092.628c-.024.428-.024.858-.053 1.288-.148 2.165-.309 4.332-.372 6.5-.005.171-.024.343-.029.515-.034.9-.069 1.8-.1 2.706a2.465 2.465 0 0 0 .047.4c3.2.375 6.3 1.164 9.448 1.642a30.879 30.879 0 0 0 .869-5.053c-.755-.179-1.518-.393-2.294-.538a53.76 53.76 0 0 1-6.863-1.714c-.093-.029-.211-.055-.224-.206a27.788 27.788 0 0 1 3.88.18m-1.333 12.29c.208.058.388.121.573.156.338.066.681.1 1.016.177 2.178.48 4.358.945 6.531 1.462 1.125.267 2.228.626 3.339.95 1.626.475 3.255.942 4.876 1.444 1.064.327 2.114.71 3.17 1.064a2.357 2.357 0 0 0 .388.066c.459-1.28.911-2.531 1.365-3.8-.143-.061-.259-.119-.38-.158a292.2 292.2 0 0 0-8.925-2.722c-2.437-.7-4.9-1.275-7.376-1.811-1.172-.253-2.36-.441-3.545-.649a2.952 2.952 0 0 0-.462 0c-.193 1.288-.38 2.537-.57 3.825m10.53 3.582a3.753 3.753 0 0 0-.38-.161c-.781-.232-1.555-.494-2.347-.681-1.88-.451-3.767-.866-5.652-1.291q-2.261-.515-4.559-.805c-.7-.09-1.4-.2-2.109-.285-.916-.116-1.835-.222-2.753-.325q-1.6-.182-3.2-.351a4.564 4.564 0 0 0-.465 0 8.116 8.116 0 0 0-.055 1.476c-.024.473-.037.945-.032 1.42a6.679 6.679 0 0 0 0 1.489 3.86 3.86 0 0 0 .385.071c.644.055 1.285.1 1.93.158.383.034.768.084 1.154.124.6.058 1.2.09 1.8.177 1.338.2 2.677.4 4.01.636 2.6.451 5.185 1 7.758 1.584 1.151.259 2.3.533 3.469.805a1.141 1.141 0 0 0 .1-.214c.317-1.27.631-2.537.95-3.828m-2.562 11.409c.008-.055.013-.111.024-.166a7.262 7.262 0 0 1-.787-.214 1.627 1.627 0 0 0-1-.011 27.332 27.332 0 0 1-3.542.681c-1.085.143-2.17.309-3.255.462-.7.1-1.4.214-2.109.283a39.177 39.177 0 0 1-5.48.143c-.731-.032-1.46-.1-2.189-.166-.23-.018-.459-.069-.689-.1a10.428 10.428 0 0 1 1.465-.179c.963-.066 1.93-.129 2.9-.185.987-.058 1.98-.087 2.965-.174.94-.085 1.877-.219 2.814-.356a19.383 19.383 0 0 0 1.518-.3c.647-.148 1.291-.317 1.938-.473.375-.09.752-.174 1.13-.259.1-.021.153-.066.129-.2-.467-.1-.948-.206-1.431-.3a1.02 1.02 0 0 0-.446.011 24.774 24.774 0 0 1-2.666.457c-.784.129-1.576.224-2.365.314-.6.066-1.2.1-1.8.15a19.618 19.618 0 0 1-3.608 0c-.813-.077-1.632-.114-2.447-.169-.106-.008-.214-.021-.319-.032a13.006 13.006 0 0 1 2.109-.33c1.373-.1 2.745-.193 4.121-.261a31.612 31.612 0 0 0 3.954-.57c.084-.013.159-.092.283-.166-.425-.069-.784-.137-1.146-.179a4.455 4.455 0 0 0-1.022-.071 22.087 22.087 0 0 1-2.247.2c-.235 0-.472.047-.707.053-.644.011-1.291.018-1.935.011-.407-.005-.816-.05-1.222-.071-.346-.019-.689-.021-1.032-.042a1.4 1.4 0 0 1-.285-.082c1.272-.19 2.526-.354 3.9-.589-.42-.077-.713-.15-1.008-.182a210.422 210.422 0 0 0-3.656-.383c-1.048-.1-2.1-.2-3.149-.253-2.043-.106-4.084-.23-6.127-.261-2.885-.045-5.771-.016-8.653-.016-.174 0-.346.013-.517.024-1.439.077-2.877.15-4.319.232-.858.048-1.716.106-2.574.166a31.24 31.24 0 0 0-1.093.1c-.451.05-.905.108-1.507.179a36.072 36.072 0 0 0 3.643.512c-.042.034-.058.058-.077.058-1.222.077-2.447.227-3.669.208a22.312 22.312 0 0 1-3.793-.3 1.35 1.35 0 0 0-.385-.016q-.768.087-1.534.2a3.454 3.454 0 0 0-.4.1 22.164 22.164 0 0 0 2.912.591c1.111.135 2.231.23 3.347.253 1.314.029 2.613.222 3.923.306a.458.458 0 0 1 .388.185c-.578.029-1.119.026-1.653.087a28.606 28.606 0 0 1-5.543.05c-.6-.045-1.2-.127-1.792-.206-.618-.082-1.233-.187-1.851-.269a21.208 21.208 0 0 1-2.473-.428.893.893 0 0 0-.375-.05c-.544.108-1.085.238-1.626.359a1.593 1.593 0 0 0 .6.256c.776.177 1.565.3 2.323.531a25.336 25.336 0 0 0 4.506.755c.81.09 1.629.116 2.444.169 1.225.077 2.45.148 3.672.23.494.032.985.087 1.478.132a.129.129 0 0 1 .055.032.471.471 0 0 1-.016.053c-1.04.09-2.088.222-3.139.264a37.377 37.377 0 0 1-7.077-.414q-1.624-.246-3.255-.465a28.3 28.3 0 0 1-3.92-.755 1.186 1.186 0 0 0-.5-.092 5.514 5.514 0 0 0-1.457.4c.251.077.433.14.618.182.692.166 1.381.325 2.072.483.961.219 1.919.457 2.9.586s1.951.309 2.927.459c.636.1 1.275.2 1.914.272q1.635.174 3.276.3c1.093.09 2.188.148 3.284.224.795.055 1.587.119 2.381.179l1.521.119a2.842 2.842 0 0 1-.932.193c-.99.055-1.977.1-2.964.169-1.552.1-3.1-.032-4.646-.05-.087 0-.172-.016-.259-.024-.707-.066-1.415-.124-2.12-.2-.9-.1-1.8-.187-2.69-.309q-2.075-.285-4.145-.61-1.718-.273-3.429-.6c-.715-.137-1.423-.319-2.13-.5a1.494 1.494 0 0 0-1.2.251 3 3 0 0 0 .378.164c1.206.314 2.389.708 3.616.937.971.182 1.943.362 2.912.554.884.174 1.763.375 2.65.544.906.172 1.819.319 2.73.47.552.092 1.1.182 1.655.256 1.045.14 2.088.269 3.133.4.4.05.81.1 1.217.132.834.077 1.671.14 2.505.219q1.509.143 3.017.3c.787.087 1.571.188 2.357.283a.914.914 0 0 1-.417.087q-2.938 0-5.876-.011c-.409 0-.818-.026-1.228-.053-.963-.063-1.93-.127-2.9-.2-.623-.047-1.243-.1-1.864-.171a149.003 149.003 0 0 1-3.579-.467c-1.447-.211-2.9-.393-4.327-.694-2.552-.544-5.113-1.108-7.62-1.873a3.632 3.632 0 0 0-.5-.127c-.114-.018-.209.034-.2.217.776.2 1.566.412 2.352.612 1.935.494 3.859 1.022 5.8 1.465 2.471.56 4.955 1.056 7.436 1.568 1.283.267 2.569.512 3.857.752.842.158 1.69.3 2.539.436.636.1 1.278.158 1.911.272 1.315.232 2.645.322 3.968.475.663.077 1.328.121 1.993.174.9.071 1.8.174 2.7.2 2.281.061 4.562.09 6.842.124.346.008.689-.005 1.032-.021 1.27-.058 2.537-.148 3.807-.177 1.658-.034 3.313-.09 4.96-.267.557-.058 1.114-.127 1.674-.145a46.265 46.265 0 0 0 3.408-.245c1.755-.182 3.49-.483 5.232-.752.573-.09 1.14-.206 1.713-.3.657-.108 1.323-.172 1.972-.306 1.22-.254 2.429-.546 3.646-.816 1.489-.327 2.954-.742 4.419-1.164 1.341-.385 2.632-.919 3.957-1.352.082-.026.14-.114.208-.172a1.475 1.475 0 0 0-1.333-.1c-1.621.512-3.271.9-4.923 1.288-1.777.42-3.559.818-5.369 1.066-.958.135-1.911.293-2.87.422q-1.374.186-2.753.327c-.729.074-1.46.1-2.188.166-1.544.129-3.089.232-4.638.227s-3.1 0-4.651.005h-.676c.05-.061.061-.087.074-.087q1.409-.151 2.819-.3l1.732-.174c.641-.066 1.283-.158 1.927-.2a19.668 19.668 0 0 0 3.263-.37 2.085 2.085 0 0 1 .256-.026c.9-.1 1.8-.166 2.692-.3 1.3-.19 2.59-.4 3.878-.649 1.98-.38 3.962-.774 5.934-1.2 1.066-.235 2.12-.549 3.176-.832a5.027 5.027 0 0 0 .52-.2 1.527 1.527 0 0 0-1.2-.24c-.327.1-.673.135-1 .224a30.445 30.445 0 0 1-3.664.726c-.979.14-1.959.272-2.935.42-1.573.238-3.141.488-4.728.647-1.822.18-3.646.275-5.475.33-1.164.037-2.32-.1-3.482-.153-.6-.024-1.2-.074-1.8-.121-.087-.005-.214.005-.211-.166.24-.016.475-.026.71-.042l2.384-.166c1.008-.071 2.017-.15 3.025-.219.771-.055 1.547-.074 2.318-.158 1.365-.153 2.732-.319 4.092-.523 1.911-.29 3.828-.546 5.7-1.027.747-.19 1.5-.351 2.254-.525M47.31 26.121v.116c-.441.087-.884.166-1.32.272a7.182 7.182 0 0 1-1.28.143c-1.265.079-2.532.166-3.8.283-1.09.1-2.181.24-3.268.359-.515.058-1.03.1-1.542.156-1.069.116-2.138.227-3.2.359a11.467 11.467 0 0 0-1.827.293 30.646 30.646 0 0 0 .583 3.862c.222-.016.457-.024.689-.045.362-.034.726-.079 1.088-.116.641-.069 1.283-.137 1.927-.2 1.006-.1 2.009-.224 3.017-.282 1.439-.082 2.883-.111 4.321-.164l1.42-.058c1.462-.055 2.925-.153 4.387-.153 1.893 0 3.785.069 5.678.124.776.021 1.55.077 2.323.119.966.055 1.932.108 2.9.172.879.058 1.758.129 2.637.2q1.065.079 2.125.169c.75.066 1.5.156 2.246.206 1.333.084 2.65.277 3.968.486.549.087 1.1.185 1.658.28a8.585 8.585 0 0 0 .248-1.476c.063-.467.15-.934.177-1.407a5.141 5.141 0 0 0 .1-1.468c-.446-.079-.869-.161-1.291-.224a242.28 242.28 0 0 0-3.189-.462c-.509-.071-1.024-.113-1.539-.164-.771-.077-1.539-.156-2.31-.222s-1.547-.1-2.318-.169a36.025 36.025 0 0 0-3.735-.214c-.861.013-1.721-.008-2.584-.016-.214 0-.428-.018-.644-.029q-1.35-.071-2.706-.145c-.074-.005-.174.047-.193-.084.013-.019.024-.045.04-.05a11.635 11.635 0 0 1 3.479-.581 56.24 56.24 0 0 1 6.771.248 1.357 1.357 0 0 0 .251-.016.644.644 0 0 0 .069-.19q.083-1.968.161-3.936a1.3 1.3 0 0 0-.04-.266c-.061-.042-.077-.064-.092-.066-1.286-.116-2.566-.285-3.859-.285a2.72 2.72 0 0 1-.388-.024c-.681-.1-1.362-.193-2.04-.3a3.044 3.044 0 0 1-.408-.127c.185-.053.285-.092.391-.111.317-.055.633-.108.953-.158a11.865 11.865 0 0 1 3.149-.116c.726.082 1.455.124 2.183.193q1.54.139 3.083.3c1.027.106 2.051.224 3.075.341q1.441.166 2.88.343c.66.082 1.32.172 1.975.259a29.214 29.214 0 0 0 .523-3.931 149.874 149.874 0 0 0-20.8-1.674A146.933 146.933 0 0 0 33 17.6c-1.127.14-2.252.3-3.419.454a8.28 8.28 0 0 0 .224 1.742 6.873 6.873 0 0 0 .362 1.674c.441-.058.845-.116 1.249-.166 1.214-.156 2.429-.317 3.646-.454 1.132-.132 2.265-.251 3.4-.348.921-.079 1.845-.166 2.769-.166.945 0 1.89.1 2.835.153.026 0 .053.047.1.09-.05.034-.092.087-.142.1-.465.09-.929.172-1.394.256-.509.09-1.014.211-1.523.267-1.006.108-2.014.177-3.02.269-.385.034-.771.084-1.156.124-.982.1-1.969.179-2.951.3q-1.695.214-3.379.488a87.563 87.563 0 0 0-3.87.694c-2.5.525-4.992 1.088-7.489 1.637a1.284 1.284 0 0 0-.586.209 22.43 22.43 0 0 0 1.144 4.366c.2-.042.412-.084.62-.132.438-.1.874-.216 1.315-.317 2.513-.573 5.055-1 7.592-1.444 2.225-.4 4.472-.6 6.713-.863 1.177-.135 2.352-.253 3.527-.38.449-.048.9-.106 1.349-.143.963-.077 1.93-.135 2.9-.217a8.227 8.227 0 0 1 2.69.159c.269.066.539.113.81.169M0 8.382c2.191-.67 4.337-1.346 6.5-1.975a4.175 4.175 0 0 1 1.478-.319c.388 1.061.676 2.159 1.053 3.228s.731 2.157 1.1 3.236c.356 1.059.721 2.117 1.069 3.178.356 1.08.7 2.165 1.056 3.263a1.7 1.7 0 0 0 .451-.005c1.771-.536 3.585-.89 5.383-1.315 1.085-.256 2.18-.478 3.271-.718a1.736 1.736 0 0 0 .206-.079c-.013-.106-.018-.208-.04-.306L19.215 5.985c-.169-.779-.359-1.55-.536-2.326a2.109 2.109 0 0 1-.053-.707 5.653 5.653 0 0 1 1.681-.457c1.373-.237 2.751-.465 4.134-.66q2.392-.337 4.8-.6c.81-.092 1.631-.111 2.444-.166.861-.058 1.719-.121 2.577-.177.124-.011.251 0 .412 0 .2.924.219 1.848.335 2.756s.19 1.84.282 2.761l.269 2.7c.093.921.169 1.843.285 2.761s.132 1.837.3 2.727a.533.533 0 0 0 .15.058 4.779 4.779 0 0 0 .515-.024c2.5-.306 5.01-.409 7.534-.538a1.857 1.857 0 0 0 .1-.322 4.794 4.794 0 0 0 0-.515l-.111-10.4c-.008-.755 0-1.507.005-2.26 0-.127.021-.251.037-.417.383-.034.742-.087 1.1-.1.665-.024 1.333-.032 2-.04C48.989.019 50.5 0 52 0c1.486 0 2.97.026 4.453.063.647.017 1.295.08 1.937.13.193.016.38.061.6.1a3.528 3.528 0 0 1 .061.444c.005.43-.008.861 0 1.293q.059 5.84.121 11.686c0 .193.021.383.034.61.628.1 1.246.111 1.858.164s1.246.087 1.866.14q.966.075 1.927.174c.62.066 1.241.143 1.858.219s1.228.153 1.882.235c.053-.57.106-1.1.145-1.634.116-1.523.237-3.046.338-4.57.074-1.074.121-2.149.177-3.223.055-1.119.1-2.236.166-3.353.024-.4.1-.805.153-1.209a1.81 1.81 0 0 1 .8-.087c.686.045 1.375.09 2.056.169.81.092 1.618.217 2.426.341.871.137 1.737.285 2.605.441 1.119.2 2.244.388 3.355.626 1.491.317 2.972.673 4.459 1.016.2.05.4.132.634.211a15.719 15.719 0 0 1-.364 1.969c-.111.657-.261 1.307-.393 1.961l-.388 1.961c-.124.634-.251 1.264-.375 1.9l-.378 1.964c-.127.655-.261 1.307-.391 1.959s-.256 1.3-.388 1.964a3.865 3.865 0 0 0 1.177.393c2.326.528 4.6 1.254 6.892 1.887.248.069.5.14.787.222a2.824 2.824 0 0 0 .185-.383q1.421-4.455 2.835-8.912.574-1.814 1.151-3.627a1.02 1.02 0 0 1 .275-.546c.636.1 5.147 1.563 7.114 2.3.116.045.222.111.356.179-.1.333-.188.639-.293.942q-4.886 13.9-9.775 27.8c-.193.546-.414 1.085-.6 1.634a.9.9 0 0 1-.536.6c-1.808.739-3.577 1.571-5.459 2.13-1.523.454-3.038.921-4.583 1.3a58.478 58.478 0 0 1-5.879 1.146c-1.447.2-2.88.483-4.324.708-.765.119-1.534.2-2.3.293-.533.063-1.069.121-1.605.166-.578.048-1.159.071-1.737.111-.795.053-1.589.1-2.381.169-1.072.092-2.141.211-3.218.23-1.42.021-2.843.042-4.258.14-2.8.193-5.6.1-8.392.077-1.225-.011-2.45-.129-3.675-.2-.794-.05-1.586-.1-2.381-.161-.473-.037-.942-.087-1.412-.135-1.328-.135-2.656-.253-3.978-.4a46.764 46.764 0 0 1-4.638-.779c-.945-.2-1.9-.383-2.84-.581-1.534-.325-3.065-.66-4.6-.982-1.114-.235-2.236-.441-3.345-.686q-2.582-.574-5.147-1.188c-1.566-.378-3.123-.781-4.683-1.183-.251-.063-.488-.171-.737-.237a.682.682 0 0 1-.5-.52 186.71 186.71 0 0 0-1.135-3.36q-1.679-4.878-3.366-9.754Q3.2 17.74.193 9.028c-.069-.2-.121-.4-.193-.647" data-name="Path 41"/></g></svg>');
    background-size: cover;
    opacity: 0.05; } }

@media print {
  .global-message-header__main,
  .header__wrapper,
  .header__sticky--wrapper,
  .navigation-mobile,
  .header,
  .recipe-hero,
  .newsletter--container,
  .footer {
    display: none; } }

.supplier--container .photobanner > div > div {
  display: flex;
  align-items: center; }

.supplier--title {
  font-family: "Lato";
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  padding: 0 16px; }
  @media (min-width: 1261px) {
    .supplier--title {
      font-size: 32px;
      letter-spacing: 6.4px; } }

.supplier--text {
  max-width: 1157px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
  padding: 0 18px; }
  @media (min-width: 1261px) {
    .supplier--text {
      font-size: 18px;
      line-height: 28px; } }

.supplier--image {
  width: 160px; }
  @media (min-width: 1261px) {
    .supplier--image {
      width: 310px; } }

.accordion {
  margin: 0;
  border: none; }
  .accordion::before, .accordion::after {
    display: none; }

.accordion-list,
.accordion-item--content-list {
  margin: 0;
  list-style: none; }

.accordion-item {
  border-top: 0.1rem solid #cccccc; }

.accordion-item--control {
  font-family: "Crimson Text", serif, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0;
  position: relative;
  padding: 17px 18px;
  height: unset;
  width: 100%;
  color: #013726;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (min-width: 1261px) {
    .accordion-item--control {
      font-size: 24px;
      display: block;
      letter-spacing: 4.8px; } }
  .accordion-item--control::after {
    content: "";
    display: inline-block;
    mask-image: url("../icons/chevron-down-regular.svg");
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #013726;
    height: 34px;
    width: 34px;
    top: 50%;
    right: 0;
    transform: rotate(0deg);
    transition: all 0.25s linear; }

.accordion-item--content {
  line-height: 2.6rem;
  color: #000000;
  height: 0;
  overflow: hidden;
  transition: height 0.25s linear; }
  .accordion-item--content#Product-Description {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="104" height="100"><g data-name="Group 2"><path fill="%23E9ECEB" d="M96.12 15.752a37.965 37.965 0 0 0-1.62 5.111 38.57 38.57 0 0 0 2.629.855c.2-.557.388-1.077.565-1.6.188-.549.364-1.1.533-1.652a11.96 11.96 0 0 0 .5-1.618 9.083 9.083 0 0 1-2.605-1.09m3.033.119c.251-.681.475-1.28.689-1.885s.428-1.214.618-1.829a14.955 14.955 0 0 0 .562-1.814 19.579 19.579 0 0 0-2.79-.99q-.883 2.57-1.774 5.156c-.055.158-.1.319-.156.523.948.312 1.88.523 2.851.839M6.713 21.1c1.117-.488 2.215-.773 3.273-1.228-.5-1.621-.974-3.2-1.46-4.773-.016-.05-.087-.082-.142-.135-1.088.451-2.2.816-3.308 1.278.546 1.623 1.08 3.2 1.637 4.857M56.444 2.194a12.634 12.634 0 0 0-3.355-.079c-.016.037-.05.077-.05.114q-.039 2.676-.066 5.35a.725.725 0 0 0 .042.182 13.776 13.776 0 0 0 3.445.061c.069-.594.058-5.084-.016-5.628M2.88 9.5c.069.414 1.552 4.95 1.787 5.478a.872.872 0 0 0 .142.156c.544-.2 1.08-.425 1.629-.6.568-.174 1.151-.3 1.758-.451-.243-1-.56-1.93-.85-2.867s-.525-1.893-.905-2.84A30.292 30.292 0 0 0 2.88 9.5m22.694-5.162c-1.407.193-2.819.4-4.261.657a14.837 14.837 0 0 0 .346 1.8c.127.61.259 1.217.4 1.821a11.247 11.247 0 0 0 .441 1.75c.216-.04.4-.079.589-.108.932-.142 1.866-.277 2.8-.422a.884.884 0 0 0 .578-.208c-.486-3.685-.668-4.762-.895-5.288M77.2 10.185c1.587.459 3.163.647 4.723 1.048a15.125 15.125 0 0 0 .451-1.9c.156-.647.3-1.3.42-1.953a15.4 15.4 0 0 0 .362-1.917 14.124 14.124 0 0 0-2.447-.578c-.84-.145-1.666-.348-2.548-.454L77.2 10.18M26.863 4.19c.29 1.79.573 3.521.858 5.266.169-.013.3-.011.422-.032a14.239 14.239 0 0 1 2.363-.264c.668-.008 1.333 0 2-.011.142 0 .285-.026.465-.045a219.7 219.7 0 0 0-.546-5.678 1.907 1.907 0 0 0-.282-.034c-1.608.1-3.181.47-4.778.668a4.129 4.129 0 0 0-.5.129M85.41 30.155c.908.251 1.756.478 2.6.721.824.24 1.645.5 2.466.747s1.668.515 2.495.771a25.92 25.92 0 0 0 1.312-3.8c-.108-.045-.224-.1-.346-.14-.428-.142-.863-.267-1.286-.422-1.9-.694-3.822-1.3-5.773-1.821-.116-.032-.237-.05-.362-.077a1.68 1.68 0 0 0-.092.2c-.33 1.243-.66 2.489-1.011 3.82M9.1 27.921a35.073 35.073 0 0 0 1.4 4.168 2.195 2.195 0 0 0 .3-.063 109.531 109.531 0 0 1 7.373-2.3 2.872 2.872 0 0 0 .391-.177l-.523-2.165a13.7 13.7 0 0 0-.578-2.181 1.687 1.687 0 0 0-.275.016 50.285 50.285 0 0 0-5.248 1.552c-.913.312-1.806.684-2.706 1.035-.055.021-.093.082-.135.119M23.89 16.388c.087.026.132.055.169.05 2.943-.5 5.908-.861 8.859-1.3a3.187 3.187 0 0 0 .312-.071.176.176 0 0 0 .055-.034.75.75 0 0 0 .061-.063 11.443 11.443 0 0 0-.116-1.84c-.024-.6-.082-1.2-.119-1.8a9.068 9.068 0 0 0-.177-1.835.953.953 0 0 0-.161-.008c-1.344.28-2.679.594-4.039.805-1.486.235-2.964.51-4.451.734-.5.077-1.006.19-1.523.288a1.644 1.644 0 0 0 0 .346c.393 1.581.7 3.186 1.127 4.733M7.745 23.727a7.153 7.153 0 0 0 .436 1.521 7.29 7.29 0 0 0 .554 1.5c.412-.14.8-.267 1.18-.409A63.461 63.461 0 0 1 17.7 24.06c1.716-.393 3.437-.768 5.156-1.148 1.782-.4 3.564-.8 5.367-1.082.272-.042.538-.113.85-.179a143.295 143.295 0 0 0-.663-3.353 107.233 107.233 0 0 0-13.856 3.062 71.823 71.823 0 0 0-6.805 2.368m4.327 13.281c.248-.108.422-.188.6-.259a38.832 38.832 0 0 1 4.295-1.565q2.823-.784 5.665-1.5A59.214 59.214 0 0 1 29.45 32.3c.314-.04.626-.114.929-.169a19.083 19.083 0 0 0-.607-3.807 3.958 3.958 0 0 0-.491.032c-.591.1-1.18.23-1.774.327q-3.627.6-7.183 1.523c-1.433.375-2.859.784-4.274 1.214-1.336.407-2.658.855-3.981 1.3a3.823 3.823 0 0 0-1.233.612c.4 1.212.789 2.41 1.235 3.669m35.02-22.979h.734c1.7-.005 3.4-.034 5.095.066.924.053 1.848.09 2.772.121a1.3 1.3 0 0 0 .739-.053c.087-.832.087-4.765 0-5.322a1.574 1.574 0 0 0-.235-.034c-1.331-.037-2.664-.077-4-.1a29.707 29.707 0 0 0-1.935.008 8.437 8.437 0 0 1-2.563-.14c-.1-.026-.217-.011-.322-.026-.071-.011-.182.029-.185-.143a3.673 3.673 0 0 1 1.61-.515c.861-.04 1.721-.055 2.579-.087.164-.005.327-.032.486-.05a1.122 1.122 0 0 0 .055-.224q.024-2.419.042-4.839c0-.172-.016-.343-.026-.512a.15.15 0 0 0-.021-.061.387.387 0 0 0-.069-.053.628.628 0 0 0-.164-.037c-1.032 0-2.064-.005-3.1.005-.515.005-1.032.042-1.547.066a.115.115 0 0 0-.055.024.492.492 0 0 0-.05.053c-.084.686.037 11.124.153 11.853m45.53 19.512a1.586 1.586 0 0 0-.227-.153 101.508 101.508 0 0 0-10.374-3.06c-2.666-.657-5.351-1.262-8.062-1.726-.034-.005-.077.024-.166.048-.217 1.312-.285 2.663-.5 4a1.285 1.285 0 0 0 .013.259c.816.153 1.613.306 2.413.451q3.71.673 7.357 1.629c2.51.66 5.013 1.357 7.518 2.043a1.121 1.121 0 0 0 .66.063c.449-1.164.9-2.344 1.367-3.553M76.182 9.923c.026-.108.055-.209.071-.312q.17-1.144.338-2.294c.135-.916.269-1.829.4-2.743a1.533 1.533 0 0 0-.026-.351 30.558 30.558 0 0 0-5-.647 1.279 1.279 0 0 0-.092.628c-.024.428-.024.858-.053 1.288-.148 2.165-.309 4.332-.372 6.5-.005.171-.024.343-.029.515-.034.9-.069 1.8-.1 2.706a2.465 2.465 0 0 0 .047.4c3.2.375 6.3 1.164 9.448 1.642a30.879 30.879 0 0 0 .869-5.053c-.755-.179-1.518-.393-2.294-.538a53.76 53.76 0 0 1-6.863-1.714c-.093-.029-.211-.055-.224-.206a27.788 27.788 0 0 1 3.88.18m-1.333 12.29c.208.058.388.121.573.156.338.066.681.1 1.016.177 2.178.48 4.358.945 6.531 1.462 1.125.267 2.228.626 3.339.95 1.626.475 3.255.942 4.876 1.444 1.064.327 2.114.71 3.17 1.064a2.357 2.357 0 0 0 .388.066c.459-1.28.911-2.531 1.365-3.8-.143-.061-.259-.119-.38-.158a292.2 292.2 0 0 0-8.925-2.722c-2.437-.7-4.9-1.275-7.376-1.811-1.172-.253-2.36-.441-3.545-.649a2.952 2.952 0 0 0-.462 0c-.193 1.288-.38 2.537-.57 3.825m10.53 3.582a3.753 3.753 0 0 0-.38-.161c-.781-.232-1.555-.494-2.347-.681-1.88-.451-3.767-.866-5.652-1.291q-2.261-.515-4.559-.805c-.7-.09-1.4-.2-2.109-.285-.916-.116-1.835-.222-2.753-.325q-1.6-.182-3.2-.351a4.564 4.564 0 0 0-.465 0 8.116 8.116 0 0 0-.055 1.476c-.024.473-.037.945-.032 1.42a6.679 6.679 0 0 0 0 1.489 3.86 3.86 0 0 0 .385.071c.644.055 1.285.1 1.93.158.383.034.768.084 1.154.124.6.058 1.2.09 1.8.177 1.338.2 2.677.4 4.01.636 2.6.451 5.185 1 7.758 1.584 1.151.259 2.3.533 3.469.805a1.141 1.141 0 0 0 .1-.214c.317-1.27.631-2.537.95-3.828m-2.562 11.409c.008-.055.013-.111.024-.166a7.262 7.262 0 0 1-.787-.214 1.627 1.627 0 0 0-1-.011 27.332 27.332 0 0 1-3.542.681c-1.085.143-2.17.309-3.255.462-.7.1-1.4.214-2.109.283a39.177 39.177 0 0 1-5.48.143c-.731-.032-1.46-.1-2.189-.166-.23-.018-.459-.069-.689-.1a10.428 10.428 0 0 1 1.465-.179c.963-.066 1.93-.129 2.9-.185.987-.058 1.98-.087 2.965-.174.94-.085 1.877-.219 2.814-.356a19.383 19.383 0 0 0 1.518-.3c.647-.148 1.291-.317 1.938-.473.375-.09.752-.174 1.13-.259.1-.021.153-.066.129-.2-.467-.1-.948-.206-1.431-.3a1.02 1.02 0 0 0-.446.011 24.774 24.774 0 0 1-2.666.457c-.784.129-1.576.224-2.365.314-.6.066-1.2.1-1.8.15a19.618 19.618 0 0 1-3.608 0c-.813-.077-1.632-.114-2.447-.169-.106-.008-.214-.021-.319-.032a13.006 13.006 0 0 1 2.109-.33c1.373-.1 2.745-.193 4.121-.261a31.612 31.612 0 0 0 3.954-.57c.084-.013.159-.092.283-.166-.425-.069-.784-.137-1.146-.179a4.455 4.455 0 0 0-1.022-.071 22.087 22.087 0 0 1-2.247.2c-.235 0-.472.047-.707.053-.644.011-1.291.018-1.935.011-.407-.005-.816-.05-1.222-.071-.346-.019-.689-.021-1.032-.042a1.4 1.4 0 0 1-.285-.082c1.272-.19 2.526-.354 3.9-.589-.42-.077-.713-.15-1.008-.182a210.422 210.422 0 0 0-3.656-.383c-1.048-.1-2.1-.2-3.149-.253-2.043-.106-4.084-.23-6.127-.261-2.885-.045-5.771-.016-8.653-.016-.174 0-.346.013-.517.024-1.439.077-2.877.15-4.319.232-.858.048-1.716.106-2.574.166a31.24 31.24 0 0 0-1.093.1c-.451.05-.905.108-1.507.179a36.072 36.072 0 0 0 3.643.512c-.042.034-.058.058-.077.058-1.222.077-2.447.227-3.669.208a22.312 22.312 0 0 1-3.793-.3 1.35 1.35 0 0 0-.385-.016q-.768.087-1.534.2a3.454 3.454 0 0 0-.4.1 22.164 22.164 0 0 0 2.912.591c1.111.135 2.231.23 3.347.253 1.314.029 2.613.222 3.923.306a.458.458 0 0 1 .388.185c-.578.029-1.119.026-1.653.087a28.606 28.606 0 0 1-5.543.05c-.6-.045-1.2-.127-1.792-.206-.618-.082-1.233-.187-1.851-.269a21.208 21.208 0 0 1-2.473-.428.893.893 0 0 0-.375-.05c-.544.108-1.085.238-1.626.359a1.593 1.593 0 0 0 .6.256c.776.177 1.565.3 2.323.531a25.336 25.336 0 0 0 4.506.755c.81.09 1.629.116 2.444.169 1.225.077 2.45.148 3.672.23.494.032.985.087 1.478.132a.129.129 0 0 1 .055.032.471.471 0 0 1-.016.053c-1.04.09-2.088.222-3.139.264a37.377 37.377 0 0 1-7.077-.414q-1.624-.246-3.255-.465a28.3 28.3 0 0 1-3.92-.755 1.186 1.186 0 0 0-.5-.092 5.514 5.514 0 0 0-1.457.4c.251.077.433.14.618.182.692.166 1.381.325 2.072.483.961.219 1.919.457 2.9.586s1.951.309 2.927.459c.636.1 1.275.2 1.914.272q1.635.174 3.276.3c1.093.09 2.188.148 3.284.224.795.055 1.587.119 2.381.179l1.521.119a2.842 2.842 0 0 1-.932.193c-.99.055-1.977.1-2.964.169-1.552.1-3.1-.032-4.646-.05-.087 0-.172-.016-.259-.024-.707-.066-1.415-.124-2.12-.2-.9-.1-1.8-.187-2.69-.309q-2.075-.285-4.145-.61-1.718-.273-3.429-.6c-.715-.137-1.423-.319-2.13-.5a1.494 1.494 0 0 0-1.2.251 3 3 0 0 0 .378.164c1.206.314 2.389.708 3.616.937.971.182 1.943.362 2.912.554.884.174 1.763.375 2.65.544.906.172 1.819.319 2.73.47.552.092 1.1.182 1.655.256 1.045.14 2.088.269 3.133.4.4.05.81.1 1.217.132.834.077 1.671.14 2.505.219q1.509.143 3.017.3c.787.087 1.571.188 2.357.283a.914.914 0 0 1-.417.087q-2.938 0-5.876-.011c-.409 0-.818-.026-1.228-.053-.963-.063-1.93-.127-2.9-.2-.623-.047-1.243-.1-1.864-.171a149.003 149.003 0 0 1-3.579-.467c-1.447-.211-2.9-.393-4.327-.694-2.552-.544-5.113-1.108-7.62-1.873a3.632 3.632 0 0 0-.5-.127c-.114-.018-.209.034-.2.217.776.2 1.566.412 2.352.612 1.935.494 3.859 1.022 5.8 1.465 2.471.56 4.955 1.056 7.436 1.568 1.283.267 2.569.512 3.857.752.842.158 1.69.3 2.539.436.636.1 1.278.158 1.911.272 1.315.232 2.645.322 3.968.475.663.077 1.328.121 1.993.174.9.071 1.8.174 2.7.2 2.281.061 4.562.09 6.842.124.346.008.689-.005 1.032-.021 1.27-.058 2.537-.148 3.807-.177 1.658-.034 3.313-.09 4.96-.267.557-.058 1.114-.127 1.674-.145a46.265 46.265 0 0 0 3.408-.245c1.755-.182 3.49-.483 5.232-.752.573-.09 1.14-.206 1.713-.3.657-.108 1.323-.172 1.972-.306 1.22-.254 2.429-.546 3.646-.816 1.489-.327 2.954-.742 4.419-1.164 1.341-.385 2.632-.919 3.957-1.352.082-.026.14-.114.208-.172a1.475 1.475 0 0 0-1.333-.1c-1.621.512-3.271.9-4.923 1.288-1.777.42-3.559.818-5.369 1.066-.958.135-1.911.293-2.87.422q-1.374.186-2.753.327c-.729.074-1.46.1-2.188.166-1.544.129-3.089.232-4.638.227s-3.1 0-4.651.005h-.676c.05-.061.061-.087.074-.087q1.409-.151 2.819-.3l1.732-.174c.641-.066 1.283-.158 1.927-.2a19.668 19.668 0 0 0 3.263-.37 2.085 2.085 0 0 1 .256-.026c.9-.1 1.8-.166 2.692-.3 1.3-.19 2.59-.4 3.878-.649 1.98-.38 3.962-.774 5.934-1.2 1.066-.235 2.12-.549 3.176-.832a5.027 5.027 0 0 0 .52-.2 1.527 1.527 0 0 0-1.2-.24c-.327.1-.673.135-1 .224a30.445 30.445 0 0 1-3.664.726c-.979.14-1.959.272-2.935.42-1.573.238-3.141.488-4.728.647-1.822.18-3.646.275-5.475.33-1.164.037-2.32-.1-3.482-.153-.6-.024-1.2-.074-1.8-.121-.087-.005-.214.005-.211-.166.24-.016.475-.026.71-.042l2.384-.166c1.008-.071 2.017-.15 3.025-.219.771-.055 1.547-.074 2.318-.158 1.365-.153 2.732-.319 4.092-.523 1.911-.29 3.828-.546 5.7-1.027.747-.19 1.5-.351 2.254-.525M47.31 26.121v.116c-.441.087-.884.166-1.32.272a7.182 7.182 0 0 1-1.28.143c-1.265.079-2.532.166-3.8.283-1.09.1-2.181.24-3.268.359-.515.058-1.03.1-1.542.156-1.069.116-2.138.227-3.2.359a11.467 11.467 0 0 0-1.827.293 30.646 30.646 0 0 0 .583 3.862c.222-.016.457-.024.689-.045.362-.034.726-.079 1.088-.116.641-.069 1.283-.137 1.927-.2 1.006-.1 2.009-.224 3.017-.282 1.439-.082 2.883-.111 4.321-.164l1.42-.058c1.462-.055 2.925-.153 4.387-.153 1.893 0 3.785.069 5.678.124.776.021 1.55.077 2.323.119.966.055 1.932.108 2.9.172.879.058 1.758.129 2.637.2q1.065.079 2.125.169c.75.066 1.5.156 2.246.206 1.333.084 2.65.277 3.968.486.549.087 1.1.185 1.658.28a8.585 8.585 0 0 0 .248-1.476c.063-.467.15-.934.177-1.407a5.141 5.141 0 0 0 .1-1.468c-.446-.079-.869-.161-1.291-.224a242.28 242.28 0 0 0-3.189-.462c-.509-.071-1.024-.113-1.539-.164-.771-.077-1.539-.156-2.31-.222s-1.547-.1-2.318-.169a36.025 36.025 0 0 0-3.735-.214c-.861.013-1.721-.008-2.584-.016-.214 0-.428-.018-.644-.029q-1.35-.071-2.706-.145c-.074-.005-.174.047-.193-.084.013-.019.024-.045.04-.05a11.635 11.635 0 0 1 3.479-.581 56.24 56.24 0 0 1 6.771.248 1.357 1.357 0 0 0 .251-.016.644.644 0 0 0 .069-.19q.083-1.968.161-3.936a1.3 1.3 0 0 0-.04-.266c-.061-.042-.077-.064-.092-.066-1.286-.116-2.566-.285-3.859-.285a2.72 2.72 0 0 1-.388-.024c-.681-.1-1.362-.193-2.04-.3a3.044 3.044 0 0 1-.408-.127c.185-.053.285-.092.391-.111.317-.055.633-.108.953-.158a11.865 11.865 0 0 1 3.149-.116c.726.082 1.455.124 2.183.193q1.54.139 3.083.3c1.027.106 2.051.224 3.075.341q1.441.166 2.88.343c.66.082 1.32.172 1.975.259a29.214 29.214 0 0 0 .523-3.931 149.874 149.874 0 0 0-20.8-1.674A146.933 146.933 0 0 0 33 17.6c-1.127.14-2.252.3-3.419.454a8.28 8.28 0 0 0 .224 1.742 6.873 6.873 0 0 0 .362 1.674c.441-.058.845-.116 1.249-.166 1.214-.156 2.429-.317 3.646-.454 1.132-.132 2.265-.251 3.4-.348.921-.079 1.845-.166 2.769-.166.945 0 1.89.1 2.835.153.026 0 .053.047.1.09-.05.034-.092.087-.142.1-.465.09-.929.172-1.394.256-.509.09-1.014.211-1.523.267-1.006.108-2.014.177-3.02.269-.385.034-.771.084-1.156.124-.982.1-1.969.179-2.951.3q-1.695.214-3.379.488a87.563 87.563 0 0 0-3.87.694c-2.5.525-4.992 1.088-7.489 1.637a1.284 1.284 0 0 0-.586.209 22.43 22.43 0 0 0 1.144 4.366c.2-.042.412-.084.62-.132.438-.1.874-.216 1.315-.317 2.513-.573 5.055-1 7.592-1.444 2.225-.4 4.472-.6 6.713-.863 1.177-.135 2.352-.253 3.527-.38.449-.048.9-.106 1.349-.143.963-.077 1.93-.135 2.9-.217a8.227 8.227 0 0 1 2.69.159c.269.066.539.113.81.169M0 8.382c2.191-.67 4.337-1.346 6.5-1.975a4.175 4.175 0 0 1 1.478-.319c.388 1.061.676 2.159 1.053 3.228s.731 2.157 1.1 3.236c.356 1.059.721 2.117 1.069 3.178.356 1.08.7 2.165 1.056 3.263a1.7 1.7 0 0 0 .451-.005c1.771-.536 3.585-.89 5.383-1.315 1.085-.256 2.18-.478 3.271-.718a1.736 1.736 0 0 0 .206-.079c-.013-.106-.018-.208-.04-.306L19.215 5.985c-.169-.779-.359-1.55-.536-2.326a2.109 2.109 0 0 1-.053-.707 5.653 5.653 0 0 1 1.681-.457c1.373-.237 2.751-.465 4.134-.66q2.392-.337 4.8-.6c.81-.092 1.631-.111 2.444-.166.861-.058 1.719-.121 2.577-.177.124-.011.251 0 .412 0 .2.924.219 1.848.335 2.756s.19 1.84.282 2.761l.269 2.7c.093.921.169 1.843.285 2.761s.132 1.837.3 2.727a.533.533 0 0 0 .15.058 4.779 4.779 0 0 0 .515-.024c2.5-.306 5.01-.409 7.534-.538a1.857 1.857 0 0 0 .1-.322 4.794 4.794 0 0 0 0-.515l-.111-10.4c-.008-.755 0-1.507.005-2.26 0-.127.021-.251.037-.417.383-.034.742-.087 1.1-.1.665-.024 1.333-.032 2-.04C48.989.019 50.5 0 52 0c1.486 0 2.97.026 4.453.063.647.017 1.295.08 1.937.13.193.016.38.061.6.1a3.528 3.528 0 0 1 .061.444c.005.43-.008.861 0 1.293q.059 5.84.121 11.686c0 .193.021.383.034.61.628.1 1.246.111 1.858.164s1.246.087 1.866.14q.966.075 1.927.174c.62.066 1.241.143 1.858.219s1.228.153 1.882.235c.053-.57.106-1.1.145-1.634.116-1.523.237-3.046.338-4.57.074-1.074.121-2.149.177-3.223.055-1.119.1-2.236.166-3.353.024-.4.1-.805.153-1.209a1.81 1.81 0 0 1 .8-.087c.686.045 1.375.09 2.056.169.81.092 1.618.217 2.426.341.871.137 1.737.285 2.605.441 1.119.2 2.244.388 3.355.626 1.491.317 2.972.673 4.459 1.016.2.05.4.132.634.211a15.719 15.719 0 0 1-.364 1.969c-.111.657-.261 1.307-.393 1.961l-.388 1.961c-.124.634-.251 1.264-.375 1.9l-.378 1.964c-.127.655-.261 1.307-.391 1.959s-.256 1.3-.388 1.964a3.865 3.865 0 0 0 1.177.393c2.326.528 4.6 1.254 6.892 1.887.248.069.5.14.787.222a2.824 2.824 0 0 0 .185-.383q1.421-4.455 2.835-8.912.574-1.814 1.151-3.627a1.02 1.02 0 0 1 .275-.546c.636.1 5.147 1.563 7.114 2.3.116.045.222.111.356.179-.1.333-.188.639-.293.942q-4.886 13.9-9.775 27.8c-.193.546-.414 1.085-.6 1.634a.9.9 0 0 1-.536.6c-1.808.739-3.577 1.571-5.459 2.13-1.523.454-3.038.921-4.583 1.3a58.478 58.478 0 0 1-5.879 1.146c-1.447.2-2.88.483-4.324.708-.765.119-1.534.2-2.3.293-.533.063-1.069.121-1.605.166-.578.048-1.159.071-1.737.111-.795.053-1.589.1-2.381.169-1.072.092-2.141.211-3.218.23-1.42.021-2.843.042-4.258.14-2.8.193-5.6.1-8.392.077-1.225-.011-2.45-.129-3.675-.2-.794-.05-1.586-.1-2.381-.161-.473-.037-.942-.087-1.412-.135-1.328-.135-2.656-.253-3.978-.4a46.764 46.764 0 0 1-4.638-.779c-.945-.2-1.9-.383-2.84-.581-1.534-.325-3.065-.66-4.6-.982-1.114-.235-2.236-.441-3.345-.686q-2.582-.574-5.147-1.188c-1.566-.378-3.123-.781-4.683-1.183-.251-.063-.488-.171-.737-.237a.682.682 0 0 1-.5-.52 186.71 186.71 0 0 0-1.135-3.36q-1.679-4.878-3.366-9.754Q3.2 17.74.193 9.028c-.069-.2-.121-.4-.193-.647" data-name="Path 41" /></g></svg>');
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: bottom -170px left -50%; }
    @media (min-width: 551px) {
      .accordion-item--content#Product-Description {
        background-position: bottom 100% left; } }

.accordion-item--content-list {
  padding: 0 18px;
  font-size: 16px;
  font-family: "Lato", sans-serif; }
  .accordion-item--content-list p {
    line-height: 24px;
    margin-bottom: 20px; }
  .accordion-item--content-list span {
    color: #013726; }
  @media (min-width: 801px) {
    .accordion-item--content-list {
      padding: 0; } }
  .accordion-item--content-list li {
    line-height: 18px; }
  .accordion-item--content-list li:not(:last-of-type) {
    padding-bottom: 30px; }
  .accordion-item--content-list li:first-of-type {
    border-top: 1px solid #f4f4f4;
    padding-top: 24px; }
    @media (min-width: 801px) {
      .accordion-item--content-list li:first-of-type {
        border: 0;
        padding-top: 0; } }
  .accordion-item--content-list li:last-of-type {
    padding-bottom: 2.4rem; }
  .accordion-item--content-list a {
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    color: #013726; }
    @media (min-width: 801px) {
      .accordion-item--content-list a {
        font-size: 16px; } }

.is-active .accordion-item--control::after {
  transform: rotate(180deg);
  transition: all 0.25s linear; }

.is-active .accordion-item--content {
  height: auto;
  transition: height 0.25s linear; }

@media (min-width: 801px) {
  .accordion-item {
    border: none; }
  .accordion-item--control::after {
    display: none; }
  .accordion-item--content {
    height: auto;
    transition: unset; }
  .accordion-item--content-list li:last-of-type {
    padding-bottom: 0; }
  .is-active .accordion-item--content {
    transition: unset; } }

@media (min-width: 801px) {
  .accordion-item--control {
    padding-top: 0;
    padding-bottom: 40px; } }

.container-product-description {
  display: none; }
  @media (min-width: 801px) {
    .container-product-description {
      padding: 0;
      display: grid;
      grid-template-columns: 1fr 2fr; } }

.container-product-description {
  border-top: 1px solid #003722; }

.accordion--product-information {
  padding-top: 32px; }
  @media (min-width: 801px) {
    .accordion--product-information {
      display: none; } }
  .accordion--product-information .ingredients-table {
    padding: 17px 18px; }
  .accordion--product-information .accordion-item--content-list h2 {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 24px; }
  .accordion--product-information .accordion-item--content-list h2,
  .accordion--product-information .accordion-item--content-list h3 {
    margin-top: 0; }
  .accordion--product-information p {
    margin-bottom: 16px; }
  .accordion--product-information .accordion-item--content-list {
    padding: 13px 15px 32px 15px; }

.ingredients-table table {
  border: 1px solid #003722;
  border-collapse: collapse;
  max-width: 600px; }
  .ingredients-table table tr td {
    padding: 14px 0 14px 12px;
    border: 0; }
    .ingredients-table table tr td strong {
      font-weight: 900; }
    .ingredients-table table tr td:first-child {
      border-right: 1px solid #003722; }
  .ingredients-table table tr p {
    margin-bottom: 0; }
  .ingredients-table table tr:nth-child(1) {
    background-color: #003722;
    color: #fff;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
    font-size: 16px;
    font-weight: 900;
    line-height: 24px; }
  .ingredients-table table tr:not(:first-child):nth-child(odd) {
    background-color: #e6f0ed; }
  .ingredients-table table tr:not(:first-child):nth-child(even) {
    background-color: #fff; }
  .ingredients-table table tr:not(:first-child) {
    font-size: 14px;
    line-height: 18px;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    color: #003722;
    padding: 14px 0;
    border: none; }

.product-highlight__container {
  background-color: #013726;
  height: 100%;
  overflow: hidden;
  padding: 32px 16px; }
  @media (min-width: 801px) {
    .product-highlight__container {
      padding: 24px 16px; } }

@media (min-width: 801px) {
  height: 178px; }

.product-highlight__inner {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media (min-width: 1261px) {
    .product-highlight__inner {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-evenly; } }

@media (min-width: 801px) {
  .product-highlight__border {
    border-top: 1px solid white;
    border-bottom: 1px solid white; } }

.product-highlight__item {
  height: 100%;
  width: 50%;
  padding: 8px 0; }
  @media (min-width: 1261px) {
    .product-highlight__item {
      width: max-content; } }

.product-highlight__heading {
  color: #fff;
  font-weight: 900;
  font-size: 18px;
  font-family: "Lato";
  line-height: 24px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 24px; }
  @media (min-width: 801px) {
    .product-highlight__heading {
      display: none; } }

.product-highlight__content {
  display: flex;
  padding: 8px 0; }
  @media (min-width: 801px) {
    .product-highlight__content {
      padding: 12px 0; } }

.product-highlight__item-circle {
  border: 2px solid white;
  border-radius: 9999px;
  padding: 2px; }
  .product-highlight__item-circle svg {
    width: 20px;
    height: 16px;
    fill: #fff; }
  .product-highlight__item-circle img {
    width: 20px;
    height: 20px; }

.product-highlight__item-inner-circle {
  padding: 4px 8px;
  border: 1px solid white;
  border-radius: 9999px; }

.product-highlight__content {
  display: flex;
  align-items: center; }

.product-highlight__content {
  position: relative; }
  .product-highlight__content svg,
  .product-highlight__content img {
    position: relative;
    outline-offset: 4px;
    outline: 2px solid white;
    border: 1px solid white;
    border-radius: 9999px;
    width: 32px;
    height: 32px;
    fill: #fff;
    padding: 4px 8px;
    object-fit: contain; }
    @media (min-width: 801px) {
      .product-highlight__content svg,
      .product-highlight__content img {
        width: 40px;
        height: 40px; } }
  .product-highlight__content span {
    color: #fff;
    margin-left: 16px;
    margin-right: 16px;
    font-weight: 900;
    font-size: 14px;
    font-family: "Lato";
    line-height: 24px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    padding: 2px;
    max-width: 270px; }
    @media (min-width: 801px) {
      .product-highlight__content span {
        margin-left: 16px;
        margin-right: 16px; } }

.crown-selection-banner {
  display: none; }
  @media (min-width: 1261px) {
    .crown-selection-banner {
      overflow: hidden;
      display: block;
      border-top: 2px solid #E4E4E4; }
      .crown-selection-banner img {
        min-height: 150px;
        object-fit: cover;
        max-height: 200px;
        width: 100%; } }
  @media (min-width: 2048px) {
    .crown-selection-banner img {
      min-height: 150px;
      object-fit: contain;
      max-height: 160px;
      width: 100%; } }

html {
  scrollbar-gutter: stable;
  scroll-behavior: smooth;
  scroll-margin-top: 300px; }

body {
  padding-top: 0;
  overflow-x: hidden; }

.body {
  margin: 0; }

/* A tweak to make the body background */
body.summer-2024 .content-blocks__item {
  padding-right: 0 !important;
  margin-right: .75rem !important; }

body.summer-2024 .body::after {
  content: "";
  background: url(../img/background-summer-2024.jpg);
  opacity: 0.35;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1; }

.page {
  margin: 0; }

svg.brand {
  fill: #013726;
  transition: all 0.5s; }
  svg.brand:hover {
    fill: #015037; }

.container {
  max-width: 1512px !important;
  padding: 0 16px !important; }

.breadcrumb-nav, .sticky-add-to-cart--desktop, [data-layout-name="Suppliers"], .supplier--container, .product-highlight__container, .crown-selection-banner, div[class^="sd-divider-wrapper-"], .recipe-carousel, .product-review-container, .newsletter--container,
.review-container,
.video-hero-widget-container,
.container-product-description,
.mobile-product-reviews, .full-width, #product-listing-container [data-block-id="ku_landing_result_header"],
#search-listing-container [data-block-id="ku_landing_result_header"], #search-results-heading .page-heading, .filter-top-bar, .page.cart-page .cart-divider,
.block--full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

.error {
  background: #0E5940;
  color: #fff;
  height: 777px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
  max-height: 552px; }
  @media (min-width: 801px) {
    .error {
      height: 777px;
      max-height: 777px; } }
  .error .page-heading {
    color: #fff;
    font-weight: 900;
    font-size: 24px;
    font-family: "lato", sans-serif;
    letter-spacing: 4.8px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 16px 0;
    line-height: 0; }
  .error .u-textAlignCenter {
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    font-family: "Crimson Text";
    font-weight: 900;
    margin-bottom: 16px; }
    @media (min-width: 801px) {
      .error .u-textAlignCenter {
        font-size: 48px; } }

.error::after {
  content: " ";
  position: absolute;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="104" height="46.674"><g data-name="Group 2"><path fill="%23000" d="M96.12 15.752a37.965 37.965 0 0 0-1.62 5.111 38.57 38.57 0 0 0 2.629.855c.2-.557.388-1.077.565-1.6.188-.549.364-1.1.533-1.652a11.96 11.96 0 0 0 .5-1.618 9.083 9.083 0 0 1-2.605-1.09m3.033.119c.251-.681.475-1.28.689-1.885s.428-1.214.618-1.829a14.955 14.955 0 0 0 .562-1.814 19.579 19.579 0 0 0-2.79-.99q-.883 2.57-1.774 5.156c-.055.158-.1.319-.156.523.948.312 1.88.523 2.851.839M6.713 21.1c1.117-.488 2.215-.773 3.273-1.228-.5-1.621-.974-3.2-1.46-4.773-.016-.05-.087-.082-.142-.135-1.088.451-2.2.816-3.308 1.278.546 1.623 1.08 3.2 1.637 4.857M56.444 2.194a12.634 12.634 0 0 0-3.355-.079c-.016.037-.05.077-.05.114q-.039 2.676-.066 5.35a.725.725 0 0 0 .042.182 13.776 13.776 0 0 0 3.445.061c.069-.594.058-5.084-.016-5.628M2.88 9.5c.069.414 1.552 4.95 1.787 5.478a.872.872 0 0 0 .142.156c.544-.2 1.08-.425 1.629-.6.568-.174 1.151-.3 1.758-.451-.243-1-.56-1.93-.85-2.867s-.525-1.893-.905-2.84A30.292 30.292 0 0 0 2.88 9.5m22.694-5.162c-1.407.193-2.819.4-4.261.657a14.837 14.837 0 0 0 .346 1.8c.127.61.259 1.217.4 1.821a11.247 11.247 0 0 0 .441 1.75c.216-.04.4-.079.589-.108.932-.142 1.866-.277 2.8-.422a.884.884 0 0 0 .578-.208c-.486-3.685-.668-4.762-.895-5.288M77.2 10.185c1.587.459 3.163.647 4.723 1.048a15.125 15.125 0 0 0 .451-1.9c.156-.647.3-1.3.42-1.953a15.4 15.4 0 0 0 .362-1.917 14.124 14.124 0 0 0-2.447-.578c-.84-.145-1.666-.348-2.548-.454L77.2 10.18M26.863 4.19c.29 1.79.573 3.521.858 5.266.169-.013.3-.011.422-.032a14.239 14.239 0 0 1 2.363-.264c.668-.008 1.333 0 2-.011.142 0 .285-.026.465-.045a219.7 219.7 0 0 0-.546-5.678 1.907 1.907 0 0 0-.282-.034c-1.608.1-3.181.47-4.778.668a4.129 4.129 0 0 0-.5.129M85.41 30.155c.908.251 1.756.478 2.6.721.824.24 1.645.5 2.466.747s1.668.515 2.495.771a25.92 25.92 0 0 0 1.312-3.8c-.108-.045-.224-.1-.346-.14-.428-.142-.863-.267-1.286-.422-1.9-.694-3.822-1.3-5.773-1.821-.116-.032-.237-.05-.362-.077a1.68 1.68 0 0 0-.092.2c-.33 1.243-.66 2.489-1.011 3.82M9.1 27.921a35.073 35.073 0 0 0 1.4 4.168 2.195 2.195 0 0 0 .3-.063 109.531 109.531 0 0 1 7.373-2.3 2.872 2.872 0 0 0 .391-.177l-.523-2.165a13.7 13.7 0 0 0-.578-2.181 1.687 1.687 0 0 0-.275.016 50.285 50.285 0 0 0-5.248 1.552c-.913.312-1.806.684-2.706 1.035-.055.021-.093.082-.135.119M23.89 16.388c.087.026.132.055.169.05 2.943-.5 5.908-.861 8.859-1.3a3.187 3.187 0 0 0 .312-.071.176.176 0 0 0 .055-.034.75.75 0 0 0 .061-.063 11.443 11.443 0 0 0-.116-1.84c-.024-.6-.082-1.2-.119-1.8a9.068 9.068 0 0 0-.177-1.835.953.953 0 0 0-.161-.008c-1.344.28-2.679.594-4.039.805-1.486.235-2.964.51-4.451.734-.5.077-1.006.19-1.523.288a1.644 1.644 0 0 0 0 .346c.393 1.581.7 3.186 1.127 4.733M7.745 23.727a7.153 7.153 0 0 0 .436 1.521 7.29 7.29 0 0 0 .554 1.5c.412-.14.8-.267 1.18-.409A63.461 63.461 0 0 1 17.7 24.06c1.716-.393 3.437-.768 5.156-1.148 1.782-.4 3.564-.8 5.367-1.082.272-.042.538-.113.85-.179a143.295 143.295 0 0 0-.663-3.353 107.233 107.233 0 0 0-13.856 3.062 71.823 71.823 0 0 0-6.805 2.368m4.327 13.281c.248-.108.422-.188.6-.259a38.832 38.832 0 0 1 4.295-1.565q2.823-.784 5.665-1.5A59.214 59.214 0 0 1 29.45 32.3c.314-.04.626-.114.929-.169a19.083 19.083 0 0 0-.607-3.807 3.958 3.958 0 0 0-.491.032c-.591.1-1.18.23-1.774.327q-3.627.6-7.183 1.523c-1.433.375-2.859.784-4.274 1.214-1.336.407-2.658.855-3.981 1.3a3.823 3.823 0 0 0-1.233.612c.4 1.212.789 2.41 1.235 3.669m35.02-22.979h.734c1.7-.005 3.4-.034 5.095.066.924.053 1.848.09 2.772.121a1.3 1.3 0 0 0 .739-.053c.087-.832.087-4.765 0-5.322a1.574 1.574 0 0 0-.235-.034c-1.331-.037-2.664-.077-4-.1a29.707 29.707 0 0 0-1.935.008 8.437 8.437 0 0 1-2.563-.14c-.1-.026-.217-.011-.322-.026-.071-.011-.182.029-.185-.143a3.673 3.673 0 0 1 1.61-.515c.861-.04 1.721-.055 2.579-.087.164-.005.327-.032.486-.05a1.122 1.122 0 0 0 .055-.224q.024-2.419.042-4.839c0-.172-.016-.343-.026-.512a.15.15 0 0 0-.021-.061.387.387 0 0 0-.069-.053.628.628 0 0 0-.164-.037c-1.032 0-2.064-.005-3.1.005-.515.005-1.032.042-1.547.066a.115.115 0 0 0-.055.024.492.492 0 0 0-.05.053c-.084.686.037 11.124.153 11.853m45.53 19.512a1.586 1.586 0 0 0-.227-.153 101.508 101.508 0 0 0-10.374-3.06c-2.666-.657-5.351-1.262-8.062-1.726-.034-.005-.077.024-.166.048-.217 1.312-.285 2.663-.5 4a1.285 1.285 0 0 0 .013.259c.816.153 1.613.306 2.413.451q3.71.673 7.357 1.629c2.51.66 5.013 1.357 7.518 2.043a1.121 1.121 0 0 0 .66.063c.449-1.164.9-2.344 1.367-3.553M76.182 9.923c.026-.108.055-.209.071-.312q.17-1.144.338-2.294c.135-.916.269-1.829.4-2.743a1.533 1.533 0 0 0-.026-.351 30.558 30.558 0 0 0-5-.647 1.279 1.279 0 0 0-.092.628c-.024.428-.024.858-.053 1.288-.148 2.165-.309 4.332-.372 6.5-.005.171-.024.343-.029.515-.034.9-.069 1.8-.1 2.706a2.465 2.465 0 0 0 .047.4c3.2.375 6.3 1.164 9.448 1.642a30.879 30.879 0 0 0 .869-5.053c-.755-.179-1.518-.393-2.294-.538a53.76 53.76 0 0 1-6.863-1.714c-.093-.029-.211-.055-.224-.206a27.788 27.788 0 0 1 3.88.18m-1.333 12.29c.208.058.388.121.573.156.338.066.681.1 1.016.177 2.178.48 4.358.945 6.531 1.462 1.125.267 2.228.626 3.339.95 1.626.475 3.255.942 4.876 1.444 1.064.327 2.114.71 3.17 1.064a2.357 2.357 0 0 0 .388.066c.459-1.28.911-2.531 1.365-3.8-.143-.061-.259-.119-.38-.158a292.2 292.2 0 0 0-8.925-2.722c-2.437-.7-4.9-1.275-7.376-1.811-1.172-.253-2.36-.441-3.545-.649a2.952 2.952 0 0 0-.462 0c-.193 1.288-.38 2.537-.57 3.825m10.53 3.582a3.753 3.753 0 0 0-.38-.161c-.781-.232-1.555-.494-2.347-.681-1.88-.451-3.767-.866-5.652-1.291q-2.261-.515-4.559-.805c-.7-.09-1.4-.2-2.109-.285-.916-.116-1.835-.222-2.753-.325q-1.6-.182-3.2-.351a4.564 4.564 0 0 0-.465 0 8.116 8.116 0 0 0-.055 1.476c-.024.473-.037.945-.032 1.42a6.679 6.679 0 0 0 0 1.489 3.86 3.86 0 0 0 .385.071c.644.055 1.285.1 1.93.158.383.034.768.084 1.154.124.6.058 1.2.09 1.8.177 1.338.2 2.677.4 4.01.636 2.6.451 5.185 1 7.758 1.584 1.151.259 2.3.533 3.469.805a1.141 1.141 0 0 0 .1-.214c.317-1.27.631-2.537.95-3.828m-2.562 11.409c.008-.055.013-.111.024-.166a7.262 7.262 0 0 1-.787-.214 1.627 1.627 0 0 0-1-.011 27.332 27.332 0 0 1-3.542.681c-1.085.143-2.17.309-3.255.462-.7.1-1.4.214-2.109.283a39.177 39.177 0 0 1-5.48.143c-.731-.032-1.46-.1-2.189-.166-.23-.018-.459-.069-.689-.1a10.428 10.428 0 0 1 1.465-.179c.963-.066 1.93-.129 2.9-.185.987-.058 1.98-.087 2.965-.174.94-.085 1.877-.219 2.814-.356a19.383 19.383 0 0 0 1.518-.3c.647-.148 1.291-.317 1.938-.473.375-.09.752-.174 1.13-.259.1-.021.153-.066.129-.2-.467-.1-.948-.206-1.431-.3a1.02 1.02 0 0 0-.446.011 24.774 24.774 0 0 1-2.666.457c-.784.129-1.576.224-2.365.314-.6.066-1.2.1-1.8.15a19.618 19.618 0 0 1-3.608 0c-.813-.077-1.632-.114-2.447-.169-.106-.008-.214-.021-.319-.032a13.006 13.006 0 0 1 2.109-.33c1.373-.1 2.745-.193 4.121-.261a31.612 31.612 0 0 0 3.954-.57c.084-.013.159-.092.283-.166-.425-.069-.784-.137-1.146-.179a4.455 4.455 0 0 0-1.022-.071 22.087 22.087 0 0 1-2.247.2c-.235 0-.472.047-.707.053-.644.011-1.291.018-1.935.011-.407-.005-.816-.05-1.222-.071-.346-.019-.689-.021-1.032-.042a1.4 1.4 0 0 1-.285-.082c1.272-.19 2.526-.354 3.9-.589-.42-.077-.713-.15-1.008-.182a210.422 210.422 0 0 0-3.656-.383c-1.048-.1-2.1-.2-3.149-.253-2.043-.106-4.084-.23-6.127-.261-2.885-.045-5.771-.016-8.653-.016-.174 0-.346.013-.517.024-1.439.077-2.877.15-4.319.232-.858.048-1.716.106-2.574.166a31.24 31.24 0 0 0-1.093.1c-.451.05-.905.108-1.507.179a36.072 36.072 0 0 0 3.643.512c-.042.034-.058.058-.077.058-1.222.077-2.447.227-3.669.208a22.312 22.312 0 0 1-3.793-.3 1.35 1.35 0 0 0-.385-.016q-.768.087-1.534.2a3.454 3.454 0 0 0-.4.1 22.164 22.164 0 0 0 2.912.591c1.111.135 2.231.23 3.347.253 1.314.029 2.613.222 3.923.306a.458.458 0 0 1 .388.185c-.578.029-1.119.026-1.653.087a28.606 28.606 0 0 1-5.543.05c-.6-.045-1.2-.127-1.792-.206-.618-.082-1.233-.187-1.851-.269a21.208 21.208 0 0 1-2.473-.428.893.893 0 0 0-.375-.05c-.544.108-1.085.238-1.626.359a1.593 1.593 0 0 0 .6.256c.776.177 1.565.3 2.323.531a25.336 25.336 0 0 0 4.506.755c.81.09 1.629.116 2.444.169 1.225.077 2.45.148 3.672.23.494.032.985.087 1.478.132a.129.129 0 0 1 .055.032.471.471 0 0 1-.016.053c-1.04.09-2.088.222-3.139.264a37.377 37.377 0 0 1-7.077-.414q-1.624-.246-3.255-.465a28.3 28.3 0 0 1-3.92-.755 1.186 1.186 0 0 0-.5-.092 5.514 5.514 0 0 0-1.457.4c.251.077.433.14.618.182.692.166 1.381.325 2.072.483.961.219 1.919.457 2.9.586s1.951.309 2.927.459c.636.1 1.275.2 1.914.272q1.635.174 3.276.3c1.093.09 2.188.148 3.284.224.795.055 1.587.119 2.381.179l1.521.119a2.842 2.842 0 0 1-.932.193c-.99.055-1.977.1-2.964.169-1.552.1-3.1-.032-4.646-.05-.087 0-.172-.016-.259-.024-.707-.066-1.415-.124-2.12-.2-.9-.1-1.8-.187-2.69-.309q-2.075-.285-4.145-.61-1.718-.273-3.429-.6c-.715-.137-1.423-.319-2.13-.5a1.494 1.494 0 0 0-1.2.251 3 3 0 0 0 .378.164c1.206.314 2.389.708 3.616.937.971.182 1.943.362 2.912.554.884.174 1.763.375 2.65.544.906.172 1.819.319 2.73.47.552.092 1.1.182 1.655.256 1.045.14 2.088.269 3.133.4.4.05.81.1 1.217.132.834.077 1.671.14 2.505.219q1.509.143 3.017.3c.787.087 1.571.188 2.357.283a.914.914 0 0 1-.417.087q-2.938 0-5.876-.011c-.409 0-.818-.026-1.228-.053-.963-.063-1.93-.127-2.9-.2-.623-.047-1.243-.1-1.864-.171a149.003 149.003 0 0 1-3.579-.467c-1.447-.211-2.9-.393-4.327-.694-2.552-.544-5.113-1.108-7.62-1.873a3.632 3.632 0 0 0-.5-.127c-.114-.018-.209.034-.2.217.776.2 1.566.412 2.352.612 1.935.494 3.859 1.022 5.8 1.465 2.471.56 4.955 1.056 7.436 1.568 1.283.267 2.569.512 3.857.752.842.158 1.69.3 2.539.436.636.1 1.278.158 1.911.272 1.315.232 2.645.322 3.968.475.663.077 1.328.121 1.993.174.9.071 1.8.174 2.7.2 2.281.061 4.562.09 6.842.124.346.008.689-.005 1.032-.021 1.27-.058 2.537-.148 3.807-.177 1.658-.034 3.313-.09 4.96-.267.557-.058 1.114-.127 1.674-.145a46.265 46.265 0 0 0 3.408-.245c1.755-.182 3.49-.483 5.232-.752.573-.09 1.14-.206 1.713-.3.657-.108 1.323-.172 1.972-.306 1.22-.254 2.429-.546 3.646-.816 1.489-.327 2.954-.742 4.419-1.164 1.341-.385 2.632-.919 3.957-1.352.082-.026.14-.114.208-.172a1.475 1.475 0 0 0-1.333-.1c-1.621.512-3.271.9-4.923 1.288-1.777.42-3.559.818-5.369 1.066-.958.135-1.911.293-2.87.422q-1.374.186-2.753.327c-.729.074-1.46.1-2.188.166-1.544.129-3.089.232-4.638.227s-3.1 0-4.651.005h-.676c.05-.061.061-.087.074-.087q1.409-.151 2.819-.3l1.732-.174c.641-.066 1.283-.158 1.927-.2a19.668 19.668 0 0 0 3.263-.37 2.085 2.085 0 0 1 .256-.026c.9-.1 1.8-.166 2.692-.3 1.3-.19 2.59-.4 3.878-.649 1.98-.38 3.962-.774 5.934-1.2 1.066-.235 2.12-.549 3.176-.832a5.027 5.027 0 0 0 .52-.2 1.527 1.527 0 0 0-1.2-.24c-.327.1-.673.135-1 .224a30.445 30.445 0 0 1-3.664.726c-.979.14-1.959.272-2.935.42-1.573.238-3.141.488-4.728.647-1.822.18-3.646.275-5.475.33-1.164.037-2.32-.1-3.482-.153-.6-.024-1.2-.074-1.8-.121-.087-.005-.214.005-.211-.166.24-.016.475-.026.71-.042l2.384-.166c1.008-.071 2.017-.15 3.025-.219.771-.055 1.547-.074 2.318-.158 1.365-.153 2.732-.319 4.092-.523 1.911-.29 3.828-.546 5.7-1.027.747-.19 1.5-.351 2.254-.525M47.31 26.121v.116c-.441.087-.884.166-1.32.272a7.182 7.182 0 0 1-1.28.143c-1.265.079-2.532.166-3.8.283-1.09.1-2.181.24-3.268.359-.515.058-1.03.1-1.542.156-1.069.116-2.138.227-3.2.359a11.467 11.467 0 0 0-1.827.293 30.646 30.646 0 0 0 .583 3.862c.222-.016.457-.024.689-.045.362-.034.726-.079 1.088-.116.641-.069 1.283-.137 1.927-.2 1.006-.1 2.009-.224 3.017-.282 1.439-.082 2.883-.111 4.321-.164l1.42-.058c1.462-.055 2.925-.153 4.387-.153 1.893 0 3.785.069 5.678.124.776.021 1.55.077 2.323.119.966.055 1.932.108 2.9.172.879.058 1.758.129 2.637.2q1.065.079 2.125.169c.75.066 1.5.156 2.246.206 1.333.084 2.65.277 3.968.486.549.087 1.1.185 1.658.28a8.585 8.585 0 0 0 .248-1.476c.063-.467.15-.934.177-1.407a5.141 5.141 0 0 0 .1-1.468c-.446-.079-.869-.161-1.291-.224a242.28 242.28 0 0 0-3.189-.462c-.509-.071-1.024-.113-1.539-.164-.771-.077-1.539-.156-2.31-.222s-1.547-.1-2.318-.169a36.025 36.025 0 0 0-3.735-.214c-.861.013-1.721-.008-2.584-.016-.214 0-.428-.018-.644-.029q-1.35-.071-2.706-.145c-.074-.005-.174.047-.193-.084.013-.019.024-.045.04-.05a11.635 11.635 0 0 1 3.479-.581 56.24 56.24 0 0 1 6.771.248 1.357 1.357 0 0 0 .251-.016.644.644 0 0 0 .069-.19q.083-1.968.161-3.936a1.3 1.3 0 0 0-.04-.266c-.061-.042-.077-.064-.092-.066-1.286-.116-2.566-.285-3.859-.285a2.72 2.72 0 0 1-.388-.024c-.681-.1-1.362-.193-2.04-.3a3.044 3.044 0 0 1-.408-.127c.185-.053.285-.092.391-.111.317-.055.633-.108.953-.158a11.865 11.865 0 0 1 3.149-.116c.726.082 1.455.124 2.183.193q1.54.139 3.083.3c1.027.106 2.051.224 3.075.341q1.441.166 2.88.343c.66.082 1.32.172 1.975.259a29.214 29.214 0 0 0 .523-3.931 149.874 149.874 0 0 0-20.8-1.674A146.933 146.933 0 0 0 33 17.6c-1.127.14-2.252.3-3.419.454a8.28 8.28 0 0 0 .224 1.742 6.873 6.873 0 0 0 .362 1.674c.441-.058.845-.116 1.249-.166 1.214-.156 2.429-.317 3.646-.454 1.132-.132 2.265-.251 3.4-.348.921-.079 1.845-.166 2.769-.166.945 0 1.89.1 2.835.153.026 0 .053.047.1.09-.05.034-.092.087-.142.1-.465.09-.929.172-1.394.256-.509.09-1.014.211-1.523.267-1.006.108-2.014.177-3.02.269-.385.034-.771.084-1.156.124-.982.1-1.969.179-2.951.3q-1.695.214-3.379.488a87.563 87.563 0 0 0-3.87.694c-2.5.525-4.992 1.088-7.489 1.637a1.284 1.284 0 0 0-.586.209 22.43 22.43 0 0 0 1.144 4.366c.2-.042.412-.084.62-.132.438-.1.874-.216 1.315-.317 2.513-.573 5.055-1 7.592-1.444 2.225-.4 4.472-.6 6.713-.863 1.177-.135 2.352-.253 3.527-.38.449-.048.9-.106 1.349-.143.963-.077 1.93-.135 2.9-.217a8.227 8.227 0 0 1 2.69.159c.269.066.539.113.81.169M0 8.382c2.191-.67 4.337-1.346 6.5-1.975a4.175 4.175 0 0 1 1.478-.319c.388 1.061.676 2.159 1.053 3.228s.731 2.157 1.1 3.236c.356 1.059.721 2.117 1.069 3.178.356 1.08.7 2.165 1.056 3.263a1.7 1.7 0 0 0 .451-.005c1.771-.536 3.585-.89 5.383-1.315 1.085-.256 2.18-.478 3.271-.718a1.736 1.736 0 0 0 .206-.079c-.013-.106-.018-.208-.04-.306L19.215 5.985c-.169-.779-.359-1.55-.536-2.326a2.109 2.109 0 0 1-.053-.707 5.653 5.653 0 0 1 1.681-.457c1.373-.237 2.751-.465 4.134-.66q2.392-.337 4.8-.6c.81-.092 1.631-.111 2.444-.166.861-.058 1.719-.121 2.577-.177.124-.011.251 0 .412 0 .2.924.219 1.848.335 2.756s.19 1.84.282 2.761l.269 2.7c.093.921.169 1.843.285 2.761s.132 1.837.3 2.727a.533.533 0 0 0 .15.058 4.779 4.779 0 0 0 .515-.024c2.5-.306 5.01-.409 7.534-.538a1.857 1.857 0 0 0 .1-.322 4.794 4.794 0 0 0 0-.515l-.111-10.4c-.008-.755 0-1.507.005-2.26 0-.127.021-.251.037-.417.383-.034.742-.087 1.1-.1.665-.024 1.333-.032 2-.04C48.989.019 50.5 0 52 0c1.486 0 2.97.026 4.453.063.647.017 1.295.08 1.937.13.193.016.38.061.6.1a3.528 3.528 0 0 1 .061.444c.005.43-.008.861 0 1.293q.059 5.84.121 11.686c0 .193.021.383.034.61.628.1 1.246.111 1.858.164s1.246.087 1.866.14q.966.075 1.927.174c.62.066 1.241.143 1.858.219s1.228.153 1.882.235c.053-.57.106-1.1.145-1.634.116-1.523.237-3.046.338-4.57.074-1.074.121-2.149.177-3.223.055-1.119.1-2.236.166-3.353.024-.4.1-.805.153-1.209a1.81 1.81 0 0 1 .8-.087c.686.045 1.375.09 2.056.169.81.092 1.618.217 2.426.341.871.137 1.737.285 2.605.441 1.119.2 2.244.388 3.355.626 1.491.317 2.972.673 4.459 1.016.2.05.4.132.634.211a15.719 15.719 0 0 1-.364 1.969c-.111.657-.261 1.307-.393 1.961l-.388 1.961c-.124.634-.251 1.264-.375 1.9l-.378 1.964c-.127.655-.261 1.307-.391 1.959s-.256 1.3-.388 1.964a3.865 3.865 0 0 0 1.177.393c2.326.528 4.6 1.254 6.892 1.887.248.069.5.14.787.222a2.824 2.824 0 0 0 .185-.383q1.421-4.455 2.835-8.912.574-1.814 1.151-3.627a1.02 1.02 0 0 1 .275-.546c.636.1 5.147 1.563 7.114 2.3.116.045.222.111.356.179-.1.333-.188.639-.293.942q-4.886 13.9-9.775 27.8c-.193.546-.414 1.085-.6 1.634a.9.9 0 0 1-.536.6c-1.808.739-3.577 1.571-5.459 2.13-1.523.454-3.038.921-4.583 1.3a58.478 58.478 0 0 1-5.879 1.146c-1.447.2-2.88.483-4.324.708-.765.119-1.534.2-2.3.293-.533.063-1.069.121-1.605.166-.578.048-1.159.071-1.737.111-.795.053-1.589.1-2.381.169-1.072.092-2.141.211-3.218.23-1.42.021-2.843.042-4.258.14-2.8.193-5.6.1-8.392.077-1.225-.011-2.45-.129-3.675-.2-.794-.05-1.586-.1-2.381-.161-.473-.037-.942-.087-1.412-.135-1.328-.135-2.656-.253-3.978-.4a46.764 46.764 0 0 1-4.638-.779c-.945-.2-1.9-.383-2.84-.581-1.534-.325-3.065-.66-4.6-.982-1.114-.235-2.236-.441-3.345-.686q-2.582-.574-5.147-1.188c-1.566-.378-3.123-.781-4.683-1.183-.251-.063-.488-.171-.737-.237a.682.682 0 0 1-.5-.52 186.71 186.71 0 0 0-1.135-3.36q-1.679-4.878-3.366-9.754Q3.2 17.74.193 9.028c-.069-.2-.121-.4-.193-.647" data-name="Path 41"/></g></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.1;
  bottom: 0;
  background-position: center center;
  left: 50%;
  width: 100%;
  height: 100%;
  top: 49%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1; }
  @media (min-width: 801px) {
    .error::after {
      top: 48%;
      width: 50%;
      height: 50%; } }

.header-logo {
  margin: 0 auto; }
  body.stickyHeader .header-logo {
    margin: 0 3.05556rem; }
  @media (min-width: 1261px) {
    .header-logo {
      margin: 40px auto;
      transition: all 0.5s; }
      body.stickyHeader .header-logo {
        margin: 16px auto; } }
  @media (min-width: 801px) {
    .header-logo .header-logo-image-container {
      min-height: auto; } }
  .header-logo .header-logo-image {
    max-width: 288px; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hero-banner__slider {
    opacity: 0;
    /* Initially hidden */
    transition: opacity 0.5s ease-in-out;
    /* Smooth transition for opacity change */ }
    .hero-banner__slider.slick-initialized {
      opacity: 1;
      /* Make visible when initialized */ } }

.hero-banner__slider:not(.slick-initialized) .heroCarousel-slide:not(.heroCarousel-slide--first) {
  display: none;
  /* Hide non-first slides until initialized */ }

.hero-banner__slider .slick-track {
  display: flex !important; }

.hero-banner__slider .slick-slide {
  height: inherit !important; }

.hero-banner__slider .slick-dots {
  display: block;
  bottom: 15px; }
  @media (min-width: 801px) {
    .hero-banner__slider .slick-dots {
      display: none !important; } }

.hero-banner {
  position: relative; }
  .hero-banner .hero-banner__slider {
    margin-bottom: 0; }
  .hero-banner .video-container {
    margin: 0 0 24px; }
  .hero-banner .hero-banner__controls {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    bottom: 50%;
    padding: 0;
    left: 0;
    right: 0;
    max-width: 1400px;
    margin: 0 auto; }
    @media (min-width: 801px) {
      .hero-banner .hero-banner__controls {
        top: 40%;
        padding: 0 18px;
        bottom: unset; } }
    @media (min-width: 1441px) {
      .hero-banner .hero-banner__controls {
        top: 40%;
        padding: 0;
        bottom: unset; } }
    .hero-banner .hero-banner__controls .button {
      color: white;
      margin: 0;
      padding: 8px;
      border-radius: 50%;
      border: none;
      outline: none; }
      @media (min-width: 1261px) {
        .hero-banner .hero-banner__controls .button {
          border: 1px solid white; } }
      .hero-banner .hero-banner__controls .button.prev-btn {
        position: relative;
        left: -16px; }
      .hero-banner .hero-banner__controls .button.next-btn {
        position: relative;
        right: -16px; }
      .hero-banner .hero-banner__controls .button:hover {
        transition: all 0.3s;
        background: rgba(0, 0, 0, 0.35); }
      @media (min-width: 1261px) {
        .hero-banner .hero-banner__controls .button {
          background: transparent; } }
      .hero-banner .hero-banner__controls .button svg {
        fill: white;
        height: 48px;
        width: 48px; }
        @media (min-width: 1261px) {
          .hero-banner .hero-banner__controls .button svg {
            fill: white; } }

.banner-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 16px 0; }
  .banner-container ul {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    list-style: none;
    justify-content: center; }
    .banner-container ul li {
      flex-basis: 25%;
      text-align: center; }
      .banner-container ul li .slide-to {
        color: #6d8a86;
        text-decoration: none;
        font-size: 18px;
        font-weight: 700; }
        .banner-container ul li .slide-to:hover {
          color: white; }
        .banner-container ul li .slide-to.active {
          color: white; }

.banner-titles {
  background: #013726;
  display: none;
  border-bottom: solid 1px white; }
  @media (min-width: 1261px) {
    .banner-titles {
      display: block; } }

/* Recipe Carousel Slick */
.recipe-carousel {
  position: relative; }
  .recipe-carousel::after {
    content: " ";
    position: absolute;
    background: url("../img/cow.png");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    bottom: -60px;
    background-position: right bottom;
    left: 0%;
    width: 100%;
    height: 140%;
    z-index: -1;
    display: none; }
    @media (min-width: 1261px) {
      .recipe-carousel::after {
        display: block; } }

.recipe-carousel__slick {
  max-width: 1512px !important;
  margin: 64px auto 0; }

/* Recipe Carousel Slide */
.recipe-carousel__slide {
  padding: 0 0.5rem; }
  @media screen and (min-width: 768px) {
    .recipe-carousel__slide {
      padding: 0 12px; } }

.recipe-carousel__slick .slick-track {
  margin-bottom: 32px; }

.recipe-carousel__slick .slick-dots li button::before,
.recipe-carousel__slick .slick-dots li button {
  width: 12px;
  height: 12px; }

/* Recipe Card Name */
.recipe-card__name {
  color: #013726;
  font-family: "Lato";
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0px;
  text-transform: capitalize;
  margin: 8px 0; }
  @media screen and (min-width: 768px) {
    .recipe-card__name {
      font-size: 24px;
      margin: 0.5rem 0 16px 0;
      line-height: 32px; } }

/* Recipe Card Image */
.recipe-card__image {
  height: 150px;
  object-fit: cover;
  object-position: center;
  width: 350px; }
  @media screen and (min-width: 768px) {
    .recipe-card__image {
      height: 250px;
      width: 100%; } }

/* Recipe Card Author */
.recipe-card__author {
  color: #013726;
  font-family: "Crimson Text";
  font-size: 14px;
  margin-bottom: 18px; }

.recipe-card__details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 174px; }
  @media (min-width: 1261px) {
    .recipe-card__details {
      min-height: 216px; } }
  .recipe-card__details > div {
    margin-top: auto; }

/* Recipe Card Details List */
.recipe-card__details-list {
  margin: 0;
  color: #013726; }
  @media screen and (min-width: 768px) {
    .recipe-card__details-list {
      align-items: flex-start;
      align-content: flex-start;
      display: flex;
      justify-content: flex-start;
      flex-wrap: nowrap; } }

/* Recipe Card Detail */
.recipe-card__detail {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0;
  padding-bottom: 0.35rem; }
  @media screen and (min-width: 768px) {
    .recipe-card__detail {
      margin-right: 24px; } }

.recipe-card__detail-value {
  font-size: 14px;
  line-height: 1; }

/* Recipe Card Icon */
.recipe-card__icon {
  margin: 0 0.5rem 0 0;
  fill: #013726;
  height: 16px;
  width: 16px; }
  @media screen and (min-width: 768px) {
    .recipe-card__icon {
      height: 24px;
      width: 24px; } }

.recipe-card__link {
  text-decoration: none; }

.recipe-card__button {
  display: none;
  align-items: center;
  font-size: 0.88889rem;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  margin-top: 39px;
  width: fit-content;
  transition: all 0.3s;
  border-bottom: 0;
  color: #013726;
  font-weight: 900; }
  @media (min-width: 1261px) {
    .recipe-card__button {
      display: flex; } }
  .recipe-card__button:hover {
    border-bottom: 2px solid #013726; }
    .recipe-card__button:hover svg {
      transform: translateX(10px); }
  .recipe-card__button p {
    margin: 0 15px 0 0; }
  .recipe-card__button svg {
    transition: all 0.3s;
    transform: translateX(0); }

.recipe,
.recipe__figure,
.recipe-card {
  height: 100%;
  margin-bottom: 0;
  margin-top: 0; }

.recipe-card {
  display: flex;
  flex-direction: column; }

.recipe-carousel .carousel-tooltip {
  display: none !important; }

.newsletter--container .newsletter--logo {
  display: flex; }
  .newsletter--container .newsletter--logo img {
    width: 100px;
    height: 100px; }

.newsletter--container .newsletter--content {
  padding: 4rem 2rem;
  z-index: 1;
  position: relative; }

.newsletter--container .newsletter--overlay {
  position: relative;
  padding: 1rem 0; }
  @media (min-width: 801px) {
    .newsletter--container .newsletter--overlay {
      padding: 0; } }
  .newsletter--container .newsletter--overlay::after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="104" height="46.674"><g data-name="Group 2"><path fill="%23FFFFFF" d="M96.12 15.752a37.965 37.965 0 0 0-1.62 5.111 38.57 38.57 0 0 0 2.629.855c.2-.557.388-1.077.565-1.6.188-.549.364-1.1.533-1.652a11.96 11.96 0 0 0 .5-1.618 9.083 9.083 0 0 1-2.605-1.09m3.033.119c.251-.681.475-1.28.689-1.885s.428-1.214.618-1.829a14.955 14.955 0 0 0 .562-1.814 19.579 19.579 0 0 0-2.79-.99q-.883 2.57-1.774 5.156c-.055.158-.1.319-.156.523.948.312 1.88.523 2.851.839M6.713 21.1c1.117-.488 2.215-.773 3.273-1.228-.5-1.621-.974-3.2-1.46-4.773-.016-.05-.087-.082-.142-.135-1.088.451-2.2.816-3.308 1.278.546 1.623 1.08 3.2 1.637 4.857M56.444 2.194a12.634 12.634 0 0 0-3.355-.079c-.016.037-.05.077-.05.114q-.039 2.676-.066 5.35a.725.725 0 0 0 .042.182 13.776 13.776 0 0 0 3.445.061c.069-.594.058-5.084-.016-5.628M2.88 9.5c.069.414 1.552 4.95 1.787 5.478a.872.872 0 0 0 .142.156c.544-.2 1.08-.425 1.629-.6.568-.174 1.151-.3 1.758-.451-.243-1-.56-1.93-.85-2.867s-.525-1.893-.905-2.84A30.292 30.292 0 0 0 2.88 9.5m22.694-5.162c-1.407.193-2.819.4-4.261.657a14.837 14.837 0 0 0 .346 1.8c.127.61.259 1.217.4 1.821a11.247 11.247 0 0 0 .441 1.75c.216-.04.4-.079.589-.108.932-.142 1.866-.277 2.8-.422a.884.884 0 0 0 .578-.208c-.486-3.685-.668-4.762-.895-5.288M77.2 10.185c1.587.459 3.163.647 4.723 1.048a15.125 15.125 0 0 0 .451-1.9c.156-.647.3-1.3.42-1.953a15.4 15.4 0 0 0 .362-1.917 14.124 14.124 0 0 0-2.447-.578c-.84-.145-1.666-.348-2.548-.454L77.2 10.18M26.863 4.19c.29 1.79.573 3.521.858 5.266.169-.013.3-.011.422-.032a14.239 14.239 0 0 1 2.363-.264c.668-.008 1.333 0 2-.011.142 0 .285-.026.465-.045a219.7 219.7 0 0 0-.546-5.678 1.907 1.907 0 0 0-.282-.034c-1.608.1-3.181.47-4.778.668a4.129 4.129 0 0 0-.5.129M85.41 30.155c.908.251 1.756.478 2.6.721.824.24 1.645.5 2.466.747s1.668.515 2.495.771a25.92 25.92 0 0 0 1.312-3.8c-.108-.045-.224-.1-.346-.14-.428-.142-.863-.267-1.286-.422-1.9-.694-3.822-1.3-5.773-1.821-.116-.032-.237-.05-.362-.077a1.68 1.68 0 0 0-.092.2c-.33 1.243-.66 2.489-1.011 3.82M9.1 27.921a35.073 35.073 0 0 0 1.4 4.168 2.195 2.195 0 0 0 .3-.063 109.531 109.531 0 0 1 7.373-2.3 2.872 2.872 0 0 0 .391-.177l-.523-2.165a13.7 13.7 0 0 0-.578-2.181 1.687 1.687 0 0 0-.275.016 50.285 50.285 0 0 0-5.248 1.552c-.913.312-1.806.684-2.706 1.035-.055.021-.093.082-.135.119M23.89 16.388c.087.026.132.055.169.05 2.943-.5 5.908-.861 8.859-1.3a3.187 3.187 0 0 0 .312-.071.176.176 0 0 0 .055-.034.75.75 0 0 0 .061-.063 11.443 11.443 0 0 0-.116-1.84c-.024-.6-.082-1.2-.119-1.8a9.068 9.068 0 0 0-.177-1.835.953.953 0 0 0-.161-.008c-1.344.28-2.679.594-4.039.805-1.486.235-2.964.51-4.451.734-.5.077-1.006.19-1.523.288a1.644 1.644 0 0 0 0 .346c.393 1.581.7 3.186 1.127 4.733M7.745 23.727a7.153 7.153 0 0 0 .436 1.521 7.29 7.29 0 0 0 .554 1.5c.412-.14.8-.267 1.18-.409A63.461 63.461 0 0 1 17.7 24.06c1.716-.393 3.437-.768 5.156-1.148 1.782-.4 3.564-.8 5.367-1.082.272-.042.538-.113.85-.179a143.295 143.295 0 0 0-.663-3.353 107.233 107.233 0 0 0-13.856 3.062 71.823 71.823 0 0 0-6.805 2.368m4.327 13.281c.248-.108.422-.188.6-.259a38.832 38.832 0 0 1 4.295-1.565q2.823-.784 5.665-1.5A59.214 59.214 0 0 1 29.45 32.3c.314-.04.626-.114.929-.169a19.083 19.083 0 0 0-.607-3.807 3.958 3.958 0 0 0-.491.032c-.591.1-1.18.23-1.774.327q-3.627.6-7.183 1.523c-1.433.375-2.859.784-4.274 1.214-1.336.407-2.658.855-3.981 1.3a3.823 3.823 0 0 0-1.233.612c.4 1.212.789 2.41 1.235 3.669m35.02-22.979h.734c1.7-.005 3.4-.034 5.095.066.924.053 1.848.09 2.772.121a1.3 1.3 0 0 0 .739-.053c.087-.832.087-4.765 0-5.322a1.574 1.574 0 0 0-.235-.034c-1.331-.037-2.664-.077-4-.1a29.707 29.707 0 0 0-1.935.008 8.437 8.437 0 0 1-2.563-.14c-.1-.026-.217-.011-.322-.026-.071-.011-.182.029-.185-.143a3.673 3.673 0 0 1 1.61-.515c.861-.04 1.721-.055 2.579-.087.164-.005.327-.032.486-.05a1.122 1.122 0 0 0 .055-.224q.024-2.419.042-4.839c0-.172-.016-.343-.026-.512a.15.15 0 0 0-.021-.061.387.387 0 0 0-.069-.053.628.628 0 0 0-.164-.037c-1.032 0-2.064-.005-3.1.005-.515.005-1.032.042-1.547.066a.115.115 0 0 0-.055.024.492.492 0 0 0-.05.053c-.084.686.037 11.124.153 11.853m45.53 19.512a1.586 1.586 0 0 0-.227-.153 101.508 101.508 0 0 0-10.374-3.06c-2.666-.657-5.351-1.262-8.062-1.726-.034-.005-.077.024-.166.048-.217 1.312-.285 2.663-.5 4a1.285 1.285 0 0 0 .013.259c.816.153 1.613.306 2.413.451q3.71.673 7.357 1.629c2.51.66 5.013 1.357 7.518 2.043a1.121 1.121 0 0 0 .66.063c.449-1.164.9-2.344 1.367-3.553M76.182 9.923c.026-.108.055-.209.071-.312q.17-1.144.338-2.294c.135-.916.269-1.829.4-2.743a1.533 1.533 0 0 0-.026-.351 30.558 30.558 0 0 0-5-.647 1.279 1.279 0 0 0-.092.628c-.024.428-.024.858-.053 1.288-.148 2.165-.309 4.332-.372 6.5-.005.171-.024.343-.029.515-.034.9-.069 1.8-.1 2.706a2.465 2.465 0 0 0 .047.4c3.2.375 6.3 1.164 9.448 1.642a30.879 30.879 0 0 0 .869-5.053c-.755-.179-1.518-.393-2.294-.538a53.76 53.76 0 0 1-6.863-1.714c-.093-.029-.211-.055-.224-.206a27.788 27.788 0 0 1 3.88.18m-1.333 12.29c.208.058.388.121.573.156.338.066.681.1 1.016.177 2.178.48 4.358.945 6.531 1.462 1.125.267 2.228.626 3.339.95 1.626.475 3.255.942 4.876 1.444 1.064.327 2.114.71 3.17 1.064a2.357 2.357 0 0 0 .388.066c.459-1.28.911-2.531 1.365-3.8-.143-.061-.259-.119-.38-.158a292.2 292.2 0 0 0-8.925-2.722c-2.437-.7-4.9-1.275-7.376-1.811-1.172-.253-2.36-.441-3.545-.649a2.952 2.952 0 0 0-.462 0c-.193 1.288-.38 2.537-.57 3.825m10.53 3.582a3.753 3.753 0 0 0-.38-.161c-.781-.232-1.555-.494-2.347-.681-1.88-.451-3.767-.866-5.652-1.291q-2.261-.515-4.559-.805c-.7-.09-1.4-.2-2.109-.285-.916-.116-1.835-.222-2.753-.325q-1.6-.182-3.2-.351a4.564 4.564 0 0 0-.465 0 8.116 8.116 0 0 0-.055 1.476c-.024.473-.037.945-.032 1.42a6.679 6.679 0 0 0 0 1.489 3.86 3.86 0 0 0 .385.071c.644.055 1.285.1 1.93.158.383.034.768.084 1.154.124.6.058 1.2.09 1.8.177 1.338.2 2.677.4 4.01.636 2.6.451 5.185 1 7.758 1.584 1.151.259 2.3.533 3.469.805a1.141 1.141 0 0 0 .1-.214c.317-1.27.631-2.537.95-3.828m-2.562 11.409c.008-.055.013-.111.024-.166a7.262 7.262 0 0 1-.787-.214 1.627 1.627 0 0 0-1-.011 27.332 27.332 0 0 1-3.542.681c-1.085.143-2.17.309-3.255.462-.7.1-1.4.214-2.109.283a39.177 39.177 0 0 1-5.48.143c-.731-.032-1.46-.1-2.189-.166-.23-.018-.459-.069-.689-.1a10.428 10.428 0 0 1 1.465-.179c.963-.066 1.93-.129 2.9-.185.987-.058 1.98-.087 2.965-.174.94-.085 1.877-.219 2.814-.356a19.383 19.383 0 0 0 1.518-.3c.647-.148 1.291-.317 1.938-.473.375-.09.752-.174 1.13-.259.1-.021.153-.066.129-.2-.467-.1-.948-.206-1.431-.3a1.02 1.02 0 0 0-.446.011 24.774 24.774 0 0 1-2.666.457c-.784.129-1.576.224-2.365.314-.6.066-1.2.1-1.8.15a19.618 19.618 0 0 1-3.608 0c-.813-.077-1.632-.114-2.447-.169-.106-.008-.214-.021-.319-.032a13.006 13.006 0 0 1 2.109-.33c1.373-.1 2.745-.193 4.121-.261a31.612 31.612 0 0 0 3.954-.57c.084-.013.159-.092.283-.166-.425-.069-.784-.137-1.146-.179a4.455 4.455 0 0 0-1.022-.071 22.087 22.087 0 0 1-2.247.2c-.235 0-.472.047-.707.053-.644.011-1.291.018-1.935.011-.407-.005-.816-.05-1.222-.071-.346-.019-.689-.021-1.032-.042a1.4 1.4 0 0 1-.285-.082c1.272-.19 2.526-.354 3.9-.589-.42-.077-.713-.15-1.008-.182a210.422 210.422 0 0 0-3.656-.383c-1.048-.1-2.1-.2-3.149-.253-2.043-.106-4.084-.23-6.127-.261-2.885-.045-5.771-.016-8.653-.016-.174 0-.346.013-.517.024-1.439.077-2.877.15-4.319.232-.858.048-1.716.106-2.574.166a31.24 31.24 0 0 0-1.093.1c-.451.05-.905.108-1.507.179a36.072 36.072 0 0 0 3.643.512c-.042.034-.058.058-.077.058-1.222.077-2.447.227-3.669.208a22.312 22.312 0 0 1-3.793-.3 1.35 1.35 0 0 0-.385-.016q-.768.087-1.534.2a3.454 3.454 0 0 0-.4.1 22.164 22.164 0 0 0 2.912.591c1.111.135 2.231.23 3.347.253 1.314.029 2.613.222 3.923.306a.458.458 0 0 1 .388.185c-.578.029-1.119.026-1.653.087a28.606 28.606 0 0 1-5.543.05c-.6-.045-1.2-.127-1.792-.206-.618-.082-1.233-.187-1.851-.269a21.208 21.208 0 0 1-2.473-.428.893.893 0 0 0-.375-.05c-.544.108-1.085.238-1.626.359a1.593 1.593 0 0 0 .6.256c.776.177 1.565.3 2.323.531a25.336 25.336 0 0 0 4.506.755c.81.09 1.629.116 2.444.169 1.225.077 2.45.148 3.672.23.494.032.985.087 1.478.132a.129.129 0 0 1 .055.032.471.471 0 0 1-.016.053c-1.04.09-2.088.222-3.139.264a37.377 37.377 0 0 1-7.077-.414q-1.624-.246-3.255-.465a28.3 28.3 0 0 1-3.92-.755 1.186 1.186 0 0 0-.5-.092 5.514 5.514 0 0 0-1.457.4c.251.077.433.14.618.182.692.166 1.381.325 2.072.483.961.219 1.919.457 2.9.586s1.951.309 2.927.459c.636.1 1.275.2 1.914.272q1.635.174 3.276.3c1.093.09 2.188.148 3.284.224.795.055 1.587.119 2.381.179l1.521.119a2.842 2.842 0 0 1-.932.193c-.99.055-1.977.1-2.964.169-1.552.1-3.1-.032-4.646-.05-.087 0-.172-.016-.259-.024-.707-.066-1.415-.124-2.12-.2-.9-.1-1.8-.187-2.69-.309q-2.075-.285-4.145-.61-1.718-.273-3.429-.6c-.715-.137-1.423-.319-2.13-.5a1.494 1.494 0 0 0-1.2.251 3 3 0 0 0 .378.164c1.206.314 2.389.708 3.616.937.971.182 1.943.362 2.912.554.884.174 1.763.375 2.65.544.906.172 1.819.319 2.73.47.552.092 1.1.182 1.655.256 1.045.14 2.088.269 3.133.4.4.05.81.1 1.217.132.834.077 1.671.14 2.505.219q1.509.143 3.017.3c.787.087 1.571.188 2.357.283a.914.914 0 0 1-.417.087q-2.938 0-5.876-.011c-.409 0-.818-.026-1.228-.053-.963-.063-1.93-.127-2.9-.2-.623-.047-1.243-.1-1.864-.171a149.003 149.003 0 0 1-3.579-.467c-1.447-.211-2.9-.393-4.327-.694-2.552-.544-5.113-1.108-7.62-1.873a3.632 3.632 0 0 0-.5-.127c-.114-.018-.209.034-.2.217.776.2 1.566.412 2.352.612 1.935.494 3.859 1.022 5.8 1.465 2.471.56 4.955 1.056 7.436 1.568 1.283.267 2.569.512 3.857.752.842.158 1.69.3 2.539.436.636.1 1.278.158 1.911.272 1.315.232 2.645.322 3.968.475.663.077 1.328.121 1.993.174.9.071 1.8.174 2.7.2 2.281.061 4.562.09 6.842.124.346.008.689-.005 1.032-.021 1.27-.058 2.537-.148 3.807-.177 1.658-.034 3.313-.09 4.96-.267.557-.058 1.114-.127 1.674-.145a46.265 46.265 0 0 0 3.408-.245c1.755-.182 3.49-.483 5.232-.752.573-.09 1.14-.206 1.713-.3.657-.108 1.323-.172 1.972-.306 1.22-.254 2.429-.546 3.646-.816 1.489-.327 2.954-.742 4.419-1.164 1.341-.385 2.632-.919 3.957-1.352.082-.026.14-.114.208-.172a1.475 1.475 0 0 0-1.333-.1c-1.621.512-3.271.9-4.923 1.288-1.777.42-3.559.818-5.369 1.066-.958.135-1.911.293-2.87.422q-1.374.186-2.753.327c-.729.074-1.46.1-2.188.166-1.544.129-3.089.232-4.638.227s-3.1 0-4.651.005h-.676c.05-.061.061-.087.074-.087q1.409-.151 2.819-.3l1.732-.174c.641-.066 1.283-.158 1.927-.2a19.668 19.668 0 0 0 3.263-.37 2.085 2.085 0 0 1 .256-.026c.9-.1 1.8-.166 2.692-.3 1.3-.19 2.59-.4 3.878-.649 1.98-.38 3.962-.774 5.934-1.2 1.066-.235 2.12-.549 3.176-.832a5.027 5.027 0 0 0 .52-.2 1.527 1.527 0 0 0-1.2-.24c-.327.1-.673.135-1 .224a30.445 30.445 0 0 1-3.664.726c-.979.14-1.959.272-2.935.42-1.573.238-3.141.488-4.728.647-1.822.18-3.646.275-5.475.33-1.164.037-2.32-.1-3.482-.153-.6-.024-1.2-.074-1.8-.121-.087-.005-.214.005-.211-.166.24-.016.475-.026.71-.042l2.384-.166c1.008-.071 2.017-.15 3.025-.219.771-.055 1.547-.074 2.318-.158 1.365-.153 2.732-.319 4.092-.523 1.911-.29 3.828-.546 5.7-1.027.747-.19 1.5-.351 2.254-.525M47.31 26.121v.116c-.441.087-.884.166-1.32.272a7.182 7.182 0 0 1-1.28.143c-1.265.079-2.532.166-3.8.283-1.09.1-2.181.24-3.268.359-.515.058-1.03.1-1.542.156-1.069.116-2.138.227-3.2.359a11.467 11.467 0 0 0-1.827.293 30.646 30.646 0 0 0 .583 3.862c.222-.016.457-.024.689-.045.362-.034.726-.079 1.088-.116.641-.069 1.283-.137 1.927-.2 1.006-.1 2.009-.224 3.017-.282 1.439-.082 2.883-.111 4.321-.164l1.42-.058c1.462-.055 2.925-.153 4.387-.153 1.893 0 3.785.069 5.678.124.776.021 1.55.077 2.323.119.966.055 1.932.108 2.9.172.879.058 1.758.129 2.637.2q1.065.079 2.125.169c.75.066 1.5.156 2.246.206 1.333.084 2.65.277 3.968.486.549.087 1.1.185 1.658.28a8.585 8.585 0 0 0 .248-1.476c.063-.467.15-.934.177-1.407a5.141 5.141 0 0 0 .1-1.468c-.446-.079-.869-.161-1.291-.224a242.28 242.28 0 0 0-3.189-.462c-.509-.071-1.024-.113-1.539-.164-.771-.077-1.539-.156-2.31-.222s-1.547-.1-2.318-.169a36.025 36.025 0 0 0-3.735-.214c-.861.013-1.721-.008-2.584-.016-.214 0-.428-.018-.644-.029q-1.35-.071-2.706-.145c-.074-.005-.174.047-.193-.084.013-.019.024-.045.04-.05a11.635 11.635 0 0 1 3.479-.581 56.24 56.24 0 0 1 6.771.248 1.357 1.357 0 0 0 .251-.016.644.644 0 0 0 .069-.19q.083-1.968.161-3.936a1.3 1.3 0 0 0-.04-.266c-.061-.042-.077-.064-.092-.066-1.286-.116-2.566-.285-3.859-.285a2.72 2.72 0 0 1-.388-.024c-.681-.1-1.362-.193-2.04-.3a3.044 3.044 0 0 1-.408-.127c.185-.053.285-.092.391-.111.317-.055.633-.108.953-.158a11.865 11.865 0 0 1 3.149-.116c.726.082 1.455.124 2.183.193q1.54.139 3.083.3c1.027.106 2.051.224 3.075.341q1.441.166 2.88.343c.66.082 1.32.172 1.975.259a29.214 29.214 0 0 0 .523-3.931 149.874 149.874 0 0 0-20.8-1.674A146.933 146.933 0 0 0 33 17.6c-1.127.14-2.252.3-3.419.454a8.28 8.28 0 0 0 .224 1.742 6.873 6.873 0 0 0 .362 1.674c.441-.058.845-.116 1.249-.166 1.214-.156 2.429-.317 3.646-.454 1.132-.132 2.265-.251 3.4-.348.921-.079 1.845-.166 2.769-.166.945 0 1.89.1 2.835.153.026 0 .053.047.1.09-.05.034-.092.087-.142.1-.465.09-.929.172-1.394.256-.509.09-1.014.211-1.523.267-1.006.108-2.014.177-3.02.269-.385.034-.771.084-1.156.124-.982.1-1.969.179-2.951.3q-1.695.214-3.379.488a87.563 87.563 0 0 0-3.87.694c-2.5.525-4.992 1.088-7.489 1.637a1.284 1.284 0 0 0-.586.209 22.43 22.43 0 0 0 1.144 4.366c.2-.042.412-.084.62-.132.438-.1.874-.216 1.315-.317 2.513-.573 5.055-1 7.592-1.444 2.225-.4 4.472-.6 6.713-.863 1.177-.135 2.352-.253 3.527-.38.449-.048.9-.106 1.349-.143.963-.077 1.93-.135 2.9-.217a8.227 8.227 0 0 1 2.69.159c.269.066.539.113.81.169M0 8.382c2.191-.67 4.337-1.346 6.5-1.975a4.175 4.175 0 0 1 1.478-.319c.388 1.061.676 2.159 1.053 3.228s.731 2.157 1.1 3.236c.356 1.059.721 2.117 1.069 3.178.356 1.08.7 2.165 1.056 3.263a1.7 1.7 0 0 0 .451-.005c1.771-.536 3.585-.89 5.383-1.315 1.085-.256 2.18-.478 3.271-.718a1.736 1.736 0 0 0 .206-.079c-.013-.106-.018-.208-.04-.306L19.215 5.985c-.169-.779-.359-1.55-.536-2.326a2.109 2.109 0 0 1-.053-.707 5.653 5.653 0 0 1 1.681-.457c1.373-.237 2.751-.465 4.134-.66q2.392-.337 4.8-.6c.81-.092 1.631-.111 2.444-.166.861-.058 1.719-.121 2.577-.177.124-.011.251 0 .412 0 .2.924.219 1.848.335 2.756s.19 1.84.282 2.761l.269 2.7c.093.921.169 1.843.285 2.761s.132 1.837.3 2.727a.533.533 0 0 0 .15.058 4.779 4.779 0 0 0 .515-.024c2.5-.306 5.01-.409 7.534-.538a1.857 1.857 0 0 0 .1-.322 4.794 4.794 0 0 0 0-.515l-.111-10.4c-.008-.755 0-1.507.005-2.26 0-.127.021-.251.037-.417.383-.034.742-.087 1.1-.1.665-.024 1.333-.032 2-.04C48.989.019 50.5 0 52 0c1.486 0 2.97.026 4.453.063.647.017 1.295.08 1.937.13.193.016.38.061.6.1a3.528 3.528 0 0 1 .061.444c.005.43-.008.861 0 1.293q.059 5.84.121 11.686c0 .193.021.383.034.61.628.1 1.246.111 1.858.164s1.246.087 1.866.14q.966.075 1.927.174c.62.066 1.241.143 1.858.219s1.228.153 1.882.235c.053-.57.106-1.1.145-1.634.116-1.523.237-3.046.338-4.57.074-1.074.121-2.149.177-3.223.055-1.119.1-2.236.166-3.353.024-.4.1-.805.153-1.209a1.81 1.81 0 0 1 .8-.087c.686.045 1.375.09 2.056.169.81.092 1.618.217 2.426.341.871.137 1.737.285 2.605.441 1.119.2 2.244.388 3.355.626 1.491.317 2.972.673 4.459 1.016.2.05.4.132.634.211a15.719 15.719 0 0 1-.364 1.969c-.111.657-.261 1.307-.393 1.961l-.388 1.961c-.124.634-.251 1.264-.375 1.9l-.378 1.964c-.127.655-.261 1.307-.391 1.959s-.256 1.3-.388 1.964a3.865 3.865 0 0 0 1.177.393c2.326.528 4.6 1.254 6.892 1.887.248.069.5.14.787.222a2.824 2.824 0 0 0 .185-.383q1.421-4.455 2.835-8.912.574-1.814 1.151-3.627a1.02 1.02 0 0 1 .275-.546c.636.1 5.147 1.563 7.114 2.3.116.045.222.111.356.179-.1.333-.188.639-.293.942q-4.886 13.9-9.775 27.8c-.193.546-.414 1.085-.6 1.634a.9.9 0 0 1-.536.6c-1.808.739-3.577 1.571-5.459 2.13-1.523.454-3.038.921-4.583 1.3a58.478 58.478 0 0 1-5.879 1.146c-1.447.2-2.88.483-4.324.708-.765.119-1.534.2-2.3.293-.533.063-1.069.121-1.605.166-.578.048-1.159.071-1.737.111-.795.053-1.589.1-2.381.169-1.072.092-2.141.211-3.218.23-1.42.021-2.843.042-4.258.14-2.8.193-5.6.1-8.392.077-1.225-.011-2.45-.129-3.675-.2-.794-.05-1.586-.1-2.381-.161-.473-.037-.942-.087-1.412-.135-1.328-.135-2.656-.253-3.978-.4a46.764 46.764 0 0 1-4.638-.779c-.945-.2-1.9-.383-2.84-.581-1.534-.325-3.065-.66-4.6-.982-1.114-.235-2.236-.441-3.345-.686q-2.582-.574-5.147-1.188c-1.566-.378-3.123-.781-4.683-1.183-.251-.063-.488-.171-.737-.237a.682.682 0 0 1-.5-.52 186.71 186.71 0 0 0-1.135-3.36q-1.679-4.878-3.366-9.754Q3.2 17.74.193 9.028c-.069-.2-.121-.4-.193-.647" data-name="Path 41"/></g></svg>');
    background-size: cover;
    opacity: 0.05;
    top: 0;
    background-position: left top;
    left: 30%; }

.newsletter--form {
  display: flex;
  flex-direction: column; }
  .newsletter--form .form-prefixPostfix {
    position: relative; }
  .newsletter--form .form-fieldset,
  .newsletter--form .newsletter--submit {
    background: none;
    border: none; }
  .newsletter--form .form-input {
    background: none;
    border: none;
    border-bottom: 2px solid #fff;
    padding-bottom: 0.75rem;
    width: 300px;
    color: #fff; }
    .newsletter--form .form-input::placeholder {
      color: #fff;
      font-weight: 400; }
    @media (min-width: 801px) {
      .newsletter--form .form-input {
        width: 450px; } }
  .newsletter--form .newsletter--submit {
    position: absolute;
    right: -10px;
    top: 0; }
    .newsletter--form .newsletter--submit:disabled {
      cursor: not-allowed; }
  .newsletter--form .alertBox {
    width: 300px; }
    @media (min-width: 801px) {
      .newsletter--form .alertBox {
        width: 450px; } }

.widget-carousel {
  z-index: 1;
  position: relative; }
  .widget-carousel .yotpo-reviews-carousel .carousel-display-wrapper {
    padding: 0; }
    .widget-carousel .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel {
      border-bottom: none !important;
      padding-bottom: 0;
      margin-bottom: 0;
      padding-top: 0; }
      .widget-carousel .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .headline {
        display: none; }
      .widget-carousel .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows {
        display: none !important; }
    .widget-carousel .yotpo-reviews-carousel .carousel-display-wrapper .carousel-tool-tip {
      display: none !important; }
    .widget-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel {
      padding: 0; }
      .widget-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel {
        padding: 1rem 0;
        float: none; }
        .widget-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel .product-image-container .y-carousel-product-image {
          border: none !important;
          width: 100%;
          height: 100%; }
      .widget-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .yotpo-icon-star {
        color: black;
        font-size: 16px !important;
        margin-right: 2px; }
      .widget-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-body {
        font-style: normal !important;
        font-size: 16px;
        line-height: 24px;
        font-family: "lato", Arial, Helvetica, sans-serif;
        margin-bottom: 16px;
        letter-spacing: 0px;
        color: #013726;
        opacity: 1; }
      .widget-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-author {
        text-transform: uppercase;
        font-size: 1rem !important;
        font-family: "lato", Arial, Helvetica, sans-serif;
        margin: 0 0 20px;
        font-weight: 900 !important;
        line-height: 24px;
        letter-spacing: 3.6px; }
        @media (min-width: 801px) {
          .widget-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-author {
            font-size: 1.33333rem !important;
            line-height: 34px;
            letter-spacing: 4.8px;
            color: #222222;
            text-transform: uppercase;
            opacity: 1; } }
      .widget-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-title {
        display: none; }
      .widget-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-product-text {
        display: none; }
      .widget-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .stars-container {
        display: flex;
        align-items: start;
        flex-direction: column;
        height: 0;
        top: -110px;
        position: relative;
        left: 15px;
        z-index: 1; }
        .widget-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .stars-container .carousel-stars {
          right: -3px; }
      .widget-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version {
        display: flex !important;
        flex-direction: column-reverse;
        position: relative; }
        .widget-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version .right-side {
          display: flex;
          flex-direction: column-reverse;
          background: white;
          padding: 0 20px;
          min-height: 270px;
          justify-content: flex-end;
          width: 100%;
          position: relative;
          overflow: hidden !important; }
          @media (min-width: 1261px) {
            .widget-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version .right-side {
              padding: 62px 30px 30px;
              min-height: 350px; } }
          .widget-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version .right-side::after {
            content: " ";
            display: block;
            position: absolute;
            right: -50px;
            bottom: 10px;
            width: 100%;
            height: 100%;
            opacity: 0.2;
            background-size: contain; }
      .widget-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel:nth-child(1) .small-version .right-side::after {
        background: url(../img/watermark-1.svg) right bottom no-repeat; }
      .widget-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel:nth-child(2) .small-version .right-side::after {
        background: url(../img/watermark-4.svg) right bottom no-repeat; }
      .widget-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel:nth-child(3) .small-version .right-side::after {
        background: url(../img/watermark-4.svg) right bottom no-repeat; }
      .widget-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel:nth-child(4) .small-version .right-side::after {
        background: url(../img/watermark-4.svg) right bottom no-repeat; }
      .widget-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel:nth-child(5) .small-version .right-side::after {
        background: url(../img/watermark-2.svg) right bottom no-repeat; }
      .widget-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel:nth-child(6) .small-version .right-side::after {
        background: url(../img/watermark-4.svg) right bottom no-repeat; }
      .widget-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel:nth-child(7) .small-version .right-side::after {
        background: url(../img/watermark-2.svg) right bottom no-repeat; }
      .widget-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel:nth-child(8) .small-version .right-side::after {
        background: url(../img/watermark-1.svg) right bottom no-repeat; }
      .widget-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel:nth-child(9) .small-version .right-side::after {
        background: url(../img/watermark-3.svg) right bottom no-repeat; }
      .widget-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel:nth-child(10) .small-version .right-side::after {
        background: url(../img/watermark-4.svg) right bottom no-repeat; }
      .widget-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel:nth-child(11) .small-version .right-side::after {
        background: url(../img/watermark-1.svg) right bottom no-repeat; }
      .widget-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel:nth-child(12) .small-version .right-side::after {
        background: url(../img/watermark-2.svg) right bottom no-repeat; }
      .widget-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel:nth-child(13) .small-version .right-side::after {
        background: url(../img/watermark-3.svg) right bottom no-repeat; }
      .widget-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel:nth-child(14) .small-version .right-side::after {
        background: url(../img/watermark-4.svg) right bottom no-repeat; }
      .widget-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel:nth-child(15) .small-version .right-side::after {
        background: url(../img/watermark-1.svg) right bottom no-repeat; }
      .widget-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .product-link-container {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1; }
        .widget-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .product-link-container .y-carousel-product-image {
          display: none; }
  .widget-carousel .yotpo-reviews-carousel .big-version {
    display: none !important; }
    .widget-carousel .yotpo-reviews-carousel .big-version .right-side {
      background: white;
      padding: 0 2rem;
      display: flex;
      flex-direction: column-reverse;
      height: 275px;
      justify-content: center; }
  .widget-carousel .widget-carousel-arrows {
    display: flex;
    justify-content: space-between;
    padding: 0 0.5rem; }

.yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star,
.yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star,
.yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star,
.yotpo.bottomline .yotpo-bottomline .yotpo-icon-star,
.yotpo.bottomline .yotpo-bottomline .yotpo-icon-half-star,
.yotpo.bottomline .yotpo-bottomline .yotpo-icon-empty-star,
.yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-star,
.yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-half-star,
.yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-empty-star {
  font-size: 24px !important; }

.yotpo .standalone-bottomline .star-clickable {
  align-items: center; }

.yotpo .write-review-button {
  letter-spacing: 3.6px;
  background-color: #013726;
  border-color: #013726;
  text-align: center;
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 3.6px;
  padding: 16px 24px;
  line-height: 1rem;
  transition: all 0.15s ease;
  text-align: center !important; }
  .yotpo .write-review-button .yotpo-icon.yotpo-icon-write {
    display: none; }
  .yotpo .write-review-button .y-label {
    color: #fff !important;
    font-weight: 900;
    font-size: 15px;
    line-height: 23px;
    font-family: "Lato"; }

.yotpo.yotpo-main-widget {
  z-index: 1;
  position: relative; }
  .yotpo.yotpo-main-widget .yotpo-small-box.yotpo-pB9 {
    padding: 0;
    border-bottom: none; }
  .yotpo.yotpo-main-widget .yotpo-small-box {
    padding: 0; }

#product-reviews-carousel {
  margin-top: -331px; }

.product-review-container {
  background: #f9f9f9;
  position: relative;
  padding: 32px 16px;
  overflow: hidden;
  display: none;
  margin-top: 331px; }
  @media (min-width: 551px) {
    .product-review-container {
      display: block; } }
  .product-review-container .reviews-heading {
    font: normal normal 900 32px/40px Lato;
    letter-spacing: 6.4px;
    color: #013726;
    text-transform: uppercase; }
  .product-review-container .widget-product-carousel {
    z-index: 1;
    position: relative; }
    .product-review-container .widget-product-carousel::after {
      background: url(../img/logo-crown.svg) right bottom no-repeat;
      content: " ";
      display: block;
      position: absolute;
      right: -400px;
      bottom: -9px;
      width: 65%;
      height: 100%;
      opacity: 0.03;
      background-size: contain; }
    .product-review-container .widget-product-carousel .yotpo .yotpo-stars .yotpo-icon.rating-star::before {
      content: "";
      display: inline-block;
      width: 16px;
      height: 16px;
      background-size: contain; }
    .product-review-container .widget-product-carousel .yotpo .yotpo-stars .yotpo-icon-star::before {
      background: url("../icons/star-filled.svg") center center no-repeat; }
    .product-review-container .widget-product-carousel .yotpo .yotpo-stars .yotpo-icon-half-star::before {
      background: url("../icons/star-half.svg") center center no-repeat; }
    .product-review-container .widget-product-carousel .yotpo .yotpo-stars .yotpo-icon-empty-star::before {
      background: url("../icons/star-empty.svg") center center no-repeat; }
    .product-review-container .widget-product-carousel .yotpo-reviews-carousel .carousel-display-wrapper {
      padding: 0; }
      .product-review-container .widget-product-carousel .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel {
        border-bottom: none !important;
        padding-bottom: 0;
        margin-bottom: 0;
        padding-top: 0; }
        .product-review-container .widget-product-carousel .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .headline {
          display: none; }
        .product-review-container .widget-product-carousel .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-reviews-bottom-line {
          display: none; }
        .product-review-container .widget-product-carousel .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows {
          top: -40px;
          position: relative;
          display: flex !important; }
          .product-review-container .widget-product-carousel .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-left-arrow-thin {
            margin-right: 16px; }
          .product-review-container .widget-product-carousel .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-left-arrow-thin:before {
            content: " ";
            height: 32px;
            width: 32px;
            display: block;
            background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='32' viewBox='0 -960 960 960' width='32'><path fill='%23013726' d='M360-200 80-480l280-280 56 56-183 184h647v80H233l184 184-57 56Z' /%3E%3C/svg%3E");
            background-repeat: no-repeat; }
          .product-review-container .widget-product-carousel .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .carousel-arrows .yotpo-icon-right-arrow-thin:before {
            content: "";
            height: 32px;
            width: 32px;
            display: block;
            background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='32' viewBox='0 -960 960 960' width='32'><path d='m600-200-57-56 184-184H80v-80h647L544-704l56-56 280 280-280 280Z' /%3E%3C/svg%3E");
            background-repeat: no-repeat; }
      .product-review-container .widget-product-carousel .yotpo-reviews-carousel .carousel-display-wrapper .carousel-tool-tip {
        display: none !important; }
      .product-review-container .widget-product-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel {
        padding: 0; }
        .product-review-container .widget-product-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel {
          padding: 1rem 0;
          float: none;
          z-index: 1;
          position: relative; }
          .product-review-container .widget-product-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel .product-image-container .y-carousel-product-image {
            border: none !important;
            width: 100%;
            height: 100%; }
        .product-review-container .widget-product-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .yotpo-icon-star {
          color: black;
          font-size: 16px !important;
          margin-right: 2px; }
        .product-review-container .widget-product-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-body {
          font-style: normal !important;
          font-size: 0.88889rem;
          line-height: 28px;
          font-family: "lato", Arial, Helvetica, sans-serif;
          letter-spacing: 0;
          color: #013726;
          opacity: 1; }
          @media (min-width: 1261px) {
            .product-review-container .widget-product-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-body {
              font-size: 1rem; } }
        .product-review-container .widget-product-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-author {
          text-transform: uppercase;
          font-size: 18px;
          font-family: "lato", Arial, Helvetica, sans-serif;
          margin: 0 0 20px;
          font-weight: 900;
          line-height: 24px;
          letter-spacing: 3.6px; }
          @media (min-width: 801px) {
            .product-review-container .widget-product-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-author {
              font-size: 24px;
              line-height: 34px;
              letter-spacing: 4.8px;
              color: #222222;
              text-transform: uppercase;
              opacity: 1; } }
        .product-review-container .widget-product-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-title {
          font: normal normal 900 18px/24px Lato;
          letter-spacing: 3.6px;
          color: #013726;
          text-transform: uppercase; }
        .product-review-container .widget-product-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .stars-container {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-bottom: 16px; }
        .product-review-container .widget-product-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version {
          background-color: white;
          display: flex !important;
          flex-direction: column;
          padding: 40px;
          width: 488px;
          height: 300px;
          overflow: hidden; }
          .product-review-container .widget-product-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version .right-side {
            display: flex;
            flex-direction: column;
            background: white;
            padding: 0;
            height: 100%;
            justify-content: flex-end;
            width: 100%;
            position: relative; }
            @media (min-width: 801px) {
              .product-review-container .widget-product-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version .right-side {
                height: 250px; } }
            .product-review-container .widget-product-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version .right-side::after {
              background: url(../img/logo-crown.svg) right bottom no-repeat;
              content: " ";
              display: block;
              position: absolute;
              right: -65px;
              bottom: -63px;
              width: 65%;
              height: 100%;
              opacity: 0.03;
              background-size: contain; }
        .product-review-container .widget-product-carousel .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .product-link-container {
          display: none; }
    .product-review-container .widget-product-carousel .yotpo-reviews-carousel .big-version {
      display: none !important; }
      .product-review-container .widget-product-carousel .yotpo-reviews-carousel .big-version .right-side {
        background: white;
        padding: 0 2rem;
        display: flex;
        flex-direction: column-reverse;
        height: 275px;
        justify-content: center; }
    .product-review-container .widget-product-carousel .widget-carousel-arrows {
      display: flex;
      justify-content: space-between;
      padding: 0 0.5rem; }
    .product-review-container .widget-product-carousel .carousel-review-author {
      color: #013726; }

.yotpo.yotpo-main-widget.yotpo-small .yotpo-nav.yotpo-nav-primary ul {
  display: none; }

.yotpo.yotpo-main-widget.yotpo-small .yotpo-nav.yotpo-nav-primary .yotpo-icon-btn-big {
  display: none !important; }

.mobile-product-reviews {
  background-color: #f9f9f9;
  padding: 0 16px;
  margin-top: 331px; }
  @media (min-width: 551px) {
    .mobile-product-reviews {
      display: none; } }
  @media (min-width: 801px) {
    .mobile-product-reviews::after {
      background: url(../img/logo-crown.svg) right top no-repeat;
      content: " ";
      display: block;
      position: absolute;
      right: -65px;
      top: 183px;
      width: 85%;
      height: 100%;
      opacity: 0.02;
      background-size: contain; } }
  .mobile-product-reviews--heading {
    margin: 0;
    padding: 32px 0 25px 0;
    text-align: center;
    font: normal normal 900 24px/34px Lato;
    letter-spacing: 4.8px;
    color: #013726;
    text-transform: uppercase; }
  .mobile-product-reviews .yotpo-menu-mobile-collapse.yotpo-hidden-mobile {
    position: relative;
    top: 0px;
    display: block !important;
    height: auto;
    overflow: hidden;
    right: 0px; }
  .mobile-product-reviews .yotpo-bottomline-box-1 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end; }
  .mobile-product-reviews .yotpo-bottomline-2-boxes {
    padding: 0; }
    .mobile-product-reviews .yotpo-bottomline-2-boxes .yotpo-bottomline-box-1.yotpo-stars-and-sum-reviews .yotpo-star-digits {
      margin-right: 8px;
      color: #013726 !important; }
    .mobile-product-reviews .yotpo-bottomline-2-boxes .yotpo-bottomline-box-1.yotpo-stars-and-sum-reviews .yotpo-sum-reviews {
      position: absolute !important;
      left: unset !important;
      right: 0 !important;
      top: -7px !important; }
      .mobile-product-reviews .yotpo-bottomline-2-boxes .yotpo-bottomline-box-1.yotpo-stars-and-sum-reviews .yotpo-sum-reviews .font-color-gray {
        font: normal normal normal 14px/18px Lato; }
  .mobile-product-reviews .yotpo-bottomline.yotpo-bottomline-2-boxes,
  .mobile-product-reviews .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes {
    height: auto !important; }
  .mobile-product-reviews .yotpo .yotpo-bottomline-box-2 .yotpo-star-distribution {
    margin-left: 0 !important;
    padding-left: 0 !important;
    border-left: none;
    min-width: unset !important; }
  .mobile-product-reviews .yotpo .yotpo-bottomline-2-boxes {
    display: flex;
    flex-direction: column; }
    .mobile-product-reviews .yotpo .yotpo-bottomline-2-boxes .yotpo-stars-and-sum-reviews {
      display: flex;
      align-items: center; }
    .mobile-product-reviews .yotpo .yotpo-bottomline-2-boxes .yotpo-sum-reviews {
      display: block !important;
      position: static !important;
      font: normal normal normal 16px/24px Lato;
      color: #013726;
      margin-bottom: 4px !important; }
    .mobile-product-reviews .yotpo .yotpo-bottomline-2-boxes .yotpo-star-distribution-content {
      display: flex;
      flex-direction: row-reverse;
      justify-content: flex-end; }
      .mobile-product-reviews .yotpo .yotpo-bottomline-2-boxes .yotpo-star-distribution-content .yotpo-star-distribution-graph::after {
        position: absolute;
        left: -58px;
        top: -9px;
        font: normal normal normal 16px/24px Lato;
        color: #013726; }
      .mobile-product-reviews .yotpo .yotpo-bottomline-2-boxes .yotpo-star-distribution-content .yotpo-star-distribution-graph[data-score-distribution="5"]::after {
        content: "5 Stars"; }
      .mobile-product-reviews .yotpo .yotpo-bottomline-2-boxes .yotpo-star-distribution-content .yotpo-star-distribution-graph[data-score-distribution="4"]::after {
        content: "4 Stars"; }
      .mobile-product-reviews .yotpo .yotpo-bottomline-2-boxes .yotpo-star-distribution-content .yotpo-star-distribution-graph[data-score-distribution="3"]::after {
        content: "3 Stars"; }
      .mobile-product-reviews .yotpo .yotpo-bottomline-2-boxes .yotpo-star-distribution-content .yotpo-star-distribution-graph[data-score-distribution="2"]::after {
        content: "2 Stars"; }
      .mobile-product-reviews .yotpo .yotpo-bottomline-2-boxes .yotpo-star-distribution-content .yotpo-star-distribution-graph[data-score-distribution="1"]::after {
        content: "1 Stars"; }
      .mobile-product-reviews .yotpo .yotpo-bottomline-2-boxes .yotpo-star-distribution-content .yotpo-star-distribution-graph {
        left: 59px;
        width: 250px !important;
        margin-bottom: 22px !important;
        height: 6px !important; }
        .mobile-product-reviews .yotpo .yotpo-bottomline-2-boxes .yotpo-star-distribution-content .yotpo-star-distribution-graph .yotpo-star-distribution-graph-background {
          background-color: #cccccc !important;
          margin-left: 8px; }
        .mobile-product-reviews .yotpo .yotpo-bottomline-2-boxes .yotpo-star-distribution-content .yotpo-star-distribution-graph .yotpo-star-distribution-score-wrapper {
          margin-left: 8px; }
      .mobile-product-reviews .yotpo .yotpo-bottomline-2-boxes .yotpo-star-distribution-content .yotpo-distibutions-stars {
        display: none; }
      .mobile-product-reviews .yotpo .yotpo-bottomline-2-boxes .yotpo-star-distribution-content .yotpo-distibutions-sum-reviews {
        margin-left: 48px;
        top: -5px;
        position: relative; }
      .mobile-product-reviews .yotpo .yotpo-bottomline-2-boxes .yotpo-star-distribution-content .yotpo-star-distribution-graph-score {
        background-color: #dfb959 !important; }
  .mobile-product-reviews .yotpo .yotpo-review .yotpo-main {
    margin: 0;
    margin-bottom: 24px; }
    .mobile-product-reviews .yotpo .yotpo-review .yotpo-main .content-title {
      text-align: left;
      font: normal normal 900 16px/24px Lato;
      letter-spacing: 0px;
      color: #013726;
      opacity: 1; }
    .mobile-product-reviews .yotpo .yotpo-review .yotpo-main .content-review {
      font: normal normal normal 16px/24px Lato;
      letter-spacing: 0px;
      color: #013726; }
    .mobile-product-reviews .yotpo .yotpo-review .yotpo-main .yotpo-helpful {
      display: flex;
      align-items: center; }
  .mobile-product-reviews .yotpo .yotpo-review .yotpo-header {
    margin-bottom: 16px; }
    .mobile-product-reviews .yotpo .yotpo-review .yotpo-header .yotpo-header-element .yotpo-user-name {
      font: normal normal 900 14px/20px Lato;
      letter-spacing: 2.24px;
      color: #013726;
      text-transform: uppercase; }
    .mobile-product-reviews .yotpo .yotpo-review .yotpo-header .yotpo-header-element .yotpo-user-title {
      text-align: left;
      font: normal normal bold 10px/16px Lato;
      letter-spacing: 1px;
      color: #013726;
      text-transform: uppercase;
      opacity: 1; }
    .mobile-product-reviews .yotpo .yotpo-review .yotpo-header .yotpo-header-element .yotpo-review-date {
      font: normal normal normal 10px/16px Lato;
      font-size: 0.55556rem;
      letter-spacing: 1px;
      color: #222222;
      text-transform: uppercase; }
    .mobile-product-reviews .yotpo .yotpo-review .yotpo-header .yotpo-header-element .label-with-tooltip {
      position: absolute;
      right: 0; }
    .mobile-product-reviews .yotpo .yotpo-review .yotpo-header .yotpo-header-actions {
      position: relative;
      width: 100%; }
      .mobile-product-reviews .yotpo .yotpo-review .yotpo-header .yotpo-header-actions .yotpo-review-date {
        position: absolute;
        top: -18px;
        right: 0; }
  .mobile-product-reviews .yotpo .yotpo-review .yotpo-header.yotpo-verified-user .yotpo-icon-profile {
    display: none; }
  .mobile-product-reviews .yotpo .yotpo-review .yotpo-footer {
    position: relative;
    margin: 0;
    width: 100%;
    margin-bottom: 32px;
    height: 1px; }
    .mobile-product-reviews .yotpo .yotpo-review .yotpo-footer .yotpo-review-date {
      display: none; }
    .mobile-product-reviews .yotpo .yotpo-review .yotpo-footer .yotpo-helpful {
      position: absolute;
      left: 0;
      display: flex;
      align-items: center; }
      .mobile-product-reviews .yotpo .yotpo-review .yotpo-footer .yotpo-helpful .label-helpful {
        font: normal normal normal 14px/18px Lato;
        color: #999999;
        margin-right: 40px;
        display: block; }
    .mobile-product-reviews .yotpo .yotpo-review .yotpo-footer .yotpo-icon-thumbs-up,
    .mobile-product-reviews .yotpo .yotpo-review .yotpo-footer .yotpo-icon-thumbs-down {
      display: block;
      margin-right: 8px; }
    .mobile-product-reviews .yotpo .yotpo-review .yotpo-footer .yotpo-icon-thumbs-up:before {
      content: " ";
      height: 24px;
      width: 24px;
      display: block;
      background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'><path d='M698.462-160H296.923v-440l250.769-247.693L565.385-830q5.461 5.461 9.192 14 3.731 8.538 3.731 15.692V-794l-40.923 194h278q25.077 0 44.846 19.769Q880-560.462 880-535.385v49.231q0 5.462-1.231 11.923-1.23 6.462-3.23 11.923L766.308-203.384q-8.231 18.461-27.692 30.923Q719.154-160 698.462-160Zm-361.539-40h361.539q8.461 0 17.307-4.615 8.846-4.616 13.462-15.385L840-480v-55.385q0-10.769-6.923-17.692T815.385-560H487.692L534-778.462 336.923-582.923V-200Zm0-382.923V-200v-382.923Zm-40-17.077v40H160v360h136.923v40H120v-440h176.923Z' /%3E%3C/svg%3E");
      background-repeat: no-repeat; }
    .mobile-product-reviews .yotpo .yotpo-review .yotpo-footer .yotpo-icon-thumbs-down:before {
      content: " ";
      height: 24px;
      width: 24px;
      display: block;
      background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'><path d='M698.462-160H296.923v-440l250.769-247.693L565.385-830q5.461 5.461 9.192 14 3.731 8.538 3.731 15.692V-794l-40.923 194h278q25.077 0 44.846 19.769Q880-560.462 880-535.385v49.231q0 5.462-1.231 11.923-1.23 6.462-3.23 11.923L766.308-203.384q-8.231 18.461-27.692 30.923Q719.154-160 698.462-160Zm-361.539-40h361.539q8.461 0 17.307-4.615 8.846-4.616 13.462-15.385L840-480v-55.385q0-10.769-6.923-17.692T815.385-560H487.692L534-778.462 336.923-582.923V-200Zm0-382.923V-200v-382.923Zm-40-17.077v40H160v360h136.923v40H120v-440h176.923Z' /%3E%3C/svg%3E");
      background-repeat: no-repeat; }
    .mobile-product-reviews .yotpo .yotpo-review .yotpo-footer .yotpo-sum {
      font: normal normal normal 14px/18px Lato;
      letter-spacing: 0px;
      color: #013726; }
    .mobile-product-reviews .yotpo .yotpo-review .yotpo-footer .footer-actions {
      display: none !important;
      margin-bottom: 0; }
      .mobile-product-reviews .yotpo .yotpo-review .yotpo-footer .footer-actions .yotpo-action {
        display: none; }
  .mobile-product-reviews .yotpo .yotpo-icon-star:before {
    background: url(../icons/star-filled.svg) center center no-repeat;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain; }

.mobile-product-reviews .write-review-wrapper {
  margin: 16px 0; }

.mobile-product-reviews .write-review.yotpo-regular-box {
  padding: 0;
  margin: 0;
  border: none; }
  .mobile-product-reviews .write-review.yotpo-regular-box .y-label.yotpo-header-title {
    padding: 0;
    margin: 0;
    font: normal normal 900 16px/24px Lato;
    color: #013726;
    margin-bottom: 16px; }
  .mobile-product-reviews .write-review.yotpo-regular-box .yotpo-mandatory-explain {
    /* Styles for the text inside the div */
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: #013726; }
  .mobile-product-reviews .write-review.yotpo-regular-box .yotpo-mandatory-mark {
    color: #ff0000; }
  .mobile-product-reviews .write-review.yotpo-regular-box .y-label {
    color: #013726; }
  .mobile-product-reviews .write-review.yotpo-regular-box .y-input {
    border: 1px solid #cccccc; }

form-element.submit-button {
  position: relative; }

.form-element.submit-button::after {
  content: "Submit";
  position: absolute;
  left: 0;
  top: 21px;
  width: 100%;
  text-align: center;
  color: #fff !important;
  font-size: 15px;
  line-height: 23px;
  font-family: "Lato";
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 3.6px; }

.yotpo .yotpo-default-button.primary-color-btn.yotpo-submit {
  color: transparent !important; }

.review .carousel-read-more {
  display: none !important; }

.yotpo-base-layout {
  position: relative;
  z-index: 5; }

.newsletter--container,
.review-container,
.video-hero-widget-container,
.container-product-description,
.mobile-product-reviews {
  overflow: hidden; }

#product-listing-container .kuContainer,
#product-listing-container [ku-container][data-container-role="main"],
#search-listing-container .kuContainer,
#search-listing-container [ku-container][data-container-role="main"] {
  max-width: 1512px;
  width: 100%; }

#product-listing-container [data-block-id="ku_landing_result_header"],
#search-listing-container [data-block-id="ku_landing_result_header"] {
  position: sticky;
  top: 65px;
  z-index: 99;
  background-color: #FFFFFF;
  left: 0;
  max-width: unset;
  transition: all 0.5s; }
  @media (min-width: 1261px) {
    #product-listing-container [data-block-id="ku_landing_result_header"],
    #search-listing-container [data-block-id="ku_landing_result_header"] {
      top: 160px; } }
  #product-listing-container [data-block-id="ku_landing_result_header"] .toolbar--container,
  #search-listing-container [data-block-id="ku_landing_result_header"] .toolbar--container {
    max-width: 1512px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 8px;
    flex-wrap: wrap;
    width: inherit; }
    @media (min-width: 1261px) {
      #product-listing-container [data-block-id="ku_landing_result_header"] .toolbar--container,
      #search-listing-container [data-block-id="ku_landing_result_header"] .toolbar--container {
        padding: 11px 16px;
        min-height: 62px; } }
    #product-listing-container [data-block-id="ku_landing_result_header"] .toolbar--container > *,
    #search-listing-container [data-block-id="ku_landing_result_header"] .toolbar--container > * {
      width: 50%; }
      @media (min-width: 1261px) {
        #product-listing-container [data-block-id="ku_landing_result_header"] .toolbar--container > *,
        #search-listing-container [data-block-id="ku_landing_result_header"] .toolbar--container > * {
          width: 33.3%; } }
    #product-listing-container [data-block-id="ku_landing_result_header"] .toolbar--container .toolbar-left,
    #search-listing-container [data-block-id="ku_landing_result_header"] .toolbar--container .toolbar-left {
      padding-right: 4px;
      width: 38%; }
      @media (min-width: 1261px) {
        #product-listing-container [data-block-id="ku_landing_result_header"] .toolbar--container .toolbar-left,
        #search-listing-container [data-block-id="ku_landing_result_header"] .toolbar--container .toolbar-left {
          width: 33.3%; } }
    #product-listing-container [data-block-id="ku_landing_result_header"] .toolbar--container .toolbar-center,
    #search-listing-container [data-block-id="ku_landing_result_header"] .toolbar--container .toolbar-center {
      order: 4;
      width: 100%; }
      @media (min-width: 1261px) {
        #product-listing-container [data-block-id="ku_landing_result_header"] .toolbar--container .toolbar-center,
        #search-listing-container [data-block-id="ku_landing_result_header"] .toolbar--container .toolbar-center {
          order: unset;
          width: 33.3%; } }
    #product-listing-container [data-block-id="ku_landing_result_header"] .toolbar--container .toolbar-right,
    #search-listing-container [data-block-id="ku_landing_result_header"] .toolbar--container .toolbar-right {
      text-align: right;
      width: 38%; }
      @media (min-width: 1261px) {
        #product-listing-container [data-block-id="ku_landing_result_header"] .toolbar--container .toolbar-right,
        #search-listing-container [data-block-id="ku_landing_result_header"] .toolbar--container .toolbar-right {
          width: 33.3%; } }
    #product-listing-container [data-block-id="ku_landing_result_header"] .toolbar--container .layout-buttons,
    #search-listing-container [data-block-id="ku_landing_result_header"] .toolbar--container .layout-buttons {
      width: auto; }
  #product-listing-container [data-block-id="ku_landing_result_header"] [data-filter-toggle],
  #search-listing-container [data-block-id="ku_landing_result_header"] [data-filter-toggle] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FFFFFF;
    margin: 0;
    height: 40px;
    width: 100%;
    padding: 16px; }
    @media (min-width: 1261px) {
      #product-listing-container [data-block-id="ku_landing_result_header"] [data-filter-toggle],
      #search-listing-container [data-block-id="ku_landing_result_header"] [data-filter-toggle] {
        width: auto;
        padding: 16px 24px; } }
    #product-listing-container [data-block-id="ku_landing_result_header"] [data-filter-toggle] span,
    #search-listing-container [data-block-id="ku_landing_result_header"] [data-filter-toggle] span {
      font-weight: 900;
      letter-spacing: 1.4px;
      font-size: 0.77778rem;
      color: #013726;
      margin-right: auto; }
      @media (min-width: 1261px) {
        #product-listing-container [data-block-id="ku_landing_result_header"] [data-filter-toggle] span,
        #search-listing-container [data-block-id="ku_landing_result_header"] [data-filter-toggle] span {
          font-size: 0.88889rem;
          letter-spacing: 3.2px;
          margin-right: 25px; } }
    #product-listing-container [data-block-id="ku_landing_result_header"] [data-filter-toggle] svg,
    #search-listing-container [data-block-id="ku_landing_result_header"] [data-filter-toggle] svg {
      width: 16px;
      height: 16px;
      min-width: 16px;
      margin-left: 8px; }
      @media (min-width: 1261px) {
        #product-listing-container [data-block-id="ku_landing_result_header"] [data-filter-toggle] svg,
        #search-listing-container [data-block-id="ku_landing_result_header"] [data-filter-toggle] svg {
          width: 24px;
          height: 24px; } }
  #product-listing-container [data-block-id="ku_landing_result_header"] .kuResultsHeadingTitleContainer,
  #search-listing-container [data-block-id="ku_landing_result_header"] .kuResultsHeadingTitleContainer {
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    display: none; }
    @media (min-width: 1261px) {
      #product-listing-container [data-block-id="ku_landing_result_header"] .kuResultsHeadingTitleContainer,
      #search-listing-container [data-block-id="ku_landing_result_header"] .kuResultsHeadingTitleContainer {
        display: block; } }
  #product-listing-container [data-block-id="ku_landing_result_header"] .kuDropSortBy,
  #search-listing-container [data-block-id="ku_landing_result_header"] .kuDropSortBy {
    text-align: right; }
  #product-listing-container [data-block-id="ku_landing_result_header"] .kuTabs,
  #search-listing-container [data-block-id="ku_landing_result_header"] .kuTabs {
    margin: 24px 0 0;
    border: 0; }
    @media (min-width: 1261px) {
      #product-listing-container [data-block-id="ku_landing_result_header"] .kuTabs,
      #search-listing-container [data-block-id="ku_landing_result_header"] .kuTabs {
        margin: 0; } }
    #product-listing-container [data-block-id="ku_landing_result_header"] .kuTabs a,
    #search-listing-container [data-block-id="ku_landing_result_header"] .kuTabs a {
      padding: 0 0 8px 0;
      font-size: 16px;
      letter-spacing: 3.2px;
      text-transform: uppercase;
      font-weight: 900; }
      #product-listing-container [data-block-id="ku_landing_result_header"] .kuTabs a:first-child,
      #search-listing-container [data-block-id="ku_landing_result_header"] .kuTabs a:first-child {
        margin-right: 38px; }
      #product-listing-container [data-block-id="ku_landing_result_header"] .kuTabs a.kuTab, #product-listing-container [data-block-id="ku_landing_result_header"] .kuTabs a.kuTabDeactive,
      #search-listing-container [data-block-id="ku_landing_result_header"] .kuTabs a.kuTab,
      #search-listing-container [data-block-id="ku_landing_result_header"] .kuTabs a.kuTabDeactive {
        font-weight: 400; }
      #product-listing-container [data-block-id="ku_landing_result_header"] .kuTabs a.kuTabDeactive,
      #search-listing-container [data-block-id="ku_landing_result_header"] .kuTabs a.kuTabDeactive {
        opacity: 0.4;
        cursor: not-allowed; }
      #product-listing-container [data-block-id="ku_landing_result_header"] .kuTabs a.kuTabSelected,
      #search-listing-container [data-block-id="ku_landing_result_header"] .kuTabs a.kuTabSelected {
        background: transparent;
        color: #013726;
        border-bottom: 2px solid #013726;
        font-weight: 900; }
      #product-listing-container [data-block-id="ku_landing_result_header"] .kuTabs a:not(.kuTabSelected):hover,
      #search-listing-container [data-block-id="ku_landing_result_header"] .kuTabs a:not(.kuTabSelected):hover {
        background: transparent;
        border: 0; }
      #product-listing-container [data-block-id="ku_landing_result_header"] .kuTabs a:not(.kuTabSelected):before,
      #search-listing-container [data-block-id="ku_landing_result_header"] .kuTabs a:not(.kuTabSelected):before {
        content: "";
        position: absolute;
        width: 0%;
        height: 0px;
        border-bottom: 2px solid #013726;
        bottom: -1px;
        transition: width 0.5s ease-in; }
      #product-listing-container [data-block-id="ku_landing_result_header"] .kuTabs a:not(.kuTabSelected):hover:before,
      #search-listing-container [data-block-id="ku_landing_result_header"] .kuTabs a:not(.kuTabSelected):hover:before {
        width: 100%; }
  #product-listing-container [data-block-id="ku_landing_result_header"] .mobile-hide,
  #search-listing-container [data-block-id="ku_landing_result_header"] .mobile-hide {
    display: none;
    margin: 0 !important; }
    @media (min-width: 1261px) {
      #product-listing-container [data-block-id="ku_landing_result_header"] .mobile-hide,
      #search-listing-container [data-block-id="ku_landing_result_header"] .mobile-hide {
        display: inline; } }
  #product-listing-container [data-block-id="ku_landing_result_header"].sticky,
  #search-listing-container [data-block-id="ku_landing_result_header"].sticky {
    background-color: #013726;
    color: #FFFFFF;
    z-index: 310;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 1261px) {
      #product-listing-container [data-block-id="ku_landing_result_header"].sticky,
      #search-listing-container [data-block-id="ku_landing_result_header"].sticky {
        display: block;
        padding: 0;
        z-index: 300; } }
    #product-listing-container [data-block-id="ku_landing_result_header"].sticky .toolbar--container,
    #search-listing-container [data-block-id="ku_landing_result_header"].sticky .toolbar--container {
      padding: 12px 8px;
      margin: 0; }
      @media (min-width: 1261px) {
        #product-listing-container [data-block-id="ku_landing_result_header"].sticky .toolbar--container,
        #search-listing-container [data-block-id="ku_landing_result_header"].sticky .toolbar--container {
          padding: 11px 16px;
          margin: 0 auto; } }
      #product-listing-container [data-block-id="ku_landing_result_header"].sticky .toolbar--container .toolbar-right,
      #search-listing-container [data-block-id="ku_landing_result_header"].sticky .toolbar--container .toolbar-right {
        padding-left: 0; }
    @media (min-width: 1261px) {
      #product-listing-container [data-block-id="ku_landing_result_header"].sticky .kuTabs,
      #search-listing-container [data-block-id="ku_landing_result_header"].sticky .kuTabs {
        display: block !important; } }
    #product-listing-container [data-block-id="ku_landing_result_header"].sticky .kuTabs a,
    #search-listing-container [data-block-id="ku_landing_result_header"].sticky .kuTabs a {
      color: #FFFFFF; }
      #product-listing-container [data-block-id="ku_landing_result_header"].sticky .kuTabs a.kuTabSelected,
      #search-listing-container [data-block-id="ku_landing_result_header"].sticky .kuTabs a.kuTabSelected {
        border-bottom: 2px solid #FFFFFF; }
      #product-listing-container [data-block-id="ku_landing_result_header"].sticky .kuTabs a:not(.kuTabSelected):before,
      #search-listing-container [data-block-id="ku_landing_result_header"].sticky .kuTabs a:not(.kuTabSelected):before {
        border-color: #FFFFFF; }

#product-listing-container .kuDropdown,
#search-listing-container .kuDropdown {
  border: 1px solid #013726;
  height: 40px;
  width: 100%;
  margin: 0; }
  @media (min-width: 1261px) {
    #product-listing-container .kuDropdown,
    #search-listing-container .kuDropdown {
      width: auto; } }
  #product-listing-container .kuDropdown .kuDropdownLabel,
  #search-listing-container .kuDropdown .kuDropdownLabel {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #013726;
    font-size: 0.77778rem;
    letter-spacing: 1.4px;
    border: 0;
    height: 100%;
    padding: 10px 36px 10px 16px; }
    #product-listing-container .kuDropdown .kuDropdownLabel::after,
    #search-listing-container .kuDropdown .kuDropdownLabel::after {
      right: 10px;
      top: 12px;
      width: 8px;
      height: 8px;
      border-width: 0 2px 2px 0; }
      @media (min-width: 1261px) {
        #product-listing-container .kuDropdown .kuDropdownLabel::after,
        #search-listing-container .kuDropdown .kuDropdownLabel::after {
          right: 16px;
          top: 10px;
          width: 10px;
          height: 10px; } }
    #product-listing-container .kuDropdown .kuDropdownLabel span:not(.mobile-hide),
    #search-listing-container .kuDropdown .kuDropdownLabel span:not(.mobile-hide) {
      font-weight: 900; }
    @media (min-width: 1261px) {
      #product-listing-container .kuDropdown .kuDropdownLabel,
      #search-listing-container .kuDropdown .kuDropdownLabel {
        font-size: 0.88889rem;
        letter-spacing: 3.2px; } }
  #product-listing-container .kuDropdown .kuDropdownOptions,
  #search-listing-container .kuDropdown .kuDropdownOptions {
    width: calc(100% + 2px);
    border-radius: 0;
    border: 1px solid #000000;
    background: #FFFFFF;
    left: -1px; }

#search-listing-container {
  border-top: 1px solid #013726; }
  @media (min-width: 1261px) {
    #search-listing-container {
      border: 0; } }

#search-results-heading .page-heading {
  line-height: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px; }
  @media (min-width: 1261px) {
    #search-results-heading .page-heading {
      flex-direction: row;
      align-items: baseline;
      border-bottom: 1px solid #cccccc;
      padding-bottom: 24px; } }
  #search-results-heading .page-heading .count {
    font-size: 0.88889rem;
    letter-spacing: 3.2px;
    color: #999999;
    font-weight: 900;
    text-transform: uppercase; }
  #search-results-heading .page-heading .query {
    font-family: "Crimson Text";
    font-size: 1.77778rem; }
    @media (min-width: 1261px) {
      #search-results-heading .page-heading .query {
        font-size: 2.22222rem;
        padding-left: 16px; } }

.kuResourceLoader,
.searchRequestLoading {
  color: transparent !important; }
  .kuResourceLoader::before,
  .searchRequestLoading::before {
    display: none; }
  .kuResourceLoader::after,
  .searchRequestLoading::after {
    content: "";
    display: block;
    background: url("../icons/loading.svg");
    background-size: contain;
    color: transparent;
    left: 0 !important;
    border-radius: 0 !important;
    width: 32px !important;
    height: 32px !important;
    animation: rotate-center 2s linear infinite both !important;
    margin: 0 auto 30px; }
  .kuResourceLoader .kuResourceLoader,
  .searchRequestLoading .kuResourceLoader {
    display: none; }

@keyframes rotate-center {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

#product-listing-container [ku-container][data-container-id="ku_landing_main_content_left"],
#search-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] {
  position: fixed;
  max-width: unset;
  width: 100%;
  background: rgba(0, 0, 0, 0); }
  body.filter-open #product-listing-container [ku-container][data-container-id="ku_landing_main_content_left"], body.filter-open
  #search-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] {
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    transition: 1s;
    display: block;
    background: rgba(0, 0, 0, 0.3); }
  #product-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] .klevu-content--left,
  #search-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] .klevu-content--left {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 999;
    transition: 1s;
    height: inherit;
    transform: translateX(-100%);
    max-width: 560px;
    background: #f9f9f9;
    width: 100%; }
    body.filter-open #product-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] .klevu-content--left, body.filter-open
    #search-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] .klevu-content--left {
      transform: translateX(0);
      left: 0;
      height: 100vh; }
  #product-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] .kuFilterTagsContainer,
  #search-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] .kuFilterTagsContainer {
    padding: 40px 24px;
    margin: 0; }
    #product-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] .kuFilterTagsContainer .kuFilterHead,
    #search-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] .kuFilterTagsContainer .kuFilterHead {
      border: 0;
      padding: 0;
      font-size: 16px;
      letter-spacing: 3.2px;
      line-height: 24px;
      text-transform: uppercase;
      border: 0; }
    #product-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] .kuFilterTagsContainer .kuFilterTagKey,
    #search-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] .kuFilterTagsContainer .kuFilterTagKey {
      color: #FFFFFF;
      display: none; }
    #product-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] .kuFilterTagsContainer .kuFilterTagValue,
    #search-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] .kuFilterTagsContainer .kuFilterTagValue {
      background: #013726;
      padding: 8px;
      margin-right: 16px;
      margin-bottom: 16px;
      color: #FFFFFF;
      display: inline-flex;
      align-items: center;
      font-size: 0.88889rem;
      border-radius: 0; }
      #product-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] .kuFilterTagsContainer .kuFilterTagValue span,
      #search-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] .kuFilterTagsContainer .kuFilterTagValue span {
        color: #cccccc;
        font-size: 19px;
        margin-left: 8px; }
    #product-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] .kuFilterTagsContainer .kuFilterTagClearAll,
    #search-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] .kuFilterTagsContainer .kuFilterTagClearAll {
      display: block;
      border: 0;
      padding: 0;
      margin: 0;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 3.2px;
      color: #999999;
      margin-top: 24px;
      text-decoration: underline; }
  #product-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] [data-block-id="ku_landing_left_facets"],
  #search-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] [data-block-id="ku_landing_left_facets"] {
    height: calc(100% - 88px);
    overflow-y: scroll;
    padding-bottom: 120px; }
    #product-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] [data-block-id="ku_landing_left_facets"] .kuFilters,
    #search-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] [data-block-id="ku_landing_left_facets"] .kuFilters {
      padding-left: 0;
      padding-right: 0; }
    #product-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] [data-block-id="ku_landing_left_facets"] .kuFilterBox,
    #search-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] [data-block-id="ku_landing_left_facets"] .kuFilterBox {
      background-color: #FFFFFF;
      padding: 27px 24px; }
      #product-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] [data-block-id="ku_landing_left_facets"] .kuFilterBox .kuFilterHead,
      #search-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] [data-block-id="ku_landing_left_facets"] .kuFilterBox .kuFilterHead {
        border: 0;
        font-size: 16px;
        color: #013726;
        letter-spacing: 3.2px;
        line-height: 24px;
        text-transform: uppercase; }
        #product-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] [data-block-id="ku_landing_left_facets"] .kuFilterBox .kuFilterHead::after,
        #search-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] [data-block-id="ku_landing_left_facets"] .kuFilterBox .kuFilterHead::after {
          padding: 7px;
          border-color: #013726;
          border-width: 0 3px 3px 0;
          top: 13px; }
      #product-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] [data-block-id="ku_landing_left_facets"] .kuFilterBox .klevuFilterOption,
      #search-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] [data-block-id="ku_landing_left_facets"] .kuFilterBox .klevuFilterOption {
        font-size: 16px;
        margin: 8px 0; }
        #product-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] [data-block-id="ku_landing_left_facets"] .kuFilterBox .klevuFilterOption .kuFilterIcon::before,
        #search-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] [data-block-id="ku_landing_left_facets"] .kuFilterBox .klevuFilterOption .kuFilterIcon::before {
          width: 24px;
          height: 24px;
          transition: all 0.5s;
          background-color: #FFFFFF; }
        #product-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] [data-block-id="ku_landing_left_facets"] .kuFilterBox .klevuFilterOption .kuFilterIcon::after,
        #search-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] [data-block-id="ku_landing_left_facets"] .kuFilterBox .klevuFilterOption .kuFilterIcon::after {
          width: 14px;
          height: 8px;
          top: 6px;
          left: 5px;
          border-color: #013726;
          transition: all 0.5s;
          border-color: #FFFFFF; }
        #product-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] [data-block-id="ku_landing_left_facets"] .kuFilterBox .klevuFilterOption.klevuFilterOptionActive .kuFilterIcon::before,
        #search-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] [data-block-id="ku_landing_left_facets"] .kuFilterBox .klevuFilterOption.klevuFilterOptionActive .kuFilterIcon::before {
          background-color: #013726; }
        #product-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] [data-block-id="ku_landing_left_facets"] .kuFilterBox .klevuFilterOption.klevuFilterOptionActive .kuFilterIcon::after,
        #search-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] [data-block-id="ku_landing_left_facets"] .kuFilterBox .klevuFilterOption.klevuFilterOptionActive .kuFilterIcon::after {
          border-color: #FFFFFF !important; }
        #product-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] [data-block-id="ku_landing_left_facets"] .kuFilterBox .klevuFilterOption .kuFilterCancel,
        #search-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] [data-block-id="ku_landing_left_facets"] .kuFilterBox .klevuFilterOption .kuFilterCancel {
          display: none; }
      #product-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] [data-block-id="ku_landing_left_facets"] .kuFilterBox .kuFilterTotal,
      #search-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] [data-block-id="ku_landing_left_facets"] .kuFilterBox .kuFilterTotal {
        display: none; }
      #product-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] [data-block-id="ku_landing_left_facets"] .kuFilterBox .kuShowOpt,
      #search-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] [data-block-id="ku_landing_left_facets"] .kuFilterBox .kuShowOpt {
        bottom: 5px; }
  #product-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] .off-canvas__footer,
  #search-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] .off-canvas__footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 33px 24px;
    background-color: #FFFFFF;
    z-index: 999;
    border-top: 1px solid #ebebeb; }
    #product-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] .off-canvas__footer button,
    #search-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] .off-canvas__footer button {
      width: 100%;
      margin: 0; }
  #product-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] .off-canvas__overlay,
  #search-listing-container [ku-container][data-container-id="ku_landing_main_content_left"] .off-canvas__overlay {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 998; }

body.filter-open {
  overflow: hidden; }

.sidemenu__filter--left {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 999;
  transition: 1s;
  height: inherit;
  transform: translateX(-100%);
  max-width: 560px;
  background: #f9f9f9;
  width: 100%;
  overflow-x: scroll; }
  .sidemenu__filter--left .accordion-title {
    font: normal normal normal 16px/24px Lato;
    letter-spacing: 3.2px;
    color: #013726;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 10px;
    padding: 5px 0; }
  .sidemenu__filter--left .accordion-navigation {
    border: 0;
    padding: 0; }
  .sidemenu__filter--left .accordion-block {
    background-color: #fff;
    margin-bottom: 12px;
    padding-bottom: 27px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 27px; }
  .sidemenu__filter--left .accordion-content {
    padding: 0; }
  .sidemenu__filter--left ul {
    margin: 0; }
  .sidemenu__filter--left .form-minMaxRow .button.button--small {
    padding: 8.5px 9px; }

.product-listing-container {
  position: fixed;
  max-width: unset;
  width: 100%;
  background: 0 0; }

body.filter-open {
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 999;
  transition: 1s;
  display: block; }
  body.filter-open .sidemenu__filter--left {
    transform: translateX(0);
    left: 0;
    height: 100vh;
    padding-bottom: 60px; }
  body.filter-open .product-listing-container {
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    transition: 1s;
    display: block;
    background: rgba(0, 0, 0, 0.3); }
  body.filter-open .product-listing-container .off-canvas__overlay {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 998; }

.filter-heading {
  font-size: 16px;
  color: #013726;
  letter-spacing: 3.2px;
  line-height: 24px;
  text-transform: uppercase; }

.kuFilterBox {
  background-color: #fff;
  padding: 27px 24px; }

.filter-box {
  background-color: #fff;
  padding: 27px 24px;
  margin-bottom: 12px; }

.button--filter {
  background-color: #fff;
  margin: 0;
  padding: 7px;
  display: flex;
  align-items: center; }
  .button--filter span {
    font-size: 0.88889rem;
    font-weight: 900;
    letter-spacing: 3.2px;
    color: #013726;
    text-transform: uppercase;
    margin-right: 15px;
    padding: 3px 0; }
    @media (min-width: 801px) {
      .button--filter span {
        font-size: 16px; } }
    .button--filter span .mobile-hide {
      display: none; }
      @media (min-width: 1261px) {
        .button--filter span .mobile-hide {
          margin-right: 10px;
          display: inline-block; } }
  .button--filter svg {
    width: 18px;
    height: 18px; }
  .button--filter:hover {
    background-color: #FFFFFF; }

.recipe-filter-top-bar {
  display: flex;
  align-items: baseline;
  justify-content: space-between; }
  .recipe-filter-top-bar .button--filter {
    padding: 9px 16px;
    height: 100%; }
  .recipe-filter-top-bar .recipe-toolbar--container {
    display: flex;
    width: 100%; }
  .recipe-filter-top-bar .actionBar .actionBar-section .form-field {
    padding: 9px 16px; }
  .recipe-filter-top-bar .actionBar .actionBar-section .form-select {
    padding: 0;
    width: 100%;
    line-height: 1rem;
    background-position: right 0.5rem top 0rem; }
    @media (min-width: 1261px) {
      .recipe-filter-top-bar .actionBar .actionBar-section .form-select {
        width: unset; } }
  .recipe-filter-top-bar .actionBar .actionBar-section .form-label {
    padding: 0;
    line-height: 1;
    display: none; }
    @media (min-width: 1261px) {
      .recipe-filter-top-bar .actionBar .actionBar-section .form-label {
        display: inline-block; } }

.filter-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 65px;
  z-index: 99;
  background-color: #fff;
  left: 0;
  max-width: unset;
  transition: all 0.5s;
  padding: 11px 16px; }
  @media (min-width: 801px) {
    .filter-top-bar {
      padding: 0; } }
  @media (min-width: 1261px) {
    .filter-top-bar {
      top: 160px; } }
  .filter-top-bar .toolbar--container {
    max-width: 1512px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    .filter-top-bar .toolbar--container > * {
      width: 50%; }
      @media (min-width: 801px) {
        .filter-top-bar .toolbar--container > * {
          padding: 11px 16px; } }
      @media (min-width: 1261px) {
        .filter-top-bar .toolbar--container > * {
          width: 33.3%; } }
  .filter-top-bar .toolbar-left {
    padding-right: 2px; }
  .filter-top-bar .toolbar-center {
    order: 3;
    width: 100%;
    display: none; }
    @media (min-width: 1261px) {
      .filter-top-bar .toolbar-center {
        order: unset;
        width: 33.3%;
        display: block; } }
  .filter-top-bar .toolbar-right {
    text-align: right;
    padding-left: 2px; }
  .filter-top-bar .layout-buttons button {
    width: 26px; }
  .filter-top-bar .sticky {
    background-color: #013726;
    color: #fff;
    z-index: 310; }
  .filter-top-bar.sticky {
    flex-wrap: nowrap; }
    .filter-top-bar.sticky .toolbar-right {
      padding-left: 2px; }
    .filter-top-bar.sticky .toolbar-left {
      padding-right: 2px; }
    .filter-top-bar.sticky .layout-buttons {
      margin: 0 0 0 4px; }
      .filter-top-bar.sticky .layout-buttons button {
        width: 26px; }
  .filter-top-bar .button--filter {
    width: 100%;
    margin-right: 8px;
    justify-content: space-between; }
    @media (min-width: 801px) {
      .filter-top-bar .button--filter {
        width: auto;
        min-width: 170px;
        margin-right: 0;
        padding: 16px 24px;
        height: 40px; } }
  .filter-top-bar .pagination__container {
    display: none;
    text-align: center; }
    @media (min-width: 801px) {
      .filter-top-bar .pagination__container {
        display: block; } }
  .filter-top-bar .actionBar {
    width: 100%; }
    @media (min-width: 801px) {
      .filter-top-bar .actionBar {
        width: auto; } }
    .filter-top-bar .actionBar .actionBar-section {
      float: none; }
      @media (min-width: 801px) {
        .filter-top-bar .actionBar .actionBar-section {
          float: right; } }
      .filter-top-bar .actionBar .actionBar-section .form-label {
        display: none; }
        @media (min-width: 1261px) {
          .filter-top-bar .actionBar .actionBar-section .form-label {
            display: inline-block; } }
      .filter-top-bar .actionBar .actionBar-section .form-select {
        padding: 10px 27px 10px 8px;
        font-size: 0.88889rem;
        letter-spacing: 3.2px;
        width: 100%; }
        @media (min-width: 801px) {
          .filter-top-bar .actionBar .actionBar-section .form-select {
            font-size: 16px;
            width: auto; } }
  .filter-top-bar.sticky {
    background-color: #013726;
    color: #FFFFFF;
    z-index: 310; }
    @media (min-width: 1261px) {
      .filter-top-bar.sticky {
        z-index: 300; } }
    .filter-top-bar.sticky .pagination-counter {
      color: #FFFFFF; }

.actionBar {
  margin: 0; }

.actionBar-section .form-field {
  margin: 0; }

.pagination-counter {
  letter-spacing: 1.4px;
  color: #013726;
  text-transform: uppercase;
  font-size: 14px; }

.actionBar-section .form-select {
  font-weight: 900;
  text-transform: uppercase;
  color: #013726;
  font-size: 0.88889rem;
  letter-spacing: 3.2px;
  border: 0;
  height: 100%;
  padding: 0;
  width: 100%; }
  @media (min-width: 1261px) {
    .actionBar-section .form-select {
      width: unset; } }

.actionBar-section .form-label {
  font-size: 0.88889rem;
  letter-spacing: 3.2px;
  color: #013726;
  text-transform: uppercase;
  line-height: 1;
  display: none; }
  @media (min-width: 1261px) {
    .actionBar-section .form-label {
      display: inline-block; } }

#product-listing-container .pagination {
  display: none; }

.page-load-status {
  display: none;
  /* hidden by default */
  padding-top: 20px;
  text-align: center;
  color: #777; }

.loader-ellips {
  padding-bottom: 20px; }

.spinner {
  width: 1.25rem;
  height: 1.25rem;
  animation: spin 1s linear infinite;
  color: #013726; }

.clear-all-facets {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3.2px;
  color: #999;
  margin-top: 24px;
  text-decoration: underline;
  display: block; }

.accordion-filter-by {
  padding: 40px 24px; }
  .accordion-filter-by .sidebarBlock-heading {
    margin: 0 0 15px 0; }

.one-column .layout-buttons__one-column,
.two-columns .layout-buttons__two-columns {
  background: #013726; }
  .one-column .layout-buttons__one-column::before,
  .two-columns .layout-buttons__two-columns::before {
    background: #FFFFFF; }
  .one-column .layout-buttons__one-column::after,
  .two-columns .layout-buttons__two-columns::after {
    background: #013726; }

.layout-buttons {
  display: flex;
  border: 1px solid #013726;
  padding: 1px;
  width: max-content;
  margin: 0 0 0 4px;
  background: #FFFFFF; }
  @media (min-width: 801px) {
    .layout-buttons {
      display: none; } }
  .layout-buttons__one-column, .layout-buttons__two-columns {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    background: #FFFFFF;
    position: relative; }
    .layout-buttons__one-column::before, .layout-buttons__two-columns::before {
      content: "";
      width: 16px;
      height: 16px;
      background: #013726; }
  .layout-buttons__two-columns::after {
    content: "";
    width: 2px;
    height: calc(100% - 6px);
    background: #FFFFFF;
    position: absolute;
    top: 3px; }
    @media (min-width: 1261px) {
      .layout-buttons__two-columns::after {
        width: 3px; } }

#product-listing-container,
#search-listing-container {
  padding: 0;
  float: none; }
  #product-listing-container .kuContainer,
  #search-listing-container .kuContainer {
    padding: 0; }
    #product-listing-container .kuContainer .productList,
    #search-listing-container .kuContainer .productList {
      margin: 0; }

.one-column .product-grid--container ul {
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 1261px) {
    .one-column .product-grid--container ul {
      grid-template-columns: repeat(4, 1fr); } }

.one-column .product--featured {
  grid-column: 1; }
  @media (min-width: 1261px) {
    .one-column .product--featured {
      grid-column: span 2; } }
  .one-column .product--featured .product-card--image-container img {
    aspect-ratio: 1 / 1; }
    @media (min-width: 1261px) {
      .one-column .product--featured .product-card--image-container img {
        aspect-ratio: 2.05 / 1; } }

.product-card--subtitle {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  margin: 0; }

.product-grid--container {
  padding: 18px 0; }
  .product-grid--container .add-to-basket__success {
    position: absolute;
    bottom: -6px; }
  .product-grid--container .add-to-basket__loading {
    position: absolute;
    bottom: -6px; }
  @media (min-width: 1261px) {
    .product-grid--container {
      padding: 18px 16px; } }
  .product-grid--container .card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
    height: 100%; }
  .product-grid--container .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    position: relative;
    text-align: left; }
  @media (min-width: 1261px) {
    .product-grid--container {
      padding: 22px 0; } }
  .product-grid--container ul {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px 24px;
    align-items: stretch;
    list-style: none; }
    @media (min-width: 1261px) {
      .product-grid--container ul {
        grid-template-columns: repeat(4, 1fr); } }
    .product-grid--container ul li .kuProdWrap {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .product-grid--container ul li .kuProdWrap > footer {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
    .product-grid--container ul .product--featured {
      grid-column: span 2; }
      .product-grid--container ul .product--featured .product-card--image-container img {
        aspect-ratio: 2.05 / 1; }
  .product-grid--container .kuNoRecordsFoundLabelTextContainerCMS {
    text-align: center;
    font-size: 14px;
    color: #013726; }
  .product-grid--container .product-card--title {
    margin-bottom: 8px;
    margin-top: 16px;
    line-height: 0; }
  .product-grid--container .productCategory-shipping-uplift {
    color: #e52724;
    font-size: 0.9em;
    margin-top: 10px; }
  .product-grid--container .product-card--image-container img {
    width: 100%;
    height: unset;
    aspect-ratio: 1 / 1;
    max-height: 100%; }
  .product-grid--container .product-card--title a {
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #013726;
    font-weight: 700; }
    @media (min-width: 551px) {
      .product-grid--container .product-card--title a {
        font-size: 18px; } }
  .product-grid--container .kuProdPriceRating {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    @media (min-width: 1261px) {
      .product-grid--container .kuProdPriceRating {
        flex-direction: row; } }
  .product-grid--container .product-price--container {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    flex-direction: column; }
    @media (min-width: 1261px) {
      .product-grid--container .product-price--container {
        align-items: flex-end;
        flex-direction: row; } }
  .product-grid--container .yotpo-bottomline a {
    display: none; }
  .product-grid--container .price-from-label {
    color: #013726;
    margin-right: 0.5rem;
    font-size: 14px; }
    .product-grid--container .price-from-label.gift-card-price {
      display: inline; }
  .product-grid--container .price--total {
    color: #013726;
    font-size: 18px;
    font-weight: 900;
    line-height: 20px;
    margin-right: 0.5rem; }
  .product-grid--container .price--sale {
    font-size: 18px;
    font-family: "Lato";
    font-weight: 900;
    letter-spacing: 0.72px;
    color: #e52725;
    line-height: 20px; }
  .product-grid--container .price--non-sale {
    letter-spacing: 0.56px;
    font-size: 14px;
    font-family: "Lato";
    color: #999999;
    opacity: 1;
    order: 2; }
  .product-grid--container .product-button--add-cart,
  .product-grid--container .product-button--add-cart-variant {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 0.5rem 0.33333rem;
    font-size: 0.77778rem;
    letter-spacing: 2.4px; }
    .product-grid--container .product-button--add-cart svg,
    .product-grid--container .product-button--add-cart-variant svg {
      display: none; }
    @media (min-width: 551px) {
      .product-grid--container .product-button--add-cart,
      .product-grid--container .product-button--add-cart-variant {
        padding: 0.5rem 3rem;
        font-size: 0.88889rem;
        letter-spacing: 3.2px; }
        .product-grid--container .product-button--add-cart svg,
        .product-grid--container .product-button--add-cart-variant svg {
          display: block; } }
  .product-grid--container .product-button--add-cart span,
  .product-grid--container .product-button--add-cart-variant span {
    margin: 0;
    font-weight: 900; }
  .product-grid--container .product-card--icon {
    position: relative;
    top: -2px;
    margin-left: 0.5rem; }

.add-to-basket__success {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -6px;
  opacity: 0;
  color: #013726;
  width: 100%;
  left: 0; }
  @media (min-width: 1261px) {
    .add-to-basket__success {
      justify-content: flex-end; } }
  .add-to-basket__success svg {
    width: 26px;
    height: 26px;
    margin: 0 0 0 5px; }
  .add-to-basket__success.visible {
    animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both; }
  .bundle-product--bottom-content .add-to-basket__success {
    bottom: -25px; }

.add-to-basket__loading {
  position: absolute;
  bottom: -6px;
  opacity: 0;
  left: 0; }
  .add-to-basket__loading svg {
    width: 15px;
    height: 13px;
    animation: rotate-center 3s linear infinite both; }
  .add-to-basket__loading.visible {
    animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both; }
  .bundle-product--bottom-content .add-to-basket__loading {
    bottom: -10px; }

.productGrid {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px 24px;
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem; }
  .productGrid::before, .productGrid:after {
    display: none; }
  @media (min-width: 1261px) {
    .productGrid {
      grid-template-columns: repeat(4, 1fr); } }
  .productGrid li.product {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .productGrid .product-card--title {
    margin-bottom: 32px;
    margin-top: 16px; }
  .productGrid .product-card--image-container img {
    width: 100%;
    height: unset;
    aspect-ratio: 1 / 1;
    max-height: 100%; }
  .productGrid .product-card--title a {
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #013726;
    font-weight: 700; }
    @media (min-width: 551px) {
      .productGrid .product-card--title a {
        font-size: 18px; } }
  .productGrid .kuProdPriceRating {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    @media (min-width: 1261px) {
      .productGrid .kuProdPriceRating {
        flex-direction: row; } }
  .productGrid .product-price--container {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-end; }
  .productGrid .yotpo-bottomline a {
    display: none; }
  .productGrid .price-from-label {
    color: #013726;
    margin-right: 0.5rem;
    font-size: 14px;
    display: none; }
  .productGrid .price--total {
    color: #013726;
    font-size: 18px;
    font-weight: 900;
    line-height: 20px;
    margin-right: 0.5rem; }
  .productGrid .price--sale {
    font-size: 18px;
    font-family: "Lato";
    font-weight: 900;
    letter-spacing: 0.72px;
    color: #e52725;
    line-height: 20px; }
  .productGrid .price--non-sale {
    letter-spacing: 0.56px;
    font-size: 14px;
    font-family: "Lato";
    color: #999999;
    opacity: 1;
    order: 2; }
  .productGrid .form {
    margin: 0; }
  .productGrid .product-button--add-cart,
  .productGrid .product-button--add-cart-variant,
  .productGrid .button {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 0.5rem 0.33333rem;
    font-size: 0.77778rem;
    letter-spacing: 2.4px;
    width: 100%; }
    .productGrid .product-button--add-cart svg,
    .productGrid .product-button--add-cart-variant svg,
    .productGrid .button svg {
      display: none; }
    @media (min-width: 551px) {
      .productGrid .product-button--add-cart,
      .productGrid .product-button--add-cart-variant,
      .productGrid .button {
        padding: 0.5rem 3rem;
        font-size: 0.88889rem;
        letter-spacing: 3.2px; }
        .productGrid .product-button--add-cart svg,
        .productGrid .product-button--add-cart-variant svg,
        .productGrid .button svg {
          display: block; } }
  .productGrid .product-button--add-cart span,
  .productGrid .product-button--add-cart-variant span {
    margin: 0;
    font-weight: 900; }
  .productGrid .product-card--icon {
    position: relative;
    top: -2px;
    margin-left: 0.5rem; }
  .productGrid .card {
    margin-bottom: 0; }
  @media (min-width: 551px) {
    .productGrid {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 801px) {
    .productGrid {
      grid-template-columns: repeat(4, 1fr); } }

@media (min-width: 801px) {
  ul.productGrid--promotions {
    grid-template-columns: repeat(2, 1fr); } }

@media (min-width: 1261px) {
  ul.productGrid--promotions {
    grid-template-columns: repeat(3, 1fr); } }

.product-grid--container .kuClippedOne.kuCaptionStockOut {
  display: none !important; }

.fade-out {
  animation: fade-out 1s ease-out 5s both; }

@keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    transform: translateZ(-700px);
    opacity: 0; }
  40% {
    opacity: 0.6; }
  100% {
    transform: translateZ(0);
    opacity: 1; } }

@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes rotate-center {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

.add-to-basket__success {
  opacity: 0;
  color: #013726;
  width: 100%;
  left: 0;
  display: none; }
  .add-to-basket__success svg {
    width: 22px;
    height: 22px;
    position: relative;
    bottom: -5px; }
  .add-to-basket__success.visible {
    display: block;
    animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both; }
  .bundle-product--bottom-content .add-to-basket__success {
    bottom: -10px; }

.add-to-basket__loading {
  opacity: 0;
  left: 0;
  display: none; }
  .add-to-basket__loading svg {
    width: 15px;
    height: 13px;
    animation: rotate-center 3s linear infinite both; }
  .add-to-basket__loading.visible {
    display: block;
    animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both; }
  .bundle-product--bottom-content .add-to-basket__loading {
    bottom: -10px; }

.promotion-container .productGrid .product-price--container {
  align-items: flex-start; }

/* Fix spacing between visible-text and hidden-text */
.hidden-text::before {
  content: " "; }

/* Optional: Ensure links don't stick to text */
.visible-text a,
.hidden-text a {
  margin-left: 2px;
  margin-right: 2px; }

.recipe-header {
  position: relative;
  margin: 0 0 65px;
  padding: 20px 0; }
  .recipe-header h1 {
    font-size: 1.33333rem;
    letter-spacing: 4.8px;
    line-height: 40px;
    text-transform: uppercase;
    margin: 0 0 16px; }
    @media (min-width: 1261px) {
      .recipe-header h1 {
        font-size: 1.77778rem;
        letter-spacing: 6.4px; } }
  .recipe-header--content {
    padding: 24px 16px;
    font-size: 0.77778rem;
    background: rgba(255, 255, 255, 0.8);
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    color: #013726;
    line-height: 24px; }
    @media (min-width: 1261px) {
      .recipe-header--content {
        padding: 40px 98px;
        font-size: 0.88889rem; } }
    .recipe-header--content p {
      font-family: "Crimson Text", serif, sans-serif;
      font-size: 0.88889rem;
      font-weight: 400;
      margin: 0; }

.recipe-toolbar--container {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin: 0 0 33px; }

.recipe-subcategory {
  overflow-x: scroll; }
  .recipe-subcategory ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style: none;
    margin: 0 0 32px;
    padding: 0; }
    .recipe-subcategory ul li a {
      display: block;
      text-transform: uppercase;
      margin: 0 16px 0 0;
      padding: 8px 16px;
      text-decoration: none;
      font-weight: 700;
      color: #0e5940;
      white-space: nowrap; }
      @media (min-width: 1261px) {
        .recipe-subcategory ul li a {
          padding: 8px 32px; } }
      .recipe-subcategory ul li a.active {
        color: white;
        background: #0e5940; }
      .recipe-subcategory ul li a:hover {
        color: white;
        background: #0e5940; }

.recipe-featured {
  margin: 0 0 32px;
  border-bottom: solid 1px #cccccc; }
  @media (min-width: 1261px) {
    .recipe-featured {
      margin: 0 0 45px;
      border: 0; } }
  .recipe-featured h3 {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 3.2px;
    line-height: 40px;
    margin: 0 0 32px; }
    @media (min-width: 1261px) {
      .recipe-featured h3 {
        font-size: 1.77778rem;
        letter-spacing: 6.4px; } }
  .recipe-featured .recipe-grid--container ul {
    grid-template-columns: repeat(1, 1fr); }
    @media (min-width: 1261px) {
      .recipe-featured .recipe-grid--container ul {
        grid-template-columns: repeat(2, 1fr); } }
  .recipe-featured .product-card--image-container {
    height: 360px;
    overflow: hidden; }

.recipe-container {
  position: relative;
  padding-bottom: 3rem; }

@media (min-width: 1261px) {
  .recipe-subcategories {
    padding: 12px 0; } }

.recipe-subcategories.hidden {
  display: none; }

.recipe-subcategories .recipe-subcategories__content {
  padding: 0;
  margin: 0; }
  .recipe-subcategories .recipe-subcategories__content .slick-track {
    display: flex; }
  .recipe-subcategories .recipe-subcategories__content li {
    list-style: none;
    padding: 0 12px 0 0;
    margin: 0;
    height: auto; }
  .recipe-subcategories .recipe-subcategories__content .product-card--image-container {
    max-height: 360px;
    overflow: hidden; }
  .recipe-subcategories .recipe-subcategories__content .card {
    margin: 0;
    background-color: #fff;
    color: #013726;
    text-align: left;
    font-size: 0.77778rem;
    display: flex;
    flex-direction: column;
    height: 100%; }
    @media (min-width: 1261px) {
      .recipe-subcategories .recipe-subcategories__content .card {
        font-size: 0.88889rem; } }
    .recipe-subcategories .recipe-subcategories__content .card-body {
      border: solid 1px #013726;
      padding: 24px 20px;
      flex-grow: 1;
      min-height: 239px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      text-align: left; }
      @media (min-width: 1261px) {
        .recipe-subcategories .recipe-subcategories__content .card-body {
          padding: 32px; } }
      .recipe-subcategories .recipe-subcategories__content .card-body h3 {
        margin: 0 0 16px;
        font-size: 1.33333rem;
        line-height: 32px;
        text-transform: capitalize;
        letter-spacing: 0;
        font-weight: 700; }
        @media (min-width: 1261px) {
          .recipe-subcategories .recipe-subcategories__content .card-body h3 {
            margin: 0 0 19px; } }
    .recipe-subcategories .recipe-subcategories__content .card-date {
      letter-spacing: 3.2px;
      line-height: 28px;
      font-weight: 700;
      color: #013726;
      margin: 0 0 16px; }
    .recipe-subcategories .recipe-subcategories__content .card-details {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin: 0 0 16px; }
      @media (min-width: 1261px) {
        .recipe-subcategories .recipe-subcategories__content .card-details {
          margin: 0 0 26px; } }
      .recipe-subcategories .recipe-subcategories__content .card-details div {
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center; }
    .recipe-subcategories .recipe-subcategories__content .card-summary {
      margin: 0 0 24px; }
    .recipe-subcategories .recipe-subcategories__content .card-cta a {
      text-transform: uppercase;
      text-decoration: none;
      font-weight: 700;
      display: flex;
      flex-direction: row;
      align-items: center;
      align-content: center;
      gap: 16px;
      color: #013726; }

.recipe-grid--container ul {
  display: grid;
  padding: 0;
  margin: 0;
  gap: 27px;
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 1261px) {
    .recipe-grid--container ul {
      grid-template-columns: repeat(3, 1fr); } }
  .recipe-grid--container ul li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .recipe-grid--container ul .product-card--image-container {
    max-height: 360px;
    overflow: hidden; }
  .recipe-grid--container ul .card {
    margin: 0;
    color: #013726;
    text-align: left;
    font-size: 0.77778rem;
    display: flex;
    flex-direction: column;
    height: 100%; }
    @media (min-width: 1261px) {
      .recipe-grid--container ul .card {
        font-size: 0.88889rem; } }
    .recipe-grid--container ul .card-body {
      border: solid 1px #013726;
      padding: 24px 20px;
      flex-grow: 1;
      min-height: 239px;
      text-align: left; }
      @media (min-width: 1261px) {
        .recipe-grid--container ul .card-body {
          padding: 32px; } }
      .recipe-grid--container ul .card-body h3 {
        margin: 0 0 16px;
        font-size: 1.33333rem;
        line-height: 32px;
        text-transform: capitalize;
        letter-spacing: 0;
        font-weight: 700; }
        @media (min-width: 1261px) {
          .recipe-grid--container ul .card-body h3 {
            margin: 0 0 19px; } }
    .recipe-grid--container ul .card-date {
      letter-spacing: 3.2px;
      line-height: 28px;
      font-weight: 700;
      color: #013726;
      margin: 0 0 16px; }
    .recipe-grid--container ul .card-details {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin: 0 0 16px; }
      @media (min-width: 1261px) {
        .recipe-grid--container ul .card-details {
          margin: 0 0 26px; } }
      .recipe-grid--container ul .card-details div {
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center; }
    .recipe-grid--container ul .card-summary {
      margin: 0 0 24px; }
    .recipe-grid--container ul .card-cta a {
      text-transform: uppercase;
      text-decoration: none;
      font-weight: 700;
      display: flex;
      flex-direction: row;
      align-items: center;
      align-content: center;
      gap: 16px;
      color: #013726; }

.recipe-subcategories__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0; }

.recipe-subcategories__title {
  margin: 0;
  line-height: 40px;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  letter-spacing: 3.6px;
  color: #013726;
  text-transform: uppercase; }

.recipe-subcategories__button--container {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 32px 0;
  border-bottom: 1px solid #ccc; }
  .recipe-subcategories__button--container .recipe-subcategories__button {
    width: max-content;
    max-height: 50px; }

.recipe-watermark-top {
  position: absolute;
  z-index: -1;
  height: auto;
  width: 100%;
  top: 600px;
  left: -600px; }
  .recipe-watermark-top .watermark {
    transform: rotate(124deg);
    width: 1000px;
    opacity: 0.12; }

.recipe-watermark-mid {
  display: none; }
  @media (min-width: 1261px) {
    .recipe-watermark-mid {
      position: absolute;
      z-index: -1;
      height: auto;
      width: 100%;
      top: 54.5%;
      left: 127%; }
      .recipe-watermark-mid .watermark {
        transform: rotate(63deg);
        opacity: 0.12; } }

.recipe-watermark-bottom {
  position: absolute;
  z-index: -1;
  height: auto;
  width: 100%;
  top: 94.75%;
  left: -38%; }
  .recipe-watermark-bottom .watermark {
    width: 1400px;
    transform: scaleX(-1); }

.recipe-search {
  display: none; }
  @media (min-width: 1261px) {
    .recipe-search {
      display: flex;
      justify-content: center;
      padding: 16px; } }
  .recipe-search__form {
    width: 100%;
    max-width: 600px;
    display: flex;
    align-items: center;
    position: relative; }
  .recipe-search__button {
    position: absolute;
    border: none;
    background-color: transparent;
    padding: 8px 8px 2px 8px;
    cursor: pointer; }
  .recipe-search__icon {
    fill: #013726; }
  .recipe-search__input {
    border: 0;
    border-bottom: 2px solid #013726;
    padding: 8px 36px 4px 36px;
    margin-left: 8px;
    font-size: 16px;
    width: 240px;
    max-width: 240px; }
    .recipe-search__input span {
      color: #013726;
      font-family: Lato, sans-serif;
      font-weight: bold;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 3.2px;
      text-transform: uppercase; }

.contact-heading {
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 32px;
  font-family: Lato;
  letter-spacing: 4.8px;
  color: #013726;
  text-transform: uppercase;
  opacity: 1;
  text-align: center;
  margin: 0 0 8px 0; }

#contact-us-page p {
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  font-family: Lato;
  letter-spacing: 0px;
  color: #013726;
  margin-bottom: 8px; }
  @media (min-width: 801px) {
    #contact-us-page p {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 24px; } }

.contact-us-container {
  background-color: #f5f7f6;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 64px 0; }
  @media (min-width: 801px) {
    .contact-us-container {
      padding: 64px 16px; } }

.contact-us-container::after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 195px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="104" height="46.674"><g data-name="Group 2"><path fill="%23000" d="M96.12 15.752a37.965 37.965 0 0 0-1.62 5.111 38.57 38.57 0 0 0 2.629.855c.2-.557.388-1.077.565-1.6.188-.549.364-1.1.533-1.652a11.96 11.96 0 0 0 .5-1.618 9.083 9.083 0 0 1-2.605-1.09m3.033.119c.251-.681.475-1.28.689-1.885s.428-1.214.618-1.829a14.955 14.955 0 0 0 .562-1.814 19.579 19.579 0 0 0-2.79-.99q-.883 2.57-1.774 5.156c-.055.158-.1.319-.156.523.948.312 1.88.523 2.851.839M6.713 21.1c1.117-.488 2.215-.773 3.273-1.228-.5-1.621-.974-3.2-1.46-4.773-.016-.05-.087-.082-.142-.135-1.088.451-2.2.816-3.308 1.278.546 1.623 1.08 3.2 1.637 4.857M56.444 2.194a12.634 12.634 0 0 0-3.355-.079c-.016.037-.05.077-.05.114q-.039 2.676-.066 5.35a.725.725 0 0 0 .042.182 13.776 13.776 0 0 0 3.445.061c.069-.594.058-5.084-.016-5.628M2.88 9.5c.069.414 1.552 4.95 1.787 5.478a.872.872 0 0 0 .142.156c.544-.2 1.08-.425 1.629-.6.568-.174 1.151-.3 1.758-.451-.243-1-.56-1.93-.85-2.867s-.525-1.893-.905-2.84A30.292 30.292 0 0 0 2.88 9.5m22.694-5.162c-1.407.193-2.819.4-4.261.657a14.837 14.837 0 0 0 .346 1.8c.127.61.259 1.217.4 1.821a11.247 11.247 0 0 0 .441 1.75c.216-.04.4-.079.589-.108.932-.142 1.866-.277 2.8-.422a.884.884 0 0 0 .578-.208c-.486-3.685-.668-4.762-.895-5.288M77.2 10.185c1.587.459 3.163.647 4.723 1.048a15.125 15.125 0 0 0 .451-1.9c.156-.647.3-1.3.42-1.953a15.4 15.4 0 0 0 .362-1.917 14.124 14.124 0 0 0-2.447-.578c-.84-.145-1.666-.348-2.548-.454L77.2 10.18M26.863 4.19c.29 1.79.573 3.521.858 5.266.169-.013.3-.011.422-.032a14.239 14.239 0 0 1 2.363-.264c.668-.008 1.333 0 2-.011.142 0 .285-.026.465-.045a219.7 219.7 0 0 0-.546-5.678 1.907 1.907 0 0 0-.282-.034c-1.608.1-3.181.47-4.778.668a4.129 4.129 0 0 0-.5.129M85.41 30.155c.908.251 1.756.478 2.6.721.824.24 1.645.5 2.466.747s1.668.515 2.495.771a25.92 25.92 0 0 0 1.312-3.8c-.108-.045-.224-.1-.346-.14-.428-.142-.863-.267-1.286-.422-1.9-.694-3.822-1.3-5.773-1.821-.116-.032-.237-.05-.362-.077a1.68 1.68 0 0 0-.092.2c-.33 1.243-.66 2.489-1.011 3.82M9.1 27.921a35.073 35.073 0 0 0 1.4 4.168 2.195 2.195 0 0 0 .3-.063 109.531 109.531 0 0 1 7.373-2.3 2.872 2.872 0 0 0 .391-.177l-.523-2.165a13.7 13.7 0 0 0-.578-2.181 1.687 1.687 0 0 0-.275.016 50.285 50.285 0 0 0-5.248 1.552c-.913.312-1.806.684-2.706 1.035-.055.021-.093.082-.135.119M23.89 16.388c.087.026.132.055.169.05 2.943-.5 5.908-.861 8.859-1.3a3.187 3.187 0 0 0 .312-.071.176.176 0 0 0 .055-.034.75.75 0 0 0 .061-.063 11.443 11.443 0 0 0-.116-1.84c-.024-.6-.082-1.2-.119-1.8a9.068 9.068 0 0 0-.177-1.835.953.953 0 0 0-.161-.008c-1.344.28-2.679.594-4.039.805-1.486.235-2.964.51-4.451.734-.5.077-1.006.19-1.523.288a1.644 1.644 0 0 0 0 .346c.393 1.581.7 3.186 1.127 4.733M7.745 23.727a7.153 7.153 0 0 0 .436 1.521 7.29 7.29 0 0 0 .554 1.5c.412-.14.8-.267 1.18-.409A63.461 63.461 0 0 1 17.7 24.06c1.716-.393 3.437-.768 5.156-1.148 1.782-.4 3.564-.8 5.367-1.082.272-.042.538-.113.85-.179a143.295 143.295 0 0 0-.663-3.353 107.233 107.233 0 0 0-13.856 3.062 71.823 71.823 0 0 0-6.805 2.368m4.327 13.281c.248-.108.422-.188.6-.259a38.832 38.832 0 0 1 4.295-1.565q2.823-.784 5.665-1.5A59.214 59.214 0 0 1 29.45 32.3c.314-.04.626-.114.929-.169a19.083 19.083 0 0 0-.607-3.807 3.958 3.958 0 0 0-.491.032c-.591.1-1.18.23-1.774.327q-3.627.6-7.183 1.523c-1.433.375-2.859.784-4.274 1.214-1.336.407-2.658.855-3.981 1.3a3.823 3.823 0 0 0-1.233.612c.4 1.212.789 2.41 1.235 3.669m35.02-22.979h.734c1.7-.005 3.4-.034 5.095.066.924.053 1.848.09 2.772.121a1.3 1.3 0 0 0 .739-.053c.087-.832.087-4.765 0-5.322a1.574 1.574 0 0 0-.235-.034c-1.331-.037-2.664-.077-4-.1a29.707 29.707 0 0 0-1.935.008 8.437 8.437 0 0 1-2.563-.14c-.1-.026-.217-.011-.322-.026-.071-.011-.182.029-.185-.143a3.673 3.673 0 0 1 1.61-.515c.861-.04 1.721-.055 2.579-.087.164-.005.327-.032.486-.05a1.122 1.122 0 0 0 .055-.224q.024-2.419.042-4.839c0-.172-.016-.343-.026-.512a.15.15 0 0 0-.021-.061.387.387 0 0 0-.069-.053.628.628 0 0 0-.164-.037c-1.032 0-2.064-.005-3.1.005-.515.005-1.032.042-1.547.066a.115.115 0 0 0-.055.024.492.492 0 0 0-.05.053c-.084.686.037 11.124.153 11.853m45.53 19.512a1.586 1.586 0 0 0-.227-.153 101.508 101.508 0 0 0-10.374-3.06c-2.666-.657-5.351-1.262-8.062-1.726-.034-.005-.077.024-.166.048-.217 1.312-.285 2.663-.5 4a1.285 1.285 0 0 0 .013.259c.816.153 1.613.306 2.413.451q3.71.673 7.357 1.629c2.51.66 5.013 1.357 7.518 2.043a1.121 1.121 0 0 0 .66.063c.449-1.164.9-2.344 1.367-3.553M76.182 9.923c.026-.108.055-.209.071-.312q.17-1.144.338-2.294c.135-.916.269-1.829.4-2.743a1.533 1.533 0 0 0-.026-.351 30.558 30.558 0 0 0-5-.647 1.279 1.279 0 0 0-.092.628c-.024.428-.024.858-.053 1.288-.148 2.165-.309 4.332-.372 6.5-.005.171-.024.343-.029.515-.034.9-.069 1.8-.1 2.706a2.465 2.465 0 0 0 .047.4c3.2.375 6.3 1.164 9.448 1.642a30.879 30.879 0 0 0 .869-5.053c-.755-.179-1.518-.393-2.294-.538a53.76 53.76 0 0 1-6.863-1.714c-.093-.029-.211-.055-.224-.206a27.788 27.788 0 0 1 3.88.18m-1.333 12.29c.208.058.388.121.573.156.338.066.681.1 1.016.177 2.178.48 4.358.945 6.531 1.462 1.125.267 2.228.626 3.339.95 1.626.475 3.255.942 4.876 1.444 1.064.327 2.114.71 3.17 1.064a2.357 2.357 0 0 0 .388.066c.459-1.28.911-2.531 1.365-3.8-.143-.061-.259-.119-.38-.158a292.2 292.2 0 0 0-8.925-2.722c-2.437-.7-4.9-1.275-7.376-1.811-1.172-.253-2.36-.441-3.545-.649a2.952 2.952 0 0 0-.462 0c-.193 1.288-.38 2.537-.57 3.825m10.53 3.582a3.753 3.753 0 0 0-.38-.161c-.781-.232-1.555-.494-2.347-.681-1.88-.451-3.767-.866-5.652-1.291q-2.261-.515-4.559-.805c-.7-.09-1.4-.2-2.109-.285-.916-.116-1.835-.222-2.753-.325q-1.6-.182-3.2-.351a4.564 4.564 0 0 0-.465 0 8.116 8.116 0 0 0-.055 1.476c-.024.473-.037.945-.032 1.42a6.679 6.679 0 0 0 0 1.489 3.86 3.86 0 0 0 .385.071c.644.055 1.285.1 1.93.158.383.034.768.084 1.154.124.6.058 1.2.09 1.8.177 1.338.2 2.677.4 4.01.636 2.6.451 5.185 1 7.758 1.584 1.151.259 2.3.533 3.469.805a1.141 1.141 0 0 0 .1-.214c.317-1.27.631-2.537.95-3.828m-2.562 11.409c.008-.055.013-.111.024-.166a7.262 7.262 0 0 1-.787-.214 1.627 1.627 0 0 0-1-.011 27.332 27.332 0 0 1-3.542.681c-1.085.143-2.17.309-3.255.462-.7.1-1.4.214-2.109.283a39.177 39.177 0 0 1-5.48.143c-.731-.032-1.46-.1-2.189-.166-.23-.018-.459-.069-.689-.1a10.428 10.428 0 0 1 1.465-.179c.963-.066 1.93-.129 2.9-.185.987-.058 1.98-.087 2.965-.174.94-.085 1.877-.219 2.814-.356a19.383 19.383 0 0 0 1.518-.3c.647-.148 1.291-.317 1.938-.473.375-.09.752-.174 1.13-.259.1-.021.153-.066.129-.2-.467-.1-.948-.206-1.431-.3a1.02 1.02 0 0 0-.446.011 24.774 24.774 0 0 1-2.666.457c-.784.129-1.576.224-2.365.314-.6.066-1.2.1-1.8.15a19.618 19.618 0 0 1-3.608 0c-.813-.077-1.632-.114-2.447-.169-.106-.008-.214-.021-.319-.032a13.006 13.006 0 0 1 2.109-.33c1.373-.1 2.745-.193 4.121-.261a31.612 31.612 0 0 0 3.954-.57c.084-.013.159-.092.283-.166-.425-.069-.784-.137-1.146-.179a4.455 4.455 0 0 0-1.022-.071 22.087 22.087 0 0 1-2.247.2c-.235 0-.472.047-.707.053-.644.011-1.291.018-1.935.011-.407-.005-.816-.05-1.222-.071-.346-.019-.689-.021-1.032-.042a1.4 1.4 0 0 1-.285-.082c1.272-.19 2.526-.354 3.9-.589-.42-.077-.713-.15-1.008-.182a210.422 210.422 0 0 0-3.656-.383c-1.048-.1-2.1-.2-3.149-.253-2.043-.106-4.084-.23-6.127-.261-2.885-.045-5.771-.016-8.653-.016-.174 0-.346.013-.517.024-1.439.077-2.877.15-4.319.232-.858.048-1.716.106-2.574.166a31.24 31.24 0 0 0-1.093.1c-.451.05-.905.108-1.507.179a36.072 36.072 0 0 0 3.643.512c-.042.034-.058.058-.077.058-1.222.077-2.447.227-3.669.208a22.312 22.312 0 0 1-3.793-.3 1.35 1.35 0 0 0-.385-.016q-.768.087-1.534.2a3.454 3.454 0 0 0-.4.1 22.164 22.164 0 0 0 2.912.591c1.111.135 2.231.23 3.347.253 1.314.029 2.613.222 3.923.306a.458.458 0 0 1 .388.185c-.578.029-1.119.026-1.653.087a28.606 28.606 0 0 1-5.543.05c-.6-.045-1.2-.127-1.792-.206-.618-.082-1.233-.187-1.851-.269a21.208 21.208 0 0 1-2.473-.428.893.893 0 0 0-.375-.05c-.544.108-1.085.238-1.626.359a1.593 1.593 0 0 0 .6.256c.776.177 1.565.3 2.323.531a25.336 25.336 0 0 0 4.506.755c.81.09 1.629.116 2.444.169 1.225.077 2.45.148 3.672.23.494.032.985.087 1.478.132a.129.129 0 0 1 .055.032.471.471 0 0 1-.016.053c-1.04.09-2.088.222-3.139.264a37.377 37.377 0 0 1-7.077-.414q-1.624-.246-3.255-.465a28.3 28.3 0 0 1-3.92-.755 1.186 1.186 0 0 0-.5-.092 5.514 5.514 0 0 0-1.457.4c.251.077.433.14.618.182.692.166 1.381.325 2.072.483.961.219 1.919.457 2.9.586s1.951.309 2.927.459c.636.1 1.275.2 1.914.272q1.635.174 3.276.3c1.093.09 2.188.148 3.284.224.795.055 1.587.119 2.381.179l1.521.119a2.842 2.842 0 0 1-.932.193c-.99.055-1.977.1-2.964.169-1.552.1-3.1-.032-4.646-.05-.087 0-.172-.016-.259-.024-.707-.066-1.415-.124-2.12-.2-.9-.1-1.8-.187-2.69-.309q-2.075-.285-4.145-.61-1.718-.273-3.429-.6c-.715-.137-1.423-.319-2.13-.5a1.494 1.494 0 0 0-1.2.251 3 3 0 0 0 .378.164c1.206.314 2.389.708 3.616.937.971.182 1.943.362 2.912.554.884.174 1.763.375 2.65.544.906.172 1.819.319 2.73.47.552.092 1.1.182 1.655.256 1.045.14 2.088.269 3.133.4.4.05.81.1 1.217.132.834.077 1.671.14 2.505.219q1.509.143 3.017.3c.787.087 1.571.188 2.357.283a.914.914 0 0 1-.417.087q-2.938 0-5.876-.011c-.409 0-.818-.026-1.228-.053-.963-.063-1.93-.127-2.9-.2-.623-.047-1.243-.1-1.864-.171a149.003 149.003 0 0 1-3.579-.467c-1.447-.211-2.9-.393-4.327-.694-2.552-.544-5.113-1.108-7.62-1.873a3.632 3.632 0 0 0-.5-.127c-.114-.018-.209.034-.2.217.776.2 1.566.412 2.352.612 1.935.494 3.859 1.022 5.8 1.465 2.471.56 4.955 1.056 7.436 1.568 1.283.267 2.569.512 3.857.752.842.158 1.69.3 2.539.436.636.1 1.278.158 1.911.272 1.315.232 2.645.322 3.968.475.663.077 1.328.121 1.993.174.9.071 1.8.174 2.7.2 2.281.061 4.562.09 6.842.124.346.008.689-.005 1.032-.021 1.27-.058 2.537-.148 3.807-.177 1.658-.034 3.313-.09 4.96-.267.557-.058 1.114-.127 1.674-.145a46.265 46.265 0 0 0 3.408-.245c1.755-.182 3.49-.483 5.232-.752.573-.09 1.14-.206 1.713-.3.657-.108 1.323-.172 1.972-.306 1.22-.254 2.429-.546 3.646-.816 1.489-.327 2.954-.742 4.419-1.164 1.341-.385 2.632-.919 3.957-1.352.082-.026.14-.114.208-.172a1.475 1.475 0 0 0-1.333-.1c-1.621.512-3.271.9-4.923 1.288-1.777.42-3.559.818-5.369 1.066-.958.135-1.911.293-2.87.422q-1.374.186-2.753.327c-.729.074-1.46.1-2.188.166-1.544.129-3.089.232-4.638.227s-3.1 0-4.651.005h-.676c.05-.061.061-.087.074-.087q1.409-.151 2.819-.3l1.732-.174c.641-.066 1.283-.158 1.927-.2a19.668 19.668 0 0 0 3.263-.37 2.085 2.085 0 0 1 .256-.026c.9-.1 1.8-.166 2.692-.3 1.3-.19 2.59-.4 3.878-.649 1.98-.38 3.962-.774 5.934-1.2 1.066-.235 2.12-.549 3.176-.832a5.027 5.027 0 0 0 .52-.2 1.527 1.527 0 0 0-1.2-.24c-.327.1-.673.135-1 .224a30.445 30.445 0 0 1-3.664.726c-.979.14-1.959.272-2.935.42-1.573.238-3.141.488-4.728.647-1.822.18-3.646.275-5.475.33-1.164.037-2.32-.1-3.482-.153-.6-.024-1.2-.074-1.8-.121-.087-.005-.214.005-.211-.166.24-.016.475-.026.71-.042l2.384-.166c1.008-.071 2.017-.15 3.025-.219.771-.055 1.547-.074 2.318-.158 1.365-.153 2.732-.319 4.092-.523 1.911-.29 3.828-.546 5.7-1.027.747-.19 1.5-.351 2.254-.525M47.31 26.121v.116c-.441.087-.884.166-1.32.272a7.182 7.182 0 0 1-1.28.143c-1.265.079-2.532.166-3.8.283-1.09.1-2.181.24-3.268.359-.515.058-1.03.1-1.542.156-1.069.116-2.138.227-3.2.359a11.467 11.467 0 0 0-1.827.293 30.646 30.646 0 0 0 .583 3.862c.222-.016.457-.024.689-.045.362-.034.726-.079 1.088-.116.641-.069 1.283-.137 1.927-.2 1.006-.1 2.009-.224 3.017-.282 1.439-.082 2.883-.111 4.321-.164l1.42-.058c1.462-.055 2.925-.153 4.387-.153 1.893 0 3.785.069 5.678.124.776.021 1.55.077 2.323.119.966.055 1.932.108 2.9.172.879.058 1.758.129 2.637.2q1.065.079 2.125.169c.75.066 1.5.156 2.246.206 1.333.084 2.65.277 3.968.486.549.087 1.1.185 1.658.28a8.585 8.585 0 0 0 .248-1.476c.063-.467.15-.934.177-1.407a5.141 5.141 0 0 0 .1-1.468c-.446-.079-.869-.161-1.291-.224a242.28 242.28 0 0 0-3.189-.462c-.509-.071-1.024-.113-1.539-.164-.771-.077-1.539-.156-2.31-.222s-1.547-.1-2.318-.169a36.025 36.025 0 0 0-3.735-.214c-.861.013-1.721-.008-2.584-.016-.214 0-.428-.018-.644-.029q-1.35-.071-2.706-.145c-.074-.005-.174.047-.193-.084.013-.019.024-.045.04-.05a11.635 11.635 0 0 1 3.479-.581 56.24 56.24 0 0 1 6.771.248 1.357 1.357 0 0 0 .251-.016.644.644 0 0 0 .069-.19q.083-1.968.161-3.936a1.3 1.3 0 0 0-.04-.266c-.061-.042-.077-.064-.092-.066-1.286-.116-2.566-.285-3.859-.285a2.72 2.72 0 0 1-.388-.024c-.681-.1-1.362-.193-2.04-.3a3.044 3.044 0 0 1-.408-.127c.185-.053.285-.092.391-.111.317-.055.633-.108.953-.158a11.865 11.865 0 0 1 3.149-.116c.726.082 1.455.124 2.183.193q1.54.139 3.083.3c1.027.106 2.051.224 3.075.341q1.441.166 2.88.343c.66.082 1.32.172 1.975.259a29.214 29.214 0 0 0 .523-3.931 149.874 149.874 0 0 0-20.8-1.674A146.933 146.933 0 0 0 33 17.6c-1.127.14-2.252.3-3.419.454a8.28 8.28 0 0 0 .224 1.742 6.873 6.873 0 0 0 .362 1.674c.441-.058.845-.116 1.249-.166 1.214-.156 2.429-.317 3.646-.454 1.132-.132 2.265-.251 3.4-.348.921-.079 1.845-.166 2.769-.166.945 0 1.89.1 2.835.153.026 0 .053.047.1.09-.05.034-.092.087-.142.1-.465.09-.929.172-1.394.256-.509.09-1.014.211-1.523.267-1.006.108-2.014.177-3.02.269-.385.034-.771.084-1.156.124-.982.1-1.969.179-2.951.3q-1.695.214-3.379.488a87.563 87.563 0 0 0-3.87.694c-2.5.525-4.992 1.088-7.489 1.637a1.284 1.284 0 0 0-.586.209 22.43 22.43 0 0 0 1.144 4.366c.2-.042.412-.084.62-.132.438-.1.874-.216 1.315-.317 2.513-.573 5.055-1 7.592-1.444 2.225-.4 4.472-.6 6.713-.863 1.177-.135 2.352-.253 3.527-.38.449-.048.9-.106 1.349-.143.963-.077 1.93-.135 2.9-.217a8.227 8.227 0 0 1 2.69.159c.269.066.539.113.81.169M0 8.382c2.191-.67 4.337-1.346 6.5-1.975a4.175 4.175 0 0 1 1.478-.319c.388 1.061.676 2.159 1.053 3.228s.731 2.157 1.1 3.236c.356 1.059.721 2.117 1.069 3.178.356 1.08.7 2.165 1.056 3.263a1.7 1.7 0 0 0 .451-.005c1.771-.536 3.585-.89 5.383-1.315 1.085-.256 2.18-.478 3.271-.718a1.736 1.736 0 0 0 .206-.079c-.013-.106-.018-.208-.04-.306L19.215 5.985c-.169-.779-.359-1.55-.536-2.326a2.109 2.109 0 0 1-.053-.707 5.653 5.653 0 0 1 1.681-.457c1.373-.237 2.751-.465 4.134-.66q2.392-.337 4.8-.6c.81-.092 1.631-.111 2.444-.166.861-.058 1.719-.121 2.577-.177.124-.011.251 0 .412 0 .2.924.219 1.848.335 2.756s.19 1.84.282 2.761l.269 2.7c.093.921.169 1.843.285 2.761s.132 1.837.3 2.727a.533.533 0 0 0 .15.058 4.779 4.779 0 0 0 .515-.024c2.5-.306 5.01-.409 7.534-.538a1.857 1.857 0 0 0 .1-.322 4.794 4.794 0 0 0 0-.515l-.111-10.4c-.008-.755 0-1.507.005-2.26 0-.127.021-.251.037-.417.383-.034.742-.087 1.1-.1.665-.024 1.333-.032 2-.04C48.989.019 50.5 0 52 0c1.486 0 2.97.026 4.453.063.647.017 1.295.08 1.937.13.193.016.38.061.6.1a3.528 3.528 0 0 1 .061.444c.005.43-.008.861 0 1.293q.059 5.84.121 11.686c0 .193.021.383.034.61.628.1 1.246.111 1.858.164s1.246.087 1.866.14q.966.075 1.927.174c.62.066 1.241.143 1.858.219s1.228.153 1.882.235c.053-.57.106-1.1.145-1.634.116-1.523.237-3.046.338-4.57.074-1.074.121-2.149.177-3.223.055-1.119.1-2.236.166-3.353.024-.4.1-.805.153-1.209a1.81 1.81 0 0 1 .8-.087c.686.045 1.375.09 2.056.169.81.092 1.618.217 2.426.341.871.137 1.737.285 2.605.441 1.119.2 2.244.388 3.355.626 1.491.317 2.972.673 4.459 1.016.2.05.4.132.634.211a15.719 15.719 0 0 1-.364 1.969c-.111.657-.261 1.307-.393 1.961l-.388 1.961c-.124.634-.251 1.264-.375 1.9l-.378 1.964c-.127.655-.261 1.307-.391 1.959s-.256 1.3-.388 1.964a3.865 3.865 0 0 0 1.177.393c2.326.528 4.6 1.254 6.892 1.887.248.069.5.14.787.222a2.824 2.824 0 0 0 .185-.383q1.421-4.455 2.835-8.912.574-1.814 1.151-3.627a1.02 1.02 0 0 1 .275-.546c.636.1 5.147 1.563 7.114 2.3.116.045.222.111.356.179-.1.333-.188.639-.293.942q-4.886 13.9-9.775 27.8c-.193.546-.414 1.085-.6 1.634a.9.9 0 0 1-.536.6c-1.808.739-3.577 1.571-5.459 2.13-1.523.454-3.038.921-4.583 1.3a58.478 58.478 0 0 1-5.879 1.146c-1.447.2-2.88.483-4.324.708-.765.119-1.534.2-2.3.293-.533.063-1.069.121-1.605.166-.578.048-1.159.071-1.737.111-.795.053-1.589.1-2.381.169-1.072.092-2.141.211-3.218.23-1.42.021-2.843.042-4.258.14-2.8.193-5.6.1-8.392.077-1.225-.011-2.45-.129-3.675-.2-.794-.05-1.586-.1-2.381-.161-.473-.037-.942-.087-1.412-.135-1.328-.135-2.656-.253-3.978-.4a46.764 46.764 0 0 1-4.638-.779c-.945-.2-1.9-.383-2.84-.581-1.534-.325-3.065-.66-4.6-.982-1.114-.235-2.236-.441-3.345-.686q-2.582-.574-5.147-1.188c-1.566-.378-3.123-.781-4.683-1.183-.251-.063-.488-.171-.737-.237a.682.682 0 0 1-.5-.52 186.71 186.71 0 0 0-1.135-3.36q-1.679-4.878-3.366-9.754Q3.2 17.74.193 9.028c-.069-.2-.121-.4-.193-.647" data-name="Path 41"/></g></svg>');
  background-size: cover;
  background-position: center top;
  opacity: 0.02;
  top: 29%;
  left: 45%;
  background-position: left top;
  transform: translate(-50%); }
  @media (min-width: 801px) {
    .contact-us-container::after {
      background-position: left top;
      height: 300px;
      width: 500px;
      top: 36%;
      right: 0%;
      left: unset; } }

#contact-us-page.page-content {
  float: none;
  z-index: 1;
  position: relative; }

#contact-us-page input.form-input {
  height: 40px; }

#contact-us-page textarea.form-input {
  height: 154px; }

#contact-us-page .form-field {
  margin: 0 0 1rem 0; }

[data-contact-form] {
  max-width: 732px;
  margin: 0 auto; }
  [data-contact-form] .button--primary {
    width: 75%; }

#contact-us-page #contact-us-success {
  text-align: center; }

@media (min-width: 1261px) {
  .recipe-bundle-product .bundle-product__container {
    margin: 0; } }

.recipe-bundle-product .bundle-product__container .add-to-basket__success {
  position: static; }

.goes-well-with.add-to-basket__success {
  text-align: right; }

.bundle-product__container .heading {
  text-align: center; }
  @media (min-width: 1261px) {
    .bundle-product__container .heading {
      margin-top: 0;
      margin-bottom: 59px; } }

@media (min-width: 1261px) {
  .bundle-product__container {
    margin: 64px 0; }
    .bundle-product__container.recipe {
      margin: 0; } }

.bundle-product--list {
  list-style: none;
  margin: 0 0 30px 0; }
  @media (min-width: 1261px) {
    .bundle-product--list {
      display: flex;
      align-items: center; } }
  .bundle-product--list svg.plus {
    display: none;
    width: 45px;
    height: 45px; }
    @media (min-width: 1261px) {
      .bundle-product--list svg.plus {
        display: block; } }
    .bundle-product--list svg.plus:last-of-type {
      display: none; }

.bundle-product--item {
  border: 1px solid #cccccc;
  padding: 8px 16px;
  display: flex;
  margin-bottom: 16px; }
  @media (min-width: 1261px) {
    .bundle-product--item {
      flex: 1;
      margin-bottom: 0; }
      .bundle-product--item .form-checkbox + .form-label {
        padding-left: 40px; } }

.bundle-product--item-figure {
  margin: 0 16px 0 0; }
  .bundle-product--item-figure img {
    width: 82px;
    height: 82px; }
    @media (min-width: 1261px) {
      .bundle-product--item-figure img {
        width: 179px;
        height: 179px; } }

.bundle-product--item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1; }
  .bundle-product--item-content .form-checkbox[disabled] + .form-label::before {
    border: 1px solid rgba(0, 0, 255, 0);
    background-color: #cccccc; }
  .bundle-product--item-content .form-label {
    width: 28px;
    height: 28px;
    overflow: hidden; }
    @media (min-width: 1261px) {
      .bundle-product--item-content .form-label {
        width: 48px;
        height: 48px; }
        .bundle-product--item-content .form-label::before {
          height: 40px;
          width: 40px; }
        .bundle-product--item-content .form-label::after {
          height: 38px;
          width: 38px; } }
  .bundle-product--item-content .product-name {
    margin: 0;
    color: #013726;
    font-weight: 700;
    font-size: 0.77778rem; }
    @media (min-width: 1261px) {
      .bundle-product--item-content .product-name {
        font-size: 1rem;
        padding-right: 20px; } }

.bundle-product--pricing {
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 0.45rem 0; }
  @media (min-width: 1261px) {
    .bundle-product--pricing {
      margin-right: 52px;
      display: block; } }

.bundle-product--total-label {
  font-size: 14px;
  line-height: 18px;
  font-family: "Lato", sans-serif;
  letter-spacing: 1.4px;
  color: #013726;
  text-transform: uppercase; }

.bundle-product--total-price {
  font-weight: 900;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 1.6px;
  color: #0e5940;
  text-transform: uppercase;
  font-family: "Lato", sans-serif; }
  @media (min-width: 1261px) {
    .bundle-product--total-price {
      font-weight: 900;
      font-size: 24px;
      line-height: 40px;
      letter-spacing: 2.4px;
      color: #013726; } }

.bundle-product--from {
  font-size: 14px;
  line-height: 18px;
  font-family: "Lato", sans-serif;
  letter-spacing: 0px;
  color: #013726;
  opacity: 1;
  margin-right: 10px; }

.bundle-product--bottom-content {
  display: flex;
  justify-content: end;
  flex-direction: column;
  position: relative;
  margin-bottom: 40px; }
  @media (min-width: 1261px) {
    .bundle-product--bottom-content {
      flex-direction: row; } }
  .bundle-product--bottom-content .product-button--add-cart {
    width: auto; }
  .bundle-product--bottom-content button[disabled] svg {
    fill: #999; }
  .bundle-product--bottom-content .add-to-cart-message {
    font-weight: 900;
    color: #013726; }

.bundle-summary {
  border: 1px solid #999;
  width: 100%;
  padding: 10px 16px;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  /* Progress bar styles */ }
  @media (min-width: 1261px) {
    .bundle-summary {
      max-width: 352px;
      position: relative;
      width: 100%;
      padding: 20px 12px; } }
  .bundle-summary__header {
    text-align: center;
    color: #013726;
    display: flex;
    justify-content: space-between; }
    .bundle-summary__header .col-heading {
      text-align: left; }
      @media (min-width: 1261px) {
        .bundle-summary__header .col-heading {
          text-align: center; } }
    @media (min-width: 1261px) {
      .bundle-summary__header .col-icon {
        display: none; } }
    .bundle-summary__header .col-icon .icon {
      width: 38px;
      height: 38px;
      cursor: pointer; }
      .bundle-summary__header .col-icon .icon.is-hidden {
        display: none; }
    .bundle-summary__header .heading {
      margin: 0;
      font-size: 24px;
      line-height: 40px;
      font-weight: 700; }
      @media (min-width: 1261px) {
        .bundle-summary__header .heading {
          font-size: 32px;
          margin: 0 10px 10px; } }
      .bundle-summary__header .heading [data-sub-layout] {
        padding: 0; }
    .bundle-summary__header [data-content-region="bundle_header_subtitle"] {
      display: none; }
      @media (min-width: 1261px) {
        .bundle-summary__header [data-content-region="bundle_header_subtitle"] {
          display: block; } }
    .bundle-summary__header p {
      margin-bottom: 0; }
  .bundle-summary__content {
    display: flex;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    margin-bottom: 12px; }
    .bundle-summary__content.is-open {
      max-height: 1000px; }
    @media (min-width: 1261px) {
      .bundle-summary__content {
        max-height: none; } }
  @media (min-width: 1261px) {
    .bundle-summary__footer {
      margin-top: 12px; } }
  .bundle-summary__footer .button {
    margin-bottom: 0; }
    @media (min-width: 1261px) {
      .bundle-summary__footer .button {
        padding-top: 15px;
        padding-bottom: 15px; } }
  .bundle-summary__section .heading {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin: 12px 0 0;
    color: #000;
    line-height: 2; }
  .bundle-summary__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    grid-gap: 5px; }
    .bundle-summary__items .item {
      border: 4px solid #013726;
      padding: 7px;
      display: flex;
      align-items: center;
      gap: 10px;
      transition: all 0.5s;
      position: relative; }
      .bundle-summary__items .item .img-placeholder,
      .bundle-summary__items .item img {
        width: 40px;
        height: 40px;
        border: 1px solid #999; }
      .bundle-summary__items .item__name {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0.56px;
        text-align: center;
        color: #013726;
        text-transform: capitalize; }
      .bundle-summary__items .item:not(.added) {
        background-color: #F4F4F4;
        border-width: 1px;
        padding: 10px;
        cursor: pointer; }
      .bundle-summary__items .item.added {
        padding-bottom: 20px; }
      .bundle-summary__items .item__remove {
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all 0.5s;
        display: flex;
        align-items: center;
        opacity: 1;
        cursor: pointer; }
        .bundle-summary__items .item__remove .icon {
          width: 15px;
          height: 15px;
          background: url("../icons/bin.svg") center center no-repeat;
          background-size: contain;
          overflow: visible; }
        .bundle-summary__items .item__remove::after {
          content: "Remove";
          font-size: 12px; }
      .bundle-summary__items .item:hover .item__remove {
        opacity: 1; }
  .bundle-summary .progress-container {
    margin-bottom: 11px; }
  .bundle-summary .progress-text {
    font-size: 12px;
    font-weight: 700;
    color: #222;
    margin-bottom: 0;
    text-transform: uppercase; }
  .bundle-summary .progress-bar {
    width: 100%;
    height: 11px;
    background-color: #d3d3d3;
    /* Grey */
    overflow: hidden;
    margin: 0 auto; }
  .bundle-summary .progress {
    height: 100%;
    width: 0;
    /* Start with 0% width */
    background-color: #143a28;
    /* Green */
    transition: width 0.4s ease-in-out;
    /* Smooth animation */ }

.account-heading {
  max-width: 1000px;
  background-color: #f4f4f4;
  padding: 32px 24px;
  margin: 0 auto;
  margin-bottom: 24px;
  text-align: center; }
  @media (min-width: 1261px) {
    .account-heading {
      padding: 40px 98px;
      margin-bottom: 64px; } }
  .account-heading .page-heading {
    margin-bottom: 20px; }
  .account-heading p {
    font-size: 0.88889rem;
    line-height: 1.5;
    font-family: "Crimson Text", serif;
    color: #013726; }

.navBar {
  display: block;
  overflow-x: scroll; }
  @media (min-width: 1261px) {
    .navBar {
      overflow-x: unset; } }
  .navBar .navBar-section {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 1261px) {
      .navBar .navBar-section {
        display: flex;
        justify-content: center; } }
    .navBar .navBar-section::before, .navBar .navBar-section::after {
      display: none; }
    .navBar .navBar-section .navBar-item {
      margin: 0 8px;
      text-wrap: nowrap; }
      .navBar .navBar-section .navBar-item .navBar-action {
        font-size: 0.88889rem;
        font-weight: 700;
        text-transform: uppercase;
        color: #013726;
        padding: 8px 16px;
        transition: all 0.5s; }
        @media (min-width: 801px) {
          .navBar .navBar-section .navBar-item .navBar-action {
            font-size: 0.88889rem;
            padding: 8px; } }
        @media (min-width: 1754px) {
          .navBar .navBar-section .navBar-item .navBar-action {
            font-size: 1rem;
            padding: 8px 22px; } }
      .navBar .navBar-section .navBar-item.is-active, .navBar .navBar-section .navBar-item:hover {
        border: 0; }
        .navBar .navBar-section .navBar-item.is-active .navBar-action, .navBar .navBar-section .navBar-item:hover .navBar-action {
          color: #FFFFFF;
          background: #013726; }
  .navBar--sub {
    margin-bottom: 24px; }

main.account-main {
  position: relative; }
  main.account-main::before {
    background: url("../img/logo-crown.svg") left -25% bottom -30% no-repeat;
    content: " ";
    display: block;
    position: absolute;
    left: -10%;
    bottom: 10px;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    background-size: 1000px 600px;
    z-index: -1; }

@media (min-width: 1261px) {
  .login__wrapper .navBar {
    display: none; } }

.login__wrapper .navBar .navBar-item {
  flex: 1; }

.login__wrapper .account-heading {
  margin-bottom: 42px; }

.login__wrapper .login-form__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1307px;
  margin: 0 auto; }
  .login__wrapper .login-form__wrapper .login__container {
    flex: 1;
    float: none; }
    @media (min-width: 1261px) {
      .login__wrapper .login-form__wrapper .login__container {
        padding: 0 80px; } }
    .login__wrapper .login-form__wrapper .login__container h5 {
      text-align: center;
      font-size: 1.33333rem;
      letter-spacing: 4.8px;
      margin-top: 0; }
      @media (min-width: 1261px) {
        .login__wrapper .login-form__wrapper .login__container h5 {
          margin-top: 24px; } }
    .login__wrapper .login-form__wrapper .login__container .button {
      width: 100%;
      margin: 0;
      margin-top: 24px; }
    .login__wrapper .login-form__wrapper .login__container.login-form {
      margin-top: 0; }
      @media (min-width: 1261px) {
        .login__wrapper .login-form__wrapper .login__container.login-form {
          border-right: 1px solid #cccccc;
          padding-bottom: 48px; } }
      .login__wrapper .login-form__wrapper .login__container.login-form .form-field--inputPassword {
        margin-bottom: 0; }
      .login__wrapper .login-form__wrapper .login__container.login-form .form-actions {
        display: flex;
        flex-direction: column;
        margin-top: 0; }
        .login__wrapper .login-form__wrapper .login__container.login-form .form-actions .forgot-password {
          text-align: right;
          font-size: 0.77778rem; }
    .login__wrapper .login-form__wrapper .login__container.new-customer {
      text-align: center;
      display: none;
      margin-bottom: 1.5rem; }
      @media (min-width: 1261px) {
        .login__wrapper .login-form__wrapper .login__container.new-customer {
          display: block; } }
      .login__wrapper .login-form__wrapper .login__container.new-customer ul {
        list-style: none;
        margin: 0;
        padding: 0; }

.login__wrapper .social-divider {
  text-align: center;
  position: relative;
  margin: 24px 0; }
  .login__wrapper .social-divider::before {
    position: absolute;
    content: "\00a0";
    width: 100%;
    margin-top: -14px;
    left: 0;
    border-bottom: 1px solid #d3d3d3;
    z-index: 0; }
  .login__wrapper .social-divider span {
    background-color: #FFFFFF;
    z-index: 1;
    position: relative;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #999999;
    padding: 0 10px; }

[data-create-account-form] [data-type="CompanyName"],
[data-create-account-form] #FormField_28,
[data-create-account-form] #FormField_26,
[data-create-account-form] #FormField_32 {
  display: none; }

.table-a11y {
  width: 100%; }
  .table-a11y caption {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px); }
  .table-a11y thead,
  .table-a11y tbody,
  .table-a11y tfoot {
    width: 100%; }
  .table-a11y tr {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%; }
    @media (min-width: 1261px) {
      .table-a11y tr {
        display: table-row; } }

/* THIS CSS IS NOT REQUIRED TO GIVE ACCESSIBILITY+RESPONSIVENESS TO A TABLE */
/* ONLY FOR DEMO PURPOSE */
.orders-table {
  max-width: 1356px;
  margin: 0 auto;
  /* TABLE HEADER STYLING */
  /* DISPLAY EACH ROW AS A CARD */ }
  .orders-table thead {
    border-bottom: 1px solid #bcbcbc;
    display: none; }
    @media (min-width: 1261px) {
      .orders-table thead {
        display: table-header-group; } }
    .orders-table thead th {
      padding: 15px 16px;
      text-align: left; }
  .orders-table tbody tr {
    background: #fff;
    border: 1px solid #cccccc;
    margin-bottom: 15px; }
    @media (min-width: 1261px) {
      .orders-table tbody tr {
        align-items: center;
        border: 0; } }
  .orders-table tbody th {
    font-weight: normal; }
  .orders-table tbody td {
    padding: 12px 16px 6px;
    width: 100%; }
    @media (max-width: 767px) {
      .orders-table tbody td {
        display: flex;
        flex-direction: column; } }
    @media (min-width: 1261px) {
      .orders-table tbody td {
        padding: 12px 16px 32px;
        width: initial; } }
  .orders-table tbody td {
    font-size: 0.88889rem; }
    .orders-table tbody td.order-image {
      flex-direction: row;
      align-items: center; }
      .orders-table tbody td.order-image .order-number {
        flex: 1; }
  .orders-table .order-number {
    display: block;
    font-size: 0.88889rem;
    letter-spacing: 3.2px;
    font-weight: 900;
    color: #013726;
    text-transform: uppercase;
    margin-bottom: 8px; }
    @media (min-width: 1261px) {
      .orders-table .order-number {
        font-size: 0.55556rem;
        letter-spacing: 1px;
        font-weight: 700; } }
  .orders-table img {
    width: 55px;
    height: 55px; }
    @media (min-width: 1261px) {
      .orders-table img {
        width: 90px;
        height: 90px; } }
  .orders-table .button {
    margin-bottom: 0; }
  .orders-table thead th,
  .orders-table thead .col-header,
  .orders-table tbody th,
  .orders-table tbody .col-header {
    text-transform: uppercase;
    font-size: 0.77778rem;
    letter-spacing: 2.4px;
    font-weight: 900; }
    @media (min-width: 1261px) {
      .orders-table thead th,
      .orders-table thead .col-header,
      .orders-table tbody th,
      .orders-table tbody .col-header {
        align-self: center;
        font-size: 0.88889rem;
        letter-spacing: 3.2px; } }
  @media (min-width: 1261px) {
    .orders-table thead .col-header,
    .orders-table tbody .col-header {
      display: none; } }

/* MOBILE MODE */
@media (max-width: 767px) {
  .orders-table {
    /* even if table headers are visually hidden, it's necessary to set row as block level to avoid weird bug on VoiceOver */ }
    .orders-table thead {
      position: absolute !important;
      clip: rect(1px, 1px, 1px, 1px); } }

/* TABLET MODE */
@media (min-width: 1261px) {
  .orders-table {
    background: #fff;
    border: 1px solid #bcbcbc;
    /* ROWS MOBILE STYLING RESET & STYLING FOR TABLET */
    /* SET CELLS WIDTH */ }
    .orders-table tbody tr {
      background: none;
      box-shadow: none;
      margin-bottom: 0;
      align-items: center;
      border-bottom: 1px solid #bcbcbc; }
      .orders-table tbody tr:last-of-type {
        border-bottom: 0; }
    .orders-table thead th,
    .orders-table thead td,
    .orders-table tbody th,
    .orders-table tbody td {
      flex: 1; }
      .orders-table thead th.small,
      .orders-table thead td.small,
      .orders-table tbody th.small,
      .orders-table tbody td.small {
        flex: 0.5; }
      .orders-table thead th.wide,
      .orders-table thead td.wide,
      .orders-table tbody th.wide,
      .orders-table tbody td.wide {
        flex: 1.5; }
      .orders-table thead th.wider,
      .orders-table thead td.wider,
      .orders-table tbody th.wider,
      .orders-table tbody td.wider {
        flex: 2; }
      .orders-table thead th.button-cell,
      .orders-table thead td.button-cell,
      .orders-table tbody th.button-cell,
      .orders-table tbody td.button-cell {
        flex: 1.2; } }

@media (max-width: 801px) {
  .order-summary .orders-table tbody td.order-image {
    order: 1; }
  .order-summary .orders-table tbody td.date {
    order: 2;
    width: 70%; }
  .order-summary .orders-table tbody td.updated {
    order: 4; }
  .order-summary .orders-table tbody td.payment {
    order: 5; }
  .order-summary .orders-table tbody td.status {
    order: 6; }
  .order-summary .orders-table tbody td.total {
    order: 3;
    width: 30%; }
  .order-summary .orders-table tbody td.button-cell {
    order: 7; } }

.order-details__wrapper {
  display: flex;
  flex-wrap: wrap; }
  .order-details__wrapper .account-content,
  .order-details__wrapper .account-sidebar {
    float: none; }
  .order-details__wrapper .account-sidebar {
    margin-top: 24px;
    color: #013726; }
    @media (min-width: 1261px) {
      .order-details__wrapper .account-sidebar {
        margin-top: 92px; } }
    .order-details__wrapper .account-sidebar .subtitle {
      font-size: 0.77778rem;
      letter-spacing: 2.4px;
      margin-bottom: 12px; }
      @media (min-width: 1261px) {
        .order-details__wrapper .account-sidebar .subtitle {
          font-size: 0.88889rem;
          letter-spacing: 3.2px; } }
  .order-details__wrapper .account-sidebar-block + .account-sidebar-block {
    margin-top: 0; }
  .order-details__wrapper .order-contents__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px; }
    .order-details__wrapper .order-contents__header .order-number {
      font-size: 0.88889rem;
      font-weight: 900;
      letter-spacing: 3.2px;
      color: #013726;
      text-transform: uppercase;
      margin-bottom: 10px; }
      @media (min-width: 1261px) {
        .order-details__wrapper .order-contents__header .order-number {
          font-size: 1.33333rem;
          font-weight: 700;
          letter-spacing: 0; } }
    .order-details__wrapper .order-contents__header .button {
      margin-bottom: 0; }
  .order-details__wrapper .order-info {
    display: flex; }
    .order-details__wrapper .order-info .item {
      display: flex;
      margin-right: 24px;
      font-size: 0.88889rem;
      color: #013726; }
      @media (max-width: 1024px) {
        .order-details__wrapper .order-info .item:not(:first-child) {
          display: none; } }
      .order-details__wrapper .order-info .item .definitionList-key {
        color: #013726; }
  .order-details__wrapper .orders-table .order-image {
    display: flex; }
  .order-details__wrapper .orders-table .account-product-figure {
    margin-right: 16px;
    float: none;
    flex: 1;
    max-width: 90px;
    align-items: flex-start; }
    .order-details__wrapper .orders-table .account-product-figure:after {
      display: none; }
  .order-details__wrapper .orders-table .account-product-title {
    flex: 1; }
  .order-details__wrapper .orders-table tbody tr {
    margin-bottom: 0;
    padding: 12px 0 18px; }
    @media (min-width: 1261px) {
      .order-details__wrapper .orders-table tbody tr {
        padding-bottom: 0; } }
  .order-details__wrapper .orders-table td.sku {
    display: none; }
    @media (min-width: 1261px) {
      .order-details__wrapper .orders-table td.sku {
        display: flex; } }
  .order-details__wrapper .orders-table td.price,
  .order-details__wrapper .orders-table td.qty,
  .order-details__wrapper .orders-table td.total {
    width: 33.3%; }
    @media (min-width: 1261px) {
      .order-details__wrapper .orders-table td.price,
      .order-details__wrapper .orders-table td.qty,
      .order-details__wrapper .orders-table td.total {
        width: 100%; } }
  .order-details__wrapper .orders-table .button-cell {
    flex: 1; }
    .order-details__wrapper .orders-table .button-cell .form-checkbox,
    .order-details__wrapper .orders-table .button-cell .form-label {
      display: none; }
  .order-details__wrapper .account-orderTotal {
    float: none;
    margin: 0;
    width: 100%;
    border: 1px solid #bcbcbc;
    border-top: 0;
    color: #013726;
    padding: 24px 16px; }
    .order-details__wrapper .account-orderTotal-key, .order-details__wrapper .account-orderTotal-value {
      font-size: 0.77778rem;
      color: #013726;
      text-transform: uppercase;
      padding-top: 0;
      padding-bottom: 16px;
      border: 0;
      line-height: 17px; }
      .order-details__wrapper .account-orderTotal-key:last-of-type, .order-details__wrapper .account-orderTotal-value:last-of-type {
        top: initial;
        padding-bottom: 0; }
    .order-details__wrapper .account-orderTotal-key {
      font-weight: 900;
      letter-spacing: 2.4px; }
      @media (min-width: 1261px) {
        .order-details__wrapper .account-orderTotal-key {
          text-transform: none;
          font-size: 0.88889rem;
          font-weight: 400;
          letter-spacing: 0; }
          .order-details__wrapper .account-orderTotal-key:last-of-type {
            font-weight: 700; } }

@media (min-width: 801px) {
  .account-content--fixed {
    width: 75%; } }

@media (min-width: 801px) {
  .account-sidebar {
    width: 25%; } }

.account-sidebar-block {
  font-size: 0.88889rem; }

.orders-table thead th#columnheader5,
.orders-table tbody td.status,
.order-details__wrapper .order-info .item:nth-child(2) {
  display: none; }

.account-body.address-list {
  margin: 0; }
  .account-body.address-list .addressList {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: stretch;
    margin: 0 0 32px 0; }
    @media (min-width: 1261px) {
      .account-body.address-list .addressList {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 32px 24px; } }
    .account-body.address-list .addressList > li {
      width: 100%;
      padding: 0; }
      .account-body.address-list .addressList > li .panel--address {
        height: 100%; }
        .account-body.address-list .addressList > li .panel--address .panel-body {
          height: 100%;
          background-color: #FFFFFF;
          border: 1px solid #cccccc; }
      .account-body.address-list .addressList > li .panel--newAddress {
        margin-top: 16px; }
        @media (min-width: 1261px) {
          .account-body.address-list .addressList > li .panel--newAddress {
            margin-top: 0; } }
        .account-body.address-list .addressList > li .panel--newAddress .panel-body {
          background-color: #f5f5f5;
          color: #0e5940;
          border: 0;
          font-size: 0.77778rem;
          letter-spacing: 2.4px;
          line-height: 20px;
          text-transform: uppercase;
          min-height: 121px; }
          @media (min-width: 1261px) {
            .account-body.address-list .addressList > li .panel--newAddress .panel-body {
              font-size: 1rem;
              letter-spacing: 3.6px; } }
          .account-body.address-list .addressList > li .panel--newAddress .panel-body .address-symbol {
            display: block;
            margin-bottom: 20px; }
      .account-body.address-list .addressList > li .address-title {
        font-size: 0.77778rem;
        letter-spacing: 2.4px;
        line-height: 20px;
        text-transform: uppercase; }
        @media (min-width: 1261px) {
          .account-body.address-list .addressList > li .address-title {
            font-size: 1rem;
            letter-spacing: 3.6px; } }
      .account-body.address-list .addressList > li .address-details {
        font-size: 0.88889rem;
        color: #013726; }
        @media (min-width: 1261px) {
          .account-body.address-list .addressList > li .address-details {
            font-size: 1.11111rem; } }

div[data-content-region="blog_post"] .recipe-carousel::after {
  display: none; }

div[data-content-region="blog_post"] [data-sub-layout] {
  padding-left: 0;
  padding-right: 0; }

div[data-content-region="blog_post"] .hero-content [data-field-name="subtitle"] {
  display: none; }

div[data-content-region="blog_post"] .hero-content [data-field-name="title"] {
  display: inline; }

div[data-content-region="blog_post"] [class^="text-full-width-container-"] {
  padding: 0 16px; }

@media (min-width: 801px) {
  div[data-content-region="blog_post"] .hero-content [data-field-name="subtitle"] {
    display: block; }
  div[data-content-region="blog_post"] .hero-content [data-field-name="title"] {
    display: block; } }

.blog-columns-container {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw); }

.blog-columns {
  border-bottom: 1px solid #ccc;
  background-color: #F9F9F9;
  background-position: bottom right -90px;
  background-repeat: no-repeat; }
  @media (min-width: 801px) {
    .blog-columns {
      background-position: bottom left; } }
  .blog-columns:nth-child(even) {
    background-position: bottom right -190px; }
    @media (min-width: 801px) {
      .blog-columns:nth-child(even) {
        background-position: top right; } }
    .blog-columns:nth-child(even) .blog-columns__col.image {
      order: -1; }
  .blog-columns__inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0 30px; }
    @media (min-width: 801px) {
      .blog-columns__inner {
        flex-wrap: nowrap;
        padding: 63px 16px; } }
  .blog-columns__col {
    width: 100%;
    line-height: 1.56;
    font-size: 0.88889rem; }
    @media (min-width: 801px) {
      .blog-columns__col {
        font-size: 1rem; } }
    @media (min-width: 801px) {
      .blog-columns__col {
        width: 48.8%; } }
    .blog-columns__col.content {
      padding: 0 16px; }
      @media (min-width: 801px) {
        .blog-columns__col.content {
          padding: 0; } }
    .blog-columns__col h5 {
      font-size: 1rem;
      line-height: 1.35;
      letter-spacing: 5px;
      margin: 0 0 28px; }
      @media (min-width: 801px) {
        .blog-columns__col h5 {
          font-size: 1.33333rem; } }
    .blog-columns__col p {
      font-size: 0.88889rem;
      margin: 0 0 30px;
      line-height: 1.56; }
      @media (min-width: 801px) {
        .blog-columns__col p {
          font-size: 1rem; } }
    .blog-columns__col img {
      width: 100%;
      display: block; }
    .blog-columns__col.image {
      order: -1;
      margin: 0 0 30px; }
      @media (min-width: 801px) {
        .blog-columns__col.image {
          order: unset;
          margin: 0; } }

.blog__post .blog__image--container {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw; }

.blog__post figure > a {
  text-decoration: none; }
  .blog__post figure > a:hover {
    opacity: 1;
    color: inherit; }

.blog__post .blog__image--container {
  position: relative;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.blog__post .blog__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
  .blog__post .blog__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.blog__post .blog__title {
  max-width: 40ch;
  margin: 0 auto; }

.blog__post .blog__title-content {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  padding: 20px; }
  @media (min-width: 801px) {
    .blog__post .blog__title-content {
      padding: 40px; } }
  .blog__post .blog__title-content h1 {
    font-family: inherit;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 16px;
    letter-spacing: 4.8px;
    font-size: 24px;
    line-height: normal; }
    @media (min-width: 801px) {
      .blog__post .blog__title-content h1 {
        font-size: 48px; } }

.blog__post .blog__date {
  font-size: 16px;
  max-width: 40ch;
  margin: 0 auto;
  font-weight: 900;
  letter-spacing: 4.8px; }

.blog__post .blog__content {
  max-width: 1000px;
  margin: 0 auto; }
  .blog__post .blog__content table tr {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    flex-direction: column; }
    @media (min-width: 801px) {
      .blog__post .blog__content table tr {
        flex-direction: row; } }
    @media (min-width: 801px) {
      .blog__post .blog__content table tr > * {
        flex: 1; } }
    .blog__post .blog__content table tr img {
      display: block;
      margin: 0 auto; }
    .blog__post .blog__content table tr h2 {
      font-family: inherit;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 4.8px;
      font-size: 24px;
      margin-bottom: 16px;
      display: block;
      margin-top: 0;
      line-height: normal; }
  .blog__post .blog__content ul li::marker {
    color: #013726; }
  .blog__post .blog__content iframe {
    max-width: 100%;
    margin: 0 auto;
    display: block; }

.page.cart-page .custom-cart .cart-item {
  padding: 1rem 0; }

.page.cart-page .custom-cart .cart-item-figure {
  margin-bottom: 0; }

.page.cart-page .custom-cart .cart {
  margin-bottom: 0; }

.page.cart-page .custom-cart .cart-totals {
  padding: 12px 0 18px 0;
  width: 100%; }
  .page.cart-page .custom-cart .cart-totals .cart-total .cart-total-label,
  .page.cart-page .custom-cart .cart-totals .cart-total .cart-total-value {
    padding: 6px 0; }
  .page.cart-page .custom-cart .cart-totals .cart-order-total strong {
    font-weight: 900; }
  .page.cart-page .custom-cart .cart-totals .cart-order-total .cart-total-label,
  .page.cart-page .custom-cart .cart-totals .cart-order-total .cart-total-value,
  .page.cart-page .custom-cart .cart-totals .cart-order-total span {
    font-family: "Lato";
    font-size: 1.33333rem;
    font-weight: 900;
    line-height: 1.88889rem;
    letter-spacing: 4.8px;
    color: #013726;
    text-transform: uppercase; }

.page.cart-page .custom-cart .mmLink {
  text-decoration: underline;
  font-family: "Lato";
  font-size: 0.88889rem;
  line-height: 1.55556rem;
  letter-spacing: 0.64px;
  color: #013726; }

.page.cart-page .custom-cart #toggle-eco-packaging {
  width: 1.33333rem;
  height: 1.33333rem;
  border-radius: 0; }

.page.cart-page .cart-divider {
  background-color: #d0d0d0;
  margin-top: 0.88889rem;
  margin-bottom: 0.88889rem; }
  @media (min-width: 801px) {
    .page.cart-page .cart-divider {
      width: 100%;
      margin: 1.33333rem 0 2.22222rem 0;
      left: 0;
      right: 0; } }

.page.cart-page .cart-container {
  padding: 1.33333rem 0; }
  @media (min-width: 801px) {
    .page.cart-page .cart-container {
      display: none; } }
  .page.cart-page .cart-container .cart-totals {
    margin: 0; }
    .page.cart-page .cart-container .cart-totals .cart-total-label,
    .page.cart-page .cart-container .cart-totals .cart-total-value {
      padding: 0;
      font-size: 0.88889rem; }
  .page.cart-page .cart-container .cart-summary-button {
    display: flex;
    align-items: center;
    text-decoration: underline;
    font-family: "Lato";
    font-size: 0.77778rem;
    line-height: 1.55556rem;
    letter-spacing: 0px;
    color: #013726;
    opacity: 1; }

.page.cart-page .cart-page-header .page-title .page-heading {
  margin-bottom: 0; }

@media (min-width: 1261px) {
  .page.cart-page .cart-page-header {
    margin-top: 2.22222rem;
    margin-bottom: 4.75rem; } }

.page.cart-page .cart-page-header .messaging-container {
  margin-bottom: 24px; }
  .page.cart-page .cart-page-header .messaging-container .free-delivery-messaging, .page.cart-page .cart-page-header .messaging-container .incentive-messaging {
    display: inline-block;
    min-height: 41px;
    margin-top: 24px; }
    .page.cart-page .cart-page-header .messaging-container .free-delivery-messaging svg, .page.cart-page .cart-page-header .messaging-container .incentive-messaging svg {
      width: 53px;
      height: 33px;
      fill: #0e5940;
      margin-right: 16px; }
      @media (min-width: 1261px) {
        .page.cart-page .cart-page-header .messaging-container .free-delivery-messaging svg, .page.cart-page .cart-page-header .messaging-container .incentive-messaging svg {
          width: 33px; } }
    .page.cart-page .cart-page-header .messaging-container .free-delivery-messaging__text, .page.cart-page .cart-page-header .messaging-container .incentive-messaging__text {
      padding: 4px 24px;
      background: #f4f4f4;
      height: 100%;
      min-height: 41px;
      border-radius: 50px;
      font-size: 0.88889rem !important;
      text-transform: uppercase;
      color: #0e5940;
      letter-spacing: 3.2px;
      display: flex;
      align-items: center; }

@media (min-width: 1261px) {
  .page.cart-page .cart-page-footer {
    margin-bottom: 2.22222rem; } }

.page.cart-page .cart-page-header,
.page.cart-page .cart-page-footer {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 1261px) {
    .page.cart-page .cart-page-header,
    .page.cart-page .cart-page-footer {
      flex-direction: row; } }
  .page.cart-page .cart-page-header .col,
  .page.cart-page .cart-page-footer .col {
    flex: 1; }
  @media (min-width: 1261px) {
    .page.cart-page .cart-page-header .page-heading,
    .page.cart-page .cart-page-footer .page-heading {
      text-align: left; } }
  @media (min-width: 1261px) {
    .page.cart-page .cart-page-header .actions,
    .page.cart-page .cart-page-footer .actions {
      max-width: 27.11111rem; } }
  .page.cart-page .cart-page-header .actions .footer-payment-icons,
  .page.cart-page .cart-page-footer .actions .footer-payment-icons {
    text-align: center;
    display: flex;
    justify-content: center;
    max-width: 27.11111rem;
    margin: 0 auto 16px; }
    .page.cart-page .cart-page-header .actions .footer-payment-icons .footer-payment-icon,
    .page.cart-page .cart-page-footer .actions .footer-payment-icons .footer-payment-icon {
      width: unset; }

.page.cart-page [data-primary-checkout-now-action] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 0.72222rem;
  padding-bottom: 0.72222rem; }
  .page.cart-page [data-primary-checkout-now-action] svg {
    height: 1.55556rem;
    width: 1.55556rem;
    margin-left: 0.88889rem; }

.page.cart-page table.cart tr.cart-item td {
  height: unset; }
  @media (min-width: 1261px) {
    .page.cart-page table.cart tr.cart-item td.cart-item-price {
      display: flex; } }
  @media (min-width: 1261px) {
    .page.cart-page table.cart tr.cart-item td.cart-item-price--desktop {
      flex-direction: column;
      width: auto; }
      .page.cart-page table.cart tr.cart-item td.cart-item-price--desktop .price--total {
        margin-top: 0.22222rem; } }
  @media (min-width: 1261px) {
    .page.cart-page table.cart tr.cart-item td.cart-item-price.cart-item-total {
      width: 100%;
      flex-direction: column;
      justify-content: flex-end; }
      .page.cart-page table.cart tr.cart-item td.cart-item-price.cart-item-total .price--discounted {
        order: 2;
        letter-spacing: 0.56px;
        font-size: 14px;
        font-family: "Lato";
        color: #999999;
        opacity: 1;
        font-weight: normal; } }
  .page.cart-page table.cart tr.cart-item td .price--non-sale {
    order: 2; }
  .page.cart-page table.cart tr.cart-item td .price--total.sale,
  .page.cart-page table.cart tr.cart-item td .cart-item-value.price--discounted + .cart-item-value {
    color: #e52724; }
  @media screen and (max-width: 767px) {
    .page.cart-page table.cart tr.cart-item td.cart-item-price, .page.cart-page table.cart tr.cart-item td.cart-item-quantity {
      padding-left: 5.33333rem; }
    .page.cart-page table.cart tr.cart-item td.cart-item-quantity {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 0.88889rem; }
    .page.cart-page table.cart tr.cart-item td.cart-item-total {
      display: none; } }
  @media (min-width: 1261px) {
    .page.cart-page table.cart tr.cart-item td {
      padding: 2.22222rem 0; } }

.page.cart-page table.cart .cart-item-figure {
  width: 4.44444rem; }
  @media (min-width: 1261px) {
    .page.cart-page table.cart .cart-item-figure {
      width: 12.88889rem; } }

.page.cart-page table.cart .cart-item-image {
  width: 4.44444rem;
  height: 4.44444rem; }
  @media (min-width: 1261px) {
    .page.cart-page table.cart .cart-item-image {
      width: 12.88889rem;
      height: 12.88889rem;
      max-width: unset; } }

.page.cart-page table.cart .cart-item-block {
  vertical-align: top; }
  .page.cart-page table.cart .cart-item-block .form-increment {
    max-width: unset; }
    .page.cart-page table.cart .cart-item-block .form-increment .form-input--incrementTotal {
      width: 3.61111rem; }
      @media (min-width: 1261px) {
        .page.cart-page table.cart .cart-item-block .form-increment .form-input--incrementTotal {
          width: 8.44444rem; } }

.page.cart-page table.cart .cart-item-brand {
  display: none; }

.page.cart-page table.cart .cart-item-title,
.page.cart-page table.cart .cart-item-figure,
.page.cart-page table.cart .cart-item-value {
  padding: 0; }

.page.cart-page table.cart .cart-item-name,
.page.cart-page table.cart .cart-item-name__label {
  font-size: 0.77778rem;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: none;
  color: #013726; }
  @media (min-width: 1261px) {
    .page.cart-page table.cart .cart-item-name,
    .page.cart-page table.cart .cart-item-name__label {
      font-size: 1rem; } }

.page.cart-page table.cart .cartPageView-shipping-uplift > div {
  display: inline-block;
  color: #e52724;
  font-size: 0.9em; }

.page.cart-page table.cart .cart-item-title {
  padding-left: 16px; }
  @media (min-width: 1261px) {
    .page.cart-page table.cart .cart-item-title {
      padding-left: 24px !important; } }

.page.cart-page table.cart .cart-item-quantity .remove {
  font-size: 0.77778rem;
  color: #999999;
  margin: 0;
  background-color: transparent;
  float: none;
  height: unset;
  padding: 0;
  width: unset; }
  @media (min-width: 1261px) {
    .page.cart-page table.cart .cart-item-quantity .remove {
      margin-top: 1.33333rem;
      width: 100%; } }

.page.cart-page [data-cart-totals] {
  max-width: 488px;
  width: 100%; }

.page.cart-page .info-links__container {
  order: 2; }
  @media (min-width: 1261px) {
    .page.cart-page .info-links__container {
      order: -1; } }

.page.cart-page .info-links__link {
  margin-right: 46px;
  display: block;
  margin-bottom: 24px; }
  @media (min-width: 1261px) {
    .page.cart-page .info-links__link {
      display: inline-block; } }
  .page.cart-page .info-links__link svg {
    width: 33px;
    height: 33px;
    margin-right: 16px; }
  .page.cart-page .info-links__link span {
    font-weight: 700;
    letter-spacing: 0.74px; }

.page.cart-page .cart-totals {
  float: none;
  max-width: 27.22222rem;
  margin-bottom: 0; }
  .page.cart-page .cart-totals .cart-total {
    border: 0;
    display: flex;
    align-items: center; }
    .page.cart-page .cart-totals .cart-total .cart-total-label,
    .page.cart-page .cart-totals .cart-total .cart-total-value {
      padding: 0.66667rem 0;
      line-height: 1;
      font-size: 0.88889rem;
      color: #013726; }
    .page.cart-page .cart-totals .cart-total .cart-total-label {
      text-transform: uppercase;
      width: 80%;
      text-align: left;
      font: normal normal 900 16px/34px Lato, sans-serif;
      letter-spacing: 3.2px;
      color: #013726; }
      .page.cart-page .cart-totals .cart-total .cart-total-label a {
        color: #013726; }
      .page.cart-page .cart-totals .cart-total .cart-total-label strong {
        font-weight: bold; }
    .page.cart-page .cart-totals .cart-total .cart-total-value {
      width: 40%;
      text-align: right; }
      .page.cart-page .cart-totals .cart-total .cart-total-value > span {
        font-weight: 900;
        font-size: 1rem;
        letter-spacing: 0.72px; }
      .page.cart-page .cart-totals .cart-total .cart-total-value button {
        color: #013726; }
  .page.cart-page .cart-totals .mmLink,
  .page.cart-page .cart-totals .eco-packaging {
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.64px;
    line-height: 23px;
    color: #013726; }
  .page.cart-page .cart-totals .eco-packaging {
    margin-left: 0.44444rem; }
  .page.cart-page .cart-totals .cart-total-eco-packaging .cart-total-label {
    width: 100%; }
    .page.cart-page .cart-totals .cart-total-eco-packaging .cart-total-label label {
      display: flex;
      align-items: center; }
  .page.cart-page .cart-totals .coupon-form,
  .page.cart-page .cart-totals .cart-gift-certificate-form {
    width: 200%;
    right: 100%;
    position: relative;
    margin: 0; }
    .page.cart-page .cart-totals .coupon-form .form-input,
    .page.cart-page .cart-totals .cart-gift-certificate-form .form-input {
      width: 60%;
      float: none;
      font-size: 0.94444rem; }
    .page.cart-page .cart-totals .coupon-form .button,
    .page.cart-page .cart-totals .cart-gift-certificate-form .button {
      width: 60%;
      padding: 6px 24px;
      float: none; }
      @media (min-width: 1261px) {
        .page.cart-page .cart-totals .coupon-form .button,
        .page.cart-page .cart-totals .cart-gift-certificate-form .button {
          width: unset; } }

.cart-modal {
  padding: 24px;
  overflow: scroll; }

.summary-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  @media (min-width: 1261px) {
    .summary-container {
      margin: 2.38889rem 0 0 0;
      flex-direction: row; } }

.GooglePayInnerContainer {
  margin-top: 10px; }
  .GooglePayInnerContainer :nth-child(n + 2) {
    display: none; }

.yotpo-widget-hero-section.custom-dr-block {
  line-height: normal;
  /* Buttons */ }
  .yotpo-widget-hero-section.custom-dr-blockdiv:empty {
    display: block; }
  .yotpo-widget-hero-section.custom-dr-block .yotpo-text-on-background {
    display: flex;
    width: 100%;
    height: 600px;
    background-image: url("../img/ButchersClubBg.jpg");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 65% 65%; }
    .yotpo-widget-hero-section.custom-dr-block .yotpo-text-on-background .yotpo-text-container {
      display: flex;
      height: 100%;
      position: relative;
      width: 100%;
      max-width: 480px;
      text-align: left;
      align-items: center;
      background-color: rgba(3, 70, 56, 0.55); }
      .yotpo-widget-hero-section.custom-dr-block .yotpo-text-on-background .yotpo-text-container .yotpo-text-and-buttons {
        padding: 0 30px; }
        .yotpo-widget-hero-section.custom-dr-block .yotpo-text-on-background .yotpo-text-container .yotpo-text-and-buttons img {
          width: 250px;
          margin-bottom: 30px; }
        .yotpo-widget-hero-section.custom-dr-block .yotpo-text-on-background .yotpo-text-container .yotpo-text-and-buttons .yotpo-title {
          display: none;
          color: #ffffff;
          font-size: 40px;
          font-family: Lato;
          font-weight: 900;
          font-style: normal; }
        .yotpo-widget-hero-section.custom-dr-block .yotpo-text-on-background .yotpo-text-container .yotpo-text-and-buttons .yotpo-description {
          color: #ffffff;
          font-size: 20px;
          font-family: Lato;
          font-weight: 400;
          font-style: normal; }
      .yotpo-widget-hero-section.custom-dr-block .yotpo-text-on-background .yotpo-text-container.yotpo-center-layout {
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        text-align: center; }
    .yotpo-widget-hero-section.custom-dr-block .yotpo-text-on-background .yotpo-text-container .yotpo-title {
      padding-bottom: 3px; }
    .yotpo-widget-hero-section.custom-dr-block .yotpo-text-on-background .yotpo-customer-logged-in-buttons {
      padding-top: 24px;
      padding-bottom: 14px; }
      .yotpo-widget-hero-section.custom-dr-block .yotpo-text-on-background .yotpo-customer-logged-in-buttons.yotpo-customer-with-disclaimer {
        padding: 0; }
      .yotpo-widget-hero-section.custom-dr-block .yotpo-text-on-background .yotpo-customer-logged-in-buttons .yotpo-register-link {
        text-decoration: none;
        display: inline-block;
        padding-right: 14px; }
  .yotpo-widget-hero-section.custom-dr-block .yotpo-text-container {
    display: flex;
    justify-content: center;
    height: 100%; }
  .yotpo-widget-hero-section.custom-dr-block .yotpo-widgets-action-button.yotpo-large-button {
    padding: 10px 20px;
    background: none;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: pointer; }
    .yotpo-widget-hero-section.custom-dr-block .yotpo-widgets-action-button.yotpo-large-button:hover:not(:disabled):not(.yotpo-button-loading) {
      background-color: color-mix(in srgb, #ffffff 30%, transparent); }
    .yotpo-widget-hero-section.custom-dr-block .yotpo-widgets-action-button.yotpo-large-button:focus {
      box-shadow: 0 0 3px 3px #76bffd; }
    .yotpo-widget-hero-section.custom-dr-block .yotpo-widgets-action-button.yotpo-large-button:disabled {
      cursor: not-allowed;
      background: none;
      border: 1px solid #929292;
      color: #929292; }
