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

input:focus + label {
  outline: 2px solid #374113;
  outline-offset: 1px; }

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: 425px)/";
  width: 0; }

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

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

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

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

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

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

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

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: black;
  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.55rem; }

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: 425px) {
    html {
      font-size: 18px; } }
  @media (min-width: 768px) {
    html {
      font-size: 18px; } }
  @media (min-width: 1024px) {
    html {
      font-size: 18px; } }

body {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  line-height: 1.55; }

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

p {
  margin-bottom: 1rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  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: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

.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: 2.05rem 0 1.99444rem; }

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.55rem; }

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.55rem; }

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

abbr {
  text-transform: none; }

blockquote { }

blockquote,
blockquote p {
  font-size: 22px;
  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: 2.05rem;
  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.55rem; }
  .table tr th,
  .table tr td {
    padding: 0.77778rem 1.55rem;
    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: "Montserrat", 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: #8f8f8f;
  color: #666666;
  font-size: 1rem;
  padding: 0.88889rem 2.32778rem;
  border-radius: 5px;
  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: #374113;
  border-color: #374113;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #91a93e;
    border-color: #91a93e;
    color: black; }
  .button--primary:active {
    background-color: #91a93e;
    border: 1px solid #91a93e;
    color: black; }

.button[disabled] {
  background-color: #cccccc;
  border-color: rgba(0, 0, 255, 0);
  color: white;
  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: 15px; }

.button--small {
  font-size: 13px;
  padding: 0.55556rem 1.55rem; }

.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: #757575; }

/*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: 5px;
      border-top-left-radius: 5px; }
    .buttonGroup > .button:last-child {
      border-bottom-right-radius: 5px;
      border-right-width: 1px;
      border-top-right-radius: 5px; }

/*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.55;
  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.55rem; }

.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: black;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.55;
  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: #d8d8d8;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  color: #656868;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3.1rem;
  margin: 0;
  padding: 0.775rem 1.03333rem;
  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: #d8d8d8;
    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: #d8d8d8;
  color: #656868;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.775rem;
  border-radius: 0;
  cursor: pointer;
  height: 3.1rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 5px; }
  .form-select:focus {
    border-color: #d8d8d8; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #d8d8d8; }

/*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.55rem;
  max-width: none;
  padding: 1.55rem; }

.form-row {
  margin: 0 -0.775rem;
  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.775rem;
    padding-right: 0.775rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 425px) {
    .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 2.05rem;
  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.93889rem;
    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 #8f8f8f;
      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: 5px; }

.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(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(51, 51, 51, 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(51, 51, 51, 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.98889rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.98889rem;
    margin: 0.05556rem 0 0 -3.04444rem;
    width: 2.98889rem; }

/*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: 3.1rem;
    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: 3.1rem; }

.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: 3.1rem;
  line-height: normal;
  max-width: 5rem;
  padding: 0.775rem;
  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.775rem 0 0; }

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

/*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: #757575;
    box-shadow: 0 0 4px rgba(117, 117, 117, 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.55rem 2.05rem;
    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.55rem 2.05rem 0; }

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

.panel-body {
  margin-bottom: 1.55rem;
  padding: 1rem 2.05rem 1.55rem;
  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: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.55; }
  .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: 425px) {
    .tab {
      float: left; } }

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

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

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

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

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

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

.tab-content {
  display: none;
  padding: 1.55rem 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.55rem; }

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

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

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

.navBar-action {
  color: black;
  font-size: 15px;
  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.55rem; }

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

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

.navList-action {
  color: black;
  font-size: 15px;
  padding: 0.16667rem 0; }

/*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.55rem; }
  .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: black;
    padding: 1.93889rem;
    display: block;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.55rem 1.93889rem; }

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

.accordion-content {
  display: none;
  padding: 2.05rem;
  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.325rem 2.325rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 425px) {
    .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: 425px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 1100px; } }
  @media only screen and (min-width: 425px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 425px) {
    .modal {
      transform: translateY(-50%); } }

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

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

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

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

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

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.77778rem 1.55rem;
  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: 15px;
  margin: 0 0 0.77778rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.55rem; } }

.modal-close {
  color: #666666;
  cursor: pointer;
  font-size: 25px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 1.085rem;
  right: 0.775rem;
  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: 3.1rem;
  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.72rem;
    transform: scale(0.9) translateX(-50%); }
  .loadingNotification.ng-hide-remove-active {
    opacity: 1;
    top: 3.1rem;
    transform: scale(1) translateX(-50%); }

.loadingNotification-label {
  background: #666666;
  border-radius: 5px;
  color: white;
  display: inline-block;
  font-size: 15px;
  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.55rem 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: 425px) {
  .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: 425px) {
  .actionBar-section--alt {
    float: right; } }

.actionBar-item {
  margin-bottom: 1.55rem; }
  @media (min-width: 425px) {
    .actionBar-item {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 1.55rem;
      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: 3.1rem;
  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.55rem;
  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; }

/* 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: #8f8f8f;
    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; }

/* ===============================
=            Choices            =
=============================== */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px; }

.choices:focus {
  outline: none; }

.choices:last-child {
  margin-bottom: 0; }

.choices.is-open {
  overflow: visible; }

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none; }

.choices.is-disabled .choices__item {
  cursor: not-allowed; }

.choices [hidden] {
  display: none !important; }

.choices[data-type*=select-one] {
  cursor: pointer; }

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px; }

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0; }

.choices[data-type*=select-one] .choices__button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25; }

.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1; }

.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #005F75; }

.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button {
  display: none; }

.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none; }

.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333;
  margin-top: -7.5px; }

.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto; }

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0; }

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text; }

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #003642;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0; }

.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1; }

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden; }

.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7; }

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0; }

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px; }

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

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%; }

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px; }

.choices__list--single .choices__item {
  width: 100%; }

.choices__list--multiple {
  display: inline; }

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #005F75;
  border: 1px solid #004a5c;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box; }

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px; }

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px; }

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #004a5c;
  border: 1px solid #003642; }

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191; }

.choices__list--dropdown, .choices__list[aria-expanded] {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all; }

.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  display: block; }

.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7; }

.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0; }

.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position; }

.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px; }

[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right; }

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable[data-select-text], .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    padding-right: 100px; }
  .choices__list--dropdown .choices__item--selectable[data-select-text]::after, .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text], [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px; }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text]::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    right: auto;
    left: 10px; } }

.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2; }

.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5; }

.choices__item {
  cursor: default; }

.choices__item--selectable {
  cursor: pointer; }

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.5; }

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray; }

.choices__button {
  text-indent: -9999px;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }

.choices__button:focus {
  outline: none; }

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px; }

.choices__input:focus {
  outline: 0; }

.choices__input::-webkit-search-decoration, .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none; }

.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0; }

.choices__placeholder {
  opacity: 0.5; }

/* =====  End of Choices  ====== */
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.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: 5px;
  padding: 0.775rem 3.1rem 0.775rem 1.03333rem; }

.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: 2.05rem; }
  .table td + td {
    border-left: 1px solid #e5e5e5; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

.table-actions {
  margin: 1.55rem;
  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: 425px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 425px) {
      .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: 425px) {
        .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.55rem; }
  .table--line tr {
    border-color: 1px solid #e5e5e5; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 425px) {
        .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.55rem; }
  .table--line td + td {
    border-left: 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: 1024px) {
  .modal--large {
    width: 1280px; } }

.modal-header {
  padding-left: 2.325rem;
  padding-right: 2.55278rem; }

.modal-header-title {
  font-size: 22px;
  text-align: center; }
  @media (min-width: 768px) {
    .modal-header-title {
      font-size: 25px; } }

.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;
    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: 768px) {
    .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.325rem 2.325rem; }

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Montserrat", 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: black;
    font-size: 1.11111rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #374113;
      border-color: #374113;
      color: white; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: #91a93e;
      border-color: #91a93e;
      color: black; }
    .modal--alert .button-container .confirm:active {
      background-color: #91a93e;
      border-color: #91a93e;
      color: black; }

.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); } }

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

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

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

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

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

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

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

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

.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; }

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

.quickView:after {
  clear: both; }

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

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

.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; }

.previewCart {
  margin: 0 auto;
  max-width: 78.88889rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 768px) {
    .previewCart .productView {
      padding-left: 0.775rem;
      padding-right: 0.775rem;
      width: 75%;
      float: left;
      display: flex;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0; }
    .previewCart .productView-image {
      padding-left: 0.775rem;
      padding-right: 0.775rem;
      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.775rem;
      padding-right: 0.775rem;
      width: 41.66667%;
      float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }

.previewCartCheckout {
  background: #e5e5e5;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 768px) {
    .previewCartCheckout {
      padding-left: 0.775rem;
      padding-right: 0.775rem;
      width: 25%;
      float: right;
      padding: 1.55rem; } }
  .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: 28px;
  font-weight: bold;
  text-align: center; }

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

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

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

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

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-width: 78.88889rem; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 78.88889rem;
  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.775rem;
    padding-right: 0.775rem;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 36.11111rem;
  text-align: center; }

.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.55rem; }
  .paymentMethodsGrid-item {
    min-height: 13.88889rem;
    padding: 0.77778rem;
    width: 100%; }
    @media (min-width: 425px) {
      .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: 1024px) {
      .methodHeader-icon {
        width: 2.33333rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1024px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    color: #666666;
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1024px) {
      .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: 1024px) {
      .methodHeader-default {
        height: 1.11111rem;
        width: 1.11111rem; } }
  .methodHeader-expiry {
    font-size: 15px;
    text-transform: capitalize; }

.methodDetails {
  display: flex;
  margin: 0; }
  .methodDetails-label {
    flex: 1;
    font-weight: 600; }
  .methodDetails-description {
    flex: 2;
    font-size: 13px; }

.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: 425px) {
  .paymentMethodForm {
    max-width: 60%; } }

@media (min-width: 425px) {
  .paymentMethodForm-column {
    display: flex; }
    .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.77778rem; } }

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  margin-top: 1.55rem;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: 600; }

@media (min-width: 425px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.16667rem;
  width: 1.88889rem; }

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 425px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.55rem;
      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: 425px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3.1rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.77778rem; }

.paymentMethodForm-details-description {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.25px; }

.container {
  padding: 0 20px; }
  @media (min-width: 1024px) {
    .container {
      padding: 0 20px;
      max-width: 1670px;
      margin: 0 auto; } }

body,
html {
  height: initial;
  font-size: 16px; }
  @media (min-width: null) {
    body,
    html {
      font-size: 18px; } }

.body {
  padding: 20px 0 0; }
  @media (min-width: 1280px) {
    .body {
      padding: 30px 0 0; } }

