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

input:focus-visible + label {
  outline: 2px solid #7caa48 !important;
  outline-offset: 1px !important; }

@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/karla-v33-latin-regular.woff2") format("woff2"); }

@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/karla-v33-latin-700.woff2") format("woff2"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/montserrat-v31-latin-500.woff2") format("woff2"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/montserrat-v31-latin-600.woff2") format("woff2"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/montserrat-v31-latin-700.woff2") format("woff2"); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

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

a {
  color: #154533;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #7caa48; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #154533;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 0.25px;
  margin-bottom: 0.75rem; }
  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.75rem; }

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

.icon {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #154533;
    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: 1.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem; }
    .inlineList > li > * {
      display: block; }

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


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

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

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

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

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

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

These are all the button

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

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

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

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

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "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.875rem 2.25rem;
  border-radius: 6px;
  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.75rem; } }

/*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: #154533;
  border-color: #154533;
  color: #fcfaf8; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #7caa48;
    border-color: #7caa48;
    color: #fcfaf8; }
  .button--primary:active {
    background-color: #154533;
    border: 1px solid #154533;
    color: #fcfaf8; }

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

.button--tiny { }

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

.button--icon {
  font-size: 1rem;
  padding: 0.75rem 0.75rem; }
  .button--icon svg {
    fill: #4d878f; }

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

/*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.75rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.375rem;
    padding-left: 1.875rem;
    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: 1rem;
      left: 0;
      top: 0;
      width: 1rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 0.875rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 0.875rem; }

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

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

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

/*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.875rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.875rem;
    margin: 0.0625rem 0 0 -2.9375rem;
    width: 2.875rem; }

/*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: 2.25rem; }
  .form-input.has-icon + .icon {
    height: 3rem;
    margin-left: -2.25rem;
    width: 1.25rem; }

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.375rem 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: #7caa48; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #7caa48; }

.form-field--success .form-input-indicator > svg {
  fill: #7caa48; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tab-title {
  color: #757575;
  display: block;
  font-size: 15px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: #333333; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

.navBar-action {
  color: black;
  font-size: 15px;
  padding: 0.75rem; }

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

.navList-action {
  color: #154533;
  font-size: 15px;
  padding: 0.1875rem 0; }

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

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

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

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

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

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

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

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

.alertBox--info {
  background-color: #e5f3f4;
  border-color: #e5f3f4;
  color: #fcfaf8; }
  .alertBox--info svg {
    fill: #4d878f; }

.alertBox--success {
  background-color: #f0f7e8;
  border-color: #f0f7e8;
  color: #fcfaf8; }
  .alertBox--success svg {
    fill: #7caa48; }

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.125rem; }
  .alertBox-close .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .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(252, 250, 248, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

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

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

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

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

.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: #fcfaf8;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 551px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 551px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 551px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 551px) {
    .modal {
      transform: translateY(-50%); } }

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

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

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

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

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

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

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

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

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

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

.loadingNotification-label {
  background: #666666;
  border-radius: 6px;
  color: #fcfaf8;
  display: inline-block;
  font-size: 15px;
  padding: 0.375rem 0.75rem; }

.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.5rem;
    width: 2.5rem;
    border-radius: 2.5rem;
    border: solid 2px;
    border-color: #fcfaf8 #fcfaf8 #999999 #999999;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-figcaption-button {
  background-color: rgba(252, 250, 248, 0.9);
  color: #333333; }
  .card-figcaption-button:hover {
    background-color: #fcfaf8;
    color: #333333; }

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

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

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

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

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

/* 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: #c7bd2e;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: #fcfaf8;
  background-color: rgba(252, 250, 248, 0.9);
  border: 1px solid #fcfaf8;
  height: 3.8125rem;
  margin-top: -0.9375rem;
  padding: 0.625rem;
  width: 2.5rem;
  z-index: 1; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.5625rem;
    width: 1.25rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: #fcfaf8;
    background-color: rgba(252, 250, 248, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

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

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

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

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

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

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

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

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

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

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

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

html,
body {
  height: auto; }

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

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

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

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

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

h1 {
  font-size: 28px;
  font-weight: 700; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

.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.5625rem top 0.6875rem;
  border-radius: 6px;
  padding: 0.75rem 3rem 0.75rem 1rem;
  border: 1px solid #999999;
  transition: border-color 0.2s ease, box-shadow 0.2s ease; }
  .form-select:hover {
    border-color: #4d878f; }
  .form-select:focus {
    border-color: #4d878f;
    box-shadow: 0 0 0 2px rgba(77, 135, 143, 0.15);
    outline: none; }

.form-label small {
  float: right;
  margin-top: 0.375rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-close {
  height: 2rem;
  width: 2rem;
  color: #154533;
  font-size: 26px;
  line-height: 2rem;
  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.625rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .modal-close::after {
    background-color: #313440;
    border-radius: 6px;
    color: #fcfaf8;
    content: attr(title);
    cursor: default;
    font-size: 1rem;
    padding: 0.25rem 0.375rem;
    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: 961px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #7caa48; }
  .modal-close::before {
    right: 50%;
    transform: translateX(50%); }
  .modal-close::after {
    right: 50%;
    transform: translateX(0.625rem); }

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

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

.hide-content {
  opacity: 0; }

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

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

ol.breadcrumbs {
  display: flex;
  font-size: 0;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none; }
  ol.breadcrumbs::-webkit-scrollbar {
    display: none; }
  ol.breadcrumbs::before, ol.breadcrumbs::after {
    content: "";
    margin: auto; }
  @media (min-width: 551px) {
    ol.breadcrumbs {
      display: block;
      overflow: visible;
      white-space: normal;
      text-align: center; }
      ol.breadcrumbs::before, ol.breadcrumbs::after {
        display: none; } }

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer;
    font-weight: 700; }
  .breadcrumb:not(:first-child)::before {
    content: ">";
    display: inline-block;
    margin: 0 0.375rem;
    color: #757575;
    font-size: 13px; }

.breadcrumb-label {
  text-decoration: none; }
  .breadcrumb-label:hover {
    text-decoration: none; }

.breadcrumb-home-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px; }

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

.new-customer .panel-header {
  border-radius: 6px 6px 0 0; }

.new-customer .panel-body {
  border-radius: 0 0 6px 6px; }

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

.pagination-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  margin-bottom: 1.5rem;
  text-align: center; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-flex; }
  @media (max-width: 460px) {
    .pagination-list {
      position: relative;
      flex-wrap: wrap;
      row-gap: 0.75rem;
      padding-left: 44px;
      padding-right: 44px; } }

.pagination-item {
  border: none;
  line-height: 1; }
  .pagination-item .pagination-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0.375rem 0.75rem;
    color: #333333;
    text-decoration: none;
    border: 1px solid #999999;
    border-radius: 6px;
    transition: all 0.2s ease; }
    .pagination-item .pagination-link:hover {
      background-color: #e5e5e5;
      border-color: #154533;
      color: #154533; }
  .pagination-item.pagination-item--current .pagination-link {
    background-color: #154533;
    border-color: #154533;
    color: #fff; }
  .pagination-item.pagination-item--previous, .pagination-item.pagination-item--next {
    border: none; }
    .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
      border: none;
      color: #154533;
      font-weight: 700; }
      .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
        background-color: transparent;
        color: #7caa48; }
        .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
          fill: #7caa48; }

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

@media (max-width: 550px) {
  .pagination-item--previous .pagination-link,
  .pagination-item--next .pagination-link {
    font-size: 0;
    padding: 0.375rem;
    min-width: 36px;
    border: 1px solid #999999;
    border-radius: 6px; }
  .pagination-item--previous .icon,
  .pagination-item--next .icon {
    margin: 0; } }

@media (max-width: 460px) {
  .pagination-item--previous,
  .pagination-item--next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0; } }

.pagination-item--previous {
  margin-right: 0.375rem; }
  .pagination-item--previous .icon {
    margin-left: -0.5rem; }
  @media (max-width: 460px) {
    .pagination-item--previous {
      left: 0; } }

.pagination-item--next {
  margin-left: 0.375rem; }
  .pagination-item--next .icon {
    margin-right: -0.5rem; }
  @media (max-width: 460px) {
    .pagination-item--next {
      right: 0; } }

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

.button {
  line-height: 1rem;
  transition: all 0.15s ease;
  border-radius: 6px; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 961px) {
      .button + .button {
        margin-left: 0.75rem; } }

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

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

.tabs {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-bottom: none;
  margin-bottom: 1.5rem;
  padding-bottom: 0; }
  @media (min-width: 961px) {
    .tabs {
      flex-direction: row;
      flex-wrap: wrap;
      gap: 0.75rem;
      border-bottom: 2px solid #cccccc; } }

.tab {
  border: none;
  float: none;
  width: 100%; }
  @media (min-width: 961px) {
    .tab {
      width: auto;
      margin-bottom: -2px; } }
  .tab.is-active .tab-title {
    background-color: #4d878f;
    color: #fff;
    border-color: #4d878f; }
    .tab.is-active .tab-title:hover {
      background-color: #154533;
      border-color: #154533; }

.tab-title {
  display: block;
  width: 100%;
  padding: 0.75rem 1.5rem;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  color: #757575;
  background-color: #e5e5e5;
  border: 1px solid #cccccc;
  border-radius: 6px;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  margin-bottom: 0.375rem; }
  .tab-title:hover {
    background-color: #999999;
    color: #154533; }
  @media (min-width: 961px) {
    .tab-title {
      display: inline-block;
      width: auto;
      padding: 1.125rem 2.25rem;
      font-size: 1rem;
      border-bottom: none;
      border-radius: 6px 6px 0 0;
      margin-bottom: 0; } }

.tab-content {
  padding: 1.5rem 0; }
  .tab-content h1:first-child, .tab-content h2:first-child, .tab-content h3:first-child, .tab-content h4:first-child, .tab-content h5:first-child, .tab-content h6:first-child {
    margin-top: 0; }
  .tab-content .tab-content-main h1:first-child, .tab-content .tab-content-main h2:first-child, .tab-content .tab-content-main h3:first-child, .tab-content .tab-content-main h4:first-child, .tab-content .tab-content-main h5:first-child, .tab-content .tab-content-main h6:first-child {
    margin-top: 0; }
  .tab-content.has-jsContent {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    visibility: hidden; }
    .tab-content.has-jsContent.is-active {
      height: auto;
      overflow: visible;
      padding: 1.5rem 0;
      visibility: visible; }
  @media (min-width: 551px) {
    .tab-content .productReview {
      width: 50%; } }
  @media (min-width: 961px) {
    .tab-content .productReview {
      width: 33.33333%; } }
  @media (min-width: 1261px) {
    .tab-content .productReview {
      width: 50%; } }
  .tab-content .productReviews {
    border-top: 0; }

@media (min-width: 961px) {
  .tab-content-layout {
    display: flex;
    gap: 3rem;
    align-items: flex-start; } }

.tab-content-main {
  flex: 1;
  min-width: 0; }

.tab-content-sidebar {
  background-color: #e5e5e5;
  border-radius: 6px;
  padding: 1.5rem; }
  @media (min-width: 961px) {
    .tab-content-sidebar {
      width: 280px;
      flex-shrink: 0; } }

.tab-content-sidebar-title {
  font-size: 1rem;
  font-weight: 700;
  color: #154533;
  margin: 0;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #999999; }

.productView-info-customLabel-wrapper {
  margin-top: 1.5rem; }

.productView-info-customLabel {
  background-color: #154533;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 0.1875rem 0.75rem; }

.productView-info--sidebar {
  margin: 0; }
  .productView-info--sidebar .productView-info-name {
    font-size: 15px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 0.1875rem; }
  .productView-info--sidebar .productView-info-value {
    font-size: 15px;
    font-weight: 400;
    color: #757575;
    margin-bottom: 1.5rem; }
    .productView-info--sidebar .productView-info-value:last-child {
      margin-bottom: 0; }

.tab-content-sidebar-info:not(:has(.productView-info-name)) {
  display: none; }

.tab-content-sidebar-cta {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #999999; }
  .tab-content-sidebar-cta .tab-content-sidebar-title {
    border-bottom: none;
    padding-bottom: 0.75rem; }
  .tab-content-sidebar-info:not(:has(.productView-info-name)) + .tab-content-sidebar-cta {
    margin-top: 0;
    padding-top: 0;
    border-top: none; }

.tab-content-sidebar-share {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #999999; }
  .tab-content-sidebar-share .socialLinks {
    justify-content: center; }

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

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

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

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

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

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

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

.accordion--navList .accordion-heading {
  font-size: 1rem;
  line-height: 19px;
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox--info {
  background-color: #e5f3f4;
  color: #333333; }
  .alertBox--info a {
    color: #154533;
    text-decoration: underline; }
    .alertBox--info a:hover {
      color: #4d878f; }
  .alertBox--info .alertBox-close svg {
    fill: #4d878f; }
  .alertBox--info .alertBox-icon svg {
    fill: #4d878f; }

.alertBox--success {
  background-color: #f0f7e8;
  color: #333333; }
  .alertBox--success a {
    color: #154533;
    text-decoration: underline; }
    .alertBox--success a:hover {
      color: #4d878f; }
  .alertBox--success .alertBox-close svg {
    fill: #7caa48; }
  .alertBox--success .alertBox-icon svg {
    fill: #7caa48; }

@keyframes alertPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: none; }
  50% {
    transform: scale(1.02);
    box-shadow: 0 0 20px rgba(0, 128, 0, 0.3); } }

.alertBox--pulse {
  animation: alertPulse 0.6s ease-in-out 3; }

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

.form-inlineMessage {
  display: block; }

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

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

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

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

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

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

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

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

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

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

.form-label--alternate {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 0.75rem; }

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

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.125rem;
  font-size: 13px;
  height: 2.25rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.5625rem 0.75rem;
  padding-right: 2rem; }

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

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

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

.form-field-group {
  border: 1px solid #8f8f8f;
  border-radius: 6px;
  padding: 1.5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-increment .button {
  margin: 0;
  padding: 0.1875rem 0.3125rem; }

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

.form-option {
  border: 1px solid #999999;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 2px;
  transition: all 0.2s ease;
  border-radius: 6px;
  background-color: #fff; }
  .form-option:hover {
    border-color: #4d878f;
    background-color: #e5e5e5; }
  .form-radio:checked + .form-option {
    border-color: #4d878f;
    box-shadow: 0 0 0 2px #4d878f;
    background-color: #fff; }

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 2.625rem;
  padding: 0.375rem 0.75rem;
  pointer-events: none;
  text-align: center;
  font-weight: 500; }

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

.form-option-variant--pattern {
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%; }

.form-input--small {
  font-size: 13px;
  height: 2.25rem;
  line-height: 1rem;
  padding: 0.5625rem 0.75rem; }

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

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

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

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

.address-search-field {
  width: 100%;
  margin-bottom: 1.5rem;
  position: relative; }
  .address-search-field .form-label-hint {
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: #757575;
    margin-top: 0.375rem; }

.form-field--full {
  width: 100%;
  flex-basis: 100%; }

.estimator-form-input--search {
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #cccccc; }

.pac-container {
  font-family: inherit;
  border: 1px solid #999999;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 10000 !important; }

.pac-item {
  padding: 0.75rem 1.5rem;
  font-size: 15px;
  cursor: pointer;
  border-top: 1px solid #e5e5e5; }
  .pac-item:first-child {
    border-top: none; }
  .pac-item:hover, .pac-item.pac-item-selected {
    background-color: #e5e5e5; }

.pac-icon {
  display: none; }

.pac-item-query {
  font-weight: 600;
  color: #333333; }

.pac-matched {
  font-weight: 700; }

.address-autocomplete-warning {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem 1.5rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  background-color: #fef3c7;
  border: 1px solid #f59e0b;
  border-radius: 6px;
  color: #92400e;
  font-size: 15px;
  line-height: 1.4; }

.address-autocomplete-warning-icon {
  flex-shrink: 0;
  margin-top: 2px; }

.card {
  border: none;
  background-color: transparent;
  contain: layout style; }
  .card:focus-within .card-figcaption {
    opacity: 1; }
  .card.focus-within .card-figcaption {
    opacity: 1; }

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

.card-img-container {
  max-width: 700px;
  border-radius: 6px;
  overflow: hidden;
  position: relative; }
  .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .card-img-container img {
    border-radius: 6px; }
  .card-img-container--has-hover .card-image-hover {
    display: none; }
    .card-img-container--has-hover .card-image-hover img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
    @media (min-width: 961px) {
      .card-img-container--has-hover .card-image-hover {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.3s ease;
        pointer-events: none; } }
  @media (min-width: 961px) {
    .card-img-container--has-hover:hover .card-image-hover {
      opacity: 1; } }

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

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

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

.card-title {
  font-size: 15px;
  margin: 0 0 0.25rem; }
  .card-title > a {
    color: #154533;
    display: block;
    text-decoration: none; }
    .card-title > a:hover {
      color: #7caa48; }

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

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

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

.card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto; }
  @media (min-width: 961px) {
    .card {
      grid-template-rows: auto 1fr; } }

.card-figure {
  grid-column: 1;
  grid-row: 1; }

.card-body {
  grid-column: 1;
  grid-row: 2; }
  @media (min-width: 961px) {
    .card-body {
      grid-row: 2; } }

.card-addToCart {
  grid-column: 1;
  grid-row: 3;
  display: block;
  padding: 0.375rem 0.375rem 0;
  text-align: center;
  border-radius: 0 0 6px 6px; }
  @media (min-width: 961px) {
    .card-addToCart {
      grid-row: 1;
      align-self: end;
      justify-self: stretch;
      margin: 0 3px 3px;
      padding: 0.75rem;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
      border-radius: 0 0 6px 6px;
      opacity: 0;
      transform: translateY(10px);
      transition: opacity 0.2s ease, transform 0.2s ease;
      z-index: 10;
      text-align: left; } }
  @media (min-width: 961px) {
    .card:hover .card-addToCart {
      opacity: 1;
      transform: translateY(0); } }
  @media (min-width: 961px) {
    .card:focus-within .card-addToCart,
    .card.focus-within .card-addToCart {
      opacity: 1;
      transform: translateY(0); } }

.card-addToCart--disabled .card-addToCart-btn {
  background-color: #999999;
  color: #757575;
  cursor: not-allowed; }
  .card-addToCart--disabled .card-addToCart-btn:hover {
    background-color: #999999; }

.card-addToCart-btn--outOfStock {
  background-color: #999999 !important;
  color: #757575 !important;
  cursor: not-allowed !important; }
  .card-addToCart-btn--outOfStock:hover {
    background-color: #999999 !important; }

.card-addToCart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  width: 100%;
  padding: 0.5rem 0.75rem;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.25px;
  white-space: nowrap;
  border-radius: 6px;
  transition: background-color 0.15s ease; }
  @media (min-width: 961px) {
    .card-addToCart-btn {
      padding: 0.75rem 1.5rem;
      letter-spacing: 0.5px; } }
  .card-addToCart-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed; }

.card-addToCart-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none; }

.card-addToCart-loading {
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.card-addToCart-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: cardSpinner 0.6s linear infinite; }

@keyframes cardSpinner {
  to {
    transform: rotate(360deg); } }

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

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

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

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

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.375rem;
  padding-left: 1.875rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #8f8f8f;
    border-width: 1px;
    height: 1rem;
    left: 0;
    top: 0;
    width: 1rem; }
  .navList-action--checkbox::after {
    height: 0.875rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 0.875rem; }
  .navList-action--checkbox::before {
    border-radius: 6px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(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.875rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.5rem; }
  .navList-action--checkbox::after {
    margin-top: -0.4375rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: #444444; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

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

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

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

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

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

.icon--stroke svg,
svg.icon--stroke {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round; }

.intro-icon {
  width: 32px;
  height: 32px; }
  .intro-icon svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round; }

.actionBar-wrapper {
  display: flex;
  align-items: stretch;
  gap: 0.375rem;
  margin-bottom: 1.5rem;
  max-width: 100%; }
  @media (min-width: 551px) {
    .actionBar-wrapper {
      gap: 0.75rem; } }
  @media (min-width: 961px) {
    .actionBar-wrapper {
      justify-content: flex-start; } }
  .actionBar-wrapper .actionBar {
    flex: 1;
    min-width: 0;
    margin: 0; }
    @media (min-width: 961px) {
      .actionBar-wrapper .actionBar {
        flex: 0 0 auto; } }
  .actionBar-wrapper .form-fieldset {
    margin: 0;
    height: 100%; }
  .actionBar-wrapper .form-field {
    height: 100%;
    display: flex;
    align-items: center;
    max-width: 100%; }

.actionBar-filterToggle {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  background-color: #fff;
  border: 1px solid #8f8f8f;
  border-radius: 6px;
  color: #666666;
  text-decoration: none;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease; }
  .actionBar-filterToggle:hover {
    border-color: #474747;
    background-color: #e5e5e5; }
  .actionBar-filterToggle.is-open {
    background-color: #154533;
    border-color: #154533;
    color: #fff; }
    .actionBar-filterToggle.is-open:hover {
      color: #fff; }
    .actionBar-filterToggle.is-open .icon {
      stroke: #fff; }
  .actionBar-filterToggle .icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .actionBar-filterToggle .icon svg {
      width: 100%;
      height: 100%; }
  @media (min-width: 961px) {
    .actionBar-filterToggle {
      display: none; } }

.actionBar-section .form-field {
  display: inline-flex;
  align-items: center;
  background-color: white;
  border: 1px solid #8f8f8f;
  border-radius: 6px;
  padding: 8px 12px;
  cursor: pointer;
  width: auto; }
  .actionBar-section .form-field:hover {
    border-color: #474747; }

.actionBar-section .form-label {
  color: #666666;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  margin-bottom: 0; }

.actionBar-section .form-label-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .actionBar-section .form-label-icon svg {
    width: 100%;
    height: 100%; }

.actionBar-section .form-label-text {
  display: none; }
  @media (min-width: 961px) {
    .actionBar-section .form-label-text {
      display: inline; } }

.actionBar-section .form-select {
  border: 0;
  padding: 0 0 0 4px;
  background: transparent;
  cursor: pointer;
  color: #666666;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  height: auto;
  width: auto;
  min-width: 0;
  text-overflow: ellipsis; }

.announcementBar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.375rem 1.5rem;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.4;
  position: relative;
  z-index: 100; }
  @media (min-width: 961px) {
    .announcementBar {
      font-size: 0.875rem;
      padding: 0.5rem 1.5rem; } }

.announcementBar--sitewide {
  background-color: #7caa48;
  color: white; }

.announcementBar-content {
  flex: 1;
  max-width: 1200px; }

.announcementBar-line1 {
  margin: 0;
  font-weight: 600; }

.announcementBar-line2 {
  margin: 0.1875rem 0 0;
  font-size: 0.75rem;
  opacity: 0.9; }
  @media (min-width: 961px) {
    .announcementBar-line2 {
      font-size: 0.8125rem; } }

.announcementBar-close {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  padding: 0.375rem;
  opacity: 0.7;
  transition: opacity 0.2s ease;
  line-height: 1; }
  .announcementBar-close:hover, .announcementBar-close:focus-visible {
    opacity: 1; }
  .announcementBar-close svg {
    display: block; }

.announcementBar--rotating {
  background-color: #154533;
  color: white;
  overflow: hidden;
  height: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  font-size: 0.75rem; }
  @media (min-width: 961px) {
    .announcementBar--rotating {
      height: 32px;
      font-size: 0.875rem; } }

.announcementBar-slider {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.announcementBar-slide {
  position: absolute;
  width: 100%;
  text-align: center;
  display: none; }
  .announcementBar-slide--in {
    animation: slideInFromTop 0.3s ease-out forwards; }
  .announcementBar-slide--out {
    animation: slideOutToBottom 0.3s ease-in forwards; }

@keyframes slideInFromTop {
  0% {
    transform: translateY(-100%);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes slideOutToBottom {
  0% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(100%);
    opacity: 0; } }

.has-ribbon {
  position: relative; }

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

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

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

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

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

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

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 18.75rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu::before {
    left: 8.75rem !important; }
  .navUser-action--storeCredit + .dropdown-menu::after {
    left: 8.875rem !important; }

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

.navUser-item {
  display: none; }
  @media (min-width: 961px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.3125rem;
        padding-right: 0.3125rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.5625rem;
        margin-top: 0.5rem;
        padding-left: 0.125rem; } }

.navUser-item--cart {
  display: block; }
  @media (max-width: 551px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: #333333; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #757575; }
  .navUser-item--cart .dropdown-menu {
    max-width: 20rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.3125rem;
      top: auto !important; }
      @media (min-width: 961px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open::before, .navUser-item--cart .dropdown-menu.is-open::after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open::before {
        right: 0.4375rem; }
        @media (min-width: 961px) {
          .navUser-item--cart .dropdown-menu.is-open::before {
            right: 0.75rem; } }
      .navUser-item--cart .dropdown-menu.is-open::after {
        right: 0.5625rem; }
        @media (min-width: 961px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.875rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navPages-list {
  margin: 0; }
  @media (min-width: 961px) {
    .navPages-list {
      display: flex;
      justify-content: space-around;
      width: 100%;
      float: none; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #cccccc;
    margin-top: 0.75rem;
    padding-top: 0.75rem; }

@media (min-width: 961px) {
  .navPages-item {
    text-align: center;
    position: relative; } }

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

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

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

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

.navPages-action {
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.75rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 961px) {
    .navPages-action {
      display: inline-flex;
      align-items: center;
      padding: 0.75rem 1.125rem 1.125rem; }
      .navPages-action.is-open {
        background-color: #fcfaf8; } }
  @media (min-width: 960px) and (max-width: 1040px) {
    .navPages-action {
      padding: 0.75rem 0.375rem; } }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #7caa48;
    stroke: #7caa48; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #7caa48; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #7caa48;
      stroke: #7caa48; }
  .navPages-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

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

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

@keyframes chevronPulse {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(3px); } }

@keyframes chevronPulseRight {
  0%, 100% {
    transform: translateX(0); }
  50% {
    transform: translateX(3px); } }

.navPages-action-moreIcon {
  height: 0.5rem;
  width: 0.5rem;
  margin-left: 0.375rem;
  transform: rotate(-90deg);
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.2s ease; }
  @media (min-width: 961px) {
    .navPages-action-moreIcon {
      transform: none; }
      .navPages-action:hover .navPages-action-moreIcon {
        animation: chevronPulse 0.6s ease-in-out infinite; } }
  .has-subMenu.is-open .navPages-action-moreIcon,
  .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
    transform: rotate(0); }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon:not(.navPages-action-moreIcon--right) {
    height: 0.6875rem;
    width: 0.6875rem;
    margin: 0 1.5rem; }
    @media (min-width: 961px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon:not(.navPages-action-moreIcon--right) {
        height: 0.5rem;
        width: 0.5rem;
        margin: 0 0 0 0.75rem; } }
  .navPages-action-moreIcon--right {
    display: none; }
    @media (min-width: 961px) {
      .navPages-action-moreIcon--right {
        display: inline-flex;
        width: 1rem;
        height: 1rem;
        flex-shrink: 0;
        transform: none;
        animation: none; }
        .navPages-action-moreIcon--right svg {
          width: 1rem;
          height: 1rem;
          fill: currentColor; }
        .navPages-action:hover .navPages-action-moreIcon--right,
        .navPage-subMenu-action:hover .navPages-action-moreIcon--right {
          animation: chevronPulseRight 0.6s ease-in-out infinite; } }

.navPages-action-icon {
  display: none; }
  @media (max-width: 800px) {
    .navPages-action-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 18px;
      height: 18px;
      margin-right: 0.75rem;
      flex-shrink: 0; }
      .navPages-action-icon svg {
        width: 100%;
        height: 100%;
        fill: none;
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round; } }

@media (max-width: 800px) {
  .navPages-item--icon .navPages-action {
    display: inline-flex;
    align-items: center; } }

@media (max-width: 800px) {
  .navPages-item--auth {
    display: flex;
    align-items: center;
    flex-wrap: nowrap; } }

.navPages-item--auth .navPages-action-divider {
  font-size: 15px;
  text-transform: lowercase;
  color: #757575;
  padding: 0 0.375rem; }

.navPage-childList {
  display: none; }
  @media (min-width: 961px) {
    .navPage-childList {
      border: 0;
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      background-color: #ffffff;
      min-width: 250px;
      padding: 0.75rem 0;
      padding-left: 0.375rem;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      margin: 0;
      border-radius: 6px;
      z-index: 100; }
      .navPage-childList::before {
        content: "";
        position: absolute;
        left: -15px;
        top: 0;
        width: 15px;
        height: 100%; }
      .navPage-childList.navPage-childList--left {
        padding-left: 0;
        padding-right: 0.375rem; }
        .navPage-childList.navPage-childList--left::before {
          left: auto;
          right: -15px; } }
  .navPage-childList.is-open {
    display: block; }
  .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-left: 3rem; }
    @media (min-width: 961px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 961px) {
    .navPage-subMenu {
      background-color: #ffffff;
      padding: 0.75rem 0;
      position: absolute;
      text-align: left;
      min-width: 280px;
      width: auto;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      border-radius: 6px;
      border-top-left-radius: 0;
      margin-top: 0;
      max-height: calc(100vh - 215px);
      overflow-y: auto;
      scrollbar-width: thin;
      scrollbar-color: #999999 transparent; }
      .navPage-subMenu .navPages-action-moreIcon:not(.navPages-action-moreIcon--right) {
        display: none; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0; } }
  .navPage-subMenu.is-open {
    display: block; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
    margin-right: 0; }
    @media (min-width: 961px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }

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

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

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

.navPage-subMenu-item {
  padding: 0.75rem 0; }
  @media (min-width: 961px) {
    .navPage-subMenu-item {
      width: 100%;
      padding: 0; }
      .navPage-subMenu-item .navPages-action,
      .navPage-subMenu-item .navPage-subMenu-action {
        text-transform: none;
        padding: 0.75rem 1.5rem;
        display: block; }
      .navPage-subMenu-item > .navPage-subMenu-action {
        border-bottom: 0;
        margin-bottom: 0; } }

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

.navPage-subMenu-action {
  padding: 0.75rem 0; }
  @media (min-width: 961px) {
    .navPage-subMenu-action {
      padding: 0.75rem 1.5rem;
      display: block; } }
  @media (min-width: 961px) {
    .navPage-subMenu-action.has-subMenu {
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0 0 0 1.5rem; }
    @media (min-width: 961px) {
      .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
        padding: 0.75rem 1.5rem; } }
  .navPage-subMenu-action .collapsible-icon-wrapper {
    box-sizing: content-box;
    display: inline-block;
    height: 100%;
    text-align: right;
    width: 100%; }
    @media (min-width: 961px) {
      .navPage-subMenu-action .collapsible-icon-wrapper {
        display: none; } }

@media (min-width: 961px) {
  .navPage-childList-item {
    padding: 0; } }

.navPage-childList-action {
  font-weight: 400;
  padding: 0.5rem 0; }
  @media (min-width: 961px) {
    .navPage-childList-action {
      padding: 0.75rem 1.5rem;
      display: block; } }

.navPages-quickSearch {
  display: none; }

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

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

@media (min-width: 961px) {
  .navPages-list > .navPages-item > .navPages-action:hover,
  .navPages-list > .navPages-item > .navPages-action.is-open {
    background-color: #4d878f;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #fcfaf8; }
    .navPages-list > .navPages-item > .navPages-action:hover svg,
    .navPages-list > .navPages-item > .navPages-action.is-open svg {
      fill: #fcfaf8;
      stroke: #fcfaf8; } }

@media (min-width: 961px) {
  .navPage-subMenu-item > .navPages-action,
  .navPage-subMenu-item > .navPage-subMenu-action,
  .navPage-subMenu-item > .navPage-childList-action,
  .navPage-childList-item > .navPages-action,
  .navPage-childList-item > .navPage-subMenu-action,
  .navPage-childList-item > .navPage-childList-action {
    border-radius: 6px;
    transition: background-color 0.15s ease; }
  .navPage-subMenu-item > .navPages-action:hover,
  .navPage-subMenu-item > .navPage-subMenu-action:hover,
  .navPage-subMenu-item > .navPage-childList-action:hover,
  .navPage-childList-item > .navPages-action:hover,
  .navPage-childList-item > .navPage-subMenu-action:hover,
  .navPage-childList-item > .navPage-childList-action:hover {
    background-color: #f0f0f0;
    color: #333333; } }

@media (min-width: 961px) {
  .navPage-subMenu-item {
    position: relative; }
    .navPage-subMenu-item > .navPage-childList {
      display: block !important;
      visibility: hidden;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.15s ease, visibility 0s linear 0.15s; }
    .navPage-subMenu-item:hover > .navPage-childList,
    .navPage-subMenu-item > .navPage-childList.is-positioned {
      visibility: visible;
      opacity: 1;
      pointer-events: auto;
      transition: opacity 0.15s ease, visibility 0s linear 0s; } }

@media (min-width: 961px) {
  .navPages-list > .navPages-item:nth-last-child(-n+3) .navPage-subMenu {
    left: auto;
    right: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 0; } }

.navPage-subMenu::-webkit-scrollbar {
  width: 8px; }

.navPage-subMenu::-webkit-scrollbar-track {
  background: transparent; }

.navPage-subMenu::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 4px; }

.navPage-subMenu::-webkit-scrollbar-thumb:hover {
  background: #999999; }

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

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

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

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

.pin_it_iframe_widget {
  display: none; }

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

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

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

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: 0;
  min-width: 100%;
  width: 1px;
  position: relative; }
  @media (min-width: 961px) {
    .heroCarousel {
      margin-top: 0; } }
  .heroCarousel .slick-list {
    overflow: hidden; }
  .heroCarousel .slick-slide {
    height: auto; }
  @media (min-width: 551px) {
    .heroCarousel.slick-initialized {
      max-height: 25rem; } }
  @media (min-width: 961px) {
    .heroCarousel.slick-initialized {
      max-height: 37.5rem; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .heroCarousel {
      opacity: 0; }
      .heroCarousel.slick-initialized {
        opacity: 1; } }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.4) !important;
    backdrop-filter: blur(4px);
    border: none !important;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, transform 0.15s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    color: #333; }
    .heroCarousel .slick-next:hover, .heroCarousel .slick-next:focus,
    .heroCarousel .slick-prev:hover,
    .heroCarousel .slick-prev:focus {
      background: rgba(255, 255, 255, 0.55) !important;
      transform: translateY(-50%) scale(1.05);
      color: #111; }
    .heroCarousel .slick-next::before,
    .heroCarousel .slick-prev::before {
      display: none; }
    .heroCarousel .slick-next .icon,
    .heroCarousel .slick-prev .icon {
      width: 26px;
      height: 26px; }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 961px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 961px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.375rem; }
    @media (min-width: 961px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background: transparent !important; }
  .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
  .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
  @media (min-width: 551px) {
    .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper, .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
      height: 56.25vw; } }
  .heroCarousel .slick-slide.is-image-error .heroCarousel-image-wrapper {
    background: url("../img/hero-carousel-image-load-error.svg") center center no-repeat;
    background-size: contain; }

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

.heroCarousel-content {
  background-color: rgba(77, 135, 143, 0.85);
  padding: 0.75rem 1.5rem;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 3rem;
  border-radius: 6px; }
  @media (min-width: 551px) {
    .heroCarousel-content {
      background-color: rgba(77, 135, 143, 0.8);
      margin: 0 auto;
      max-height: 80%;
      overflow: auto;
      padding: 1.5rem;
      width: 70%;
      max-width: 43.75rem; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent;
        left: 50%;
        overflow: visible;
        padding: 0;
        right: auto;
        transform: translateX(-50%) translateY(-50%);
        width: auto; } }

.heroCarousel-title {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  margin: 0; }
  @media (min-width: 961px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  margin: 0; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 13px; } }
  @media (min-width: 961px) {
    .heroCarousel-description {
      font-size: 15px; } }

.heroCarousel-action {
  margin: 1rem 0 0; }
  @media (min-width: 551px) {
    .heroCarousel-action {
      margin: 1.5rem 0 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.productCarousel {
  min-width: 100%;
  position: relative;
  width: 1px;
  margin: 0;
  padding-bottom: 2.25rem; }
  @media (min-width: 961px) {
    .productCarousel {
      padding-bottom: 1.5rem; } }
  .productCarousel .slick-track {
    display: flex;
    align-items: flex-start; }
  .productCarousel .slick-slide {
    height: auto; }
    .productCarousel .slick-slide > div {
      height: 100%; }
  .productCarousel .slick-dots {
    position: relative;
    margin-top: 1.5rem;
    bottom: auto; }
    @media (min-width: 961px) {
      .productCarousel .slick-dots {
        margin-top: 0.75rem; } }
  .productCarousel .slick-next,
  .productCarousel .slick-prev {
    top: 35%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    color: #333333;
    z-index: 2; }
    @media (min-width: 961px) {
      .productCarousel .slick-next,
      .productCarousel .slick-prev {
        width: 44px;
        height: 44px; } }
    .productCarousel .slick-next:hover, .productCarousel .slick-next:focus,
    .productCarousel .slick-prev:hover,
    .productCarousel .slick-prev:focus {
      background: #fff;
      border-color: #999999;
      transform: translateY(-50%) scale(1.05); }
    .productCarousel .slick-next::before,
    .productCarousel .slick-prev::before {
      display: none; }
    .productCarousel .slick-next .icon,
    .productCarousel .slick-prev .icon {
      width: 22px;
      height: 22px; }
      @media (min-width: 961px) {
        .productCarousel .slick-next .icon,
        .productCarousel .slick-prev .icon {
          width: 24px;
          height: 24px; } }
  .productCarousel .slick-prev {
    left: -5px; }
    @media (min-width: 961px) {
      .productCarousel .slick-prev {
        left: -10px; } }
  .productCarousel .slick-next {
    right: -5px; }
    @media (min-width: 961px) {
      .productCarousel .slick-next {
        right: -10px; } }

.slick-next.slick-arrow,
.slick-prev.slick-arrow {
  margin-top: -3px !important; }

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  @media (min-width: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 961px) {
    .productCarousel-slide {
      width: 20%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }
    .productCarousel-slide .card .card-title {
      overflow-wrap: break-word; }

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

.quickView:after {
  clear: both; }

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

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

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

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

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

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

.productView {
  padding-top: 0; }
  @media (min-width: 961px) {
    .productView {
      padding-top: 1rem; } }

.productView-images {
  margin-bottom: 1.75rem; }
  @media (min-width: 961px) {
    .productView-images {
      margin-bottom: 3rem;
      position: sticky;
      top: 1.5rem;
      align-self: flex-start;
      z-index: 1; }
      .productView-images.no-sticky {
        position: relative;
        top: 0; } }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  margin-inline-start: 0;
  margin-inline-end: 0;
  overflow: visible;
  position: relative;
  cursor: zoom-in; }
  @media (min-width: 961px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit;
      aspect-ratio: 1 / 1;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.75rem; }

.productView-img-container {
  margin: auto;
  overflow: visible;
  position: relative;
  width: 100%; }
  .productView-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .productView-img-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    border-radius: 6px;
    font-family: "object-fit: contain;";
    height: 100%;
    object-fit: contain;
    width: 100%; }

.productView-badges {
  overflow: visible;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20; }
  .productView-badges .sale-flag-side,
  .productView-badges .sold-out-flag-side,
  .productView-badges .custom-label-flag-side {
    height: auto;
    min-height: 1.25rem; }

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

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

.productView-thumbnail-link {
  border: 1px solid #e5e5e5;
  box-sizing: content-box;
  display: flex;
  height: 75px;
  justify-content: center;
  max-width: 75px;
  padding: 2px;
  position: relative;
  width: 100%;
  border-radius: 6px;
  overflow: hidden; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #333333; }
  .productView-thumbnail-link img {
    border-radius: calc(6px - 3px); }
  .productView-thumbnail-link img {
    height: 100%;
    object-fit: cover;
    width: 100%; }

.productView-thumbnail--video .productView-thumbnail-link {
  position: relative; }

.productView-thumbnail--video .productView-thumbnail-video-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(6px - 3px); }

.productView-thumbnail--video .productView-thumbnail-playIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  transition: background-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
  will-change: transform;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25); }
  .productView-thumbnail--video .productView-thumbnail-playIcon svg {
    width: 14px;
    height: 14px;
    margin-left: 2px;
    fill: currentColor; }

.productView-thumbnail--video .productView-thumbnail-link:hover .productView-thumbnail-playIcon {
  background-color: #4d878f;
  color: #fff;
  transform: translate(-50%, -50%) scale(1.1); }

.productVideoModal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  cursor: pointer; }
  .productVideoModal-overlay.is-open {
    opacity: 1;
    visibility: visible; }

.productVideoModal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  width: 90vw;
  max-width: 900px;
  background: #000;
  border-radius: 6px;
  overflow: visible;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease; }
  .productVideoModal.is-open {
    opacity: 1;
    visibility: visible; }

.productVideoModal-content {
  position: relative;
  padding: 0;
  border-radius: 6px;
  overflow: hidden; }

.productVideoModal-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000; }
  .productVideoModal-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }

.productVideoModal-close {
  position: absolute;
  top: -50px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0.375rem;
  line-height: 1;
  z-index: 10;
  opacity: 0.8;
  transition: opacity 0.2s ease, color 0.2s ease; }
  .productVideoModal-close:hover {
    opacity: 1;
    color: #4d878f; }
  .productVideoModal-close svg {
    display: block; }

.productVideoModal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0.75rem;
  border-radius: 50%;
  z-index: 10;
  opacity: 0.8;
  transition: opacity 0.2s ease, background-color 0.2s ease; }
  .productVideoModal-nav:hover {
    opacity: 1;
    background: #4d878f; }
  .productVideoModal-nav svg {
    display: block; }
  .productVideoModal-nav--prev {
    left: -60px; }
    @media (max-width: 1000px) {
      .productVideoModal-nav--prev {
        left: 10px; } }
  .productVideoModal-nav--next {
    right: -60px; }
    @media (max-width: 1000px) {
      .productVideoModal-nav--next {
        right: 10px; } }

body.has-activeModal {
  overflow: hidden; }

.productLightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 99998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  cursor: pointer; }
  .productLightbox-overlay.is-open {
    opacity: 1;
    visibility: visible; }

.productLightbox {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  width: 90vw;
  max-width: 1000px;
  max-height: 90vh;
  overflow: visible;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease; }
  .productLightbox.is-open {
    opacity: 1;
    visibility: visible; }
  .productLightbox.is-video .productLightbox-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: 0;
    background: #000;
    border-radius: 6px; }
    .productLightbox.is-video .productLightbox-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      border: none; }
  .productLightbox.is-image .productLightbox-container {
    display: flex;
    align-items: center;
    justify-content: center; }

.productLightbox-content {
  position: relative;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden; }

.productLightbox-container {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 6px; }
  .productLightbox-container iframe {
    margin: 0;
    padding: 0;
    display: block; }

.productLightbox-image {
  display: block;
  max-width: 100%;
  max-height: 85vh;
  width: auto;
  height: auto;
  border-radius: 6px; }

.productLightbox-close {
  position: absolute;
  top: -50px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0.375rem;
  line-height: 1;
  z-index: 10;
  opacity: 0.8;
  transition: opacity 0.2s ease, color 0.2s ease; }
  .productLightbox-close:hover {
    opacity: 1;
    color: #4d878f; }
  .productLightbox-close svg {
    display: block; }

.productLightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0.75rem;
  border-radius: 50%;
  z-index: 10;
  opacity: 0.8;
  transition: opacity 0.2s ease, background-color 0.2s ease; }
  .productLightbox-nav:hover {
    opacity: 1;
    background: #4d878f; }
  .productLightbox-nav svg {
    display: block; }
  .productLightbox-nav--prev {
    left: -60px; }
    @media (max-width: 1100px) {
      .productLightbox-nav--prev {
        left: auto;
        right: calc(50% + 30px);
        top: auto;
        bottom: -50px;
        transform: none; } }
  .productLightbox-nav--next {
    right: -60px; }
    @media (max-width: 1100px) {
      .productLightbox-nav--next {
        right: auto;
        left: calc(50% + 30px);
        top: auto;
        bottom: -50px;
        transform: none; } }

.productLightbox-counter {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 20px;
  opacity: 0.8; }

.productView-details {
  padding-bottom: 2rem; }
  .productView-details.product-options {
    padding-bottom: 0; }
    @media (min-width: 961px) {
      .productView-details.product-options {
        padding-bottom: 2rem; } }

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

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

.productView-title {
  font-size: 20px;
  margin: 0 0 0.375rem; }
  @media (min-width: 1261px) {
    .productView-title {
      font-size: 28px; } }

.productView-brand {
  color: #757575;
  font-size: 13px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 15px; } }
  .productView-brand a {
    color: #757575;
    text-decoration: none; }
    .productView-brand a:hover {
      color: #333333; }

.productView-price {
  font-size: 22px;
  margin-bottom: 0.75rem; }
  @media (min-width: 961px) {
    .productView-price {
      font-size: 25px;
      margin-bottom: 1rem; } }
  .productView-price .price-section--saving {
    font-size: 15px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

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

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

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

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

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

.productView-info-name--shipping {
  display: flex;
  align-items: center;
  gap: 0.1875rem; }

.productView-infoTooltip {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.1875rem;
  cursor: help; }
  .productView-infoTooltip .icon--info {
    width: 14px;
    height: 14px;
    opacity: 0.5;
    transform: rotate(180deg);
    transition: opacity 0.2s ease; }
  .productView-infoTooltip:hover .icon--info,
  .productView-infoTooltip:focus .icon--info {
    opacity: 1; }
  .productView-infoTooltip .productView-infoTooltip-content {
    position: absolute;
    bottom: calc(100% + 8px);
    left: 0;
    transform: none;
    min-width: 200px;
    max-width: 280px;
    padding: 0.75rem;
    background: #333333;
    color: #fcfaf8;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 100;
    white-space: normal; }
    @media (min-width: 961px) {
      .productView-infoTooltip .productView-infoTooltip-content {
        left: 50%;
        transform: translateX(-50%); } }
    .productView-infoTooltip .productView-infoTooltip-content::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 20px;
      transform: none;
      border: 6px solid transparent;
      border-top-color: #333333; }
      @media (min-width: 961px) {
        .productView-infoTooltip .productView-infoTooltip-content::after {
          left: 50%;
          transform: translateX(-50%); } }
    .productView-infoTooltip .productView-infoTooltip-content a {
      color: #fcfaf8;
      text-decoration: underline; }
      .productView-infoTooltip .productView-infoTooltip-content a:hover {
        color: #4d878f; }
  .productView-infoTooltip:hover .productView-infoTooltip-content,
  .productView-infoTooltip:focus .productView-infoTooltip-content {
    opacity: 1;
    visibility: visible; }

@media (min-width: 551px) {
  .productView-info--inline {
    margin-top: 2rem; } }

.productView-info--inline .productView-info-name,
.productView-info--inline .productView-info-value {
  display: inline;
  float: none;
  margin: 0; }

.productView-info--inline .productView-info-name {
  clear: none;
  margin-right: 0.1875rem; }

.productView-info--inline .productView-info-value::after {
  content: "\A";
  white-space: pre; }

.productView-options-heading {
  font-size: 15px;
  font-weight: 600;
  color: #757575;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 1.5rem; }
  @media (min-width: 551px) {
    .productView-options-heading {
      text-align: left; } }

.productView-options {
  margin-bottom: 1.5rem;
  text-align: left; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  .productView-options .add-to-cart-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    width: 100%; }
    @media (max-width: 479px) {
      .productView-options .add-to-cart-row .add-to-cart-qty {
        order: 1;
        flex: 1; }
        .productView-options .add-to-cart-row .add-to-cart-qty .form-increment--inline {
          width: 100%;
          justify-content: space-between; }
          .productView-options .add-to-cart-row .add-to-cart-qty .form-increment--inline .form-input--incrementTotal {
            flex: 1; }
      .productView-options .add-to-cart-row .add-to-cart-wishlist {
        order: 2; }
      .productView-options .add-to-cart-row .add-to-cart-button {
        order: 3;
        flex-basis: 100%; } }
    @media (min-width: 551px) {
      .productView-options .add-to-cart-row {
        flex-wrap: nowrap; } }
  .productView-options .add-to-cart-qty {
    flex-shrink: 0;
    height: 56px; }
    .productView-options .add-to-cart-qty .form-increment--inline {
      display: flex;
      align-items: center;
      height: 56px;
      border: 1px solid #999999;
      border-radius: 6px;
      background-color: #fff; }
      .productView-options .add-to-cart-qty .form-increment--inline .button--icon {
        background: transparent;
        border: none;
        padding: 0.375rem 0.75rem;
        color: #757575;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .productView-options .add-to-cart-qty .form-increment--inline .button--icon:hover {
          color: #4d878f;
          background-color: #e5e5e5; }
        .productView-options .add-to-cart-qty .form-increment--inline .button--icon .icon {
          width: 18px;
          height: 18px; }
      .productView-options .add-to-cart-qty .form-increment--inline .form-input--incrementTotal {
        border: none;
        text-align: center;
        width: 50px;
        padding: 0.375rem;
        font-size: 1rem;
        font-weight: 600;
        background: transparent; }
        .productView-options .add-to-cart-qty .form-increment--inline .form-input--incrementTotal:focus {
          outline: none; }
  .productView-options .add-to-cart-button {
    flex: 1;
    min-width: 0;
    height: 56px; }
    .productView-options .add-to-cart-button .button--primary {
      width: 100%;
      height: 56px;
      margin: 0;
      padding: 0 1.5rem;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 56px; }
  .productView-options .add-to-cart-wishlist {
    flex-shrink: 0;
    position: relative;
    height: 56px; }
    .productView-options .add-to-cart-wishlist .button--wishlist {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 56px;
      height: 56px;
      padding: 0;
      background-color: #fff;
      border: 1px solid #999999;
      border-radius: 6px;
      color: #757575;
      transition: all 0.2s ease; }
      .productView-options .add-to-cart-wishlist .button--wishlist:hover {
        border-color: #4d878f;
        color: #4d878f;
        background-color: #e5e5e5; }
        .productView-options .add-to-cart-wishlist .button--wishlist:hover .icon-heart {
          fill: rgba(77, 135, 143, 0.1); }
      .productView-options .add-to-cart-wishlist .button--wishlist .icon-heart {
        width: 22px;
        height: 22px;
        transition: fill 0.2s ease; }
    .productView-options .add-to-cart-wishlist .dropdown-menu--wishlist {
      position: absolute !important;
      top: 100% !important;
      right: 0 !important;
      left: auto !important;
      z-index: 100;
      min-width: 180px;
      max-width: calc(100vw - 2rem);
      margin-top: 0.375rem;
      padding: 0.375rem 0;
      background-color: #fff;
      border: 1px solid #999999;
      border-radius: 6px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      list-style: none;
      white-space: nowrap; }
      .productView-options .add-to-cart-wishlist .dropdown-menu--wishlist .dropdown-menu-item {
        overflow: visible; }
      .productView-options .add-to-cart-wishlist .dropdown-menu--wishlist .dropdown-menu-item {
        display: block;
        padding: 0.375rem 1.5rem;
        color: #333333;
        text-decoration: none;
        font-size: 15px; }
        .productView-options .add-to-cart-wishlist .dropdown-menu--wishlist .dropdown-menu-item:hover {
          background-color: #e5e5e5;
          color: #4d878f; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.75rem; }
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
      line-height: 0;
      margin-top: 6px; }
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
        width: 100%; }
    .productView-options .add-to-cart-wallet-buttons button.show-more-button {
      color: #757575;
      display: block;
      margin-top: 0.375rem;
      padding: 0.375rem 0;
      text-align: center;
      text-decoration: underline;
      vertical-align: middle;
      width: 100%; }
      .productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
        color: #333333; }
  @media (max-width: 400px) {
    .productView-options .add-to-cart-row .form-increment--inline .button--icon {
      min-width: 40px; } }

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

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

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

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

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

.shareProduct {
  text-align: center; }

.productView-image .easyzoom-flyout {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 6px; }
  .productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto;
    border-radius: 6px; }

.apvma-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6rem;
  text-align: center;
  min-height: 200px; }
  .apvma-loading .loadingOverlay {
    position: relative;
    width: 50px;
    height: 50px;
    margin-bottom: 1.5rem; }
  .apvma-loading .loadingOverlay-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .apvma-loading p {
    color: #757575;
    margin: 1.5rem 0 0;
    font-size: 1rem; }

.apvma-container {
  padding: 0.75rem 0; }

.apvma-header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1.5rem; }
  @media (min-width: 961px) {
    .apvma-header {
      flex-direction: row;
      align-items: center;
      justify-content: space-between; } }

.apvma-title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #154533; }

.apvma-search-wrapper {
  position: relative;
  width: 100%;
  max-width: 300px; }

.apvma-search-icon {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #757575;
  pointer-events: none; }
  .apvma-search-icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    fill: none; }

.apvma-search {
  width: 100%;
  padding: 1.125rem 1.5rem 1.125rem 4.5rem;
  border: 1px solid #999999;
  border-radius: 25px;
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  background-color: #e5e5e5; }
  .apvma-search:focus {
    outline: none;
    border-color: #154533;
    box-shadow: 0 0 0 2px rgba(21, 69, 60, 0.1);
    background-color: #fff; }
  .apvma-search::placeholder {
    color: #757575; }

.apvma-table-wrapper {
  overflow-x: auto;
  border: 1px solid #cccccc;
  border-radius: 6px; }

.apvma-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem; }
  .apvma-table th,
  .apvma-table td {
    padding: 1.125rem 1.5rem;
    text-align: left; }
  .apvma-table th {
    background-color: #154533;
    font-weight: 700;
    color: #fff;
    white-space: nowrap; }
    .apvma-table th:first-child {
      border-top-left-radius: 5px; }
    .apvma-table th:last-child {
      border-top-right-radius: 5px; }
  .apvma-table tbody tr {
    transition: background-color 0.2s ease; }
    .apvma-table tbody tr:nth-child(odd) {
      background-color: #fff; }
    .apvma-table tbody tr:nth-child(even) {
      background-color: #e5e5e5; }
    .apvma-table tbody tr:hover {
      background-color: rgba(77, 135, 143, 0.15); }
    .apvma-table tbody tr:last-child td:first-child {
      border-bottom-left-radius: 5px; }
    .apvma-table tbody tr:last-child td:last-child {
      border-bottom-right-radius: 5px; }
    .apvma-table tbody tr.apvma-hide {
      display: none; }
  .apvma-table mark {
    background-color: #fff3cd;
    padding: 0 2px;
    border-radius: 6px; }

.apvma-no-results,
.apvma-error {
  padding: 3rem;
  text-align: center;
  color: #757575;
  background-color: #e5e5e5;
  border-radius: 6px; }

.productView-unitPrice {
  font-size: 15px;
  color: #757575;
  margin-top: 0.375rem;
  display: none; }
  .productView-unitPrice:not(:empty) {
    display: block; }

.productBundle {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #999999; }

.productBundle-header {
  margin-bottom: 1.5rem; }

.productBundle-title {
  font-size: 22px;
  font-weight: 700;
  color: #333333;
  margin: 0; }

.productBundle-items {
  margin-bottom: 1.5rem; }

.productBundle-items-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem; }
  @media (min-width: 551px) {
    .productBundle-items-list {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1261px) {
    .productBundle-items-list {
      grid-template-columns: repeat(3, 1fr); } }

.productBundle-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border: 1px solid #999999;
  border-radius: 6px;
  padding: 1.5rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease; }
  .productBundle-item:hover {
    border-color: #4d878f; }
  .productBundle-item--current {
    border-color: #4d878f;
    background-color: #e5e5e5; }
  .productBundle-item--invalid {
    border-color: #cc4749;
    box-shadow: 0 0 0 1px #cc4749; }

.productBundle-item-checkbox {
  align-self: flex-start;
  margin-bottom: 0.75rem; }
  .productBundle-item-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer; }
    .productBundle-item-checkbox input[type="checkbox"]:disabled {
      cursor: not-allowed;
      opacity: 0.6; }

.productBundle-item-image {
  width: 120px;
  height: 120px;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center; }
  .productBundle-item-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; }

.productBundle-item-details {
  width: 100%;
  text-align: center; }

.productBundle-item-name {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 0.75rem;
  line-height: 1.3; }
  .productBundle-item-name a {
    color: #333333;
    text-decoration: none; }
    .productBundle-item-name a:hover {
      color: #4d878f; }

.productBundle-item-current-label {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #4d878f;
  margin-top: 0.375rem; }

.productBundle-item-options {
  margin-bottom: 0.75rem; }

.productBundle-option {
  margin-bottom: 0.75rem;
  text-align: left; }
  .productBundle-option--swatch {
    text-align: center; }

.productBundle-option-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #757575;
  margin-bottom: 0.375rem; }

.productBundle-option-select {
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 13px;
  border: 1px solid #999999;
  border-radius: 6px;
  background-color: #fff; }
  .productBundle-option-select:focus {
    outline: none;
    border-color: #4d878f; }

.productBundle-swatches {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.375rem; }

.productBundle-swatch {
  width: 28px;
  height: 28px;
  border: 2px solid #999999;
  border-radius: 50%;
  cursor: pointer;
  padding: 2px;
  transition: border-color 0.2s ease; }
  .productBundle-swatch:hover {
    border-color: #757575; }
  .productBundle-swatch.is-selected {
    border-color: #4d878f; }

.productBundle-swatch-color {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%; }

.productBundle-item-quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  margin-top: 0.75rem; }
  .productBundle-item-quantity label {
    font-size: 13px;
    color: #757575; }

.productBundle-item-quantity-controls {
  display: flex;
  align-items: center;
  border: 1px solid #999999;
  border-radius: 6px;
  overflow: hidden; }
  .productBundle-item-quantity-controls input {
    width: 40px;
    text-align: center;
    border: none;
    padding: 0.375rem;
    font-size: 15px;
    /* Hide spinners */
    -moz-appearance: textfield; }
    .productBundle-item-quantity-controls input:focus {
      outline: none; }
    .productBundle-item-quantity-controls input::-webkit-outer-spin-button, .productBundle-item-quantity-controls input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }

.productBundle-qty-btn {
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  background-color: #e5e5e5;
  color: #333333;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease; }
  .productBundle-qty-btn:hover:not(:disabled) {
    background-color: #999999; }
  .productBundle-qty-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.productBundle-item-price {
  margin-top: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  color: #333333; }

.productBundle-footer {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #999999; }
  @media (min-width: 551px) {
    .productBundle-footer {
      flex-direction: row;
      align-items: center;
      justify-content: space-between; } }

.productBundle-total {
  display: flex;
  align-items: center;
  gap: 0.75rem; }

.productBundle-total-label {
  font-size: 1rem;
  color: #757575; }

.productBundle-total-price {
  font-size: 25px;
  font-weight: 700;
  color: #333333; }

.productBundle-addAll {
  width: 100%; }
  @media (min-width: 551px) {
    .productBundle-addAll {
      width: auto;
      min-width: 200px; } }
  .productBundle-addAll:disabled {
    opacity: 0.6;
    cursor: not-allowed; }

.productBundle-loading {
  display: flex;
  justify-content: center;
  padding: 3rem; }
  .productBundle-loading .loadingOverlay {
    position: relative;
    width: 50px;
    height: 50px; }

.productBundle-items-hidden {
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, opacity 0.3s ease, margin 0.3s ease;
  opacity: 0;
  margin-top: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem; }
  @media (min-width: 551px) {
    .productBundle-items-hidden {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1261px) {
    .productBundle-items-hidden {
      grid-template-columns: repeat(3, 1fr); } }
  .productBundle-items-hidden::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 60%, white 100%);
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease; }
  @media (min-width: 551px) {
    .productBundle-items-hidden:not(.is-expanded) {
      max-height: 60px;
      margin-top: 1.5rem;
      opacity: 1; }
      .productBundle-items-hidden:not(.is-expanded)::before {
        opacity: 1; } }
  .productBundle-items-hidden.is-expanded {
    max-height: none;
    margin-top: 1.5rem;
    opacity: 1; }
    .productBundle-items-hidden.is-expanded::before {
      opacity: 0; }

.productBundle-showMore {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  width: 100%;
  padding: 0.75rem 1.5rem;
  margin-top: 0.75rem;
  background: #e5e5e5;
  border: 1px dashed #999999;
  border-radius: 6px;
  color: #757575;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease; }
  .productBundle-showMore:hover {
    background: #cccccc;
    border-color: #4d878f;
    color: #4d878f; }
  .productBundle-showMore.is-expanded .productBundle-showMore-icon {
    transform: rotate(180deg); }

.productBundle-showMore-icon {
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease; }

.stickyAddToCart {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
  border-top: 1px solid #999999;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(100%);
  transition: transform 0.3s ease; }
  .stickyAddToCart.is-visible {
    transform: translateY(0); }
    .stickyAddToCart.is-visible ~ .helpLauncher,
    .stickyAddToCart.is-visible ~ .helpLauncher {
      bottom: 75px; }
      @media (max-width: 767px) {
        .stickyAddToCart.is-visible ~ .helpLauncher,
        .stickyAddToCart.is-visible ~ .helpLauncher {
          bottom: 70px; } }

body:has(.stickyAddToCart.is-visible) .helpLauncher {
  bottom: 75px;
  transition: bottom 0.3s ease; }
  @media (max-width: 767px) {
    body:has(.stickyAddToCart.is-visible) .helpLauncher {
      bottom: 70px; } }

.stickyAddToCart-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.375rem 0.75rem; }
  @media (min-width: 961px) {
    .stickyAddToCart-inner {
      padding: 0.75rem 3rem;
      gap: 1.5rem; } }

.stickyAddToCart-price {
  flex-shrink: 0; }

.stickyAddToCart-price-value {
  font-size: 15px;
  font-weight: 700;
  color: #333333; }
  @media (min-width: 961px) {
    .stickyAddToCart-price-value {
      font-size: 1rem; } }

.stickyAddToCart-qty {
  display: none;
  flex-shrink: 0;
  align-items: center;
  border: 1px solid #999999;
  border-radius: 6px;
  overflow: hidden; }
  @media (min-width: 961px) {
    .stickyAddToCart-qty {
      display: flex; } }

.stickyAddToCart-qty-btn {
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background-color: #e5e5e5;
  color: #333333;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.15s ease; }
  .stickyAddToCart-qty-btn:hover {
    background-color: #cccccc; }
  .stickyAddToCart-qty-btn:active {
    background-color: #999999; }
  @media (min-width: 961px) {
    .stickyAddToCart-qty-btn {
      width: 36px;
      height: 36px; } }

.stickyAddToCart-qty-input {
  width: 36px;
  height: 32px;
  padding: 0;
  border: none;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  appearance: textfield;
  -moz-appearance: textfield; }
  .stickyAddToCart-qty-input::-webkit-outer-spin-button, .stickyAddToCart-qty-input::-webkit-inner-spin-button {
    appearance: none;
    -webkit-appearance: none;
    margin: 0; }
  @media (min-width: 961px) {
    .stickyAddToCart-qty-input {
      width: 40px;
      height: 36px; } }

.stickyAddToCart-btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  min-width: auto;
  width: 60px;
  height: 40px;
  margin: 0;
  padding: 0;
  font-size: 15px; }
  @media (min-width: 961px) {
    .stickyAddToCart-btn {
      width: auto;
      min-width: 140px;
      height: 38px;
      padding: 0 1.5rem; } }

.stickyAddToCart-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0; }

.stickyAddToCart-btn-text {
  display: none; }
  @media (min-width: 961px) {
    .stickyAddToCart-btn-text {
      display: inline; } }

.productDocuments {
  padding: 1.5rem 0; }

.productDocuments-category {
  margin-bottom: 2.25rem; }
  .productDocuments-category:last-child {
    margin-bottom: 0; }

.productDocuments-category-title {
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 0.75rem;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #cccccc; }

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

.productDocuments-item {
  margin-bottom: 0.375rem; }
  .productDocuments-item:last-child {
    margin-bottom: 0; }

.productDocuments-link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  color: #4d878f;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.15s ease; }
  .productDocuments-link:hover {
    color: #154533;
    text-decoration: underline; }

.productDocuments-icon {
  flex-shrink: 0;
  color: currentColor; }

.productView--optionsOnly {
  padding-bottom: 0 !important; }
  .productView--optionsOnly .productView-images,
  .productView--optionsOnly .productView-description,
  .productView--optionsOnly .productView-info--inline,
  .productView--optionsOnly .productView-info-name,
  .productView--optionsOnly .productView-info-value,
  .productView--optionsOnly .productView-brand,
  .productView--optionsOnly .productView-title,
  .productView--optionsOnly .productView-rating,
  .productView--optionsOnly .productView-reviewLink,
  .productView--optionsOnly .productView-wishlist,
  .productView--optionsOnly .wishlist-dropdown,
  .productView--optionsOnly .add-to-cart-wishlist,
  .productView--optionsOnly [data-wishlist-add],
  .productView--optionsOnly .button--wishlist,
  .productView--optionsOnly .socialLinks,
  .productView--optionsOnly .addthis_toolbox,
  .productView--optionsOnly .shareProduct,
  .productView--optionsOnly [data-reveal-id="modal-review-form"],
  .productView--optionsOnly #add-to-wishlist,
  .productView--optionsOnly .add-to-cart-wallet-buttons {
    display: none !important; }
  .productView--optionsOnly .productView-details {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 0;
    float: none;
    text-align: center; }
  .productView--optionsOnly .productView-product {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center; }
  .productView--optionsOnly .productView-price {
    text-align: center;
    margin-bottom: 1.5rem;
    justify-content: center; }
  .productView--optionsOnly .productView-options {
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 0; }
    .productView--optionsOnly .productView-options .form-field {
      text-align: left;
      margin-bottom: 0.75rem; }
    .productView--optionsOnly .productView-options .form-option-wrapper {
      justify-content: flex-start; }
  .productView--optionsOnly .add-to-cart-wrapper {
    max-width: 100%;
    justify-content: center;
    margin-bottom: 0;
    padding-bottom: 0; }
  .productView--optionsOnly .form-action {
    justify-content: center;
    margin-bottom: 0; }
    .productView--optionsOnly .form-action .button {
      width: 100%;
      max-width: 300px; }
  .productView--optionsOnly .form-field--increments {
    justify-content: center;
    margin-bottom: 0.75rem; }
    .productView--optionsOnly .form-field--increments .form-increment {
      margin: 0 auto; }
  .productView--optionsOnly form[data-cart-item-add] {
    margin-bottom: 0;
    padding-bottom: 0; }

.productView-description .tab-content-main table,
.customTabContent table {
  width: 100%;
  margin: 2.25rem 0;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #cccccc;
  border-radius: 6px;
  overflow: hidden; }
  @media (max-width: 1280px) {
    .productView-description .tab-content-main table,
    .customTabContent table {
      display: block;
      overflow-x: auto; }
      .productView-description .tab-content-main table tbody,
      .customTabContent table tbody {
        display: table;
        width: 100%;
        min-width: 100%; } }

.productView-description .tab-content-main th,
.productView-description .tab-content-main td,
.customTabContent th,
.customTabContent td {
  padding: 8px 0.75rem;
  text-align: left;
  border-bottom: 1px solid #cccccc; }
  @media (max-width: 1280px) {
    .productView-description .tab-content-main th,
    .productView-description .tab-content-main td,
    .customTabContent th,
    .customTabContent td {
      max-width: 50vw;
      min-width: 150px; } }

.productView-description .tab-content-main th,
.customTabContent th {
  background-color: #154533;
  color: #fcfaf8;
  font-weight: 600;
  padding: 12px 0.75rem; }

.productView-description .tab-content-main thead tr:first-child th:first-child,
.customTabContent thead tr:first-child th:first-child {
  border-top-left-radius: 6px; }

.productView-description .tab-content-main thead tr:first-child th:last-child,
.customTabContent thead tr:first-child th:last-child {
  border-top-right-radius: 6px; }

.productView-description .tab-content-main tbody tr:nth-child(even),
.customTabContent tbody tr:nth-child(even) {
  background-color: #e5e5e5; }

.productView-description .tab-content-main tbody tr:hover,
.customTabContent tbody tr:hover {
  background-color: #cccccc; }

.productView-description .tab-content-main tbody tr:last-child td,
.customTabContent tbody tr:last-child td {
  border-bottom: none; }

.productView-description .tab-content-main tbody tr:last-child td:first-child,
.customTabContent tbody tr:last-child td:first-child {
  border-bottom-left-radius: 6px; }

.productView-description .tab-content-main tbody tr:last-child td:last-child,
.customTabContent tbody tr:last-child td:last-child {
  border-bottom-right-radius: 6px; }

.productView-description .tab-content-main td ul,
.productView-description .tab-content-main td ol,
.customTabContent td ul,
.customTabContent td ol {
  margin-top: 0.75rem;
  margin-bottom: 0;
  padding-left: 1.5rem; }

.productView-description .tab-content-main td p + ul,
.productView-description .tab-content-main td p + ol,
.customTabContent td p + ul,
.customTabContent td p + ol {
  margin-top: -spacing("half"); }

.product-ask-expert {
  margin-top: 1.5rem;
  text-align: left;
  font-size: 15px; }

.product-ask-expert-title {
  color: #757575;
  margin-right: 0.375rem; }

.product-ask-expert-link {
  color: #7caa48;
  font-weight: 600;
  text-decoration: none; }
  .product-ask-expert-link:hover {
    text-decoration: underline; }

.productView-upgradeTo {
  display: inline-block;
  margin-bottom: 1.5rem; }

.productView-additionalOptions-list {
  display: inline; }

.productView-additionalOptions-link {
  display: inline-block;
  border: 1px solid #999999;
  color: #666666;
  cursor: pointer;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 2px;
  transition: all 0.2s ease;
  border-radius: 6px;
  background-color: #fff;
  text-decoration: none; }
  .productView-additionalOptions-link span {
    display: inline-block;
    font-size: 1rem;
    min-width: 2.625rem;
    padding: 0.375rem 0.75rem;
    text-align: center;
    font-weight: 500; }
  .productView-additionalOptions-link:hover {
    border-color: #4d878f; }
  .productView-additionalOptions-link.is-active {
    border-color: #4d878f;
    background-color: #4d878f;
    color: #fcfaf8;
    cursor: default;
    pointer-events: none; }

.productView-shippingEstimator-link {
  color: #4d878f;
  text-decoration: underline;
  cursor: pointer;
  font-size: inherit; }

.productView-shippingEstimator-note {
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  background-color: white;
  border: 1px solid;
  border-radius: 6px;
  font-size: 15px;
  color: #757575;
  line-height: 1.5; }
  .productView-shippingEstimator-note strong {
    color: #333333;
    font-weight: 600; }
  .productView-shippingEstimator-note a {
    color: #4d878f;
    text-decoration: underline; }

.productView-shippingEstimator-body {
  margin-top: 1.5rem;
  padding: 1.5rem;
  background-color: white;
  border-radius: 6px; }
  .productView-shippingEstimator-body .estimator-form dl {
    margin: 0; }
  .productView-shippingEstimator-body .estimator-form .estimator-form-label {
    margin-bottom: 0.375rem; }
  .productView-shippingEstimator-body .estimator-form .estimator-form-input {
    margin-bottom: 0.75rem;
    width: 100%; }
    .productView-shippingEstimator-body .estimator-form .estimator-form-input--search {
      margin-bottom: 1.5rem; }
  .productView-shippingEstimator-body .estimator-form .form-label {
    font-size: 15px;
    font-weight: 400;
    color: #757575; }
  .productView-shippingEstimator-body .estimator-form .form-input,
  .productView-shippingEstimator-body .estimator-form .form-select {
    font-size: 15px;
    width: 100%; }
  .productView-shippingEstimator-body .estimator-form .shipping-estimate-submit {
    margin-top: 0.75rem;
    width: 100%; }
  .productView-shippingEstimator-body .shipping-quotes {
    margin-top: 1.5rem; }
    .productView-shippingEstimator-body .shipping-quotes:empty {
      display: none; }
    .productView-shippingEstimator-body .shipping-quotes form {
      margin: 0; }
    .productView-shippingEstimator-body .shipping-quotes .estimator-form-row {
      padding: 0.5rem 0;
      border-bottom: 1px solid; }
      .productView-shippingEstimator-body .shipping-quotes .estimator-form-row:last-child {
        border-bottom: none; }
      .productView-shippingEstimator-body .shipping-quotes .estimator-form-row dl {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0; }
    .productView-shippingEstimator-body .shipping-quotes .estimator-form-label {
      flex: 1; }
    .productView-shippingEstimator-body .shipping-quotes .estimator-form-label-text {
      font-size: 15px;
      color: #757575; }
    .productView-shippingEstimator-body .shipping-quotes .estimator-form-input--price {
      text-align: right; }
      .productView-shippingEstimator-body .shipping-quotes .estimator-form-input--price b {
        font-size: 1rem;
        font-weight: 600;
        color: #333333; }
    .productView-shippingEstimator-body .shipping-quotes .shipping-quote {
      display: none; }
    .productView-shippingEstimator-body .shipping-quotes .select-shipping-quote {
      display: none; }

@keyframes validationPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(204, 71, 73, 0); }
  25%, 75% {
    box-shadow: 0 0 0 4px rgba(204, 71, 73, 0.3); }
  50% {
    box-shadow: 0 0 0 8px rgba(204, 71, 73, 0.2); } }

.validation-pulse {
  animation: validationPulse 0.75s ease-in-out 2;
  border-radius: 6px; }

.productView-info--inline .productView-info-value--shipping {
  display: inline; }
  .productView-info--inline .productView-info-value--shipping .productView-shippingEstimator {
    display: inline; }
  .productView-info--inline .productView-info-value--shipping .productView-shippingEstimator-link {
    display: inline; }
  .productView-info--inline .productView-info-value--shipping .productView-shippingEstimator-body {
    display: block;
    margin-top: 1.5rem; }

.custom-description {
  margin: 3rem 0; }
  .custom-description .description-custom-block {
    background-color: #e5e5e5;
    border-radius: 6px;
    overflow: hidden; }
  .custom-description .description-custom-block-inner {
    display: flex;
    flex-direction: column; }
    @media (min-width: 961px) {
      .custom-description .description-custom-block-inner {
        flex-direction: row;
        align-items: flex-start; } }
  .custom-description .img.col {
    flex-shrink: 0; }
    @media (min-width: 961px) {
      .custom-description .img.col {
        width: 40%;
        max-width: 400px;
        position: sticky;
        top: 1.5rem;
        align-self: flex-start; } }
    .custom-description .img.col img {
      width: 100%;
      height: auto;
      object-fit: contain;
      display: block; }
  .custom-description .content.col {
    flex: 1;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    min-width: 0; }
    @media (min-width: 961px) {
      .custom-description .content.col {
        padding: 3rem; } }
  @media (min-width: 961px) {
    .custom-description .custom-block-img-left .description-custom-block-inner {
      flex-direction: row; } }
  @media (min-width: 961px) {
    .custom-description .custom-block-img-right .description-custom-block-inner {
      flex-direction: row-reverse; } }

.custom-description .video-link {
  position: relative;
  display: block;
  cursor: pointer;
  overflow: hidden;
  height: 100%; }
  .custom-description .video-link:hover img {
    opacity: 0.85; }
  .custom-description .video-link .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: #4d878f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: transform 0.2s ease, background-color 0.2s ease; }
    .custom-description .video-link .video-icon::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 0 10px 18px;
      border-color: transparent transparent transparent #fff;
      margin-left: 4px; }
    @media (min-width: 961px) {
      .custom-description .video-link .video-icon {
        width: 70px;
        height: 70px; }
        .custom-description .video-link .video-icon::after {
          border-width: 12px 0 12px 20px; } }
  .custom-description .video-link:hover .video-icon {
    transform: translate(-50%, -50%) scale(1.1);
    background-color: #154533; }

.custom-description .block-list {
  position: relative;
  padding: 0 3rem; }
  @media (min-width: 961px) {
    .custom-description .block-list {
      padding: 0 4.5rem; } }
  .custom-description .block-list .item {
    padding: 0.75rem 0; }
    @media (min-width: 961px) {
      .custom-description .block-list .item {
        padding: 1.5rem 0; } }
  .custom-description .block-list .info-user {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem; }
  .custom-description .block-list .icon-user {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0; }
    .custom-description .block-list .icon-user img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .custom-description .block-list .info .name {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #333333; }
  .custom-description .block-list .info span {
    font-size: 13px;
    color: #757575; }
  .custom-description .block-list .title {
    font-size: 22px;
    font-weight: 700;
    color: #4d878f;
    margin: 0.75rem 0; }
    @media (min-width: 961px) {
      .custom-description .block-list .title {
        font-size: 25px; } }
  .custom-description .block-list .desc {
    font-size: 1rem;
    line-height: 1.6;
    color: #333333; }
    .custom-description .block-list .desc p {
      margin: 0 0 0.75rem; }
      .custom-description .block-list .desc p:last-child {
        margin-bottom: 0; }
      .custom-description .block-list .desc p:empty {
        display: none; }
  .custom-description .block-list.slick-initialized .item {
    outline: none; }
  .custom-description .block-list .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 36px;
    height: 36px;
    padding: 0;
    background-color: #fcfaf8;
    border: 1px solid #999999;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    transition: all 0.2s ease;
    font-size: 0;
    line-height: 0; }
    .custom-description .block-list .slick-arrow::before {
      display: none; }
    .custom-description .block-list .slick-arrow:hover {
      background-color: #4d878f;
      border-color: #4d878f;
      color: #fff; }
    .custom-description .block-list .slick-arrow svg {
      width: 20px;
      height: 20px; }
  .custom-description .block-list .slick-prev {
    left: 0; }
  .custom-description .block-list .slick-next {
    right: 0; }
  .custom-description .block-list .slick-dots {
    display: flex;
    justify-content: center;
    gap: 0.375rem;
    margin: 0.75rem 0 0;
    padding: 0;
    list-style: none;
    position: relative;
    bottom: 0; }
    .custom-description .block-list .slick-dots li {
      margin: 0; }
      .custom-description .block-list .slick-dots li button {
        width: 10px;
        height: 10px;
        padding: 0;
        border: none;
        border-radius: 50%;
        background-color: #999999;
        font-size: 0;
        cursor: pointer;
        transition: background-color 0.2s ease, transform 0.2s ease; }
        .custom-description .block-list .slick-dots li button:hover {
          background-color: #999999; }
      .custom-description .block-list .slick-dots li.slick-active button {
        background-color: #4d878f;
        transform: scale(1.2); }

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

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

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

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

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

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

.compareTable-item {
  padding: 3.25rem 1rem 1.25rem; }
  @media (min-width: 961px) {
    .compareTable-item {
      padding-top: 1.25rem; } }

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

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

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

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

.blocker-container {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

.facetedSearch-toggle {
  display: none !important; }

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

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

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

.facetedSearch-navList {
  display: none; }
  @media (min-width: 961px) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList.is-open {
    display: block;
    margin-top: 1.5rem; }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

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

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

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

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

.reset-filters {
  display: none; }

@media (min-width: 961px) {
  .page-sidebar .accordion-navigation {
    font-weight: 500; }
  .page-sidebar .facetedSearch-navList .sidebarBlock-heading,
  .page-sidebar .facetedSearch-refineFilters .sidebarBlock-heading {
    background-color: #154533;
    color: #fff;
    margin: -1.5rem;
    margin-bottom: 1.5rem;
    padding: 1.125rem 1.5rem;
    border-radius: 6px 6px 0 0;
    font-size: 1rem;
    font-weight: 600;
    display: block; }
  .page-sidebar .navList-action {
    padding: 0.375rem 0;
    display: block; }
    .page-sidebar .navList-action:hover {
      color: #7caa48; }
  .page-sidebar .navList-action--checkbox {
    padding-left: 2.25rem; } }

.navList--categories .navList-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.375rem; }

.navList--categories .navList-action-text {
  flex: 1; }

.navList--categories .navList-action-chevron {
  flex-shrink: 0;
  opacity: 0.4;
  transition: opacity 0.2s ease, transform 0.2s ease; }

.navList--categories .navList-action:hover .navList-action-chevron {
  opacity: 1;
  transform: translateX(2px); }

.banners {
  background-color: #4d878f;
  color: #fcfaf8;
  padding: 0.75rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: #fcfaf8; }

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

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

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

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

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

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

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

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

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

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

.cart-header-item {
  padding-bottom: 1rem; }
  .cart-header-item:last-child {
    text-align: right; }

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

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

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

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

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

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

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

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

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

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

.cart-item-quantity .form-increment {
  display: inline-block;
  margin: 0 0.1875rem 1px 1.5rem;
  vertical-align: middle; }
  @media (min-width: 961px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

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

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

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

.cart-item-name {
  display: inline-block;
  font-size: 15px;
  margin: 0; }
  .cart-item-name a {
    text-decoration: none; }
    .cart-item-name a:hover {
      text-decoration: none; }
  .cart-item-name__label {
    display: inline-block; }
  .cart-item-name + .definitionList {
    margin-top: 0.375rem; }

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

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

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

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

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

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

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

.cart-total-grandTotal {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding-bottom: 0.1875rem;
  padding-top: 0.1875rem;
  position: relative; }
  @media (min-width: 961px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.25rem; } }

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

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

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

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

.estimator-form-label {
  flex: 1;
  min-width: 0;
  font-weight: 400;
  margin-bottom: 0; }
  .estimator-form-label .form-label {
    line-height: 2rem;
    margin-bottom: 0; }

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

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

.estimator-form-input--price {
  flex-shrink: 0;
  width: auto;
  text-align: right;
  padding-left: 1.5rem; }

.estimator-form-row {
  margin-bottom: 0.75rem; }
  .estimator-form-row dl {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin: 0; }

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

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

.cart-additionalCheckoutButtons span[id^="zoid-paypal-message-"] ~ span[id^="zoid-paypal-message-"] {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.75rem;
  padding-top: 0.375rem; }

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

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

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

@keyframes afterpayFadeIn {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

.afterpay-checkout-btn {
  display: block;
  width: 100%;
  margin-top: 0.375rem;
  opacity: 0;
  visibility: hidden;
  animation: afterpayFadeIn 0.3s ease-out 2.5s forwards; }
  .afterpay-checkout-btn img {
    width: 100%;
    height: auto; }
  .afterpay-checkout-btn:hover img {
    filter: brightness(0.95); }

a.shipping-estimate-value {
  margin-left: 0.375rem; }

.shipping-estimate-value #shipping-cost-discounted {
  margin-left: 0.375rem; }

.cart-header-actions {
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  padding-right: 4px; }
  .cart-header-actions .button {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem; }
    .cart-header-actions .button .icon {
      width: 16px;
      height: 16px;
      flex-shrink: 0; }

.print-quote-shipping-prompt-footer {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.5rem; }
  .print-quote-shipping-prompt-footer .button {
    margin: 0; }

.cart-footer-actions {
  padding: 1.5rem 0;
  padding-right: 4px;
  margin-top: 0.75rem;
  text-align: right; }
  .cart-footer-actions .button--tertiary {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    color: #757575;
    text-decoration: none;
    background: transparent;
    border: none;
    padding: 0.375rem 0.75rem;
    font-size: 15px; }
    .cart-footer-actions .button--tertiary .icon {
      width: 14px;
      height: 14px;
      flex-shrink: 0; }
    .cart-footer-actions .button--tertiary:hover {
      color: #cc4749;
      text-decoration: underline; }

.print-quote-modal {
  display: none;
  visibility: hidden;
  pointer-events: none; }

.print-quote-content {
  background: #ffffff;
  color: #333333; }

.print-quote-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #154533;
  margin-bottom: 1.5rem; }

.print-quote-logo {
  flex: 0 0 auto; }
  .print-quote-logo .print-quote-logo-image {
    max-width: 200px;
    max-height: 80px;
    height: auto; }
  .print-quote-logo .print-quote-store-name {
    font-size: 25px;
    font-weight: 700;
    color: #154533; }

.print-quote-info {
  text-align: right; }

.print-quote-title {
  font-size: 28px;
  font-weight: 700;
  color: #154533;
  margin: 0 0 0.375rem 0; }

.print-quote-reference,
.print-quote-date {
  font-size: 20px;
  color: #757575; }

.print-quote-section-title {
  font-size: 1rem;
  font-weight: 700;
  color: #154533;
  margin: 1.5rem 0 0.75rem 0;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #cccccc; }

.print-quote-customer {
  margin-bottom: 1.5rem; }
  .print-quote-customer .print-quote-customer-details p {
    margin: 0;
    line-height: 1.5; }

.print-quote-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem; }
  .print-quote-table th, .print-quote-table td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid #cccccc; }
  .print-quote-table th {
    background-color: #e5e5e5;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase; }
  .print-quote-table .print-quote-th-qty,
  .print-quote-table .print-quote-th-price,
  .print-quote-table .print-quote-th-total,
  .print-quote-table .print-quote-td-qty,
  .print-quote-table .print-quote-td-price,
  .print-quote-table .print-quote-td-total {
    text-align: right;
    white-space: nowrap; }
  .print-quote-table .print-quote-td-sku {
    color: #757575;
    font-size: 20px; }

.print-quote-options {
  margin: 0.375rem 0 0 0;
  padding-left: 1.5rem;
  font-size: 15px;
  color: #757575; }
  .print-quote-options li {
    margin-bottom: 0.1875rem; }

.print-quote-totals {
  margin-left: auto;
  max-width: 300px;
  margin-bottom: 1.5rem; }

.print-quote-total-row {
  display: flex;
  justify-content: space-between;
  padding: 0.375rem 0; }
  .print-quote-total-row.print-quote-grand-total {
    border-top: 2px solid #154533;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    font-weight: 700;
    font-size: 22px; }
  .print-quote-total-row.print-quote-shipping-pending .print-quote-total-value {
    font-style: italic;
    color: #757575; }
  .print-quote-total-row.print-quote-discount-row {
    color: #16a34a; }
    .print-quote-total-row.print-quote-discount-row .print-quote-total-value {
      color: #16a34a;
      font-weight: 500; }

.print-quote-footer {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid #cccccc; }

.print-quote-disclaimer,
.print-quote-contact {
  font-size: 15px;
  color: #757575;
  margin-bottom: 0.75rem; }

.print-quote-actions {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  padding: 1.5rem;
  border-top: 1px solid #cccccc;
  background: #e5e5e5; }

.is-print-mode .header,
.is-print-mode .footer,
.is-print-mode .announcementBar,
.is-print-mode .cart-drawer,
.is-print-mode .account-drawer,
.is-print-mode #print-quote-shipping-prompt,
.is-print-mode .modal-backdrop,
.is-print-mode .help-launcher,
.is-print-mode .page--full-width,
.is-print-mode .cart-stickyCheckout,
.is-print-mode .body > .container > .page {
  display: none !important; }

.is-print-mode .print-quote-modal {
  display: block !important;
  visibility: visible !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 99999 !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #fff !important;
  overflow: auto !important;
  transform: none !important; }
  .is-print-mode .print-quote-modal .modal-close,
  .is-print-mode .print-quote-modal .print-quote-actions {
    display: none !important; }
  .is-print-mode .print-quote-modal .print-quote-content {
    padding: 20px;
    max-width: 800px;
    margin: 0 auto; }

@media print {
  @page {
    margin: 10mm;
    @top-left {
      content: none; }
    @top-center {
      content: none; }
    @top-right {
      content: none; }
    @bottom-left {
      content: none; }
    @bottom-center {
      content: none; }
    @bottom-right {
      content: none; } }
  .is-print-mode .header,
  .is-print-mode .footer,
  .is-print-mode .announcementBar,
  .is-print-mode .cart-drawer,
  .is-print-mode .account-drawer,
  .is-print-mode #print-quote-shipping-prompt,
  .is-print-mode .modal-backdrop,
  .is-print-mode .help-launcher,
  .is-print-mode .page--full-width,
  .is-print-mode .cart-stickyCheckout,
  .is-print-mode .body > .container > .page {
    display: none !important;
    visibility: hidden !important; }
  .is-print-mode .print-quote-modal {
    display: block !important;
    visibility: visible !important;
    position: static !important;
    overflow: visible !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #fff !important; }
    .is-print-mode .print-quote-modal .modal-close,
    .is-print-mode .print-quote-modal .print-quote-actions {
      display: none !important; }
    .is-print-mode .print-quote-modal .print-quote-content {
      max-width: 100%;
      padding: 0; }
  .is-print-mode * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important; } }

.pickup-in-store {
  font-weight: 600;
  color: #4d878f; }

.shipping-estimate-submit {
  position: relative;
  transition: background-color 0.2s ease, opacity 0.2s ease; }
  .shipping-estimate-submit.is-loading {
    background-color: #999999;
    border-color: #999999;
    cursor: not-allowed;
    opacity: 0.8; }
    .shipping-estimate-submit.is-loading:hover {
      background-color: #999999; }

.button-spinner {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: buttonSpinnerRotate 0.7s linear infinite;
  vertical-align: middle;
  margin-right: 0.375rem; }

@keyframes buttonSpinnerRotate {
  to {
    transform: rotate(360deg); } }

.cart-layout {
  display: flex;
  flex-direction: column;
  gap: 3rem; }
  @media (min-width: 961px) {
    .cart-layout {
      flex-direction: row;
      align-items: flex-start; } }

.cart-layout-main {
  flex: 1;
  min-width: 0; }

.cart-layout-sidebar {
  width: 100%; }
  @media (min-width: 961px) {
    .cart-layout-sidebar {
      width: 320px;
      flex-shrink: 0; } }
  @media (min-width: 1261px) {
    .cart-layout-sidebar {
      width: 360px; } }

.cart-sidebar-inner {
  background-color: #e5e5e5;
  border-radius: 6px;
  padding: 1.5rem;
  color: #154533; }
  @media (min-width: 961px) {
    .cart-sidebar-inner {
      position: sticky;
      top: 1.5rem; } }
  .cart-sidebar-inner .cart-total-label strong {
    color: #154533; }
  .cart-sidebar-inner .cart-totals {
    float: none;
    width: 100%;
    margin-bottom: 1.5rem;
    text-align: left; }
  .cart-sidebar-inner .cart-total {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    border-top: none;
    padding: 0.75rem 0; }
    .cart-sidebar-inner .cart-total + .cart-total {
      border-top: 1px solid #cccccc; }
  .cart-sidebar-inner .cart-total-label {
    float: none !important;
    width: auto !important;
    flex: 1;
    text-align: left !important;
    padding: 0 !important; }
  .cart-sidebar-inner .cart-total-value {
    float: none !important;
    width: auto !important;
    text-align: right !important;
    padding: 0 !important; }
  .cart-sidebar-inner .cart-total-grandTotal {
    font-size: 22px; }
  .cart-sidebar-inner .cart-total:last-child {
    border-top: 2px solid #999999;
    padding-top: 1.5rem;
    margin-top: 0.75rem; }
  .cart-sidebar-inner .cart-total:has(.shipping-estimator),
  .cart-sidebar-inner .cart-total:has(.coupon-code),
  .cart-sidebar-inner .cart-total:has(.cart-gift-certificate-form) {
    flex-wrap: wrap; }
    .cart-sidebar-inner .cart-total:has(.shipping-estimator) .cart-total-label,
    .cart-sidebar-inner .cart-total:has(.coupon-code) .cart-total-label,
    .cart-sidebar-inner .cart-total:has(.cart-gift-certificate-form) .cart-total-label {
      flex: 1; }
    .cart-sidebar-inner .cart-total:has(.shipping-estimator) .cart-total-value,
    .cart-sidebar-inner .cart-total:has(.coupon-code) .cart-total-value,
    .cart-sidebar-inner .cart-total:has(.cart-gift-certificate-form) .cart-total-value {
      flex-shrink: 0; }
      .cart-sidebar-inner .cart-total:has(.shipping-estimator) .cart-total-value > button,
      .cart-sidebar-inner .cart-total:has(.shipping-estimator) .cart-total-value > .shipping-estimate-show,
      .cart-sidebar-inner .cart-total:has(.coupon-code) .cart-total-value > button,
      .cart-sidebar-inner .cart-total:has(.coupon-code) .cart-total-value > .shipping-estimate-show,
      .cart-sidebar-inner .cart-total:has(.cart-gift-certificate-form) .cart-total-value > button,
      .cart-sidebar-inner .cart-total:has(.cart-gift-certificate-form) .cart-total-value > .shipping-estimate-show {
        display: inline-block; }
    .cart-sidebar-inner .cart-total:has(.shipping-estimator) .shipping-estimator,
    .cart-sidebar-inner .cart-total:has(.shipping-estimator) .coupon-code,
    .cart-sidebar-inner .cart-total:has(.shipping-estimator) .gift-certificate-code,
    .cart-sidebar-inner .cart-total:has(.coupon-code) .shipping-estimator,
    .cart-sidebar-inner .cart-total:has(.coupon-code) .coupon-code,
    .cart-sidebar-inner .cart-total:has(.coupon-code) .gift-certificate-code,
    .cart-sidebar-inner .cart-total:has(.cart-gift-certificate-form) .shipping-estimator,
    .cart-sidebar-inner .cart-total:has(.cart-gift-certificate-form) .coupon-code,
    .cart-sidebar-inner .cart-total:has(.cart-gift-certificate-form) .gift-certificate-code {
      width: 100%;
      flex-basis: 100%;
      margin-top: 0.75rem; }
  .cart-sidebar-inner .coupon-form,
  .cart-sidebar-inner .cart-gift-certificate-form {
    width: 100%;
    display: flex;
    gap: 0.375rem;
    margin-bottom: 0; }
    .cart-sidebar-inner .coupon-form .form-input,
    .cart-sidebar-inner .cart-gift-certificate-form .form-input {
      flex: 1;
      min-width: 0;
      margin-bottom: 0;
      width: auto; }
    .cart-sidebar-inner .coupon-form .button,
    .cart-sidebar-inner .coupon-form input[type="submit"],
    .cart-sidebar-inner .cart-gift-certificate-form .button,
    .cart-sidebar-inner .cart-gift-certificate-form input[type="submit"] {
      flex-shrink: 0;
      margin: 0 !important;
      width: auto !important;
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
  .cart-sidebar-inner .shipping-estimator {
    width: 100%; }
  .cart-sidebar-inner .estimator-form {
    width: 100%; }
    .cart-sidebar-inner .estimator-form .estimator-form-label,
    .cart-sidebar-inner .estimator-form .estimator-form-input {
      float: none !important;
      width: 100% !important; }
    .cart-sidebar-inner .estimator-form .estimator-form-label {
      margin-bottom: 0.375rem; }
      .cart-sidebar-inner .estimator-form .estimator-form-label .form-label {
        line-height: 1.4; }
    .cart-sidebar-inner .estimator-form .estimator-form-input {
      margin-bottom: 1.5rem; }
    .cart-sidebar-inner .estimator-form .estimator-form-row {
      width: 100%; }
    .cart-sidebar-inner .estimator-form .button--primary {
      width: 100%; }
  .cart-sidebar-inner .cart-actions {
    margin-top: 1.5rem; }
    .cart-sidebar-inner .cart-actions .button {
      float: none;
      display: block;
      width: 100%; }
    .cart-sidebar-inner .cart-actions .checkoutMultiple {
      float: none;
      text-align: center;
      margin-top: 0.75rem; }

.cart-layout-sidebar .cart-additionalCheckoutButtons {
  margin-top: 1.5rem;
  width: 100%; }
  .cart-layout-sidebar .cart-additionalCheckoutButtons p {
    text-align: center !important;
    margin: 0.375rem 0 !important; }
  .cart-layout-sidebar .cart-additionalCheckoutButtons .FloatRight {
    float: none !important;
    width: 100%; }
    .cart-layout-sidebar .cart-additionalCheckoutButtons .FloatRight > div {
      float: none !important;
      width: 100%; }
  .cart-layout-sidebar .cart-additionalCheckoutButtons iframe {
    width: 100% !important; }
  .cart-layout-sidebar .cart-additionalCheckoutButtons .ApplePayContainer:has(apple-pay-button[hidden]),
  .cart-layout-sidebar .cart-additionalCheckoutButtons .ApplePayContainer:has(apple-pay-button[disabled]) {
    display: none !important; }
  .cart-layout-sidebar .cart-additionalCheckoutButtons apple-pay-button[hidden],
  .cart-layout-sidebar .cart-additionalCheckoutButtons apple-pay-button[disabled] {
    display: none !important; }

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

.cart-stickyCheckout {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 17;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 1.5rem;
  padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
  background-color: rgba(252, 250, 248, 0.95);
  border-top: 1px solid #cccccc;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
  transition: transform 0.3s ease-out; }
  .cart-stickyCheckout.is-hidden {
    transform: translateY(100%); }
  @media (min-width: 961px) {
    .cart-stickyCheckout {
      display: none; } }

body:has(.cart-stickyCheckout:not(.is-hidden)) .helpLauncher {
  bottom: 80px;
  transition: bottom 0.3s ease; }
  @media (min-width: 961px) {
    body:has(.cart-stickyCheckout:not(.is-hidden)) .helpLauncher {
      bottom: 20px; } }

.cart-stickyCheckout-total {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex-shrink: 1; }

.cart-stickyCheckout-label {
  font-size: 13px;
  color: #757575;
  white-space: nowrap; }

.cart-stickyCheckout-value {
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
  white-space: nowrap; }

.cart-stickyCheckout-button {
  flex-shrink: 0;
  width: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 0; }

@media (max-width: 960px) {
  .cart-layout {
    padding-bottom: 100px; } }

.cart-coupons {
  margin-bottom: 1.5rem; }

.cart-coupon-trigger {
  margin-bottom: 0.75rem; }

.cart-coupon-link {
  color: #154533;
  text-decoration: underline;
  font-weight: 600;
  cursor: pointer; }
  .cart-coupon-link:hover {
    color: #7caa48; }

.coupon-code-form {
  margin-top: 0.75rem; }
  .coupon-code-form .coupon-form {
    display: flex;
    gap: 0.375rem;
    align-items: stretch;
    font-size: 1rem; }
    .coupon-code-form .coupon-form::before, .coupon-code-form .coupon-form::after {
      display: none;
      content: none; }
    .coupon-code-form .coupon-form .form-input,
    .coupon-code-form .coupon-form .button {
      float: none; }
    .coupon-code-form .coupon-form .form-input {
      flex: 1;
      min-width: 0;
      margin-bottom: 0;
      width: auto; }
    .coupon-code-form .coupon-form .button,
    .coupon-code-form .coupon-form input[type="submit"] {
      flex-shrink: 0;
      margin: 0;
      width: auto;
      padding-top: 0;
      padding-bottom: 0;
      line-height: inherit;
      height: auto; }

.cart-coupon-label {
  font-weight: 600;
  color: #154533;
  text-decoration: underline; }

.cart-coupon-display {
  margin-top: 0.75rem; }

.cart-coupon-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.cart-coupon-item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0.375rem;
  font-size: 15px;
  background-color: #fcfaf8;
  border: 1px solid #999999;
  border-radius: 4px; }
  .cart-coupon-item .icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px; }
    .cart-coupon-item .icon svg {
      width: 100%;
      height: 100%;
      fill: #7caa48; }

.cart-item-discount,
.cart-item-value.price--discounted {
  color: #999999; }

.cart-item-discounts {
  margin-top: 0.375rem; }

.cart-item-discount {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 15px; }
  .cart-item-discount .icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0; }
    .cart-item-discount .icon svg {
      width: 100%;
      height: 100%;
      fill: #7caa48; }

.cart-coupon-name {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.cart-coupon-remove {
  flex-shrink: 0;
  color: #757575; }
  .cart-coupon-remove .icon {
    width: 12px;
    height: 12px; }
  .cart-coupon-remove:hover {
    color: #cc4749; }

.cart-total-enhanced .cart-total-label strong::after {
  content: none; }

.cart-total-discounts {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0.75rem 0;
  cursor: pointer; }
  .cart-total-discounts .cart-total-label,
  .cart-total-discounts .cart-total-value {
    display: flex;
    align-items: center;
    gap: 0.375rem; }
  .cart-total-discounts .cart-total-label {
    flex: 1;
    min-width: 0; }

.cart-discount-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease; }
  .cart-discount-icon svg {
    width: 100%;
    height: 100%;
    fill: #757575; }
  .cart-discount-icon.is-open {
    transform: rotate(180deg); }

.cart-discount-list {
  flex-basis: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 0.375rem; }

.cart-discount-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.375rem 0;
  font-size: 15px;
  color: #757575; }
  .cart-discount-item .icon {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    margin-right: 0.375rem; }
    .cart-discount-item .icon svg {
      width: 100%;
      height: 100%;
      fill: currentColor; }

.cart-discount-item-label {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  overflow: hidden; }
  .cart-discount-item-label .cart-coupon-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.cart-discount-item-value {
  flex-shrink: 0;
  margin-left: 0.375rem; }

.cart-total-gift-certificate .cart-total-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.375rem; }
  .cart-total-gift-certificate .cart-total-label strong {
    margin-right: auto; }

.cart-total-gift-certificate-list-item {
  padding: 0.375rem 0;
  padding-left: 0.75rem;
  font-size: 15px; }
  .cart-total-gift-certificate-list-item .cart-total-label {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    flex: 1;
    min-width: 0; }
    .cart-total-gift-certificate-list-item .cart-total-label .icon {
      flex-shrink: 0;
      width: 16px;
      height: 16px; }
      .cart-total-gift-certificate-list-item .cart-total-label .icon svg {
        width: 100%;
        height: 100%;
        fill: #757575; }
    .cart-total-gift-certificate-list-item .cart-total-label a {
      margin-left: auto;
      font-size: 13px; }

.cart-total-shipping-estimator .cart-total-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.375rem; }
  .cart-total-shipping-estimator .cart-total-label strong {
    margin-right: auto; }

.cart-total-with-savings .cart-total-grandTotal {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.1875rem; }

.cart-total-amount {
  font-size: 22px;
  font-weight: 700; }

.cart-total-savings {
  font-size: 15px;
  color: #7caa48; }

.cart-savings-amount {
  font-weight: 600; }

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

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

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

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

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

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

.address-details--postal {
  font-size: 15px; }

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

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

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

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

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

.tab-content .videoGallery.toggle {
  padding-top: 0; }

.tab-content .videoGallery .toggle-title {
  display: none; }

.tab-content .videoGallery .toggle-content {
  display: block !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.login {
  margin-bottom: 6rem; }

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

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

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

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

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

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

section.nav {
  max-width: 100%;
  overflow-x: hidden; }

#product-listing-container {
  max-width: 100%;
  overflow-x: hidden; }

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

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

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

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

.advancedSearch-separator {
  display: none; }

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

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

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

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

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

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

.search-nav {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
  overflow-x: auto;
  max-width: 100%; }
  .search-nav .navBar-section {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap; }
  .search-nav .navBar-item {
    margin: 0;
    float: none; }
  .search-nav .navBar-action,
  .search-nav .navBar-action-color--active {
    display: inline-block;
    padding: 0.75rem 1.5rem !important;
    border: 1px solid #cccccc !important;
    border-radius: 6px;
    background-color: #fff !important;
    color: #757575 !important;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.2s ease; }
    .search-nav .navBar-action:hover,
    .search-nav .navBar-action-color--active:hover {
      border-color: #4d878f !important;
      color: #4d878f !important; }
  .search-nav .navBar-action-color--active {
    background-color: #4d878f !important;
    border-color: #4d878f !important;
    color: #fff !important; }
    .search-nav .navBar-action-color--active:hover {
      background-color: #154533 !important;
      border-color: #154533 !important;
      color: #fff !important; }

.quickSearch-sectionTitle {
  font-size: 15px;
  font-weight: 600;
  color: #757575;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 0.75rem;
  padding: 0 0.75rem; }
  .quickSearch-sectionTitle--products {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #cccccc; }

.quickSearch-categories,
.quickSearch-brands {
  padding: 0.75rem;
  margin-bottom: 0.75rem;
  background-color: #e5e5e5;
  border-radius: 6px; }

.quickSearch-categoryList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem 0.75rem; }

.quickSearch-categoryItem {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  border: 1px solid #999999;
  border-radius: 6px;
  padding: 0.375rem 1.125rem;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease; }
  .quickSearch-categoryItem:hover {
    border-color: #4d878f;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12); }

.quickSearch-categoryIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 0.375rem;
  color: #757575;
  flex-shrink: 0; }
  .quickSearch-categoryIcon svg {
    width: 16px;
    height: 16px; }
  .quickSearch-categoryIcon--garden {
    color: #e91e63; }
  .quickSearch-categoryIcon--lawn {
    color: #4caf50; }
  .quickSearch-categoryIcon--landscape {
    color: #795548; }
  .quickSearch-categoryIcon--agriculture {
    color: #ff9800; }

.quickSearch-categoryLink {
  color: #333333;
  text-decoration: none; }
  .quickSearch-categoryLink:hover {
    color: #4d878f;
    text-decoration: underline; }

.quickSearch-categorySeparator {
  color: #757575;
  margin: 0 0.375rem;
  font-weight: 700; }

.quickSearch-brandList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem; }

.quickSearch-brandLink {
  display: inline-block;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  color: #333333;
  text-decoration: none; }
  .quickSearch-brandLink:hover {
    border-color: #4d878f;
    color: #4d878f; }

.quickSearch-content {
  padding: 0.75rem;
  margin-top: 1.5rem;
  background-color: #e5e5e5;
  border-radius: 6px; }

.quickSearch-sectionTitle--content {
  margin-top: 0;
  border-top: none;
  padding-top: 0; }

.quickSearch-contentList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.375rem; }

.quickSearch-contentItem {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  padding: 0.375rem 0.75rem;
  font-size: 15px; }

.quickSearch-contentIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #757575; }
  .quickSearch-contentIcon svg {
    width: 14px;
    height: 14px; }
  .quickSearch-contentIcon--post {
    color: #2196f3; }
  .quickSearch-contentIcon--page {
    color: #9e9e9e; }

.quickSearch-contentLink {
  flex: 1;
  color: #333333;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .quickSearch-contentLink:hover {
    color: #4d878f;
    text-decoration: underline; }

.quickSearch-contentType {
  flex-shrink: 0;
  font-size: 13px;
  color: #757575;
  text-transform: capitalize;
  background: #e5e5e5;
  padding: 2px 6px;
  border-radius: 3px; }

.quickSearch-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  min-height: 120px; }

.quickSearch-loading-dots {
  display: flex;
  gap: 6px;
  align-items: center; }
  .quickSearch-loading-dots span {
    width: 10px;
    height: 10px;
    background: #4d878f;
    border-radius: 50%;
    animation: quickSearchLoadingDot 1.4s infinite ease-in-out both; }
    .quickSearch-loading-dots span:nth-child(1) {
      animation-delay: -0.32s; }
    .quickSearch-loading-dots span:nth-child(2) {
      animation-delay: -0.16s; }
    .quickSearch-loading-dots span:nth-child(3) {
      animation-delay: 0s; }

@keyframes quickSearchLoadingDot {
  0%,
  80%,
  100% {
    transform: scale(0.4);
    opacity: 0.4; }
  40% {
    transform: scale(1);
    opacity: 1; } }

.quickSearch-sectionTitle--featured {
  color: #4d878f; }

.search-suggestion--categories .suggestion-title {
  margin-bottom: 0.75rem; }

.searchPage-categoryList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0; }

.searchPage-categoryItem {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1px solid #999999;
  border-radius: 6px;
  padding: 0.375rem 1.125rem;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease; }
  .searchPage-categoryItem:hover {
    border-color: #4d878f;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    transform: translateY(-1px); }

.searchPage-categoryIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 0.375rem;
  color: #757575;
  flex-shrink: 0; }
  .searchPage-categoryIcon svg {
    width: 16px;
    height: 16px; }
  .searchPage-categoryIcon--garden {
    color: #e91e63; }
  .searchPage-categoryIcon--lawn {
    color: #4caf50; }
  .searchPage-categoryIcon--landscape {
    color: #795548; }
  .searchPage-categoryIcon--agriculture {
    color: #ff9800; }

.searchPage-categoryLink {
  color: #333333;
  text-decoration: none; }
  .searchPage-categoryLink:hover {
    color: #4d878f; }

.navBar--account {
  display: none; }

.account-nav-mobile {
  margin-bottom: 1.5rem; }
  @media (min-width: 961px) {
    .account-nav-mobile {
      display: none; } }

.account-nav-mobile-toggle {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 1.5rem;
  background-color: #e5e5e5;
  border: 1px solid #999999;
  border-radius: 6px;
  color: #333333;
  font-size: 1rem;
  font-family: inherit;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease; }
  .account-nav-mobile-toggle:hover {
    background-color: #cccccc;
    border-color: #154533; }
  .account-nav-mobile-toggle .icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0; }
  .account-nav-mobile-toggle svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor; }

.account-sidebar {
  display: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
  float: none !important; }
  @media (min-width: 961px) {
    .account-sidebar {
      display: block;
      width: 100% !important;
      background-color: #fff;
      border: 1px solid #cccccc;
      border-radius: 6px;
      overflow: hidden; } }

.account-sidebar-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem;
  background-color: #154533;
  color: #fff; }

.account-sidebar-avatar {
  width: 48px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0; }
  .account-sidebar-avatar .icon {
    width: 28px;
    height: 28px; }
  .account-sidebar-avatar svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #fff; }

.account-sidebar-user {
  flex: 1;
  min-width: 0; }

.account-sidebar-greeting {
  font-size: 15px;
  opacity: 0.8;
  color: #fff; }

.account-sidebar-name {
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff; }

.account-sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0.75rem 0; }

.account-sidebar-item {
  margin: 0;
  float: none !important;
  display: block !important;
  border-bottom: none !important; }
  .account-sidebar-item.is-active {
    border-bottom: none !important; }
  .account-sidebar-item.is-active .account-sidebar-link {
    background-color: #e5e5e5;
    color: #154533;
    font-weight: 700; }
    .account-sidebar-item.is-active .account-sidebar-link::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 3px;
      background-color: #154533; }
  .account-sidebar-item.is-active--erp .account-sidebar-link {
    background-color: transparent;
    color: #333333;
    font-weight: 400; }
    .account-sidebar-item.is-active--erp .account-sidebar-link::before {
      display: none; }

.account-sidebar-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.125rem 1.5rem;
  color: #333333;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
  position: relative;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: 1rem;
  font-family: inherit; }
  .account-sidebar-link:hover {
    background-color: #e5e5e5;
    color: #154533; }
  .account-sidebar-link .icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0; }
  .account-sidebar-link svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor; }

.account-sidebar-footer {
  padding: 0.75rem 0;
  border-top: 1px solid #cccccc; }

.account-sidebar-signout {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.125rem 1.5rem;
  color: #757575;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
  width: 100%; }
  .account-sidebar-signout:hover {
    background-color: #e5e5e5;
    color: #cc4749; }
    .account-sidebar-signout:hover svg {
      stroke: #cc4749; }
  .account-sidebar-signout .icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0; }
  .account-sidebar-signout svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor; }

@media (min-width: 961px) {
  .container:has(.account-sidebar) {
    display: grid;
    grid-template-columns: 260px 1fr;
    grid-template-rows: auto 1fr;
    gap: 0 1.5rem;
    position: relative; }
    .container:has(.account-sidebar) .breadcrumbs {
      position: absolute;
      top: 1.5rem;
      left: 0;
      right: 0;
      text-align: center;
      display: block; }
    .container:has(.account-sidebar) .page-heading {
      grid-column: 1 / -1;
      grid-row: 1;
      margin-top: 3rem; }
    .container:has(.account-sidebar) .account-nav-mobile {
      display: none; }
    .container:has(.account-sidebar) .account-sidebar {
      grid-column: 1;
      grid-row: 2;
      align-self: start;
      position: sticky;
      top: 1.5rem; }
    .container:has(.account-sidebar) .account {
      grid-column: 2;
      grid-row: 2;
      width: 100%;
      margin: 0; }
      .container:has(.account-sidebar) .account.account--fixed, .container:has(.account-sidebar) .account.account--fixedSmall, .container:has(.account-sidebar) .account.account--fixedLarge {
        width: 100%;
        margin: 0; }
      .container:has(.account-sidebar) .account .account-body {
        margin-left: 0;
        margin-right: 0; } }

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

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

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

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

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

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

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

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

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

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

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

.account-product-download {
  border-radius: 50%;
  height: 2.0625rem;
  padding: 0;
  position: absolute;
  right: -0.75rem;
  top: -0.75rem;
  width: 2.0625rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.375rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: #fcfaf8; }

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

.account-product-title {
  margin: 0 0 0.1875rem;
  text-transform: inherit; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.75rem; }

.account-product-subtitle {
  color: #999999;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: -0.1875rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 15px; }

.account-product-description + .definitionList {
  margin: -1.375rem 0 1.5rem; }

.account-product-refundQty {
  color: #999999;
  margin-bottom: 0; }

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

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1261px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 551px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 551px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

@media (min-width: 1261px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: #757575;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.375rem; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  font-size: 15px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: #757575;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.3125rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e5e5e5;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 20px; }

.account-orderTotal-discount {
  margin: 0;
  text-align: right;
  font-weight: 400;
  padding: 0.75rem 0;
  border-bottom: 0; }
  .account-orderTotal-discount:last-of-type {
    border-bottom: 1px solid #e5e5e5;
    padding-top: 0; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 551px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: #cccccc;
  color: #fcfaf8;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.375rem;
  padding: 0.1875rem 0.5rem; }

.account-orderStatus-action {
  color: #757575;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.75rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 551px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: #333333; }

.account .pagination {
  margin-top: 3rem; }

.account-message .is-read {
  color: #999999; }

.account-sidebar-block {
  font-size: 15px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

.account-order-address {
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #4d878f;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  padding-bottom: 1.5rem; }

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: #757575;
  font-size: 15px;
  margin-bottom: 0.1875rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #757575; }

.dfp-order-page-note {
  margin: 1.5rem 0;
  padding: 1.5rem;
  background-color: rgba(77, 135, 143, 0.1);
  border: 1px solid #4d878f;
  border-left: 4px solid #4d878f;
  border-radius: 6px;
  color: #333333;
  font-size: 15px;
  line-height: 1.5; }

.account:has(#mi-order-and-invoice) .account-head {
  margin-bottom: 0; }

.accountDrawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1049;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease; }
  .accountDrawer-overlay.is-open {
    opacity: 1;
    visibility: visible; }

.accountDrawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 340px;
  max-width: 90vw;
  height: 100%;
  background-color: #ffffff;
  z-index: 1050;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  display: flex;
  flex-direction: column; }
  .accountDrawer.is-open {
    transform: translateX(0);
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15); }

.accountDrawer-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  cursor: pointer;
  z-index: 1;
  border-radius: 50%;
  transition: background-color 0.2s ease; }
  .accountDrawer-close:hover {
    background-color: rgba(255, 255, 255, 0.1); }

.accountDrawer-header {
  padding: 3rem 1.5rem 1.5rem;
  background-color: #154533;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-shrink: 0; }
  .accountDrawer-header--guest {
    padding-top: 1.5rem; }

.accountDrawer-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0; }
  .accountDrawer-avatar .icon {
    width: 28px;
    height: 28px; }
  .accountDrawer-avatar svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #ffffff; }

.accountDrawer-welcome {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  min-width: 0; }

.accountDrawer-welcome-label {
  font-size: 15px;
  opacity: 0.8; }

.accountDrawer-welcome-name {
  font-size: 25px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.accountDrawer-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  padding-right: 3rem;
  color: #ffffff; }

.accountDrawer-nav {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem 0;
  position: relative;
  box-shadow: inset 0 -20px 20px -20px rgba(0, 0, 0, 0.1); }

.accountDrawer-nav-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.accountDrawer-nav-item {
  border-bottom: 1px solid #cccccc; }
  .accountDrawer-nav-item:last-child {
    border-bottom: none; }

.accountDrawer-nav-link {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem;
  color: #333333;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit; }
  .accountDrawer-nav-link:hover {
    background-color: #e5e5e5;
    color: #154533; }
  .accountDrawer-nav-link .icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0; }
  .accountDrawer-nav-link svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor; }
  .accountDrawer-nav-link span {
    font-size: 1rem; }

.accountDrawer-footer {
  padding: 1.5rem;
  border-top: 1px solid #cccccc;
  flex-shrink: 0; }

.accountDrawer-signout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  width: auto;
  padding: 0.375rem 1.5rem;
  border: 1px solid #154533;
  border-radius: 6px;
  background: transparent;
  color: #154533;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease; }
  .accountDrawer-signout:hover {
    background-color: #154533;
    color: #ffffff; }
    .accountDrawer-signout:hover svg {
      stroke: #ffffff; }
  .accountDrawer-signout .icon {
    width: 16px;
    height: 16px; }
  .accountDrawer-signout svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #154533;
    transition: stroke 0.2s ease; }

.accountDrawer-content {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem; }

.accountDrawer-form .form-field {
  margin-bottom: 1.5rem; }

.accountDrawer-form .form-label {
  display: block;
  margin-bottom: 0.375rem;
  font-size: 20px;
  font-weight: 500;
  color: #757575; }

.accountDrawer-form .form-input {
  width: 100%;
  padding: 1.125rem 0.75rem;
  border: 1px solid #999999;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease; }
  .accountDrawer-form .form-input:focus {
    outline: none;
    border-color: #4d878f;
    box-shadow: 0 0 0 3px rgba(77, 135, 143, 0.1); }

.accountDrawer-form .form-actions {
  margin-top: 1.5rem; }

.accountDrawer-forgot {
  display: block;
  margin-top: 1.5rem;
  font-size: 20px;
  color: #154533;
  text-align: center; }
  .accountDrawer-forgot:hover {
    color: #7caa48; }

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

.button--secondary {
  background-color: transparent;
  border: 1px solid #154533;
  color: #154533; }
  .button--secondary:hover {
    background-color: #154533;
    color: #ffffff; }

.button--outline {
  background-color: transparent;
  border: 1px solid #999999;
  color: #333333; }
  .button--outline:hover {
    background-color: #e5e5e5;
    border-color: #999999; }

.accountDrawer-divider {
  display: flex;
  align-items: center;
  margin: 2.25rem 0;
  color: #757575;
  font-size: 20px; }
  .accountDrawer-divider::before, .accountDrawer-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #999999; }
  .accountDrawer-divider span {
    padding: 0 1.5rem; }

.accountDrawer-passwordless-text {
  font-size: 20px;
  color: #757575;
  margin-bottom: 1.5rem;
  text-align: center; }

.accountDrawer-create {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #cccccc;
  text-align: center; }

.accountDrawer-create-text {
  font-size: 20px;
  color: #757575;
  margin-bottom: 1.5rem; }

.accountDrawer-trade {
  text-align: left; }
  .accountDrawer-trade .accountDrawer-create-text {
    font-size: 15px;
    margin-bottom: 0.75rem; }

.accountDrawer-trade-intro {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0.375rem; }

.accountDrawer-trade-body {
  font-size: 1rem;
  color: #757575;
  margin-bottom: 0.375rem;
  line-height: 1.4; }
  .accountDrawer-trade-body:last-of-type {
    margin-bottom: 0.75rem; }
  .accountDrawer-trade-body a {
    color: #4d878f; }
    .accountDrawer-trade-body a:hover {
      color: #154533; }

.accountDrawer-alert {
  padding: 1.125rem 1.5rem;
  border-radius: 6px;
  margin-bottom: 1.5rem;
  font-size: 20px; }
  .accountDrawer-alert--error {
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    color: #dc2626; }
  .accountDrawer-alert--success {
    background-color: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #16a34a; }

.has-activeAccountDrawer {
  overflow: hidden; }

.reveal-modal-bg,
.modal-background {
  z-index: 1051 !important; }

.modal {
  z-index: 1052 !important; }

.cartDrawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1049;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease; }
  .cartDrawer-overlay.is-open {
    opacity: 1;
    visibility: visible; }

.cartDrawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 380px;
  max-width: 90vw;
  height: 100%;
  background-color: #ffffff;
  z-index: 1050;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  display: flex;
  flex-direction: column; }
  .cartDrawer.is-open {
    transform: translateX(0);
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15); }

.cartDrawer-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  cursor: pointer;
  z-index: 1;
  border-radius: 50%;
  transition: background-color 0.2s ease; }
  .cartDrawer-close:hover {
    background-color: rgba(255, 255, 255, 0.1); }

.cartDrawer-header {
  padding: 1.5rem;
  background-color: #154533;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0; }
  @media (min-width: 961px) {
    .cartDrawer-header {
      padding: 3rem 1.5rem 1.5rem; } }

.cartDrawer-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  color: #ffffff; }

.cartDrawer-count {
  font-size: 20px;
  color: #ffffff;
  opacity: 0.8; }

.cartDrawer-content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  min-height: 0;
  display: flex;
  flex-direction: column; }

.cartDrawer-loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 10; }
  .cartDrawer-loading .loadingOverlay {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: static;
    background: transparent; }
  .cartDrawer-loading .loadingOverlay-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #999999;
    border-top-color: #4d878f;
    border-radius: 50%;
    animation: cartDrawer-spin 0.8s linear infinite; }

@keyframes cartDrawer-spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.cartDrawer-body .loadingOverlay {
  display: none !important; }

.cartDrawer-body {
  padding: 1.5rem; }
  .cartDrawer-body .previewCartWrapper,
  .cartDrawer-body .previewCart {
    overflow: visible;
    max-height: none;
    height: auto; }
  .cartDrawer-body .previewCart-emptyBody {
    text-align: center;
    padding: 3rem;
    color: #757575;
    font-size: 1rem; }

.cartDrawer-body .previewCartList {
  list-style: none;
  margin: 0;
  padding: 0; }

.cartDrawer-body .previewCartItem {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #cccccc;
  position: relative; }
  .cartDrawer-body .previewCartItem:last-child {
    border-bottom: none; }

.cartDrawer-body .previewCartItem-image {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
  background-color: #e5e5e5; }
  .cartDrawer-body .previewCartItem-image img,
  .cartDrawer-body .previewCartItem-image .lazyload,
  .cartDrawer-body .previewCartItem-image .lazyloaded {
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover; }

.cartDrawer-body .previewCartItem-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.375rem; }

.cartDrawer-body .previewCartItem-brand {
  font-size: 15px;
  color: #757575;
  letter-spacing: 0.5px; }

.cartDrawer-body .previewCartItem-name {
  margin: 0;
  margin-top: -5px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5; }
  .cartDrawer-body .previewCartItem-name a {
    color: #333333;
    text-decoration: none; }
    .cartDrawer-body .previewCartItem-name a:hover {
      color: #7caa48; }

.cartDrawer-body .previewCartItem-options {
  list-style: none;
  margin: 0.375rem 0 0;
  padding: 0;
  font-size: 13px;
  color: #757575;
  line-height: 1.4; }

.cartDrawer-body .previewCartItem-option {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1875rem; }

.cartDrawer-body .previewCartItem-option-name {
  font-weight: 500; }

.cartDrawer-body .previewCartItem-option-value {
  color: #333333; }

.cartDrawer-body .previewCartItem-qty {
  font-size: 15px;
  color: #757575;
  display: flex;
  align-items: center;
  gap: 0.75rem; }

.previewCartItem-qty-label {
  color: #757575; }

.previewCartItem-qty-controls {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1px solid #cccccc;
  border-radius: 6px;
  overflow: hidden; }

.previewCartItem-qty-btn {
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  background-color: #e5e5e5;
  color: #333333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, color 0.2s ease; }
  .previewCartItem-qty-btn:hover:not(:disabled) {
    background-color: #4d878f;
    color: #fff; }
  .previewCartItem-qty-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed; }
  .previewCartItem-qty-btn.is-loading {
    opacity: 0.5; }
  .previewCartItem-qty-btn svg {
    flex-shrink: 0; }

.previewCartItem-qty-value,
.previewCartItem-qty-input {
  width: 40px;
  min-width: 40px;
  text-align: center;
  font-weight: 700;
  color: #154533;
  background-color: #fff;
  padding: 0.1875rem 0; }

.previewCartItem-qty-input {
  border: none;
  font-size: 1rem;
  height: 28px;
  -moz-appearance: textfield; }
  .previewCartItem-qty-input::-webkit-outer-spin-button, .previewCartItem-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .previewCartItem-qty-input:focus {
    outline: none;
    background-color: #e5e5e5; }
  .previewCartItem-qty-input:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.previewCartItem-stockWarning {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin-top: 0.75rem;
  padding: 0.375rem 0.75rem;
  background-color: #fef3c7;
  border: 1px solid #f59e0b;
  border-radius: 6px;
  color: #92400e;
  font-size: 13px;
  line-height: 1.4;
  animation: stockWarningFadeIn 0.3s ease; }
  .previewCartItem-stockWarning svg {
    flex-shrink: 0;
    color: #f59e0b; }

@keyframes stockWarningFadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.cartDrawer-body .previewCartItem-pricing {
  display: flex;
  flex-direction: column;
  gap: 0.1875rem; }

.cartDrawer-body .previewCartItem-priceEach {
  font-size: 15px;
  color: #757575; }

.cartDrawer-body .previewCartItem-priceTotal {
  font-size: 20px;
  font-weight: 700;
  color: #333333; }
  .cartDrawer-body .previewCartItem-priceTotal .price--discounted {
    text-decoration: line-through;
    color: #757575;
    font-weight: 400;
    margin-right: 0.375rem; }

.cartDrawer-body .previewCartItem-remove {
  position: absolute;
  top: 1.5rem;
  right: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: transparent;
  color: #757575;
  cursor: pointer;
  border-radius: 50%;
  transition: background-color 0.2s ease, color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center; }
  .cartDrawer-body .previewCartItem-remove:hover {
    background-color: #cccccc;
    color: #cc4749; }
  .cartDrawer-body .previewCartItem-remove.is-loading {
    opacity: 0.5;
    pointer-events: none; }
  .cartDrawer-body .previewCartItem-remove .icon {
    width: 14px;
    height: 14px; }
  .cartDrawer-body .previewCartItem-remove svg {
    width: 100%;
    height: 100%;
    fill: currentColor; }

.cartDrawer-body .previewCartAction {
  display: none !important; }

.cartDrawer-body .previewCart-additionalCheckoutButtons {
  display: none !important; }

.cartDrawer-body .previewCart-emptyAction {
  padding: 0.75rem 0 0;
  text-align: center;
  border-top: 1px solid #cccccc; }
  .cartDrawer-body .previewCart-emptyAction .button--tertiary {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    color: #757575;
    text-decoration: none;
    background: transparent;
    border: none;
    padding: 0.375rem 0.75rem;
    font-size: 15px; }
    .cartDrawer-body .previewCart-emptyAction .button--tertiary .icon {
      width: 14px;
      height: 14px;
      flex-shrink: 0; }
    .cartDrawer-body .previewCart-emptyAction .button--tertiary:hover {
      color: #cc4749;
      text-decoration: underline; }

.cartDrawer-footer {
  padding: 1.5rem;
  border-top: 1px solid #cccccc;
  background-color: #e5e5e5;
  margin-top: auto; }
  @media (min-width: 961px) {
    .cartDrawer-footer {
      padding: 2.25rem; } }

.cartDrawer-totals {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #cccccc; }

.cartDrawer-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.375rem 0; }
  .cartDrawer-total-row--grand {
    padding-top: 0.75rem;
    margin-top: 0.375rem;
    border-top: 1px solid #999999; }

.cartDrawer-total-label {
  font-size: 1rem;
  color: #757575; }
  .cartDrawer-total-row--grand .cartDrawer-total-label {
    font-weight: 700;
    color: #333333; }

.cartDrawer-total-value {
  font-size: 1rem;
  font-weight: 500;
  color: #333333; }
  .cartDrawer-total-row--grand .cartDrawer-total-value {
    font-size: 25px;
    font-weight: 700; }

.cartDrawer-taxSuffix {
  font-size: 15px;
  font-weight: 400;
  color: #757575;
  margin-left: 0.375rem; }

.cartDrawer-actions {
  display: flex;
  flex-direction: column;
  gap: 0.375rem; }
  @media (min-width: 961px) {
    .cartDrawer-actions {
      gap: 0.75rem; } }
  .cartDrawer-actions .button {
    margin: 0;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }
    @media (min-width: 961px) {
      .cartDrawer-actions .button {
        padding-top: 1.125rem;
        padding-bottom: 1.125rem; } }

.cartDrawer-additionalButtons {
  margin-top: 0.75rem; }
  @media (min-width: 961px) {
    .cartDrawer-additionalButtons {
      margin-top: 1.5rem; } }
  .cartDrawer-additionalButtons:empty {
    display: none;
    margin-top: 0; }
  .cartDrawer-additionalButtons .previewCart-additionalCheckoutButtons {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    text-align: center;
    padding-top: 0.75rem;
    border-top: 1px solid #cccccc; }
    .cartDrawer-additionalButtons .previewCart-additionalCheckoutButtons p {
      float: none !important;
      text-align: center !important;
      width: 100%;
      margin: 0.375rem 0 !important; }
    @media (min-width: 961px) {
      .cartDrawer-additionalButtons .previewCart-additionalCheckoutButtons {
        gap: 0.75rem;
        padding-top: 1.5rem; } }

.cartDrawer-coupon {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #cccccc; }

.cartDrawer-coupon-toggle {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.75rem 0;
  border: none;
  background: transparent;
  color: #154533;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.2s ease; }
  .cartDrawer-coupon-toggle:hover {
    color: #7caa48; }
  .cartDrawer-coupon-toggle svg {
    flex-shrink: 0;
    stroke: currentColor; }
  .cartDrawer-coupon-toggle.is-active svg {
    transform: rotate(180deg); }

.cartDrawer-coupon-form {
  margin-top: 0.75rem; }

.cartDrawer-coupon-input-wrapper {
  display: flex;
  align-items: stretch;
  gap: 0.375rem; }

.cartDrawer-coupon-input {
  flex: 1;
  min-width: 0;
  height: 40px;
  padding: 0 0.75rem;
  font-size: 20px;
  border: 1px solid #999999;
  border-radius: 6px;
  line-height: 40px; }
  .cartDrawer-coupon-input:focus {
    outline: none;
    border-color: #4d878f; }
  .cartDrawer-coupon-input:focus-visible {
    outline: none; }

.cartDrawer-coupon-apply {
  flex-shrink: 0;
  height: 40px;
  padding: 0 1.5rem;
  font-size: 20px;
  line-height: 40px;
  border-radius: 6px; }
  .cartDrawer-coupon-apply.is-loading {
    opacity: 0.6;
    pointer-events: none; }

.cartDrawer-coupon-message {
  margin-top: 0.75rem;
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  border-radius: 6px; }
  .cartDrawer-coupon-message--success {
    background-color: rgba(124, 170, 72, 0.1);
    color: #7caa48; }
  .cartDrawer-coupon-message--error {
    background-color: rgba(204, 71, 73, 0.1);
    color: #cc4749; }

.cartDrawer-applied-coupon {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0;
  font-size: 20px; }

.cartDrawer-applied-coupon-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #757575; }
  .cartDrawer-applied-coupon-icon svg {
    fill: currentColor; }

.cartDrawer-applied-coupon-name {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #757575; }

.cartDrawer-applied-coupon-discount {
  flex-shrink: 0;
  color: #7caa48;
  font-weight: 500; }

.cartDrawer-savings {
  padding: 0.375rem 0;
  margin-top: 0.375rem;
  font-size: 20px;
  color: #7caa48;
  text-align: right; }

.cartDrawer-total-savings {
  padding-top: 0.375rem;
  font-size: 20px;
  color: #7caa48;
  text-align: right; }

.cartDrawer-savings-amount {
  font-weight: 600; }

.cartDrawer-shipping-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  margin-bottom: 1.5rem;
  color: #154533;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease; }
  .cartDrawer-shipping-link:hover {
    color: #7caa48; }
  .cartDrawer-shipping-link svg {
    flex-shrink: 0;
    stroke: currentColor; }

.cartDrawer-stickyCheckout {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.75rem 1.5rem;
  background-color: #e5e5e5;
  border-top: 1px solid #cccccc;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
  z-index: 10;
  transform: translateY(100%);
  transition: transform 0.2s ease; }
  .cartDrawer-stickyCheckout.is-visible {
    transform: translateY(0); }
  .cartDrawer-stickyCheckout .button {
    margin: 0;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }

.has-activeCartDrawer {
  overflow: hidden; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 100rem; }

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

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

.wishlist-form {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 34.375rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

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

.icon--ratingEmpty svg {
  fill: #8f8f8f; }

.icon--ratingFull svg {
  fill: #c7bd2e; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 0.875rem;
    width: 0.875rem;
    margin-top: -3px; }

.paymentMethodsTitle {
  margin: 0 0 0.75rem;
  padding: 0;
  text-transform: none;
  width: 100%; }

.paymentMethodsGrid {
  display: flex;
  flex-wrap: wrap;
  margin: -0.75rem;
  margin-bottom: 1.5rem; }
  .paymentMethodsGrid-item {
    min-height: 15.625rem;
    padding: 0.75rem;
    width: 100%; }
    @media (min-width: 551px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  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.75rem;
    width: 1.75rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 2.625rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    color: #666666;
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.75rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1.125rem;
    margin-left: 0.75rem;
    width: 1.125rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.25rem;
        width: 1.25rem; } }
  .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: 11.625rem;
  text-decoration: none; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.75rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

@media (min-width: 551px) {
  .paymentMethodForm {
    max-width: 60%; } }

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

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

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

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

.paymentMethodForm-cards-icon {
  margin-right: 0.1875rem;
  width: 2.125rem; }

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 551px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.5rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.5625rem;
  top: 2.4375rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.3125rem;
    width: 1.3125rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 551px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

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

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

.category-header {
  margin-bottom: 3rem;
  background-color: #e5e5e5;
  border-radius: 6px;
  padding: 1.5rem; }
  .category-header--has-image {
    display: flex;
    flex-direction: column; }
  @media (min-width: 961px) {
    .category-header {
      padding: 3rem; } }

@media (min-width: 961px) {
  .category-header--has-image {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
    padding-right: 0; } }

.category-header-content {
  flex: 1;
  min-width: 0;
  text-align: center;
  order: 2; }
  @media (min-width: 961px) {
    .category-header--has-image .category-header-content {
      flex: 1 1 55%;
      padding-right: 1.5rem;
      order: 1; } }

.category-header-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
  color: #154533; }
  @media (min-width: 961px) {
    .category-header-title {
      font-size: 2.5rem; } }

.category-header-description {
  color: #757575;
  line-height: 1.5;
  font-size: 15px; }
  @media (min-width: 961px) {
    .category-header-description {
      font-size: 1rem; } }
  .category-header-description p {
    margin: 0 0 0.75rem; }
    .category-header-description p:last-child {
      margin-bottom: 0; }

.category-header-image-wrap {
  order: 1;
  margin-bottom: 1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-top: -1.5rem; }
  @media (min-width: 961px) {
    .category-header-image-wrap {
      flex: 0 0 45%;
      margin: 0;
      margin-right: -1.5rem;
      order: 2; } }

.category-header-image {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  border-radius: 6px; }

.problemSolver-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .problemSolver-grid {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 961px) {
    .problemSolver-grid {
      grid-template-columns: repeat(4, 1fr); } }
  @media (min-width: 1261px) {
    .problemSolver-grid {
      grid-template-columns: repeat(5, 1fr);
      gap: 1.875rem; } }

.problemSolver-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border-radius: 6px;
  overflow: hidden;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); }
  .problemSolver-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12); }
    .problemSolver-card:hover .problemSolver-card-image {
      transform: scale(1.05); }
    .problemSolver-card:hover .problemSolver-card-button {
      background-color: #7caa48; }
  .problemSolver-card:focus-visible {
    outline: 2px solid #4d878f;
    outline-offset: 2px; }

.problemSolver-card-imageWrap {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background-color: #cccccc; }

.problemSolver-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease; }

.problemSolver-card-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #cccccc;
  color: #666666; }
  .problemSolver-card-placeholder svg {
    width: 40%;
    height: 40%;
    opacity: 0.4; }

.problemSolver-card-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  line-height: 19px; }
  @media (min-width: 961px) {
    .problemSolver-card-name {
      font-size: 1rem;
      padding: 1.5rem; } }

.problemSolver-card-button {
  display: block;
  width: 100%;
  padding: 0.75rem 1.5rem;
  background-color: #154533;
  color: #fcfaf8;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transition: background-color 0.2s ease;
  border: none;
  cursor: pointer; }
  @media (min-width: 961px) {
    .problemSolver-card-button {
      font-size: 15px;
      padding: 1.125rem 1.5rem; } }

.problemSolver-empty {
  text-align: center;
  padding: 3rem;
  color: #757575; }
  .problemSolver-empty p {
    margin: 0; }

.problemSolverInfo {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  margin-bottom: 3rem;
  background: white;
  border-radius: 6px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); }
  @media (min-width: 961px) {
    .problemSolverInfo {
      flex-direction: row;
      padding: 2.25rem;
      gap: 3rem; } }

.problemSolverInfo-content {
  flex: 1;
  min-width: 0;
  background: #fff;
  padding: 0;
  border-radius: 6px;
  order: 2; }
  @media (min-width: 961px) {
    .problemSolverInfo-content {
      flex: 0 0 55%;
      padding: 0 2.25rem;
      order: 1; } }

.problemSolverInfo-description {
  font-size: 1rem;
  line-height: 1.5;
  color: #333333; }
  .problemSolverInfo-description h2, .problemSolverInfo-description h3, .problemSolverInfo-description h4 {
    color: #154533;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-weight: 600; }
    .problemSolverInfo-description h2:first-child, .problemSolverInfo-description h3:first-child, .problemSolverInfo-description h4:first-child {
      margin-top: 0; }
  .problemSolverInfo-description h2 {
    font-size: 1.375rem; }
    .problemSolverInfo-description h2:first-of-type {
      font-size: 1.5rem;
      color: #4d878f;
      margin-top: 0; }
      @media (min-width: 961px) {
        .problemSolverInfo-description h2:first-of-type {
          margin-top: 1.5rem; } }
      .problemSolverInfo-description h2:first-of-type em, .problemSolverInfo-description h2:first-of-type i {
        font-style: italic;
        font-size: 1rem;
        font-weight: 400;
        color: #757575;
        display: block;
        margin-top: 0.375rem; }
  .problemSolverInfo-description h3 {
    font-size: 1.125rem;
    color: #4d878f; }
  .problemSolverInfo-description h4 {
    font-size: 1rem; }
  .problemSolverInfo-description p {
    margin: 0 0 1.5rem; }
    .problemSolverInfo-description p:last-child {
      margin-bottom: 0; }
  .problemSolverInfo-description ul, .problemSolverInfo-description ol {
    margin: 0 0 1.5rem;
    padding-left: 2.25rem; }
  .problemSolverInfo-description li {
    margin-bottom: 0.375rem; }
  .problemSolverInfo-description a {
    color: #4d878f;
    text-decoration: underline; }
    .problemSolverInfo-description a:hover {
      color: #154533; }
  .problemSolverInfo-description strong:first-child[style*="color"], .problemSolverInfo-description strong:first-child.warning,
  .problemSolverInfo-description p > strong:only-child[style*="color"],
  .problemSolverInfo-description p > strong:only-child.warning {
    color: #cc4749; }
  .problemSolverInfo-description p:has(> strong:first-child):last-child {
    color: #cc4749;
    font-weight: 600;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #cccccc; }
  .problemSolverInfo-description img {
    display: none; }

.problemSolverInfo-galleryWrap {
  flex: 1;
  min-width: 0;
  order: 1; }
  @media (min-width: 961px) {
    .problemSolverInfo-galleryWrap {
      flex: 0 0 42%;
      order: 2; } }

.problemSolverInfo-gallery {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background: black; }
  .problemSolverInfo-gallery.slick-dotted.slick-slider {
    margin-bottom: 0; }
  .problemSolverInfo-gallery .slick-list {
    border-radius: 6px; }
  .problemSolverInfo-gallery .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.9) !important;
    border: none !important;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, transform 0.2s ease;
    color: #333333;
    font-size: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    padding: 0 !important;
    margin: 0; }
    .problemSolverInfo-gallery .slick-arrow::before {
      content: '' !important;
      display: block;
      width: 10px;
      height: 10px;
      border-top: 3px solid currentColor;
      border-right: 3px solid currentColor;
      background: none !important;
      background-image: none !important;
      font-size: 0; }
    .problemSolverInfo-gallery .slick-arrow:hover {
      background: #7caa48 !important;
      color: #fff;
      transform: translateY(-50%) scale(1.1); }
    .problemSolverInfo-gallery .slick-arrow.slick-prev {
      left: 0.75rem; }
      .problemSolverInfo-gallery .slick-arrow.slick-prev::before {
        transform: rotate(-135deg);
        margin-left: 4px; }
    .problemSolverInfo-gallery .slick-arrow.slick-next {
      right: 0.75rem; }
      .problemSolverInfo-gallery .slick-arrow.slick-next::before {
        transform: rotate(45deg);
        margin-right: 4px; }
    .problemSolverInfo-gallery .slick-arrow.slick-disabled {
      opacity: 0.4;
      cursor: default;
      pointer-events: none; }
  .problemSolverInfo-gallery .slick-dots {
    position: absolute;
    bottom: 0.75rem;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 0.375rem;
    list-style: none;
    margin: 0;
    padding: 0; }
    .problemSolverInfo-gallery .slick-dots li {
      margin: 0; }
      .problemSolverInfo-gallery .slick-dots li button {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.5);
        border: none;
        cursor: pointer;
        font-size: 0;
        padding: 0;
        transition: background-color 0.2s ease; }
        .problemSolverInfo-gallery .slick-dots li button:hover {
          background: rgba(255, 255, 255, 0.8); }
      .problemSolverInfo-gallery .slick-dots li.slick-active button {
        background: #fff; }

.problemSolverInfo-slide {
  outline: none;
  position: relative; }

.problemSolverInfo-image {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover; }

.problemSolverInfo-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4) 70%, transparent);
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  z-index: 5;
  padding-bottom: 2.25rem; }
  .problemSolverInfo-caption a {
    color: #fff;
    text-decoration: underline;
    opacity: 0.9; }
    .problemSolverInfo-caption a:hover {
      opacity: 1; }

.w3-center.w3-container.w3-section.w3-large.w3-text-white.w3-display-bottommiddle {
  display: none !important; }

.manual-captcha-input-container {
  align-items: center;
  display: flex; }
  .manual-captcha-input-container .question {
    font-size: 1.25rem;
    margin-right: 1rem; }
  .manual-captcha-input-container .form-input {
    flex: 1; }

.contact-map-wrapper {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-bottom: 1.5rem;
  margin-top: -2.25rem; }

.contact-map {
  width: 100%;
  height: 250px;
  background-color: #e5e5e5;
  position: relative; }
  @media (min-width: 961px) {
    .contact-map {
      height: 300px; } }
  .contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    filter: saturate(0.85) contrast(1.05); }
  .contact-map .contact-map-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.contact-page .page-heading {
  text-align: center;
  margin-bottom: 1.5rem; }

.contact-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 0; }
  @media (min-width: 961px) {
    .contact-content {
      flex-direction: row;
      gap: 3rem;
      padding: 1rem 0; } }

.contact-form-column {
  flex: 1;
  min-width: 0; }
  @media (min-width: 961px) {
    .contact-form-column {
      flex: 1.5; } }

.contact-intro {
  margin-bottom: 1.5rem;
  color: #757575; }
  .contact-intro p {
    margin-bottom: 0.75rem; }

.contact-sidebar {
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #cccccc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 1.5rem; }
  @media (min-width: 961px) {
    .contact-sidebar {
      width: 280px;
      flex-shrink: 0;
      position: sticky;
      top: 1.5rem;
      align-self: flex-start; } }

.contact-sidebar-title {
  font-size: 1rem;
  font-weight: 700;
  color: #154533;
  margin: 0 0 0.75rem 0; }

.contact-sidebar-intro {
  font-size: 15px;
  color: #757575;
  margin-bottom: 1.5rem;
  line-height: 1.5; }

.contact-sidebar-details {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #cccccc; }

.contact-sidebar-row {
  margin-bottom: 0.75rem;
  font-size: 15px; }
  .contact-sidebar-row:last-child {
    margin-bottom: 0; }

.contact-sidebar-label {
  display: block;
  font-weight: 700;
  color: #333333;
  margin-bottom: 0.375rem; }

.contact-sidebar-value {
  display: block;
  color: #757575; }
  .contact-sidebar-value a {
    color: #154533;
    text-decoration: none; }
    .contact-sidebar-value a:hover {
      color: #7caa48;
      text-decoration: underline; }
  .contact-sidebar-value address {
    font-style: normal;
    line-height: 1.4; }

.contact-address-link {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.375rem;
  color: #757575;
  text-decoration: none;
  transition: color 0.2s ease; }
  .contact-address-link:hover {
    color: #154533; }
    .contact-address-link:hover .contact-directions-icon {
      color: #154533; }
  .contact-address-link span {
    flex: 1; }

.contact-directions-icon {
  flex-shrink: 0;
  margin-top: 2px;
  color: #757575;
  transition: color 0.2s ease; }

.contact-sidebar-locations {
  list-style: disc;
  margin: 0;
  padding-left: 1.5rem;
  color: #757575; }
  .contact-sidebar-locations li {
    margin-bottom: 0.375rem; }
    .contact-sidebar-locations li:last-child {
      margin-bottom: 0; }

.contact-sidebar-section {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #cccccc; }
  .contact-sidebar-section:last-of-type {
    border-bottom: none;
    margin-bottom: 0.75rem;
    padding-bottom: 0; }

.contact-sidebar-section-title {
  font-size: 15px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 0.375rem 0; }
  .contact-sidebar-section-title--holiday {
    color: #cc4749; }

.contact-timezone {
  font-weight: 400;
  color: #757575; }

.contact-hours {
  font-size: 15px; }

.contact-hours-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.375rem;
  color: #757575; }
  .contact-hours-row:last-child {
    margin-bottom: 0; }

.contact-hours-days {
  font-weight: 500;
  color: #333333; }

.contact-hours-time {
  text-align: right; }

.contact-holiday-hours {
  font-size: 15px;
  color: #757575; }
  .contact-holiday-hours p {
    margin: 0;
    line-height: 1.4; }

.contact-special-hours-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.375rem;
  margin-bottom: 0.75rem; }
  .contact-special-hours-row:last-child {
    margin-bottom: 0; }

.contact-special-label-wrap {
  display: flex;
  flex-direction: column;
  line-height: 1.2; }

.contact-special-name {
  font-weight: 500;
  line-height: 1.2; }

.contact-special-date {
  font-size: 13px;
  color: #757575;
  line-height: 1.2;
  margin-top: 1px; }

.contact-special-time {
  text-align: right;
  flex-shrink: 0;
  line-height: 1.2; }

.contact-sidebar-action {
  margin-top: 1.5rem; }

.contact-faqs-button {
  width: 100%;
  text-align: center; }

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

.page-content--about {
  max-width: 100%;
  padding: 0; }
  .page-content--about > p {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .page-content--about .about-information-wrapper {
    max-width: 1400px;
    margin: 0 auto 3rem; }
  .page-content--about .about-information {
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem; }
    @media (min-width: 961px) {
      .page-content--about .about-information {
        flex-direction: row;
        min-height: 400px;
        align-items: center;
        gap: 3rem; } }
    @media (min-width: 961px) {
      .page-content--about .about-information--right {
        flex-direction: row-reverse; } }
  .page-content--about .about-information__image {
    flex: 1;
    min-height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
    overflow: hidden; }
    @media (min-width: 961px) {
      .page-content--about .about-information__image {
        flex: 1 1 50%;
        min-height: 400px; } }
    .page-content--about .about-information__image video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      border-radius: 6px; }
  .page-content--about .about-information__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem 0; }
    @media (min-width: 961px) {
      .page-content--about .about-information__content {
        flex: 1 1 50%;
        padding: 1.5rem 0; } }
    .page-content--about .about-information__content .rte h2.title,
    .page-content--about .about-information__content .rte-list h2.title {
      font-size: 25px;
      font-weight: 700;
      color: #154533;
      margin: 0 0 1.5rem; }
      @media (min-width: 961px) {
        .page-content--about .about-information__content .rte h2.title,
        .page-content--about .about-information__content .rte-list h2.title {
          font-size: 28px; } }
    .page-content--about .about-information__content .rte p,
    .page-content--about .about-information__content .rte-list p {
      color: #333333;
      line-height: 1.7;
      margin-bottom: 1.5rem; }
      .page-content--about .about-information__content .rte p:last-child,
      .page-content--about .about-information__content .rte-list p:last-child {
        margin-bottom: 0; }
  .page-content--about .about-slide-group {
    max-width: 1200px;
    margin: 6rem auto;
    padding: 0 1.5rem; }
    .page-content--about .about-slide-group .page-header {
      text-align: center;
      margin-bottom: 3rem; }
      .page-content--about .about-slide-group .page-header h2.title {
        font-size: 28px;
        font-weight: 700;
        color: #154533;
        margin: 0 0 0.75rem; }
      .page-content--about .about-slide-group .page-header p.desc {
        font-size: 1rem;
        color: #757575;
        max-width: 600px;
        margin: 0 auto; }
        .page-content--about .about-slide-group .page-header p.desc a {
          color: #154533;
          text-decoration: underline; }
          .page-content--about .about-slide-group .page-header p.desc a:hover {
            color: #7caa48; }
  .page-content--about .slide-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem; }
    @media (min-width: 551px) {
      .page-content--about .slide-list {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 961px) {
      .page-content--about .slide-list {
        grid-template-columns: repeat(3, 1fr); } }
  .page-content--about .slide-item {
    text-align: center;
    padding: 3rem;
    background-color: #e5e5e5;
    border-radius: 6px;
    transition: transform 0.3s ease, box-shadow 0.3s ease; }
    .page-content--about .slide-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }
    .page-content--about .slide-item img {
      max-width: 120px;
      height: auto;
      margin: 0 auto 1.5rem;
      display: block; }
    .page-content--about .slide-item h4.name {
      font-size: 22px;
      font-weight: 700;
      color: #154533;
      margin: 0 0 0.375rem; }
    .page-content--about .slide-item span.position {
      display: block;
      color: #4d878f;
      font-size: 20px;
      margin-bottom: 0.75rem; }
    .page-content--about .slide-item p.description {
      font-size: 1rem;
      color: #757575;
      line-height: 1.6;
      margin: 0; }
  @media (max-width: 800px) {
    .page-content--about .about-information {
      margin-bottom: 1.5rem; }
    .page-content--about .about-information__content {
      padding: 1.5rem; }
      .page-content--about .about-information__content .rte h2.title,
      .page-content--about .about-information__content .rte-list h2.title {
        font-size: 22px; } }

.page--loyalty .page-heading {
  text-align: center; }

.page-content--loyalty {
  max-width: 100%;
  padding: 0; }
  .page-content--loyalty .sweettooth-explainer {
    max-width: 100%;
    margin: 0 auto; }
    .page-content--loyalty .sweettooth-explainer.green {
      --loyalty-accent: #c7bd2e; }
  .page-content--loyalty .background {
    background-color: #e5e5e5;
    padding: 3rem 1.5rem;
    margin-bottom: 3rem;
    border-radius: 6px; }
    @media (min-width: 961px) {
      .page-content--loyalty .background {
        padding: 6rem; } }
  .page-content--loyalty .no-background {
    padding: 3rem 1.5rem;
    margin-bottom: 3rem; }
    @media (min-width: 961px) {
      .page-content--loyalty .no-background {
        padding: 6rem; } }
  .page-content--loyalty .program-summary {
    max-width: 800px;
    margin: 0 auto;
    text-align: center; }
    .page-content--loyalty .program-summary h1 {
      font-size: 28px;
      font-weight: 700;
      color: #154533;
      margin: 0 0 1.5rem; }
      @media (min-width: 961px) {
        .page-content--loyalty .program-summary h1 {
          font-size: 2.625rem; } }
    .page-content--loyalty .program-summary .program-description {
      font-size: 1rem;
      line-height: 1.8;
      color: #333333;
      margin-bottom: 3rem; }
  .page-content--loyalty .cta-button {
    display: inline-block;
    padding: 1.5rem 3rem;
    background-color: #4d878f;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.3s ease, transform 0.2s ease; }
    .page-content--loyalty .cta-button:hover {
      background-color: #154533;
      transform: translateY(-2px); }
  .page-content--loyalty .points-worth-box {
    max-width: 800px;
    margin: 0 auto; }
    .page-content--loyalty .points-worth-box > a {
      display: flex;
      flex-direction: column;
      text-decoration: none;
      gap: 1.5rem; }
      @media (min-width: 551px) {
        .page-content--loyalty .points-worth-box > a {
          flex-direction: row;
          justify-content: center; } }
  .page-content--loyalty .points-column {
    flex: 1;
    text-align: center;
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 6px;
    transition: transform 0.2s ease, box-shadow 0.2s ease; }
    .page-content--loyalty .points-column:hover {
      transform: translateY(-3px);
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); }
    .page-content--loyalty .points-column .st-label {
      display: block;
      font-size: 20px;
      color: #757575;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 0.375rem; }
    .page-content--loyalty .points-column .worth {
      display: block;
      font-size: 25px;
      font-weight: 700;
      color: #c7bd2e; }
      @media (min-width: 961px) {
        .page-content--loyalty .points-column .worth {
          font-size: 28px; } }
  .page-content--loyalty .earning-legend,
  .page-content--loyalty .referral-summary {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center; }
    .page-content--loyalty .earning-legend h2,
    .page-content--loyalty .referral-summary h2 {
      font-size: 25px;
      font-weight: 700;
      color: #154533;
      margin: 0 0 0.75rem; }
      @media (min-width: 961px) {
        .page-content--loyalty .earning-legend h2,
        .page-content--loyalty .referral-summary h2 {
          font-size: 28px; } }
    .page-content--loyalty .earning-legend .section-description,
    .page-content--loyalty .referral-summary .section-description {
      font-size: 1rem;
      line-height: 1.7;
      color: #757575;
      max-width: 700px;
      margin: 0 auto 3rem; }
  .page-content--loyalty .earning-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem; }
    @media (min-width: 551px) {
      .page-content--loyalty .earning-options {
        grid-template-columns: repeat(3, 1fr); } }
    @media (min-width: 961px) {
      .page-content--loyalty .earning-options {
        grid-template-columns: repeat(5, 1fr); } }
  .page-content--loyalty .earning-box {
    background-color: #e5e5e5;
    border-radius: 6px;
    padding: 1.5rem;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease; }
    .page-content--loyalty .earning-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }
      .page-content--loyalty .earning-box:hover .loyalty-icon--animated {
        animation: iconBounce 0.5s ease; }
    @media (min-width: 961px) {
      .page-content--loyalty .earning-box {
        padding: 3rem 1.5rem; } }
  .page-content--loyalty .earning-icon {
    margin-bottom: 0.75rem; }
    .page-content--loyalty .earning-icon .loyalty-icon {
      width: 48px;
      height: 48px;
      display: inline-block; }
      @media (min-width: 961px) {
        .page-content--loyalty .earning-icon .loyalty-icon {
          width: 56px;
          height: 56px; } }
  .page-content--loyalty .earning-amount {
    margin-bottom: 0.375rem; }
    .page-content--loyalty .earning-amount .points-value {
      display: block;
      font-size: 25px;
      font-weight: 700;
      color: #c7bd2e; }
    .page-content--loyalty .earning-amount .points-label {
      display: block;
      font-size: 13px;
      color: #757575;
      text-transform: uppercase; }
  .page-content--loyalty .earning-description {
    font-size: 20px;
    color: #333333;
    font-weight: 500; }
  .page-content--loyalty .referral-box {
    max-width: 300px;
    margin: 0 auto; }
    .page-content--loyalty .referral-box a {
      text-decoration: none;
      display: block; }
    .page-content--loyalty .referral-box .earning-box {
      background-color: #fff;
      border: 2px solid #cccccc; }
  .page-content--loyalty .embed-container {
    max-width: 800px;
    margin: 0 auto 3rem;
    padding: 0 1.5rem; }
    .page-content--loyalty .embed-container iframe {
      width: 100%;
      height: 300px;
      border-radius: 6px; }
      @media (min-width: 961px) {
        .page-content--loyalty .embed-container iframe {
          height: 450px; } }
  .page-content--loyalty .faq {
    max-width: 800px;
    margin: 0 auto; }
    .page-content--loyalty .faq h3 {
      font-size: 25px;
      font-weight: 700;
      color: #154533;
      text-align: center;
      margin: 0 0 3rem; }
      @media (min-width: 961px) {
        .page-content--loyalty .faq h3 {
          font-size: 28px; } }
  .page-content--loyalty .question-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem; }
  .page-content--loyalty .question {
    background-color: #fff;
    border-radius: 6px;
    padding: 1.5rem; }
    @media (min-width: 961px) {
      .page-content--loyalty .question {
        padding: 1.5rem 3rem; } }
    .page-content--loyalty .question > span:first-child {
      display: block;
      font-size: 1rem;
      font-weight: 700;
      color: #154533;
      margin-bottom: 0.75rem; }
    .page-content--loyalty .question .answer {
      display: block;
      font-size: 1rem;
      line-height: 1.7;
      color: #757575; }
  @media (max-width: 800px) {
    .page-content--loyalty .program-summary h1 {
      font-size: 25px; }
    .page-content--loyalty .points-column .worth {
      font-size: 22px; }
    .page-content--loyalty .earning-options {
      grid-template-columns: repeat(2, 1fr); } }

@keyframes iconBounce {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-5px); } }

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

.page-content--faqs {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1.5rem; }
  .page-content--faqs .faq-description {
    text-align: center;
    font-size: 1rem;
    line-height: 1.7;
    color: #757575;
    margin-bottom: 3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto; }
    .page-content--faqs .faq-description a {
      color: #154533;
      text-decoration: underline; }
      .page-content--faqs .faq-description a:hover {
        color: #7caa48; }
  .page-content--faqs .question-type-heading {
    font-size: 22px;
    font-weight: 700;
    color: #154533;
    margin: 3rem 0 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #4d878f; }
    .page-content--faqs .question-type-heading:first-of-type {
      margin-top: 0; }
  .page-content--faqs .pre-sales-questions,
  .page-content--faqs .theme-questions {
    margin-bottom: 3rem; }
  .page-content--faqs .card {
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 6px;
    margin-bottom: 0.75rem;
    overflow: hidden;
    transition: box-shadow 0.2s ease; }
    .page-content--faqs .card:hover {
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); }
  .page-content--faqs .card-header {
    padding: 0; }
  .page-content--faqs .accordion-title {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.5rem;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    color: #154533;
    transition: background-color 0.2s ease;
    position: relative;
    padding-right: 4.5rem; }
    .page-content--faqs .accordion-title:hover {
      background-color: #e5e5e5; }
    .page-content--faqs .accordion-title::after {
      content: "+";
      position: absolute;
      right: 1.5rem;
      top: 50%;
      transform: translateY(-50%);
      font-size: 25px;
      font-weight: 700;
      color: #4d878f;
      transition: transform 0.2s ease; }
    .page-content--faqs .accordion-title[aria-expanded="true"]::after {
      content: "−"; }
    .page-content--faqs .accordion-title .label-question {
      display: inline-block;
      background-color: #4d878f;
      color: #fff;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      padding: 0.1875rem 0.75rem;
      border-radius: 6px;
      margin-right: 0.75rem;
      flex-shrink: 0; }
    .page-content--faqs .accordion-title > span:last-child {
      flex: 1; }
  .page-content--faqs .accordion-content {
    display: none; }
    .page-content--faqs .accordion-content.show {
      display: block; }
    .page-content--faqs .accordion-content > div {
      padding: 1.5rem;
      border-top: 1px solid #cccccc; }
      .page-content--faqs .accordion-content > div p {
        margin: 0;
        font-size: 1rem;
        line-height: 1.7;
        color: #333333; }
        .page-content--faqs .accordion-content > div p + p {
          margin-top: 0.75rem; }
        .page-content--faqs .accordion-content > div p a {
          color: #154533;
          text-decoration: underline; }
          .page-content--faqs .accordion-content > div p a:hover {
            color: #7caa48; }
  .page-content--faqs .contact-us-faq {
    text-align: center;
    margin: 6rem 0; }
    .page-content--faqs .contact-us-faq .button {
      min-width: 200px; }
  @media (max-width: 800px) {
    .page-content--faqs .accordion-title {
      padding: 0.75rem 1.5rem;
      padding-right: 3rem;
      flex-wrap: wrap; }
      .page-content--faqs .accordion-title .label-question {
        margin-bottom: 0.375rem;
        font-size: 13px; }
      .page-content--faqs .accordion-title > span:last-child {
        width: 100%;
        font-size: 20px; }
      .page-content--faqs .accordion-title::after {
        right: 0.75rem; }
    .page-content--faqs .question-type-heading {
      font-size: 1rem; } }

[data-content-region]:empty {
  display: none; }

.pageNav-sub {
  margin-bottom: 3rem;
  text-align: center; }

.pageNav-sub-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.375rem 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0; }

.pageNav-sub-item {
  margin: 0; }

.pageNav-sub-link {
  display: inline-block;
  padding: 0.375rem 1.5rem;
  background-color: #e5e5e5;
  color: #757575;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease; }
  .pageNav-sub-link:hover {
    background-color: #cccccc;
    color: #333333; }
  .pageNav-sub-item.is-active .pageNav-sub-link {
    background-color: #7caa48;
    color: #fcfaf8; }

@media (min-width: 961px) {
  .pageNav-sub-link {
    padding: 0.5rem 1.875rem;
    font-size: 1rem; } }

.pageNav-sidebar {
  display: none; }

.page--has-sidebar-nav {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto;
  gap: 0.75rem; }
  @media (min-width: 961px) {
    .page--has-sidebar-nav {
      grid-template-columns: 220px 1fr;
      grid-template-rows: auto 1fr auto;
      gap: 2.25rem; } }
  @media (min-width: 1261px) {
    .page--has-sidebar-nav {
      grid-template-columns: 250px 1fr; } }
  .page--has-sidebar-nav .pageNav-sub--top {
    display: none; }
  .page--has-sidebar-nav .page-heading {
    grid-column: 1 / -1;
    grid-row: 1;
    margin-bottom: 0; }
  .page--has-sidebar-nav .pageNav-sidebar {
    display: block;
    grid-column: 1;
    grid-row: 2; }
    @media (min-width: 961px) {
      .page--has-sidebar-nav .pageNav-sidebar {
        grid-row: 2 / 4;
        position: sticky;
        top: 80px;
        align-self: start;
        max-height: calc(100vh - 100px);
        overflow-y: auto; } }
  .page--has-sidebar-nav [data-content-region="page_builder_content"] {
    grid-column: 1;
    grid-row: 3; }
    @media (min-width: 961px) {
      .page--has-sidebar-nav [data-content-region="page_builder_content"] {
        grid-column: 2;
        grid-row: 2; } }
    .page--has-sidebar-nav [data-content-region="page_builder_content"]:empty {
      display: none; }
  .page--has-sidebar-nav .page-content,
  .page--has-sidebar-nav #pageContent {
    grid-column: 1;
    grid-row: 4; }
    @media (min-width: 961px) {
      .page--has-sidebar-nav .page-content,
      .page--has-sidebar-nav #pageContent {
        grid-column: 2;
        grid-row: 3; } }
  @media (min-width: 961px) {
    .page--has-sidebar-nav:has([data-content-region="page_builder_content"]:empty) .page-content,
    .page--has-sidebar-nav:has([data-content-region="page_builder_content"]:empty) #pageContent, .page--has-sidebar-nav.page--no-pagebuilder .page-content,
    .page--has-sidebar-nav.page--no-pagebuilder #pageContent {
      grid-row: 2; } }
  @media (min-width: 961px) {
    .page--has-sidebar-nav:has([data-content-region="page_builder_content"]:empty) .pageNav-sidebar, .page--has-sidebar-nav.page--no-pagebuilder .pageNav-sidebar {
      grid-row: 2 / 3; } }

.pageNav-sidebar-nav {
  background-color: #e5e5e5;
  border-radius: 6px;
  padding: 0.375rem 0.75rem; }
  @media (min-width: 961px) {
    .pageNav-sidebar-nav {
      padding: 1.5rem; } }

.pageNav-sidebar-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.75rem 0.75rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: #333333;
  text-align: left; }
  @media (min-width: 961px) {
    .pageNav-sidebar-toggle {
      display: none; } }

.pageNav-sidebar-toggle-icon {
  transition: transform 0.2s ease; }
  .pageNav-sidebar-nav.is-expanded .pageNav-sidebar-toggle-icon {
    transform: rotate(180deg); }

.pageNav-sidebar-title {
  display: none;
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
  margin: 0 0 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #cccccc; }
  @media (min-width: 961px) {
    .pageNav-sidebar-title {
      display: block; } }

.pageNav-sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none; }
  .pageNav-sidebar-nav.is-expanded .pageNav-sidebar-list {
    display: block;
    padding-top: 0.75rem;
    border-top: 1px solid #cccccc;
    margin-top: 0.75rem; }
  @media (min-width: 961px) {
    .pageNav-sidebar-list {
      display: block;
      padding-top: 0;
      border-top: none;
      margin-top: 0; } }

.pageNav-sidebar-item {
  margin: 0; }
  .pageNav-sidebar-item + .pageNav-sidebar-item {
    margin-top: 0.375rem; }

.pageNav-sidebar-link {
  display: block;
  padding: 0.375rem 0.75rem;
  color: #757575;
  font-size: 15px;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.2s ease, color 0.2s ease; }
  .pageNav-sidebar-link:hover {
    background-color: #cccccc;
    color: #333333; }
  .pageNav-sidebar-link.is-active {
    background-color: #7caa48;
    color: #fcfaf8; }

.container:has(.page--industryVertical) {
  max-width: none;
  padding: 0;
  margin: 0; }

.page.page--industryVertical {
  max-width: none !important;
  width: 100%;
  padding: 0;
  margin: 0; }
  .page.page--industryVertical .page-content--industryVertical {
    max-width: none;
    padding: 0;
    margin: 0;
    overflow-x: hidden; }

.siloSection {
  width: 100%;
  position: relative; }

.siloSection--hasBg,
[class*="siloHero"][style*="background"],
[class*="silo"][style*="background-image"] {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.siloHero {
  position: relative;
  background: linear-gradient(135deg, #1a5632 0%, #2d7a47 100%);
  color: #fcfaf8;
  padding: 6rem 1.5rem;
  overflow: hidden; }
  @media (min-width: 961px) {
    .siloHero {
      padding: 7.5rem 3rem; } }
  .siloHero::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
    background-size: 200px 200px;
    opacity: 0.5; }

.siloHero-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 3rem;
  align-items: center; }
  @media (min-width: 961px) {
    .siloHero-inner {
      grid-template-columns: 1fr 1fr;
      gap: 6rem; } }

.siloHero-content {
  text-align: center; }
  @media (min-width: 961px) {
    .siloHero-content {
      text-align: left; } }

.siloHero-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fcfaf8; }
  @media (min-width: 961px) {
    .siloHero-title {
      font-size: 2.5rem; } }

.siloHero-text {
  font-size: 1rem;
  color: #fcfaf8;
  opacity: 0.95;
  margin: 0 0 2.25rem;
  line-height: 1.7; }
  @media (min-width: 961px) {
    .siloHero-text {
      font-size: 22px; } }

.siloHero-cta {
  display: inline-block;
  background: #fcfaf8;
  color: #7caa48;
  padding: 1.125rem 3rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.2s ease; }
  .siloHero-cta:hover {
    background: #e5e5e5;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); }

.siloHero-image {
  position: relative;
  display: none; }
  @media (min-width: 961px) {
    .siloHero-image {
      display: block; } }
  .siloHero-image img {
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); }

.siloHero-badge {
  position: absolute;
  bottom: -15px;
  right: 20px;
  background: #e67e22;
  color: #fcfaf8;
  padding: 1.125rem 1.5rem;
  border-radius: 6px;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(230, 126, 34, 0.4); }

.siloHero--withBgImage {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .siloHero--withBgImage::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(26, 86, 50, 0.9) 0%, rgba(45, 122, 71, 0.8) 100%);
    z-index: 0; }
  .siloHero--withBgImage .siloHero-inner {
    position: relative;
    z-index: 1; }
  .siloHero--withBgImage .siloHero-image {
    display: none; }

.siloHero--centered {
  text-align: center; }
  .siloHero--centered .siloHero-inner {
    display: block;
    max-width: 900px; }
  .siloHero--centered .siloHero-content {
    text-align: center; }
  .siloHero--centered .siloHero-image {
    display: none; }

.siloPerks {
  padding: 6rem 1.5rem;
  background-color: #fcfaf8; }
  @media (min-width: 961px) {
    .siloPerks {
      padding: 7.5rem 3rem; } }

.siloPerks-inner {
  max-width: 1200px;
  margin: 0 auto; }

.siloSection-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #1a5632;
  margin: 0 0 4.5rem; }

.siloPerks-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem; }
  @media (min-width: 551px) {
    .siloPerks-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 961px) {
    .siloPerks-grid {
      grid-template-columns: repeat(4, 1fr);
      gap: 2.25rem; } }

.siloPerk-card {
  text-align: center;
  padding: 2.25rem;
  background: #e5e5e5;
  border-radius: 6px;
  transition: all 0.3s ease; }
  .siloPerk-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }

.siloPerk-icon {
  width: 70px;
  height: 70px;
  background: #1a5632;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem; }
  .siloPerk-icon svg,
  .siloPerk-icon img {
    width: 35px;
    height: 35px;
    fill: #fcfaf8; }
  .siloPerk-icon .icon {
    width: 35px;
    height: 35px;
    color: #fcfaf8; }

.siloPerk-card h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #333333;
  line-height: 1.4;
  margin: 0; }

.siloFeatured {
  padding: 6rem 1.5rem;
  background-color: #e5e5e5; }
  @media (min-width: 961px) {
    .siloFeatured {
      padding: 7.5rem 3rem; } }

.siloFeatured-inner {
  max-width: 1200px;
  margin: 0 auto; }

.siloFeatured-header {
  margin-bottom: 3rem; }
  .siloFeatured-header h2 {
    font-size: 28px;
    color: #1a5632;
    margin: 0 0 0.375rem; }
  .siloFeatured-header p {
    color: #757575;
    font-size: 1rem;
    margin: 0; }

.siloProduct-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.25rem; }
  @media (min-width: 551px) {
    .siloProduct-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 961px) {
    .siloProduct-grid {
      grid-template-columns: repeat(3, 1fr); } }

.siloProduct-card {
  background: #fcfaf8;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease; }
  .siloProduct-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }

.siloProduct-image {
  height: 200px;
  background: linear-gradient(135deg, #0f3d22 0%, #1a5632 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }
  .siloProduct-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.siloProduct-content {
  padding: 2.25rem; }

.siloProduct-category {
  font-size: 13px;
  color: #1a5632;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 0.375rem;
  letter-spacing: 0.5px; }

.siloProduct-content h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 0.75rem;
  color: #333333; }

.siloProduct-content p {
  font-size: 15px;
  color: #757575;
  margin: 0 0 1.5rem;
  line-height: 1.6; }

.siloProduct-link {
  color: #1a5632;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  transition: gap 0.2s ease; }
  .siloProduct-link:hover {
    text-decoration: underline;
    gap: 0.75rem; }

.siloFeatured-more {
  text-align: center;
  margin-top: 3rem; }
  .siloFeatured-more a {
    color: #1a5632;
    font-weight: 600;
    text-decoration: none; }
    .siloFeatured-more a:hover {
      text-decoration: underline; }

.siloServices {
  padding: 6rem 1.5rem;
  background-color: #fcfaf8; }
  @media (min-width: 961px) {
    .siloServices {
      padding: 7.5rem 3rem; } }

.siloServices-inner {
  max-width: 1200px;
  margin: 0 auto; }

.siloServices-content {
  display: grid;
  gap: 3rem; }
  @media (min-width: 961px) {
    .siloServices-content {
      grid-template-columns: 1fr 2fr;
      gap: 6rem;
      align-items: start; } }

.siloServices-intro h2 {
  font-size: 28px;
  color: #1a5632;
  margin: 0 0 0.75rem; }

.siloServices-intro p {
  color: #757575;
  font-size: 1rem;
  margin: 0;
  line-height: 1.6; }

.siloServices-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.125rem; }
  @media (min-width: 551px) {
    .siloServices-grid {
      grid-template-columns: repeat(2, 1fr); } }

.siloService-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.125rem;
  background: #e5e5e5;
  border-radius: 6px;
  border-left: 4px solid #1a5632;
  transition: all 0.2s ease;
  cursor: default; }
  .siloService-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    background: #fcfaf8; }
  .siloService-item .icon {
    width: 24px;
    height: 24px;
    color: #1a5632;
    flex-shrink: 0; }
  .siloService-item span {
    font-weight: 500;
    color: #333333; }

.siloTrust {
  padding: 6rem 1.5rem;
  background-color: #f0f5f1; }
  @media (min-width: 961px) {
    .siloTrust {
      padding: 7.5rem 3rem; } }

.siloTrust-inner {
  max-width: 1200px;
  margin: 0 auto; }

.siloTrust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .siloTrust-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 961px) {
    .siloTrust-grid {
      grid-template-columns: repeat(4, 1fr);
      gap: 2.25rem;
      margin-bottom: 4.5rem; } }

.siloTrust-card {
  background: #fcfaf8;
  padding: 2.25rem;
  border-radius: 6px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); }

.siloTrust-icon {
  width: 60px;
  height: 60px;
  background: #e8f5e9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem; }
  .siloTrust-icon .icon {
    width: 28px;
    height: 28px;
    color: #1a5632; }

.siloTrust-card h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #1a5632;
  margin: 0 0 0.75rem; }

.siloTrust-card p {
  font-size: 15px;
  color: #757575;
  line-height: 1.5;
  margin: 0; }

.siloSourceIt {
  background: #1a5632;
  border-radius: 12px;
  padding: 2.25rem; }
  @media (min-width: 961px) {
    .siloSourceIt {
      padding: 3rem 4.5rem; } }

.siloSourceIt-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem; }
  @media (min-width: 961px) {
    .siloSourceIt-content {
      flex-direction: row;
      text-align: left;
      gap: 2.25rem; } }

.siloSourceIt-icon {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .siloSourceIt-icon .icon {
    width: 35px;
    height: 35px;
    color: #fcfaf8; }

.siloSourceIt-text {
  flex: 1; }
  .siloSourceIt-text h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fcfaf8;
    margin: 0 0 0.75rem; }
    @media (min-width: 961px) {
      .siloSourceIt-text h3 {
        font-size: 25px; } }
  .siloSourceIt-text p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin: 0; }

.siloSourceIt-btn {
  flex-shrink: 0;
  background: #e67e22;
  color: #fcfaf8;
  padding: 1.125rem 2.25rem;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease;
  white-space: nowrap; }
  .siloSourceIt-btn:hover {
    background: #d35400; }

.siloTools {
  padding: 4.5rem 1.5rem;
  background-color: #1a5632;
  color: #fcfaf8;
  text-align: center; }
  @media (min-width: 961px) {
    .siloTools {
      padding: 6rem 3rem; } }

.siloTools-inner {
  max-width: 1200px;
  margin: 0 auto; }

.siloTools h2 {
  font-size: 28px;
  color: #fcfaf8;
  margin: 0 0 0.75rem; }

.siloTools > p,
.siloTools-inner > p {
  font-size: 1rem;
  color: #fcfaf8;
  opacity: 0.9;
  margin: 0 0 2.25rem; }

.siloTools-grid {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap; }
  @media (min-width: 961px) {
    .siloTools-grid {
      gap: 1.5rem; } }

.siloTool-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.15);
  color: #fcfaf8;
  padding: 1.125rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
  border: 2px solid rgba(255, 255, 255, 0.3); }
  @media (min-width: 961px) {
    .siloTool-btn {
      padding: 1.125rem 2.25rem; } }
  .siloTool-btn .icon {
    width: 20px;
    height: 20px; }
  .siloTool-btn:hover {
    background: #fcfaf8;
    color: #1a5632;
    border-color: #fcfaf8; }

.siloCta {
  padding: 6rem 1.5rem;
  background-color: #e5e5e5; }
  @media (min-width: 961px) {
    .siloCta {
      padding: 7.5rem 3rem; } }

.siloCta-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 3rem; }
  @media (min-width: 961px) {
    .siloCta-inner {
      grid-template-columns: 1fr 1fr;
      gap: 6rem; } }

.siloCta-content h2 {
  font-size: 28px;
  color: #1a5632;
  margin: 0 0 1.5rem; }
  @media (min-width: 961px) {
    .siloCta-content h2 {
      font-size: 2rem; } }

.siloCta-content > p {
  font-size: 22px;
  color: #757575;
  margin: 0 0 2.25rem;
  line-height: 1.6; }

.siloTeam-highlight {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: #fcfaf8;
  padding: 1.5rem;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }

.siloTeam-avatar {
  width: 80px;
  height: 80px;
  background: #1a5632;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fcfaf8;
  font-size: 28px;
  font-weight: 600;
  flex-shrink: 0;
  overflow: hidden; }
  .siloTeam-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.siloTeam-info h4 {
  font-size: 22px;
  color: #333333;
  margin: 0 0 0.375rem; }

.siloTeam-info p {
  font-size: 15px;
  color: #757575;
  margin: 0;
  line-height: 1.5; }

.siloCta-form {
  background: #fcfaf8;
  padding: 2.25rem;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); }
  @media (min-width: 961px) {
    .siloCta-form {
      padding: 3rem; } }
  .siloCta-form h3 {
    font-size: 25px;
    color: #1a5632;
    margin: 0 0 2.25rem; }

.siloForm-group {
  margin-bottom: 1.5rem; }

.siloForm-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.375rem;
  color: #333333;
  font-size: 15px; }

.siloForm-group input,
.siloForm-group select,
.siloForm-group textarea {
  width: 100%;
  padding: 1.125rem;
  border: 1px solid #cccccc;
  border-radius: 6px;
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.2s ease; }
  .siloForm-group input:focus,
  .siloForm-group select:focus,
  .siloForm-group textarea:focus {
    outline: none;
    border-color: #1a5632; }

.siloForm-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem; }
  @media (min-width: 551px) {
    .siloForm-row {
      grid-template-columns: 1fr 1fr; } }

.siloForm-submit {
  width: 100%;
  background: #1a5632;
  color: #fcfaf8;
  padding: 1.125rem 3rem;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease; }
  .siloForm-submit:hover {
    background: #0f3d22; }

.siloForm-submit--accent,
.button--accent {
  background: #e67e22 !important;
  color: #fcfaf8 !important; }
  .siloForm-submit--accent:hover,
  .button--accent:hover {
    background: #d35400 !important; }

.siloIntro {
  padding: 3rem 1.5rem;
  background-color: #fcfaf8; }
  @media (min-width: 961px) {
    .siloIntro {
      padding: 4.5rem; } }

.siloIntro-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center; }

.siloIntro-title {
  color: #333333;
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 1.5rem; }
  @media (min-width: 961px) {
    .siloIntro-title {
      font-size: 28px; } }

.siloIntro-content p {
  color: #757575;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 1.5rem; }
  .siloIntro-content p:last-child {
    margin-bottom: 0; }

.siloTeam {
  padding: 3rem 1.5rem;
  background-color: #e5e5e5; }
  @media (min-width: 961px) {
    .siloTeam {
      padding: 4.5rem; } }

.siloTeam-title {
  color: #333333;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 3rem; }
  @media (min-width: 961px) {
    .siloTeam-title {
      font-size: 28px; } }

.siloTeam-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto; }
  @media (min-width: 961px) {
    .siloTeam-grid {
      grid-template-columns: repeat(4, 1fr);
      gap: 2.25rem; } }

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

.siloTeam-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 0.75rem;
  display: block;
  border: 3px solid #fcfaf8;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
  @media (min-width: 961px) {
    .siloTeam-photo {
      width: 150px;
      height: 150px; } }

.siloTeam-name {
  color: #333333;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.375rem; }

.siloTeam-role {
  color: #757575;
  font-size: 15px;
  margin: 0; }

.siloCategories {
  padding: 3rem 1.5rem;
  background-color: #fcfaf8; }
  @media (min-width: 961px) {
    .siloCategories {
      padding: 4.5rem; } }

.siloCategories-title {
  color: #333333;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 3rem; }
  @media (min-width: 961px) {
    .siloCategories-title {
      font-size: 28px; } }

.siloCategories-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto; }
  @media (min-width: 961px) {
    .siloCategories-grid {
      grid-template-columns: repeat(4, 1fr);
      gap: 2.25rem; } }

.siloCategory-card {
  display: block;
  background-color: #fcfaf8;
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease; }
  .siloCategory-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12); }
    .siloCategory-card:hover .siloCategory-name {
      color: #7caa48; }

.siloCategory-image {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block; }
  @media (min-width: 961px) {
    .siloCategory-image {
      height: 160px; } }

.siloCategory-name {
  display: block;
  padding: 1.125rem;
  color: #333333;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  transition: color 0.2s ease; }

.siloTestimonials {
  padding: 3rem 1.5rem;
  background-color: #e5e5e5; }
  @media (min-width: 961px) {
    .siloTestimonials {
      padding: 4.5rem; } }

.siloTestimonials-title {
  color: #333333;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 3rem; }
  @media (min-width: 961px) {
    .siloTestimonials-title {
      font-size: 28px; } }

.siloTestimonial {
  max-width: 800px;
  margin: 0 auto 3rem;
  text-align: center; }
  .siloTestimonial:last-child {
    margin-bottom: 0; }

.siloTestimonial-quote {
  color: #333333;
  font-size: 22px;
  font-style: italic;
  line-height: 1.6;
  margin: 0 0 1.5rem;
  position: relative;
  padding: 0 1.5rem; }
  @media (min-width: 961px) {
    .siloTestimonial-quote {
      font-size: 25px; } }
  .siloTestimonial-quote::before {
    content: "\201C";
    position: absolute;
    left: -10px;
    top: -10px;
    font-size: 60px;
    color: #7caa48;
    opacity: 0.3;
    font-family: Georgia, serif;
    line-height: 1; }

.siloTestimonial-author {
  color: #757575;
  font-size: 1rem;
  margin: 0; }
  .siloTestimonial-author strong {
    color: #333333; }

.siloTestimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto; }
  @media (min-width: 961px) {
    .siloTestimonials-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 2.25rem; } }
  .siloTestimonials-grid .siloTestimonial {
    background-color: #fcfaf8;
    padding: 2.25rem;
    border-radius: 6px;
    text-align: left;
    margin: 0; }
    .siloTestimonials-grid .siloTestimonial .siloTestimonial-quote {
      font-size: 1rem;
      padding: 0; }
      .siloTestimonials-grid .siloTestimonial .siloTestimonial-quote::before {
        display: none; }

@media (max-width: 349px) {
  .mi-recent-image img {
    width: 35px;
    height: 35px; } }

@media (min-width: 350px) and (max-width: 400px) {
  .mi-recent-image img {
    width: 50px;
    height: 50px; } }

@media (min-width: 401px) and (max-width: 1289px) {
  .mi-recent-image img {
    width: 60px;
    height: 60px; } }

@media (min-width: 1290px) {
  .mi-recent-image img {
    width: 85px;
    height: 85px; } }

@media (min-width: 577px) {
  .mi-recent-purchases-container .MuiTableCell-root {
    padding: 7px !important; } }

.mi-tab-list {
  background: #ffffff !important;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
  margin-bottom: 20px !important; }
  @media (max-width: 700px) {
    .mi-tab-list {
      display: none !important; } }

.mi-tab-list-item {
  cursor: pointer; }
  .mi-tab-list-item.mi-tab-list-active {
    border-bottom: 2px solid #154533 !important;
    font-weight: 500 !important; }

.ReactModal__Overlay.ReactModal__Overlay--after-open {
  z-index: 9999 !important;
  background-color: rgba(87, 87, 87, 0.5) !important; }

@media (max-width: 768px) {
  .ReactModal__Content--after-open {
    inset: 20px !important; } }

@media (min-width: 769px) {
  .ReactModal__Content--after-open {
    inset: 15% calc((100vw - 768px) / 2) !important; } }

@media (max-width: 435px) {
  .ReactModal__Content.ReactModal__Content--after-open #simplify-payment-form {
    overflow: hidden !important; } }

.mi-view-btn {
  padding: 5px 10px;
  background: #154533;
  margin: 5px 5px 5px 0;
  min-width: 50px;
  color: #ffffff;
  font-weight: 500; }

.MuiButtonBase-root.MuiButton-root.MuiButton-contained {
  background: #154533;
  color: #ffffff;
  font-weight: 600; }
  .MuiButtonBase-root.MuiButton-root.MuiButton-contained.contact-to-order {
    background: #999999; }

.MuiCheckbox-colorSecondary.Mui-checked {
  color: #154533 !important; }

.MuiInput-underline:after {
  border-bottom: 2px solid #154533; }

@media (max-width: 570px) {
  .MuiGrid-root.MuiGrid-container {
    width: calc(100vw - 65px) !important; } }

@media (max-width: 1400px) {
  .MuiGrid-root.MuiGrid-container {
    bottom: 15px !important; } }

.mi-invoice-detail-table-wrap,
.mi-order-detail-table-wrap {
  margin: -10px -10px 20px -10px !important;
  border: none !important;
  line-height: 1.5 !important; }
  @media (max-width: 768px) {
    .mi-invoice-detail-table-wrap,
    .mi-order-detail-table-wrap {
      width: fit-content !important; } }

.mi-order-detail-table-wrap .mi-order-detail-table,
.mi-invoice-detail-table-wrap .mi-invoice-detail-table {
  font-size: 11px !important;
  margin: 0 !important; }

.mi-order-detail-table-wrap .mi-order-line-items td:nth-of-type(1),
.mi-invoice-detail-table-wrap .mi-invoice-line-items td:nth-of-type(1) {
  min-width: 30px !important;
  white-space: normal !important; }

.mi-order-detail-table-wrap .mi-order-line-items td:nth-of-type(2),
.mi-invoice-detail-table-wrap .mi-invoice-line-items td:nth-of-type(2) {
  min-width: 100px !important;
  white-space: normal !important; }

.mi-order-detail-table-wrap .mi-order-line-items td,
.mi-invoice-detail-table-wrap .mi-invoice-line-items td {
  padding: 5px 5px 5px 0 !important; }

.mi-order-detail-table-wrap .mi-order-line-items tr,
.mi-invoice-detail-table-wrap .mi-invoice-line-items tr {
  border-bottom: 0.5px solid #bababa !important;
  border-top: 0.5px solid #bababa !important; }

.mi-order-detail-table-wrap .mi-order-line-items tr:nth-last-child(-n + 4),
.mi-order-detail-table-wrap .mi-order-line-items tr:nth-last-child(-n + 5),
.mi-invoice-detail-table-wrap .mi-invoice-line-items tr:nth-last-child(-n + 4),
.mi-invoice-detail-table-wrap .mi-invoice-line-items tr:nth-last-child(-n + 5) {
  border-bottom: none !important;
  border-top: none !important;
  font-weight: 600 !important; }

@media (min-width: 1025px) {
  .mi-invoice-detail-table-wrap .mi-invoice-detail-table td:first-child {
    white-space: break-spaces !important; } }

.mi-order-detail-table tr:nth-of-type(2) td:nth-of-type(4) {
  display: none; }

@media (max-width: 768px) {
  #simplify-payment-form .MuiGrid-spacing-xs-2 {
    display: flex;
    flex-direction: column;
    width: calc(100vw - 65px) !important; } }

#simplify-payment-form .MuiGrid-spacing-xs-2 > .MuiGrid-spacing-xs-2 {
  margin: 0 !important; }

#simplify-payment-form .MuiGrid-root.MuiGrid-container.MuiGrid-spacing-xs-2 > .MuiGrid-root.MuiGrid-container.MuiGrid-spacing-xs-2 {
  display: inline-block; }

#simplify-payment-form .MuiGrid-root.MuiGrid-item.MuiGrid-grid-xs-6 .form-prefixPostfix-button--postfix {
  margin: 0 0 0 10px; }
  @media (max-width: 768px) {
    #simplify-payment-form .MuiGrid-root.MuiGrid-item.MuiGrid-grid-xs-6 .form-prefixPostfix-button--postfix {
      margin: 0; } }

#simplify-payment-form #payway-credit-card iframe {
  transform: scale(0.85);
  transform-origin: top left; }
  @media (max-width: 410px) {
    #simplify-payment-form #payway-credit-card iframe {
      transform: scale(0.75); } }
  @media (max-width: 360px) {
    #simplify-payment-form #payway-credit-card iframe {
      transform: scale(0.65); } }

@media (max-width: 410px) {
  #simplify-payment-form #payway-credit-card {
    height: 180px; } }

@media (max-width: 360px) {
  #simplify-payment-form #payway-credit-card {
    height: 150px; } }

.mi-account-balances {
  background: white !important;
  padding: 20px 8px !important;
  margin-bottom: 20px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important; }
  @media (max-width: 1300px) {
    .mi-account-balances {
      padding: 20px 18px !important; } }
  @media (min-width: 200px) and (max-width: 900px), (min-width: 1025px) and (max-width: 1300px) {
    .mi-account-balances {
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px; } }

.due_box {
  margin: 0 10px !important;
  justify-content: space-between !important;
  border: 1px solid #154533 !important; }
  @media (min-width: 501px) and (max-width: 900px), (min-width: 1025px) and (max-width: 1300px) {
    .due_box {
      margin: 0 !important;
      width: 30% !important; } }
  @media (min-width: 400px) and (max-width: 500px) {
    .due_box {
      margin: 0 !important;
      width: 47% !important; } }
  @media (max-width: 399px) {
    .due_box {
      margin: 0 !important;
      width: 100% !important; } }

.mi-orders-container th:nth-of-type(3),
.mi-orders-container td:nth-of-type(3) {
  display: none; }

@media (max-width: 480px) {
  .mi-quotes-container th:nth-of-type(3),
  .mi-quotes-container td:nth-of-type(3),
  .mi-orders-container th:nth-of-type(3),
  .mi-orders-container td:nth-of-type(3) {
    display: none; }
  .mi-recent-purchases-container th:nth-of-type(2),
  .mi-recent-purchases-container th:nth-of-type(3),
  .mi-recent-purchases-container th:nth-of-type(6),
  .mi-recent-purchases-container td:nth-of-type(2),
  .mi-recent-purchases-container td:nth-of-type(3),
  .mi-recent-purchases-container td:nth-of-type(6) {
    display: none; }
  .mi-invoice-status {
    overflow-wrap: anywhere; } }

@media (max-width: 768px) {
  .mi-recent-purchases-container th:nth-of-type(2),
  .mi-recent-purchases-container th:nth-of-type(6),
  .mi-recent-purchases-container td:nth-of-type(2),
  .mi-recent-purchases-container td:nth-of-type(6) {
    display: none; } }

@media (max-width: 550px) {
  .mi-invoices-container th:nth-of-type(2),
  .mi-invoices-container th:nth-of-type(5),
  .mi-invoices-container td:nth-of-type(2),
  .mi-invoices-container td:nth-of-type(5) {
    display: none; } }

.mi-order-modal-actions .MuiButtonBase-root.MuiButton-root.MuiButton-contained + .MuiButtonBase-root.MuiButton-root.MuiButton-contained {
  display: none; }

.MuiTypography-root.MuiTypography-h6 {
  white-space: normal !important;
  line-height: 1.2;
  font-weight: 600; }

.dfp-card-container {
  display: flex;
  flex-wrap: wrap;
  margin: 2.25rem 0;
  gap: 16px; }

.dfp-flex-sp-center {
  justify-content: center; }

.dfp-card {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 1.5rem;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease; }
  .dfp-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12); }
  .dfp-card.fourCol {
    flex: 0 0 calc(50% - 12px); }
    @media (min-width: 551px) {
      .dfp-card.fourCol {
        flex: 0 0 calc(33.333% - 12px); } }
    @media (min-width: 961px) {
      .dfp-card.fourCol {
        flex: 0 0 calc(25% - 12px); } }
  .dfp-card.threeCol {
    flex: 0 0 calc(50% - 12px); }
    @media (min-width: 961px) {
      .dfp-card.threeCol {
        flex: 0 0 calc(33.333% - 12px); } }
  .dfp-card.twoCol {
    flex: 0 0 100%; }
    @media (min-width: 551px) {
      .dfp-card.twoCol {
        flex: 0 0 calc(50% - 12px); } }

.dfp-card-img {
  display: block;
  margin: 0 auto 0.75rem;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover; }

.dfp-img-wide {
  width: 100%;
  height: auto; }

.dfp-img-round {
  border-radius: 50%; }

.dfp-card-title-one {
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
  margin: 0 0 0.375rem;
  line-height: 1.3; }

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

.dfp-card p {
  font-size: 15px;
  color: #757575;
  margin: 0;
  line-height: 1.4; }
  .dfp-card p.card-title-center {
    text-align: center; }

.ps-information-btn {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0.75rem 1.5rem;
  font-size: 15px;
  font-weight: 500; }

[src*="youtube"],
[src*="vimeo"] {
  display: block;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
  margin: 2.25rem 0;
  border: none;
  border-radius: 6px; }

.video-wrapper {
  position: relative;
  width: 100%;
  margin: 2.25rem 0;
  border-radius: 6px;
  overflow: hidden; }
  .video-wrapper iframe {
    margin: 0;
    border-radius: 0; }

@media (max-width: 479px) {
  .dfp-card-container {
    gap: 10px; }
  .dfp-card {
    padding: 0.75rem; }
    .dfp-card.fourCol, .dfp-card.threeCol {
      flex: 0 0 calc(50% - 6px); }
  .dfp-card-title-one {
    font-size: 15px; }
  .dfp-card p {
    font-size: 13px; } }

#___ratingbadge_0 {
  z-index: 10 !important; }

.skip-to-main-link {
  background: #fcfaf8;
  color: #333333;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, -200%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%);
    opacity: 1;
    visibility: visible; }

.header {
  background-color: #fcfaf8;
  border-bottom: 1px solid #e5e5e5;
  height: auto;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: transform 0.5s ease-out, padding 0.3s ease; }
  .has-activeNavPages .header {
    position: fixed; }
  .header.header--hidden {
    transform: translateY(-100%); }
  @media (min-width: 961px) {
    .header {
      border-bottom: 1px solid #e5e5e5;
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 961px) {
      .header.is-open {
        height: auto; } }
  @media (min-width: 961px) {
    .header--compact .header-top-row {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem; } }
  .header--compact .header-logo--inline .header-logo-image {
    max-height: 45px;
    transition: max-height 0.2s ease; }
  .header--compact .header-search-input {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .header--compact .header-search-button {
    width: 34px;
    height: 34px;
    margin: 3px; }
  .header--compact .header-mobile-row {
    height: 50px; }
  .header--compact .header-logo--mobile .header-logo-image,
  .header--compact .header-logo--mobile .header-logo-image--icon {
    max-height: 26px; }
  .header--compact .header-mobile-search {
    padding-top: 0.375rem;
    padding-bottom: 0.75rem; }

.header-mobile-row {
  display: flex;
  align-items: center;
  height: 55px;
  padding: 0 1.5rem;
  transition: height 0.2s ease; }
  @media (min-width: 961px) {
    .header-mobile-row {
      display: none; } }
  .header-mobile-row > .header-logo--mobile {
    flex: 0 0 auto;
    margin: 0 !important; }

.header-mobile-left {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.375rem;
  min-width: 0; }

.header-mobile-actions {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.375rem;
  min-width: 0; }
  .header-mobile-actions > :last-child {
    margin-right: -0.375rem; }

.header-logo--mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0;
  padding: 0; }
  .header-logo--mobile .header-logo__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 0; }
  .header-logo--mobile .header-logo-image {
    max-height: 32px;
    max-width: 180px;
    width: auto;
    height: auto;
    transition: max-height 0.2s ease; }
  .header-logo--mobile .header-logo-image-container {
    min-height: auto;
    width: auto; }
  @media (max-width: 379px) {
    .header-logo--mobile .header-logo-image--full {
      display: none; }
    .header-logo--mobile .header-logo-image--icon {
      display: block;
      max-height: 32px;
      width: auto;
      height: auto;
      transition: max-height 0.2s ease; } }

.header-logo-image--icon {
  display: none; }

.header-mobile-cart,
.header-mobile-account {
  display: flex;
  align-items: center;
  gap: 0.1875rem;
  color: inherit;
  text-decoration: none;
  padding: 0.375rem; }
  .header-mobile-cart .icon,
  .header-mobile-account .icon {
    width: 24px;
    height: 24px; }
    .header-mobile-cart .icon svg,
    .header-mobile-account .icon svg {
      width: 100%;
      height: 100%;
      stroke: currentColor; }

.header-mobile-cart {
  padding-right: 0; }

.header-mobile-search {
  display: block;
  padding: 0.75rem 1.5rem 1.5rem;
  position: relative;
  background-color: #fcfaf8;
  transition: padding 0.2s ease; }
  @media (min-width: 961px) {
    .header-mobile-search {
      display: none; } }
  .header-mobile-search,
  .header-mobile-search * {
    text-decoration: none !important; }
  .header-mobile-search .header-search-form {
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2); }
  .header-mobile-search .header-search-input {
    color: #fff; }
    .header-mobile-search .header-search-input::placeholder {
      color: rgba(255, 255, 255, 0.7); }
  .header-mobile-search .header-search-button {
    width: 36px;
    height: 36px; }

.header-top-row {
  display: none; }
  @media (min-width: 961px) {
    .header-top-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 3rem;
      padding: 1.5rem 3rem;
      max-width: 100rem;
      margin: 0 auto;
      width: 100%;
      position: relative;
      transition: padding 0.2s ease; } }

.header-logo--inline {
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
  flex-shrink: 0;
  display: flex;
  align-items: center; }
  .header-logo--inline .header-logo__link {
    display: flex;
    align-items: center;
    width: auto;
    margin: 0;
    height: auto; }
  .header-logo--inline .header-logo-image {
    max-height: 60px;
    display: block;
    transition: max-height 0.2s ease; }
  .header-logo--inline .header-logo-image-container {
    min-height: auto;
    width: auto; }

.header-search {
  flex: 1;
  max-width: 700px;
  position: relative; }
  @media (min-width: 961px) {
    .header-search {
      position: static; } }
  .header-search,
  .header-search * {
    text-decoration: none !important; }
  .header-search::after, .header-search::before {
    display: none !important; }
  .header-search .quickSearchResults,
  .header-search .header-search-results {
    margin-top: 0; }
    .header-search .quickSearchResults:empty,
    .header-search .header-search-results:empty {
      display: none !important; }

.header-search-form {
  display: flex;
  align-items: center;
  background-color: white;
  border: 1px solid #8f8f8f;
  border-radius: 25px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease; }
  .header-search-form:focus-within {
    border-color: #4d878f;
    box-shadow: 0 0 0 3px rgba(77, 135, 143, 0.1); }

.header-search-input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  color: #666666; }
  .header-search-input::placeholder {
    color: #666666;
    opacity: 0.6; }
  .header-search-input:focus, .header-search-input:focus-visible {
    outline: none !important; }

.header-search-clear {
  display: none;
  background: none;
  border: none;
  padding: 0.375rem 0.75rem;
  cursor: pointer;
  color: #757575;
  font-size: 22px;
  line-height: 1; }
  .header-search-clear:hover {
    color: #333333; }

.header-search-input:not(:placeholder-shown) ~ .header-search-clear {
  display: flex;
  align-items: center; }

.header-search-button {
  background-color: #154533;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 4px;
  cursor: pointer;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background-color 0.2s ease; }
  .header-search-button:hover {
    background-color: #4d878f; }
  .header-search-button .icon {
    width: 18px;
    height: 18px; }
    .header-search-button .icon svg {
      width: 100%;
      height: 100%;
      fill: currentColor; }

.header-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #8f8f8f;
  border-radius: 6px;
  margin-top: 0.375rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 50;
  max-height: calc(100vh - 190px);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  overflow-y: auto; }
  @media (min-width: 961px) {
    .header-search-results {
      left: 0;
      right: 0;
      margin-top: 1.5rem;
      max-height: calc(100vh - 170px);
      padding: 3rem; } }
  .header-search-results::-webkit-scrollbar {
    width: 8px; }
  .header-search-results::-webkit-scrollbar-track {
    background: #e5e5e5;
    border-radius: 6px; }
  .header-search-results::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 6px; }
    .header-search-results::-webkit-scrollbar-thumb:hover {
      background: #666666; }
  .header-search-results .productGrid {
    margin: 0; }
    @media (min-width: 961px) {
      .header-search-results .productGrid {
        display: flex;
        flex-wrap: wrap;
        gap: 1.5rem; } }
    @media (min-width: 961px) {
      .header-search-results .productGrid .product {
        width: calc(25% - 1.5rem);
        flex: 0 0 auto; } }
    @media (min-width: 1400px) {
      .header-search-results .productGrid .product {
        width: calc(16.666% - 1.5rem); } }
    .header-search-results .productGrid .product {
      padding-left: 0.375rem;
      padding-right: 0.375rem; }
  .header-search-results:empty {
    display: none !important;
    border: none !important; }
  .header-search-results .modal-close {
    display: block;
    position: absolute;
    top: 0.75rem;
    right: 1.5rem;
    background: #fff;
    border: none;
    font-size: 25px;
    cursor: pointer;
    color: #333333;
    padding: 0.375rem;
    line-height: 1;
    z-index: 10; }
    .header-search-results .modal-close:hover {
      color: #154533; }

.quickSearch-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  gap: 1.5rem;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid #cccccc; }

.quickSearch-viewAll,
.quickSearch-viewContent {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.5rem;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.2s ease; }

.quickSearch-viewAll {
  background-color: #4d878f;
  color: #fff; }
  .quickSearch-viewAll:hover {
    background-color: #154533;
    color: #fff; }

.quickSearch-viewContent {
  background-color: #e5e5e5;
  color: #333333; }
  .quickSearch-viewContent:hover {
    background-color: #cccccc;
    color: #333333; }

.header-user-actions {
  flex-shrink: 0; }
  @media (min-width: 961px) {
    .header-user-actions .navUser {
      position: static;
      padding: 0; } }
  @media (min-width: 961px) {
    .header-user-actions .navUser-section {
      display: flex;
      align-items: center;
      gap: 0.75rem; } }
  .header-user-actions .navUser-item {
    display: flex;
    align-items: center; }
  .header-user-actions .navUser-item--social,
  .header-user-actions .navUser-item--divider,
  .header-user-actions .navUser-item:has(.navUser-item--compare) {
    display: none; }
  .header-user-actions .navUser-action--box {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    transition: background-color 0.2s ease, border-color 0.2s ease; }
    .header-user-actions .navUser-action--box:hover {
      background-color: #4d878f;
      border-color: #4d878f; }
  .header-user-actions .navUser-action-icon {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .header-user-actions .navUser-action-icon svg {
      width: 100%;
      height: 100%;
      stroke: currentColor; }
  .header-user-actions .countPill {
    margin-left: 0.375rem; }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.4375rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.15625rem;
      margin-right: 5.15625rem; } }
  @media (min-width: 961px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.375rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    color: #333333;
    display: flex;
    height: inherit;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 70%;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 961px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #757575; }
    .header-logo__link:active {
      color: #757575; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 961px) {
    .header-logo--left {
      margin-left: 2.5rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 961px) {
    .header-logo--right {
      margin-right: 2.5rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 600;
  letter-spacing: 0.125rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 961px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }
  @media (min-width: 961px) {
    .header-logo-image-container {
      min-height: 100px; } }

.header-logo-image-container::after {
  content: "";
  display: block; }

.header-logo-image {
  display: block;
  margin: 0 auto;
  max-height: 1.9375rem; }
  @media (min-width: 961px) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 1.9375rem; }
  @media (min-width: 961px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.mobileMenu-toggle {
  width: 55px;
  height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0;
  overflow: hidden;
  padding: 0;
  padding-left: 1.5rem;
  margin-left: -1.5rem;
  position: relative;
  z-index: 50;
  flex-shrink: 0; }
  @media (min-width: 961px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #154533;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.25rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.6875rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #154533;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  color: #333333;
  text-decoration: none;
  transition: color 0.2s ease; }
  .header-phone:hover {
    color: #4d878f; }
  .header-phone .icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0; }
    .header-phone .icon svg {
      width: 100%;
      height: 100%;
      stroke: currentColor; }

.header-phone--mobile {
  display: flex;
  align-items: center;
  padding: 0.375rem; }
  @media (min-width: 961px) {
    .header-phone--mobile {
      display: none; } }
  .header-phone--mobile .icon {
    width: 22px;
    height: 22px; }
    .header-phone--mobile .icon svg {
      width: 100%;
      height: 100%;
      stroke: currentColor; }

.header-phone--desktop {
  display: none; }
  @media (min-width: 961px) {
    .header-phone--desktop {
      display: inline-flex;
      align-items: center;
      gap: 0.375rem;
      padding: 0.375rem 0.75rem;
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-radius: 6px;
      font-size: 1rem;
      font-weight: 400;
      flex-shrink: 0;
      transition: background-color 0.2s ease, border-color 0.2s ease; }
      .header-phone--desktop:hover {
        background-color: #4d878f;
        border-color: #4d878f; } }
  .header-phone--desktop .icon {
    width: 18px;
    height: 18px; }

.header-phone-number {
  display: none;
  white-space: nowrap;
  font-weight: 700; }
  @media (min-width: 1190px) {
    .header-phone-number {
      display: inline; } }

.header--dark {
  background-color: #154533;
  border-bottom-color: #154533; }
  .header--dark .header-logo-image,
  .header--dark .header-logo-image--icon {
    filter: brightness(0) invert(1) sepia(0.3) saturate(2); }
    .header--dark .header-logo-image.header-logo-image--no-filter,
    .header--dark .header-logo-image--icon.header-logo-image--no-filter {
      filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3)); }
  .header--dark .header-logo-text {
    color: #fcfaf8; }
  .header--dark .mobileMenu-toggleIcon,
  .header--dark .mobileMenu-toggleIcon::before,
  .header--dark .mobileMenu-toggleIcon::after {
    background: #fcfaf8; }
  .header--dark .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before,
  .header--dark .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
    background: #fcfaf8; }
  .header--dark .header-mobile-cart,
  .header--dark .header-mobile-account {
    color: #fcfaf8; }
    .header--dark .header-mobile-cart svg,
    .header--dark .header-mobile-account svg {
      fill: none !important;
      stroke: #fcfaf8 !important; }
    .header--dark .header-mobile-cart:hover svg, .header--dark .header-mobile-cart:focus svg,
    .header--dark .header-mobile-account:hover svg,
    .header--dark .header-mobile-account:focus svg {
      fill: none !important;
      stroke: #7caa48 !important; }
  .header--dark .header-phone {
    color: #fcfaf8; }
    .header--dark .header-phone svg {
      stroke: #fcfaf8 !important; }
    .header--dark .header-phone:hover {
      color: #fcfaf8; }
      .header--dark .header-phone:hover svg {
        stroke: #fcfaf8 !important; }
  .header--dark .header-phone--desktop {
    border-color: rgba(255, 255, 255, 0.3); }
    .header--dark .header-phone--desktop:hover {
      background-color: #4d878f;
      border-color: #4d878f; }
  .header--dark .header-mobile-search {
    background-color: #154533; }
  .header--dark .header-search-form {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2); }
    .header--dark .header-search-form:focus-within {
      background-color: rgba(255, 255, 255, 0.15);
      border-color: rgba(255, 255, 255, 0.4); }
  .header--dark .header-search-input {
    color: #fcfaf8; }
    .header--dark .header-search-input::placeholder {
      color: #fcfaf8;
      opacity: 0.7; }
  .header--dark .header-search-button {
    background-color: #154533;
    color: #ffffff; }
    .header--dark .header-search-button:hover {
      background-color: #4d878f; }
  .header--dark .navUser-action--box {
    border-color: rgba(255, 255, 255, 0.3); }
    .header--dark .navUser-action--box:hover {
      background-color: #4d878f;
      border-color: #4d878f; }
  .header--dark .navUser-action {
    color: #fcfaf8; }
    .header--dark .navUser-action svg {
      fill: none !important;
      stroke: #fcfaf8 !important; }
    .header--dark .navUser-action:hover, .header--dark .navUser-action:focus {
      color: #fcfaf8; }
      .header--dark .navUser-action:hover svg, .header--dark .navUser-action:focus svg {
        fill: none !important;
        stroke: #fcfaf8 !important; }
  .header--dark .header-user-actions .navUser-action-icon svg,
  .header--dark .header-user-actions .icon svg {
    fill: none !important;
    stroke: #fcfaf8 !important; }
  .header--dark .header-user-actions .navUser-action:hover svg,
  .header--dark .header-user-actions .navUser-action:focus svg {
    fill: none !important;
    stroke: #fcfaf8 !important; }
  .header--dark > .navPages-container .navPages-list > .navPages-item > .navPages-action {
    color: #fcfaf8; }
    .header--dark > .navPages-container .navPages-list > .navPages-item > .navPages-action svg {
      fill: #fcfaf8;
      stroke: #fcfaf8; }
    .header--dark > .navPages-container .navPages-list > .navPages-item > .navPages-action:hover {
      color: #fcfaf8; }
      .header--dark > .navPages-container .navPages-list > .navPages-item > .navPages-action:hover svg {
        fill: #fcfaf8;
        stroke: #fcfaf8; }
  .header--dark .navPage-subMenu .navPages-action {
    color: #333333; }
    .header--dark .navPage-subMenu .navPages-action svg {
      fill: #333333;
      stroke: #333333; }
    .header--dark .navPage-subMenu .navPages-action:hover {
      color: #7caa48; }
  .header--dark .navPages-container .navPages {
    background-color: #ffffff; }
    .header--dark .navPages-container .navPages .navPages-action {
      color: #154533 !important; }
      .header--dark .navPages-container .navPages .navPages-action svg {
        stroke: #154533 !important;
        fill: none !important; }
      .header--dark .navPages-container .navPages .navPages-action:hover {
        color: #7caa48 !important; }
    .header--dark .navPages-container .navPages .navPages-list--user .navPages-action {
      color: #154533 !important; }
    @media (min-width: 961px) {
      .header--dark .navPages-container .navPages {
        background: none; } }
  @media (min-width: 961px) {
    .header--dark > .navPages-container .navPages-list > .navPages-item > .navPages-action {
      color: #fcfaf8 !important; }
      .header--dark > .navPages-container .navPages-list > .navPages-item > .navPages-action svg {
        stroke: #fcfaf8 !important;
        fill: #fcfaf8 !important; }
      .header--dark > .navPages-container .navPages-list > .navPages-item > .navPages-action:hover {
        color: #fcfaf8 !important; }
        .header--dark > .navPages-container .navPages-list > .navPages-item > .navPages-action:hover svg {
          stroke: #fcfaf8 !important;
          fill: #fcfaf8 !important; } }

.body {
  margin-bottom: 6rem;
  overflow-x: clip; }
  .body--product {
    margin-bottom: 1.5rem; }
    .body--product .productCarousel {
      padding-bottom: 0;
      margin-bottom: 0; }

.page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }
  .page--full-width {
    max-width: none;
    overflow-x: hidden; }
    .page--full-width .page-sidebar,
    .page--full-width .page-content {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 961px) {
        .page--full-width .page-sidebar,
        .page--full-width .page-content {
          padding-left: 0.75rem;
          padding-right: 0.75rem; } }

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  max-width: 100%;
  overflow-x: hidden; }

.page-region {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  float: right;
  width: 100%; }
  @media (min-width: 961px) {
    .page-region {
      width: 75%; } }

.page-content--centered {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 961px) {
  .page-sidebar.u-hiddenVisually + .page-content,
  .page-sidebar.u-hidden + .page-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 961px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left;
      width: 20%; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left;
        width: 80%; } }

.footer {
  background-color: #fcfaf8;
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0 1.5rem 0;
  position: relative;
  transform: translateZ(0); }
  @media (min-width: 551px) {
    .footer {
      padding: 3rem 0 1.5rem 0; } }

.footer-title-sr-only {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #757575;
  display: inline-block;
  float: none;
  font-size: 1rem;
  overflow-wrap: break-word;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 961px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media (min-width: 961px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 551px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 551px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit;
    width: 50%; } }

@media (min-width: 961px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

.footer-info--four-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem; }
  @media (min-width: 961px) {
    .footer-info--four-col {
      flex-wrap: nowrap;
      gap: 3rem; } }
  @media (min-width: 960px) and (max-width: 1040px) {
    .footer-info--four-col {
      gap: 1.5rem; } }
  .footer-info--four-col .footer-info-col {
    width: 100%;
    flex: none; }
    @media (min-width: 551px) {
      .footer-info--four-col .footer-info-col {
        width: calc(50% - 0.75rem); } }
    @media (min-width: 961px) {
      .footer-info--four-col .footer-info-col {
        width: auto;
        flex: 1; } }

.footer-info--five-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem; }
  @media (min-width: 961px) {
    .footer-info--five-col {
      flex-wrap: nowrap;
      gap: 3rem; } }
  @media (min-width: 960px) and (max-width: 1040px) {
    .footer-info--five-col {
      gap: 1.5rem; } }
  .footer-info--five-col .footer-info-col {
    width: 100%;
    flex: none; }
    @media (min-width: 551px) {
      .footer-info--five-col .footer-info-col {
        width: calc(50% - 0.75rem); } }
    @media (min-width: 961px) {
      .footer-info--five-col .footer-info-col {
        width: auto;
        flex: 1; } }
  @media (min-width: 551px) {
    .footer-info--five-col .footer-info-col--logo {
      width: 100%;
      margin-bottom: 1.5rem; } }
  @media (min-width: 961px) {
    .footer-info--five-col .footer-info-col--logo {
      flex: 1.2; } }

.footer-info-col--logo {
  text-align: center; }
  @media (min-width: 961px) {
    .footer-info-col--logo {
      text-align: left; } }
  .footer-info-col--logo .footer-logo-link {
    display: inline-block;
    margin-bottom: 1.5rem; }
  .footer-info-col--logo .footer-logo-image {
    max-width: 180px;
    max-height: 60px;
    width: auto;
    height: auto; }
  .footer-info-col--logo .footer-logo-text {
    font-size: 25px;
    font-weight: 700;
    color: inherit; }
  .footer-info-col--logo .footer-company-address,
  .footer-info-col--logo .footer-company-abn {
    margin: 0 0 0.375rem;
    font-size: 15px;
    line-height: 1.6; }
  .footer-info-col--logo .footer-company-abn {
    margin-top: 0.75rem; }

.footer-info-col--connect .footer-social {
  margin-top: 0;
  margin-bottom: 1.5rem; }

.footer-info-col--connect .footer-contact-item {
  margin: 0 0 0.75rem;
  line-height: 1.6; }
  .footer-info-col--connect .footer-contact-item strong {
    display: block;
    margin-bottom: 0; }
  .footer-info-col--connect .footer-contact-item a,
  .footer-info-col--connect .footer-contact-item .footer-address {
    color: inherit;
    text-decoration: none;
    display: block; }
    .footer-info-col--connect .footer-contact-item a:hover,
    .footer-info-col--connect .footer-contact-item .footer-address:hover {
      text-decoration: underline; }
  .footer-info-col--connect .footer-contact-item .footer-address:hover {
    text-decoration: none; }

.footer-bottom {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center; }

.footer-info-heading {
  font-size: 1rem;
  text-transform: inherit; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list li {
    margin-bottom: 5px; }
    .footer-info-list li:last-child {
      margin-bottom: 0; }
  .footer-info-list a {
    color: #757575;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #333333; }

.footer-copyright {
  text-align: center;
  margin-top: 0.75rem; }
  .footer-copyright > .powered-by {
    color: #757575;
    font-size: 12px;
    margin: 0; }
  .footer-copyright a {
    color: #757575;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #333333; }

.footer-payment-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin-left: 0;
  margin-top: 0.75rem; }
  @media (min-width: 551px) {
    .footer-payment-icons {
      justify-content: normal; } }
  @media (min-width: 961px) {
    .footer-payment-icons {
      margin-top: 1.5rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 2.5rem;
    margin: 0.375rem;
    vertical-align: middle;
    width: 3.125rem; }
  .footer-payment-icons svg {
    fill: #154533; }

.footer-newsletter-summary {
  text-align: left; }

.footer-social {
  margin-top: 1.5rem; }
  .footer-social .socialLinks {
    margin-left: 0;
    justify-content: center; }
    @media (min-width: 551px) {
      .footer-social .socialLinks {
        justify-content: flex-start; } }

.footer-info-col--accordion {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .footer-info-col--accordion:last-of-type {
    border-bottom: none; }
  @media (min-width: 551px) {
    .footer-info-col--accordion {
      border-bottom: none; } }

[data-section-type="newsletterSubscription"] {
  margin-top: 3rem; }
  @media (min-width: 551px) {
    [data-section-type="newsletterSubscription"] {
      margin-top: 0; } }

.footer-info-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem 0;
  margin: 0;
  border: none;
  background: none;
  cursor: pointer;
  text-align: left;
  color: inherit; }
  .footer-info-toggle .footer-info-heading {
    margin: 0;
    pointer-events: none; }
  @media (min-width: 551px) {
    .footer-info-toggle {
      display: block;
      padding: 0;
      cursor: default; } }

.footer-info-toggle-icon {
  font-size: 25px;
  font-weight: 700;
  color: inherit;
  line-height: 1;
  transition: transform 0.2s ease; }
  .footer-info-toggle[aria-expanded="true"] .footer-info-toggle-icon {
    transform: rotate(45deg); }
  @media (min-width: 551px) {
    .footer-info-toggle-icon {
      display: none; } }

.footer-info-content {
  display: none;
  padding-bottom: 1.5rem; }
  @media (min-width: 551px) {
    .footer-info-content {
      display: block !important;
      padding-bottom: 0; } }
  .footer-info-content a[href^="tel:"] {
    color: inherit;
    text-decoration: none; }
    .footer-info-content a[href^="tel:"]:hover {
      text-decoration: underline; }

.footer-info-toggle[aria-expanded="true"] + .footer-info-content {
  display: block; }

.footer--dark {
  background-color: #154533;
  border-top-color: #154533; }
  .footer--dark .footer-info-col {
    color: #fcfaf8; }
  .footer--dark .footer-info-heading {
    color: #fcfaf8; }
  .footer--dark .footer-info-list a {
    color: #fcfaf8; }
    .footer--dark .footer-info-list a:hover {
      color: #7caa48; }
  .footer--dark .footer-copyright > .powered-by {
    color: #fcfaf8; }
  .footer--dark .footer-copyright a {
    color: #fcfaf8; }
    .footer--dark .footer-copyright a:hover {
      color: #7caa48; }
  .footer--dark .footer-payment-icons svg {
    fill: #fcfaf8; }
  .footer--dark .socialLinks-item svg {
    fill: #fcfaf8; }
    .footer--dark .socialLinks-item svg:hover {
      fill: #7caa48; }
  .footer--dark .button--primary {
    background-color: #7caa48;
    border-color: #7caa48;
    color: #154533; }
    .footer--dark .button--primary:hover, .footer--dark .button--primary:focus {
      background-color: #fcfaf8;
      border-color: #fcfaf8;
      color: #154533; }
  .footer--dark .footer-contact-item a {
    color: #fcfaf8; }
    .footer--dark .footer-contact-item a:hover {
      color: #7caa48; }
  .footer--dark .footer-info-col--logo .footer-logo-image {
    filter: brightness(0) invert(1); }
    .footer--dark .footer-info-col--logo .footer-logo-image--override {
      filter: none; }
  .footer--dark .footer-info-col--logo .footer-logo-text {
    color: #fcfaf8; }
  .footer--dark .footer-info-col--logo .footer-company-address,
  .footer--dark .footer-info-col--logo .footer-company-abn {
    color: #fcfaf8; }
  .footer--dark .footer-bottom {
    border-top-color: rgba(255, 255, 255, 0.2); }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 106rem;
  padding: 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1261px) {
    .container {
      padding: 2.25rem 6rem; } }

.blog-page-container {
  max-width: 1200px;
  margin: 0 auto; }
  .blog-page-container .pagination {
    margin-top: 3rem; }

.blog-listing {
  display: grid;
  gap: 2rem; }
  @media (min-width: 961px) {
    .blog-listing {
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem; } }
  @media (min-width: 1261px) {
    .blog-listing {
      grid-template-columns: repeat(3, 1fr);
      gap: 2rem; } }

.blog-grid {
  display: grid;
  gap: 2rem; }
  @media (min-width: 961px) {
    .blog-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1261px) {
    .blog-grid {
      grid-template-columns: repeat(3, 1fr); } }

.blog-posts-grid {
  display: grid;
  gap: 2rem; }
  @media (min-width: 961px) {
    .blog-posts-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1261px) {
    .blog-posts-grid {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 1261px) {
    .blog-posts-grid:has(.blog-card:nth-child(4):last-child) {
      grid-template-columns: repeat(4, 1fr); } }

[data-blog-posts-tag].is-loading {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center; }

.blog-posts-loading {
  color: #757575;
  font-size: 15px; }

.blog-posts-empty,
.blog-posts-error {
  color: #757575;
  font-size: 15px;
  text-align: center;
  padding: 3rem 0; }

.blog-card--compact .blog-card-excerpt {
  -webkit-line-clamp: 3; }

.homepage-blog {
  margin-top: 3rem; }
  .homepage-blog .page-heading {
    margin-bottom: 1.5rem; }

.blog-grid--homepage .blog-card {
  height: 100%; }

.homepage-blog-link {
  text-align: center;
  margin-top: 3rem; }

.blog-card {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease; }
  .blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12); }
    .blog-card:hover .blog-card-img {
      transform: scale(1.05); }
  .blog-card .socialLinks {
    text-align: left;
    margin-top: 1.5rem; }
  .blog-card .addthis_toolbox {
    margin-top: 1.5rem; }

@media (min-width: 961px) {
  .blog-card--featured {
    grid-column: 1 / -1;
    flex-direction: row; } }

@media (min-width: 961px) {
  .blog-card--featured .blog-card-image {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 961px) {
  .blog-card--featured .blog-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; } }

@media (min-width: 961px) {
  .blog-card--featured .blog-card-title {
    font-size: 28px; } }

@media (min-width: 961px) {
  .blog-card--featured .blog-card-excerpt {
    font-size: 1rem;
    -webkit-line-clamp: 5; } }

.blog-card-image {
  position: relative;
  overflow: hidden; }

.blog-card-image-link {
  display: block;
  aspect-ratio: 4 / 3; }

.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease; }

.blog-card-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #154533; }

.blog-card-placeholder-logo {
  max-width: 60%;
  max-height: 50%;
  height: auto;
  filter: brightness(0) invert(1);
  opacity: 0.9; }

.blog-card-placeholder-text {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  opacity: 0.9;
  text-align: center;
  padding: 1.5rem; }

.blog-card-content {
  padding: 1.875rem; }
  @media (min-width: 961px) {
    .blog-card-content {
      padding: 2.25rem; } }

.blog-card-header {
  margin-bottom: 0.75rem; }

.blog-card-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 0.375rem;
  line-height: 1.3; }
  .blog-card-title a {
    color: #154533;
    text-decoration: none;
    transition: color 0.2s ease; }
    .blog-card-title a:hover {
      color: #4d878f; }

.blog-card-meta {
  color: #757575;
  font-size: 13px;
  margin: 0; }

.blog-card-excerpt {
  font-size: 15px;
  color: #333333;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  .blog-card-excerpt p {
    margin: 0; }

.blog-card-readmore {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  color: #4d878f;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease, gap 0.2s ease; }
  .blog-card-readmore:hover {
    color: #154533;
    gap: 0.75rem; }
  .blog-card-readmore .icon {
    flex-shrink: 0;
    stroke: currentColor; }

.blog-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0; }

.blog-card-tag a {
  display: inline-block;
  padding: 0.1875rem 0.75rem;
  background-color: #e5e5e5;
  border-radius: 6px;
  color: #757575;
  font-size: 13px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease; }
  .blog-card-tag a:hover {
    background-color: #4d878f;
    color: #fff; }

.blog-article {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0; }
  @media (min-width: 961px) {
    .blog-article {
      padding: 0 3rem; } }

.blog-article-container {
  display: block; }
  @media (min-width: 1261px) {
    .blog-article-container {
      display: grid;
      grid-template-columns: 200px 1fr;
      gap: 3rem; } }
  .blog-article-container--no-toc {
    display: block;
    max-width: 856px;
    margin: 0 auto; }
    @media (min-width: 1261px) {
      .blog-article-container--no-toc {
        display: block; } }

.blog-article-toc {
  display: none;
  margin-bottom: 2.25rem; }
  @media (min-width: 1261px) {
    .blog-article-toc {
      display: block;
      order: 1;
      margin-bottom: 0;
      position: sticky;
      top: 180px;
      align-self: start;
      max-height: calc(100vh - 200px);
      overflow-y: auto; } }

.blog-article-toc-inner {
  background-color: #e5e5e5;
  border-radius: 6px;
  padding: 1.5rem; }

.blog-article-toc-title {
  font-size: 1rem;
  font-weight: 700;
  color: #154533;
  margin: 0 0 0.75rem; }

.blog-article-toc-nav a {
  display: block;
  padding: 0.375rem 0;
  color: #757575;
  font-size: 15px;
  text-decoration: none;
  border-left: 2px solid transparent;
  padding-left: 0.75rem;
  line-height: 1.4;
  transition: color 0.2s ease, border-color 0.2s ease; }
  .blog-article-toc-nav a:hover, .blog-article-toc-nav a.is-active {
    color: #4d878f;
    border-left-color: #4d878f; }

.blog-article-toc-nav a[data-level="3"] {
  padding-left: 1.5rem;
  font-size: 13px; }

.blog-article-main {
  max-width: 800px;
  order: 2; }
  @media (min-width: 1261px) {
    .blog-article-main {
      max-width: none; } }

.blog-article-hero-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  background-color: #e5e5e5;
  border-radius: 6px;
  padding: 1.5rem;
  position: relative; }
  @media (min-width: 961px) {
    .blog-article-hero-section {
      flex-direction: row;
      align-items: center;
      gap: 3rem;
      padding: 4.5rem;
      padding-right: 0; } }

.blog-article-header {
  flex: 1;
  text-align: center;
  order: 2;
  padding-top: 1.5rem; }
  @media (min-width: 961px) {
    .blog-article-header {
      flex: 1 1 55%;
      text-align: left;
      order: 1;
      padding: 1.5rem 0; } }

.blog-article-title {
  font-size: 22px;
  font-weight: 700;
  color: #154533;
  margin: 0 0 0.75rem;
  line-height: 1.2; }
  @media (min-width: 961px) {
    .blog-article-title {
      font-size: 28px; } }

.blog-article-meta {
  color: #757575;
  font-size: 15px;
  margin: 0; }

.blog-article-hero {
  order: 1;
  margin: -1.5rem;
  margin-bottom: 0; }
  @media (min-width: 961px) {
    .blog-article-hero {
      flex: 0 0 45%;
      margin: 0;
      margin-right: -1.5rem;
      order: 2; } }

.blog-article-hero-link {
  display: block;
  cursor: zoom-in; }

.blog-article-hero-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px; }

.blog-article-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  background-color: #154533;
  border-radius: 6px; }

.blog-article-placeholder-logo {
  max-width: 200px;
  max-height: 80px;
  height: auto;
  filter: brightness(0) invert(1);
  opacity: 0.9; }

.blog-article-placeholder-text {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  opacity: 0.9; }

.blog-article-content {
  font-size: 1rem;
  line-height: 1.8;
  color: #333333; }
  .blog-article-content p {
    margin-bottom: 1.875rem; }
  .blog-article-content h2, .blog-article-content h3, .blog-article-content h4, .blog-article-content h5, .blog-article-content h6 {
    scroll-margin-top: 180px; }
  .blog-article-content a {
    color: #4d878f;
    text-decoration: underline;
    text-underline-offset: 2px; }
    .blog-article-content a:hover {
      color: #154533; }
  .blog-article-content ul, .blog-article-content ol {
    margin-bottom: 1.875rem;
    padding-left: 2.25rem; }
    .blog-article-content ul li, .blog-article-content ol li {
      margin-bottom: 0.375rem; }
  .blog-article-content ul {
    list-style-type: disc; }
  .blog-article-content ol {
    list-style-type: decimal; }
  .blog-article-content blockquote {
    border-left: 4px solid #4d878f;
    background-color: #e5e5e5;
    padding: 1.5rem 2.25rem;
    margin: 2.25rem 0;
    font-style: italic;
    color: #757575;
    border-radius: 0 6px 6px 0; }
    .blog-article-content blockquote p:last-child {
      margin-bottom: 0; }
    .blog-article-content blockquote cite {
      display: block;
      margin-top: 0.75rem;
      font-size: 15px;
      font-style: normal;
      color: #757575; }
      .blog-article-content blockquote cite::before {
        content: "— "; }
  .blog-article-content table {
    width: 100%;
    margin: 2.25rem 0;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #cccccc;
    border-radius: 6px;
    overflow: hidden; }
    @media (max-width: 1280px) {
      .blog-article-content table {
        display: block;
        overflow-x: auto; }
        .blog-article-content table tbody {
          display: table;
          width: 100%;
          min-width: 100%; } }
  .blog-article-content th, .blog-article-content td {
    padding: 8px 0.75rem;
    text-align: left;
    border-bottom: 1px solid #cccccc; }
    @media (max-width: 1280px) {
      .blog-article-content th, .blog-article-content td {
        max-width: 50vw;
        min-width: 150px; } }
  .blog-article-content th {
    background-color: #154533;
    color: #fcfaf8;
    font-weight: 600;
    padding: 12px 0.75rem; }
  .blog-article-content thead tr:first-child th:first-child {
    border-top-left-radius: 6px; }
  .blog-article-content thead tr:first-child th:last-child {
    border-top-right-radius: 6px; }
  .blog-article-content tbody tr:nth-child(even) {
    background-color: #e5e5e5; }
  .blog-article-content tbody tr {
    transition: background-color 0.15s ease; }
    .blog-article-content tbody tr:hover {
      background-color: #cccccc; }
    .blog-article-content tbody tr:last-child td {
      border-bottom: none; }
  .blog-article-content tbody tr:last-child td:first-child {
    border-bottom-left-radius: 6px; }
  .blog-article-content tbody tr:last-child td:last-child {
    border-bottom-right-radius: 6px; }
  .blog-article-content td ul,
  .blog-article-content td ol {
    margin-top: 0.75rem;
    margin-bottom: 0;
    padding-left: 1.5rem; }
  .blog-article-content td p + ul,
  .blog-article-content td p + ol {
    margin-top: -spacing("half"); }
  .blog-article-content code {
    background-color: #e5e5e5;
    padding: 2px 6px;
    border-radius: 6px;
    font-family: "Monaco", "Consolas", monospace;
    font-size: 0.9em;
    color: #154533; }
  .blog-article-content pre {
    background-color: #2d2d2d;
    color: #f8f8f2;
    padding: 1.5rem;
    border-radius: 6px;
    overflow-x: auto;
    margin: 2.25rem 0; }
    .blog-article-content pre code {
      background: none;
      padding: 0;
      color: inherit;
      font-size: 15px; }
  .blog-article-content hr {
    border: none;
    border-top: 1px solid #cccccc;
    margin: 3rem 0; }
  .blog-article-content img {
    display: block;
    max-width: 80%;
    height: auto;
    margin: 2.25rem auto;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: zoom-in; }
    .blog-article-content img:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); }
  .blog-article-content .img-small {
    max-width: 40%; }
  .blog-article-content .img-medium {
    max-width: 60%; }
  .blog-article-content .img-full {
    max-width: 100%; }
  .blog-article-content .float-left {
    float: left;
    max-width: 45%;
    margin: 0.375rem 2.25rem 1.5rem 0; }
  .blog-article-content .float-right {
    float: right;
    max-width: 45%;
    margin: 0.375rem 0 1.5rem 2.25rem; }
  .blog-article-content .img-framed {
    border: 6px solid #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15); }
  .blog-article-content .clearfix::after,
  .blog-article-content p:has(+ .float-left)::after,
  .blog-article-content p:has(+ .float-right)::after {
    content: "";
    display: table;
    clear: both; }
  .blog-article-content figure {
    margin: 3rem auto;
    max-width: 80%;
    text-align: center; }
    .blog-article-content figure img {
      max-width: 100%;
      margin: 0 auto 0.75rem; }
  .blog-article-content figcaption {
    font-size: 13px;
    color: #757575;
    font-style: italic;
    text-align: center;
    padding: 0 1.5rem; }
  .blog-article-content figcaption:has(a),
  .blog-article-content .image-credit {
    font-size: 12px;
    opacity: 0.7; }
  .blog-article-content .image-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin: 2.25rem 0; }
    .blog-article-content .image-pair img {
      max-width: 100%;
      margin: 0; }
  .blog-article-content .image-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin: 2.25rem 0; }
    @media (min-width: 961px) {
      .blog-article-content .image-gallery {
        grid-template-columns: repeat(3, 1fr); } }
    .blog-article-content .image-gallery img {
      max-width: 100%;
      margin: 0;
      aspect-ratio: 4 / 3;
      object-fit: cover; }
  .blog-article-content iframe,
  .blog-article-content .video-embed,
  .blog-article-content .embed-container,
  .blog-article-content [src*="youtube"],
  .blog-article-content [src*="vimeo"] {
    display: block;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    margin: 2.25rem 0;
    border: none;
    border-radius: 6px; }
  .blog-article-content .video-wrapper {
    position: relative;
    width: 100%;
    margin: 2.25rem 0;
    border-radius: 6px;
    overflow: hidden; }
    .blog-article-content .video-wrapper iframe {
      margin: 0;
      border-radius: 0; }

.blog-article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  justify-content: center;
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #cccccc; }

.blog-article-tag {
  display: inline-block;
  padding: 0.1875rem 0.75rem;
  background-color: #e5e5e5;
  border-radius: 6px;
  color: #757575;
  font-size: 13px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease; }
  .blog-article-tag:hover {
    background-color: #4d878f;
    color: #fff; }

.blog-article-share {
  text-align: center;
  margin-top: 2.25rem; }
  .blog-article-share .socialLinks {
    justify-content: center; }

.blog-article-back {
  text-align: center;
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #cccccc; }

.blog-article-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  color: #4d878f;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease, gap 0.2s ease; }
  .blog-article-back-link:hover {
    color: #154533;
    gap: 0.75rem; }
  .blog-article-back-link .icon {
    flex-shrink: 0;
    stroke: currentColor; }

.blog-lightbox {
  position: fixed;
  inset: 0;
  z-index: 500;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease; }
  .blog-lightbox.is-open {
    opacity: 1;
    visibility: visible; }

.blog-lightbox-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0.75rem;
  opacity: 0.7;
  transition: opacity 0.2s ease;
  z-index: 10; }
  .blog-lightbox-close:hover {
    opacity: 1; }

.blog-lightbox-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  max-height: 90vh; }

.blog-lightbox-img {
  max-width: 100%;
  max-height: calc(90vh - 40px);
  object-fit: contain;
  border-radius: 6px; }

.blog-lightbox-caption {
  color: #fff;
  font-size: 15px;
  text-align: center;
  margin-top: 0.75rem;
  opacity: 0.8;
  max-width: 600px; }

.blog-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.95);
  border: none;
  color: #333;
  cursor: pointer;
  padding: 0;
  opacity: 1;
  transition: opacity 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4); }
  .blog-lightbox-nav .icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .blog-lightbox-nav svg {
    width: 100%;
    height: 100%;
    fill: #333;
    stroke: #333; }
  .blog-lightbox-nav:hover {
    background: #7caa48;
    color: #fff;
    transform: translateY(-50%) scale(1.1); }
    .blog-lightbox-nav:hover svg {
      fill: #fff;
      stroke: #fff; }
  .blog-lightbox-nav:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    background: rgba(255, 255, 255, 0.5); }
  .blog-lightbox-nav--prev {
    left: 1.5rem; }
    @media (max-width: 768px) {
      .blog-lightbox-nav--prev {
        left: auto;
        right: calc(50% + 30px);
        top: auto;
        bottom: 3.75rem;
        transform: none; }
        .blog-lightbox-nav--prev:hover {
          transform: scale(1.1); } }
  .blog-lightbox-nav--next {
    right: 1.5rem; }
    @media (max-width: 768px) {
      .blog-lightbox-nav--next {
        right: auto;
        left: calc(50% + 30px);
        top: auto;
        bottom: 3.75rem;
        transform: none; }
        .blog-lightbox-nav--next:hover {
          transform: scale(1.1); } }

.blog-lightbox-counter {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 13px;
  opacity: 0.6; }

.dfp-blog-buy-buttons-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 2.25rem 0; }
  .dfp-blog-buy-buttons-group .bc-buy-button {
    height: auto !important;
    min-height: 435px; }
    .dfp-blog-buy-buttons-group .bc-buy-button iframe {
      height: 500px; }

.bc-buy-button {
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease; }
  .bc-buy-button:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px); }
  .bc-buy-button iframe {
    display: block;
    border: none; }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #e5e5e5;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock-heading {
  font-size: 0.9375rem;
  margin-top: 0;
  text-transform: inherit; }
  @media (min-width: 961px) {
    .sidebarBlock-heading.heading-price {
      margin-top: -0.75rem; } }

.page-sidebar > nav > .sidebarBlock:not(.facetedSearch) {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 1.5rem;
  margin-bottom: 0.75rem; }
  @media (min-width: 961px) {
    .page-sidebar > nav > .sidebarBlock:not(.facetedSearch) {
      margin-bottom: 1.5rem; } }
  .page-sidebar > nav > .sidebarBlock:not(.facetedSearch) .navList {
    margin-bottom: 0; }

.page-sidebar > nav > .sidebarBlock:not(.facetedSearch) > .sidebarBlock-heading {
  background-color: #154533;
  color: #fff;
  margin: -1.5rem;
  margin-bottom: 1.5rem;
  padding: 1.125rem 1.5rem;
  border-radius: 6px 6px 0 0;
  font-size: 1rem;
  font-weight: 600; }

.page-sidebar .facetedSearch {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  margin-bottom: 0; }
  @media (min-width: 961px) {
    .page-sidebar .facetedSearch {
      background-color: #fff;
      border: 1px solid #cccccc;
      border-radius: 6px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
      padding: 1.5rem;
      margin-bottom: 1.5rem; } }
  .page-sidebar .facetedSearch .facetedSearch-refineFilters {
    margin-bottom: 1.5rem; }
    .page-sidebar .facetedSearch .facetedSearch-refineFilters .sidebarBlock-heading {
      background-color: #154533;
      color: #fff;
      margin: -1.5rem;
      margin-bottom: 1.5rem;
      padding: 1.125rem 1.5rem;
      border-radius: 6px 6px 0 0;
      font-size: 1rem;
      font-weight: 600; }

.page-sidebar .facetedSearch-navList.is-open {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 1.5rem;
  margin-top: 0.75rem; }

@media (min-width: 961px) {
  .page-sidebar .facetedSearch-navList {
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important; } }

.page-sidebar .facetedSearch .sidebarBlock {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin: 0; }

.page-sidebar .facetedSearch .accordion--navList {
  border: none;
  padding: 0;
  margin: 0; }
  .page-sidebar .facetedSearch .accordion--navList .accordion-block {
    border: none;
    margin-top: 0.75rem; }
    .page-sidebar .facetedSearch .accordion--navList .accordion-block:first-child {
      margin-top: 0; }
  .page-sidebar .facetedSearch .accordion--navList .accordion-navigation {
    border: none;
    border-radius: 0;
    padding: 0.375rem 0;
    margin-bottom: 0 !important; }
  .page-sidebar .facetedSearch .accordion--navList .accordion-title {
    padding: 0; }
  .page-sidebar .facetedSearch .accordion--navList .accordion-content {
    border: none;
    padding: 0.75rem 0; }
  .page-sidebar .facetedSearch .accordion--navList .navList-action {
    padding: 0.375rem 0; }
  .page-sidebar .facetedSearch .accordion--navList .navList-action--checkbox {
    padding-left: 2.25rem; }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 961px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }
    .brandGrid .brand .card-img-container {
      margin-left: auto;
      margin-right: auto; }

.brand-header {
  margin-bottom: 3rem;
  background-color: #e5e5e5;
  border-radius: 6px;
  padding: 1.5rem; }
  .brand-header--has-image {
    display: flex;
    flex-direction: column; }
  @media (min-width: 961px) {
    .brand-header {
      padding: 3rem; } }

@media (min-width: 961px) {
  .brand-header--has-image {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
    padding-right: 0; } }

.brand-header-content {
  flex: 1;
  min-width: 0;
  text-align: center;
  order: 2; }
  @media (min-width: 961px) {
    .brand-header--has-image .brand-header-content {
      flex: 1 1 55%;
      padding-right: 1.5rem;
      order: 1; } }

.brand-header-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
  color: #154533; }
  @media (min-width: 961px) {
    .brand-header-title {
      font-size: 2.5rem; } }

.brand-header-image-wrap {
  order: 1;
  margin-bottom: 1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-top: -1.5rem;
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  aspect-ratio: 16 / 9; }
  @media (min-width: 961px) {
    .brand-header-image-wrap {
      flex: 0 0 45%;
      margin: 0;
      margin-right: -1.5rem;
      order: 2; } }

.brand-header-image {
  max-width: 66%;
  max-height: 80%;
  object-fit: contain; }

.brand-image-container {
  max-width: 100px;
  position: relative; }
  .brand-image-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .brand-image-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }

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

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 961px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 551px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

@media (min-width: 961px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 25%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.25rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 961px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    page-break-inside: avoid;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 961px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 961px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 961px) {
  .productGrid--maxCol5 .product {
    width: 20%; } }

@media (min-width: 961px) {
  .productGrid--maxCol4 .product {
    width: 25%; } }

@media (min-width: 961px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 961px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.75rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 1261px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1261px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 551px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-button {
  background-color: rgba(252, 250, 248, 0.9);
  color: #333333; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: #fcfaf8;
    color: #333333; }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%; } }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.25rem;
    padding-right: 0.75rem;
    width: 75%; } }

@media (min-width: 1261px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1261px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.375rem; }

.listItem-brand {
  color: #999999;
  font-size: 1rem;
  margin: 0 0 0.1875rem; }
  @media (min-width: 961px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.1875rem; }
  @media (min-width: 961px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 961px) {
    .listItem-price {
      font-size: 20px; } }

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.5625rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.75rem 0 0; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 961px) {
    .productView {
      display: block;
      position: relative; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 961px) {
    .productView-images {
      width: 50%; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 961px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  @media (min-width: 961px) {
    .productView-details.product-data {
      order: -1; } }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  position: relative;
  z-index: 2;
  clear: both;
  background-color: #fcfaf8; }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 961px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after, .sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after, .custom-label-flag-star,
.custom-label-flag-star::before,
.custom-label-flag-star::after {
  content: "";
  display: block;
  height: 3.125rem;
  left: 0;
  overflow: visible;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.125rem;
  z-index: 10; }
  
  .sale-flag-star::before,
  .sold-out-flag-star::before,
  .custom-label-flag-star::before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }
  
  .sale-flag-star::after,
  .sold-out-flag-star::after,
  .custom-label-flag-star::after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after {
  background: #cc4749; }

.sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  background: #007dc6; }

.starwrap {
  height: 3.125rem;
  left: 12px;
  opacity: 0.75;
  pointer-events: none;
  position: absolute;
  top: 12px;
  width: 3.125rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 551px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1261px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst, .sold-out-text-burst, .custom-label-text-burst {
  font-weight: 600;
  line-height: 0.9375rem;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.125rem;
  z-index: 50; }

.sale-text-burst {
  color: #fcfaf8; }

.sold-out-text-burst {
  color: #fcfaf8; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star::before,
.product:hover .starwrap .sale-flag-star::after {
  background: black; }

.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star::before,
.product:hover .starwrap .sold-out-flag-star::after {
  background: black; }

.sale-flag-side, .sold-out-flag-side, .custom-label-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  line-height: 1rem;
  opacity: 0.75;
  padding-left: 0.5rem;
  padding-right: 0.75rem;
  padding-top: 0.09375rem;
  pointer-events: none;
  position: absolute;
  transition: background-color 800ms ease;
  white-space: nowrap;
  z-index: 10; }

.sale-flag-side {
  background: #cc4749;
  color: #fcfaf8; }

.sold-out-flag-side {
  background: #007dc6;
  color: #fcfaf8; }

.product:hover .sale-flag-side {
  background: black; }

.product:hover .sold-out-flag-side {
  background: black; }

.sale-flag-sash, .sold-out-flag-sash, .custom-label-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  left: -25px;
  line-height: 1rem;
  opacity: 0.75;
  padding-top: 0.09375rem;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  white-space: nowrap;
  width: 7.4375rem;
  z-index: 10; }

.sale-flag-sash {
  background: #cc4749;
  color: #fcfaf8; }

.sold-out-flag-sash {
  background: #007dc6;
  color: #fcfaf8; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 551px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: black; }

.product:hover .sold-out-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

.custom-label-flag-star,
.custom-label-flag-star::before,
.custom-label-flag-star::after {
  background: #154533; }

.custom-label-text-burst {
  color: white;
  font-weight: 400; }

.custom-label-flag-side {
  background: #154533;
  color: white;
  font-weight: 400;
  top: 24px; }

.custom-label-flag-sash {
  background: #154533;
  color: white;
  font-weight: 400;
  top: 50px; }

.product:hover .custom-label-flag-star,
.product:hover .custom-label-flag-star::before,
.product:hover .custom-label-flag-star::after {
  background: #7caa48; }

.product:hover .custom-label-flag-side {
  background: #7caa48; }

.product:hover .custom-label-flag-sash {
  background: #7caa48; }

.starwrap + .starwrap {
  top: 70px; }

.listItem-figure .custom-label-flag-sash {
  top: 50px; }
  @media (min-width: 551px) {
    .listItem-figure .custom-label-flag-sash {
      left: -20px;
      top: 45px; } }
  @media (min-width: 1261px) {
    .listItem-figure .custom-label-flag-sash {
      left: -15px;
      top: 50px; } }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible;
  border-radius: 50%;
  padding: 0;
  width: 40px;
  height: 40px;
  vertical-align: middle; }
  [data-product-attribute] .form-option.form-option-swatch .form-option-variant--color,
  [data-product-attribute] .form-option.form-option-swatch .form-option-variant--pattern {
    overflow: hidden; }
  [data-product-attribute] .form-option.form-option-swatch.unavailable {
    overflow: hidden; }
    [data-product-attribute] .form-option.form-option-swatch.unavailable::before {
      top: 50%;
      margin-top: -1px; }

.form-radio:checked + .form-option.form-option-swatch {
  box-shadow: 0 0 0 2px #4d878f; }

.form-option-variant--none {
  height: 40px;
  width: 40px;
  overflow: hidden;
  border-radius: 50%; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: center; }

.form-option.form-option-swatch[data-swatch-colors="2"],
.form-option.form-option-swatch[data-swatch-colors="3"] {
  position: relative; }
  .form-option.form-option-swatch[data-swatch-colors="2"] .form-option-variant--color,
  .form-option.form-option-swatch[data-swatch-colors="3"] .form-option-variant--color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%; }

.form-option.form-option-swatch[data-swatch-colors="2"] .form-option-variant--color:first-of-type {
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%); }

.form-option.form-option-swatch[data-swatch-colors="2"] .form-option-variant--color:last-of-type {
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%); }

.form-option.form-option-swatch[data-swatch-colors="3"] .form-option-variant--color:first-of-type {
  clip-path: polygon(0 0, 33.33% 0, 33.33% 100%, 0 100%); }

.form-option.form-option-swatch[data-swatch-colors="3"] .form-option-variant--color:nth-of-type(2) {
  clip-path: polygon(33.33% 0, 66.66% 0, 66.66% 100%, 33.33% 100%); }

.form-option.form-option-swatch[data-swatch-colors="3"] .form-option-variant--color:last-of-type {
  clip-path: polygon(66.66% 0, 100% 0, 100% 100%, 66.66% 100%); }

.form-option-expanded {
  background-color: #fcfaf8;
  border: 1px solid #474747;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 9999; }

.form-option-image {
  display: block;
  height: 100px;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 961px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 961px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 961px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

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

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 961px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 961px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 961px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

.homepage-intro {
  background-color: #e5e5e5;
  padding: 2.25rem;
  margin-bottom: 3rem;
  border-radius: 6px; }
  @media (min-width: 961px) {
    .homepage-intro {
      padding: 3rem; } }

.homepage-intro-content {
  text-align: center;
  margin-bottom: 2.25rem; }

.homepage-intro-brand {
  font-size: 1rem;
  font-weight: 700;
  color: #154533;
  margin: 0 0 0.375rem;
  line-height: 19px; }
  @media (min-width: 961px) {
    .homepage-intro-brand {
      font-size: 25px;
      margin-bottom: 1.5rem; } }

.homepage-intro-heading {
  font-size: 25px;
  font-weight: 700;
  color: #154533;
  margin: 0 0 0.75rem;
  line-height: 24px; }
  @media (min-width: 961px) {
    .homepage-intro-heading {
      font-size: 50px; } }

.homepage-intro-text {
  font-size: 1rem;
  color: #757575;
  margin: 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5; }

.homepage-intro-points {
  display: flex;
  flex-direction: column;
  gap: 1.5rem; }
  @media (min-width: 551px) {
    .homepage-intro-points {
      flex-direction: row;
      justify-content: center;
      gap: 2.25rem; } }
  @media (min-width: 961px) {
    .homepage-intro-points {
      gap: 3rem; } }

.homepage-intro-point {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-align: left; }
  @media (min-width: 551px) {
    .homepage-intro-point {
      flex-direction: column;
      text-align: center;
      flex: 1;
      max-width: 200px; } }

.homepage-intro-point-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4d878f;
  border-radius: 50%;
  color: #fff; }
  @media (min-width: 551px) {
    .homepage-intro-point-icon {
      width: 56px;
      height: 56px; } }
  .homepage-intro-point-icon svg {
    width: 24px;
    height: 24px; }
    @media (min-width: 551px) {
      .homepage-intro-point-icon svg {
        width: 28px;
        height: 28px; } }

.homepage-intro-point-content {
  min-width: 0; }

.homepage-intro-point-title {
  font-size: 1rem;
  font-weight: 600;
  color: #154533;
  margin: 0 0 0.1875rem;
  line-height: 19px; }
  @media (min-width: 551px) {
    .homepage-intro-point-title {
      font-size: 20px; } }

.homepage-intro-point-subtitle {
  font-size: 13px;
  color: #757575;
  margin: 0;
  line-height: 24px; }

.homepage-categories {
  margin-bottom: 3rem; }

.homepage-categories-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem; }
  @media (min-width: 961px) {
    .homepage-categories-grid {
      gap: 2.25rem; } }

.homepage-category-tile {
  flex: 1 1 calc(50% - 1.5rem);
  max-width: calc(50% - 1.5rem / 2);
  position: relative;
  display: block;
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none;
  aspect-ratio: 4 / 3; }
  @media (min-width: 961px) {
    .homepage-category-tile {
      flex: 1 1 calc(33.333% - 2.25rem);
      max-width: calc(33.333% - 1.5rem); } }
  @media (min-width: 961px) {
    .homepage-category-tile:first-child:nth-last-child(2),
    .homepage-category-tile:first-child:nth-last-child(2) ~ .homepage-category-tile {
      flex: 1 1 calc(50% - 2.25rem);
      max-width: calc(50% - 1.5rem); } }
  .homepage-category-tile:only-child {
    max-width: 600px; }
  .homepage-category-tile:hover .homepage-category-tile-img, .homepage-category-tile:focus .homepage-category-tile-img {
    transform: scale(1.05); }
  .homepage-category-tile:hover .homepage-category-tile-overlay, .homepage-category-tile:focus .homepage-category-tile-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.1) 100%); }
  .homepage-category-tile:hover .homepage-category-tile-title, .homepage-category-tile:focus .homepage-category-tile-title {
    color: #4d878f; }

.homepage-category-tile-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.homepage-category-tile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease; }

.homepage-category-tile-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #cccccc;
  color: #757575; }
  .homepage-category-tile-placeholder svg {
    opacity: 0.5; }

.homepage-category-tile-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
  transition: background 0.3s ease; }
  @media (min-width: 961px) {
    .homepage-category-tile-overlay {
      padding: 2.25rem; } }

.homepage-category-tile-title {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  transition: color 0.3s ease; }
  @media (min-width: 961px) {
    .homepage-category-tile-title {
      font-size: 25px; } }

.homepage-promo {
  margin-bottom: 3rem;
  border-radius: 6px;
  overflow: hidden; }

.homepage-promo-link {
  display: block;
  text-decoration: none; }
  .homepage-promo-link:hover .homepage-promo-image, .homepage-promo-link:focus .homepage-promo-image {
    transform: scale(1.02); }

.homepage-promo-picture {
  display: block;
  aspect-ratio: 3 / 1;
  background-color: #e5e5e5;
  overflow: hidden; }
  @media (max-width: 800px) {
    .homepage-promo-picture {
      aspect-ratio: 2 / 1; } }

.homepage-promo-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease; }

.homepage-brands {
  margin-bottom: 3rem; }

.homepage-brands-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem; }
  @media (min-width: 961px) {
    .homepage-brands-grid {
      gap: 2.25rem; } }

.homepage-brand-item {
  display: block;
  text-decoration: none;
  transition: transform 0.2s ease; }
  .homepage-brand-item:hover, .homepage-brand-item:focus {
    transform: translateY(-3px); }
    .homepage-brand-item:hover .homepage-brand-logo-wrap, .homepage-brand-item:focus .homepage-brand-logo-wrap {
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
    .homepage-brand-item:hover .homepage-brand-logo, .homepage-brand-item:focus .homepage-brand-logo {
      filter: grayscale(0);
      opacity: 1; }

.homepage-brand-logo-wrap {
  height: 80px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 6px;
  padding: 0.75rem;
  border: 1px solid #e5e5e5;
  transition: box-shadow 0.2s ease; }
  @media (min-width: 961px) {
    .homepage-brand-logo-wrap {
      height: 90px;
      width: 140px; } }

.homepage-brand-logo {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s ease, opacity 0.3s ease; }

.homepage-brand-name {
  font-size: 13px;
  font-weight: 600;
  color: #757575;
  text-align: center;
  display: block;
  padding: 0.375rem; }

.homepage-testimonials {
  margin-bottom: 3rem; }

.homepage-testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem; }
  @media (min-width: 551px) {
    .homepage-testimonials-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 961px) {
    .homepage-testimonials-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 2.25rem; } }

.homepage-testimonial {
  background-color: #e5e5e5;
  border-radius: 6px;
  padding: 2.25rem;
  min-height: 200px;
  display: flex;
  flex-direction: column; }
  @media (min-width: 961px) {
    .homepage-testimonial {
      padding: 3rem;
      min-height: 240px; } }

.homepage-testimonial-content {
  display: flex;
  flex-direction: column;
  flex: 1; }

.homepage-testimonial-quote {
  flex: 1;
  margin-bottom: 1.5rem; }

.homepage-testimonial-quote-icon {
  color: #4d878f;
  opacity: 0.5;
  margin-bottom: 0.75rem; }

.homepage-testimonial-text {
  font-size: 1rem;
  line-height: 1.5;
  color: #333333;
  margin: 0;
  font-style: italic; }

.homepage-testimonial-rating {
  margin-bottom: 0.75rem; }

.homepage-testimonial-stars {
  font-size: 25px;
  color: #757575;
  line-height: 1;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  background: linear-gradient(to right, #c7bd2e 0%, #c7bd2e var(--star-percent, 100%), #757575 var(--star-percent, 100%));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; }

[data-rating="5"] .homepage-testimonial-stars {
  --star-percent: 100%; }

[data-rating="4"] .homepage-testimonial-stars {
  --star-percent: 80%; }

[data-rating="3"] .homepage-testimonial-stars {
  --star-percent: 60%; }

[data-rating="2"] .homepage-testimonial-stars {
  --star-percent: 40%; }

[data-rating="1"] .homepage-testimonial-stars {
  --star-percent: 20%; }

.homepage-testimonial-author {
  display: flex;
  flex-direction: column;
  gap: 0.1875rem; }

.homepage-testimonial-name {
  font-size: 1rem;
  font-weight: 600;
  color: #154533; }

.homepage-testimonial-location {
  font-size: 13px;
  color: #757575; }

.homepage-seasonal {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 3rem;
  background-color: #e5e5e5;
  border-radius: 6px;
  overflow: hidden; }
  @media (min-width: 961px) {
    .homepage-seasonal {
      grid-template-columns: 1fr 1fr;
      gap: 0; } }
  @media (min-width: 961px) {
    .homepage-seasonal--image-right .homepage-seasonal-image-wrap {
      order: 2; }
    .homepage-seasonal--image-right .homepage-seasonal-content {
      order: 1; } }

.homepage-seasonal-image-wrap {
  aspect-ratio: 4 / 3;
  overflow: hidden; }
  @media (min-width: 961px) {
    .homepage-seasonal-image-wrap {
      aspect-ratio: auto;
      min-height: 300px; } }

.homepage-seasonal-image {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.homepage-seasonal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.25rem; }
  @media (min-width: 961px) {
    .homepage-seasonal-content {
      padding: 4.5rem; } }

.homepage-seasonal-heading {
  font-size: 25px;
  font-weight: 700;
  color: #154533;
  margin: 0 0 0.75rem;
  line-height: 1.1; }
  @media (min-width: 961px) {
    .homepage-seasonal-heading {
      font-size: 50px;
      line-height: 1.1; } }

.homepage-seasonal-description {
  font-size: 1rem;
  color: #757575;
  margin: 0 0 1.5rem;
  line-height: 1.5; }
  @media (min-width: 961px) {
    .homepage-seasonal-description {
      font-size: 25px;
      margin-bottom: 2.25rem; } }

.homepage-seasonal-button {
  align-self: flex-start; }

.homepage-categories > .page-heading,
.homepage-featured > .page-heading,
.homepage-top-sellers > .page-heading,
.homepage-new > .page-heading,
.homepage-brands > .page-heading,
.homepage-testimonials > .page-heading,
.homepage-blog > .page-heading,
.homepage-seasonal-spotlight > .page-heading {
  font-weight: 700; }