a {
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

h1, .h1 {
  font-size: 26px;
  line-height: 1.38;
  color: #000;
  font-weight: 400; }
  @media (min-width: 1280px) {
    h1, .h1 {
      font-size: 48px;
      line-height: 1.29; } }

h2, .h2 {
  font-size: 26px;
  line-height: 1.38;
  font-weight: 400;
  color: #000; }
  @media (min-width: 1280px) {
    h2, .h2 {
      font-size: 40px;
      line-height: 1.35; } }

h3, .h3 {
  font-size: 22px;
  line-height: 1.45;
  color: #000;
  font-weight: 400; }
  @media (min-width: 1280px) {
    h3, .h3 {
      font-size: 32px;
      line-height: 1.3125; } }

h4, .h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #656868;
  margin: 0 0 0.75em 0;
  letter-spacing: 0.02em; }
  @media (min-width: 1280px) {
    h4, .h4 {
      font-size: 22px; } }

h5, .h5 {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
  color: #000; }
  @media (min-width: 1280px) {
    h5, .h5 {
      font-size: 22px;
      line-height: 1.45; } }

h6, .h6 {
  font-size: 16px;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #656868; }
  @media (min-width: 1280px) {
    h6, .h6 {
      font-size: 18px;
      line-height: 1.55; } }

hr {
  border: solid #D8D8D8;
  border-width: 1px 0 0;
  margin: 10px 0; }
  @media (min-width: 1024px) {
    hr {
      margin: 30px 0; } }

.button--expanded {
  width: 100%; }

.button--tiny {
  padding: 10px 20px; }

.button--small {
  font-size: 14px;
  padding: 15px 10px; }
  @media (min-width: 1024px) {
    .button--small {
      font-size: 16px;
      padding: 15px 20px; } }
  @media (min-width: 1440px) {
    .button--small {
      padding: 15px 40px; } }

.button--medium {
  padding: 19px 36px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.02em; }

.button--large {
  text-transform: uppercase;
  font-size: 18x;
  padding: 23px;
  font-weight: 500;
  letter-spacing: 0.02em; }
  @media (min-width: 1024px) {
    .button--large {
      font-size: 20px; } }
  @media (min-width: 1440px) {
    .button--large {
      padding: 25px;
      font-size: 22px; } }

.button--secondary {
  border-color: #91A93E;
  color: #374113; }
  .button--secondary.button--medium {
    border-width: 2px; }
    .button--secondary.button--medium:active {
      border-width: 2px; }

.button .icon {
  color: #D8D8D8; }

.form-label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px; }

figure {
  margin: 0; }

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

.text-right {
  text-align: right; }

.search-form {
  position: relative; }
  @media (min-width: 768px) {
    .search-form {
      max-width: 524px;
      width: 100%;
      margin: 0 auto; } }
  .search-form input {
    margin: 0;
    border-radius: 30px;
    height: 50px; }
  .search-form .icon {
    display: block;
    width: 10px;
    height: 10px;
    color: #D8D8D8; }
  .search-form button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px 25px; }

.form-input {
  font-size: 16px; }

.page-title {
  font-size: 42px; }
  @media (min-width: 1280px) {
    .page-title {
      font-size: 64px; } }

.page-header {
  padding-bottom: 30px;
  border-bottom: 1px solid #D8D8D8; }
  @media (min-width: 1440px) {
    .page-header {
      padding-bottom: 50px; } }
  .page-header .page-title {
    margin-bottom: 0; }

.page-content {
  padding-top: 50px;
  margin-bottom: 30px; }
  @media (min-width: 1440px) {
    .page-content {
      margin-bottom: 100px; } }
  .modal-content .page-content {
    padding-top: 0; }
  .page-content .row {
    margin: 0 -0.775rem;
    max-width: none;
    width: auto; }
    .page-content .row:before, .page-content .row:after {
      content: " ";
      display: table; }
    .page-content .row:after {
      clear: both; }
  .page-content .column,
  .page-content .columns {
    padding-left: 0.775rem;
    padding-right: 0.775rem;
    width: 100%;
    float: left; }
  .page-content .small-1 {
    width: 8.33333%; }
  .page-content .small-2 {
    width: 16.66667%; }
  .page-content .small-3 {
    width: 25%; }
  .page-content .small-4 {
    width: 33.33333%; }
  .page-content .small-5 {
    width: 41.66667%; }
  .page-content .small-6 {
    width: 50%; }
  .page-content .small-7 {
    width: 58.33333%; }
  .page-content .small-8 {
    width: 66.66667%; }
  .page-content .small-9 {
    width: 75%; }
  .page-content .small-10 {
    width: 83.33333%; }
  .page-content .small-11 {
    width: 91.66667%; }
  .page-content .small-12 {
    width: 100%; }
  @media (min-width: 768px) {
    .page-content .medium-1 {
      width: 8.33333%; }
    .page-content .medium-2 {
      width: 16.66667%; }
    .page-content .medium-3 {
      width: 25%; }
    .page-content .medium-4 {
      width: 33.33333%; }
    .page-content .medium-5 {
      width: 41.66667%; }
    .page-content .medium-6 {
      width: 50%; }
    .page-content .medium-7 {
      width: 58.33333%; }
    .page-content .medium-8 {
      width: 66.66667%; }
    .page-content .medium-9 {
      width: 75%; }
    .page-content .medium-10 {
      width: 83.33333%; }
    .page-content .medium-11 {
      width: 91.66667%; }
    .page-content .medium-12 {
      width: 100%; } }
  @media (min-width: 1024px) {
    .page-content .large-1 {
      width: 8.33333%; }
    .page-content .large-2 {
      width: 16.66667%; }
    .page-content .large-3 {
      width: 25%; }
    .page-content .large-4 {
      width: 33.33333%; }
    .page-content .large-5 {
      width: 41.66667%; }
    .page-content .large-6 {
      width: 50%; }
    .page-content .large-7 {
      width: 58.33333%; }
    .page-content .large-8 {
      width: 66.66667%; }
    .page-content .large-9 {
      width: 75%; }
    .page-content .large-10 {
      width: 83.33333%; }
    .page-content .large-11 {
      width: 91.66667%; }
    .page-content .large-12 {
      width: 100%; } }
  .page-content .color-grid .color-swatch {
    margin-bottom: 5px; }
    .page-content .color-grid .color-swatch::after {
      content: '';
      display: block;
      padding-bottom: 100%; }

.page--404 {
  text-align: center;
  margin-bottom: 100px; }

.icon svg {
  transition: color .25s ease-out; }

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

.slick-arrow svg {
  width: 100%;
  height: 100%; }

[data-content-region="contact_page_nav--global"],
[data-content-region="help_page_nav--global"] {
  position: sticky;
  top: 120px; }

.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%; }
  .site-header .cart-quantity::before {
    content: '('; }
  .site-header .cart-quantity::after {
    content: ')'; }
  .site-header ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .site-header a {
    text-decoration: none; }
  .site-header .logo-image {
    width: 167px; }
    @media (min-width: 1280px) {
      .site-header .logo-image {
        width: 248px; } }
  .site-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .site-header-title {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    color: #656868; }
  .site-header-main {
    padding: 15px 0;
    background-color: #fff;
    border-bottom: 1px solid #D8D8D8;
    position: relative; }
  .site-header-search {
    transition: transform .15s ease-out;
    transform: translateY(-100%);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 20px 0;
    z-index: -1;
    border-bottom: 1px solid #d8d8d8; }
    .search-bar-visible .site-header-search {
      transform: translate(0); }

.site-header-desktop {
  display: none; }
  @media (min-width: 1280px) {
    .site-header-desktop {
      display: block; } }
  .site-header-desktop .primary-menu {
    display: none; }
    @media (min-width: 1024px) {
      .site-header-desktop .primary-menu {
        display: block; } }
    .site-header-desktop .primary-menu-level-1 {
      display: flex;
      gap: 22px; }
      .site-header-desktop .primary-menu-level-1-item:hover .primary-menu-submenu {
        display: block;
        border-bottom: 1px solid #D8D8D8;
        box-shadow: 1px 1px 1px rgba(216, 216, 216, 0.5); }
      .site-header-desktop .primary-menu-level-1-item:hover .primary-menu-level-1-link::after {
        content: '';
        position: absolute;
        top: 100%;
        left: -50%;
        width: 200%;
        height: 30px; }
      .site-header-desktop .primary-menu-level-1-item:hover .primary-menu-level-1-link::before {
        opacity: 1; }
      .site-header-desktop .primary-menu-level-1-link {
        line-height: 1.78;
        font-weight: 600;
        position: relative;
        padding: 5px 13px; }
        .site-header-desktop .primary-menu-level-1-link::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          border-left: 2px solid #91A93E;
          opacity: 0;
          transition: opacity .25s ease-out; }
    .site-header-desktop .primary-menu-submenu {
      font-size: 16px;
      background-color: #fff;
      border-top: 1px solid #D8D8D8;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      padding: 30px 0 50px;
      display: none; }
    .site-header-desktop .primary-menu-mega-grid {
      display: flex;
      flex-wrap: wrap; }
    .site-header-desktop .primary-menu-mega-item {
      padding: 25px 25px 0 25px;
      border-left: 1px solid #D8D8D8;
      width: 25%; }
      .site-header-desktop .primary-menu-mega-item-header {
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px; }
      .site-header-desktop .primary-menu-mega-item-link {
        display: block;
        padding: 14px 0 14px 60px;
        position: relative;
        font-size: 18px;
        border-radius: 5px;
        color: #000;
        transition: background-color .2s ease-out; }
        .site-header-desktop .primary-menu-mega-item-link .icon {
          position: absolute;
          width: 25px;
          height: 25px;
          left: 20px;
          top: 50%;
          transform: translateY(-50%);
          color: #656868; }
        .site-header-desktop .primary-menu-mega-item-link:hover {
          background-color: #F6F6F6; }
          .site-header-desktop .primary-menu-mega-item-link:hover .icon {
            color: #91A93E; }
      .site-header-desktop .primary-menu-mega-item:first-child {
        padding-left: 15px;
        border-left: none; }
      .site-header-desktop .primary-menu-mega-item:last-child {
        padding-right: 15px; }
      .site-header-desktop .primary-menu-mega-item:nth-child(-n + 4) {
        padding-top: 0;
        border-bottom: 1px solid #D8D8D8;
        padding-bottom: 25px; }
      .site-header-desktop .primary-menu-mega-item:nth-child(4n + 1) {
        border-left: none; }
    .site-header-desktop .primary-menu-mega-link {
      transition: color .25s ease-in;
      position: relative;
      padding-right: 22px;
      color: #656868; }
      .site-header-desktop .primary-menu-mega-link .icon {
        width: 14px;
        height: 14px;
        position: absolute;
        top: 46%;
        right: 0;
        transform: translateY(-50%) scale(1);
        color: #91A93E; }
      .site-header-desktop .primary-menu-mega-link:hover {
        color: #000; }
        .site-header-desktop .primary-menu-mega-link:hover .icon {
          transform: translateY(-50%) scale(1.214); }
    .site-header-desktop .primary-menu-mega-cta {
      border: 1px solid #656868;
      padding: 7px 40px 7px 20px;
      color: #000;
      font-size: 16px;
      border-radius: 20px;
      position: relative;
      display: inline-block;
      background-color: #fff;
      transition: background-color .2s ease-out, border-color .2s ease-out; }
      .site-header-desktop .primary-menu-mega-cta:hover {
        background-color: #F6F6F6;
        border-color: #D8D8D8; }
      .site-header-desktop .primary-menu-mega-cta .icon {
        position: absolute;
        top: 50%;
        right: 18px;
        transform: translateY(-50%);
        width: 14px;
        height: 14px; }
        .site-header-desktop .primary-menu-mega-cta .icon svg {
          stroke: #91A93E; }
  .site-header-desktop .secondary-menu {
    font-size: 14px; }
    .site-header-desktop .secondary-menu-level-1 {
      display: flex;
      align-items: center;
      gap: 30px; }
      .site-header-desktop .secondary-menu-level-1-item {
        position: relative; }
        .site-header-desktop .secondary-menu-level-1-item:hover .secondary-menu-submenu {
          display: block; }
      .site-header-desktop .secondary-menu-level-1-link {
        position: relative;
        padding-left: 18px;
        color: #000; }
        .site-header-desktop .secondary-menu-level-1-link--help {
          padding: 8px 40px 8px 20px;
          border-radius: 20px;
          border: 1px solid #000;
          display: inline-block; }
          .site-header-desktop .secondary-menu-level-1-link--help .icon {
            color: #91A93E; }
        .site-header-desktop .secondary-menu-level-1-link:hover .icon--account,
        .site-header-desktop .secondary-menu-level-1-link:hover .icon--search,
        .site-header-desktop .secondary-menu-level-1-link:hover .icon--cart {
          color: #656868; }
    .site-header-desktop .secondary-menu-submenu {
      position: absolute;
      top: 100%;
      margin-top: 21px;
      left: 0;
      background-color: #fff;
      border: 1px solid #D8D8D8;
      box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
      padding: 30px;
      display: none;
      white-space: nowrap; }
      .site-header-desktop .secondary-menu-submenu:before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 21px; }
      .site-header-desktop .secondary-menu-submenu li + li {
        margin-top: 7px; }
      .site-header-desktop .secondary-menu-submenu a {
        color: #000; }
        .site-header-desktop .secondary-menu-submenu a:hover {
          text-decoration: underline; }
    .site-header-desktop .secondary-menu .icon {
      position: absolute; }
      .site-header-desktop .secondary-menu .icon--account {
        width: 12px;
        height: 12px;
        top: 3px; }
        .page-login .site-header-desktop .secondary-menu .icon--account,
        .page-createaccount .site-header-desktop .secondary-menu .icon--account,
        .page-createaccount_thanks .site-header-desktop .secondary-menu .icon--account,
        .page-account_orderstatus .site-header-desktop .secondary-menu .icon--account,
        .page-account_order .site-header-desktop .secondary-menu .icon--account,
        .page-shippingaddressform .site-header-desktop .secondary-menu .icon--account,
        .page-account_addressbook .site-header-desktop .secondary-menu .icon--account,
        .page-account_new_return .site-header-desktop .secondary-menu .icon--account,
        .page-add-wishlist .site-header-desktop .secondary-menu .icon--account,
        .page-account_recentitems .site-header-desktop .secondary-menu .icon--account,
        .page-account_downloaditem .site-header-desktop .secondary-menu .icon--account,
        .page-editaccount .site-header-desktop .secondary-menu .icon--account,
        .page-account_inbox .site-header-desktop .secondary-menu .icon--account,
        .page-account_saved_return .site-header-desktop .secondary-menu .icon--account,
        .page-account_returns .site-header-desktop .secondary-menu .icon--account,
        .page-getnewpassword .site-header-desktop .secondary-menu .icon--account,
        .page-forgotpassword .site-header-desktop .secondary-menu .icon--account {
          color: #91A93E; }
      .site-header-desktop .secondary-menu .icon--search, .site-header-desktop .secondary-menu .icon--cart {
        width: 10px;
        height: 10px;
        top: 4px; }
      .page-cart .site-header-desktop .secondary-menu .icon--cart {
        color: #91A93E; }
      .search-bar-visible .site-header-desktop .secondary-menu .icon--search,
      .page-search .site-header-desktop .secondary-menu .icon--search {
        color: #91A93E; }
      .site-header-desktop .secondary-menu .icon--account, .site-header-desktop .secondary-menu .icon--search, .site-header-desktop .secondary-menu .icon--cart {
        left: 0;
        color: #D8D8D8; }
      .site-header-desktop .secondary-menu .icon--help {
        width: 14px;
        height: 14px;
        right: 18px;
        top: 50%;
        transform: translateY(-50%); }
        .site-header-desktop .secondary-menu .icon--help svg {
          stroke: #91A93E; }

@media (min-width: 1280px) {
  .site-header-mobile {
    display: none; } }

.site-header-mobile-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  font-size: 14px;
  align-items: center;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #D8D8D8; }
  .site-header-mobile-menu .icon {
    width: 10px;
    height: 10px;
    display: block;
    margin: 0 auto; }
  .site-header-mobile-menu__label {
    display: block;
    line-height: 1.85; }
  .site-header-mobile-menu-item {
    padding: 15px 15px 10px; }
    .site-header-mobile-menu-item--logo {
      padding-top: 5px;
      padding-bottom: 5px; }
    .site-header-mobile-menu-item--toggle {
      margin-left: auto; }
      .site-header-mobile-menu-item--toggle .icon {
        color: #D8D8D8; }
        .mobile-nav-visible .site-header-mobile-menu-item--toggle .icon--menu {
          display: none; }
        .site-header-mobile-menu-item--toggle .icon--close {
          display: none;
          color: #656868; }
          .mobile-nav-visible .site-header-mobile-menu-item--toggle .icon--close {
            display: block; }
    .site-header-mobile-menu-item--cart .icon {
      color: #D8D8D8; }
    .site-header-mobile-menu-item--cart .has-cart-items .icon {
      color: #91A93E; }
  .site-header-mobile-menu .logo {
    padding: 0 5px; }
  .site-header-mobile-menu button {
    padding: 0; }
  .site-header-mobile-menu li + li {
    border-left: 1px solid #D8D8D8; }

.site-header .mobile-dropdown-menu {
  transition: transform .25s ease-out, padding 0.15s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background-color: #fff;
  transform: translate3d(0, -100%, 0);
  padding-top: 60px;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100); }
  @media (min-width: 1280px) {
    .site-header .mobile-dropdown-menu {
      display: none; } }
  .mobile-nav-visible .site-header .mobile-dropdown-menu {
    transform: translate3d(0, 0, 0); }
  .site-header .mobile-dropdown-menu-container {
    transition: transform .15s ease-out;
    display: flex;
    width: 200%;
    height: 100%; }
    .site-header .mobile-dropdown-menu-container.menu-level-2-visible {
      transform: translateX(-50%); }
  .site-header .mobile-dropdown-menu-level {
    width: 50%;
    display: flex;
    flex-direction: column; }
    .site-header .mobile-dropdown-menu-level--1 {
      padding: 10px 20px; }
      .site-header .mobile-dropdown-menu-level--1 .primary-menu-submenu {
        display: none; }
    .site-header .mobile-dropdown-menu-level--2 {
      padding: 10px 0; }
      .site-header .mobile-dropdown-menu-level--2 .primary-menu-submenu {
        display: block; }
  .site-header .mobile-dropdown-menu .primary-menu {
    margin: 0 0 20px; }
    .site-header .mobile-dropdown-menu .primary-menu-level-1-item {
      border-bottom: 1px solid #D8D8D8; }
    .site-header .mobile-dropdown-menu .primary-menu-level-1-link {
      padding: 20px 0;
      font-weight: 600;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .site-header .mobile-dropdown-menu .primary-menu-level-1-link .icon svg {
        fill: none; }
    .site-header .mobile-dropdown-menu .primary-menu-mega-grid {
      padding: 0 20px; }
    .site-header .mobile-dropdown-menu .primary-menu-mega-list {
      display: none;
      margin-bottom: 20px; }
    .site-header .mobile-dropdown-menu .primary-menu-mega-item {
      border-bottom: 1px solid #D8D8D8; }
      .site-header .mobile-dropdown-menu .primary-menu-mega-item-header {
        display: flex;
        justify-content: space-between; }
        .site-header .mobile-dropdown-menu .primary-menu-mega-item-header button {
          margin: 15px 0;
          padding: 8px; }
        .site-header .mobile-dropdown-menu .primary-menu-mega-item-header .icon {
          color: #656868;
          display: block;
          width: 18px;
          height: 18px; }
        .site-header .mobile-dropdown-menu .primary-menu-mega-item-header.expanded .icon {
          transform: rotate(45deg); }
        .site-header .mobile-dropdown-menu .primary-menu-mega-item-header.expanded + .primary-menu-mega-list {
          display: block; }
      .site-header .mobile-dropdown-menu .primary-menu-mega-item-link {
        padding: 13px 0 13px 40px;
        position: relative;
        display: block; }
        .site-header .mobile-dropdown-menu .primary-menu-mega-item-link .icon {
          color: #656868;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 22px;
          height: 22px; }
    .site-header .mobile-dropdown-menu .primary-menu-mega-link {
      display: block;
      padding: 20px 0;
      flex-grow: 1;
      position: relative; }
      .site-header .mobile-dropdown-menu .primary-menu-mega-link .icon {
        position: absolute;
        top: 24px;
        right: 0; }
        .site-header .mobile-dropdown-menu .primary-menu-mega-link .icon svg {
          fill: none; }
      .site-header .mobile-dropdown-menu .primary-menu-mega-link-text {
        font-size: 14px;
        display: block; }
  .site-header .mobile-dropdown-menu .secondary-submenu {
    padding: 20px; }
    .site-header .mobile-dropdown-menu .secondary-submenu li {
      padding: 9px 0; }
  .site-header .mobile-dropdown-menu .back-level-container {
    padding: 0 20px;
    border-bottom: 1px solid #D8D8D8; }
    .site-header .mobile-dropdown-menu .back-level-container .back-level {
      font-weight: 600;
      display: flex;
      gap: 20px;
      padding: 20px 0;
      align-items: center; }
    .site-header .mobile-dropdown-menu .back-level-container .icon svg {
      fill: none; }
  .site-header .mobile-dropdown-menu .search-form {
    margin-bottom: 20px; }
  .site-header .mobile-dropdown-menu .mobile-account {
    border-top: 1px solid #D8D8D8;
    padding: 20px 0;
    margin: 0 0 10px 0;
    display: flex;
    justify-content: space-between; }
    .site-header .mobile-dropdown-menu .mobile-account__label {
      display: flex;
      gap: 7px;
      align-items: center; }
      .site-header .mobile-dropdown-menu .mobile-account__label .icon {
        color: #D8D8D8; }
    .site-header .mobile-dropdown-menu .mobile-account__links span {
      margin: 0 7px; }
    .site-header .mobile-dropdown-menu .mobile-account__links a {
      color: #374113;
      text-decoration: underline; }
  .site-header .mobile-dropdown-menu .mobile-trade-banner {
    background-color: #374113;
    padding: 20px; }
    .site-header .mobile-dropdown-menu .mobile-trade-banner__title {
      color: #91A93E; }
    .site-header .mobile-dropdown-menu .mobile-trade-banner__text {
      color: #fff; }
    .site-header .mobile-dropdown-menu .mobile-trade-banner__cta {
      position: relative;
      font-size: 14px;
      font-weight: 500;
      padding: 5px 35px 5px 15px;
      border-radius: 20px;
      display: inline-block;
      text-decoration: none;
      background-color: #91A93E;
      color: #fff;
      border: 1px solid #91A93E; }
      @media (min-width: 1280px) {
        .site-header .mobile-dropdown-menu .mobile-trade-banner__cta {
          font-size: 18px;
          padding: 6px 40px 6px 20px; } }
      .site-header .mobile-dropdown-menu .mobile-trade-banner__cta .icon {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        height: 14px;
        width: 14px;
        color: #374113; }

.site-footer {
  background-color: #656868;
  color: #fff;
  font-size: 14px;
  line-height: 1.715; }
  @media (min-width: 1024px) {
    .site-footer {
      font-size: 16px;
      line-height: 1.625; } }
  .site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .site-footer a {
    color: inherit;
    text-decoration: none; }
    .site-footer a:hover {
      text-decoration: underline; }
  .site-footer h6 {
    color: inherit;
    margin: 0 0 1em 0; }
  .site-footer-block {
    padding: 17px 0 0;
    border-top: 1px solid #909292; }
    @media (min-width: 1024px) {
      .site-footer-block {
        padding: 0;
        border: none;
        padding-left: 0.775rem;
        padding-right: 0.775rem;
        width: 25%;
        float: left; } }
    @media (min-width: 1280px) {
      .site-footer-block {
        padding-left: 0.775rem;
        padding-right: 0.775rem;
        width: 16.66667%;
        float: left; } }
    .site-footer-block:last-child {
      border-bottom: 1px solid #909292; }
      @media (min-width: 1024px) {
        .site-footer-block:last-child {
          border: none; } }
    .site-footer-block.expanded .site-footer-block__title:after {
      display: none; }
    .site-footer-block.expanded .site-footer-block__content {
      display: block; }
    .site-footer-block__title {
      position: relative; }
      .site-footer-block__title::before {
        content: '';
        position: absolute;
        top: 9px;
        right: 0;
        border-top: 2px solid #fff;
        width: 18px; }
        @media (min-width: 1024px) {
          .site-footer-block__title::before {
            display: none; } }
      .site-footer-block__title::after {
        content: '';
        position: absolute;
        top: 9px;
        height: 18px;
        right: 8px;
        border-right: 2px solid #fff;
        margin-top: -8px; }
        @media (min-width: 1024px) {
          .site-footer-block__title::after {
            display: none; } }
    .site-footer-block__content {
      display: none;
      padding-bottom: 15px; }
      @media (min-width: 1024px) {
        .site-footer-block__content {
          display: block;
          padding-bottom: 0; } }
      .site-footer-block__content li {
        margin-bottom: 10px; }
  .site-footer .main-bar {
    padding: 40px 0 30px; }
    @media (min-width: 1024px) {
      .site-footer .main-bar {
        pad: 50px 0; } }
    @media (min-width: 1024px) {
      .site-footer .main-bar-container {
        margin: 0 -0.775rem;
        max-width: none;
        width: auto; }
        .site-footer .main-bar-container:before, .site-footer .main-bar-container:after {
          content: " ";
          display: table; }
        .site-footer .main-bar-container:after {
          clear: both; } }
    @media (min-width: 1024px) {
      .site-footer .main-bar .tagline-column {
        padding-left: 0.775rem;
        padding-right: 0.775rem;
        width: 25%;
        float: left; } }
    @media (min-width: 1280px) {
      .site-footer .main-bar .tagline-column {
        padding-left: 0.775rem;
        padding-right: 0.775rem;
        width: 41.66667%;
        float: left; } }
    .site-footer .main-bar .tagline-column .tagline {
      font-size: 26px;
      margin-bottom: 1.35em;
      font-weight: 400;
      color: #fff;
      text-align: center; }
      @media (min-width: 1024px) {
        .site-footer .main-bar .tagline-column .tagline {
          text-align: left; } }
      @media (min-width: 1280px) {
        .site-footer .main-bar .tagline-column .tagline {
          font-size: 40px; } }
      .site-footer .main-bar .tagline-column .tagline sup {
        font-size: 14px;
        vertical-align: super; }
        @media (min-width: 1024px) {
          .site-footer .main-bar .tagline-column .tagline sup {
            font-size: 16px; } }
  .site-footer .contact-bar {
    margin-bottom: 30px; }
    @media (min-width: 1024px) {
      .site-footer .contact-bar {
        padding: 30px 0;
        margin-bottom: 0; } }
    .site-footer .contact-bar-container {
      margin: 0 -0.775rem;
      max-width: none;
      width: auto;
      display: flex;
      flex-wrap: wrap; }
      .site-footer .contact-bar-container:before, .site-footer .contact-bar-container:after {
        content: " ";
        display: table; }
      .site-footer .contact-bar-container:after {
        clear: both; }
      @media (min-width: 1024px) {
        .site-footer .contact-bar-container {
          align-items: flex-end; } }
    .site-footer .contact-bar .logo-column {
      padding-left: 0.775rem;
      padding-right: 0.775rem;
      width: 100%;
      order: 3;
      margin-top: 30px;
      text-align: center; }
      @media (min-width: 1024px) {
        .site-footer .contact-bar .logo-column {
          padding-left: 0.775rem;
          padding-right: 0.775rem;
          width: 25%;
          order: 1;
          margin-top: 0;
          text-align: left; } }
      @media (min-width: 1280px) {
        .site-footer .contact-bar .logo-column {
          padding-left: 0.775rem;
          padding-right: 0.775rem;
          width: 41.66667%; } }
      .site-footer .contact-bar .logo-column .logo-link {
        display: block;
        margin-bottom: 25px; }
        @media (min-width: 1024px) {
          .site-footer .contact-bar .logo-column .logo-link {
            margin-bottom: 0; } }
      @media (min-width: 1024px) {
        .site-footer .contact-bar .logo-column .social-link {
          display: none; } }
      @media (min-width: 1024px) {
        .site-footer .contact-bar .logo-column .logo-image {
          width: 524px; } }
    .site-footer .contact-bar .address-column {
      padding-left: 0.775rem;
      padding-right: 0.775rem;
      width: 50%;
      order: 2; }
      @media (min-width: 1024px) {
        .site-footer .contact-bar .address-column {
          padding-left: 0.775rem;
          padding-right: 0.775rem;
          width: 25%; } }
      @media (min-width: 1280px) {
        .site-footer .contact-bar .address-column {
          padding-left: 0.775rem;
          padding-right: 0.775rem;
          width: 16.66667%; } }
      .site-footer .contact-bar .address-column p:last-child {
        margin: 0; }
    .site-footer .contact-bar .contact-column {
      padding-left: 0.775rem;
      padding-right: 0.775rem;
      width: 100%;
      order: 1; }
      @media (min-width: 1024px) {
        .site-footer .contact-bar .contact-column {
          padding-left: 0.775rem;
          padding-right: 0.775rem;
          width: 25%;
          order: 3; } }
      .site-footer .contact-bar .contact-column .contact-container {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 30px; }
        @media (min-width: 1024px) {
          .site-footer .contact-bar .contact-column .contact-container {
            margin-bottom: 0; } }
      .site-footer .contact-bar .contact-column .contact-link {
        position: relative;
        font-size: 14px;
        font-weight: 500;
        padding: 5px 35px 5px 15px;
        border-radius: 20px;
        display: inline-block;
        text-decoration: none;
        background-color: #91A93E;
        color: #fff;
        border: 1px solid #91A93E; }
        @media (min-width: 1280px) {
          .site-footer .contact-bar .contact-column .contact-link {
            font-size: 18px;
            padding: 6px 40px 6px 20px; } }
        .site-footer .contact-bar .contact-column .contact-link .icon {
          position: absolute;
          top: 50%;
          right: 15px;
          transform: translateY(-50%);
          height: 14px;
          width: 14px;
          color: #374113; }
  .site-footer .legal-bar {
    padding: 10px 0 13px;
    border-top: 1px solid #909292; }
    @media (min-width: 1024px) {
      .site-footer .legal-bar {
        padding: 21px 0; } }
    .site-footer .legal-bar-container {
      display: flex;
      flex-direction: column; }
      @media (min-width: 1024px) {
        .site-footer .legal-bar-container {
          flex-direction: row;
          align-items: center; } }
    .site-footer .legal-bar .legal-copy {
      font-weight: 500;
      text-align: center;
      order: 2; }
      @media (min-width: 1024px) {
        .site-footer .legal-bar .legal-copy {
          order: 1; } }
    .site-footer .legal-bar .legal-social {
      margin-left: auto;
      display: none; }
      @media (min-width: 1024px) {
        .site-footer .legal-bar .legal-social {
          display: block;
          order: 3; } }
    .site-footer .legal-bar .legal-links {
      order: 1;
      margin-bottom: 5px; }
      @media (min-width: 1024px) {
        .site-footer .legal-bar .legal-links {
          margin-left: 30px;
          margin-bottom: 0;
          order: 2; } }
      .site-footer .legal-bar .legal-links-list {
        display: flex; }
        .site-footer .legal-bar .legal-links-list li + li {
          margin-left: 30px; }
  .site-footer .social-link .icon {
    width: 24px;
    height: 24px;
    margin-right: 3px; }
    .site-footer .social-link .icon svg {
      fill: #91A93E; }

@media (min-width: 768px) {
  .product-listing {
    margin: 0 -0.775rem;
    max-width: none;
    width: auto; }
    .product-listing:before, .product-listing:after {
      content: " ";
      display: table; }
    .product-listing:after {
      clear: both; } }

@media (min-width: 768px) {
  .product-listing .product {
    padding-left: 0.775rem;
    padding-right: 0.775rem;
    width: 50%;
    float: left; } }

@media (min-width: 1024px) {
  .product-listing .product {
    padding-left: 0.775rem;
    padding-right: 0.775rem;
    width: 33.33333%;
    float: left; } }

.product-card {
  margin-bottom: 50px; }
  .product-card--has-second-image:hover .product-card-image {
    opacity: 0; }
  .product-card--has-second-image:hover .product-card-image--alt {
    opacity: 1; }
  .product-card-figure {
    margin-bottom: 15px; }
    @media (min-width: 1024px) {
      .product-card-figure {
        margin-bottom: 20px; } }
  .product-card-img-container {
    position: relative; }
    .product-card-img-container::after {
      content: '';
      padding-bottom: 66%;
      display: block; }
  .product-card-image {
    transition: opacity .25s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1; }
    .product-card-image--alt {
      z-index: 0;
      opacity: 0; }
  .product-card-title {
    margin: 0 0 10px 0; }
    .product-card-title a {
      text-decoration: none;
      color: inherit; }

.product-card-cta {
  margin-bottom: 25px;
  position: relative;
  position: relative; }
  @media (min-width: 1024px) {
    .product-card-cta {
      margin-bottom: 50px; } }
  @media (min-width: 1024px) {
    .product-card-cta::before {
      content: '';
      display: block;
      padding-bottom: 66%; } }
  .product-card-cta-link {
    color: white;
    text-decoration: none;
    padding: 10px;
    display: block; }
    @media (min-width: 1024px) {
      .product-card-cta-link {
        transition: color .25s ease-out;
        border-top: 1px solid #D8D8D8;
        border-bottom: 1px solid #D8D8D8;
        position: absolute;
        color: #000;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        overflow: hidden; } }
    @media (min-width: 1280px) {
      .product-card-cta-link {
        padding: 20px; } }
    @media (min-width: 1440px) {
      .product-card-cta-link {
        padding: 30px; } }
    .product-card-cta-link::before {
      transition: transform .4s ease-in-out;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #374113;
      z-index: -1; }
      @media (min-width: 1024px) {
        .product-card-cta-link::before {
          transform: translateX(-110%); } }
    @media (min-width: 1024px) {
      .product-card-cta-link:hover {
        color: #fff; }
        .product-card-cta-link:hover::before {
          transform: translateX(0); } }
  .product-card-cta-title {
    display: block;
    color: inherit;
    margin-bottom: 45px; }
  .product-card-cta-action {
    display: block;
    padding-right: 36px;
    position: relative;
    font-weight: 500;
    text-align: right; }
    .product-card-cta-action .icon {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      width: 18px;
      height: 18px; }
      @media (min-width: 1024px) {
        .product-card-cta-action .icon {
          width: 20px;
          height: 20px; } }
      @media (min-width: 1440px) {
        .product-card-cta-action .icon {
          width: 24px;
          height: 24px; } }

@media (min-width: 1024px) {
  .productView {
    margin: 0 -0.775rem;
    max-width: none;
    width: auto; }
    .productView:before, .productView:after {
      content: " ";
      display: table; }
    .productView:after {
      clear: both; } }

.productView-title {
  margin-bottom: 5px; }

@media (min-width: 1024px) {
  .productView-images {
    padding-left: 0.775rem;
    padding-right: 0.775rem;
    width: 50%;
    float: left; } }

@media (min-width: 1280px) {
  .productView-images {
    padding-left: 0.775rem;
    padding-right: 0.775rem;
    width: 66.66667%;
    float: left; } }

@media (min-width: 1024px) {
  .productView-images .images-list {
    margin-bottom: 100px; } }

@media (min-width: 1024px) {
  .productView-images .images-list.slick-slider {
    margin-bottom: 100px; } }

.productView-images .images-list:not(.slick-slider) .image-item + .image-item {
  display: none; }

.productView-images .image-item-link {
  display: block;
  overflow: hidden;
  position: relative; }
  .productView-images .image-item-link::before {
    content: '';
    padding-bottom: 66%;
    display: block; }
  .productView-images .image-item-link img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain; }

.productView-details--header {
  margin-bottom: 20px; }

@media (min-width: 1024px) {
  .productView-details {
    padding-left: 0.775rem;
    padding-right: 0.775rem;
    width: 50%;
    float: right; } }

@media (min-width: 1280px) {
  .productView-details {
    padding-left: 0.775rem;
    padding-right: 0.775rem;
    width: 33.33333%;
    float: right; } }

.productView-options {
  padding-top: 30px;
  border-top: 1px solid #D8D8D8; }
  .productView-options .choices {
    margin-bottom: 0; }
    .productView-options .choices__inner {
      background-color: #fff;
      border-color: #D8D8D8;
      border-radius: 5px; }
    .productView-options .choices__list .choices__item {
      display: flex;
      justify-content: space-between; }
    .productView-options .choices__list--single .choices__item {
      padding-right: 10px; }
    .productView-options .choices__list--dropdown .choices__variant-price {
      color: #656868; }
      .productView-options .choices__list--dropdown .choices__variant-price::before {
        content: 'Starting at '; }
    .productView-options .choices[data-type*=select-one]::after {
      width: 20px;
      height: 20px;
      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-repeat: no-repeat;
      border: none;
      background-position: center;
      margin-top: -10px; }
    .productView-options .choices[data-type*=select-one].is-open::after {
      transform: rotate(180deg); }
  .productView-options .form-field {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #D8D8D8; }
    .productView-options .form-field--radio {
      padding-bottom: 10px; }
    .productView-options .form-field:last-child {
      border-bottom: none;
      margin-bottom: 0; }
    .productView-options .form-field .form-label {
      display: flex;
      justify-content: space-between; }
      .productView-options .form-field .form-label .custom-field-guide {
        color: #374113;
        font-weight: 400; }
        .productView-options .form-field .form-label .custom-field-guide a {
          text-decoration: none; }
          .productView-options .form-field .form-label .custom-field-guide a:hover {
            text-decoration: underline; }
      .productView-options .form-field .form-label--alternate {
        color: #656868; }
        .productView-options .form-field .form-label--alternate span.label {
          text-transform: uppercase;
          font-size: 16px;
          font-weight: 500;
          letter-spacing: 0.02em; }
        .productView-options .form-field .form-label--alternate .label--optional::after {
          content: ' (optional)'; }
        .productView-options .form-field .form-label--alternate span[data-option-value] {
          color: black;
          margin-left: 12px; }
    .productView-options .form-field--swatch .form-options-row {
      display: flex;
      flex-wrap: wrap;
      gap: 3px; }
    .productView-options .form-field--swatch.form-field--swatch-grouped .form-options-group-title {
      flex: 0 0 100%;
      margin-top: 10px;
      font-size: 14px;
      line-height: 1.25; }
    .productView-options .form-field--swatch.form-field--swatch-grouped .form-options-group-title:first-child {
      margin-top: 0; }
    .productView-options .form-field--radio .form-options-row {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -14px; }
    .productView-options .form-field--radio .form-option-wrapper {
      padding: 0 14px;
      width: 50%; }
  .productView-options .form-radio:checked + .form-option-swatch {
    border-color: #374113; }
  .productView-options .form-radio:checked + .form-option-radio {
    border-color: #374113;
    outline-color: #374113;
    background-color: #F6F6F6; }
  .productView-options .form-option-swatch {
    border: 2px solid transparent;
    width: 84px;
    border-radius: 5px;
    display: block;
    overflow: hidden;
    padding: 3px;
    outline: none; }
    .productView-options .form-option-swatch .icon {
      width: 74px;
      height: 74px;
      fill: none; }
  .productView-options .form-option-radio {
    border-radius: 5px;
    padding: 15px;
    border: 1px solid #D8D8D8;
    outline: 1px solid transparent;
    outline-offset: 0;
    display: block;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.25;
    margin-bottom: 15px; }
  .productView-options .form-option-variant--pattern {
    display: block;
    border: 1px solid #D8D8D8;
    border-radius: 3px; }
    .productView-options .form-option-variant--pattern::before {
      content: '';
      padding-bottom: 100%;
      display: block; }
  .productView-options .color-samples-info {
    margin-top: 20px;
    display: flex;
    justify-content: space-between; }
    .productView-options .color-samples-info .icon {
      color: #656868;
      width: 25px;
      height: 25px;
      margin-right: 5px; }
    .productView-options .color-samples-info a {
      color: #374113;
      text-decoration: none; }
      .productView-options .color-samples-info a:hover {
        text-decoration: underline; }
  .productView-options .add-to-cart-wrapper {
    border-top: 1px solid #D8D8D8;
    padding-top: 30px; }
  .productView-options .add-to-cart-buttons .form-action + .form-action {
    padding-bottom: 15px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 15px; }
  .productView-options .add-to-cart-buttons .qn-add-to-quote {
    margin-bottom: 0;
    border: none;
    color: black; }
    .productView-options .add-to-cart-buttons .qn-add-to-quote:before {
      content: '';
      display: inline-block;
      width: 12px;
      height: 12px;
      transform: rotate(45deg);
      background-color: #D8D8D8;
      margin-right: 15px; }
    .productView-options .add-to-cart-buttons .qn-add-to-quote:hover {
      text-decoration: underline; }
      .productView-options .add-to-cart-buttons .qn-add-to-quote:hover:before {
        background-color: #656868; }

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

.productView .slick-arrow {
  color: #656868;
  width: 53px;
  height: 40px;
  bottom: -70px;
  top: auto;
  transform: none; }
  .productView .slick-arrow.slick-next {
    right: 0; }
  .productView .slick-arrow.slick-prev {
    right: 100px;
    left: auto; }

.productView .slick-dots {
  bottom: 0; }
  @media (min-width: 1024px) {
    .productView .slick-dots {
      right: 200px;
      bottom: -68px;
      width: auto;
      left: auto; } }
  .productView .slick-dots li button {
    background-color: white;
    height: 3px;
    width: 15px;
    padding: 0; }
    @media (min-width: 1024px) {
      .productView .slick-dots li button {
        background-color: #D8D8D8; } }
  .productView .slick-dots li.slick-active button {
    background-color: #000; }
    @media (min-width: 1024px) {
      .productView .slick-dots li.slick-active button {
        background-color: #91A93E; } }

.single-product-description {
  padding: 30px 0;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 50px; }
  @media (min-width: 1024px) {
    .single-product-description {
      padding: 50px 0;
      margin-bottom: 100px; } }
  .single-product-description__header {
    margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .single-product-description__content {
      margin: 0 -0.775rem;
      max-width: none;
      width: auto;
      margin-bottom: 30px; }
      .single-product-description__content:before, .single-product-description__content:after {
        content: " ";
        display: table; }
      .single-product-description__content:after {
        clear: both; } }
  @media (min-width: 1024px) {
    .single-product-description__title {
      padding-left: 0.775rem;
      padding-right: 0.775rem;
      width: 50%;
      float: left; } }
  @media (min-width: 1024px) {
    .single-product-description__text {
      padding-left: 0.775rem;
      padding-right: 0.775rem;
      width: 50%;
      float: left; } }
  .single-product-description__text > *:last-child {
    margin-bottom: 0; }
  .single-product-description .image-widget {
    margin-top: 20px; }
    @media (min-width: 1024px) {
      .single-product-description .image-widget {
        margin-top: 50px; } }
    .single-product-description .image-widget img {
      width: 100%; }

.single-product-video {
  position: relative; }
  .single-product-video::before {
    content: '';
    display: block;
    padding-bottom: 56.25%;
    /*(1280x720)*/ }
  .single-product-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; }

.single-product-overview {
  /*
        border-bottom: 1px solid $aluminum;
        margin-bottom: 100px;
        */ }
  @media (min-width: 1024px) {
    .single-product-overview__container {
      margin: 0 -0.775rem;
      max-width: none;
      width: auto;
      display: flex;
      justify-content: space-between; }
      .single-product-overview__container:before, .single-product-overview__container:after {
        content: " ";
        display: table; }
      .single-product-overview__container:after {
        clear: both; } }
  .single-product-overview__container::before, .single-product-overview__container::after {
    display: none; }
  @media (min-width: 1024px) {
    .single-product-overview__features {
      padding-left: 0.775rem;
      padding-right: 0.775rem;
      width: 58.33333%; } }
  @media (min-width: 1024px) {
    .single-product-overview__specifications {
      padding-left: 0.775rem;
      padding-right: 0.775rem;
      width: 33.33333%; } }

.cart a {
  text-decoration: none; }

@media (min-width: 1280px) {
  .cart-page-content {
    display: flex; } }

@media (min-width: 1280px) {
  .cart-page-content__items {
    width: 70%;
    border-right: 1px solid #D8D8D8; } }

@media (min-width: 1440px) {
  .cart-page-content__items {
    width: 66.66%; } }

@media (min-width: 1280px) {
  .cart-page-content__totals {
    width: 30%; } }

@media (min-width: 1440px) {
  .cart-page-content__totals {
    width: 33.33%; } }

@media (min-width: 1280px) {
  .cart-page-content__totals-header {
    padding: 20px 0 20px 20px; } }

@media (min-width: 1440px) {
  .cart-page-content__totals-header {
    padding: 30px 0 30px 50px; } }

.cart-page-content__totals-footer {
  padding: 20px 0;
  border-top: 1px solid #D8D8D8; }
  @media (min-width: 1280px) {
    .cart-page-content__totals-footer {
      padding: 20px 0 20px 20px; } }
  @media (min-width: 1440px) {
    .cart-page-content__totals-footer {
      padding: 30px 0 30px 50px; } }

.cart-page-content__totals .cart-actions + .cart-actions {
  padding-bottom: 15px;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 15px; }
  .cart-page-content__totals .cart-actions + .cart-actions #qn-cart-to-quote {
    margin-bottom: 0;
    border: none;
    color: black; }
    .cart-page-content__totals .cart-actions + .cart-actions #qn-cart-to-quote:before {
      content: '';
      display: inline-block;
      width: 12px;
      height: 12px;
      transform: rotate(45deg);
      background-color: #D8D8D8;
      margin-right: 15px; }
    .cart-page-content__totals .cart-actions + .cart-actions #qn-cart-to-quote:hover {
      text-decoration: underline; }
      .cart-page-content__totals .cart-actions + .cart-actions #qn-cart-to-quote:hover:before {
        background-color: #656868; }

.cart-list {
  margin-bottom: 30px; }
  @media (min-width: 1280px) {
    .cart-list {
      margin-bottom: 100px; } }

.cart-totals {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0; }
  @media (min-width: 1280px) {
    .cart-totals {
      margin-bottom: 0; } }
  .cart-totals .cart-total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px; }
    @media (min-width: 1280px) {
      .cart-totals .cart-total {
        margin-bottom: 30px; } }
    .cart-totals .cart-total:last-child {
      margin-bottom: 0; }
    .cart-totals .cart-total-label {
      color: #656868; }
    .cart-totals .cart-total-value button {
      text-decoration: underline;
      color: #374113;
      padding: 0; }

.cart-edit, .cart-remove {
  padding: 0;
  font-size: 14px;
  color: #374113; }
  @media (min-width: 1280px) {
    .cart-edit, .cart-remove {
      font-size: 16px; } }
  .cart-edit .icon, .cart-remove .icon {
    width: 16px;
    height: 16px;
    margin-right: 2px; }
    @media (min-width: 1280px) {
      .cart-edit .icon, .cart-remove .icon {
        width: 22px;
        height: 22px;
        margin-right: 8px; } }

.cart .cart-item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #D8D8D8;
  padding: 20px 0; }
  @media (min-width: 1280px) {
    .cart .cart-item {
      flex-wrap: nowrap;
      padding: 20px 20px 20px 0;
      gap: 28px; } }
  @media (min-width: 1440px) {
    .cart .cart-item {
      padding: 30px 28px 30px 0; } }
  .cart .cart-item-options {
    margin-top: 20px;
    margin-bottom: 20px; }
    @media (min-width: 1280px) {
      .cart .cart-item-options {
        display: none; } }
    .cart .cart-item-options__list {
      list-style: none;
      padding: 0;
      margin: 0;
      font-size: 16px; }
      .cart .cart-item-options__list strong {
        color: #656868;
        font-weight: 400; }
  .cart .cart-item-figure {
    position: relative;
    width: 50%;
    padding-right: 10px; }
    @media (min-width: 1280px) {
      .cart .cart-item-figure {
        padding-right: 0;
        width: 248px;
        flex-shrink: 0; } }
    .cart .cart-item-figure img {
      width: 100%; }
  .cart .cart-item-content {
    width: 50%;
    padding-left: 10px; }
    @media (min-width: 1280px) {
      .cart .cart-item-content {
        padding-left: 0;
        width: auto;
        flex: 1;
        display: flex;
        flex-direction: column; } }
    .cart .cart-item-content .cart-item-options__list {
      display: none; }
      @media (min-width: 1280px) {
        .cart .cart-item-content .cart-item-options__list {
          display: block; } }
    .cart .cart-item-content__info {
      display: flex;
      flex-direction: column; }
      @media (min-width: 1280px) {
        .cart .cart-item-content__info {
          flex-direction: row;
          margin-bottom: 20px;
          height: auto; } }
    .cart .cart-item-content__product {
      order: 1; }
    .cart .cart-item-content__total {
      order: 2; }
      @media (min-width: 1280px) {
        .cart .cart-item-content__total {
          order: 3; } }
    .cart .cart-item-content__actions {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 20px; }
      @media (min-width: 768px) {
        .cart .cart-item-content__actions {
          gap: 20px;
          justify-content: flex-start; } }
      @media (min-width: 1280px) {
        .cart .cart-item-content__actions {
          gap: 28px;
          margin-top: auto; } }
      .cart .cart-item-content__actions .button,
      .cart .cart-item-content__actions button {
        margin: 0; }
      .cart .cart-item-content__actions-quote {
        display: none; }
        @media (min-width: 1280px) {
          .cart .cart-item-content__actions-quote {
            display: initial; } }
      .cart .cart-item-content__actions-favourite {
        display: none; }
        @media (min-width: 1280px) {
          .cart .cart-item-content__actions-favourite {
            display: initial; } }
      @media (min-width: 1280px) {
        .cart .cart-item-content__actions-edit {
          margin-left: auto; } }
      @media (min-width: 1280px) {
        .cart .cart-item-content__actions-remove {
          margin-left: auto; } }
    .cart .cart-item-content__quantity {
      margin-top: 20px;
      order: 3; }
      @media (min-width: 1280px) {
        .cart .cart-item-content__quantity {
          margin-top: 0;
          margin-left: auto; } }
      .cart .cart-item-content__quantity-form {
        display: flex;
        align-items: center; }
        .cart .cart-item-content__quantity-form label {
          margin: 0 12px 0 0;
          font-weight: 500;
          color: #656868;
          font-size: 16px; }
        .cart .cart-item-content__quantity-form .form-input {
          height: 50px;
          width: 110px; }
    @media (min-width: 1280px) {
      .cart .cart-item-content__total {
        width: 136px;
        text-align: right; } }
    @media (min-width: 1280px) {
      .cart .cart-item-content__total > div {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        min-height: 50px; } }
  .cart .cart-item-actions {
    display: flex;
    gap: 20px;
    width: 100%; }
    @media (min-width: 1280px) {
      .cart .cart-item-actions {
        display: none; } }
    .cart .cart-item-actions > div {
      width: 50%; }
    .cart .cart-item-actions .button {
      margin-bottom: 0; }

.login-container {
  margin-bottom: 100px; }

@media (min-width: 1024px) {
  .login-row {
    margin: 0 -0.775rem;
    max-width: none;
    width: auto;
    display: flex;
    justify-content: center; }
    .login-row:before, .login-row:after {
      content: " ";
      display: table; }
    .login-row:after {
      clear: both; } }

.login-form {
  margin-bottom: 0; }
  .login-form-actions {
    text-align: center;
    display: flex;
    gap: 20px;
    flex-direction: column; }
    @media (min-width: 1024px) {
      .login-form-actions {
        flex-direction: row;
        gap: 0;
        justify-content: center;
        align-items: center; } }
    .login-form-actions > div:first-child {
      order: 2; }
      @media (min-width: 1024px) {
        .login-form-actions > div:first-child {
          order: 1; } }
    .login-form-actions > div:last-child {
      order: 1; }
      @media (min-width: 1024px) {
        .login-form-actions > div:last-child {
          order: 2; } }
    @media (min-width: 1024px) {
      .login-form-actions > div {
        width: 50%; } }
    .login-form-actions .button {
      margin: 0; }

@media (min-width: 1024px) {
  .login .login-column {
    padding-left: 0.775rem;
    padding-right: 0.775rem;
    width: 33.33333%;
    float: left; } }

@media (min-width: 1024px) {
  .login .login-column + .login-column {
    border-left: 1px solid #D8D8D8; } }

.login .existing-customer {
  padding: 50px 30px 0; }

.login .new-customer {
  padding: 50px 0 0 30px; }

.account {
  margin: 0 0 100px; }
  @media (min-width: 1024px) {
    .account-container {
      margin: 0 -0.775rem;
      max-width: none;
      width: auto;
      display: flex; }
      .account-container:before, .account-container:after {
        content: " ";
        display: table; }
      .account-container:after {
        clear: both; } }
  @media (min-width: 1024px) {
    .account-sidebar-column {
      padding-left: 0.775rem;
      padding-right: 0.775rem;
      width: 16.66667%;
      float: left;
      border-right: 1px solid #D8D8D8; } }
  @media (min-width: 1024px) {
    .account-content-column {
      padding-left: 0.775rem;
      padding-right: 0.775rem;
      width: 66.66667%;
      float: left;
      margin-left: auto;
      margin-right: auto; } }
  .account-head {
    padding-top: 50px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D8D8D8; }
    .account-head .page-title {
      margin-bottom: 15px; }
    .account-head--create-account {
      border-bottom: none;
      padding-bottom: 0; }
    .account-head--order-details {
      border-bottom: none;
      padding-bottom: 0;
      padding-top: 30px; }
      .account-head--order-details a {
        color: #374113;
        font-size: 16px;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.02em;
        font-weight: 500; }
        .account-head--order-details a svg {
          fill: none; }
      .account-head--order-details span {
        display: inline-block;
        vertical-align: middle; }
  .account-content {
    padding: 30px 0 0 0; }
    .account-content--wishlist {
      padding: 50px 0 0;
      text-align: center; }
      .account-content--wishlist .form-label {
        text-align: left; }
  .account-nav {
    display: block;
    padding-top: 50px; }
    .account-nav ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .account-nav ul li {
        margin-bottom: 20px; }
      .account-nav ul a {
        text-decoration: none; }
        .account-nav ul a:hover {
          text-decoration: underline; }
      .account-nav ul .is-active {
        text-decoration: underline; }

.account-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #D8D8D8;
  margin-bottom: 30px; }
  .account-list--orders-list {
    border-top: none; }
    .account-list--orders-list .account-list-item:first-child {
      padding-top: 0; }
  .account-list-item {
    padding: 30px 0;
    border-bottom: 1px solid #D8D8D8; }
  .account-list .account-product {
    display: flex; }
    .account-list .account-product--list {
      font-size: 16px; }
    .account-list .account-product-figure {
      width: 110px; }
      .account-list .account-product-figure figure {
        position: relative; }
        .account-list .account-product-figure figure::before {
          content: '';
          padding-bottom: 100%;
          display: block; }
        .account-list .account-product-figure figure img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .account-list .account-product-title {
      margin-bottom: 5px; }
      .account-list .account-product-title a {
        text-decoration: none;
        color: inherit; }
    .account-list .account-product-options {
      list-style: none;
      padding: 0;
      margin: 0;
      color: #656868;
      font-size: 16px; }
    .account-list .account-product-price {
      position: absolute;
      top: 0;
      right: 0; }
    .account-list .account-product-body {
      padding-left: 28px;
      flex: 1;
      position: relative; }
    .account-list .account-product-details {
      display: flex;
      gap: 138px; }
    .account-list .account-product-detail-heading {
      font-size: 16px;
      margin-bottom: 5px; }
    .account-list .account-product .account-order-status {
      position: absolute;
      top: 0;
      right: 0;
      background-color: #D8D8D8;
      border-radius: 50px;
      padding: 1px 12px; }
    .account-list .account-product .account-order-link {
      position: absolute;
      bottom: 0;
      right: 0;
      color: #374113; }

@media (min-width: 768px) {
  .account-address-list {
    margin: 0 -0.775rem;
    max-width: none;
    width: auto;
    display: flex;
    flex-wrap: wrap; }
    .account-address-list:before, .account-address-list:after {
      content: " ";
      display: table; }
    .account-address-list:after {
      clear: both; } }

.account-address-list .account-address {
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .account-address-list .account-address {
      padding-left: 0.775rem;
      padding-right: 0.775rem;
      width: 50%;
      float: left; } }
  @media (min-width: 1024px) {
    .account-address-list .account-address {
      padding-left: 0.775rem;
      padding-right: 0.775rem;
      width: 33.33333%;
      float: left; } }

.account-address-list .address-item {
  display: flex;
  flex-direction: column;
  border: 1px solid #91A93E;
  border-radius: 5px;
  min-height: 220px; }
  .account-address-list .address-item-content {
    padding: 20px; }
  .account-address-list .address-item form {
    margin-top: 0; }
  .account-address-list .address-item--new {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none; }
  .account-address-list .address-item-title {
    display: block; }
  .account-address-list .address-item-details {
    list-style: none;
    padding: 0;
    margin: 0; }
    .account-address-list .address-item-details dt {
      float: left;
      clear: left;
      font-weight: 500;
      margin: 0 8px 5px 0; }
    .account-address-list .address-item-details dd {
      margin: 0 0 5px 0; }
  .account-address-list .address-item .form-actions {
    display: flex;
    justify-content: center;
    margin: 0; }
    .account-address-list .address-item .form-actions .button {
      margin: 0; }
      .account-address-list .address-item .form-actions .button + .button {
        margin-left: 1.55rem; }

.account-order-details {
  display: flex;
  gap: 50px; }
  .account-order-details-content {
    width: 60%; }
  .account-order-details-sidebar {
    width: 40%; }
  .account-order-details .account-order-total {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 60%;
    float: right; }
    .account-order-details .account-order-total li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 22px; }
    .account-order-details .account-order-total-key {
      font-size: 16px;
      color: #656868; }
    .account-order-details .account-order-total-value.grand-total {
      font-weight: 500; }
  .account-order-details .account-sidebar-block {
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    .account-order-details .account-sidebar-block:last-child {
      border-bottom: none;
      padding-bottom: 0; }
    .account-order-details .account-sidebar-block .account-heading {
      margin-bottom: 15px; }
  .account-order-details .account-order-details-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    margin-bottom: 20px; }
    .account-order-details .account-order-details-list li {
      display: flex;
      justify-content: space-between;
      margin-bottom: 3px; }
      .account-order-details .account-order-details-list li > span:first-child {
        color: #656868; }
  .account-order-details .account-order-address {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px; }
  .account-order-details .order-details-info {
    text-align: right; }

.help-page {
  margin-bottom: 50px; }
  @media (min-width: 1024px) {
    .help-page {
      margin: 0 -0.775rem;
      max-width: none;
      width: auto;
      display: flex;
      margin-bottom: 100px; }
      .help-page:before, .help-page:after {
        content: " ";
        display: table; }
      .help-page:after {
        clear: both; } }
  .help-page__navigation {
    padding: 30px 0 0; }
    @media (min-width: 1024px) {
      .help-page__navigation {
        padding: 50px 0 0;
        border-right: 1px solid #D8D8D8;
        padding-left: 0.775rem;
        padding-right: 0.775rem;
        width: 16.66667%;
        float: left; } }
  @media (min-width: 1024px) {
    .help-page__content {
      padding-left: 0.775rem;
      padding-right: 0.775rem;
      width: 66.66667%;
      float: left;
      margin: 0 auto;
      padding-top: 50px; } }
  .help-page__content .page-subtitle {
    margin-bottom: 30px; }
  .help-page__content h2, .help-page__content h3, .help-page__content h4 {
    margin-bottom: 1em; }
  .help-page__content h1 + h3 {
    margin-top: 1em; }
  .help-page__content h3 {
    margin-top: 2.5em; }
  .help-page__content h4 {
    margin-top: 1.5em; }
  .help-page__content p {
    margin-bottom: 1.75em; }
  .help-page__content ul li {
    margin-bottom: .6em; }
  .help-page__content table {
    margin-bottom: 1rem; }
    .help-page__content table tr {
      border-bottom: 1px solid #D8D8D8; }
      .help-page__content table tr:first-child {
        border-top: 1px solid #D8D8D8; }
    .help-page__content table td {
      padding: 19px; }
      .help-page__content table td:first-child {
        padding-left: 0; }

@media (min-width: 1024px) {
  .gallery-blocks {
    margin: 0 -0.775rem;
    max-width: none;
    width: auto; }
    .gallery-blocks:before, .gallery-blocks:after {
      content: " ";
      display: table; }
    .gallery-blocks:after {
      clear: both; } }

@media (min-width: 1024px) {
  .gallery-block {
    padding-left: 0.775rem;
    padding-right: 0.775rem;
    width: 33.33333%;
    float: left; } }

@media (min-width: 1024px) {
  .gallery-block--wide {
    padding-left: 0.775rem;
    padding-right: 0.775rem;
    width: 50%;
    float: left; } }

.hero {
  position: relative;
  color: #fff;
  overflow: hidden;
  height: 400px; }
  .hero--margin-bottom-extra-small {
    margin-bottom: 5px; }
    @media (min-width: 1024px) {
      .hero--margin-bottom-extra-small {
        margin-bottom: 10px; } }
    @media (min-width: 1440px) {
      .hero--margin-bottom-extra-small {
        margin-bottom: 15px; } }
  .hero--margin-bottom-small {
    margin-bottom: 15px; }
    @media (min-width: 1024px) {
      .hero--margin-bottom-small {
        margin-bottom: 20px; } }
    @media (min-width: 1440px) {
      .hero--margin-bottom-small {
        margin-bottom: 25px; } }
  .hero--margin-bottom-medium {
    margin-bottom: 25px; }
    @media (min-width: 1024px) {
      .hero--margin-bottom-medium {
        margin-bottom: 35px; } }
    @media (min-width: 1440px) {
      .hero--margin-bottom-medium {
        margin-bottom: 50px; } }
  .hero--margin-bottom-medium-large {
    margin-bottom: 35px; }
    @media (min-width: 1024px) {
      .hero--margin-bottom-medium-large {
        margin-bottom: 50px; } }
    @media (min-width: 1440px) {
      .hero--margin-bottom-medium-large {
        margin-bottom: 75px; } }
  .hero--margin-bottom-large {
    margin-bottom: 50px; }
    @media (min-width: 1024px) {
      .hero--margin-bottom-large {
        margin-bottom: 75px; } }
    @media (min-width: 1440px) {
      .hero--margin-bottom-large {
        margin-bottom: 100px; } }
  .hero--margin-top-extra-small {
    margin-top: 5px; }
    @media (min-width: 1024px) {
      .hero--margin-top-extra-small {
        margin-top: 10px; } }
    @media (min-width: 1440px) {
      .hero--margin-top-extra-small {
        margin-top: 15px; } }
  .hero--margin-top-small {
    margin-top: 15px; }
    @media (min-width: 1024px) {
      .hero--margin-top-small {
        margin-top: 20px; } }
    @media (min-width: 1440px) {
      .hero--margin-top-small {
        margin-top: 25px; } }
  .hero--margin-top-medium {
    margin-top: 25px; }
    @media (min-width: 1024px) {
      .hero--margin-top-medium {
        margin-top: 35px; } }
    @media (min-width: 1440px) {
      .hero--margin-top-medium {
        margin-top: 50px; } }
  .hero--margin-top-medium-large {
    margin-top: 35px; }
    @media (min-width: 1024px) {
      .hero--margin-top-medium-large {
        margin-top: 50px; } }
    @media (min-width: 1440px) {
      .hero--margin-top-medium-large {
        margin-top: 75px; } }
  .hero--margin-top-large {
    margin-top: 50px; }
    @media (min-width: 1024px) {
      .hero--margin-top-large {
        margin-top: 75px; } }
    @media (min-width: 1440px) {
      .hero--margin-top-large {
        margin-top: 100px; } }
  @media (min-width: 1024px) {
    .hero {
      height: 600px; } }
  .hero sup {
    font-size: 16px;
    vertical-align: super; }
  .hero__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
    .hero__media img, .hero__media video {
      object-fit: cover;
      height: 100%;
      width: 100%; }
    .hero__media::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3); }
    .hero__media::after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-image: url("../img/watermark.svg");
      background-repeat: no-repeat;
      background-position: right -10px bottom -10px;
      opacity: 0.25;
      background-size: 160px auto; }
      @media (min-width: 1024px) {
        .hero__media::after {
          background-size: 270px auto; } }
  .hero__content {
    position: relative;
    padding: 20px 10px;
    height: 100%; }
    @media (min-width: 1024px) {
      .hero__content {
        padding: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center; } }
    .hero__content > div:first-child {
      margin: auto 0; }
    .hero__content > div:last-child {
      margin-top: auto; }
  .hero__title {
    font-weight: 400;
    margin: 0;
    color: inherit; }
  .hero__subtitle {
    margin: 0;
    font-size: 22px; }

.about-widget--margin-bottom-extra-small {
  margin-bottom: 5px; }
  @media (min-width: 1024px) {
    .about-widget--margin-bottom-extra-small {
      margin-bottom: 10px; } }
  @media (min-width: 1440px) {
    .about-widget--margin-bottom-extra-small {
      margin-bottom: 15px; } }

.about-widget--margin-bottom-small {
  margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .about-widget--margin-bottom-small {
      margin-bottom: 20px; } }
  @media (min-width: 1440px) {
    .about-widget--margin-bottom-small {
      margin-bottom: 25px; } }

.about-widget--margin-bottom-medium {
  margin-bottom: 25px; }
  @media (min-width: 1024px) {
    .about-widget--margin-bottom-medium {
      margin-bottom: 35px; } }
  @media (min-width: 1440px) {
    .about-widget--margin-bottom-medium {
      margin-bottom: 50px; } }

.about-widget--margin-bottom-medium-large {
  margin-bottom: 35px; }
  @media (min-width: 1024px) {
    .about-widget--margin-bottom-medium-large {
      margin-bottom: 50px; } }
  @media (min-width: 1440px) {
    .about-widget--margin-bottom-medium-large {
      margin-bottom: 75px; } }

.about-widget--margin-bottom-large {
  margin-bottom: 50px; }
  @media (min-width: 1024px) {
    .about-widget--margin-bottom-large {
      margin-bottom: 75px; } }
  @media (min-width: 1440px) {
    .about-widget--margin-bottom-large {
      margin-bottom: 100px; } }

.about-widget--margin-top-extra-small {
  margin-top: 5px; }
  @media (min-width: 1024px) {
    .about-widget--margin-top-extra-small {
      margin-top: 10px; } }
  @media (min-width: 1440px) {
    .about-widget--margin-top-extra-small {
      margin-top: 15px; } }

.about-widget--margin-top-small {
  margin-top: 15px; }
  @media (min-width: 1024px) {
    .about-widget--margin-top-small {
      margin-top: 20px; } }
  @media (min-width: 1440px) {
    .about-widget--margin-top-small {
      margin-top: 25px; } }

.about-widget--margin-top-medium {
  margin-top: 25px; }
  @media (min-width: 1024px) {
    .about-widget--margin-top-medium {
      margin-top: 35px; } }
  @media (min-width: 1440px) {
    .about-widget--margin-top-medium {
      margin-top: 50px; } }

.about-widget--margin-top-medium-large {
  margin-top: 35px; }
  @media (min-width: 1024px) {
    .about-widget--margin-top-medium-large {
      margin-top: 50px; } }
  @media (min-width: 1440px) {
    .about-widget--margin-top-medium-large {
      margin-top: 75px; } }

.about-widget--margin-top-large {
  margin-top: 50px; }
  @media (min-width: 1024px) {
    .about-widget--margin-top-large {
      margin-top: 75px; } }
  @media (min-width: 1440px) {
    .about-widget--margin-top-large {
      margin-top: 100px; } }

.about-widget__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px; }
  .about-widget__header .h4 {
    margin-bottom: 0; }

@media (min-width: 1024px) {
  .about-widget__content {
    margin: 0 -0.775rem;
    max-width: none;
    width: auto; }
    .about-widget__content:before, .about-widget__content:after {
      content: " ";
      display: table; }
    .about-widget__content:after {
      clear: both; } }

@media (min-width: 1024px) {
  .about-widget__description {
    padding-left: 0.775rem;
    padding-right: 0.775rem;
    width: 66.66667%;
    float: left; } }

.about-widget__note {
  color: #656868;
  font-size: 14px;
  line-height: 1.71; }
  @media (min-width: 1024px) {
    .about-widget__note {
      padding-left: 0.775rem;
      padding-right: 0.775rem;
      width: 33.33333%;
      float: left;
      font-size: 16px;
      line-height: 1.625; } }

.about-widget__link {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 35px 5px 15px;
  border-radius: 20px;
  display: inline-block;
  text-decoration: none;
  background-color: #91A93E;
  color: #fff;
  border: 1px solid #91A93E; }
  @media (min-width: 1280px) {
    .about-widget__link {
      font-size: 18px;
      padding: 6px 40px 6px 20px; } }
  .about-widget__link .icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    height: 14px;
    width: 14px;
    color: #374113; }

.about-widget__images {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  @media (min-width: 1024px) {
    .about-widget__images {
      margin: 0 -0.775rem;
      max-width: none;
      width: auto;
      align-items: flex-end; }
      .about-widget__images:before, .about-widget__images:after {
        content: " ";
        display: table; }
      .about-widget__images:after {
        clear: both; } }

.about-widget__image {
  padding: 0 10px;
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .about-widget__image {
      padding: 0; } }
  .about-widget__image--0 {
    width: 50%; }
    @media (min-width: 1024px) {
      .about-widget__image--0 {
        padding-left: 0.775rem;
        padding-right: 0.775rem;
        width: 25%;
        float: left;
        order: 1; } }
  .about-widget__image--1 {
    width: 1005;
    order: 3; }
    @media (min-width: 1024px) {
      .about-widget__image--1 {
        padding-left: 0.775rem;
        padding-right: 0.775rem;
        width: 41.66667%;
        float: left;
        order: 2; } }
  .about-widget__image--2 {
    width: 50%; }
    @media (min-width: 1024px) {
      .about-widget__image--2 {
        padding-left: 0.775rem;
        padding-right: 0.775rem;
        width: 33.33333%;
        float: left;
        order: 3; } }

.products-widget--margin-bottom-extra-small {
  margin-bottom: 5px; }
  @media (min-width: 1024px) {
    .products-widget--margin-bottom-extra-small {
      margin-bottom: 10px; } }
  @media (min-width: 1440px) {
    .products-widget--margin-bottom-extra-small {
      margin-bottom: 15px; } }

.products-widget--margin-bottom-small {
  margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .products-widget--margin-bottom-small {
      margin-bottom: 20px; } }
  @media (min-width: 1440px) {
    .products-widget--margin-bottom-small {
      margin-bottom: 25px; } }

.products-widget--margin-bottom-medium {
  margin-bottom: 25px; }
  @media (min-width: 1024px) {
    .products-widget--margin-bottom-medium {
      margin-bottom: 35px; } }
  @media (min-width: 1440px) {
    .products-widget--margin-bottom-medium {
      margin-bottom: 50px; } }

.products-widget--margin-bottom-medium-large {
  margin-bottom: 35px; }
  @media (min-width: 1024px) {
    .products-widget--margin-bottom-medium-large {
      margin-bottom: 50px; } }
  @media (min-width: 1440px) {
    .products-widget--margin-bottom-medium-large {
      margin-bottom: 75px; } }

.products-widget--margin-bottom-large {
  margin-bottom: 50px; }
  @media (min-width: 1024px) {
    .products-widget--margin-bottom-large {
      margin-bottom: 75px; } }
  @media (min-width: 1440px) {
    .products-widget--margin-bottom-large {
      margin-bottom: 100px; } }

.products-widget--margin-top-extra-small {
  margin-top: 5px; }
  @media (min-width: 1024px) {
    .products-widget--margin-top-extra-small {
      margin-top: 10px; } }
  @media (min-width: 1440px) {
    .products-widget--margin-top-extra-small {
      margin-top: 15px; } }

.products-widget--margin-top-small {
  margin-top: 15px; }
  @media (min-width: 1024px) {
    .products-widget--margin-top-small {
      margin-top: 20px; } }
  @media (min-width: 1440px) {
    .products-widget--margin-top-small {
      margin-top: 25px; } }

.products-widget--margin-top-medium {
  margin-top: 25px; }
  @media (min-width: 1024px) {
    .products-widget--margin-top-medium {
      margin-top: 35px; } }
  @media (min-width: 1440px) {
    .products-widget--margin-top-medium {
      margin-top: 50px; } }

.products-widget--margin-top-medium-large {
  margin-top: 35px; }
  @media (min-width: 1024px) {
    .products-widget--margin-top-medium-large {
      margin-top: 50px; } }
  @media (min-width: 1440px) {
    .products-widget--margin-top-medium-large {
      margin-top: 75px; } }

.products-widget--margin-top-large {
  margin-top: 50px; }
  @media (min-width: 1024px) {
    .products-widget--margin-top-large {
      margin-top: 75px; } }
  @media (min-width: 1440px) {
    .products-widget--margin-top-large {
      margin-top: 100px; } }

.products-widget__header {
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .products-widget__header {
      margin: 0 -0.775rem;
      max-width: none;
      width: auto; }
      .products-widget__header:before, .products-widget__header:after {
        content: " ";
        display: table; }
      .products-widget__header:after {
        clear: both; } }
  @media (min-width: 1024px) {
    .products-widget__header > div:first-child {
      padding-left: 0.775rem;
      padding-right: 0.775rem;
      width: 25%;
      float: left; } }
  @media (min-width: 1024px) {
    .products-widget__header > div:last-child {
      padding-left: 0.775rem;
      padding-right: 0.775rem;
      width: 75%;
      float: left; } }

.products-widget__title {
  margin-top: 5px; }

.products-widget__grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.775rem;
  max-width: none;
  width: auto; }
  .products-widget__grid:before, .products-widget__grid:after {
    content: " ";
    display: table; }
  .products-widget__grid:after {
    clear: both; }
  @media (min-width: 1024px) {
    .products-widget__grid {
      margin: 0 -0.775rem;
      max-width: none;
      width: auto;
      display: block; }
      .products-widget__grid:before, .products-widget__grid:after {
        content: " ";
        display: table; }
      .products-widget__grid:after {
        clear: both; } }

.products-widget__card {
  padding-left: 0.775rem;
  padding-right: 0.775rem;
  width: 33.33333%;
  float: left; }
  @media (min-width: 768px) {
    .products-widget__card {
      margin-bottom: 30px;
      padding-left: 0.775rem;
      padding-right: 0.775rem;
      width: 50%;
      float: left; } }
  @media (min-width: 1280px) {
    .products-widget__card {
      padding-left: 0.775rem;
      padding-right: 0.775rem;
      width: 25%;
      float: left; } }
  .products-widget__card a {
    text-decoration: none; }
    .products-widget__card a:hover figure img {
      transform: scale(1.1); }
  .products-widget__card-title {
    display: block;
    margin-bottom: 8px; }
  .products-widget__card figure {
    position: relative;
    overflow: hidden; }
    .products-widget__card figure::after {
      content: '';
      display: block;
      padding-bottom: 125%; }
    .products-widget__card figure img {
      transition: transform .35s ease-out;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }

.products-widget__cta {
  position: relative; }
  @media (min-width: 1024px) {
    .products-widget__cta::before {
      content: '';
      display: block;
      padding-bottom: 125%; } }
  .products-widget__cta-link {
    color: white;
    text-decoration: none;
    padding: 10px;
    display: block; }
    @media (min-width: 1024px) {
      .products-widget__cta-link {
        transition: color .25s ease-out;
        border-top: 1px solid #D8D8D8;
        border-bottom: 1px solid #D8D8D8;
        position: absolute;
        color: #000;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        overflow: hidden; } }
    @media (min-width: 1280px) {
      .products-widget__cta-link {
        padding: 20px; } }
    @media (min-width: 1440px) {
      .products-widget__cta-link {
        padding: 30px; } }
    .products-widget__cta-link::before {
      transition: transform .4s ease-in-out;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #374113;
      z-index: -1; }
      @media (min-width: 1024px) {
        .products-widget__cta-link::before {
          transform: translateX(-110%); } }
    @media (min-width: 1024px) {
      .products-widget__cta-link:hover {
        color: #fff; }
        .products-widget__cta-link:hover::before {
          transform: translateX(0); } }
  .products-widget__cta-title {
    display: block;
    color: inherit;
    margin-bottom: 45px; }
  .products-widget__cta-action {
    display: block;
    padding-right: 36px;
    position: relative;
    font-weight: 500;
    text-align: right; }
    .products-widget__cta-action .icon {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      width: 18px;
      height: 18px; }
      @media (min-width: 1024px) {
        .products-widget__cta-action .icon {
          width: 20px;
          height: 20px; } }
      @media (min-width: 1440px) {
        .products-widget__cta-action .icon {
          width: 24px;
          height: 24px; } }
  @media (min-width: 768px) {
    .products-widget__cta {
      margin-top: 28px; } }
  @media (min-width: 1280px) {
    .products-widget__cta {
      margin-top: 36px; } }

.features-widget--margin-bottom-extra-small {
  margin-bottom: 5px; }
  @media (min-width: 1024px) {
    .features-widget--margin-bottom-extra-small {
      margin-bottom: 10px; } }
  @media (min-width: 1440px) {
    .features-widget--margin-bottom-extra-small {
      margin-bottom: 15px; } }

.features-widget--margin-bottom-small {
  margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .features-widget--margin-bottom-small {
      margin-bottom: 20px; } }
  @media (min-width: 1440px) {
    .features-widget--margin-bottom-small {
      margin-bottom: 25px; } }

.features-widget--margin-bottom-medium {
  margin-bottom: 25px; }
  @media (min-width: 1024px) {
    .features-widget--margin-bottom-medium {
      margin-bottom: 35px; } }
  @media (min-width: 1440px) {
    .features-widget--margin-bottom-medium {
      margin-bottom: 50px; } }

.features-widget--margin-bottom-medium-large {
  margin-bottom: 35px; }
  @media (min-width: 1024px) {
    .features-widget--margin-bottom-medium-large {
      margin-bottom: 50px; } }
  @media (min-width: 1440px) {
    .features-widget--margin-bottom-medium-large {
      margin-bottom: 75px; } }

.features-widget--margin-bottom-large {
  margin-bottom: 50px; }
  @media (min-width: 1024px) {
    .features-widget--margin-bottom-large {
      margin-bottom: 75px; } }
  @media (min-width: 1440px) {
    .features-widget--margin-bottom-large {
      margin-bottom: 100px; } }

.features-widget--margin-top-extra-small {
  margin-top: 5px; }
  @media (min-width: 1024px) {
    .features-widget--margin-top-extra-small {
      margin-top: 10px; } }
  @media (min-width: 1440px) {
    .features-widget--margin-top-extra-small {
      margin-top: 15px; } }

.features-widget--margin-top-small {
  margin-top: 15px; }
  @media (min-width: 1024px) {
    .features-widget--margin-top-small {
      margin-top: 20px; } }
  @media (min-width: 1440px) {
    .features-widget--margin-top-small {
      margin-top: 25px; } }

.features-widget--margin-top-medium {
  margin-top: 25px; }
  @media (min-width: 1024px) {
    .features-widget--margin-top-medium {
      margin-top: 35px; } }
  @media (min-width: 1440px) {
    .features-widget--margin-top-medium {
      margin-top: 50px; } }

.features-widget--margin-top-medium-large {
  margin-top: 35px; }
  @media (min-width: 1024px) {
    .features-widget--margin-top-medium-large {
      margin-top: 50px; } }
  @media (min-width: 1440px) {
    .features-widget--margin-top-medium-large {
      margin-top: 75px; } }

.features-widget--margin-top-large {
  margin-top: 50px; }
  @media (min-width: 1024px) {
    .features-widget--margin-top-large {
      margin-top: 75px; } }
  @media (min-width: 1440px) {
    .features-widget--margin-top-large {
      margin-top: 100px; } }

@media (min-width: 1024px) {
  .features-widget__header {
    margin: 0 -0.775rem;
    max-width: none;
    width: auto; }
    .features-widget__header:before, .features-widget__header:after {
      content: " ";
      display: table; }
    .features-widget__header:after {
      clear: both; } }

@media (min-width: 1024px) {
  .features-widget__header > div {
    padding-left: 0.775rem;
    padding-right: 0.775rem;
    width: 75%;
    float: left; } }

@media (min-width: 1280px) {
  .features-widget__header > div {
    padding-left: 0.775rem;
    padding-right: 0.775rem;
    width: 50%;
    float: left; } }

.features-widget__grid {
  text-align: center;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap; }

.features-widget__item {
  position: relative;
  width: 50%;
  border-left: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8; }
  @media (min-width: 1024px) {
    .features-widget__item {
      width: 20%; }
      .features-widget__item::after {
        content: '';
        display: block;
        padding-bottom: 100%; } }
  .features-widget__item:nth-child(2n + 1) {
    border-left: none; }
    @media (min-width: 1024px) {
      .features-widget__item:nth-child(2n + 1) {
        border-left: 1px solid #D8D8D8; } }
  @media (min-width: 1024px) {
    .features-widget__item:first-child {
      border-left: none; } }
  .features-widget__item:last-child {
    margin: 0 auto;
    border-bottom: none; }
    @media (min-width: 1024px) {
      .features-widget__item:last-child {
        border-bottom: 1px solid #D8D8D8; } }
  .features-widget__item-title {
    margin-bottom: 0; }
  .features-widget__item > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 0; }
    @media (min-width: 1024px) {
      .features-widget__item > div {
        padding: 30px 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }

.features-widget__icon {
  max-width: 70px;
  margin: 0 auto 20px; }
  @media (min-width: 1024px) {
    .features-widget__icon {
      max-width: 95px;
      margin-bottom: 30px; } }

.trade-widget {
  padding: 50px 0 0 0; }
  .trade-widget--margin-bottom-extra-small {
    margin-bottom: 5px; }
    @media (min-width: 1024px) {
      .trade-widget--margin-bottom-extra-small {
        margin-bottom: 10px; } }
    @media (min-width: 1440px) {
      .trade-widget--margin-bottom-extra-small {
        margin-bottom: 15px; } }
  .trade-widget--margin-bottom-small {
    margin-bottom: 15px; }
    @media (min-width: 1024px) {
      .trade-widget--margin-bottom-small {
        margin-bottom: 20px; } }
    @media (min-width: 1440px) {
      .trade-widget--margin-bottom-small {
        margin-bottom: 25px; } }
  .trade-widget--margin-bottom-medium {
    margin-bottom: 25px; }
    @media (min-width: 1024px) {
      .trade-widget--margin-bottom-medium {
        margin-bottom: 35px; } }
    @media (min-width: 1440px) {
      .trade-widget--margin-bottom-medium {
        margin-bottom: 50px; } }
  .trade-widget--margin-bottom-medium-large {
    margin-bottom: 35px; }
    @media (min-width: 1024px) {
      .trade-widget--margin-bottom-medium-large {
        margin-bottom: 50px; } }
    @media (min-width: 1440px) {
      .trade-widget--margin-bottom-medium-large {
        margin-bottom: 75px; } }
  .trade-widget--margin-bottom-large {
    margin-bottom: 50px; }
    @media (min-width: 1024px) {
      .trade-widget--margin-bottom-large {
        margin-bottom: 75px; } }
    @media (min-width: 1440px) {
      .trade-widget--margin-bottom-large {
        margin-bottom: 100px; } }
  .trade-widget--margin-top-extra-small {
    margin-top: 5px; }
    @media (min-width: 1024px) {
      .trade-widget--margin-top-extra-small {
        margin-top: 10px; } }
    @media (min-width: 1440px) {
      .trade-widget--margin-top-extra-small {
        margin-top: 15px; } }
  .trade-widget--margin-top-small {
    margin-top: 15px; }
    @media (min-width: 1024px) {
      .trade-widget--margin-top-small {
        margin-top: 20px; } }
    @media (min-width: 1440px) {
      .trade-widget--margin-top-small {
        margin-top: 25px; } }
  .trade-widget--margin-top-medium {
    margin-top: 25px; }
    @media (min-width: 1024px) {
      .trade-widget--margin-top-medium {
        margin-top: 35px; } }
    @media (min-width: 1440px) {
      .trade-widget--margin-top-medium {
        margin-top: 50px; } }
  .trade-widget--margin-top-medium-large {
    margin-top: 35px; }
    @media (min-width: 1024px) {
      .trade-widget--margin-top-medium-large {
        margin-top: 50px; } }
    @media (min-width: 1440px) {
      .trade-widget--margin-top-medium-large {
        margin-top: 75px; } }
  .trade-widget--margin-top-large {
    margin-top: 50px; }
    @media (min-width: 1024px) {
      .trade-widget--margin-top-large {
        margin-top: 75px; } }
    @media (min-width: 1440px) {
      .trade-widget--margin-top-large {
        margin-top: 100px; } }
  .trade-widget__container {
    margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .trade-widget__grid {
      margin: 0 -0.775rem;
      max-width: none;
      width: auto; }
      .trade-widget__grid:before, .trade-widget__grid:after {
        content: " ";
        display: table; }
      .trade-widget__grid:after {
        clear: both; } }
  .trade-widget__item {
    margin-bottom: 30px; }
    @media (min-width: 1024px) {
      .trade-widget__item {
        padding-left: 0.775rem;
        padding-right: 0.775rem;
        width: 33.33333%;
        float: left; }
        .trade-widget__item:first-child {
          padding-left: 0.775rem;
          padding-right: 0.775rem;
          width: 100%;
          float: left; } }
    @media (min-width: 1280px) {
      .trade-widget__item {
        padding-left: 0.775rem;
        padding-right: 0.775rem;
        width: 25%;
        float: left; }
        .trade-widget__item:first-child {
          padding-left: 0.775rem;
          padding-right: 0.775rem;
          width: 25%;
          float: left; } }
    .trade-widget__item a {
      text-decoration: none; }
  @media (min-width: 1280px) {
    .trade-widget__description {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .trade-widget__description > div:last-child {
        margin-top: auto; }
      .trade-widget__description p:last-child {
        margin-bottom: 0; } }
  .trade-widget__header {
    position: relative; }
    @media (min-width: 1280px) {
      .trade-widget__header::before {
        content: '';
        display: block;
        padding-bottom: 125%; } }
  .trade-widget__cta {
    position: relative; }
    @media (min-width: 1024px) {
      .trade-widget__cta::before {
        content: '';
        display: block;
        padding-bottom: 125%; } }
    .trade-widget__cta-link {
      color: white;
      text-decoration: none;
      padding: 10px;
      display: block; }
      @media (min-width: 1024px) {
        .trade-widget__cta-link {
          transition: color .25s ease-out;
          border-top: 1px solid #D8D8D8;
          border-bottom: 1px solid #D8D8D8;
          position: absolute;
          color: #000;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          padding: 15px;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          overflow: hidden; } }
      @media (min-width: 1280px) {
        .trade-widget__cta-link {
          padding: 20px; } }
      @media (min-width: 1440px) {
        .trade-widget__cta-link {
          padding: 30px; } }
      .trade-widget__cta-link::before {
        transition: transform .4s ease-in-out;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #374113;
        z-index: -1; }
        @media (min-width: 1024px) {
          .trade-widget__cta-link::before {
            transform: translateX(-110%); } }
      @media (min-width: 1024px) {
        .trade-widget__cta-link:hover {
          color: #fff; }
          .trade-widget__cta-link:hover::before {
            transform: translateX(0); } }
    .trade-widget__cta-title {
      display: block;
      color: inherit;
      margin-bottom: 45px; }
    .trade-widget__cta-action {
      display: block;
      padding-right: 36px;
      position: relative;
      font-weight: 500;
      text-align: right; }
      .trade-widget__cta-action .icon {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 18px;
        height: 18px; }
        @media (min-width: 1024px) {
          .trade-widget__cta-action .icon {
            width: 20px;
            height: 20px; } }
        @media (min-width: 1440px) {
          .trade-widget__cta-action .icon {
            width: 24px;
            height: 24px; } }
    .trade-widget__cta--0 .trade-widget__cta-link::before {
      background-color: #3E2F22; }
    .trade-widget__cta--2 .trade-widget__cta-link::before {
      background-color: #9B4523; }

.promo-marquee {
  padding: 34px 0;
  overflow: hidden; }
  .promo-marquee__track {
    display: flex;
    width: max-content;
    gap: 25px;
    animation: marquee 20s linear infinite; }
  .promo-marquee__item {
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 30px; }
    .promo-marquee__item .h4 {
      margin: 0; }
  .promo-marquee .icon {
    width: 42px;
    height: 22px; }

@keyframes marquee {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-50%); } }

.custom-solutions {
  color: #fff;
  background-color: #6F695F;
  padding: 50px 0; }
  .custom-solutions--margin-bottom-extra-small {
    margin-bottom: 5px; }
    @media (min-width: 1024px) {
      .custom-solutions--margin-bottom-extra-small {
        margin-bottom: 10px; } }
    @media (min-width: 1440px) {
      .custom-solutions--margin-bottom-extra-small {
        margin-bottom: 15px; } }
  .custom-solutions--margin-bottom-small {
    margin-bottom: 15px; }
    @media (min-width: 1024px) {
      .custom-solutions--margin-bottom-small {
        margin-bottom: 20px; } }
    @media (min-width: 1440px) {
      .custom-solutions--margin-bottom-small {
        margin-bottom: 25px; } }
  .custom-solutions--margin-bottom-medium {
    margin-bottom: 25px; }
    @media (min-width: 1024px) {
      .custom-solutions--margin-bottom-medium {
        margin-bottom: 35px; } }
    @media (min-width: 1440px) {
      .custom-solutions--margin-bottom-medium {
        margin-bottom: 50px; } }
  .custom-solutions--margin-bottom-medium-large {
    margin-bottom: 35px; }
    @media (min-width: 1024px) {
      .custom-solutions--margin-bottom-medium-large {
        margin-bottom: 50px; } }
    @media (min-width: 1440px) {
      .custom-solutions--margin-bottom-medium-large {
        margin-bottom: 75px; } }
  .custom-solutions--margin-bottom-large {
    margin-bottom: 50px; }
    @media (min-width: 1024px) {
      .custom-solutions--margin-bottom-large {
        margin-bottom: 75px; } }
    @media (min-width: 1440px) {
      .custom-solutions--margin-bottom-large {
        margin-bottom: 100px; } }
  .custom-solutions--margin-top-extra-small {
    margin-top: 5px; }
    @media (min-width: 1024px) {
      .custom-solutions--margin-top-extra-small {
        margin-top: 10px; } }
    @media (min-width: 1440px) {
      .custom-solutions--margin-top-extra-small {
        margin-top: 15px; } }
  .custom-solutions--margin-top-small {
    margin-top: 15px; }
    @media (min-width: 1024px) {
      .custom-solutions--margin-top-small {
        margin-top: 20px; } }
    @media (min-width: 1440px) {
      .custom-solutions--margin-top-small {
        margin-top: 25px; } }
  .custom-solutions--margin-top-medium {
    margin-top: 25px; }
    @media (min-width: 1024px) {
      .custom-solutions--margin-top-medium {
        margin-top: 35px; } }
    @media (min-width: 1440px) {
      .custom-solutions--margin-top-medium {
        margin-top: 50px; } }
  .custom-solutions--margin-top-medium-large {
    margin-top: 35px; }
    @media (min-width: 1024px) {
      .custom-solutions--margin-top-medium-large {
        margin-top: 50px; } }
    @media (min-width: 1440px) {
      .custom-solutions--margin-top-medium-large {
        margin-top: 75px; } }
  .custom-solutions--margin-top-large {
    margin-top: 50px; }
    @media (min-width: 1024px) {
      .custom-solutions--margin-top-large {
        margin-top: 75px; } }
    @media (min-width: 1440px) {
      .custom-solutions--margin-top-large {
        margin-top: 100px; } }
  @media (min-width: 1280px) {
    .custom-solutions {
      padding: 100px 0; } }
  .custom-solutions__header {
    margin-bottom: 30px; }
    @media (min-width: 1024px) {
      .custom-solutions__header {
        margin: 0 -0.775rem;
        max-width: none;
        width: auto;
        margin-bottom: 30px;
        display: flex;
        align-items: flex-end; }
        .custom-solutions__header:before, .custom-solutions__header:after {
          content: " ";
          display: table; }
        .custom-solutions__header:after {
          clear: both; } }
    @media (min-width: 1280px) {
      .custom-solutions__header {
        margin-bottom: 50px; } }
  .custom-solutions__title {
    color: inherit; }
  .custom-solutions__text {
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .custom-solutions__text {
        margin-bottom: 0; } }
  @media (min-width: 1024px) {
    .custom-solutions__description {
      padding-left: 0.775rem;
      padding-right: 0.775rem;
      width: 66.66667%;
      float: left; } }
  .custom-solutions__description p:last-child {
    margin-bottom: 0; }
  .custom-solutions__description--medium .custom-solutions__text {
    font-size: 18px;
    line-height: 1.55; }
    @media (min-width: 1280px) {
      .custom-solutions__description--medium .custom-solutions__text {
        font-size: 22px;
        line-height: 1.45; } }
  .custom-solutions__description--large .custom-solutions__text {
    font-size: 26px;
    line-height: 1.38; }
    @media (min-width: 1280px) {
      .custom-solutions__description--large .custom-solutions__text {
        font-size: 40px;
        line-height: 1.35; } }
  .custom-solutions__cta {
    text-align: right; }
    @media (min-width: 1024px) {
      .custom-solutions__cta {
        padding-left: 0.775rem;
        padding-right: 0.775rem;
        width: 33.33333%;
        float: left; } }
  .custom-solutions__link {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 35px 5px 15px;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    background-color: transparent;
    color: inherit;
    border: 1px solid #D8D8D8; }
    @media (min-width: 1280px) {
      .custom-solutions__link {
        font-size: 18px;
        padding: 6px 40px 6px 20px; } }
    .custom-solutions__link .icon {
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      height: 14px;
      width: 14px;
      color: white; }
  .custom-solutions__body {
    border-top: 1px solid #F5F2ED; }
    @media (min-width: 1024px) {
      .custom-solutions__body {
        display: flex; } }
    @media (min-width: 1024px) {
      .custom-solutions__body--medium .custom-solutions__media {
        width: 50%; } }
    .custom-solutions__body--medium .custom-solutions__media-item::before {
      padding-bottom: 112%; }
    @media (min-width: 1024px) {
      .custom-solutions__body--medium .custom-solutions__content {
        width: 50%; } }
    @media (min-width: 1024px) {
      .custom-solutions__body--large .custom-solutions__media {
        width: 66.66667%; } }
    @media (min-width: 1024px) {
      .custom-solutions__body--large .custom-solutions__content {
        width: 33.33333%; } }
  .custom-solutions__media {
    display: none; }
    @media (min-width: 1024px) {
      .custom-solutions__media {
        display: block; } }
    .custom-solutions__media-stack {
      display: grid;
      margin: 20px 20px 0 0; }
      @media (min-width: 1280px) {
        .custom-solutions__media-stack {
          margin: 30px 30px 0 0; } }
    .custom-solutions__media-item {
      position: relative;
      margin: 0;
      grid-area: 1 / 1;
      opacity: 0;
      transition: opacity 320ms ease; }
      .custom-solutions__media-item.is-active {
        opacity: 1; }
      .custom-solutions__media-item::before {
        content: '';
        display: block;
        padding-bottom: 63%; }
      .custom-solutions__media-item img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
  @media (min-width: 1024px) {
    .custom-solutions__content {
      border-left: 1px solid #F5F2ED; } }
  @media (min-width: 1024px) {
    .custom-solutions__accordion {
      height: 100%;
      display: flex;
      flex-direction: column; } }
  @media (min-width: 1024px) {
    .custom-solutions__panel {
      display: flex;
      flex-direction: column; } }
  @media (min-width: 1024px) {
    .custom-solutions__panel.open {
      flex-grow: 1;
      justify-content: space-between; } }
  .custom-solutions__panel.open .custom-solutions__panel-summary::after {
    display: none; }
  .custom-solutions__panel.open .custom-solutions__panel-text {
    display: block; }
  .custom-solutions__panel + .custom-solutions__panel {
    border-top: 1px solid #F5F2ED; }
  .custom-solutions__panel-summary {
    padding: 20px 0 20px 0;
    position: relative; }
    @media (min-width: 1024px) {
      .custom-solutions__panel-summary {
        padding: 20px 0 20px 20px; } }
    @media (min-width: 1280px) {
      .custom-solutions__panel-summary {
        padding: 30px 0 30px 30px; } }
    .custom-solutions__panel-summary button {
      text-align: left;
      color: inherit;
      display: block;
      width: 100%;
      padding: 0 30px 0 0; }
    .custom-solutions__panel-summary::before {
      content: '';
      position: absolute;
      right: 0;
      top: 35px;
      border-top: 2px solid #F5F2ED;
      width: 24px; }
      @media (min-width: 1024px) {
        .custom-solutions__panel-summary::before {
          top: 50px; } }
    .custom-solutions__panel-summary::after {
      content: '';
      position: absolute;
      top: 35px;
      height: 24px;
      right: 11px;
      border-right: 2px solid #F5F2ED;
      margin-top: -11px; }
      @media (min-width: 1024px) {
        .custom-solutions__panel-summary::after {
          top: 50px; } }
    .custom-solutions__panel-summary > span {
      cursor: pointer; }
  .custom-solutions__panel-text {
    display: none;
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .custom-solutions__panel-text {
        padding: 20px 0 0 20px;
        margin-top: auto; } }
    @media (min-width: 1280px) {
      .custom-solutions__panel-text {
        padding: 30px 0 0 30px;
        margin-bottom: 30px; } }
    .custom-solutions__panel-text > *:last-child {
      margin-bottom: 0; }
  .custom-solutions__panel-media {
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .custom-solutions__panel-media {
        display: none; } }

.gallery-widget {
  margin-bottom: 50px; }
  .gallery-widget__title {
    margin-bottom: 10px; }
  .gallery-widget__cover {
    position: relative;
    overflow: hidden;
    display: block; }
    .gallery-widget__cover::before {
      content: '';
      display: block;
      padding-bottom: 125%; }
    .gallery-widget__cover:hover img {
      transform: scale(1.05); }
    .gallery-widget__cover img {
      transition: transform .25s ease-out;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .gallery-widget--wide .gallery-widget__cover::before {
    padding-bottom: 86%; }

.gallery-overview {
  color: #fff;
  background-color: #6F695F; }
  .gallery-overview--margin-bottom-extra-small {
    margin-bottom: 5px; }
    @media (min-width: 1024px) {
      .gallery-overview--margin-bottom-extra-small {
        margin-bottom: 10px; } }
    @media (min-width: 1440px) {
      .gallery-overview--margin-bottom-extra-small {
        margin-bottom: 15px; } }
  .gallery-overview--margin-bottom-small {
    margin-bottom: 15px; }
    @media (min-width: 1024px) {
      .gallery-overview--margin-bottom-small {
        margin-bottom: 20px; } }
    @media (min-width: 1440px) {
      .gallery-overview--margin-bottom-small {
        margin-bottom: 25px; } }
  .gallery-overview--margin-bottom-medium {
    margin-bottom: 25px; }
    @media (min-width: 1024px) {
      .gallery-overview--margin-bottom-medium {
        margin-bottom: 35px; } }
    @media (min-width: 1440px) {
      .gallery-overview--margin-bottom-medium {
        margin-bottom: 50px; } }
  .gallery-overview--margin-bottom-medium-large {
    margin-bottom: 35px; }
    @media (min-width: 1024px) {
      .gallery-overview--margin-bottom-medium-large {
        margin-bottom: 50px; } }
    @media (min-width: 1440px) {
      .gallery-overview--margin-bottom-medium-large {
        margin-bottom: 75px; } }
  .gallery-overview--margin-bottom-large {
    margin-bottom: 50px; }
    @media (min-width: 1024px) {
      .gallery-overview--margin-bottom-large {
        margin-bottom: 75px; } }
    @media (min-width: 1440px) {
      .gallery-overview--margin-bottom-large {
        margin-bottom: 100px; } }
  .gallery-overview--margin-top-extra-small {
    margin-top: 5px; }
    @media (min-width: 1024px) {
      .gallery-overview--margin-top-extra-small {
        margin-top: 10px; } }
    @media (min-width: 1440px) {
      .gallery-overview--margin-top-extra-small {
        margin-top: 15px; } }
  .gallery-overview--margin-top-small {
    margin-top: 15px; }
    @media (min-width: 1024px) {
      .gallery-overview--margin-top-small {
        margin-top: 20px; } }
    @media (min-width: 1440px) {
      .gallery-overview--margin-top-small {
        margin-top: 25px; } }
  .gallery-overview--margin-top-medium {
    margin-top: 25px; }
    @media (min-width: 1024px) {
      .gallery-overview--margin-top-medium {
        margin-top: 35px; } }
    @media (min-width: 1440px) {
      .gallery-overview--margin-top-medium {
        margin-top: 50px; } }
  .gallery-overview--margin-top-medium-large {
    margin-top: 35px; }
    @media (min-width: 1024px) {
      .gallery-overview--margin-top-medium-large {
        margin-top: 50px; } }
    @media (min-width: 1440px) {
      .gallery-overview--margin-top-medium-large {
        margin-top: 75px; } }
  .gallery-overview--margin-top-large {
    margin-top: 50px; }
    @media (min-width: 1024px) {
      .gallery-overview--margin-top-large {
        margin-top: 75px; } }
    @media (min-width: 1440px) {
      .gallery-overview--margin-top-large {
        margin-top: 100px; } }
  .gallery-overview .h2, .gallery-overview .h3, .gallery-overview .h4, .gallery-overview .h5 {
    color: inherit; }
  .gallery-overview__container {
    border-top: 1px solid #D8D8D8;
    padding: 50px 0 30px; }
    @media (min-width: 1280px) {
      .gallery-overview__container {
        padding: 70px 0 50px; } }
    @media (min-width: 1440px) {
      .gallery-overview__container {
        padding: 100px 0 70px; } }
  .gallery-overview__header {
    margin-bottom: 30px; }
    @media (min-width: 1280px) {
      .gallery-overview__header {
        margin: 0 -0.775rem;
        max-width: none;
        width: auto;
        margin-bottom: 50px; }
        .gallery-overview__header:before, .gallery-overview__header:after {
          content: " ";
          display: table; }
        .gallery-overview__header:after {
          clear: both; } }
  @media (min-width: 1280px) {
    .gallery-overview__title {
      padding-left: 0.775rem;
      padding-right: 0.775rem;
      width: 16.66667%;
      float: left; } }
  @media (min-width: 1280px) {
    .gallery-overview__description {
      padding-left: 0.775rem;
      padding-right: 0.775rem;
      width: 58.33333%;
      float: left; } }
  @media (min-width: 1440px) {
    .gallery-overview__description {
      padding-left: 0.775rem;
      padding-right: 0.775rem;
      width: 66.66667%;
      float: left; } }
  .gallery-overview__cta {
    text-align: right; }
    @media (min-width: 1280px) {
      .gallery-overview__cta {
        padding-left: 0.775rem;
        padding-right: 0.775rem;
        width: 25%;
        float: left; } }
    @media (min-width: 1440px) {
      .gallery-overview__cta {
        padding-left: 0.775rem;
        padding-right: 0.775rem;
        width: 16.66667%;
        float: left; } }
    .gallery-overview__cta a {
      position: relative;
      font-size: 14px;
      font-weight: 500;
      padding: 5px 35px 5px 15px;
      border-radius: 20px;
      display: inline-block;
      text-decoration: none;
      background-color: transparent;
      color: inherit;
      border: 1px solid #D8D8D8; }
      @media (min-width: 1280px) {
        .gallery-overview__cta a {
          font-size: 18px;
          padding: 6px 40px 6px 20px; } }
      .gallery-overview__cta a .icon {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        height: 14px;
        width: 14px;
        color: white; }
  @media (min-width: 1024px) {
    .gallery-overview__grid {
      margin: 0 -0.775rem;
      max-width: none;
      width: auto; }
      .gallery-overview__grid:before, .gallery-overview__grid:after {
        content: " ";
        display: table; }
      .gallery-overview__grid:after {
        clear: both; } }
  .gallery-overview__link:hover figure img {
    transform: scale(1.1); }
  .gallery-overview__card {
    margin-bottom: 30px; }
    @media (min-width: 1024px) {
      .gallery-overview__card {
        padding-left: 0.775rem;
        padding-right: 0.775rem;
        width: 33.33333%;
        float: left; } }
    .gallery-overview__card a {
      text-decoration: none; }
    .gallery-overview__card-title {
      display: block;
      margin-bottom: 8px;
      color: #D8D8D8; }
    .gallery-overview__card figure {
      position: relative;
      overflow: hidden; }
      .gallery-overview__card figure::after {
        content: '';
        display: block;
        padding-bottom: 125%; }
      .gallery-overview__card figure img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transition: transform .35s ease-out; }

.colors-widget--margin-bottom-extra-small {
  margin-bottom: 5px; }
  @media (min-width: 1024px) {
    .colors-widget--margin-bottom-extra-small {
      margin-bottom: 10px; } }
  @media (min-width: 1440px) {
    .colors-widget--margin-bottom-extra-small {
      margin-bottom: 15px; } }

.colors-widget--margin-bottom-small {
  margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .colors-widget--margin-bottom-small {
      margin-bottom: 20px; } }
  @media (min-width: 1440px) {
    .colors-widget--margin-bottom-small {
      margin-bottom: 25px; } }

.colors-widget--margin-bottom-medium {
  margin-bottom: 25px; }
  @media (min-width: 1024px) {
    .colors-widget--margin-bottom-medium {
      margin-bottom: 35px; } }
  @media (min-width: 1440px) {
    .colors-widget--margin-bottom-medium {
      margin-bottom: 50px; } }

.colors-widget--margin-bottom-medium-large {
  margin-bottom: 35px; }
  @media (min-width: 1024px) {
    .colors-widget--margin-bottom-medium-large {
      margin-bottom: 50px; } }
  @media (min-width: 1440px) {
    .colors-widget--margin-bottom-medium-large {
      margin-bottom: 75px; } }

.colors-widget--margin-bottom-large {
  margin-bottom: 50px; }
  @media (min-width: 1024px) {
    .colors-widget--margin-bottom-large {
      margin-bottom: 75px; } }
  @media (min-width: 1440px) {
    .colors-widget--margin-bottom-large {
      margin-bottom: 100px; } }

.colors-widget--margin-top-extra-small {
  margin-top: 5px; }
  @media (min-width: 1024px) {
    .colors-widget--margin-top-extra-small {
      margin-top: 10px; } }
  @media (min-width: 1440px) {
    .colors-widget--margin-top-extra-small {
      margin-top: 15px; } }

.colors-widget--margin-top-small {
  margin-top: 15px; }
  @media (min-width: 1024px) {
    .colors-widget--margin-top-small {
      margin-top: 20px; } }
  @media (min-width: 1440px) {
    .colors-widget--margin-top-small {
      margin-top: 25px; } }

.colors-widget--margin-top-medium {
  margin-top: 25px; }
  @media (min-width: 1024px) {
    .colors-widget--margin-top-medium {
      margin-top: 35px; } }
  @media (min-width: 1440px) {
    .colors-widget--margin-top-medium {
      margin-top: 50px; } }

.colors-widget--margin-top-medium-large {
  margin-top: 35px; }
  @media (min-width: 1024px) {
    .colors-widget--margin-top-medium-large {
      margin-top: 50px; } }
  @media (min-width: 1440px) {
    .colors-widget--margin-top-medium-large {
      margin-top: 75px; } }

.colors-widget--margin-top-large {
  margin-top: 50px; }
  @media (min-width: 1024px) {
    .colors-widget--margin-top-large {
      margin-top: 75px; } }
  @media (min-width: 1440px) {
    .colors-widget--margin-top-large {
      margin-top: 100px; } }

.colors-widget__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
  gap: 30px; }
  @media (min-width: 1280px) {
    .colors-widget__header {
      margin: 0 -0.775rem;
      max-width: none;
      width: auto;
      margin-bottom: 30px;
      display: block; }
      .colors-widget__header:before, .colors-widget__header:after {
        content: " ";
        display: table; }
      .colors-widget__header:after {
        clear: both; } }

.colors-widget__title {
  order: 1; }
  @media (min-width: 1280px) {
    .colors-widget__title {
      padding-left: 0.775rem;
      padding-right: 0.775rem;
      width: 16.66667%;
      float: left; } }
  .colors-widget__title .h4 {
    margin-bottom: 0; }

.colors-widget__description {
  order: 3; }
  @media (min-width: 1280px) {
    .colors-widget__description {
      padding-left: 0.775rem;
      padding-right: 0.775rem;
      width: 66.66667%;
      float: left; } }

.colors-widget__cta {
  order: 2; }
  @media (min-width: 1280px) {
    .colors-widget__cta {
      padding-left: 0.775rem;
      padding-right: 0.775rem;
      width: 16.66667%;
      float: left;
      text-align: right; } }
  .colors-widget__cta a {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 35px 5px 15px;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    background-color: transparent;
    color: #656868;
    border: 1px solid #D8D8D8; }
    @media (min-width: 1280px) {
      .colors-widget__cta a {
        font-size: 18px;
        padding: 6px 40px 6px 20px; } }
    .colors-widget__cta a .icon {
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      height: 14px;
      width: 14px;
      color: #374113; }

.colors-widget__items {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  /* optional */
  padding-bottom: 8px;
  /* room for scrollbar */ }

.colors-widget__item {
  padding: 0 10px;
  flex: 0 0 auto;
  /* important: do not shrink */
  width: 250px; }

.colors-widget__swatch {
  position: relative;
  margin-bottom: 15px; }
  .colors-widget__swatch::before {
    content: '';
    padding-bottom: 192%;
    display: block; }
  .colors-widget__swatch img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.colors-widget__name {
  color: #000; }

.overview-widget--margin-bottom-extra-small {
  margin-bottom: 5px; }
  @media (min-width: 1024px) {
    .overview-widget--margin-bottom-extra-small {
      margin-bottom: 10px; } }
  @media (min-width: 1440px) {
    .overview-widget--margin-bottom-extra-small {
      margin-bottom: 15px; } }

.overview-widget--margin-bottom-small {
  margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .overview-widget--margin-bottom-small {
      margin-bottom: 20px; } }
  @media (min-width: 1440px) {
    .overview-widget--margin-bottom-small {
      margin-bottom: 25px; } }

.overview-widget--margin-bottom-medium {
  margin-bottom: 25px; }
  @media (min-width: 1024px) {
    .overview-widget--margin-bottom-medium {
      margin-bottom: 35px; } }
  @media (min-width: 1440px) {
    .overview-widget--margin-bottom-medium {
      margin-bottom: 50px; } }

.overview-widget--margin-bottom-medium-large {
  margin-bottom: 35px; }
  @media (min-width: 1024px) {
    .overview-widget--margin-bottom-medium-large {
      margin-bottom: 50px; } }
  @media (min-width: 1440px) {
    .overview-widget--margin-bottom-medium-large {
      margin-bottom: 75px; } }

.overview-widget--margin-bottom-large {
  margin-bottom: 50px; }
  @media (min-width: 1024px) {
    .overview-widget--margin-bottom-large {
      margin-bottom: 75px; } }
  @media (min-width: 1440px) {
    .overview-widget--margin-bottom-large {
      margin-bottom: 100px; } }

.overview-widget--margin-top-extra-small {
  margin-top: 5px; }
  @media (min-width: 1024px) {
    .overview-widget--margin-top-extra-small {
      margin-top: 10px; } }
  @media (min-width: 1440px) {
    .overview-widget--margin-top-extra-small {
      margin-top: 15px; } }

.overview-widget--margin-top-small {
  margin-top: 15px; }
  @media (min-width: 1024px) {
    .overview-widget--margin-top-small {
      margin-top: 20px; } }
  @media (min-width: 1440px) {
    .overview-widget--margin-top-small {
      margin-top: 25px; } }

.overview-widget--margin-top-medium {
  margin-top: 25px; }
  @media (min-width: 1024px) {
    .overview-widget--margin-top-medium {
      margin-top: 35px; } }
  @media (min-width: 1440px) {
    .overview-widget--margin-top-medium {
      margin-top: 50px; } }

.overview-widget--margin-top-medium-large {
  margin-top: 35px; }
  @media (min-width: 1024px) {
    .overview-widget--margin-top-medium-large {
      margin-top: 50px; } }
  @media (min-width: 1440px) {
    .overview-widget--margin-top-medium-large {
      margin-top: 75px; } }

.overview-widget--margin-top-large {
  margin-top: 50px; }
  @media (min-width: 1024px) {
    .overview-widget--margin-top-large {
      margin-top: 75px; } }
  @media (min-width: 1440px) {
    .overview-widget--margin-top-large {
      margin-top: 100px; } }

@media (min-width: 1024px) {
  .overview-widget__row {
    margin: 0 -0.775rem;
    max-width: none;
    width: auto;
    display: flex; }
    .overview-widget__row:before, .overview-widget__row:after {
      content: " ";
      display: table; }
    .overview-widget__row:after {
      clear: both; } }

.overview-widget__subtitle {
  font-size: 26px;
  line-height: 1.38;
  margin-bottom: 30px; }
  @media (min-width: 1280px) {
    .overview-widget__subtitle {
      font-size: 40px;
      line-height: 1.35; } }
  @media (min-width: 1280px) {
    .overview-widget__subtitle {
      margin-bottom: 50px; } }

.overview-widget__description {
  font-size: 18px;
  line-height: 1.55; }
  @media (min-width: 1280px) {
    .overview-widget__description {
      font-size: 22px;
      line-height: 1.45; } }

@media (min-width: 1024px) {
  .overview-widget__content {
    padding-left: 0.775rem;
    padding-right: 0.775rem;
    width: 33.33333%;
    float: left; } }

@media (min-width: 1024px) {
  .overview-widget__media {
    padding-left: 0.775rem;
    padding-right: 0.775rem;
    width: 33.33333%;
    float: left;
    margin-left: auto;
    align-self: flex-end; } }

@media (min-width: 1024px) {
  .overview-widget__media--large {
    padding-left: 0.775rem;
    padding-right: 0.775rem;
    width: 58.33333%;
    float: left; } }

.overview-widget__media--large .overview-widget__media-container::before {
  padding-bottom: 64%; }

.overview-widget__media--large .overview-widget__media-container--has-video::before {
  padding-bottom: 56.25%; }

.overview-widget__media-container {
  position: relative;
  overflow: hidden; }
  .overview-widget__media-container::before {
    content: '';
    display: block;
    padding-bottom: 118%; }
  .overview-widget__media-container img,
  .overview-widget__media-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center; }
  .overview-widget__media-container img {
    object-fit: cover; }
  .overview-widget__media-container video {
    object-fit: contain; }

.overview-widget__video-link:hover .overview-widget__video-text {
  opacity: 1;
  visibility: visible; }

.overview-widget__video-text {
  transition: opacity .25s ease-out;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 1;
  color: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5); }

.overview-widget__action {
  margin-top: 20px; }
  @media (min-width: 1024px) {
    .overview-widget__action {
      padding-left: 0.775rem;
      padding-right: 0.775rem;
      width: 25%;
      float: left;
      align-self: flex-end;
      margin-top: initial; } }

.overview-widget__cta {
  position: relative; }
  @media (min-width: 1024px) {
    .overview-widget__cta::before {
      content: '';
      display: block;
      padding-bottom: 125%; } }
  .overview-widget__cta-link {
    color: white;
    text-decoration: none;
    padding: 10px;
    display: block; }
    @media (min-width: 1024px) {
      .overview-widget__cta-link {
        transition: color .25s ease-out;
        border-top: 1px solid #D8D8D8;
        border-bottom: 1px solid #D8D8D8;
        position: absolute;
        color: #000;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        overflow: hidden; } }
    @media (min-width: 1280px) {
      .overview-widget__cta-link {
        padding: 20px; } }
    @media (min-width: 1440px) {
      .overview-widget__cta-link {
        padding: 30px; } }
    .overview-widget__cta-link::before {
      transition: transform .4s ease-in-out;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #374113;
      z-index: -1; }
      @media (min-width: 1024px) {
        .overview-widget__cta-link::before {
          transform: translateX(-110%); } }
    @media (min-width: 1024px) {
      .overview-widget__cta-link:hover {
        color: #fff; }
        .overview-widget__cta-link:hover::before {
          transform: translateX(0); } }
  .overview-widget__cta-title {
    display: block;
    color: inherit;
    margin-bottom: 45px; }
  .overview-widget__cta-action {
    display: block;
    padding-right: 36px;
    position: relative;
    font-weight: 500;
    text-align: right; }
    .overview-widget__cta-action .icon {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      width: 18px;
      height: 18px; }
      @media (min-width: 1024px) {
        .overview-widget__cta-action .icon {
          width: 20px;
          height: 20px; } }
      @media (min-width: 1440px) {
        .overview-widget__cta-action .icon {
          width: 24px;
          height: 24px; } }

.category-overview--margin-bottom-extra-small {
  margin-bottom: 5px; }
  @media (min-width: 1024px) {
    .category-overview--margin-bottom-extra-small {
      margin-bottom: 10px; } }
  @media (min-width: 1440px) {
    .category-overview--margin-bottom-extra-small {
      margin-bottom: 15px; } }

.category-overview--margin-bottom-small {
  margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .category-overview--margin-bottom-small {
      margin-bottom: 20px; } }
  @media (min-width: 1440px) {
    .category-overview--margin-bottom-small {
      margin-bottom: 25px; } }

.category-overview--margin-bottom-medium {
  margin-bottom: 25px; }
  @media (min-width: 1024px) {
    .category-overview--margin-bottom-medium {
      margin-bottom: 35px; } }
  @media (min-width: 1440px) {
    .category-overview--margin-bottom-medium {
      margin-bottom: 50px; } }

.category-overview--margin-bottom-medium-large {
  margin-bottom: 35px; }
  @media (min-width: 1024px) {
    .category-overview--margin-bottom-medium-large {
      margin-bottom: 50px; } }
  @media (min-width: 1440px) {
    .category-overview--margin-bottom-medium-large {
      margin-bottom: 75px; } }

.category-overview--margin-bottom-large {
  margin-bottom: 50px; }
  @media (min-width: 1024px) {
    .category-overview--margin-bottom-large {
      margin-bottom: 75px; } }
  @media (min-width: 1440px) {
    .category-overview--margin-bottom-large {
      margin-bottom: 100px; } }

.category-overview--margin-top-extra-small {
  margin-top: 5px; }
  @media (min-width: 1024px) {
    .category-overview--margin-top-extra-small {
      margin-top: 10px; } }
  @media (min-width: 1440px) {
    .category-overview--margin-top-extra-small {
      margin-top: 15px; } }

.category-overview--margin-top-small {
  margin-top: 15px; }
  @media (min-width: 1024px) {
    .category-overview--margin-top-small {
      margin-top: 20px; } }
  @media (min-width: 1440px) {
    .category-overview--margin-top-small {
      margin-top: 25px; } }

.category-overview--margin-top-medium {
  margin-top: 25px; }
  @media (min-width: 1024px) {
    .category-overview--margin-top-medium {
      margin-top: 35px; } }
  @media (min-width: 1440px) {
    .category-overview--margin-top-medium {
      margin-top: 50px; } }

.category-overview--margin-top-medium-large {
  margin-top: 35px; }
  @media (min-width: 1024px) {
    .category-overview--margin-top-medium-large {
      margin-top: 50px; } }
  @media (min-width: 1440px) {
    .category-overview--margin-top-medium-large {
      margin-top: 75px; } }

.category-overview--margin-top-large {
  margin-top: 50px; }
  @media (min-width: 1024px) {
    .category-overview--margin-top-large {
      margin-top: 75px; } }
  @media (min-width: 1440px) {
    .category-overview--margin-top-large {
      margin-top: 100px; } }

.category-overview__header {
  margin-bottom: 50px; }
  @media (min-width: 1024px) {
    .category-overview__header {
      margin: 0 -0.775rem;
      max-width: none;
      width: auto;
      margin-bottom: 100px; }
      .category-overview__header:before, .category-overview__header:after {
        content: " ";
        display: table; }
      .category-overview__header:after {
        clear: both; } }

@media (min-width: 1024px) {
  .category-overview__title {
    padding-left: 0.775rem;
    padding-right: 0.775rem;
    width: 100%;
    float: left; } }

@media (min-width: 1024px) {
  .category-overview__subtitle {
    padding-left: 0.775rem;
    padding-right: 0.775rem;
    width: 33.33333%;
    float: left; } }

@media (min-width: 1024px) {
  .category-overview__description {
    padding-left: 0.775rem;
    padding-right: 0.775rem;
    width: 66.66667%;
    float: left; } }

.category-overview__description > *:last-child {
  margin-bottom: 0; }

@media (min-width: 1024px) {
  .category-overview__content {
    margin: 0 -0.775rem;
    max-width: none;
    width: auto;
    display: flex; }
    .category-overview__content:before, .category-overview__content:after {
      content: " ";
      display: table; }
    .category-overview__content:after {
      clear: both; } }

@media (min-width: 1024px) {
  .category-overview__specs {
    padding-left: 0.775rem;
    padding-right: 0.775rem;
    width: 25%;
    float: left; } }

.category-overview__specs dt {
  margin-bottom: 10px; }

.category-overview__specs dd {
  margin-bottom: 30px;
  line-height: 1.25; }
  @media (min-width: 1024px) {
    .category-overview__specs dd {
      margin-bottom: 50px; } }

.category-overview__media {
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .category-overview__media {
      padding-left: 0.775rem;
      padding-right: 0.775rem;
      width: 50%;
      float: left;
      margin-bottom: 0;
      align-self: flex-end; } }
  .category-overview__media-container {
    position: relative;
    overflow: hidden; }
    .category-overview__media-container::before {
      content: '';
      display: block;
      padding-bottom: 56.25%; }
    .category-overview__media-container img,
    .category-overview__media-container video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-position: center; }
    .category-overview__media-container img {
      object-fit: cover; }
    .category-overview__media-container video {
      object-fit: contain; }

.category-overview__video-link:hover .category-overview__video-text {
  opacity: 1;
  visibility: visible; }

.category-overview__video-text {
  transition: opacity .25s ease-out;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 1;
  color: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5); }

@media (min-width: 1024px) {
  .category-overview__action {
    padding-left: 0.775rem;
    padding-right: 0.775rem;
    width: 25%;
    float: left;
    align-self: flex-end; } }

.category-overview__cta {
  position: relative; }
  @media (min-width: 1024px) {
    .category-overview__cta::before {
      content: '';
      display: block;
      padding-bottom: 125%; } }
  .category-overview__cta-link {
    color: white;
    text-decoration: none;
    padding: 10px;
    display: block; }
    @media (min-width: 1024px) {
      .category-overview__cta-link {
        transition: color .25s ease-out;
        border-top: 1px solid #D8D8D8;
        border-bottom: 1px solid #D8D8D8;
        position: absolute;
        color: #000;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        overflow: hidden; } }
    @media (min-width: 1280px) {
      .category-overview__cta-link {
        padding: 20px; } }
    @media (min-width: 1440px) {
      .category-overview__cta-link {
        padding: 30px; } }
    .category-overview__cta-link::before {
      transition: transform .4s ease-in-out;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #374113;
      z-index: -1; }
      @media (min-width: 1024px) {
        .category-overview__cta-link::before {
          transform: translateX(-110%); } }
    @media (min-width: 1024px) {
      .category-overview__cta-link:hover {
        color: #fff; }
        .category-overview__cta-link:hover::before {
          transform: translateX(0); } }
  .category-overview__cta-title {
    display: block;
    color: inherit;
    margin-bottom: 45px; }
  .category-overview__cta-action {
    display: block;
    padding-right: 36px;
    position: relative;
    font-weight: 500;
    text-align: right; }
    .category-overview__cta-action .icon {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      width: 18px;
      height: 18px; }
      @media (min-width: 1024px) {
        .category-overview__cta-action .icon {
          width: 20px;
          height: 20px; } }
      @media (min-width: 1440px) {
        .category-overview__cta-action .icon {
          width: 24px;
          height: 24px; } }

.faq--margin-bottom-extra-small {
  margin-bottom: 5px; }
  @media (min-width: 1024px) {
    .faq--margin-bottom-extra-small {
      margin-bottom: 10px; } }
  @media (min-width: 1440px) {
    .faq--margin-bottom-extra-small {
      margin-bottom: 15px; } }

.faq--margin-bottom-small {
  margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .faq--margin-bottom-small {
      margin-bottom: 20px; } }
  @media (min-width: 1440px) {
    .faq--margin-bottom-small {
      margin-bottom: 25px; } }

.faq--margin-bottom-medium {
  margin-bottom: 25px; }
  @media (min-width: 1024px) {
    .faq--margin-bottom-medium {
      margin-bottom: 35px; } }
  @media (min-width: 1440px) {
    .faq--margin-bottom-medium {
      margin-bottom: 50px; } }

.faq--margin-bottom-medium-large {
  margin-bottom: 35px; }
  @media (min-width: 1024px) {
    .faq--margin-bottom-medium-large {
      margin-bottom: 50px; } }
  @media (min-width: 1440px) {
    .faq--margin-bottom-medium-large {
      margin-bottom: 75px; } }

.faq--margin-bottom-large {
  margin-bottom: 50px; }
  @media (min-width: 1024px) {
    .faq--margin-bottom-large {
      margin-bottom: 75px; } }
  @media (min-width: 1440px) {
    .faq--margin-bottom-large {
      margin-bottom: 100px; } }

.faq--margin-top-extra-small {
  margin-top: 5px; }
  @media (min-width: 1024px) {
    .faq--margin-top-extra-small {
      margin-top: 10px; } }
  @media (min-width: 1440px) {
    .faq--margin-top-extra-small {
      margin-top: 15px; } }

.faq--margin-top-small {
  margin-top: 15px; }
  @media (min-width: 1024px) {
    .faq--margin-top-small {
      margin-top: 20px; } }
  @media (min-width: 1440px) {
    .faq--margin-top-small {
      margin-top: 25px; } }

.faq--margin-top-medium {
  margin-top: 25px; }
  @media (min-width: 1024px) {
    .faq--margin-top-medium {
      margin-top: 35px; } }
  @media (min-width: 1440px) {
    .faq--margin-top-medium {
      margin-top: 50px; } }

.faq--margin-top-medium-large {
  margin-top: 35px; }
  @media (min-width: 1024px) {
    .faq--margin-top-medium-large {
      margin-top: 50px; } }
  @media (min-width: 1440px) {
    .faq--margin-top-medium-large {
      margin-top: 75px; } }

.faq--margin-top-large {
  margin-top: 50px; }
  @media (min-width: 1024px) {
    .faq--margin-top-large {
      margin-top: 75px; } }
  @media (min-width: 1440px) {
    .faq--margin-top-large {
      margin-top: 100px; } }

.faq--widget {
  background-color: #F5F2ED;
  padding: 50px 0; }
  @media (min-width: 1280px) {
    .faq--widget {
      padding: 100px 0; } }

.faq--simple {
  margin: 20px 0; }
  @media (min-width: 1280px) {
    .faq--simple {
      margin: 50px 0; } }

@media (min-width: 1024px) {
  .faq__grid {
    margin: 0 -0.775rem;
    max-width: none;
    width: auto; }
    .faq__grid:before, .faq__grid:after {
      content: " ";
      display: table; }
    .faq__grid:after {
      clear: both; } }

@media (min-width: 1024px) {
  .faq__aside {
    padding-left: 0.775rem;
    padding-right: 0.775rem;
    width: 16.66667%;
    float: left; } }

@media (min-width: 1024px) {
  .faq__main {
    padding-left: 0.775rem;
    padding-right: 0.775rem;
    width: 83.33333%;
    float: left; } }

.faq__header {
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .faq__header {
      margin-bottom: 50px; } }

.faq__accordion {
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 30px; }

.faq__summary {
  position: relative;
  padding: 10px 25px 10px 0;
  cursor: pointer;
  list-style: none; }
  @media (min-width: 1024px) {
    .faq__summary {
      padding: 15px 30px 15px 0; } }
  .faq__summary::-webkit-details-marker {
    display: none; }
  .faq__summary::before {
    content: '';
    position: absolute;
    top: 23px;
    right: 0;
    border-top: 2px solid #656868;
    width: 18px; }
    @media (min-width: 1024px) {
      .faq__summary::before {
        top: 30px;
        width: 24px; } }
  .faq__summary::after {
    content: '';
    position: absolute;
    height: 18px;
    top: 26px;
    right: 8px;
    border-right: 2px solid #656868;
    margin-top: -11px;
    transition: opacity 220ms ease, transform 220ms ease; }
    @media (min-width: 1024px) {
      .faq__summary::after {
        height: 24px;
        top: 30px;
        right: 11px; } }

.faq__item {
  border-top: 1px solid #D8D8D8;
  padding: 10px 0; }
  @media (min-width: 1024px) {
    .faq__item {
      padding: 15px 0; } }
  .faq__item[open] .faq__summary::after {
    opacity: 0;
    transform: scaleY(0.4); }

.faq__content {
  padding-top: 5px;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 200ms ease, transform 260ms ease;
  will-change: opacity, transform; }

.faq__item[open] .faq__content {
  opacity: 1;
  transform: translateY(0); }

.faq__item.is-closing .faq__content {
  opacity: 0;
  transform: translateY(-6px); }

@media (prefers-reduced-motion: reduce) {
  .faq__summary::after {
    transition: none; }
  .faq__content {
    transition: none; } }

.faq__footer {
  text-align: center; }
  .faq__footer a {
    color: #656868; }
    .faq__footer a:hover {
      text-decoration: none; }

.product-features-widget--margin-bottom-extra-small {
  margin-bottom: 5px; }
  @media (min-width: 1024px) {
    .product-features-widget--margin-bottom-extra-small {
      margin-bottom: 10px; } }
  @media (min-width: 1440px) {
    .product-features-widget--margin-bottom-extra-small {
      margin-bottom: 15px; } }

.product-features-widget--margin-bottom-small {
  margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .product-features-widget--margin-bottom-small {
      margin-bottom: 20px; } }
  @media (min-width: 1440px) {
    .product-features-widget--margin-bottom-small {
      margin-bottom: 25px; } }

.product-features-widget--margin-bottom-medium {
  margin-bottom: 25px; }
  @media (min-width: 1024px) {
    .product-features-widget--margin-bottom-medium {
      margin-bottom: 35px; } }
  @media (min-width: 1440px) {
    .product-features-widget--margin-bottom-medium {
      margin-bottom: 50px; } }

.product-features-widget--margin-bottom-medium-large {
  margin-bottom: 35px; }
  @media (min-width: 1024px) {
    .product-features-widget--margin-bottom-medium-large {
      margin-bottom: 50px; } }
  @media (min-width: 1440px) {
    .product-features-widget--margin-bottom-medium-large {
      margin-bottom: 75px; } }

.product-features-widget--margin-bottom-large {
  margin-bottom: 50px; }
  @media (min-width: 1024px) {
    .product-features-widget--margin-bottom-large {
      margin-bottom: 75px; } }
  @media (min-width: 1440px) {
    .product-features-widget--margin-bottom-large {
      margin-bottom: 100px; } }

.product-features-widget--margin-top-extra-small {
  margin-top: 5px; }
  @media (min-width: 1024px) {
    .product-features-widget--margin-top-extra-small {
      margin-top: 10px; } }
  @media (min-width: 1440px) {
    .product-features-widget--margin-top-extra-small {
      margin-top: 15px; } }

.product-features-widget--margin-top-small {
  margin-top: 15px; }
  @media (min-width: 1024px) {
    .product-features-widget--margin-top-small {
      margin-top: 20px; } }
  @media (min-width: 1440px) {
    .product-features-widget--margin-top-small {
      margin-top: 25px; } }

.product-features-widget--margin-top-medium {
  margin-top: 25px; }
  @media (min-width: 1024px) {
    .product-features-widget--margin-top-medium {
      margin-top: 35px; } }
  @media (min-width: 1440px) {
    .product-features-widget--margin-top-medium {
      margin-top: 50px; } }

.product-features-widget--margin-top-medium-large {
  margin-top: 35px; }
  @media (min-width: 1024px) {
    .product-features-widget--margin-top-medium-large {
      margin-top: 50px; } }
  @media (min-width: 1440px) {
    .product-features-widget--margin-top-medium-large {
      margin-top: 75px; } }

.product-features-widget--margin-top-large {
  margin-top: 50px; }
  @media (min-width: 1024px) {
    .product-features-widget--margin-top-large {
      margin-top: 75px; } }
  @media (min-width: 1440px) {
    .product-features-widget--margin-top-large {
      margin-top: 100px; } }

.product-features-widget__list.slick-slider {
  margin-bottom: 80px; }
  .product-features-widget__list.slick-slider .product-features-widget__item {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }

.product-features-widget__header {
  margin-bottom: 30px; }

.product-features-widget__item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D8D8D8; }
  @media (min-width: 1024px) {
    .product-features-widget__item {
      padding: 50px 0;
      display: flex;
      gap: 28px; } }
  .product-features-widget__item:last-child {
    border-bottom: none; }
  .product-features-widget__item-icon {
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .product-features-widget__item-icon {
        width: 30%; } }
    .product-features-widget__item-icon img {
      width: 45px; }
      @media (min-width: 1024px) {
        .product-features-widget__item-icon img {
          width: 75px;
          margin-left: 130px; } }
  .product-features-widget__item-title {
    font-size: 22px;
    font-weight: 500;
    color: #000; }
  .product-features-widget__item-text > *:last-child {
    margin-bottom: 0; }
  @media (min-width: 1024px) {
    .product-features-widget__item-content {
      width: 70%; } }

.product-features-widget .slick-dots {
  bottom: -50px; }
  .product-features-widget .slick-dots li button {
    background-color: #D8D8D8;
    height: 3px;
    width: 20px;
    padding: 0; }
  .product-features-widget .slick-dots li.slick-active button {
    background-color: #91A93E; }

.specifications-widget--margin-bottom-extra-small {
  margin-bottom: 5px; }
  @media (min-width: 1024px) {
    .specifications-widget--margin-bottom-extra-small {
      margin-bottom: 10px; } }
  @media (min-width: 1440px) {
    .specifications-widget--margin-bottom-extra-small {
      margin-bottom: 15px; } }

.specifications-widget--margin-bottom-small {
  margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .specifications-widget--margin-bottom-small {
      margin-bottom: 20px; } }
  @media (min-width: 1440px) {
    .specifications-widget--margin-bottom-small {
      margin-bottom: 25px; } }

.specifications-widget--margin-bottom-medium {
  margin-bottom: 25px; }
  @media (min-width: 1024px) {
    .specifications-widget--margin-bottom-medium {
      margin-bottom: 35px; } }
  @media (min-width: 1440px) {
    .specifications-widget--margin-bottom-medium {
      margin-bottom: 50px; } }

.specifications-widget--margin-bottom-medium-large {
  margin-bottom: 35px; }
  @media (min-width: 1024px) {
    .specifications-widget--margin-bottom-medium-large {
      margin-bottom: 50px; } }
  @media (min-width: 1440px) {
    .specifications-widget--margin-bottom-medium-large {
      margin-bottom: 75px; } }

.specifications-widget--margin-bottom-large {
  margin-bottom: 50px; }
  @media (min-width: 1024px) {
    .specifications-widget--margin-bottom-large {
      margin-bottom: 75px; } }
  @media (min-width: 1440px) {
    .specifications-widget--margin-bottom-large {
      margin-bottom: 100px; } }

.specifications-widget--margin-top-extra-small {
  margin-top: 5px; }
  @media (min-width: 1024px) {
    .specifications-widget--margin-top-extra-small {
      margin-top: 10px; } }
  @media (min-width: 1440px) {
    .specifications-widget--margin-top-extra-small {
      margin-top: 15px; } }

.specifications-widget--margin-top-small {
  margin-top: 15px; }
  @media (min-width: 1024px) {
    .specifications-widget--margin-top-small {
      margin-top: 20px; } }
  @media (min-width: 1440px) {
    .specifications-widget--margin-top-small {
      margin-top: 25px; } }

.specifications-widget--margin-top-medium {
  margin-top: 25px; }
  @media (min-width: 1024px) {
    .specifications-widget--margin-top-medium {
      margin-top: 35px; } }
  @media (min-width: 1440px) {
    .specifications-widget--margin-top-medium {
      margin-top: 50px; } }

.specifications-widget--margin-top-medium-large {
  margin-top: 35px; }
  @media (min-width: 1024px) {
    .specifications-widget--margin-top-medium-large {
      margin-top: 50px; } }
  @media (min-width: 1440px) {
    .specifications-widget--margin-top-medium-large {
      margin-top: 75px; } }

.specifications-widget--margin-top-large {
  margin-top: 50px; }
  @media (min-width: 1024px) {
    .specifications-widget--margin-top-large {
      margin-top: 75px; } }
  @media (min-width: 1440px) {
    .specifications-widget--margin-top-large {
      margin-top: 100px; } }

.specifications-widget__title {
  margin-bottom: 30px; }

.specifications-widget__list {
  margin-bottom: 20px; }

.specifications-widget__item {
  transition: background-color .25s ease-out;
  display: flex;
  align-items: center;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  margin-bottom: 10px;
  text-decoration: none;
  gap: 15px;
  padding: 20px 15px;
  font-size: 14px; }
  @media (min-width: 1024px) {
    .specifications-widget__item {
      font-size: 18px;
      gap: 30px;
      padding: 30px;
      margin-bottom: 20px; } }
  .specifications-widget__item:hover {
    background-color: #F6F6F6; }
    .specifications-widget__item:hover .specifications-widget__icon {
      color: #91A93E; }
    .specifications-widget__item:hover .specifications-widget__action {
      text-decoration: underline; }

.specifications-widget__icon {
  transition: color .25s ease-out;
  color: #656868; }
  .specifications-widget__icon svg {
    display: block;
    height: 22px;
    width: 22px; }
    @media (min-width: 1024px) {
      .specifications-widget__icon svg {
        height: 25px;
        width: 25px; } }

.specifications-widget__meta {
  display: none; }
  @media (min-width: 1024px) {
    .specifications-widget__meta {
      display: initial;
      margin-left: auto;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 0.02em;
      color: #656868; } }

.specifications-widget__action {
  color: #374113;
  margin-left: auto;
  text-decoration: underline; }
  @media (min-width: 1024px) {
    .specifications-widget__action {
      font-size: 16px;
      margin-left: 0;
      text-decoration: none; } }

@media (min-width: 768px) {
  .specifications-widget__modal {
    margin: 0 auto;
    max-width: 78.88889rem;
    width: 100%; }
    .specifications-widget__modal:before, .specifications-widget__modal:after {
      content: " ";
      display: table; }
    .specifications-widget__modal:after {
      clear: both; } }

@media (min-width: 768px) {
  .specifications-widget__modal-head {
    padding-left: 0.775rem;
    padding-right: 0.775rem;
    width: 50%;
    float: left; } }

@media (min-width: 768px) {
  .specifications-widget__modal-list {
    padding-left: 0.775rem;
    padding-right: 0.775rem;
    width: 50%;
    float: left; } }

.specifications-widget__modal-list h6 {
  margin-top: 5px; }

.specifications-widget__modal-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0 -10px; }

.specifications-widget__modal-row a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  border-radius: 5px;
  padding: 6px 10px 5px;
  align-items: center; }
  .specifications-widget__modal-row a:hover {
    background-color: #F6F6F6; }
    .specifications-widget__modal-row a:hover .specifications-widget__modal-action {
      opacity: 1; }

.specifications-widget__modal-action {
  opacity: 0;
  color: #374113; }

.specifications-widget__media {
  position: relative; }
  .specifications-widget__media .icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #D8D8D8;
    color: #656868;
    border-radius: 5px; }
    @media (min-width: 1024px) {
      .specifications-widget__media .icon {
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
        padding: 12px; } }

.resources-widget--margin-bottom-extra-small {
  margin-bottom: 5px; }
  @media (min-width: 1024px) {
    .resources-widget--margin-bottom-extra-small {
      margin-bottom: 10px; } }
  @media (min-width: 1440px) {
    .resources-widget--margin-bottom-extra-small {
      margin-bottom: 15px; } }

.resources-widget--margin-bottom-small {
  margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .resources-widget--margin-bottom-small {
      margin-bottom: 20px; } }
  @media (min-width: 1440px) {
    .resources-widget--margin-bottom-small {
      margin-bottom: 25px; } }

.resources-widget--margin-bottom-medium {
  margin-bottom: 25px; }
  @media (min-width: 1024px) {
    .resources-widget--margin-bottom-medium {
      margin-bottom: 35px; } }
  @media (min-width: 1440px) {
    .resources-widget--margin-bottom-medium {
      margin-bottom: 50px; } }

.resources-widget--margin-bottom-medium-large {
  margin-bottom: 35px; }
  @media (min-width: 1024px) {
    .resources-widget--margin-bottom-medium-large {
      margin-bottom: 50px; } }
  @media (min-width: 1440px) {
    .resources-widget--margin-bottom-medium-large {
      margin-bottom: 75px; } }

.resources-widget--margin-bottom-large {
  margin-bottom: 50px; }
  @media (min-width: 1024px) {
    .resources-widget--margin-bottom-large {
      margin-bottom: 75px; } }
  @media (min-width: 1440px) {
    .resources-widget--margin-bottom-large {
      margin-bottom: 100px; } }

.resources-widget--margin-top-extra-small {
  margin-top: 5px; }
  @media (min-width: 1024px) {
    .resources-widget--margin-top-extra-small {
      margin-top: 10px; } }
  @media (min-width: 1440px) {
    .resources-widget--margin-top-extra-small {
      margin-top: 15px; } }

.resources-widget--margin-top-small {
  margin-top: 15px; }
  @media (min-width: 1024px) {
    .resources-widget--margin-top-small {
      margin-top: 20px; } }
  @media (min-width: 1440px) {
    .resources-widget--margin-top-small {
      margin-top: 25px; } }

.resources-widget--margin-top-medium {
  margin-top: 25px; }
  @media (min-width: 1024px) {
    .resources-widget--margin-top-medium {
      margin-top: 35px; } }
  @media (min-width: 1440px) {
    .resources-widget--margin-top-medium {
      margin-top: 50px; } }

.resources-widget--margin-top-medium-large {
  margin-top: 35px; }
  @media (min-width: 1024px) {
    .resources-widget--margin-top-medium-large {
      margin-top: 50px; } }
  @media (min-width: 1440px) {
    .resources-widget--margin-top-medium-large {
      margin-top: 75px; } }

.resources-widget--margin-top-large {
  margin-top: 50px; }
  @media (min-width: 1024px) {
    .resources-widget--margin-top-large {
      margin-top: 75px; } }
  @media (min-width: 1440px) {
    .resources-widget--margin-top-large {
      margin-top: 100px; } }

.resources-widget__header {
  margin-bottom: 30px; }

@media (min-width: 1024px) {
  .resources-widget__grid {
    margin: 0 -0.775rem;
    max-width: none;
    width: auto; }
    .resources-widget__grid:before, .resources-widget__grid:after {
      content: " ";
      display: table; }
    .resources-widget__grid:after {
      clear: both; } }

.resources-widget__item {
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .resources-widget__item {
      padding-left: 0.775rem;
      padding-right: 0.775rem;
      width: 25%;
      float: left;
      margin-bottom: 0; } }

.resources-widget__cta {
  position: relative; }
  @media (min-width: 1024px) {
    .resources-widget__cta::before {
      content: '';
      display: block;
      padding-bottom: 125%; } }
  .resources-widget__cta-link {
    color: white;
    text-decoration: none;
    padding: 10px;
    display: block; }
    @media (min-width: 1024px) {
      .resources-widget__cta-link {
        transition: color .25s ease-out;
        border-top: 1px solid #D8D8D8;
        border-bottom: 1px solid #D8D8D8;
        position: absolute;
        color: #000;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        overflow: hidden; } }
    @media (min-width: 1280px) {
      .resources-widget__cta-link {
        padding: 20px; } }
    @media (min-width: 1440px) {
      .resources-widget__cta-link {
        padding: 30px; } }
    .resources-widget__cta-link::before {
      transition: transform .4s ease-in-out;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #374113;
      z-index: -1; }
      @media (min-width: 1024px) {
        .resources-widget__cta-link::before {
          transform: translateX(-110%); } }
    @media (min-width: 1024px) {
      .resources-widget__cta-link:hover {
        color: #fff; }
        .resources-widget__cta-link:hover::before {
          transform: translateX(0); } }
  .resources-widget__cta-title {
    display: block;
    color: inherit;
    margin-bottom: 45px; }
  .resources-widget__cta-action {
    display: block;
    padding-right: 36px;
    position: relative;
    font-weight: 500;
    text-align: right; }
    .resources-widget__cta-action .icon {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      width: 18px;
      height: 18px; }
      @media (min-width: 1024px) {
        .resources-widget__cta-action .icon {
          width: 20px;
          height: 20px; } }
      @media (min-width: 1440px) {
        .resources-widget__cta-action .icon {
          width: 24px;
          height: 24px; } }
  .resources-widget__cta--0 .resources-widget__cta-link::before {
    background-color: #6F695F; }
  .resources-widget__cta--1 .resources-widget__cta-link::before {
    background-color: #374113; }
  .resources-widget__cta--2 .resources-widget__cta-link::before {
    background-color: #3E2F22; }
  .resources-widget__cta--3 .resources-widget__cta-link::before {
    background-color: #91A93E; }

.navigation-widget {
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .navigation-widget__select {
      display: none; } }
  .navigation-widget__list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 500;
    display: none; }
    @media (min-width: 1024px) {
      .navigation-widget__list {
        display: initial; } }
    .navigation-widget__list a {
      text-decoration: none; }
      .navigation-widget__list a:hover {
        text-decoration: underline; }
    .navigation-widget__list li {
      margin-bottom: 20px; }
  .navigation-widget .cta-link {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 35px 5px 15px;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    background-color: #91A93E;
    color: #fff;
    border: 1px solid #91A93E; }
    @media (min-width: 1280px) {
      .navigation-widget .cta-link {
        font-size: 18px;
        padding: 6px 40px 6px 20px; } }
    .navigation-widget .cta-link .icon {
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      height: 14px;
      width: 14px;
      color: #374113; }

.team--margin-bottom-extra-small {
  margin-bottom: 5px; }
  @media (min-width: 1024px) {
    .team--margin-bottom-extra-small {
      margin-bottom: 10px; } }
  @media (min-width: 1440px) {
    .team--margin-bottom-extra-small {
      margin-bottom: 15px; } }

.team--margin-bottom-small {
  margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .team--margin-bottom-small {
      margin-bottom: 20px; } }
  @media (min-width: 1440px) {
    .team--margin-bottom-small {
      margin-bottom: 25px; } }

.team--margin-bottom-medium {
  margin-bottom: 25px; }
  @media (min-width: 1024px) {
    .team--margin-bottom-medium {
      margin-bottom: 35px; } }
  @media (min-width: 1440px) {
    .team--margin-bottom-medium {
      margin-bottom: 50px; } }

.team--margin-bottom-medium-large {
  margin-bottom: 35px; }
  @media (min-width: 1024px) {
    .team--margin-bottom-medium-large {
      margin-bottom: 50px; } }
  @media (min-width: 1440px) {
    .team--margin-bottom-medium-large {
      margin-bottom: 75px; } }

.team--margin-bottom-large {
  margin-bottom: 50px; }
  @media (min-width: 1024px) {
    .team--margin-bottom-large {
      margin-bottom: 75px; } }
  @media (min-width: 1440px) {
    .team--margin-bottom-large {
      margin-bottom: 100px; } }

.team--margin-top-extra-small {
  margin-top: 5px; }
  @media (min-width: 1024px) {
    .team--margin-top-extra-small {
      margin-top: 10px; } }
  @media (min-width: 1440px) {
    .team--margin-top-extra-small {
      margin-top: 15px; } }

.team--margin-top-small {
  margin-top: 15px; }
  @media (min-width: 1024px) {
    .team--margin-top-small {
      margin-top: 20px; } }
  @media (min-width: 1440px) {
    .team--margin-top-small {
      margin-top: 25px; } }

.team--margin-top-medium {
  margin-top: 25px; }
  @media (min-width: 1024px) {
    .team--margin-top-medium {
      margin-top: 35px; } }
  @media (min-width: 1440px) {
    .team--margin-top-medium {
      margin-top: 50px; } }

.team--margin-top-medium-large {
  margin-top: 35px; }
  @media (min-width: 1024px) {
    .team--margin-top-medium-large {
      margin-top: 50px; } }
  @media (min-width: 1440px) {
    .team--margin-top-medium-large {
      margin-top: 75px; } }

.team--margin-top-large {
  margin-top: 50px; }
  @media (min-width: 1024px) {
    .team--margin-top-large {
      margin-top: 75px; } }
  @media (min-width: 1440px) {
    .team--margin-top-large {
      margin-top: 100px; } }

.team__header {
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .team__header {
      margin-bottom: 50px; } }

.team__grid {
  margin: 0 -0.775rem;
  max-width: none;
  width: auto;
  display: flex;
  flex-wrap: wrap; }
  .team__grid:before, .team__grid:after {
    content: " ";
    display: table; }
  .team__grid:after {
    clear: both; }

.team__card {
  padding-left: 0.775rem;
  padding-right: 0.775rem;
  width: 50%;
  float: left; }
  @media (min-width: 1024px) {
    .team__card {
      padding-left: 0.775rem;
      padding-right: 0.775rem;
      width: 25%;
      float: left; } }

.team__media {
  position: relative;
  margin-bottom: 10px; }
  @media (min-width: 1024px) {
    .team__media {
      margin-bottom: 20px; } }
  .team__media::before {
    content: '';
    padding-bottom: 124%;
    display: block; }
  .team__media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.team__name {
  font-size: 16px;
  margin-bottom: 2px; }
  @media (min-width: 1024px) {
    .team__name {
      font-size: 18px;
      line-height: 1.55;
      margin-bottom: 10px; } }
  @media (min-width: 1024px) and (min-width: 1280px) {
    .team__name {
      font-size: 22px;
      line-height: 1.45; } }

.team__role {
  margin-bottom: 0;
  font-size: 12px; }
  @media (min-width: 1024px) {
    .team__role {
      font-size: 16px;
      line-height: 1.25; } }
  @media (min-width: 1024px) and (min-width: 1280px) {
    .team__role {
      font-size: 18px;
      line-height: 1.55; } }

.team__info {
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .team__info {
      margin-bottom: 50px; } }

.image-widget__media {
  position: relative; }
  .image-widget__media::before {
    content: '';
    padding-bottom: 55%;
    display: block; }
  .image-widget__media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.trade-banner {
  color: #fff;
  background-color: #374113;
  padding: 20px; }
  .trade-banner--margin-bottom-extra-small {
    margin-bottom: 5px; }
    @media (min-width: 1024px) {
      .trade-banner--margin-bottom-extra-small {
        margin-bottom: 10px; } }
    @media (min-width: 1440px) {
      .trade-banner--margin-bottom-extra-small {
        margin-bottom: 15px; } }
  .trade-banner--margin-bottom-small {
    margin-bottom: 15px; }
    @media (min-width: 1024px) {
      .trade-banner--margin-bottom-small {
        margin-bottom: 20px; } }
    @media (min-width: 1440px) {
      .trade-banner--margin-bottom-small {
        margin-bottom: 25px; } }
  .trade-banner--margin-bottom-medium {
    margin-bottom: 25px; }
    @media (min-width: 1024px) {
      .trade-banner--margin-bottom-medium {
        margin-bottom: 35px; } }
    @media (min-width: 1440px) {
      .trade-banner--margin-bottom-medium {
        margin-bottom: 50px; } }
  .trade-banner--margin-bottom-medium-large {
    margin-bottom: 35px; }
    @media (min-width: 1024px) {
      .trade-banner--margin-bottom-medium-large {
        margin-bottom: 50px; } }
    @media (min-width: 1440px) {
      .trade-banner--margin-bottom-medium-large {
        margin-bottom: 75px; } }
  .trade-banner--margin-bottom-large {
    margin-bottom: 50px; }
    @media (min-width: 1024px) {
      .trade-banner--margin-bottom-large {
        margin-bottom: 75px; } }
    @media (min-width: 1440px) {
      .trade-banner--margin-bottom-large {
        margin-bottom: 100px; } }
  .trade-banner--margin-top-extra-small {
    margin-top: 5px; }
    @media (min-width: 1024px) {
      .trade-banner--margin-top-extra-small {
        margin-top: 10px; } }
    @media (min-width: 1440px) {
      .trade-banner--margin-top-extra-small {
        margin-top: 15px; } }
  .trade-banner--margin-top-small {
    margin-top: 15px; }
    @media (min-width: 1024px) {
      .trade-banner--margin-top-small {
        margin-top: 20px; } }
    @media (min-width: 1440px) {
      .trade-banner--margin-top-small {
        margin-top: 25px; } }
  .trade-banner--margin-top-medium {
    margin-top: 25px; }
    @media (min-width: 1024px) {
      .trade-banner--margin-top-medium {
        margin-top: 35px; } }
    @media (min-width: 1440px) {
      .trade-banner--margin-top-medium {
        margin-top: 50px; } }
  .trade-banner--margin-top-medium-large {
    margin-top: 35px; }
    @media (min-width: 1024px) {
      .trade-banner--margin-top-medium-large {
        margin-top: 50px; } }
    @media (min-width: 1440px) {
      .trade-banner--margin-top-medium-large {
        margin-top: 75px; } }
  .trade-banner--margin-top-large {
    margin-top: 50px; }
    @media (min-width: 1024px) {
      .trade-banner--margin-top-large {
        margin-top: 75px; } }
    @media (min-width: 1440px) {
      .trade-banner--margin-top-large {
        margin-top: 100px; } }
  @media (min-width: 1024px) {
    .trade-banner {
      padding: 50px; } }
  @media (min-width: 1280px) {
    .trade-banner {
      padding: 100px 0; } }
  .trade-banner__title {
    color: #91A93E; }
  .trade-banner__description {
    color: inherit;
    font-size: 22px; }
    @media (min-width: 1024px) {
      .trade-banner__description {
        font-size: 26px;
        line-height: 1.38; } }
  @media (min-width: 1024px) and (min-width: 1280px) {
    .trade-banner__description {
      font-size: 48px;
      line-height: 1.29; } }
  @media (min-width: 1024px) {
    .trade-banner__row {
      margin: 0 -0.775rem;
      max-width: none;
      width: auto;
      display: flex;
      justify-content: center;
      align-items: center; }
      .trade-banner__row:before, .trade-banner__row:after {
        content: " ";
        display: table; }
      .trade-banner__row:after {
        clear: both; } }
  .trade-banner__content {
    margin-bottom: 30px; }
    @media (min-width: 1024px) {
      .trade-banner__content {
        padding-left: 0.775rem;
        padding-right: 0.775rem;
        width: 50%;
        float: left; } }
    @media (min-width: 1280px) {
      .trade-banner__content {
        padding-left: 0.775rem;
        padding-right: 0.775rem;
        width: 41.66667%;
        float: left;
        margin-bottom: 0; } }
  @media (min-width: 1024px) {
    .trade-banner__media {
      padding-left: 0.775rem;
      padding-right: 0.775rem;
      width: 50%;
      float: left; } }
  @media (min-width: 1280px) {
    .trade-banner__media {
      padding-left: 0.775rem;
      padding-right: 0.775rem;
      width: 41.66667%;
      float: left; } }
  .trade-banner__description {
    margin-bottom: 30px; }
  .trade-banner__cta {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 35px 5px 15px;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    background-color: #91A93E;
    color: #fff;
    border: 1px solid #91A93E; }
    @media (min-width: 1280px) {
      .trade-banner__cta {
        font-size: 18px;
        padding: 6px 40px 6px 20px; } }
    .trade-banner__cta .icon {
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      height: 14px;
      width: 14px;
      color: #374113; }

.finishes--margin-bottom-extra-small {
  margin-bottom: 5px; }
  @media (min-width: 1024px) {
    .finishes--margin-bottom-extra-small {
      margin-bottom: 10px; } }
  @media (min-width: 1440px) {
    .finishes--margin-bottom-extra-small {
      margin-bottom: 15px; } }

.finishes--margin-bottom-small {
  margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .finishes--margin-bottom-small {
      margin-bottom: 20px; } }
  @media (min-width: 1440px) {
    .finishes--margin-bottom-small {
      margin-bottom: 25px; } }

.finishes--margin-bottom-medium {
  margin-bottom: 25px; }
  @media (min-width: 1024px) {
    .finishes--margin-bottom-medium {
      margin-bottom: 35px; } }
  @media (min-width: 1440px) {
    .finishes--margin-bottom-medium {
      margin-bottom: 50px; } }

.finishes--margin-bottom-medium-large {
  margin-bottom: 35px; }
  @media (min-width: 1024px) {
    .finishes--margin-bottom-medium-large {
      margin-bottom: 50px; } }
  @media (min-width: 1440px) {
    .finishes--margin-bottom-medium-large {
      margin-bottom: 75px; } }

.finishes--margin-bottom-large {
  margin-bottom: 50px; }
  @media (min-width: 1024px) {
    .finishes--margin-bottom-large {
      margin-bottom: 75px; } }
  @media (min-width: 1440px) {
    .finishes--margin-bottom-large {
      margin-bottom: 100px; } }

.finishes--margin-top-extra-small {
  margin-top: 5px; }
  @media (min-width: 1024px) {
    .finishes--margin-top-extra-small {
      margin-top: 10px; } }
  @media (min-width: 1440px) {
    .finishes--margin-top-extra-small {
      margin-top: 15px; } }

.finishes--margin-top-small {
  margin-top: 15px; }
  @media (min-width: 1024px) {
    .finishes--margin-top-small {
      margin-top: 20px; } }
  @media (min-width: 1440px) {
    .finishes--margin-top-small {
      margin-top: 25px; } }

.finishes--margin-top-medium {
  margin-top: 25px; }
  @media (min-width: 1024px) {
    .finishes--margin-top-medium {
      margin-top: 35px; } }
  @media (min-width: 1440px) {
    .finishes--margin-top-medium {
      margin-top: 50px; } }

.finishes--margin-top-medium-large {
  margin-top: 35px; }
  @media (min-width: 1024px) {
    .finishes--margin-top-medium-large {
      margin-top: 50px; } }
  @media (min-width: 1440px) {
    .finishes--margin-top-medium-large {
      margin-top: 75px; } }

.finishes--margin-top-large {
  margin-top: 50px; }
  @media (min-width: 1024px) {
    .finishes--margin-top-large {
      margin-top: 75px; } }
  @media (min-width: 1440px) {
    .finishes--margin-top-large {
      margin-top: 100px; } }

.finishes__header {
  margin-bottom: 15px; }
  @media (min-width: 1280px) {
    .finishes__header {
      margin: 0 -0.775rem;
      max-width: none;
      width: auto; }
      .finishes__header:before, .finishes__header:after {
        content: " ";
        display: table; }
      .finishes__header:after {
        clear: both; } }

@media (min-width: 1280px) {
  .finishes__title {
    padding-left: 0.775rem;
    padding-right: 0.775rem;
    width: 16.66667%;
    float: left; } }

@media (min-width: 1280px) {
  .finishes__subtitle {
    padding-left: 0.775rem;
    padding-right: 0.775rem;
    width: 41.66667%;
    float: left; } }

@media (min-width: 1280px) {
  .finishes__description {
    padding-left: 0.775rem;
    padding-right: 0.775rem;
    width: 41.66667%;
    float: left; } }

.finishes__body {
  position: relative; }

.finishes__media {
  position: relative; }
  .finishes__media::before {
    content: '';
    display: block;
    padding-bottom: 73.65%; }
    @media (min-width: 1024px) {
      .finishes__media::before {
        padding-bottom: 49.14%; } }
  .finishes__media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center; }

.finishes__picker {
  background-color: #fff; }
  @media (min-width: 1280px) {
    .finishes__picker {
      position: absolute;
      top: 30px;
      right: 30px;
      max-width: 493px; } }
  .finishes__picker-header {
    padding: 20px 10px; }
    @media (min-width: 1280px) {
      .finishes__picker-header {
        padding: 20px; } }
    @media (min-width: 1440px) {
      .finishes__picker-header {
        padding: 30px; } }
  .finishes__picker-title {
    margin-bottom: 10px; }

.finishes__swatches {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 3px; }

.finishes__swatch {
  padding: 2px;
  border: 1px solid transparent;
  border-radius: 50%; }
  @media (min-width: 1280px) {
    .finishes__swatch {
      padding: 3px; } }
  .finishes__swatch.is-active {
    border-color: #000; }
  .finishes__swatch > span {
    width: 40px;
    display: block;
    border-radius: 50%; }
    @media (min-width: 1280px) {
      .finishes__swatch > span {
        width: 46px; } }
    .finishes__swatch > span::before {
      content: '';
      display: block;
      padding-bottom: 100%; }

.finishes__sample {
  position: relative; }
  .finishes__sample::before {
    content: '';
    display: block;
    padding-bottom: 53%; }
    @media (min-width: 1024px) {
      .finishes__sample::before {
        padding-bottom: 25%; } }
    @media (min-width: 1280px) {
      .finishes__sample::before {
        padding-bottom: 53%; } }
  .finishes__sample img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .finishes__sample-label {
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: #fff;
    padding: 7px 10px; }
    @media (min-width: 1280px) {
      .finishes__sample-label {
        bottom: 30px;
        left: 30px; } }

.divider--margin-bottom-extra-small {
  margin-bottom: 5px; }
  @media (min-width: 1024px) {
    .divider--margin-bottom-extra-small {
      margin-bottom: 10px; } }
  @media (min-width: 1440px) {
    .divider--margin-bottom-extra-small {
      margin-bottom: 15px; } }

.divider--margin-bottom-small {
  margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .divider--margin-bottom-small {
      margin-bottom: 20px; } }
  @media (min-width: 1440px) {
    .divider--margin-bottom-small {
      margin-bottom: 25px; } }

.divider--margin-bottom-medium {
  margin-bottom: 25px; }
  @media (min-width: 1024px) {
    .divider--margin-bottom-medium {
      margin-bottom: 35px; } }
  @media (min-width: 1440px) {
    .divider--margin-bottom-medium {
      margin-bottom: 50px; } }

.divider--margin-bottom-medium-large {
  margin-bottom: 35px; }
  @media (min-width: 1024px) {
    .divider--margin-bottom-medium-large {
      margin-bottom: 50px; } }
  @media (min-width: 1440px) {
    .divider--margin-bottom-medium-large {
      margin-bottom: 75px; } }

.divider--margin-bottom-large {
  margin-bottom: 50px; }
  @media (min-width: 1024px) {
    .divider--margin-bottom-large {
      margin-bottom: 75px; } }
  @media (min-width: 1440px) {
    .divider--margin-bottom-large {
      margin-bottom: 100px; } }

.divider--margin-top-extra-small {
  margin-top: 5px; }
  @media (min-width: 1024px) {
    .divider--margin-top-extra-small {
      margin-top: 10px; } }
  @media (min-width: 1440px) {
    .divider--margin-top-extra-small {
      margin-top: 15px; } }

.divider--margin-top-small {
  margin-top: 15px; }
  @media (min-width: 1024px) {
    .divider--margin-top-small {
      margin-top: 20px; } }
  @media (min-width: 1440px) {
    .divider--margin-top-small {
      margin-top: 25px; } }

.divider--margin-top-medium {
  margin-top: 25px; }
  @media (min-width: 1024px) {
    .divider--margin-top-medium {
      margin-top: 35px; } }
  @media (min-width: 1440px) {
    .divider--margin-top-medium {
      margin-top: 50px; } }

.divider--margin-top-medium-large {
  margin-top: 35px; }
  @media (min-width: 1024px) {
    .divider--margin-top-medium-large {
      margin-top: 50px; } }
  @media (min-width: 1440px) {
    .divider--margin-top-medium-large {
      margin-top: 75px; } }

.divider--margin-top-large {
  margin-top: 50px; }
  @media (min-width: 1024px) {
    .divider--margin-top-large {
      margin-top: 75px; } }
  @media (min-width: 1440px) {
    .divider--margin-top-large {
      margin-top: 100px; } }

.divider hr {
  margin: 0; }

.subcategories-widget--margin-bottom-extra-small {
  margin-bottom: 5px; }
  @media (min-width: 1024px) {
    .subcategories-widget--margin-bottom-extra-small {
      margin-bottom: 10px; } }
  @media (min-width: 1440px) {
    .subcategories-widget--margin-bottom-extra-small {
      margin-bottom: 15px; } }

.subcategories-widget--margin-bottom-small {
  margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .subcategories-widget--margin-bottom-small {
      margin-bottom: 20px; } }
  @media (min-width: 1440px) {
    .subcategories-widget--margin-bottom-small {
      margin-bottom: 25px; } }

.subcategories-widget--margin-bottom-medium {
  margin-bottom: 25px; }
  @media (min-width: 1024px) {
    .subcategories-widget--margin-bottom-medium {
      margin-bottom: 35px; } }
  @media (min-width: 1440px) {
    .subcategories-widget--margin-bottom-medium {
      margin-bottom: 50px; } }

.subcategories-widget--margin-bottom-medium-large {
  margin-bottom: 35px; }
  @media (min-width: 1024px) {
    .subcategories-widget--margin-bottom-medium-large {
      margin-bottom: 50px; } }
  @media (min-width: 1440px) {
    .subcategories-widget--margin-bottom-medium-large {
      margin-bottom: 75px; } }

.subcategories-widget--margin-bottom-large {
  margin-bottom: 50px; }
  @media (min-width: 1024px) {
    .subcategories-widget--margin-bottom-large {
      margin-bottom: 75px; } }
  @media (min-width: 1440px) {
    .subcategories-widget--margin-bottom-large {
      margin-bottom: 100px; } }

.subcategories-widget--margin-top-extra-small {
  margin-top: 5px; }
  @media (min-width: 1024px) {
    .subcategories-widget--margin-top-extra-small {
      margin-top: 10px; } }
  @media (min-width: 1440px) {
    .subcategories-widget--margin-top-extra-small {
      margin-top: 15px; } }

.subcategories-widget--margin-top-small {
  margin-top: 15px; }
  @media (min-width: 1024px) {
    .subcategories-widget--margin-top-small {
      margin-top: 20px; } }
  @media (min-width: 1440px) {
    .subcategories-widget--margin-top-small {
      margin-top: 25px; } }

.subcategories-widget--margin-top-medium {
  margin-top: 25px; }
  @media (min-width: 1024px) {
    .subcategories-widget--margin-top-medium {
      margin-top: 35px; } }
  @media (min-width: 1440px) {
    .subcategories-widget--margin-top-medium {
      margin-top: 50px; } }

.subcategories-widget--margin-top-medium-large {
  margin-top: 35px; }
  @media (min-width: 1024px) {
    .subcategories-widget--margin-top-medium-large {
      margin-top: 50px; } }
  @media (min-width: 1440px) {
    .subcategories-widget--margin-top-medium-large {
      margin-top: 75px; } }

.subcategories-widget--margin-top-large {
  margin-top: 50px; }
  @media (min-width: 1024px) {
    .subcategories-widget--margin-top-large {
      margin-top: 75px; } }
  @media (min-width: 1440px) {
    .subcategories-widget--margin-top-large {
      margin-top: 100px; } }

.subcategories-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  @media (min-width: 1024px) {
    .subcategories-widget ul {
      flex-direction: row;
      justify-content: flex-end; } }
  .subcategories-widget ul li {
    width: 250px; }
    @media (min-width: 768px) {
      .subcategories-widget ul li {
        width: 50%; } }
    @media (min-width: 1024px) {
      .subcategories-widget ul li {
        padding: 0 15px 5px;
        width: 25%; } }
    @media (min-width: 1280px) {
      .subcategories-widget ul li {
        padding: 0 25px 20px; } }
    .subcategories-widget ul li + li {
      border-top: 1px solid #D8D8D8; }
      @media (min-width: 1024px) {
        .subcategories-widget ul li + li {
          border-top: none;
          border-left: 1px solid #D8D8D8; } }
    .subcategories-widget ul li:first-child {
      padding-left: 0; }
    .subcategories-widget ul li:last-child {
      padding-right: 0; }
    .subcategories-widget ul li a {
      display: block;
      font-size: 16px;
      padding: 14px 0 14px 40px;
      position: relative;
      text-decoration: none;
      border-radius: 5px;
      color: #000;
      transition: background-color .2s ease-out; }
      @media (min-width: 1024px) {
        .subcategories-widget ul li a {
          padding-left: 50px; } }
      @media (min-width: 1280px) {
        .subcategories-widget ul li a {
          font-size: 18px;
          padding: 14px 0 14px 60px; } }
      .subcategories-widget ul li a .icon {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        color: #656868;
        width: 22px;
        height: 22px; }
        @media (min-width: 1024px) {
          .subcategories-widget ul li a .icon {
            left: 10px; } }
        @media (min-width: 1280px) {
          .subcategories-widget ul li a .icon {
            left: 20px;
            width: 25px;
            height: 25px; } }
      .subcategories-widget ul li a:hover {
        background-color: #F6F6F6; }
        .subcategories-widget ul li a:hover .icon {
          color: #91A93E; }

.category-specifications--margin-bottom-extra-small {
  margin-bottom: 5px; }
  @media (min-width: 1024px) {
    .category-specifications--margin-bottom-extra-small {
      margin-bottom: 10px; } }
  @media (min-width: 1440px) {
    .category-specifications--margin-bottom-extra-small {
      margin-bottom: 15px; } }

.category-specifications--margin-bottom-small {
  margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .category-specifications--margin-bottom-small {
      margin-bottom: 20px; } }
  @media (min-width: 1440px) {
    .category-specifications--margin-bottom-small {
      margin-bottom: 25px; } }

.category-specifications--margin-bottom-medium {
  margin-bottom: 25px; }
  @media (min-width: 1024px) {
    .category-specifications--margin-bottom-medium {
      margin-bottom: 35px; } }
  @media (min-width: 1440px) {
    .category-specifications--margin-bottom-medium {
      margin-bottom: 50px; } }

.category-specifications--margin-bottom-medium-large {
  margin-bottom: 35px; }
  @media (min-width: 1024px) {
    .category-specifications--margin-bottom-medium-large {
      margin-bottom: 50px; } }
  @media (min-width: 1440px) {
    .category-specifications--margin-bottom-medium-large {
      margin-bottom: 75px; } }

.category-specifications--margin-bottom-large {
  margin-bottom: 50px; }
  @media (min-width: 1024px) {
    .category-specifications--margin-bottom-large {
      margin-bottom: 75px; } }
  @media (min-width: 1440px) {
    .category-specifications--margin-bottom-large {
      margin-bottom: 100px; } }

.category-specifications--margin-top-extra-small {
  margin-top: 5px; }
  @media (min-width: 1024px) {
    .category-specifications--margin-top-extra-small {
      margin-top: 10px; } }
  @media (min-width: 1440px) {
    .category-specifications--margin-top-extra-small {
      margin-top: 15px; } }

.category-specifications--margin-top-small {
  margin-top: 15px; }
  @media (min-width: 1024px) {
    .category-specifications--margin-top-small {
      margin-top: 20px; } }
  @media (min-width: 1440px) {
    .category-specifications--margin-top-small {
      margin-top: 25px; } }

.category-specifications--margin-top-medium {
  margin-top: 25px; }
  @media (min-width: 1024px) {
    .category-specifications--margin-top-medium {
      margin-top: 35px; } }
  @media (min-width: 1440px) {
    .category-specifications--margin-top-medium {
      margin-top: 50px; } }

.category-specifications--margin-top-medium-large {
  margin-top: 35px; }
  @media (min-width: 1024px) {
    .category-specifications--margin-top-medium-large {
      margin-top: 50px; } }
  @media (min-width: 1440px) {
    .category-specifications--margin-top-medium-large {
      margin-top: 75px; } }

.category-specifications--margin-top-large {
  margin-top: 50px; }
  @media (min-width: 1024px) {
    .category-specifications--margin-top-large {
      margin-top: 75px; } }
  @media (min-width: 1440px) {
    .category-specifications--margin-top-large {
      margin-top: 100px; } }

.category-specifications__container {
  border-bottom: 1px solid #D8D8D8; }

.category-specifications__header {
  padding: 50px 0;
  display: flex;
  align-items: center; }
  .category-specifications__header.expanded .category-specifications__toggle .icon {
    transform: rotate(45deg); }
  .category-specifications__header.expanded .category-specifications__count {
    display: initial; }
  .category-specifications__header.expanded + .category-specifications__body {
    display: block; }

.category-specifications__title {
  flex: 1; }
  .category-specifications__title h2 {
    cursor: pointer;
    margin-bottom: 0; }

.category-specifications__meta {
  margin-left: auto; }

.category-specifications__count {
  margin-right: 95px;
  display: none; }

.category-specifications__toggle {
  padding: 0; }
  .category-specifications__toggle .icon {
    color: #91A93E;
    width: 40px;
    height: 40px; }

.category-specifications__body {
  display: none; }

@media (min-width: 1024px) {
  .category-specifications__content {
    margin: 0 -0.775rem;
    max-width: none;
    width: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px; }
    .category-specifications__content:before, .category-specifications__content:after {
      content: " ";
      display: table; }
    .category-specifications__content:after {
      clear: both; }
    .category-specifications__content::before, .category-specifications__content::after {
      display: none; } }

.category-specifications__overview-title {
  margin-bottom: 30px; }

.category-specifications__overview-subtitle {
  margin-bottom: 30px; }

@media (min-width: 1024px) {
  .category-specifications__overview {
    padding-left: 0.775rem;
    padding-right: 0.775rem;
    width: 50%;
    float: none; } }

@media (min-width: 1024px) {
  .category-specifications__list {
    padding-left: 0.775rem;
    padding-right: 0.775rem;
    width: 33.33333%;
    float: none; } }

.category-specifications__products-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.category-specifications__product-item {
  padding: 30px;
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  flex-wrap: wrap;
  gap: 30px; }
  .category-specifications__product-item:first-child {
    border-top: 1px solid #D8D8D8; }

.category-specifications__product-custom-fields {
  margin-left: auto; }
  .category-specifications__product-custom-fields .specifications-widget__list {
    margin-bottom: 0; }

.category-specifications__product-image {
  width: 250px; }

.newsletter-widget {
  color: #fff;
  background-color: #374113;
  padding: 20px;
  background-image: url("../img/oe-watermark.svg");
  background-position: center;
  background-repeat: no-repeat; }
  .newsletter-widget--margin-bottom-extra-small {
    margin-bottom: 5px; }
    @media (min-width: 1024px) {
      .newsletter-widget--margin-bottom-extra-small {
        margin-bottom: 10px; } }
    @media (min-width: 1440px) {
      .newsletter-widget--margin-bottom-extra-small {
        margin-bottom: 15px; } }
  .newsletter-widget--margin-bottom-small {
    margin-bottom: 15px; }
    @media (min-width: 1024px) {
      .newsletter-widget--margin-bottom-small {
        margin-bottom: 20px; } }
    @media (min-width: 1440px) {
      .newsletter-widget--margin-bottom-small {
        margin-bottom: 25px; } }
  .newsletter-widget--margin-bottom-medium {
    margin-bottom: 25px; }
    @media (min-width: 1024px) {
      .newsletter-widget--margin-bottom-medium {
        margin-bottom: 35px; } }
    @media (min-width: 1440px) {
      .newsletter-widget--margin-bottom-medium {
        margin-bottom: 50px; } }
  .newsletter-widget--margin-bottom-medium-large {
    margin-bottom: 35px; }
    @media (min-width: 1024px) {
      .newsletter-widget--margin-bottom-medium-large {
        margin-bottom: 50px; } }
    @media (min-width: 1440px) {
      .newsletter-widget--margin-bottom-medium-large {
        margin-bottom: 75px; } }
  .newsletter-widget--margin-bottom-large {
    margin-bottom: 50px; }
    @media (min-width: 1024px) {
      .newsletter-widget--margin-bottom-large {
        margin-bottom: 75px; } }
    @media (min-width: 1440px) {
      .newsletter-widget--margin-bottom-large {
        margin-bottom: 100px; } }
  .newsletter-widget--margin-top-extra-small {
    margin-top: 5px; }
    @media (min-width: 1024px) {
      .newsletter-widget--margin-top-extra-small {
        margin-top: 10px; } }
    @media (min-width: 1440px) {
      .newsletter-widget--margin-top-extra-small {
        margin-top: 15px; } }
  .newsletter-widget--margin-top-small {
    margin-top: 15px; }
    @media (min-width: 1024px) {
      .newsletter-widget--margin-top-small {
        margin-top: 20px; } }
    @media (min-width: 1440px) {
      .newsletter-widget--margin-top-small {
        margin-top: 25px; } }
  .newsletter-widget--margin-top-medium {
    margin-top: 25px; }
    @media (min-width: 1024px) {
      .newsletter-widget--margin-top-medium {
        margin-top: 35px; } }
    @media (min-width: 1440px) {
      .newsletter-widget--margin-top-medium {
        margin-top: 50px; } }
  .newsletter-widget--margin-top-medium-large {
    margin-top: 35px; }
    @media (min-width: 1024px) {
      .newsletter-widget--margin-top-medium-large {
        margin-top: 50px; } }
    @media (min-width: 1440px) {
      .newsletter-widget--margin-top-medium-large {
        margin-top: 75px; } }
  .newsletter-widget--margin-top-large {
    margin-top: 50px; }
    @media (min-width: 1024px) {
      .newsletter-widget--margin-top-large {
        margin-top: 75px; } }
    @media (min-width: 1440px) {
      .newsletter-widget--margin-top-large {
        margin-top: 100px; } }
  @media (min-width: 1024px) {
    .newsletter-widget {
      padding: 50px; } }
  @media (min-width: 1280px) {
    .newsletter-widget {
      padding: 135px 0; } }
  .newsletter-widget__title {
    color: #91A93E; }
  .newsletter-widget__description {
    color: inherit; }
  @media (min-width: 1024px) {
    .newsletter-widget__row {
      margin: 0 -0.775rem;
      max-width: none;
      width: auto;
      display: flex;
      justify-content: center;
      align-items: center; }
      .newsletter-widget__row:before, .newsletter-widget__row:after {
        content: " ";
        display: table; }
      .newsletter-widget__row:after {
        clear: both; } }
  .newsletter-widget__content {
    margin-bottom: 30px; }
    @media (min-width: 1024px) {
      .newsletter-widget__content {
        padding-left: 0.775rem;
        padding-right: 0.775rem;
        width: 50%;
        float: left; } }
    @media (min-width: 1280px) {
      .newsletter-widget__content {
        padding-left: 0.775rem;
        padding-right: 0.775rem;
        width: 41.66667%;
        float: left;
        margin-bottom: 0; }
        .newsletter-widget__content > div {
          max-width: 520px; } }
  @media (min-width: 1024px) {
    .newsletter-widget__form-row {
      display: flex; } }
  .newsletter-widget__form-note {
    font-size: 12px;
    font-weight: 500; }
  @media (min-width: 1024px) {
    .newsletter-widget__form {
      padding-left: 0.775rem;
      padding-right: 0.775rem;
      width: 50%;
      float: left; } }
  @media (min-width: 1280px) {
    .newsletter-widget__form {
      padding-left: 0.775rem;
      padding-right: 0.775rem;
      width: 41.66667%;
      float: left; } }
  .newsletter-widget__description {
    margin-bottom: 30px; }
  .newsletter-widget form {
    margin-top: 15px; }
    .newsletter-widget form input[type=email] {
      border-radius: 5px;
      border: 1px solid #D8D8D8;
      background: rgba(0, 0, 0, 0.35);
      border: 1px solid rgba(255, 255, 255, 0.2);
      color: #fff;
      height: 56px;
      margin: 0 0 10px 0; }
      @media (min-width: 1024px) {
        .newsletter-widget form input[type=email] {
          margin-right: 16px; } }
      .newsletter-widget form input[type=email]::placeholder {
        color: #fff; }
    .newsletter-widget form .button {
      padding: 19px 36px;
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 0.02em;
      background-color: #91A93E;
      color: #fff;
      margin: 0 0 10px 0;
      width: 100%; }
      @media (min-width: 1024px) {
        .newsletter-widget form .button {
          width: auto; } }
      .newsletter-widget form .button:hover {
        background-color: #91A93E; }

.pagination-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px; }

.pagination-item--previous {
  margin-right: auto; }

.pagination-item--next {
  margin-left: auto; }

.pagination-item--current a {
  font-weight: 700;
  border-bottom: 2px solid #91A93E; }

.pagination-link {
  text-decoration: none;
  margin: 0;
  padding: 0 5px; }
  .pagination-link.button {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    color: #000; }
    @media (min-width: 1024px) {
      .pagination-link.button {
        width: 245px; } }
    .pagination-link.button.disabled {
      opacity: 0.3; }
  .pagination-link .icon {
    width: 30px;
    height: 30px;
    display: block; }
    .pagination-link .icon svg {
      fill: none; }
