@charset "UTF-8";
meta.foundation-version {
  font-family: "/5.5.3/"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1, h2, h3 {
  font-family: "new-kansas", sans-serif;
  font-weight: 500;
  font-style: normal; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

body {
  background: white;
  color: var(--color-black);
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.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: 801px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 16px; } }

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

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

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  font-family: "new-kansas", Arial, Helvetica, sans-serif;
  letter-spacing: 0.25px;
  margin-bottom: 0.75rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #726e6e;
    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 #918f8c;
  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: var(--color-black);
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

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

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

.icon {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    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 #918f8c;
  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 #918f8c; }

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

.table-tbody tr {
  border-bottom: 1px solid #918f8c; }
  .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, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .addrexxOverlay .addrexxButtonSet button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "new-kansas", 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: var(--color-primary);
  color: var(--color-black);
  font-size: 1rem;
  padding: 0.875rem 2.25rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:hover, .site-homedics2 .aa-Panel .show-all-products-btn:hover, .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:hover, .site-homedics2 .addrexxOverlay .addrexxButtonSet button:hover, .button:focus, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:focus, .site-homedics2 .aa-Panel .show-all-products-btn:focus, .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:focus, .site-homedics2 .addrexxOverlay .addrexxButtonSet button:focus, .button.is-active, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.is-active, .site-homedics2 .aa-Panel .is-active.show-all-products-btn, .site-homedics2 .ais-InfiniteHits ol li .is-active.aa-ItemActionButton, .site-homedics2 .addrexxOverlay .addrexxButtonSet button.is-active, .button.active, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.active, .site-homedics2 .aa-Panel .active.show-all-products-btn, .site-homedics2 .ais-InfiniteHits ol li .active.aa-ItemActionButton, .site-homedics2 .addrexxOverlay .addrexxButtonSet button.active {
    background-color: transparent;
    border-color: var(--color-primary);
    color: var(--color-white); }
  .button:active, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:active, .site-homedics2 .aa-Panel .show-all-products-btn:active, .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:active, .site-homedics2 .addrexxOverlay .addrexxButtonSet button:active {
    background-color: transparent;
    border: 1px solid var(--color-amazonite);
    color: var(--color-black); }
  .button:focus, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:focus, .site-homedics2 .aa-Panel .show-all-products-btn:focus, .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:focus, .site-homedics2 .addrexxOverlay .addrexxButtonSet button:focus, .button.is-active, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.is-active, .site-homedics2 .aa-Panel .is-active.show-all-products-btn, .site-homedics2 .ais-InfiniteHits ol li .is-active.aa-ItemActionButton, .site-homedics2 .addrexxOverlay .addrexxButtonSet button.is-active, .button.active, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.active, .site-homedics2 .aa-Panel .active.show-all-products-btn, .site-homedics2 .ais-InfiniteHits ol li .active.aa-ItemActionButton, .site-homedics2 .addrexxOverlay .addrexxButtonSet button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button + .button, .site-homedics2 .aa-Panel .show-all-products-btn + .button, .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton + .button, .site-homedics2 .addrexxOverlay .addrexxButtonSet button + .button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button + button, .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset .show-all-products-btn + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel .show-all-products-btn + button, .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset .aa-ItemActionButton + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li .aa-ItemActionButton + button, .site-homedics2 .aa-Panel .button + .show-all-products-btn, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel button + .show-all-products-btn, .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset button + .show-all-products-btn, .site-homedics2 .aa-Panel .show-all-products-btn + .show-all-products-btn, .site-homedics2 .ais-InfiniteHits ol li .aa-Panel .aa-ItemActionButton + .show-all-products-btn, .site-homedics2 .aa-Panel .ais-InfiniteHits ol li .aa-ItemActionButton + .show-all-products-btn, .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel button + .show-all-products-btn, .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet button + .show-all-products-btn, .site-homedics2 .ais-InfiniteHits ol li .button + .aa-ItemActionButton, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li button + .aa-ItemActionButton, .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset button + .aa-ItemActionButton, .site-homedics2 .aa-Panel .ais-InfiniteHits ol li .show-all-products-btn + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .aa-Panel .show-all-products-btn + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton + .aa-ItemActionButton, .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li button + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet button + .aa-ItemActionButton, .site-homedics2 .addrexxOverlay .addrexxButtonSet .button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .addrexxOverlay .addrexxButtonSet button + button, .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet .show-all-products-btn + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel .show-all-products-btn + button, .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet .aa-ItemActionButton + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li .aa-ItemActionButton + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet 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, .site-homedics2 .ais-left-panel .custom-filter-buttons .ais-ClearRefinements-button {
  background-color: var(--color-amazonite);
  border-color: var(--color-amazonite);
  color: var(--color-black); }
  .button--primary:hover, .site-homedics2 .ais-left-panel .custom-filter-buttons .ais-ClearRefinements-button:hover, .button--primary:focus, .site-homedics2 .ais-left-panel .custom-filter-buttons .ais-ClearRefinements-button:focus, .button--primary.is-active, .site-homedics2 .ais-left-panel .custom-filter-buttons .is-active.ais-ClearRefinements-button, .button--primary.active, .site-homedics2 .ais-left-panel .custom-filter-buttons .active.ais-ClearRefinements-button {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-black); }
  .button--primary:active, .site-homedics2 .ais-left-panel .custom-filter-buttons .ais-ClearRefinements-button:active {
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    color: var(--color-black); }

.button[disabled], .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button[disabled], .site-homedics2 .aa-Panel .show-all-products-btn[disabled], .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton[disabled], .site-homedics2 .addrexxOverlay .addrexxButtonSet button[disabled] {
  background-color: transparent;
  border-color: var(--color-cloud);
  color: var(--color-gray-lilac);
  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, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button + .button--slab, .site-homedics2 .aa-Panel .show-all-products-btn + .button--slab, .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton + .button--slab, .site-homedics2 .addrexxOverlay .addrexxButtonSet button + .button--slab {
    margin-left: 0; }

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

/*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, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .buttonGroup > button, .site-homedics2 .aa-Panel .buttonGroup > .show-all-products-btn, .site-homedics2 .ais-InfiniteHits ol li .buttonGroup > .aa-ItemActionButton, .site-homedics2 .addrexxOverlay .addrexxButtonSet .buttonGroup > button {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .buttonGroup > button:first-child, .site-homedics2 .aa-Panel .buttonGroup > .show-all-products-btn:first-child, .site-homedics2 .ais-InfiniteHits ol li .buttonGroup > .aa-ItemActionButton:first-child, .site-homedics2 .addrexxOverlay .addrexxButtonSet .buttonGroup > button:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .buttonGroup > .button:last-child, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .buttonGroup > button:last-child, .site-homedics2 .aa-Panel .buttonGroup > .show-all-products-btn:last-child, .site-homedics2 .ais-InfiniteHits ol li .buttonGroup > .aa-ItemActionButton:last-child, .site-homedics2 .addrexxOverlay .addrexxButtonSet .buttonGroup > button:last-child {
      border-bottom-right-radius: 4px;
      border-right-width: 1px;
      border-top-right-radius: 4px; }

/*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: #383736;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #726e6e;
    font-size: 0.625rem;
    text-transform: uppercase;
    vertical-align: bottom; }

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

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

<div class="form-field">
    <label class="form-label" for="disabled_input2">Input Label</label>
    <input class="form-input" id="disabled_input2" readonly type="text" value="Readonly text">
</div>
```
*/ }
  .form-input:disabled {
    background-color: white;
    color: #999999;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #e5e5e5;
    border-color: #999999;
    color: #757575;
    cursor: text; }
  .form-input:focus {
    border-color: black;
    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: #949494;
  color: #383736;
  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: 4px; }
  .form-select:focus {
    border-color: black; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: black; }

/*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(0, 0, 0, 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 #cccccc;
      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: white; }

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

.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, .form-prefixPostfix .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-prefixPostfix button, .form-prefixPostfix .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .form-prefixPostfix .show-all-products-btn, .form-prefixPostfix .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .form-prefixPostfix .aa-ItemActionButton, .form-prefixPostfix .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .form-prefixPostfix button {
    height: 3rem; }

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

.form-prefixPostfix-label {
  background-color: white;
  border: solid #999999;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 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: #383736;
    box-shadow: 0 0 4px rgba(56, 55, 54, 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: #008a06;
    border-color: #008a06; }
  .switch--disabled .switch-toggle {
    background-color: #e5e5e5;
    border-color: #999999;
    cursor: default; }

.switch-toggle::before {
  background: white;
  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: white;
  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: white; }
    .switch--disabled .switch-label--icon.icon svg {
      fill: #757575; }

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix_button">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="invalid_postfix_button" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                This is a really long error message to give alot
                more detail to the user about what is wrong with this field.
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                Something else was wrong
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                You really messed up here
            </label>
        </li>
    </ul>
</div>
```
*/
.form-input-indicator {
  height: 1.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: #008a06; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb {
  color: #726e6e;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #726e6e; }
  .breadcrumb.current {
    color: #726e6e;
    cursor: default; }
    .breadcrumb.current a {
      color: #726e6e;
      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: #726e6e;
    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: #726e6e;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

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

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

.tab-title {
  color: #726e6e;
  display: block;
  font-size: 15px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: var(--color-black); }

.tab.is-active .tab-title {
  color: var(--color-black);
  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: black;
  font-size: 15px;
  padding: 0.1875rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #726e6e;
    font-size: 1rem;
    margin-left: 0.375rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #726e6e;
      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: black; }

li.pagination-item--current a, li.pagination-item--current button {
  color: black;
  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: white; }
  .alertBox .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .alertBox .button, .alertBox .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .alertBox button, .alertBox .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .alertBox .show-all-products-btn, .alertBox .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .alertBox .aa-ItemActionButton, .alertBox .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .alertBox button {
    margin: 0 0 0 0.75rem; }

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

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

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

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

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

.alertBox-icon {
  padding-right: 1.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: #918f8c solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 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: #918f8c solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: var(--color-black);
    padding: 1.875rem;
    display: block;
    font-family: "Inter", 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: #918f8c solid;
  border-width: 0 0 1px; }
  .accordion-content.is-open {
    display: block; }

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #918f8c;
  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 #918f8c;
  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 #918f8c;
  padding: 0.75rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button, .modal-footer .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .modal-footer button, .modal-footer .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .modal-footer .show-all-products-btn, .modal-footer .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .modal-footer .aa-ItemActionButton, .modal-footer .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .modal-footer button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button, .modal-footer .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .modal-footer button, .modal-footer .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .modal-footer .show-all-products-btn, .modal-footer .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .modal-footer .aa-ItemActionButton, .modal-footer .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .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: 4px;
  color: white;
  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: white white #999999 #999999;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

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

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

```sass_file_example
src/settings/bigcommerce/actionBar/_settings.scss
```
*/
.actionBar {
  margin: 1.5rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button, .actionBar .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .actionBar button, .actionBar .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .actionBar .show-all-products-btn, .actionBar .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .actionBar .aa-ItemActionButton, .actionBar .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .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: #726e6e; }

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

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

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

/* 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: #999999;
    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: #726e6e;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #6fccde;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  border: 1px solid white;
  height: 3.8125rem;
  margin-top: -0.9375rem;
  padding: 0.625rem;
  width: 2.5rem; }
  .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: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -10px; }
  @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='%23999999' 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;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjOTg5ODk4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }

.slick-prev {
  left: -15px; }
  @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='%23999999' 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;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzk4OTg5OCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg=="); }

.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 #726e6e;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #726e6e; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #6fccde; }

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

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

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

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

.nanobar {
  display: none;
  width: 100%;
  height: 0.3125rem;
  z-index: 9999;
  top: 0;
  pointer-events: none;
  user-select: none; }
  .nanobar .bar {
    width: 0;
    height: 100%;
    transition: height .1s;
    background-color: #999999; }

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9; }
  .swal2-popup.swal2-toast .swal2-header {
    flex-direction: row;
    padding: 0; }
  .swal2-popup.swal2-toast .swal2-title {
    flex-grow: 1;
    justify-content: flex-start;
    margin: 0 0.6em;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-footer {
    margin: 0.5em 0 0;
    padding: 0.5em 0 0;
    font-size: 0.8em; }
  .swal2-popup.swal2-toast .swal2-close {
    position: static;
    width: 0.8em;
    height: 0.8em;
    line-height: 0.8; }
  .swal2-popup.swal2-toast .swal2-content {
    justify-content: flex-start;
    padding: 0;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0; }
    .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 1.8em;
      font-weight: bold; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
          font-size: .25em; } }
    .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      top: .875em;
      width: 1.375em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: .3125em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: .3125em; }
  .swal2-popup.swal2-toast .swal2-actions {
    flex-basis: auto !important;
    width: auto;
    height: auto;
    margin: 0 .3125em; }
  .swal2-popup.swal2-toast .swal2-styled {
    margin: 0 .3125em;
    padding: .3125em .625em;
    font-size: 1em; }
    .swal2-popup.swal2-toast .swal2-styled:focus {
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 1.6em;
      height: 3em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.8em;
        left: -.5em;
        transform: rotate(-45deg);
        transform-origin: 2em 2em;
        border-radius: 4em 0 0 4em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.25em;
        left: .9375em;
        transform-origin: 0 1.5em;
        border-radius: 0 4em 4em 0; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
      top: 0;
      left: .4375em;
      width: .4375em;
      height: 2.6875em; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
      height: .3125em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 1.125em;
        left: .1875em;
        width: .75em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
        top: .9375em;
        right: .1875em;
        width: 1.375em; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-toast-animate-success-line-tip .75s; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-toast-animate-success-line-long .75s; }
  .swal2-popup.swal2-toast.swal2-show {
    animation: swal2-toast-show 0.5s; }
  .swal2-popup.swal2-toast.swal2-hide {
    animation: swal2-toast-hide 0.1s forwards; }

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch; }
  .swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, 0.4); }
  .swal2-container.swal2-backdrop-hide {
    background: transparent !important; }
  .swal2-container.swal2-top {
    align-items: flex-start; }
  .swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start; }
  .swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end; }
  .swal2-container.swal2-center {
    align-items: center; }
  .swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start; }
  .swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    align-items: flex-end; }
  .swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start; }
  .swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom > :first-child,
  .swal2-container.swal2-bottom-start > :first-child,
  .swal2-container.swal2-bottom-left > :first-child,
  .swal2-container.swal2-bottom-end > :first-child,
  .swal2-container.swal2-bottom-right > :first-child {
    margin-top: auto; }
  .swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center; }
  .swal2-container.swal2-grow-row > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center; }
  .swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column; }
    .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
      align-items: center; }
    .swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
      align-items: flex-start; }
    .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
      align-items: flex-end; }
    .swal2-container.swal2-grow-column > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
  .swal2-container.swal2-no-transition {
    transition: none !important; }
  .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem; }
  .swal2-popup:focus {
    outline: none; }
  .swal2-popup.swal2-loading {
    overflow-y: hidden; }

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em; }

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word; }

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0; }
  .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4; }
  .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
  .swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    box-sizing: border-box;
    width: 2.5em;
    height: 2.5em;
    margin: .46875em;
    padding: 0;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: .25em solid transparent;
    border-radius: 100%;
    border-color: transparent;
    background-color: transparent !important;
    color: transparent !important;
    cursor: default;
    user-select: none; }
  .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
    margin-right: 30px;
    margin-left: 30px; }
  .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: 3px solid #999999;
    border-radius: 50%;
    border-right-color: transparent;
    box-shadow: 1px 1px 1px #fff; }

.swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  box-shadow: none;
  font-weight: 500; }
  .swal2-styled:not([disabled]) {
    cursor: pointer; }
  .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #3085d6;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #aaa;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-styled::-moz-focus-inner {
    border: 0; }

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em; }

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 0.3125em;
  border-bottom-left-radius: 0.3125em; }

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2); }

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto; }

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer; }
  .swal2-close:hover {
    transform: none;
    background: transparent;
    color: #f27474; }
  .swal2-close::-moz-focus-inner {
    border: 0; }

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word; }

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto; }

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em; }
  .swal2-input.swal2-inputerror,
  .swal2-file.swal2-inputerror,
  .swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important; }
  .swal2-input:focus,
  .swal2-file:focus,
  .swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: none;
    box-shadow: 0 0 3px #c4e6f5; }
  .swal2-input::placeholder,
  .swal2-file::placeholder,
  .swal2-textarea::placeholder {
    color: #cccccc; }

.swal2-range {
  margin: 1em auto;
  background: #fff; }
  .swal2-range input {
    width: 80%; }
  .swal2-range output {
    width: 20%;
    color: inherit;
    font-weight: 600;
    text-align: center; }
  .swal2-range input,
  .swal2-range output {
    height: 2.625em;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em; }

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em; }
  .swal2-input[type='number'] {
    max-width: 10em; }

.swal2-file {
  background: inherit;
  font-size: 1.125em; }

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em; }

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em; }

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit; }
  .swal2-radio label,
  .swal2-checkbox label {
    margin: 0 .6em;
    font-size: 1.125em; }
  .swal2-radio input,
  .swal2-checkbox input {
    margin: 0 .4em; }

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300; }
  .swal2-validation-message::before {
    content: '!';
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 .625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center; }

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none; }
  .swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 3.75em; }
  .swal2-icon.swal2-error {
    border-color: #f27474;
    color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      flex-grow: 1; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      display: block;
      position: absolute;
      top: 2.3125em;
      width: 2.9375em;
      height: .3125em;
      border-radius: .125em;
      background-color: #f27474; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: 1.0625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: 1em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-error.swal2-icon-show {
      animation: swal2-animate-error-icon .5s; }
      .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
        animation: swal2-animate-error-x-mark .5s; }
  .swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86; }
  .swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee; }
  .swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86;
    color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 3.75em;
      height: 7.5em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.4375em;
        left: -2.0635em;
        transform: rotate(-45deg);
        transform-origin: 3.75em 3.75em;
        border-radius: 7.5em 0 0 7.5em; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.6875em;
        left: 1.875em;
        transform: rotate(-45deg);
        transform-origin: 0 3.75em;
        border-radius: 0 7.5em 7.5em 0; }
    .swal2-icon.swal2-success .swal2-success-ring {
      position: absolute;
      z-index: 2;
      top: -.25em;
      left: -.25em;
      box-sizing: content-box;
      width: 100%;
      height: 100%;
      border: 0.25em solid rgba(165, 220, 134, 0.3);
      border-radius: 50%; }
    .swal2-icon.swal2-success .swal2-success-fix {
      position: absolute;
      z-index: 1;
      top: .5em;
      left: 1.625em;
      width: .4375em;
      height: 5.625em;
      transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      display: block;
      position: absolute;
      z-index: 2;
      height: .3125em;
      border-radius: .125em;
      background-color: #a5dc86; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 2.875em;
        left: .8125em;
        width: 1.5625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-animate-success-line-tip .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-animate-success-line-long .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
      animation: swal2-rotate-success-circular-line 4.25s ease-in; }

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600; }
  .swal2-progress-steps li {
    display: inline-block;
    position: relative; }
  .swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #3085d6;
    color: #fff;
    line-height: 2em;
    text-align: center; }
    .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
      background: #3085d6; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
        background: #add8e6;
        color: #fff; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
        background: #add8e6; }
  .swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #3085d6; }

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent; }

.swal2-show {
  animation: swal2-show 0.3s; }

.swal2-hide {
  animation: swal2-hide 0.15s forwards; }

.swal2-noanimation {
  transition: none; }

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.swal2-rtl .swal2-close {
  right: auto;
  left: 0; }

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4); } }

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    transform: translateY(0) rotateZ(0deg); } }

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

@keyframes swal2-show {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }

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

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden; }

body.swal2-height-auto {
  height: auto !important; }

body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important; }
  body.swal2-no-backdrop .swal2-container > .swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  body.swal2-no-backdrop .swal2-container.swal2-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
    top: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
    top: 0;
    right: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
    bottom: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
    right: 0;
    bottom: 0; }

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
      display: none; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
      position: static !important; } }

body.swal2-toast-shown .swal2-container {
  background-color: transparent; }
  body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto; }
  body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto; }

body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch; }
  body.swal2-toast-column .swal2-toast .swal2-actions {
    flex: 1;
    align-self: stretch;
    height: 2.2em;
    margin-top: .3125em; }
  body.swal2-toast-column .swal2-toast .swal2-loading {
    justify-content: center; }
  body.swal2-toast-column .swal2-toast .swal2-input {
    height: 2em;
    margin: .3125em auto;
    font-size: 1em; }
  body.swal2-toast-column .swal2-toast .swal2-validation-message {
    font-size: 1em; }

.swal2-modal {
  background-color: #ffffff !important;
  border-radius: 4px;
  font-family: "Inter", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #000000;
    font-size: 1.875rem; }
  .swal2-modal .swal2-content {
    color: var(--color-black);
    font-size: 1.125rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #949494;
    color: #383736; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #383736; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "new-kansas", 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: var(--color-primary);
    color: var(--color-black);
    font-size: 1rem;
    padding: 0.875rem 2.25rem;
    border-radius: 4px;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: transparent;
      border-color: var(--color-primary);
      color: var(--color-white); }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid var(--color-amazonite);
      color: var(--color-black); }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: var(--color-amazonite);
    border-color: var(--color-amazonite);
    color: var(--color-black); }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-black); }
  .swal2-modal .swal2-confirm:active {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-black); }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: var(--color-primary);
    color: var(--color-black); }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: var(--color-primary);
    color: var(--color-white); }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: var(--color-amazonite);
    color: var(--color-black); }
  .swal2-modal .button + .button, .swal2-modal .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button + .button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .swal2-modal button + .button, .swal2-modal .site-homedics2 .aa-Panel .show-all-products-btn + .button, .site-homedics2 .aa-Panel .swal2-modal .show-all-products-btn + .button, .swal2-modal .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton + .button, .site-homedics2 .ais-InfiniteHits ol li .swal2-modal .aa-ItemActionButton + .button, .swal2-modal .site-homedics2 .addrexxOverlay .addrexxButtonSet button + .button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .swal2-modal button + .button, .swal2-modal .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .swal2-modal .button + button, .swal2-modal .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .swal2-modal button + button, .swal2-modal .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset .show-all-products-btn + button, .swal2-modal .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel .show-all-products-btn + button, .site-homedics2.pagetype-checkout .aa-Panel .swal2-modal .ui-dialog .ui-dialog-buttonset .show-all-products-btn + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel .swal2-modal .show-all-products-btn + button, .swal2-modal .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset .aa-ItemActionButton + button, .swal2-modal .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li .aa-ItemActionButton + button, .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .swal2-modal .ui-dialog .ui-dialog-buttonset .aa-ItemActionButton + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li .swal2-modal .aa-ItemActionButton + button, .site-homedics2.pagetype-checkout .addrexxOverlay .addrexxButtonSet .swal2-modal .ui-dialog .ui-dialog-buttonset button + button, .swal2-modal .site-homedics2 .aa-Panel .button + .show-all-products-btn, .site-homedics2 .aa-Panel .swal2-modal .button + .show-all-products-btn, .swal2-modal .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel button + .show-all-products-btn, .swal2-modal .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset button + .show-all-products-btn, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .swal2-modal .aa-Panel button + .show-all-products-btn, .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset .swal2-modal button + .show-all-products-btn, .swal2-modal .site-homedics2 .aa-Panel .show-all-products-btn + .show-all-products-btn, .site-homedics2 .aa-Panel .swal2-modal .show-all-products-btn + .show-all-products-btn, .swal2-modal .site-homedics2 .ais-InfiniteHits ol li .aa-Panel .aa-ItemActionButton + .show-all-products-btn, .swal2-modal .site-homedics2 .aa-Panel .ais-InfiniteHits ol li .aa-ItemActionButton + .show-all-products-btn, .site-homedics2 .ais-InfiniteHits ol li .swal2-modal .aa-Panel .aa-ItemActionButton + .show-all-products-btn, .site-homedics2 .aa-Panel .ais-InfiniteHits ol li .swal2-modal .aa-ItemActionButton + .show-all-products-btn, .swal2-modal .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel button + .show-all-products-btn, .swal2-modal .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet button + .show-all-products-btn, .site-homedics2 .addrexxOverlay .addrexxButtonSet .swal2-modal .aa-Panel button + .show-all-products-btn, .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet .swal2-modal button + .show-all-products-btn, .swal2-modal .site-homedics2 .ais-InfiniteHits ol li .button + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .swal2-modal .button + .aa-ItemActionButton, .swal2-modal .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li button + .aa-ItemActionButton, .swal2-modal .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset button + .aa-ItemActionButton, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .swal2-modal .ais-InfiniteHits ol li button + .aa-ItemActionButton, .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset .swal2-modal button + .aa-ItemActionButton, .swal2-modal .site-homedics2 .aa-Panel .ais-InfiniteHits ol li .show-all-products-btn + .aa-ItemActionButton, .swal2-modal .site-homedics2 .ais-InfiniteHits ol li .aa-Panel .show-all-products-btn + .aa-ItemActionButton, .site-homedics2 .aa-Panel .swal2-modal .ais-InfiniteHits ol li .show-all-products-btn + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .aa-Panel .swal2-modal .show-all-products-btn + .aa-ItemActionButton, .swal2-modal .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .swal2-modal .aa-ItemActionButton + .aa-ItemActionButton, .swal2-modal .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li button + .aa-ItemActionButton, .swal2-modal .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet button + .aa-ItemActionButton, .site-homedics2 .addrexxOverlay .addrexxButtonSet .swal2-modal .ais-InfiniteHits ol li button + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet .swal2-modal button + .aa-ItemActionButton, .swal2-modal .site-homedics2 .addrexxOverlay .addrexxButtonSet .button + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .swal2-modal .button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .swal2-modal .addrexxOverlay .addrexxButtonSet button + button, .swal2-modal .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet .show-all-products-btn + button, .swal2-modal .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel .show-all-products-btn + button, .site-homedics2 .aa-Panel .swal2-modal .addrexxOverlay .addrexxButtonSet .show-all-products-btn + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel .swal2-modal .show-all-products-btn + button, .swal2-modal .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet .aa-ItemActionButton + button, .swal2-modal .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li .aa-ItemActionButton + button, .site-homedics2 .ais-InfiniteHits ol li .swal2-modal .addrexxOverlay .addrexxButtonSet .aa-ItemActionButton + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li .swal2-modal .aa-ItemActionButton + button, .swal2-modal .site-homedics2 .addrexxOverlay .addrexxButtonSet button + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .swal2-modal button + button {
    margin-left: 0.75rem; }

.swal2-icon {
  display: flex; }

html,
body {
  height: auto; }

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

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

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

body {
  font-size: 1rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  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; }

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: #726e6e;
  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(56, 55, 54, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.5625rem top 0.6875rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

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

.form-label--inlineSmall small {
  color: #726e6e;
  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 #918f8c; }
  .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, .table-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .table-actions button, .table-actions .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .table-actions .show-all-products-btn, .table-actions .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .table-actions .aa-ItemActionButton, .table-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .table-actions button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 551px) {
      .table-actions .button, .table-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .table-actions button, .table-actions .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .table-actions .show-all-products-btn, .table-actions .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .table-actions .aa-ItemActionButton, .table-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .table-actions button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 551px) {
      .table-actions .button + .button, .table-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button + .button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .table-actions button + .button, .table-actions .site-homedics2 .aa-Panel .show-all-products-btn + .button, .site-homedics2 .aa-Panel .table-actions .show-all-products-btn + .button, .table-actions .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton + .button, .site-homedics2 .ais-InfiniteHits ol li .table-actions .aa-ItemActionButton + .button, .table-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet button + .button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .table-actions button + .button, .table-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .table-actions .button + button, .table-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .table-actions button + button, .table-actions .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset .show-all-products-btn + button, .table-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel .show-all-products-btn + button, .site-homedics2.pagetype-checkout .aa-Panel .table-actions .ui-dialog .ui-dialog-buttonset .show-all-products-btn + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel .table-actions .show-all-products-btn + button, .table-actions .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset .aa-ItemActionButton + button, .table-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li .aa-ItemActionButton + button, .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .table-actions .ui-dialog .ui-dialog-buttonset .aa-ItemActionButton + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li .table-actions .aa-ItemActionButton + button, .site-homedics2.pagetype-checkout .addrexxOverlay .addrexxButtonSet .table-actions .ui-dialog .ui-dialog-buttonset button + button, .table-actions .site-homedics2 .aa-Panel .button + .show-all-products-btn, .site-homedics2 .aa-Panel .table-actions .button + .show-all-products-btn, .table-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel button + .show-all-products-btn, .table-actions .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset button + .show-all-products-btn, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .table-actions .aa-Panel button + .show-all-products-btn, .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset .table-actions button + .show-all-products-btn, .table-actions .site-homedics2 .aa-Panel .show-all-products-btn + .show-all-products-btn, .site-homedics2 .aa-Panel .table-actions .show-all-products-btn + .show-all-products-btn, .table-actions .site-homedics2 .ais-InfiniteHits ol li .aa-Panel .aa-ItemActionButton + .show-all-products-btn, .table-actions .site-homedics2 .aa-Panel .ais-InfiniteHits ol li .aa-ItemActionButton + .show-all-products-btn, .site-homedics2 .ais-InfiniteHits ol li .table-actions .aa-Panel .aa-ItemActionButton + .show-all-products-btn, .site-homedics2 .aa-Panel .ais-InfiniteHits ol li .table-actions .aa-ItemActionButton + .show-all-products-btn, .table-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel button + .show-all-products-btn, .table-actions .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet button + .show-all-products-btn, .site-homedics2 .addrexxOverlay .addrexxButtonSet .table-actions .aa-Panel button + .show-all-products-btn, .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet .table-actions button + .show-all-products-btn, .table-actions .site-homedics2 .ais-InfiniteHits ol li .button + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .table-actions .button + .aa-ItemActionButton, .table-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li button + .aa-ItemActionButton, .table-actions .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset button + .aa-ItemActionButton, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .table-actions .ais-InfiniteHits ol li button + .aa-ItemActionButton, .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset .table-actions button + .aa-ItemActionButton, .table-actions .site-homedics2 .aa-Panel .ais-InfiniteHits ol li .show-all-products-btn + .aa-ItemActionButton, .table-actions .site-homedics2 .ais-InfiniteHits ol li .aa-Panel .show-all-products-btn + .aa-ItemActionButton, .site-homedics2 .aa-Panel .table-actions .ais-InfiniteHits ol li .show-all-products-btn + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .aa-Panel .table-actions .show-all-products-btn + .aa-ItemActionButton, .table-actions .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .table-actions .aa-ItemActionButton + .aa-ItemActionButton, .table-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li button + .aa-ItemActionButton, .table-actions .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet button + .aa-ItemActionButton, .site-homedics2 .addrexxOverlay .addrexxButtonSet .table-actions .ais-InfiniteHits ol li button + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet .table-actions button + .aa-ItemActionButton, .table-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet .button + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .table-actions .button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .table-actions .addrexxOverlay .addrexxButtonSet button + button, .table-actions .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet .show-all-products-btn + button, .table-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel .show-all-products-btn + button, .site-homedics2 .aa-Panel .table-actions .addrexxOverlay .addrexxButtonSet .show-all-products-btn + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel .table-actions .show-all-products-btn + button, .table-actions .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet .aa-ItemActionButton + button, .table-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li .aa-ItemActionButton + button, .site-homedics2 .ais-InfiniteHits ol li .table-actions .addrexxOverlay .addrexxButtonSet .aa-ItemActionButton + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li .table-actions .aa-ItemActionButton + button, .table-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet button + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .table-actions button + button {
        margin-left: 0.375rem; } }

.table--line {
  border-color: #918f8c;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #918f8c;
    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 #918f8c; }
    .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.is-loading .loadingOverlay {
  background: none;
  padding: 4.5rem 0;
  position: relative; }

.dropdown-menu.is-open {
  display: block; }

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

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

#wishlist-dropdown.is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 551px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 801px) {
    #wishlist-dropdown.is-open {
      padding-right: 0px; } }
  @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: none;
    margin-bottom: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button, #wishlist-dropdown.is-open .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset #wishlist-dropdown.is-open button, #wishlist-dropdown.is-open .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel #wishlist-dropdown.is-open .show-all-products-btn, #wishlist-dropdown.is-open .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li #wishlist-dropdown.is-open .aa-ItemActionButton, #wishlist-dropdown.is-open .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet #wishlist-dropdown.is-open button {
    background-color: white;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button, #wishlist-dropdown.is-open li:not(:last-child) .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset #wishlist-dropdown.is-open li:not(:last-child) button, #wishlist-dropdown.is-open li:not(:last-child) .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel #wishlist-dropdown.is-open li:not(:last-child) .show-all-products-btn, #wishlist-dropdown.is-open .site-homedics2 .ais-InfiniteHits ol li:not(:last-child) .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol #wishlist-dropdown.is-open li:not(:last-child) .aa-ItemActionButton, #wishlist-dropdown.is-open li:not(:last-child) .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet #wishlist-dropdown.is-open li:not(:last-child) button {
    border-bottom: none;
    border-radius: 0px;
    border-top: none;
    margin-bottom: 0px; }

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

@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: 801px) {
    .modal-header-title {
      font-size: 25px; } }

.modal-close {
  height: 2rem;
  width: 2rem;
  font-size: 26px;
  line-height: 2rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  @media (min-width: 801px) {
    .modal-close {
      font-size: 32px; } }

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

.modal--alert {
  background-color: #ffffff !important;
  border-radius: 4px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px 20px;
  text-align: center; }
  .modal--alert .modal-content {
    color: var(--color-black);
    font-size: 1.125rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: var(--color-amazonite);
      border-color: var(--color-amazonite);
      color: var(--color-black); }
    .modal--alert .button-container .confirm:focus, .modal--alert .button-container .confirm:hover {
      background-color: var(--color-primary);
      border-color: var(--color-primary);
      color: var(--color-black); }
    .modal--alert .button-container .confirm:active {
      background-color: var(--color-primary);
      border-color: var(--color-primary);
      color: var(--color-black); }

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

.breadcrumb {
  display: inline-block;
  float: none;
  color: #f2f0f0 !important; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: text; }

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

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

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

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

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

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

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

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

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #726e6e;
    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, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .addrexxOverlay .addrexxButtonSet button {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button + .button, .site-homedics2 .aa-Panel .show-all-products-btn + .button, .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton + .button, .site-homedics2 .addrexxOverlay .addrexxButtonSet button + .button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button + button, .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset .show-all-products-btn + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel .show-all-products-btn + button, .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset .aa-ItemActionButton + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li .aa-ItemActionButton + button, .site-homedics2 .aa-Panel .button + .show-all-products-btn, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel button + .show-all-products-btn, .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset button + .show-all-products-btn, .site-homedics2 .aa-Panel .show-all-products-btn + .show-all-products-btn, .site-homedics2 .ais-InfiniteHits ol li .aa-Panel .aa-ItemActionButton + .show-all-products-btn, .site-homedics2 .aa-Panel .ais-InfiniteHits ol li .aa-ItemActionButton + .show-all-products-btn, .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel button + .show-all-products-btn, .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet button + .show-all-products-btn, .site-homedics2 .ais-InfiniteHits ol li .button + .aa-ItemActionButton, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li button + .aa-ItemActionButton, .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset button + .aa-ItemActionButton, .site-homedics2 .aa-Panel .ais-InfiniteHits ol li .show-all-products-btn + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .aa-Panel .show-all-products-btn + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton + .aa-ItemActionButton, .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li button + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet button + .aa-ItemActionButton, .site-homedics2 .addrexxOverlay .addrexxButtonSet .button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .addrexxOverlay .addrexxButtonSet button + button, .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet .show-all-products-btn + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel .show-all-products-btn + button, .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet .aa-ItemActionButton + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li .aa-ItemActionButton + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet button + button {
    margin-left: 0; }
    @media (min-width: 801px) {
      .button + .button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button + .button, .site-homedics2 .aa-Panel .show-all-products-btn + .button, .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton + .button, .site-homedics2 .addrexxOverlay .addrexxButtonSet button + .button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button + button, .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset .show-all-products-btn + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel .show-all-products-btn + button, .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset .aa-ItemActionButton + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li .aa-ItemActionButton + button, .site-homedics2 .aa-Panel .button + .show-all-products-btn, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel button + .show-all-products-btn, .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset button + .show-all-products-btn, .site-homedics2 .aa-Panel .show-all-products-btn + .show-all-products-btn, .site-homedics2 .ais-InfiniteHits ol li .aa-Panel .aa-ItemActionButton + .show-all-products-btn, .site-homedics2 .aa-Panel .ais-InfiniteHits ol li .aa-ItemActionButton + .show-all-products-btn, .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel button + .show-all-products-btn, .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet button + .show-all-products-btn, .site-homedics2 .ais-InfiniteHits ol li .button + .aa-ItemActionButton, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li button + .aa-ItemActionButton, .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset button + .aa-ItemActionButton, .site-homedics2 .aa-Panel .ais-InfiniteHits ol li .show-all-products-btn + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .aa-Panel .show-all-products-btn + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton + .aa-ItemActionButton, .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li button + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet button + .aa-ItemActionButton, .site-homedics2 .addrexxOverlay .addrexxButtonSet .button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .addrexxOverlay .addrexxButtonSet button + button, .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet .show-all-products-btn + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel .show-all-products-btn + button, .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet .aa-ItemActionButton + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li .aa-ItemActionButton + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet button + button {
        margin-left: 0.75rem; } }

.button[disabled], .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button[disabled], .site-homedics2 .aa-Panel .show-all-products-btn[disabled], .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton[disabled], .site-homedics2 .addrexxOverlay .addrexxButtonSet button[disabled] {
  cursor: not-allowed; }

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

.tab-title {
  padding: 1.125rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 801px) {
    .tab-title {
      padding: 0.75rem 1.5rem; } }
  @media (min-width: 1261px) {
    .tab-title {
      padding: 0.6875rem 1.125rem; } }

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

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

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

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

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

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

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

.accordion-title {
  margin: 0; }

.accordion-navigation {
  margin-top: -1px;
  position: relative;
  text-decoration: none; }

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

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

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

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

@media (min-width: 801px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0; } }

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

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

.accordion--navList .accordion-navigation-actions {
  right: 1rem;
  top: 1.1875rem; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-navigation-actions {
      right: 0;
      top: 0; } }

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

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

.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-navigation-actions {
  position: absolute;
  right: 1.875rem;
  top: 1.5rem; }
  .accordion-navigation-actions > a {
    color: #726e6e;
    vertical-align: middle; }
    .accordion-navigation-actions > a:hover {
      color: #333333; }

.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 {
  color: white; }
  .alertBox--info .alertBox-close svg {
    fill: #dfdfdf; }

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

.form-inlineMessage {
  display: block; }

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

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

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

.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-actions {
  margin: 0 auto;
  max-width: 75rem;
  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 .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-actions button, .form-actions .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .form-actions .show-all-products-btn, .form-actions .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .form-actions .aa-ItemActionButton, .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .form-actions button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .form-actions .button, .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-actions button, .form-actions .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .form-actions .show-all-products-btn, .form-actions .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .form-actions .aa-ItemActionButton, .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .form-actions button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button, .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button + .button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-actions button + .button, .form-actions .site-homedics2 .aa-Panel .show-all-products-btn + .button, .site-homedics2 .aa-Panel .form-actions .show-all-products-btn + .button, .form-actions .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton + .button, .site-homedics2 .ais-InfiniteHits ol li .form-actions .aa-ItemActionButton + .button, .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet button + .button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .form-actions button + .button, .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-actions .button + button, .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-actions button + button, .form-actions .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset .show-all-products-btn + button, .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel .show-all-products-btn + button, .site-homedics2.pagetype-checkout .aa-Panel .form-actions .ui-dialog .ui-dialog-buttonset .show-all-products-btn + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel .form-actions .show-all-products-btn + button, .form-actions .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset .aa-ItemActionButton + button, .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li .aa-ItemActionButton + button, .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .form-actions .ui-dialog .ui-dialog-buttonset .aa-ItemActionButton + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li .form-actions .aa-ItemActionButton + button, .site-homedics2.pagetype-checkout .addrexxOverlay .addrexxButtonSet .form-actions .ui-dialog .ui-dialog-buttonset button + button, .form-actions .site-homedics2 .aa-Panel .button + .show-all-products-btn, .site-homedics2 .aa-Panel .form-actions .button + .show-all-products-btn, .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel button + .show-all-products-btn, .form-actions .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset button + .show-all-products-btn, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-actions .aa-Panel button + .show-all-products-btn, .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset .form-actions button + .show-all-products-btn, .form-actions .site-homedics2 .aa-Panel .show-all-products-btn + .show-all-products-btn, .site-homedics2 .aa-Panel .form-actions .show-all-products-btn + .show-all-products-btn, .form-actions .site-homedics2 .ais-InfiniteHits ol li .aa-Panel .aa-ItemActionButton + .show-all-products-btn, .form-actions .site-homedics2 .aa-Panel .ais-InfiniteHits ol li .aa-ItemActionButton + .show-all-products-btn, .site-homedics2 .ais-InfiniteHits ol li .form-actions .aa-Panel .aa-ItemActionButton + .show-all-products-btn, .site-homedics2 .aa-Panel .ais-InfiniteHits ol li .form-actions .aa-ItemActionButton + .show-all-products-btn, .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel button + .show-all-products-btn, .form-actions .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet button + .show-all-products-btn, .site-homedics2 .addrexxOverlay .addrexxButtonSet .form-actions .aa-Panel button + .show-all-products-btn, .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet .form-actions button + .show-all-products-btn, .form-actions .site-homedics2 .ais-InfiniteHits ol li .button + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .form-actions .button + .aa-ItemActionButton, .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li button + .aa-ItemActionButton, .form-actions .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset button + .aa-ItemActionButton, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-actions .ais-InfiniteHits ol li button + .aa-ItemActionButton, .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset .form-actions button + .aa-ItemActionButton, .form-actions .site-homedics2 .aa-Panel .ais-InfiniteHits ol li .show-all-products-btn + .aa-ItemActionButton, .form-actions .site-homedics2 .ais-InfiniteHits ol li .aa-Panel .show-all-products-btn + .aa-ItemActionButton, .site-homedics2 .aa-Panel .form-actions .ais-InfiniteHits ol li .show-all-products-btn + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .aa-Panel .form-actions .show-all-products-btn + .aa-ItemActionButton, .form-actions .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .form-actions .aa-ItemActionButton + .aa-ItemActionButton, .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li button + .aa-ItemActionButton, .form-actions .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet button + .aa-ItemActionButton, .site-homedics2 .addrexxOverlay .addrexxButtonSet .form-actions .ais-InfiniteHits ol li button + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet .form-actions button + .aa-ItemActionButton, .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet .button + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .form-actions .button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-actions .addrexxOverlay .addrexxButtonSet button + button, .form-actions .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet .show-all-products-btn + button, .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel .show-all-products-btn + button, .site-homedics2 .aa-Panel .form-actions .addrexxOverlay .addrexxButtonSet .show-all-products-btn + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel .form-actions .show-all-products-btn + button, .form-actions .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet .aa-ItemActionButton + button, .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li .aa-ItemActionButton + button, .site-homedics2 .ais-InfiniteHits ol li .form-actions .addrexxOverlay .addrexxButtonSet .aa-ItemActionButton + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li .form-actions .aa-ItemActionButton + button, .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet button + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .form-actions button + button,
    .form-actions .button + input,
    .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button + input,
    .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-actions button + input,
    .form-actions .site-homedics2 .aa-Panel .show-all-products-btn + input,
    .site-homedics2 .aa-Panel .form-actions .show-all-products-btn + input,
    .form-actions .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton + input,
    .site-homedics2 .ais-InfiniteHits ol li .form-actions .aa-ItemActionButton + input,
    .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet button + input,
    .site-homedics2 .addrexxOverlay .addrexxButtonSet .form-actions button + input,
    .form-actions .button + a,
    .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button + a,
    .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-actions button + a,
    .form-actions .site-homedics2 .aa-Panel .show-all-products-btn + a,
    .site-homedics2 .aa-Panel .form-actions .show-all-products-btn + a,
    .form-actions .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton + a,
    .site-homedics2 .ais-InfiniteHits ol li .form-actions .aa-ItemActionButton + a,
    .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet button + a,
    .site-homedics2 .addrexxOverlay .addrexxButtonSet .form-actions button + a,
    .form-actions input + .button,
    .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset input + button,
    .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-actions input + button,
    .form-actions .site-homedics2 .aa-Panel input + .show-all-products-btn,
    .site-homedics2 .aa-Panel .form-actions input + .show-all-products-btn,
    .form-actions .site-homedics2 .ais-InfiniteHits ol li input + .aa-ItemActionButton,
    .site-homedics2 .ais-InfiniteHits ol li .form-actions input + .aa-ItemActionButton,
    .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet input + button,
    .site-homedics2 .addrexxOverlay .addrexxButtonSet .form-actions input + button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset a + button,
    .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-actions a + button,
    .form-actions .site-homedics2 .aa-Panel a + .show-all-products-btn,
    .site-homedics2 .aa-Panel .form-actions a + .show-all-products-btn,
    .form-actions .site-homedics2 .ais-InfiniteHits ol li a + .aa-ItemActionButton,
    .site-homedics2 .ais-InfiniteHits ol li .form-actions a + .aa-ItemActionButton,
    .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet a + button,
    .site-homedics2 .addrexxOverlay .addrexxButtonSet .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 .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button + .button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-actions button + .button, .form-actions .site-homedics2 .aa-Panel .show-all-products-btn + .button, .site-homedics2 .aa-Panel .form-actions .show-all-products-btn + .button, .form-actions .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton + .button, .site-homedics2 .ais-InfiniteHits ol li .form-actions .aa-ItemActionButton + .button, .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet button + .button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .form-actions button + .button, .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-actions .button + button, .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-actions button + button, .form-actions .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset .show-all-products-btn + button, .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel .show-all-products-btn + button, .site-homedics2.pagetype-checkout .aa-Panel .form-actions .ui-dialog .ui-dialog-buttonset .show-all-products-btn + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel .form-actions .show-all-products-btn + button, .form-actions .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset .aa-ItemActionButton + button, .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li .aa-ItemActionButton + button, .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .form-actions .ui-dialog .ui-dialog-buttonset .aa-ItemActionButton + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li .form-actions .aa-ItemActionButton + button, .site-homedics2.pagetype-checkout .addrexxOverlay .addrexxButtonSet .form-actions .ui-dialog .ui-dialog-buttonset button + button, .form-actions .site-homedics2 .aa-Panel .button + .show-all-products-btn, .site-homedics2 .aa-Panel .form-actions .button + .show-all-products-btn, .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel button + .show-all-products-btn, .form-actions .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset button + .show-all-products-btn, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-actions .aa-Panel button + .show-all-products-btn, .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset .form-actions button + .show-all-products-btn, .form-actions .site-homedics2 .aa-Panel .show-all-products-btn + .show-all-products-btn, .site-homedics2 .aa-Panel .form-actions .show-all-products-btn + .show-all-products-btn, .form-actions .site-homedics2 .ais-InfiniteHits ol li .aa-Panel .aa-ItemActionButton + .show-all-products-btn, .form-actions .site-homedics2 .aa-Panel .ais-InfiniteHits ol li .aa-ItemActionButton + .show-all-products-btn, .site-homedics2 .ais-InfiniteHits ol li .form-actions .aa-Panel .aa-ItemActionButton + .show-all-products-btn, .site-homedics2 .aa-Panel .ais-InfiniteHits ol li .form-actions .aa-ItemActionButton + .show-all-products-btn, .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel button + .show-all-products-btn, .form-actions .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet button + .show-all-products-btn, .site-homedics2 .addrexxOverlay .addrexxButtonSet .form-actions .aa-Panel button + .show-all-products-btn, .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet .form-actions button + .show-all-products-btn, .form-actions .site-homedics2 .ais-InfiniteHits ol li .button + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .form-actions .button + .aa-ItemActionButton, .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li button + .aa-ItemActionButton, .form-actions .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset button + .aa-ItemActionButton, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-actions .ais-InfiniteHits ol li button + .aa-ItemActionButton, .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset .form-actions button + .aa-ItemActionButton, .form-actions .site-homedics2 .aa-Panel .ais-InfiniteHits ol li .show-all-products-btn + .aa-ItemActionButton, .form-actions .site-homedics2 .ais-InfiniteHits ol li .aa-Panel .show-all-products-btn + .aa-ItemActionButton, .site-homedics2 .aa-Panel .form-actions .ais-InfiniteHits ol li .show-all-products-btn + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .aa-Panel .form-actions .show-all-products-btn + .aa-ItemActionButton, .form-actions .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .form-actions .aa-ItemActionButton + .aa-ItemActionButton, .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li button + .aa-ItemActionButton, .form-actions .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet button + .aa-ItemActionButton, .site-homedics2 .addrexxOverlay .addrexxButtonSet .form-actions .ais-InfiniteHits ol li button + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet .form-actions button + .aa-ItemActionButton, .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet .button + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .form-actions .button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-actions .addrexxOverlay .addrexxButtonSet button + button, .form-actions .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet .show-all-products-btn + button, .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel .show-all-products-btn + button, .site-homedics2 .aa-Panel .form-actions .addrexxOverlay .addrexxButtonSet .show-all-products-btn + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel .form-actions .show-all-products-btn + button, .form-actions .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet .aa-ItemActionButton + button, .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li .aa-ItemActionButton + button, .site-homedics2 .ais-InfiniteHits ol li .form-actions .addrexxOverlay .addrexxButtonSet .aa-ItemActionButton + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li .form-actions .aa-ItemActionButton + button, .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet button + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .form-actions button + button,
        .form-actions .button + input,
        .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button + input,
        .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-actions button + input,
        .form-actions .site-homedics2 .aa-Panel .show-all-products-btn + input,
        .site-homedics2 .aa-Panel .form-actions .show-all-products-btn + input,
        .form-actions .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton + input,
        .site-homedics2 .ais-InfiniteHits ol li .form-actions .aa-ItemActionButton + input,
        .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet button + input,
        .site-homedics2 .addrexxOverlay .addrexxButtonSet .form-actions button + input,
        .form-actions .button + a,
        .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button + a,
        .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-actions button + a,
        .form-actions .site-homedics2 .aa-Panel .show-all-products-btn + a,
        .site-homedics2 .aa-Panel .form-actions .show-all-products-btn + a,
        .form-actions .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton + a,
        .site-homedics2 .ais-InfiniteHits ol li .form-actions .aa-ItemActionButton + a,
        .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet button + a,
        .site-homedics2 .addrexxOverlay .addrexxButtonSet .form-actions button + a,
        .form-actions input + .button,
        .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset input + button,
        .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-actions input + button,
        .form-actions .site-homedics2 .aa-Panel input + .show-all-products-btn,
        .site-homedics2 .aa-Panel .form-actions input + .show-all-products-btn,
        .form-actions .site-homedics2 .ais-InfiniteHits ol li input + .aa-ItemActionButton,
        .site-homedics2 .ais-InfiniteHits ol li .form-actions input + .aa-ItemActionButton,
        .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet input + button,
        .site-homedics2 .addrexxOverlay .addrexxButtonSet .form-actions input + button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset a + button,
        .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-actions a + button,
        .form-actions .site-homedics2 .aa-Panel a + .show-all-products-btn,
        .site-homedics2 .aa-Panel .form-actions a + .show-all-products-btn,
        .form-actions .site-homedics2 .ais-InfiniteHits ol li a + .aa-ItemActionButton,
        .site-homedics2 .ais-InfiniteHits ol li .form-actions a + .aa-ItemActionButton,
        .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet a + button,
        .site-homedics2 .addrexxOverlay .addrexxButtonSet .form-actions a + button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.75rem; } }

.form-label--alternate {
  font-family: "new-kansas", 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 #949494;
  border-radius: 4px;
  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, .form-prefixPostfix .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-prefixPostfix button, .form-prefixPostfix .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .form-prefixPostfix .show-all-products-btn, .form-prefixPostfix .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .form-prefixPostfix .aa-ItemActionButton, .form-prefixPostfix .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .form-prefixPostfix button {
  display: block;
  width: 100%; }

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

@media (min-width: 1261px) {
  .form-prefixPostfix .button, .form-prefixPostfix .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-prefixPostfix button, .form-prefixPostfix .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .form-prefixPostfix .show-all-products-btn, .form-prefixPostfix .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .form-prefixPostfix .aa-ItemActionButton, .form-prefixPostfix .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .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-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-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-increment .button, .form-increment .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-increment button, .form-increment .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .form-increment .show-all-products-btn, .form-increment .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .form-increment .aa-ItemActionButton, .form-increment .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .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-option {
  border: 1px solid #949494;
  color: #383736;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: black; }
  .form-radio:checked + .form-option {
    border-color: #333333;
    box-shadow: 0 0 0 1px #333333; }

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

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

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

.form-input--small {
  font-size: 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, .form-minMaxRow .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-minMaxRow button, .form-minMaxRow .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .form-minMaxRow .show-all-products-btn, .form-minMaxRow .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .form-minMaxRow .aa-ItemActionButton, .form-minMaxRow .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .form-minMaxRow button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

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

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

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

.card-figure {
  margin-top: 0;
  position: relative; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }

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

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

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

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

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

.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: white;
    border: none; }
  .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--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: #383736; }
    .card--alternate:hover .card-body {
      background-color: #383736; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a {
      color: white; }

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

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

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

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.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 #cccccc;
    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: 4px; }
  .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: white; }
  .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: black; }
  .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: 801px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid var(--color-black); } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #726e6e;
        margin: 0;
        padding-left: 0.75rem; } }
  .navBar--sub .navBar-action {
    color: #726e6e;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #333333; }

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

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

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

.actionBar-section .form-field {
  background-color: white;
  border: 1px solid #949494;
  border-radius: 4px;
  overflow: hidden; }
  .actionBar-section .form-field:hover {
    border-color: black; }

.actionBar-section .form-label {
  color: #726e6e;
  font-size: 13px;
  line-height: 2.125rem;
  margin-bottom: 0;
  padding-left: 0.75rem; }

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

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

.actionBar-section .form-select {
  color: black;
  height: 2.125rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #333333;
  color: white;
  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: 801px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 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 #ffffff transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.875rem;
      position: absolute; }

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

.navUser-action {
  color: var(--color-dark-gray);
  font-weight: Std;
  padding: 1rem 0.75rem;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:hover, .navUser-action.is-open {
    color: var(--color-black); }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: var(--color-black); }
  .navUser-action .icon {
    height: 0.5rem;
    width: 0.5rem;
    margin: -1px 0 0 0.1875rem; }
  .navUser-action svg {
    fill: var(--color-dark-gray);
    transition: all 0.15s ease; }

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

.navUser-action--currencySelector + .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 #918f8c;
  color: #726e6e;
  display: inline-block;
  padding: 0 1.25rem 0 0;
  text-decoration: none; }

.navUser-item {
  display: none; }
  @media (min-width: 801px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.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; }
  .navUser-item--cart .navUser-action {
    color: var(--color-dark-gray); }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: var(--color-black); }
  .navUser-item--cart .dropdown-menu {
    max-width: 20rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      top: auto !important;
      left: auto !important;
      right: 0.3125rem; }
      @media (min-width: 801px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open:before, .navUser-item--cart .dropdown-menu.is-open:after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open:before {
        right: 0.4375rem; }
        @media (min-width: 801px) {
          .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: 801px) {
          .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: var(--color-dark-gray);
  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: white;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    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: var(--color-primary);
  border-radius: 50%;
  color: white;
  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 {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: 10; }
  @media (min-width: 801px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px;
    z-index: 0; }

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

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

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

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

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

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

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

.navPages-action--storeCredit {
  color: #726e6e; }

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

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

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

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

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

@media (min-width: 801px) {
  .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: 801px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block;
    transform: rotate(-90deg); } }

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

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 801px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 100%; }
    .navPage-subMenu-item-child .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-child .navPage-subMenu-action:hover,
    .navPage-subMenu-item-parent .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-parent .navPage-subMenu-action:hover {
      background: #c8bdb2;
      color: #000;
      font-weight: 500;
      opacity: 0.3; } }

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

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

.navPages-quickSearch {
  border-bottom: 1px solid #918f8c;
  margin-bottom: 0.75rem; }
  @media (min-width: 801px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container, div.component__2023-drift__which-cta--row.navPages-quickSearch > .shg-box-content {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

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

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

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

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: #726e6e;
    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 svg {
      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--alt .icon {
  height: 1.3125rem;
  width: 1.3125rem; }

.socialLinks--alt svg {
  fill: #726e6e; }

.heroCarousel {
  width: 1px;
  min-width: 100%;
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  overflow: hidden;
  visibility: hidden; }
  .heroCarousel.is-visible {
    visibility: visible; }
  @media (min-width: 801px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  .heroCarousel.slick-initialized {
    opacity: 1;
    max-height: 100vh; }
    @media (min-width: 551px) {
      .heroCarousel.slick-initialized {
        max-height: 25rem; } }
    @media (min-width: 801px) {
      .heroCarousel.slick-initialized {
        max-height: 37.5rem; } }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    top: 50%;
    transform: translateY(-50%);
    margin: 0; }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 801px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: 50% 0%; }
    @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 {
    width: 100%;
    height: 100%; }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    height: 15.625rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 56.25vw; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 25rem; } }
    @media (min-width: 801px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 37.5rem; } }
  .heroCarousel-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
    @media (min-width: 551px) {
      .heroCarousel-slide.is-square-image-type .heroCarousel-image-wrapper {
        height: 56.25vw; } }
  .heroCarousel-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
    @media (min-width: 551px) {
      .heroCarousel-slide.is-vertical-image-type .heroCarousel-image-wrapper {
        height: 56.25vw; } }

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

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

.heroCarousel-description {
  color: #333333;
  font-size: 12px; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 13px; } }
  @media (min-width: 801px) {
    .heroCarousel-description {
      font-size: 15px; } }

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

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

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

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

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

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

.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 {
  width: 1px;
  min-width: 100%;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }

.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: 801px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1261px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .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: 801px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1261px) {
    .productReview {
      width: 33.33333%; } }

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

.productReview-author {
  color: #726e6e;
  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: 1rem; }

.productView-images {
  margin-bottom: 3rem; }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative; }
  @media (min-width: 801px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.75rem; }
  @media (min-width: 320px) and (max-width: 801px) {
    .productView-image {
      pointer-events: none; } }

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

.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 .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 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin: 0;
    width: 50px;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;';
    position: relative; }

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

.productView-thumbnail-link {
  border: 1px solid #918f8c;
  display: inline-flex;
  height: 67px;
  max-width: 75px;
  padding: 2px;
  position: relative;
  width: 100%;
  box-sizing: content-box;
  justify-content: center; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #333333; }

.productView-details {
  margin-bottom: 2rem; }

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

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

.productView-brand {
  color: #726e6e;
  font-size: 15px;
  margin: 0 0 0.75rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 20px;
      margin: -0.1875rem 0 1rem; } }
  .productView-brand a {
    color: #726e6e; }
    .productView-brand a:hover {
      color: #333333; }

.productView-price {
  font-size: 15px;
  margin-bottom: 0.5rem; }
  @media (min-width: 801px) {
    .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 {
  display: inline-block;
  margin-left: 0.75rem;
  vertical-align: middle; }
  .productView-reviewLink + .productView-reviewLink {
    display: block;
    margin-left: auto; }
    @media (min-width: 551px) {
      .productView-reviewLink + .productView-reviewLink {
        display: inline-block;
        margin-left: 0.75rem; } }
  .productView-reviewLink > a {
    color: #726e6e; }
    .productView-reviewLink > a:hover {
      color: #333333; }

.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: "new-kansas", 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-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .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 {
      text-align: justify;
      display: inline-block; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  @media (min-width: 551px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.625rem;
      width: 50%; } }
  @media (min-width: 801px) {
    .productView-options .form-action {
      float: none;
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button, .productView-options .form-action .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .productView-options .form-action button, .productView-options .form-action .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .productView-options .form-action .show-all-products-btn, .productView-options .form-action .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .productView-options .form-action .aa-ItemActionButton, .productView-options .form-action .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .productView-options .form-action button {
    width: 100%; }
    @media (min-width: 1261px) {
      .productView-options .form-action .button, .productView-options .form-action .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .productView-options .form-action button, .productView-options .form-action .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .productView-options .form-action .show-all-products-btn, .productView-options .form-action .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .productView-options .form-action .aa-ItemActionButton, .productView-options .form-action .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .productView-options .form-action button {
        margin-right: 0.75rem;
        width: auto; } }

.productOptions-list {
  border: 1px solid #949494;
  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 #949494; }
  .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 {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%; }
  .productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto; }

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

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

.compareTable {
  border-top: 1px solid #918f8c;
  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 #918f8c; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

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

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

.compareTable-item {
  padding: 3.25rem 1rem 1.25rem; }
  @media (min-width: 801px) {
    .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 {
    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-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button, .compareTable-action .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .compareTable-action button, .compareTable-action .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .compareTable-action .show-all-products-btn, .compareTable-action .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .compareTable-action .aa-ItemActionButton, .compareTable-action .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .compareTable-action button {
    display: block;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%; }

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

.blocker-container {
  position: relative; }

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

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

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

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

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

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

.toggleLink {
  color: #726e6e; }
  .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; }

#faceted-search-container {
  padding: 0; }

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 15px;
  color: var(--color-black);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: var(--color-primary);
  text-transform: uppercase;
  background-color: var(--color-cloud);
  font-size: 1.2rem;
  color: var(--color-dark-gray);
  border: 0;
  font-weight: 700; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 801px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle svg {
    width: 24px;
    height: 24px;
    margin-top: -8px; }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

.facetedSearch-toggle-text,
.facetedSearch-toggle-indicator {
  color: var(--color-dark-gray);
  font-weight: 700; }

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

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

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

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

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

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

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

#faceted-search-container + #product-listing-container .form-field {
  border: 0;
  margin: 0; }

#faceted-search-container + #product-listing-container .form-select:focus {
  outline: 0; }

#faceted-search-container + #product-listing-container .actionBar {
  margin: 1.5rem 0; }

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

.banner {
  margin: 0 auto;
  max-width: 75rem;
  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: #726e6e;
    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-additionalCheckoutButtons .CheckoutButton, .previewCart-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }
  .cart-additionalCheckoutButtons .CheckoutButton:first-child, .previewCart-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem; }
  .cart-additionalCheckoutButtons .CheckoutButton:last-child, .previewCart-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem; }

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

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

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

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

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

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

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

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

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

.cart-item-title {
  display: table-cell;
  height: 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: 801px) {
    .cart-item-title {
      display: table-cell;
      padding: 1.5rem; } }

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

@media (min-width: 801px) {
  .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: 801px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

.cart-item-label {
  color: var(--color-black);
  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: 801px) {
    .cart-item-label {
      display: none; } }

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

.cart-item-brand {
  color: #999999;
  margin-bottom: 0.1875rem; }

.cart-item-name {
  font-size: 15px;
  margin: 0; }
  .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: var(--color-black); }

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

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 801px) {
    .cart-total + .cart-total {
      border-top: 1px solid #918f8c; } }
  .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 top 0.4375rem;
    background-size: 1.25rem 1.25rem;
    height: 2rem;
    margin-bottom: 0.75rem;
    padding: 0.5rem 0.75rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

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

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

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

.cart-total-grandTotal {
  font-family: "new-kansas", Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding-bottom: 0.1875rem;
  padding-top: 0.1875rem;
  position: relative; }
  @media (min-width: 801px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.25rem; } }

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

.coupon-code-cancel,
.shipping-estimate-hide {
  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,
  .coupon-form .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button,
  .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .coupon-form button,
  .coupon-form .site-homedics2 .aa-Panel .show-all-products-btn,
  .site-homedics2 .aa-Panel .coupon-form .show-all-products-btn,
  .coupon-form .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton,
  .site-homedics2 .ais-InfiniteHits ol li .coupon-form .aa-ItemActionButton,
  .coupon-form .site-homedics2 .addrexxOverlay .addrexxButtonSet button,
  .site-homedics2 .addrexxOverlay .addrexxButtonSet .coupon-form button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button,
  .cart-gift-certificate-form .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button,
  .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .cart-gift-certificate-form button,
  .cart-gift-certificate-form .site-homedics2 .aa-Panel .show-all-products-btn,
  .site-homedics2 .aa-Panel .cart-gift-certificate-form .show-all-products-btn,
  .cart-gift-certificate-form .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton,
  .site-homedics2 .ais-InfiniteHits ol li .cart-gift-certificate-form .aa-ItemActionButton,
  .cart-gift-certificate-form .site-homedics2 .addrexxOverlay .addrexxButtonSet button,
  .site-homedics2 .addrexxOverlay .addrexxButtonSet .cart-gift-certificate-form button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
  
  .coupon-form .button,
  .coupon-form .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button,
  .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .coupon-form button,
  .coupon-form .site-homedics2 .aa-Panel .show-all-products-btn,
  .site-homedics2 .aa-Panel .coupon-form .show-all-products-btn,
  .coupon-form .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton,
  .site-homedics2 .ais-InfiniteHits ol li .coupon-form .aa-ItemActionButton,
  .coupon-form .site-homedics2 .addrexxOverlay .addrexxButtonSet button,
  .site-homedics2 .addrexxOverlay .addrexxButtonSet .coupon-form button,
  .cart-gift-certificate-form .button,
  .cart-gift-certificate-form .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button,
  .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .cart-gift-certificate-form button,
  .cart-gift-certificate-form .site-homedics2 .aa-Panel .show-all-products-btn,
  .site-homedics2 .aa-Panel .cart-gift-certificate-form .show-all-products-btn,
  .cart-gift-certificate-form .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton,
  .site-homedics2 .ais-InfiniteHits ol li .cart-gift-certificate-form .aa-ItemActionButton,
  .cart-gift-certificate-form .site-homedics2 .addrexxOverlay .addrexxButtonSet button,
  .site-homedics2 .addrexxOverlay .addrexxButtonSet .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, .estimator-form .site-homedics2 .ais-left-panel .custom-filter-buttons .ais-ClearRefinements-button, .site-homedics2 .ais-left-panel .custom-filter-buttons .estimator-form .ais-ClearRefinements-button {
    width: 60%; }

.estimator-form-label {
  clear: both;
  float: left;
  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 {
  float: right;
  margin-bottom: 1em;
  width: 60%; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0; }

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

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

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

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

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button, .cart-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .cart-actions button, .cart-actions .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .cart-actions .show-all-products-btn, .cart-actions .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .cart-actions .aa-ItemActionButton, .cart-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .cart-actions button {
    display: block;
    margin-bottom: 0; }
    @media (min-width: 551px) {
      .cart-actions .button, .cart-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .cart-actions button, .cart-actions .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .cart-actions .show-all-products-btn, .cart-actions .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .cart-actions .aa-ItemActionButton, .cart-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .cart-actions button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.375rem; }

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

.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: 75rem;
  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 #918f8c; }

.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;
  text-align: center;
  position: relative; }
  .previewCartItem-image img {
    max-height: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .previewCartItem-image:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    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: #726e6e;
  display: inline-block;
  font-size: 13px; }

.previewCartAction {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  border-top: 1px solid #918f8c;
  display: block;
  padding: 1.5rem 0.75rem; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  .previewCartAction .button, .previewCartAction .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .previewCartAction button, .previewCartAction .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .previewCartAction .show-all-products-btn, .previewCartAction .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .previewCartAction .aa-ItemActionButton, .previewCartAction .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .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; }

.site-homedics2.country-ca .coupon-form .form-input {
  width: 68%; }

.site-homedics2.country-ca .coupon-form .button, .site-homedics2.country-ca .coupon-form .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .site-homedics2.country-ca .coupon-form button, .site-homedics2.country-ca .coupon-form .aa-Panel .show-all-products-btn, .site-homedics2.country-ca .aa-Panel .coupon-form .show-all-products-btn, .site-homedics2.country-ca .coupon-form .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2.country-ca .ais-InfiniteHits ol li .coupon-form .aa-ItemActionButton, .site-homedics2.country-ca .coupon-form .addrexxOverlay .addrexxButtonSet button, .site-homedics2.country-ca .addrexxOverlay .addrexxButtonSet .coupon-form button {
  width: 30%; }

.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, .panel--address .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .panel--address .form-actions button, .panel--address .form-actions .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .panel--address .form-actions .show-all-products-btn, .panel--address .form-actions .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .panel--address .form-actions .aa-ItemActionButton, .panel--address .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .panel--address .form-actions button {
      margin-bottom: 0.75rem; }
      .panel--address .form-actions .button + .button, .panel--address .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button + .button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .panel--address .form-actions button + .button, .panel--address .form-actions .site-homedics2 .aa-Panel .show-all-products-btn + .button, .site-homedics2 .aa-Panel .panel--address .form-actions .show-all-products-btn + .button, .panel--address .form-actions .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton + .button, .site-homedics2 .ais-InfiniteHits ol li .panel--address .form-actions .aa-ItemActionButton + .button, .panel--address .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet button + .button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .panel--address .form-actions button + .button, .panel--address .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .panel--address .form-actions .button + button, .panel--address .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .panel--address .form-actions button + button, .panel--address .form-actions .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset .show-all-products-btn + button, .panel--address .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel .show-all-products-btn + button, .site-homedics2.pagetype-checkout .aa-Panel .panel--address .form-actions .ui-dialog .ui-dialog-buttonset .show-all-products-btn + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel .panel--address .form-actions .show-all-products-btn + button, .panel--address .form-actions .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset .aa-ItemActionButton + button, .panel--address .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li .aa-ItemActionButton + button, .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .panel--address .form-actions .ui-dialog .ui-dialog-buttonset .aa-ItemActionButton + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li .panel--address .form-actions .aa-ItemActionButton + button, .site-homedics2.pagetype-checkout .addrexxOverlay .addrexxButtonSet .panel--address .form-actions .ui-dialog .ui-dialog-buttonset button + button, .panel--address .form-actions .site-homedics2 .aa-Panel .button + .show-all-products-btn, .site-homedics2 .aa-Panel .panel--address .form-actions .button + .show-all-products-btn, .panel--address .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel button + .show-all-products-btn, .panel--address .form-actions .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset button + .show-all-products-btn, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .panel--address .form-actions .aa-Panel button + .show-all-products-btn, .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset .panel--address .form-actions button + .show-all-products-btn, .panel--address .form-actions .site-homedics2 .aa-Panel .show-all-products-btn + .show-all-products-btn, .site-homedics2 .aa-Panel .panel--address .form-actions .show-all-products-btn + .show-all-products-btn, .panel--address .form-actions .site-homedics2 .ais-InfiniteHits ol li .aa-Panel .aa-ItemActionButton + .show-all-products-btn, .panel--address .form-actions .site-homedics2 .aa-Panel .ais-InfiniteHits ol li .aa-ItemActionButton + .show-all-products-btn, .site-homedics2 .ais-InfiniteHits ol li .panel--address .form-actions .aa-Panel .aa-ItemActionButton + .show-all-products-btn, .site-homedics2 .aa-Panel .ais-InfiniteHits ol li .panel--address .form-actions .aa-ItemActionButton + .show-all-products-btn, .panel--address .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel button + .show-all-products-btn, .panel--address .form-actions .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet button + .show-all-products-btn, .site-homedics2 .addrexxOverlay .addrexxButtonSet .panel--address .form-actions .aa-Panel button + .show-all-products-btn, .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet .panel--address .form-actions button + .show-all-products-btn, .panel--address .form-actions .site-homedics2 .ais-InfiniteHits ol li .button + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .panel--address .form-actions .button + .aa-ItemActionButton, .panel--address .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li button + .aa-ItemActionButton, .panel--address .form-actions .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset button + .aa-ItemActionButton, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .panel--address .form-actions .ais-InfiniteHits ol li button + .aa-ItemActionButton, .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset .panel--address .form-actions button + .aa-ItemActionButton, .panel--address .form-actions .site-homedics2 .aa-Panel .ais-InfiniteHits ol li .show-all-products-btn + .aa-ItemActionButton, .panel--address .form-actions .site-homedics2 .ais-InfiniteHits ol li .aa-Panel .show-all-products-btn + .aa-ItemActionButton, .site-homedics2 .aa-Panel .panel--address .form-actions .ais-InfiniteHits ol li .show-all-products-btn + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .aa-Panel .panel--address .form-actions .show-all-products-btn + .aa-ItemActionButton, .panel--address .form-actions .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .panel--address .form-actions .aa-ItemActionButton + .aa-ItemActionButton, .panel--address .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li button + .aa-ItemActionButton, .panel--address .form-actions .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet button + .aa-ItemActionButton, .site-homedics2 .addrexxOverlay .addrexxButtonSet .panel--address .form-actions .ais-InfiniteHits ol li button + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet .panel--address .form-actions button + .aa-ItemActionButton, .panel--address .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet .button + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .panel--address .form-actions .button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .panel--address .form-actions .addrexxOverlay .addrexxButtonSet button + button, .panel--address .form-actions .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet .show-all-products-btn + button, .panel--address .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel .show-all-products-btn + button, .site-homedics2 .aa-Panel .panel--address .form-actions .addrexxOverlay .addrexxButtonSet .show-all-products-btn + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel .panel--address .form-actions .show-all-products-btn + button, .panel--address .form-actions .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet .aa-ItemActionButton + button, .panel--address .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li .aa-ItemActionButton + button, .site-homedics2 .ais-InfiniteHits ol li .panel--address .form-actions .addrexxOverlay .addrexxButtonSet .aa-ItemActionButton + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li .panel--address .form-actions .aa-ItemActionButton + button, .panel--address .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet button + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .panel--address .form-actions button + button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 551px) {
          .panel--address .form-actions .button + .button, .panel--address .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button + .button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .panel--address .form-actions button + .button, .panel--address .form-actions .site-homedics2 .aa-Panel .show-all-products-btn + .button, .site-homedics2 .aa-Panel .panel--address .form-actions .show-all-products-btn + .button, .panel--address .form-actions .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton + .button, .site-homedics2 .ais-InfiniteHits ol li .panel--address .form-actions .aa-ItemActionButton + .button, .panel--address .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet button + .button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .panel--address .form-actions button + .button, .panel--address .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .panel--address .form-actions .button + button, .panel--address .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .panel--address .form-actions button + button, .panel--address .form-actions .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset .show-all-products-btn + button, .panel--address .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel .show-all-products-btn + button, .site-homedics2.pagetype-checkout .aa-Panel .panel--address .form-actions .ui-dialog .ui-dialog-buttonset .show-all-products-btn + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel .panel--address .form-actions .show-all-products-btn + button, .panel--address .form-actions .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset .aa-ItemActionButton + button, .panel--address .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li .aa-ItemActionButton + button, .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .panel--address .form-actions .ui-dialog .ui-dialog-buttonset .aa-ItemActionButton + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li .panel--address .form-actions .aa-ItemActionButton + button, .site-homedics2.pagetype-checkout .addrexxOverlay .addrexxButtonSet .panel--address .form-actions .ui-dialog .ui-dialog-buttonset button + button, .panel--address .form-actions .site-homedics2 .aa-Panel .button + .show-all-products-btn, .site-homedics2 .aa-Panel .panel--address .form-actions .button + .show-all-products-btn, .panel--address .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel button + .show-all-products-btn, .panel--address .form-actions .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset button + .show-all-products-btn, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .panel--address .form-actions .aa-Panel button + .show-all-products-btn, .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset .panel--address .form-actions button + .show-all-products-btn, .panel--address .form-actions .site-homedics2 .aa-Panel .show-all-products-btn + .show-all-products-btn, .site-homedics2 .aa-Panel .panel--address .form-actions .show-all-products-btn + .show-all-products-btn, .panel--address .form-actions .site-homedics2 .ais-InfiniteHits ol li .aa-Panel .aa-ItemActionButton + .show-all-products-btn, .panel--address .form-actions .site-homedics2 .aa-Panel .ais-InfiniteHits ol li .aa-ItemActionButton + .show-all-products-btn, .site-homedics2 .ais-InfiniteHits ol li .panel--address .form-actions .aa-Panel .aa-ItemActionButton + .show-all-products-btn, .site-homedics2 .aa-Panel .ais-InfiniteHits ol li .panel--address .form-actions .aa-ItemActionButton + .show-all-products-btn, .panel--address .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel button + .show-all-products-btn, .panel--address .form-actions .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet button + .show-all-products-btn, .site-homedics2 .addrexxOverlay .addrexxButtonSet .panel--address .form-actions .aa-Panel button + .show-all-products-btn, .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet .panel--address .form-actions button + .show-all-products-btn, .panel--address .form-actions .site-homedics2 .ais-InfiniteHits ol li .button + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .panel--address .form-actions .button + .aa-ItemActionButton, .panel--address .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li button + .aa-ItemActionButton, .panel--address .form-actions .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset button + .aa-ItemActionButton, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .panel--address .form-actions .ais-InfiniteHits ol li button + .aa-ItemActionButton, .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset .panel--address .form-actions button + .aa-ItemActionButton, .panel--address .form-actions .site-homedics2 .aa-Panel .ais-InfiniteHits ol li .show-all-products-btn + .aa-ItemActionButton, .panel--address .form-actions .site-homedics2 .ais-InfiniteHits ol li .aa-Panel .show-all-products-btn + .aa-ItemActionButton, .site-homedics2 .aa-Panel .panel--address .form-actions .ais-InfiniteHits ol li .show-all-products-btn + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .aa-Panel .panel--address .form-actions .show-all-products-btn + .aa-ItemActionButton, .panel--address .form-actions .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .panel--address .form-actions .aa-ItemActionButton + .aa-ItemActionButton, .panel--address .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li button + .aa-ItemActionButton, .panel--address .form-actions .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet button + .aa-ItemActionButton, .site-homedics2 .addrexxOverlay .addrexxButtonSet .panel--address .form-actions .ais-InfiniteHits ol li button + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet .panel--address .form-actions button + .aa-ItemActionButton, .panel--address .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet .button + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .panel--address .form-actions .button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .panel--address .form-actions .addrexxOverlay .addrexxButtonSet button + button, .panel--address .form-actions .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet .show-all-products-btn + button, .panel--address .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel .show-all-products-btn + button, .site-homedics2 .aa-Panel .panel--address .form-actions .addrexxOverlay .addrexxButtonSet .show-all-products-btn + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel .panel--address .form-actions .show-all-products-btn + button, .panel--address .form-actions .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet .aa-ItemActionButton + button, .panel--address .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li .aa-ItemActionButton + button, .site-homedics2 .ais-InfiniteHits ol li .panel--address .form-actions .addrexxOverlay .addrexxButtonSet .aa-ItemActionButton + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li .panel--address .form-actions .aa-ItemActionButton + button, .panel--address .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet button + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .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: #726e6e;
  font-weight: 400; }

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

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

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

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

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

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

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

.previewCartCheckout {
  background: #e5e5e5;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 801px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button, .previewCartCheckout .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .previewCartCheckout button, .previewCartCheckout .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .previewCartCheckout .show-all-products-btn, .previewCartCheckout .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .previewCartCheckout .aa-ItemActionButton, .previewCartCheckout .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .previewCartCheckout button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + .button, .previewCartCheckout .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button + .button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .previewCartCheckout button + .button, .previewCartCheckout .site-homedics2 .aa-Panel .show-all-products-btn + .button, .site-homedics2 .aa-Panel .previewCartCheckout .show-all-products-btn + .button, .previewCartCheckout .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton + .button, .site-homedics2 .ais-InfiniteHits ol li .previewCartCheckout .aa-ItemActionButton + .button, .previewCartCheckout .site-homedics2 .addrexxOverlay .addrexxButtonSet button + .button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .previewCartCheckout button + .button, .previewCartCheckout .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .previewCartCheckout .button + button, .previewCartCheckout .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .previewCartCheckout button + button, .previewCartCheckout .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset .show-all-products-btn + button, .previewCartCheckout .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel .show-all-products-btn + button, .site-homedics2.pagetype-checkout .aa-Panel .previewCartCheckout .ui-dialog .ui-dialog-buttonset .show-all-products-btn + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel .previewCartCheckout .show-all-products-btn + button, .previewCartCheckout .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset .aa-ItemActionButton + button, .previewCartCheckout .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li .aa-ItemActionButton + button, .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .previewCartCheckout .ui-dialog .ui-dialog-buttonset .aa-ItemActionButton + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li .previewCartCheckout .aa-ItemActionButton + button, .site-homedics2.pagetype-checkout .addrexxOverlay .addrexxButtonSet .previewCartCheckout .ui-dialog .ui-dialog-buttonset button + button, .previewCartCheckout .site-homedics2 .aa-Panel .button + .show-all-products-btn, .site-homedics2 .aa-Panel .previewCartCheckout .button + .show-all-products-btn, .previewCartCheckout .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel button + .show-all-products-btn, .previewCartCheckout .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset button + .show-all-products-btn, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .previewCartCheckout .aa-Panel button + .show-all-products-btn, .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset .previewCartCheckout button + .show-all-products-btn, .previewCartCheckout .site-homedics2 .aa-Panel .show-all-products-btn + .show-all-products-btn, .site-homedics2 .aa-Panel .previewCartCheckout .show-all-products-btn + .show-all-products-btn, .previewCartCheckout .site-homedics2 .ais-InfiniteHits ol li .aa-Panel .aa-ItemActionButton + .show-all-products-btn, .previewCartCheckout .site-homedics2 .aa-Panel .ais-InfiniteHits ol li .aa-ItemActionButton + .show-all-products-btn, .site-homedics2 .ais-InfiniteHits ol li .previewCartCheckout .aa-Panel .aa-ItemActionButton + .show-all-products-btn, .site-homedics2 .aa-Panel .ais-InfiniteHits ol li .previewCartCheckout .aa-ItemActionButton + .show-all-products-btn, .previewCartCheckout .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel button + .show-all-products-btn, .previewCartCheckout .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet button + .show-all-products-btn, .site-homedics2 .addrexxOverlay .addrexxButtonSet .previewCartCheckout .aa-Panel button + .show-all-products-btn, .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet .previewCartCheckout button + .show-all-products-btn, .previewCartCheckout .site-homedics2 .ais-InfiniteHits ol li .button + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .previewCartCheckout .button + .aa-ItemActionButton, .previewCartCheckout .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li button + .aa-ItemActionButton, .previewCartCheckout .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset button + .aa-ItemActionButton, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .previewCartCheckout .ais-InfiniteHits ol li button + .aa-ItemActionButton, .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset .previewCartCheckout button + .aa-ItemActionButton, .previewCartCheckout .site-homedics2 .aa-Panel .ais-InfiniteHits ol li .show-all-products-btn + .aa-ItemActionButton, .previewCartCheckout .site-homedics2 .ais-InfiniteHits ol li .aa-Panel .show-all-products-btn + .aa-ItemActionButton, .site-homedics2 .aa-Panel .previewCartCheckout .ais-InfiniteHits ol li .show-all-products-btn + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .aa-Panel .previewCartCheckout .show-all-products-btn + .aa-ItemActionButton, .previewCartCheckout .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .previewCartCheckout .aa-ItemActionButton + .aa-ItemActionButton, .previewCartCheckout .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li button + .aa-ItemActionButton, .previewCartCheckout .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet button + .aa-ItemActionButton, .site-homedics2 .addrexxOverlay .addrexxButtonSet .previewCartCheckout .ais-InfiniteHits ol li button + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet .previewCartCheckout button + .aa-ItemActionButton, .previewCartCheckout .site-homedics2 .addrexxOverlay .addrexxButtonSet .button + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .previewCartCheckout .button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .previewCartCheckout .addrexxOverlay .addrexxButtonSet button + button, .previewCartCheckout .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet .show-all-products-btn + button, .previewCartCheckout .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel .show-all-products-btn + button, .site-homedics2 .aa-Panel .previewCartCheckout .addrexxOverlay .addrexxButtonSet .show-all-products-btn + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel .previewCartCheckout .show-all-products-btn + button, .previewCartCheckout .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet .aa-ItemActionButton + button, .previewCartCheckout .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li .aa-ItemActionButton + button, .site-homedics2 .ais-InfiniteHits ol li .previewCartCheckout .addrexxOverlay .addrexxButtonSet .aa-ItemActionButton + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li .previewCartCheckout .aa-ItemActionButton + button, .previewCartCheckout .site-homedics2 .addrexxOverlay .addrexxButtonSet button + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .previewCartCheckout button + button,
    .previewCartCheckout .button + p,
    .previewCartCheckout .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button + p,
    .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .previewCartCheckout button + p,
    .previewCartCheckout .site-homedics2 .aa-Panel .show-all-products-btn + p,
    .site-homedics2 .aa-Panel .previewCartCheckout .show-all-products-btn + p,
    .previewCartCheckout .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton + p,
    .site-homedics2 .ais-InfiniteHits ol li .previewCartCheckout .aa-ItemActionButton + p,
    .previewCartCheckout .site-homedics2 .addrexxOverlay .addrexxButtonSet button + p,
    .site-homedics2 .addrexxOverlay .addrexxButtonSet .previewCartCheckout button + p {
      margin-top: 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: 801px) {
    .suggestiveCart {
      display: block; } }

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #999999;
  color: #333333;
  left: 1.125rem;
  padding: 1rem 1.3125rem;
  position: fixed;
  top: 1.125rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #333333; }

.maintenanceNotice-header {
  font-family: "new-kansas";
  margin: 0 0 0.75rem; }

body.hasAdminBar {
  padding-top: 101px; }
  @media (min-width: 801px) {
    body.hasAdminBar {
      padding-top: 0; }
      body.hasAdminBar .banners {
        margin-top: 46px; }
      body.hasAdminBar .header {
        padding-top: 0; } }
  body.hasAdminBar .header {
    padding-top: 46px; }
  body.hasAdminBar .navPages-container.is-open {
    padding-top: 101px; }

.adminBar {
  display: none;
  background-color: white;
  box-shadow: 0 0.125rem 0.4375rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }
  @media (min-width: 801px) {
    .adminBar {
      display: block; } }
  .adminBar .svg-icon {
    display: inline-flex;
    align-self: center; }
  .adminBar .svg-icon svg {
    height: 1em;
    width: 1em; }
  .adminBar .svg-icon.svg-baseline svg {
    top: .125em;
    position: relative; }

.adminBar-logo {
  float: left;
  height: 46px;
  width: 45px; }
  .adminBar-logo svg {
    height: 100%;
    padding: 7px 10px 11px 7px;
    width: 100%; }

.adminBar-content {
  align-items: center;
  display: flex;
  height: 46px;
  justify-content: space-between; }
  .adminBar-content a {
    color: #3E67F8;
    text-decoration: none; }
  .adminBar-content a:hover {
    background-color: #f0f3fe;
    border-radius: 5px; }

.adminBar-private {
  margin-right: auto;
  text-align: left;
  /* Tooltip container */
  /* Tooltip text */
  /* Show the tooltip text when you mouse over the tooltip container */ }
  .adminBar-private a {
    padding: 10px; }
  .adminBar-private span {
    white-space: nowrap; }
  .adminBar-private .tooltip {
    position: relative;
    display: inline-block; }
  .adminBar-private .tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #313440;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1; }
  .adminBar-private .tooltip-bottom {
    top: 135%;
    left: 50%;
    margin-left: -60px; }
  .adminBar-private .tooltip:hover .tooltiptext {
    visibility: visible; }

.adminBar-links {
  margin-left: auto;
  text-align: right;
  padding-right: 5px; }
  .adminBar-links a {
    padding: 10px; }
  .adminBar-links span {
    white-space: nowrap; }

.adminBar-large {
  display: none; }
  @media (min-width: 1261px) {
    .adminBar-large {
      display: initial; } }

.adminBar-close span {
  padding: 10px;
  margin-right: 5px;
  margin-bottom: .25em; }

.adminBar-close span:hover {
  background-color: #f0f3fe;
  border-radius: 5px; }

.adminBar-close span svg {
  height: 100%;
  width: 100%; }

.preview {
  font-weight: 400;
  padding-left: 9px; }

.cookieMessage {
  background: #e5e5e5;
  color: #333333;
  display: none; }
  .cookieMessage .button, .cookieMessage .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .cookieMessage button, .cookieMessage .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .cookieMessage .show-all-products-btn, .cookieMessage .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .cookieMessage .aa-ItemActionButton, .cookieMessage .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .cookieMessage button {
    width: 100%; }
    @media (min-width: 801px) {
      .cookieMessage .button, .cookieMessage .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .cookieMessage button, .cookieMessage .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .cookieMessage .show-all-products-btn, .cookieMessage .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .cookieMessage .aa-ItemActionButton, .cookieMessage .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .cookieMessage button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1261px) {
      .cookieMessage .button, .cookieMessage .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .cookieMessage button, .cookieMessage .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .cookieMessage .show-all-products-btn, .cookieMessage .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .cookieMessage .aa-ItemActionButton, .cookieMessage .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .cookieMessage button {
        vertical-align: top; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.advancedSearch-separator {
  display: none; }

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

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

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

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

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

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

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

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

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

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

.account-listShipping {
  border-bottom: 1px solid #918f8c;
  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;
    width: 100%;
    padding-bottom: 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: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 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: "Inter", 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: #726e6e;
  font-family: "Inter", 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: #726e6e;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.3125rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #918f8c;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 20px; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 551px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: #cccccc;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.375rem;
  padding: 0.1875rem 0.5rem; }

.account-orderStatus-action {
  color: #726e6e;
  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 {
  color: #999999;
  margin-top: 3rem;
  text-align: center; }

.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: #383736;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #918f8c;
  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: #726e6e;
  font-size: 15px;
  margin-bottom: 0.1875rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #726e6e; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem; }

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

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

.wishlist-form {
  margin: 0 auto;
  max-width: 75rem;
  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: #eeebe9; }

.icon--ratingFull svg {
  fill: #9cd83d; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 0.875rem;
    width: 0.875rem;
    margin-top: -3px; }

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.25rem;
  cursor: pointer;
  display: none;
  max-height: 4rem;
  min-height: 2rem;
  min-width: 8.375rem;
  padding: 1.5rem;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-top: 0.75rem; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block; }
  @media (min-width: 551px) {
    .apple-pay-supported .apple-pay-checkout-button {
      display: inline-block;
      float: right; } }

.previewCartCheckout .apple-pay-checkout-button {
  float: none;
  margin-top: 0.75rem; }

.paymentMethodsTitle {
  padding: 0;
  text-transform: none;
  width: 100%;
  margin: 0 0 0.75rem; }

.paymentMethodsGrid {
  margin: -0.75rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap; }
  .paymentMethodsGrid-item {
    padding: 0.75rem;
    width: 100%; }
    @media (min-width: 551px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

.paymentMethod {
  border: 1px solid #918f8c;
  background-color: #e5e5e5;
  border-radius: 0.1875rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #ffffff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button, .paymentMethod .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .paymentMethod button, .paymentMethod .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .paymentMethod .show-all-products-btn, .paymentMethod .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .paymentMethod .aa-ItemActionButton, .paymentMethod .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .paymentMethod button {
    margin-bottom: 0; }

.methodHeader {
  justify-content: space-between;
  display: flex;
  flex-flow: row;
  align-items: center; }
  .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 {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    padding-left: 0.75rem;
    margin-left: auto;
    display: flex;
    flex-wrap: nowrap; }
  .methodHeader-default {
    margin-left: 0.75rem;
    fill: #666666;
    height: 1.125rem;
    width: 1.125rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.25rem;
        width: 1.25rem; } }
  .methodHeader-expiry {
    font-size: 15px;
    text-transform: capitalize; }

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

.newPaymentMethod {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-items: center;
  flex-direction: column;
  min-height: 11.625rem;
  height: 100%; }
  .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: "Inter", 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; }

.defaultpayment-brand {
  display: flex;
  flex-direction: column; }
  .defaultpayment-brand .default-text {
    color: var(--secondary-text, #666);
    font-size: .875rem;
    font-weight: 450; }

.category-header-image {
  width: 100%; }

.header {
  background-color: white;
  border-bottom: 1px solid #918f8c;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 55px; }
  @media (min-width: 801px) {
    .header {
      border-bottom: 1px solid #918f8c;
      overflow: visible;
      position: relative;
      height: auto; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 801px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  margin: 0 3.4375rem;
  text-align: center;
  height: inherit; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.15625rem;
      margin-right: 5.15625rem; } }
  @media (min-width: 801px) {
    .header-logo {
      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 {
    color: #383736;
    height: inherit;
    display: flex;
    align-items: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 70%;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 801px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline;
        padding: 0;
        width: 100%; } }
    .header-logo__link:hover {
      color: var(--color-dark-gray); }
    .header-logo__link:active {
      color: var(--color-dark-gray); }

.header-logo--left {
  text-align: left; }
  @media (min-width: 801px) {
    .header-logo--left {
      margin-left: 2.5rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 801px) {
    .header-logo--right {
      margin-right: 2.5rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "new-kansas", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  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: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

.header-logo-image-container {
  position: relative; }

.header-logo-image-container:after {
  content: '';
  display: block;
  padding-bottom: 1.9375rem; }
  @media (min-width: 801px) {
    .header-logo-image-container:after {
      padding-bottom: 40px; } }

.header-logo-image {
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 1.9375rem; }
  @media (min-width: 801px) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 1.9375rem; }
  @media (min-width: 801px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.mobileMenu-toggle {
  height: 3.4375rem;
  width: 3.4375rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.125rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 801px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: black;
    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: black;
      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); }

.body {
  margin-bottom: 6rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .body {
      margin-top: 2.5rem; } }

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

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 801px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

.footer {
  background-color: var(--color-cloud);
  border-top: 1px solid #918f8c;
  padding: 3rem 0; }

.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: #726e6e;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  text-align: center;
  vertical-align: top; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 801px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media (min-width: 801px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 551px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 551px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit;
    width: 50%; } }

@media (min-width: 801px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

.footer-info-heading {
  font-size: 1rem;
  text-transform: inherit; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: #726e6e;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #333333; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 551px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #726e6e;
    font-size: 12px;
    margin: 0; }
  .footer-copyright a {
    color: #726e6e;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #333333; }

.footer-payment-icons {
  height: 2.5rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.375rem;
    vertical-align: middle;
    width: 3.125rem; }

@media (min-width: 551px) {
  .footer-geotrust-ssl-seal {
    bottom: 0;
    position: absolute;
    right: 16px; } }

.footer-geotrust-ssl-seal table {
  margin: auto; }

.footer-newsletter-summary {
  text-align: left; }

.container, div.component__2023-drift__which-cta--row > .shg-box-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 81rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1261px) {
    .container, div.component__2023-drift__which-cta--row > .shg-box-content {
      padding: 0 6rem; } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #918f8c;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  margin: 0 1.5rem 0.375rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #726e6e;
  text-align: center; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 15px;
  text-align: left; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  position: relative;
  max-width: 190px; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 801px) {
    .blog-post-figure {
      width: 66.66667%; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 551px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 801px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1261px) {
    .blog-post-body {
      width: 50%; } }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #918f8c;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock-heading {
  margin-top: 0;
  text-transform: inherit; }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.brand-image-container {
  position: relative;
  max-width: 100px; }
  .brand-image-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .brand-image-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.brand .card-img-container {
  max-width: 190px; }
  .brand .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.57895%; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 551px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.25rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 801px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    page-break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.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: 551px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

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

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%; } }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        margin: 0 0 1.5rem;
        pointer-events: all;
        transform-style: preserve-3d; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      bottom: 0;
      height: 100%;
      left: 0.75rem;
      opacity: 0;
      position: absolute;
      right: 0.75rem;
      top: 0; }
      .listItem-figureBody:hover {
        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: 801px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.1875rem; }
  @media (min-width: 801px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 801px) {
    .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, .listItem-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .listItem-actions button, .listItem-actions .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .listItem-actions .show-all-products-btn, .listItem-actions .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .listItem-actions .aa-ItemActionButton, .listItem-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .listItem-actions button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button, .listItem-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .listItem-actions button, .listItem-actions .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .listItem-actions .show-all-products-btn, .listItem-actions .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .listItem-actions .aa-ItemActionButton, .listItem-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .listItem-actions button {
      width: 100%; }
      .listItem-actions .button + .button, .listItem-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button + .button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .listItem-actions button + .button, .listItem-actions .site-homedics2 .aa-Panel .show-all-products-btn + .button, .site-homedics2 .aa-Panel .listItem-actions .show-all-products-btn + .button, .listItem-actions .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton + .button, .site-homedics2 .ais-InfiniteHits ol li .listItem-actions .aa-ItemActionButton + .button, .listItem-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet button + .button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .listItem-actions button + .button, .listItem-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .listItem-actions .button + button, .listItem-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .listItem-actions button + button, .listItem-actions .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset .show-all-products-btn + button, .listItem-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel .show-all-products-btn + button, .site-homedics2.pagetype-checkout .aa-Panel .listItem-actions .ui-dialog .ui-dialog-buttonset .show-all-products-btn + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel .listItem-actions .show-all-products-btn + button, .listItem-actions .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset .aa-ItemActionButton + button, .listItem-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li .aa-ItemActionButton + button, .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .listItem-actions .ui-dialog .ui-dialog-buttonset .aa-ItemActionButton + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li .listItem-actions .aa-ItemActionButton + button, .site-homedics2.pagetype-checkout .addrexxOverlay .addrexxButtonSet .listItem-actions .ui-dialog .ui-dialog-buttonset button + button, .listItem-actions .site-homedics2 .aa-Panel .button + .show-all-products-btn, .site-homedics2 .aa-Panel .listItem-actions .button + .show-all-products-btn, .listItem-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel button + .show-all-products-btn, .listItem-actions .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset button + .show-all-products-btn, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .listItem-actions .aa-Panel button + .show-all-products-btn, .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset .listItem-actions button + .show-all-products-btn, .listItem-actions .site-homedics2 .aa-Panel .show-all-products-btn + .show-all-products-btn, .site-homedics2 .aa-Panel .listItem-actions .show-all-products-btn + .show-all-products-btn, .listItem-actions .site-homedics2 .ais-InfiniteHits ol li .aa-Panel .aa-ItemActionButton + .show-all-products-btn, .listItem-actions .site-homedics2 .aa-Panel .ais-InfiniteHits ol li .aa-ItemActionButton + .show-all-products-btn, .site-homedics2 .ais-InfiniteHits ol li .listItem-actions .aa-Panel .aa-ItemActionButton + .show-all-products-btn, .site-homedics2 .aa-Panel .ais-InfiniteHits ol li .listItem-actions .aa-ItemActionButton + .show-all-products-btn, .listItem-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel button + .show-all-products-btn, .listItem-actions .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet button + .show-all-products-btn, .site-homedics2 .addrexxOverlay .addrexxButtonSet .listItem-actions .aa-Panel button + .show-all-products-btn, .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet .listItem-actions button + .show-all-products-btn, .listItem-actions .site-homedics2 .ais-InfiniteHits ol li .button + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .listItem-actions .button + .aa-ItemActionButton, .listItem-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li button + .aa-ItemActionButton, .listItem-actions .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset button + .aa-ItemActionButton, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .listItem-actions .ais-InfiniteHits ol li button + .aa-ItemActionButton, .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset .listItem-actions button + .aa-ItemActionButton, .listItem-actions .site-homedics2 .aa-Panel .ais-InfiniteHits ol li .show-all-products-btn + .aa-ItemActionButton, .listItem-actions .site-homedics2 .ais-InfiniteHits ol li .aa-Panel .show-all-products-btn + .aa-ItemActionButton, .site-homedics2 .aa-Panel .listItem-actions .ais-InfiniteHits ol li .show-all-products-btn + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .aa-Panel .listItem-actions .show-all-products-btn + .aa-ItemActionButton, .listItem-actions .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .listItem-actions .aa-ItemActionButton + .aa-ItemActionButton, .listItem-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li button + .aa-ItemActionButton, .listItem-actions .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet button + .aa-ItemActionButton, .site-homedics2 .addrexxOverlay .addrexxButtonSet .listItem-actions .ais-InfiniteHits ol li button + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet .listItem-actions button + .aa-ItemActionButton, .listItem-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet .button + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .listItem-actions .button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .listItem-actions .addrexxOverlay .addrexxButtonSet button + button, .listItem-actions .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet .show-all-products-btn + button, .listItem-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel .show-all-products-btn + button, .site-homedics2 .aa-Panel .listItem-actions .addrexxOverlay .addrexxButtonSet .show-all-products-btn + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel .listItem-actions .show-all-products-btn + button, .listItem-actions .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet .aa-ItemActionButton + button, .listItem-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li .aa-ItemActionButton + button, .site-homedics2 .ais-InfiniteHits ol li .listItem-actions .addrexxOverlay .addrexxButtonSet .aa-ItemActionButton + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li .listItem-actions .aa-ItemActionButton + button, .listItem-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet button + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .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;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  .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: 801px) {
    .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: 801px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1; }
  @media (min-width: 1261px) {
    .productView-description {
      clear: right;
      float: right;
      width: 50%; } }
  .productView-description .productView-title {
    border-bottom: 1px solid #918f8c;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  background: #007dc6;
  content: "";
  display: block;
  height: 3.125rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.125rem;
  z-index: 10; }

.sale-flag-star:before {
  transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star:after {
  transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.starwrap {
  height: 3.125rem;
  position: absolute;
  top: 10px;
  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 {
  color: white;
  font-weight: 600;
  line-height: 0.9375rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.125rem;
  z-index: 50; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star:before,
.product:hover .starwrap .sale-flag-star:after {
  background: black; }

.sale-flag-side {
  background: #007dc6;
  border-radius: 0 50px 50px 0;
  color: white;
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  line-height: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.75rem;
  padding-top: 0.09375rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.product:hover .sale-flag-side {
  background: black; }

.sale-flag-sash {
  background: #007dc6;
  color: white;
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  left: -35px;
  line-height: 1rem;
  padding-top: 0.09375rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 7.4375rem;
  z-index: 10; }

.listItem-figure .sale-flag-sash {
  left: -25px; }
  @media (min-width: 551px) {
    .listItem-figure .sale-flag-sash {
      top: 15px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash {
      left: -15px;
      top: 25px; } }

.product:hover .sale-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid black;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100px;
  width: 100px; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 801px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 801px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

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

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

.jstree-node {
  white-space: nowrap; }

.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top; }

.jstree-anchor:focus {
  outline: 0; }

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit; }

.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-ocl {
  cursor: pointer; }

.jstree-leaf > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

.jstree-hidden {
  display: none; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative; }

.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.vakata-context {
  display: none; }

.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999; }

.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px; }

.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context li {
  list-style: none;
  display: inline; }

.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px; }

.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

.vakata-context li > a:focus {
  outline: 0; }

.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0; }

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0; }

.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em; }

.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em; }

.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3; }

.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none; }

.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3; }

.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto; }

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3; }

#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px; }

#jstree-dnd .jstree-ok {
  background: green; }

#jstree-dnd .jstree-er {
  background: red; }

#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent; }

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999; }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0; }

.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px; }

.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background: transparent; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat; }

.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px; }

.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px; }

.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0px no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/ }
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

.page {
  margin: 0; }

.page-content {
  padding: 0; }
  .page-content > p {
    margin: 0; }

@media (min-width: 768px) {
  .shogun-root .hero-slider .shg-sld-item .dropzone-wrapper,
  .shogun-root .hero-slider .shg-sld-item div[class^="Dropzone__DropzoneWrapper"],
  .shogun-root .hero-slider .shg-sld-item div[class^="DragComponent__Wrapper"],
  .shogun-root .hero-slider .shg-sld-item div[class^="Componentable__Wrapper"],
  .shogun-root .hero-slider .shg-sld-item div[class^="BoxComponent"],
  .shogun-root .hero-slider .shg-sld-item div[class^="ElementDropzone__Wrapper"] {
    position: static !important; } }

.shogun-root .hero-slider .shg-sld-item .shg-btn-wrapper {
  text-align: center !important; }
  @media (min-width: 768px) {
    .shogun-root .hero-slider .shg-sld-item .shg-btn-wrapper {
      text-align: left !important; } }

.shogun-root .shg-sld-slides {
  padding: 0; }
  .shogun-root .shg-sld-slides .shg-sld-item {
    position: relative; }
    .shogun-root .shg-sld-slides .shg-sld-item .hero-banner {
      background-position: left !important;
      min-height: 200px !important; }
      @media (min-width: 400px) {
        .shogun-root .shg-sld-slides .shg-sld-item .hero-banner {
          min-height: 275px !important; } }
      @media (min-width: 500px) {
        .shogun-root .shg-sld-slides .shg-sld-item .hero-banner {
          min-height: 350px !important; } }
      @media (min-width: 768px) {
        .shogun-root .shg-sld-slides .shg-sld-item .hero-banner {
          background-position: center center !important;
          min-height: 515px !important; } }
      .shogun-root .shg-sld-slides .shg-sld-item .hero-banner--left-mobile {
        background-position: left !important; }
      .shogun-root .shg-sld-slides .shg-sld-item .hero-banner--right-mobile {
        background-position: right !important; }
    .shogun-root .shg-sld-slides .shg-sld-item .hero-banner-obusforme {
      background-position: left !important;
      min-height: 275px !important; }
      @media (min-width: 500px) {
        .shogun-root .shg-sld-slides .shg-sld-item .hero-banner-obusforme {
          min-height: 350px !important; } }
      @media (min-width: 768px) {
        .shogun-root .shg-sld-slides .shg-sld-item .hero-banner-obusforme {
          background-position: center center !important;
          min-height: 515px !important; } }
      @media (min-width: 1000px) {
        .shogun-root .shg-sld-slides .shg-sld-item .hero-banner-obusforme {
          min-height: 550px !important; } }
      @media (min-width: 1261px) {
        .shogun-root .shg-sld-slides .shg-sld-item .hero-banner-obusforme {
          min-height: 600px !important; } }
      @media (min-width: 1500px) {
        .shogun-root .shg-sld-slides .shg-sld-item .hero-banner-obusforme {
          min-height: 650px !important; } }
      .shogun-root .shg-sld-slides .shg-sld-item .hero-banner-obusforme--left-mobile {
        background-position: left !important; }
      .shogun-root .shg-sld-slides .shg-sld-item .hero-banner-obusforme--right-mobile {
        background-position: right !important; }

@media (min-width: 768px) {
  .shogun-root .hero-content-box {
    position: absolute !important;
    top: 18%;
    opacity: 0.9;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 768px) {
  .shogun-root .hero-content-box--right {
    right: 15%; } }

@media (min-width: 768px) {
  .shogun-root .hero-content-box--left {
    left: 18%; } }

@media (min-width: 768px) {
  .shogun-root .hero-content-box--tl {
    border-radius: 60px 0 0 0 !important; } }

@media (min-width: 768px) {
  .shogun-root .hero-content-box--bl {
    border-radius: 0 0 0 60px !important; } }

@media (min-width: 768px) {
  .shogun-root .hero-content-box--tr {
    border-radius: 0 60px 0 0 !important; } }

@media (min-width: 768px) {
  .shogun-root .hero-content-box--br {
    border-radius: 0 0 60px 0 !important; } }

@media (min-width: 768px) {
  .shogun-root .hero-content-box--wide {
    max-width: 750px; } }

.shogun-root .hero-slider {
  position: relative; }
  @media (min-width: 768px) {
    .shogun-root .hero-slider .hero-content-description p {
      text-align: left !important; } }
  .shogun-root .hero-slider .shg-sld-dots {
    position: absolute;
    bottom: 59%;
    width: 100%;
    z-index: 10; }
    @media (min-width: 400px) {
      .shogun-root .hero-slider .shg-sld-dots {
        bottom: 52%; } }
    @media (min-width: 500px) {
      .shogun-root .hero-slider .shg-sld-dots {
        bottom: 46%; } }
    @media (min-width: 768px) {
      .shogun-root .hero-slider .shg-sld-dots {
        bottom: 7%; } }
    .shogun-root .hero-slider .shg-sld-dots .shg-sld-dot {
      background-color: white; }
    .shogun-root .hero-slider .shg-sld-dots .shg-sld-active {
      background-color: #1cbadf; }
  .shogun-root .hero-slider .shg-sld-nav-button {
    top: -35%;
    opacity: 0.5; }
    @media (min-width: 768px) {
      .shogun-root .hero-slider .shg-sld-nav-button {
        top: -11%; } }
    .shogun-root .hero-slider .shg-sld-nav-button.shg-sld-left {
      background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIGZpbGw9IiM3MjZFNkUiIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+");
      left: 3%; }
    .shogun-root .hero-slider .shg-sld-nav-button.shg-sld-right {
      background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIGZpbGw9IiM3MjZFNkUiIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=");
      right: 3%; }
  .shogun-root .hero-slider .hero-content-below-image .shg-theme-text-content span {
    position: relative !important; }
    @media (min-width: 768px) {
      .shogun-root .hero-slider .hero-content-below-image .shg-theme-text-content span {
        font-size: 1rem !important; } }
    .shogun-root .hero-slider .hero-content-below-image .shg-theme-text-content span::before {
      content: "";
      position: absolute !important;
      left: 48%;
      top: -61%;
      width: 15px;
      height: 15px;
      background-color: #a9e168;
      border-radius: 50%; }
      @media (min-width: 768px) {
        .shogun-root .hero-slider .hero-content-below-image .shg-theme-text-content span::before {
          left: -9%;
          top: -15%;
          width: 20px;
          height: 20px; } }

.shogun-root .hero-slider-obusforme {
  position: relative; }
  .shogun-root .hero-slider-obusforme .shg-sld-dots {
    position: absolute;
    bottom: 4%;
    width: 100%;
    z-index: 10; }
    @media (min-width: 768px) {
      .shogun-root .hero-slider-obusforme .shg-sld-dots {
        bottom: 7%; } }
    .shogun-root .hero-slider-obusforme .shg-sld-dots .shg-sld-dot {
      background-color: white; }
    .shogun-root .hero-slider-obusforme .shg-sld-dots .shg-sld-active {
      background-color: #1cbadf; }
  .shogun-root .hero-slider-obusforme .shg-sld-nav-button {
    top: -4%; }
    @media (min-width: 768px) {
      .shogun-root .hero-slider-obusforme .shg-sld-nav-button {
        top: 0; } }
    .shogun-root .hero-slider-obusforme .shg-sld-nav-button.shg-sld-left {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg fill='%23ffffff' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1203 544q0 13-10 23l-393 393 393 393q10 10 10 23t-10 23l-50 50q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l466-466q10-10 23-10t23 10l50 50q10 10 10 23z'/%3E%3C/svg%3E");
      left: 3%; }
    .shogun-root .hero-slider-obusforme .shg-sld-nav-button.shg-sld-right {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg fill='%23ffffff' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1171 960q0 13-10 23l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23z'/%3E%3C/svg%3E");
      right: 3%; }

.shogun-root .full-width-banner {
  position: relative; }
  .shogun-root .full-width-banner .shg-c {
    background-position: 75% !important; }
    @media (min-width: 768px) {
      .shogun-root .full-width-banner .shg-c {
        background-position: center center !important; } }
  @media (min-width: 768px) {
    .shogun-root .full-width-banner .dropzone-wrapper,
    .shogun-root .full-width-banner div[class^="Dropzone__DropzoneWrapper"],
    .shogun-root .full-width-banner div[class^="DragComponent__Wrapper"],
    .shogun-root .full-width-banner div[class^="Componentable__Wrapper"],
    .shogun-root .full-width-banner div[class^="BoxComponent"],
    .shogun-root .full-width-banner div[class^="ElementDropzone__Wrapper"] {
      position: static !important; } }
  .shogun-root .full-width-banner .customer-spotlight-read-more p {
    margin-bottom: 0.2rem; }

.shogun-root .featured-product {
  position: relative; }
  .shogun-root .featured-product .featured-product-image-container > .shg-box-content {
    height: 100%;
    width: 100%; }
  @media (min-width: 1000px) {
    .shogun-root .featured-product .shogun-image-absolute--up {
      transform: translateY(-10%); } }
  @media (min-width: 768px) {
    .shogun-root .featured-product .shogun-image-absolute--down {
      transform: translateY(10%); } }
  .shogun-root .featured-product .shg-row {
    flex-wrap: nowrap; }
  @media (min-width: 768px) {
    .shogun-root .featured-product--tl {
      border-radius: 60px 0 0 0 !important; } }
  @media (min-width: 768px) {
    .shogun-root .featured-product--bl {
      border-radius: 0 0 0 60px !important; } }
  @media (min-width: 768px) {
    .shogun-root .featured-product--tr {
      border-radius: 0 60px 0 0 !important; } }
  @media (min-width: 768px) {
    .shogun-root .featured-product--br {
      border-radius: 0 0 60px 0 !important; } }

.shogun-root .featured-product-full > .featured-product {
  overflow: hidden; }
  @media (min-width: 768px) {
    .shogun-root .featured-product-full > .featured-product {
      overflow: visible; } }
  .shogun-root .featured-product-full > .featured-product > .shg-c > .shg-row > div:last-child {
    position: absolute;
    right: -64%;
    bottom: 9%; }
    @media (min-width: 768px) {
      .shogun-root .featured-product-full > .featured-product > .shg-c > .shg-row > div:last-child {
        position: static; } }

.shogun-root .featured-product-half > .featured-product {
  overflow: hidden; }
  @media (min-width: 768px) {
    .shogun-root .featured-product-half > .featured-product {
      overflow: visible; } }
  .shogun-root .featured-product-half > .featured-product > .shg-c > .shg-row > div:first-child {
    position: absolute;
    right: -64%;
    bottom: 5%; }
    @media (min-width: 768px) {
      .shogun-root .featured-product-half > .featured-product > .shg-c > .shg-row > div:first-child {
        position: static; } }
    .shogun-root .featured-product-half > .featured-product > .shg-c > .shg-row > div:first-child .shogun-image {
      max-width: 150px;
      height: 270px; }
      @media (min-width: 768px) {
        .shogun-root .featured-product-half > .featured-product > .shg-c > .shg-row > div:first-child .shogun-image {
          max-width: 100%;
          height: 350px; } }
      @media (min-width: 1000px) {
        .shogun-root .featured-product-half > .featured-product > .shg-c > .shg-row > div:first-child .shogun-image {
          height: 420px; } }

.shogun-root .full-width-slider .protect-yourself-heading {
  font-size: 2.25rem; }
  @media (min-width: 400px) {
    .shogun-root .full-width-slider .protect-yourself-heading {
      font-size: 2.375rem; } }
  @media (min-width: 768px) {
    .shogun-root .full-width-slider .protect-yourself-heading {
      font-size: 3rem;
      text-align: center; } }
  @media (min-width: 1000px) {
    .shogun-root .full-width-slider .protect-yourself-heading br {
      display: none; } }

.shogun-root .full-width-slider .shg-btn-wrapper {
  text-align: center !important; }

.shogun-root .full-width-slider .shg-sld-dots {
  position: absolute;
  bottom: 8%;
  width: 100%; }
  @media (min-width: 768px) {
    .shogun-root .full-width-slider .shg-sld-dots {
      bottom: 13%; } }
  .shogun-root .full-width-slider .shg-sld-dots .shg-sld-dot {
    background-color: white; }
  .shogun-root .full-width-slider .shg-sld-dots .shg-sld-active {
    background-color: #1cbadf; }

.shogun-root .full-width-slider .shg-sld-nav-button {
  top: 5%;
  opacity: 1; }
  .shogun-root .full-width-slider .shg-sld-nav-button.shg-sld-left {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIGZpbGw9IiNmZmZmZmYiIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+");
    left: 3%; }
  .shogun-root .full-width-slider .shg-sld-nav-button.shg-sld-right {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIGZpbGw9IiNmZmZmZmYiIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=");
    right: 3%; }

.shogun-root .content-nav-sidebar ul {
  list-style-type: none;
  margin: 0; }
  .shogun-root .content-nav-sidebar ul a {
    display: block;
    text-decoration: none;
    padding: 10px 6px;
    border-bottom: 1px solid #cccccc; }

.shogun-root .content-nav-sidebar .content-nav-sidebar-items {
  border-top: 1px solid #cccccc; }
  .shogun-root .content-nav-sidebar .content-nav-sidebar-items .content-nav-sidebar-action {
    font-size: 1.125rem;
    color: #19a6b7; }
    .shogun-root .content-nav-sidebar .content-nav-sidebar-items .content-nav-sidebar-action:hover, .shogun-root .content-nav-sidebar .content-nav-sidebar-items .content-nav-sidebar-action:focus {
      text-decoration: underline; }

.shogun-root .content-nav-sidebar .content-nav-subMenu {
  margin-left: 10px; }
  .shogun-root .content-nav-sidebar .content-nav-subMenu .content-nav-subMenu-action:hover, .shogun-root .content-nav-sidebar .content-nav-subMenu .content-nav-subMenu-action:focus {
    color: #19a6b7;
    background-color: #e5e5e5; }
  .shogun-root .content-nav-sidebar .content-nav-subMenu .content-nav-subMenu-action.has-content-subMenu {
    font-weight: 700; }
  .shogun-root .content-nav-sidebar .content-nav-subMenu .content-nav-childList-subMenu {
    margin-left: 10px; }
    .shogun-root .content-nav-sidebar .content-nav-subMenu .content-nav-childList-subMenu .content-nav-childList-subMenu-action:hover, .shogun-root .content-nav-sidebar .content-nav-subMenu .content-nav-childList-subMenu .content-nav-childList-subMenu-action:focus {
      color: #19a6b7;
      background-color: #e5e5e5; }

.shogun-root .instagram-slider .shogun-slick-container .shg-ig-posts .shg-ig-posts-image {
  height: 167px; }
  @media (min-width: 551px) {
    .shogun-root .instagram-slider .shogun-slick-container .shg-ig-posts .shg-ig-posts-image {
      height: 200px; } }
  @media (min-width: 768px) {
    .shogun-root .instagram-slider .shogun-slick-container .shg-ig-posts .shg-ig-posts-image {
      height: 225px; } }
  @media (min-width: 1000px) {
    .shogun-root .instagram-slider .shogun-slick-container .shg-ig-posts .shg-ig-posts-image {
      height: 285px; } }

.shogun-root .instagram-slider .shogun-slick-container .slick-dots {
  bottom: -36px; }

.shogun-root .instagram-slider .shogun-slick-container .slick-arrow {
  width: 54px;
  height: 100%;
  opacity: 0.7; }
  .shogun-root .instagram-slider .shogun-slick-container .slick-arrow::before {
    margin: 0 auto; }

.shogun-root .instagram-slider .shogun-slick-container .slick-prev {
  left: 0; }

.shogun-root .instagram-slider .shogun-slick-container .slick-next {
  right: 0; }

.shogun-root .content-page-hero-banner {
  position: relative; }
  @media (min-width: 768px) {
    .shogun-root .content-page-hero-banner .dropzone-wrapper,
    .shogun-root .content-page-hero-banner div[class^="Dropzone__DropzoneWrapper"],
    .shogun-root .content-page-hero-banner div[class^="DragComponent__Wrapper"],
    .shogun-root .content-page-hero-banner div[class^="Componentable__Wrapper"],
    .shogun-root .content-page-hero-banner div[class^="BoxComponent"],
    .shogun-root .content-page-hero-banner div[class^="ElementDropzone__Wrapper"] {
      position: static !important; } }

.shogun-root .content-box {
  position: absolute;
  top: 15%; }
  @media (min-width: 768px) {
    .shogun-root .content-box {
      top: 0; } }
  @media (min-width: 1000px) {
    .shogun-root .content-box {
      top: 35%; } }
  @media (min-width: 768px) {
    .shogun-root .content-box--right {
      right: -25%; } }
  @media (min-width: 768px) {
    .shogun-root .content-box--left {
      left: -25%; } }

.shg-btn {
  text-decoration: none; }

.shg-sld-dots {
  z-index: 5; }

.shg-lightbox.hidden {
  display: none !important; }

.bg-subscription {
  background: #93E5E1;
  background-size: 500px 100px !important; }

.z-index-10 {
  z-index: 10; }

/** SHOGUN TO PAGEBUILDER CSS OVERIDES **/
.shogun-heading-component h1 {
  font-weight: 600 !important; }

body.hasAdminBar {
  padding-top: 0; }
  body.hasAdminBar .header {
    padding-top: 0 !important; }

sup.asterisk {
  font-size: 50%; }

.badge.promo-text {
  background-color: var(--color-brandy-brown);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 14px;
  font-family: "new-kansas";
  font-weight: 700 !important;
  color: var(--color-white);
  padding: 0;
  position: absolute;
  margin: 0;
  top: -4px;
  right: 0;
  text-align: center;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  transform: none;
  flex-direction: column; }
  @media (min-width: 801px) {
    .badge.promo-text {
      width: 93px;
      height: 93px;
      top: -10px;
      right: 10px;
      font-size: 1.75rem; } }
  .badge.promo-text .promo-pre-text {
    font-size: 0.625rem; }
    @media (min-width: 801px) {
      .badge.promo-text .promo-pre-text {
        font-size: 0.625rem; } }
  .badge.promo-text .promo-post-text {
    font-size: 1.125rem; }
    @media (min-width: 801px) {
      .badge.promo-text .promo-post-text {
        font-size: 1.125rem; } }

.badge.promo-banner {
  border-radius: 60px 0 0 60px;
  transform: rotate(0) !important;
  top: 24px;
  right: 0;
  color: var(--color-white);
  font-size: 24px;
  font-family: "Inter";
  font-weight: 450 !important;
  width: 170px;
  padding: 6px 0;
  height: auto; }

.badge.promo-circle {
  background-color: var(--color-brandy-brown);
  border-radius: 50%;
  color: var(--color-primary);
  font-weight: 500;
  font-size: 0.625rem;
  padding: .5rem 1rem;
  position: absolute;
  margin-top: 1rem;
  top: 0;
  right: 0; }

.component__bundles-2-bundles {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  text-align: center;
  padding: 3rem 2rem;
  margin: 0;
  line-height: 1; }
  @media (min-width: 801px) {
    .component__bundles-2-bundles {
      column-gap: 2rem;
      grid-template-columns: repeat(2, 1fr); } }
  .component__bundles-2-bundles article {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center; }
    @media (min-width: 801px) {
      .component__bundles-2-bundles article {
        text-align: left;
        align-items: flex-start; } }
    .component__bundles-2-bundles article:first-child {
      margin-bottom: 2rem; }
      @media (min-width: 801px) {
        .component__bundles-2-bundles article:first-child {
          margin-bottom: 0; } }
    .component__bundles-2-bundles article figure {
      align-items: center;
      background-color: var(--color-cloud);
      display: flex;
      flex: 1;
      justify-content: center;
      margin: 0;
      width: 100%; }
    .component__bundles-2-bundles article h2 {
      font-size: 1.25rem;
      font-weight: 500;
      margin-top: 1rem;
      margin-bottom: 1rem; }
      @media (min-width: 801px) {
        .component__bundles-2-bundles article h2 {
          font-size: 1.5rem; } }
      .component__bundles-2-bundles article h2 a {
        color: var(--color-primary); }
    .component__bundles-2-bundles article h3 {
      color: var(--color-brandy-brown);
      font-family: "new-kansas";
      font-size: 1.75rem;
      font-weight: bold;
      margin-top: 0;
      margin-bottom: 2rem; }
      @media (min-width: 801px) {
        .component__bundles-2-bundles article h3 {
          font-size: 2.25rem; } }
    .component__bundles-2-bundles article ul {
      display: flex;
      flex-direction: row;
      font-size: 1.25rem;
      font-weight: 500;
      justify-content: center;
      list-style-type: none;
      margin-left: 0; }
      @media (min-width: 801px) {
        .component__bundles-2-bundles article ul {
          justify-content: start; } }
      @media (min-width: 1261px) {
        .component__bundles-2-bundles article ul {
          font-size: 1.5rem; } }
      .component__bundles-2-bundles article ul li {
        padding-top: .5rem;
        padding-bottom: .5rem; }
        .component__bundles-2-bundles article ul li:first-child {
          color: #474747;
          padding-right: 2rem; }
        .component__bundles-2-bundles article ul li:last-child {
          color: var(--color-brandy-brown);
          border-left: 1px solid var(--color-primary);
          padding-left: 2rem; }

section.component__bundles-better {
  background-color: var(--color-primary);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 2rem;
  margin: 0;
  line-height: 1; }
  @media (min-width: 801px) {
    section.component__bundles-better {
      flex-direction: row; } }
  @media (min-width: 801px) {
    section.component__bundles-better.reverse > figure {
      order: 1; } }
  @media (min-width: 801px) {
    section.component__bundles-better.reverse .text-container {
      order: 2; } }
  section.component__bundles-better > figure {
    align-items: center;
    display: none;
    justify-content: center;
    margin: 0; }
    @media (min-width: 801px) {
      section.component__bundles-better > figure {
        display: flex;
        flex-basis: 40%; } }
    @media (min-width: 1261px) {
      section.component__bundles-better > figure {
        flex-basis: 50%; } }
    section.component__bundles-better > figure img {
      max-height: 600px; }
  section.component__bundles-better .text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media (min-width: 801px) {
      section.component__bundles-better .text-container {
        flex-basis: 60%; } }
    @media (min-width: 1261px) {
      section.component__bundles-better .text-container {
        flex-basis: 50%; } }
    section.component__bundles-better .text-container figure {
      margin: 0; }
      @media (min-width: 801px) {
        section.component__bundles-better .text-container figure {
          display: none; } }
  section.component__bundles-better h2 {
    color: var(--color-white);
    font-family: "new-kansas";
    font-size: 2.625rem;
    margin: 0 0 1rem; }
    @media (min-width: 801px) {
      section.component__bundles-better h2 {
        font-size: 4rem;
        margin-bottom: .5rem; } }
  section.component__bundles-better h3.subtitle {
    color: var(--color-white);
    font-size: 1.375rem;
    margin-top: 0; }
    @media (min-width: 801px) {
      section.component__bundles-better h3.subtitle {
        font-size: 1.75rem;
        margin-bottom: 2rem; } }
  section.component__bundles-better s {
    text-decoration: line-through;
    text-decoration-color: var(--color-brandy-brown);
    text-decoration-thickness: 4px; }
    @media (min-width: 801px) {
      section.component__bundles-better s {
        text-decoration-thickness: 6px; } }
  section.component__bundles-better table {
    font-size: 2rem;
    font-weight: 700;
    width: 100%; }
    @media (min-width: 1261px) {
      section.component__bundles-better table {
        font-size: 3rem; } }
    section.component__bundles-better table thead h3 {
      font-size: 1.375rem;
      font-weight: 900;
      margin-top: 0; }
      @media (min-width: 801px) {
        section.component__bundles-better table thead h3 {
          font-size: 1.5rem; } }
      section.component__bundles-better table thead h3 a {
        color: #474747; }
        section.component__bundles-better table thead h3 a:hover {
          text-decoration-color: #474747;
          text-decoration-line: underline;
          text-decoration-thickness: 2px; }
    section.component__bundles-better table tbody {
      font-family: "new-kansas"; }
      section.component__bundles-better table tbody td {
        padding: 0.5rem; }
      section.component__bundles-better table tbody .after-bundle {
        color: var(--color-brandy-brown); }
    section.component__bundles-better table tfoot {
      font-family: "new-kansas"; }
      @media (min-width: 801px) {
        section.component__bundles-better table tfoot {
          font-size: 3rem; } }
      section.component__bundles-better table tfoot p {
        margin-top: 1rem; }

.component__bundles-hero {
  background-color: var(--color-brandy-brown);
  background-image: url("../img/components/bundles/hero-bg-mobile.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 3rem 2rem;
  margin: 0;
  line-height: 1; }
  @media (min-width: 801px) {
    .component__bundles-hero {
      background-image: url("../img/components/bundles/hero-bg.png"); } }
  .component__bundles-hero h1 {
    color: var(--color-primary);
    font-size: 3.25rem;
    margin: 0 0 2rem; }
    @media (min-width: 801px) {
      .component__bundles-hero h1 {
        font-size: 4rem;
        margin-bottom: 1.5rem; } }
  .component__bundles-hero h2 {
    color: var(--color-white);
    font-size: 2.375rem;
    margin: 0 0 2rem; }
    @media (min-width: 801px) {
      .component__bundles-hero h2 {
        margin-bottom: 1.5rem; } }
  .component__bundles-hero p {
    color: var(--color-white);
    font-size: 1rem;
    line-height: 1.2;
    margin: 0; }
    @media (min-width: 801px) {
      .component__bundles-hero p {
        font-size: 1.5rem; } }

.page.page--homedics-bundles > .container, div.component__2023-drift__which-cta--row.page.page--homedics-bundles > .shg-box-content {
  max-width: none;
  padding: 0; }

section.component__bundles-instructions {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  section.component__bundles-instructions h2 {
    display: block;
    margin: 0 0 2rem;
    color: var(--color-brandy-brown);
    font-family: "new-kansas";
    font-size: 2.375rem;
    text-align: center; }
  section.component__bundles-instructions ol {
    display: flex;
    list-style: none;
    justify-content: center;
    flex-direction: column; }
    @media (min-width: 801px) {
      section.component__bundles-instructions ol {
        flex-direction: row; } }
    section.component__bundles-instructions ol li {
      display: flex;
      position: relative;
      counter-increment: step-counter;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin: 0 0 4rem 0;
      padding: 0;
      color: var(--color-brandy-brown);
      font-size: 1.3125rem;
      line-height: 1.2; }
      @media (min-width: 801px) {
        section.component__bundles-instructions ol li {
          flex-direction: column-reverse;
          align-items: flex-start;
          justify-content: flex-start;
          margin: 0 1rem;
          width: calc(100% / 3); } }
      section.component__bundles-instructions ol li:first-child {
        margin-left: 0; }
      section.component__bundles-instructions ol li:last-child {
        margin-right: 0;
        margin-bottom: 1rem; }
        @media (min-width: 801px) {
          section.component__bundles-instructions ol li:last-child {
            margin-bottom: 0; } }
      section.component__bundles-instructions ol li img {
        margin: 0 auto 1rem; }
      section.component__bundles-instructions ol li p {
        display: block;
        width: calc(100% - 5rem);
        margin: 0.65rem 0 2rem 5rem; }
        @media (min-width: 801px) {
          section.component__bundles-instructions ol li p {
            width: calc(100% - 5rem);
            margin: auto 0 0 5rem; } }
      section.component__bundles-instructions ol li::before {
        display: block;
        height: 64px;
        line-height: 1;
        position: absolute;
        top: 0;
        left: 0px;
        content: counters(step-counter, ".") ". ";
        font-size: 4.25rem;
        font-weight: bold;
        text-align: left; }
        @media (min-width: 801px) {
          section.component__bundles-instructions ol li::before {
            top: auto;
            bottom: 0; } }

section.component__holiday-gifts--affirm-banner {
  --affirm-logo-height: 40px;
  --affirm-logo-width: 100px;
  align-items: center;
  background-image: url("../img/components/holidays/affirm-banner/affirm-banner-bg-mobile.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  padding: 2rem; }
  @media (min-width: 801px) {
    section.component__holiday-gifts--affirm-banner {
      --affirm-logo-height: 58px;
      --affirm-logo-width: 144px;
      align-items: baseline;
      flex-direction: row;
      justify-content: center; } }
  @media (min-width: 1261px) {
    section.component__holiday-gifts--affirm-banner {
      background-image: url("../img/components/holidays/affirm-banner/affirm-banner-bg.png"); } }
  section.component__holiday-gifts--affirm-banner h2 {
    color: var(--color-secondary);
    font-family: "new-kansas";
    font-size: 1.625rem;
    font-weight: bold;
    margin: 0;
    text-align: center; }
    @media (min-width: 801px) {
      section.component__holiday-gifts--affirm-banner h2 {
        flex-basis: 50%;
        font-size: 2.25rem; } }
    @media (min-width: 801px) {
      section.component__holiday-gifts--affirm-banner h2:first-child {
        padding-right: 2rem;
        text-align: right; } }
    section.component__holiday-gifts--affirm-banner h2:first-child:after {
      background-image: url("../img/components/holidays/affirm-banner/affirm-logo.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      display: inline-block;
      margin-left: 5px;
      height: var(--affirm-logo-height);
      width: var(--affirm-logo-width);
      padding-right: var(--affirm-logo-width); }
    section.component__holiday-gifts--affirm-banner h2:last-child {
      position: relative;
      margin-top: 1rem;
      padding-top: 1rem; }
      section.component__holiday-gifts--affirm-banner h2:last-child:before {
        content: "";
        height: 1px;
        left: 25%;
        position: absolute;
        top: 0;
        width: 50%;
        border-bottom: 1px solid var(--color-secondary); }
      @media (min-width: 801px) {
        section.component__holiday-gifts--affirm-banner h2:last-child {
          border-left: 1px solid var(--color-secondary);
          padding-left: 2rem;
          margin-top: 0;
          padding-top: 0;
          text-align: left; }
          section.component__holiday-gifts--affirm-banner h2:last-child:before {
            content: unset; } }

section.component__holiday-gifts--drift-banner {
  --drift-logo-height: 81px;
  --drift-logo-width: 200px;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  padding: 10rem 2rem;
  text-align: center; }
  @media (min-width: 801px) {
    section.component__holiday-gifts--drift-banner {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  section.component__holiday-gifts--drift-banner h2 {
    color: var(--color-secondary);
    font-family: "new-kansas";
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 2rem; }
    @media (min-width: 801px) {
      section.component__holiday-gifts--drift-banner h2 {
        font-size: 2.5rem; } }
    section.component__holiday-gifts--drift-banner h2:before {
      background-image: url("../img/components/holidays/drift-banner/drift-logo.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      display: block;
      margin: 0 auto 1rem;
      height: var(--drift-logo-height);
      width: var(--drift-logo-width); }
  section.component__holiday-gifts--drift-banner img.db-icon {
    display: block;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 1rem;
    max-width: 170px; }
    section.component__holiday-gifts--drift-banner img.db-icon.desktop-icon {
      display: none; }
    @media (min-width: 801px) {
      section.component__holiday-gifts--drift-banner img.db-icon.mobile-icon {
        display: none; }
      section.component__holiday-gifts--drift-banner img.db-icon.desktop-icon {
        display: block;
        top: 0;
        right: 4rem;
        bottom: auto;
        left: auto;
        max-width: 210px; } }

nav.component__holidays-gifts-menu {
  background-image: url("../img/components/holidays/gifts-menu/bg-mobile.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 1rem;
  margin-bottom: 3rem; }
  @media (min-width: 801px) {
    nav.component__holidays-gifts-menu {
      margin-bottom: 5rem; } }
  @media (min-width: 1261px) {
    nav.component__holidays-gifts-menu {
      background-image: url("../img/components/holidays/gifts-menu/bg.png");
      padding-left: 2rem;
      padding-right: 2rem; } }
  nav.component__holidays-gifts-menu a {
    background-color: var(--color-white);
    border: 2px solid var(--color-dandelion);
    color: var(--color-secondary);
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    min-width: 150px;
    padding: .5rem 1.5rem;
    text-align: center;
    /*
    @include breakpoint($tablet-breakpoint) {
      background-color: unset;
      border: none;
      font-size: remCalc(18);
      padding: 0;
      margin: 0 .5rem;
      min-width: auto;
    }
    */ }
    @media (min-width: 801px) {
      nav.component__holidays-gifts-menu a {
        font-size: 1.875rem;
        min-width: 230px;
        padding-left: 2rem;
        padding-right: 2rem; } }
    nav.component__holidays-gifts-menu a:hover {
      background-color: var(--color-primary);
      border-color: var(--color-primary);
      color: var(--color-white);
      /*
      @include breakpoint($tablet-breakpoint) {
        background-color: unset;
        border-color: unset;
        color: var(--color-primary);
      }
      */ }
  nav.component__holidays-gifts-menu h2 {
    color: var(--color-secondary);
    font-family: "new-kansas";
    font-size: 2rem;
    margin: 1rem 0 1rem;
    text-align: center;
    white-space: nowrap; }
    @media (min-width: 1261px) {
      nav.component__holidays-gifts-menu h2 {
        font-size: 2.5rem; } }
  nav.component__holidays-gifts-menu p {
    font-size: 1.125rem;
    text-align: center; }
  nav.component__holidays-gifts-menu ul {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    /*
    @include breakpoint($tablet-breakpoint) {
      margin-left: 1rem;
    }
    */ }
    nav.component__holidays-gifts-menu ul li {
      margin: 0 .5rem 1rem;
      /*
      @include breakpoint($tablet-breakpoint) {
        margin: 0 ;

        &:after {
          color: var(--color-dandelion);
          content: "|";
          padding-right: 0.25rem;
        }

        &:last-child {
          &:after {
            content: "";
          }
        }
      }
      */ }
  nav.component__holidays-gifts-menu.use-grid ul {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    width: fit-content; }
    @media (min-width: 551px) {
      nav.component__holidays-gifts-menu.use-grid ul {
        grid-template-columns: repeat(3, 1fr); } }
    nav.component__holidays-gifts-menu.use-grid ul li {
      margin: 0; }
  nav.component__holidays-gifts-menu.valentines {
    background-image: none; }
    nav.component__holidays-gifts-menu.valentines a,
    nav.component__holidays-gifts-menu.valentines h2,
    nav.component__holidays-gifts-menu.valentines p {
      color: var(--color-brandy-brown); }
    nav.component__holidays-gifts-menu.valentines a {
      border-color: var(--color-secondary); }
      nav.component__holidays-gifts-menu.valentines a:hover {
        background-color: var(--color-secondary);
        color: var(--color-white);
        text-decoration-line: none; }
    nav.component__holidays-gifts-menu.valentines h2 {
      font-size: 1.875rem; }
      @media (min-width: 1261px) {
        nav.component__holidays-gifts-menu.valentines h2 {
          font-size: 3.75rem; } }
  nav.component__holidays-gifts-menu.mothers-day {
    background-image: none; }
    nav.component__holidays-gifts-menu.mothers-day a,
    nav.component__holidays-gifts-menu.mothers-day h2,
    nav.component__holidays-gifts-menu.mothers-day p {
      color: var(--color-brandy-brown); }
    nav.component__holidays-gifts-menu.mothers-day a {
      border-color: var(--color-dandelion); }
      nav.component__holidays-gifts-menu.mothers-day a:hover {
        background-color: var(--color-dandelion);
        color: var(--color-brandy-brown);
        text-decoration-line: none; }
    nav.component__holidays-gifts-menu.mothers-day h2 {
      font-size: 1.875rem;
      white-space: unset; }
      @media (min-width: 1261px) {
        nav.component__holidays-gifts-menu.mothers-day h2 {
          font-size: 3.75rem; } }

section.component__holidays-gifts-under {
  margin-top: 2rem; }
  @media (min-width: 801px) {
    section.component__holidays-gifts-under {
      column-gap: 2rem;
      grid-template-columns: repeat(2, 1fr); } }
  section.component__holidays-gifts-under a {
    color: var(--color-white);
    font-size: 1rem;
    text-decoration-color: var(--color-white);
    text-decoration-line: underline; }
    @media (min-width: 1261px) {
      section.component__holidays-gifts-under a {
        font-size: 1.25rem; } }
    section.component__holidays-gifts-under a:hover {
      text-decoration-line: none; }
  section.component__holidays-gifts-under h2 {
    color: var(--color-white);
    font-family: "new-kansas";
    font-size: 2rem;
    font-weight: 600;
    margin-top: 0; }
    @media (min-width: 801px) {
      section.component__holidays-gifts-under h2 {
        font-size: 2.25rem; } }
    @media (min-width: 1261px) {
      section.component__holidays-gifts-under h2 {
        font-size: 3rem; } }
  section.component__holidays-gifts-under ul {
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(2, 1fr);
    list-style-type: none;
    margin: 0 0 1rem; }
    @media (min-width: 801px) {
      section.component__holidays-gifts-under ul {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 1rem; } }
    @media (min-width: 1261px) {
      section.component__holidays-gifts-under ul {
        grid-gap: 2rem; } }
    section.component__holidays-gifts-under ul li {
      background-position: center;
      background-repeat: no-repeat;
      background-size: 90%;
      padding: 2rem 1.5rem;
      text-align: center; }
      @media (min-width: 801px) {
        section.component__holidays-gifts-under ul li {
          padding-left: 2rem;
          padding-right: 2rem; } }
      section.component__holidays-gifts-under ul li:nth-child(1n), section.component__holidays-gifts-under ul li:nth-child(3n) {
        background-color: var(--color-primary); }
      section.component__holidays-gifts-under ul li:nth-child(2n), section.component__holidays-gifts-under ul li:nth-child(4n) {
        background-color: var(--color-brandy-brown); }
        section.component__holidays-gifts-under ul li:nth-child(2n) h2, section.component__holidays-gifts-under ul li:nth-child(4n) h2 {
          color: var(--color-white); }
        section.component__holidays-gifts-under ul li:nth-child(2n) a, section.component__holidays-gifts-under ul li:nth-child(4n) a {
          color: var(--color-white);
          text-decoration-color: var(--color-primary); }
      section.component__holidays-gifts-under ul li:nth-child(1n) {
        background-image: url("../img/components/holidays/gifts-under/bg-1.png"); }
      section.component__holidays-gifts-under ul li:nth-child(2n) {
        background-image: url("../img/components/holidays/gifts-under/bg-2.png"); }
      section.component__holidays-gifts-under ul li:nth-child(3n) {
        background-color: var(--color-brandy-brown);
        background-image: url("../img/components/holidays/gifts-under/bg-2.png"); }
        @media (min-width: 801px) {
          section.component__holidays-gifts-under ul li:nth-child(3n) {
            background-color: var(--color-primary);
            background-image: url("../img/components/holidays/gifts-under/bg-1.png"); } }
        section.component__holidays-gifts-under ul li:nth-child(3n) h2 {
          color: var(--color-white); }
          @media (min-width: 801px) {
            section.component__holidays-gifts-under ul li:nth-child(3n) h2 {
              color: var(--color-white); } }
        section.component__holidays-gifts-under ul li:nth-child(3n) a {
          text-decoration-color: var(--color-primary); }
          @media (min-width: 801px) {
            section.component__holidays-gifts-under ul li:nth-child(3n) a {
              color: var(--color-white);
              text-decoration-color: var(--color-white); } }
      section.component__holidays-gifts-under ul li:nth-child(4n) {
        background-color: var(--color-primary);
        background-image: url("../img/components/holidays/gifts-under/bg-1.png"); }
        @media (min-width: 801px) {
          section.component__holidays-gifts-under ul li:nth-child(4n) {
            background-color: var(--color-brandy-brown);
            background-image: url("../img/components/holidays/gifts-under/bg-2.png"); } }
        section.component__holidays-gifts-under ul li:nth-child(4n) h2 {
          color: var(--color-white); }
        section.component__holidays-gifts-under ul li:nth-child(4n) a {
          color: var(--color-white);
          text-decoration-color: var(--color-white); }
          @media (min-width: 801px) {
            section.component__holidays-gifts-under ul li:nth-child(4n) a {
              text-decoration-color: var(--color-primary); } }
  section.component__holidays-gifts-under.valentines ul {
    grid-gap: 1rem; }
    @media (min-width: 1261px) {
      section.component__holidays-gifts-under.valentines ul {
        grid-gap: inherit; } }
    section.component__holidays-gifts-under.valentines ul li {
      background-color: var(--color-brandy-brown);
      background-image: none; }
      section.component__holidays-gifts-under.valentines ul li h2 {
        color: var(--color-white); }
      section.component__holidays-gifts-under.valentines ul li a {
        color: var(--color-white);
        text-decoration-color: var(--color-white); }

section.component__holiday-gifts--hero {
  --hero-image-height: 308;
  --hero-image-width: 400;
  aspect-ratio: calc(var(--hero-image-width) / var(--hero-image-height));
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 3rem 2rem;
  margin: 0; }
  @media (min-width: 801px) {
    section.component__holiday-gifts--hero {
      --hero-image-height: 455;
      --hero-image-width: 1920; } }
  section.component__holiday-gifts--hero h1 {
    color: var(--color-white);
    font-family: "new-kansas";
    font-size: 3.125rem;
    margin-top: 0; }
    @media (min-width: 801px) {
      section.component__holiday-gifts--hero h1 {
        font-size: 4.5rem; } }
  section.component__holiday-gifts--hero h2 {
    color: var(--color-white);
    font-size: 1.5rem;
    font-weight: normal;
    margin: 0 0 3rem; }
    @media (min-width: 801px) {
      section.component__holiday-gifts--hero h2 {
        font-size: 1.875rem; } }
  section.component__holiday-gifts--hero .button-primary-wht-txt {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white); }
    section.component__holiday-gifts--hero .button-primary-wht-txt:hover {
      color: var(--color-black); }

section.component__holiday-gifts--offset-columns {
  background-color: var(--color-secondary);
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (min-width: 801px) {
    section.component__holiday-gifts--offset-columns {
      flex-direction: row; } }
  section.component__holiday-gifts--offset-columns.reverse figure {
    background-position: right;
    text-align: left; }
    @media (min-width: 801px) {
      section.component__holiday-gifts--offset-columns.reverse figure {
        order: 2; } }
  section.component__holiday-gifts--offset-columns.reverse .text-container {
    background-position: left; }
    @media (min-width: 801px) {
      section.component__holiday-gifts--offset-columns.reverse .text-container {
        justify-content: flex-end;
        order: 1; } }
    @media (min-width: 801px) {
      section.component__holiday-gifts--offset-columns.reverse .text-container .text-inner-container {
        margin-left: auto;
        margin-right: unset; } }
  section.component__holiday-gifts--offset-columns h2 {
    color: var(--color-white);
    font-family: "new-kansas";
    font-size: 3.125rem;
    font-weight: bold;
    line-height: 1.1;
    margin: 0 0 1rem; }
    @media (min-width: 801px) {
      section.component__holiday-gifts--offset-columns h2 {
        font-size: 3.75rem; } }
  section.component__holiday-gifts--offset-columns p {
    color: var(--color-white);
    font-size: 1.25rem;
    margin: 0 0 1rem; }
    @media (min-width: 801px) {
      section.component__holiday-gifts--offset-columns p {
        font-size: 1.5rem; } }
  section.component__holiday-gifts--offset-columns h3 {
    color: var(--color-amazonite);
    font-family: "new-kansas";
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 1.1;
    margin: 0 0 1rem; }
    @media (min-width: 801px) {
      section.component__holiday-gifts--offset-columns h3 {
        font-size: 2.5rem; } }
  section.component__holiday-gifts--offset-columns figure {
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    flex-basis: 60%;
    margin: 0;
    text-align: right; }
    section.component__holiday-gifts--offset-columns figure img {
      height: 100%;
      object-fit: cover;
      width: 100%; }
      @media (min-width: 801px) {
        section.component__holiday-gifts--offset-columns figure img {
          max-width: calc(1220px * .60 - (1.5rem / 2)); } }
  section.component__holiday-gifts--offset-columns .text-container {
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 40%; }
    @media (min-width: 801px) {
      section.component__holiday-gifts--offset-columns .text-container {
        justify-content: flex-start; } }
    section.component__holiday-gifts--offset-columns .text-container .text-inner-container {
      padding: 2rem;
      text-align: center;
      width: 100%; }
      @media (min-width: 801px) {
        section.component__holiday-gifts--offset-columns .text-container .text-inner-container {
          max-width: calc(1220px * .40 - (1.5rem / 2));
          margin-right: auto;
          text-align: left; } }
      @media (min-width: 1261px) {
        section.component__holiday-gifts--offset-columns .text-container .text-inner-container {
          padding-left: 4rem;
          padding-right: 4rem; } }
  section.component__holiday-gifts--offset-columns.theme-1 figure {
    background-image: url("../img/components/holidays/offset-columns/happy-home-img-bg.png"); }
  section.component__holiday-gifts--offset-columns.theme-1 .text-container {
    background-image: url("../img/components/holidays/offset-columns/happy-home-text-bg-mobile.png"); }
    @media (min-width: 801px) {
      section.component__holiday-gifts--offset-columns.theme-1 .text-container {
        background-image: url("../img/components/holidays/offset-columns/happy-home-text-bg.png"); } }
  section.component__holiday-gifts--offset-columns.theme-2 {
    background-color: var(--color-dandelion); }
    section.component__holiday-gifts--offset-columns.theme-2 figure {
      background-image: url("../img/components/holidays/offset-columns/practical-parent-img-bg.png"); }
    section.component__holiday-gifts--offset-columns.theme-2 .text-container {
      background-image: url("../img/components/holidays/offset-columns/practical-parent-text-bg-mobile.png"); }
      @media (min-width: 801px) {
        section.component__holiday-gifts--offset-columns.theme-2 .text-container {
          background-image: url("../img/components/holidays/offset-columns/practical-parent-text-bg.png"); } }
      section.component__holiday-gifts--offset-columns.theme-2 .text-container h2 {
        color: var(--color-secondary); }
      section.component__holiday-gifts--offset-columns.theme-2 .text-container p {
        color: var(--color-secondary); }
  section.component__holiday-gifts--offset-columns.theme-3 figure {
    background-image: url("../img/components/holidays/offset-columns/rest-relief-img-bg.png"); }
  section.component__holiday-gifts--offset-columns.theme-3 .text-container {
    background-image: url("../img/components/holidays/offset-columns/rest-relief-text-bg-mobile.png"); }
    @media (min-width: 801px) {
      section.component__holiday-gifts--offset-columns.theme-3 .text-container {
        background-image: url("../img/components/holidays/offset-columns/rest-relief-text-bg.png"); } }

section.component__holiday-gifts--promo-banner {
  display: flex;
  flex-wrap: wrap;
  background-color: var(--color-primary);
  background-image: url("../img/components/holidays/promo-banner/gift-lp-banner-snow-mobile.png");
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  padding: 0 2rem;
  margin: 0;
  align-items: center;
  justify-content: center; }
  @media (min-width: 801px) {
    section.component__holiday-gifts--promo-banner {
      background-image: url("../img/components/holidays/promo-banner/gift-lp-banner-snow-desktop.png");
      padding: 1rem 2rem; } }
  section.component__holiday-gifts--promo-banner .heading-icon {
    line-height: 0; }
    section.component__holiday-gifts--promo-banner .heading-icon svg {
      max-width: 56px; }
      @media (min-width: 801px) {
        section.component__holiday-gifts--promo-banner .heading-icon svg {
          max-width: 80px; } }
      section.component__holiday-gifts--promo-banner .heading-icon svg path {
        color: #000;
        fill: black;
        filter: brightness(0) saturate(100%) invert(10%) sepia(40%) saturate(3755%) hue-rotate(350deg) brightness(95%) contrast(93%); }
  section.component__holiday-gifts--promo-banner h2 {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    font-family: "new-kansas";
    font-size: 1.125rem;
    font-weight: bold;
    color: #000;
    fill: #000; }
    section.component__holiday-gifts--promo-banner h2 span.h2-part1 {
      font-size: 1.75rem; }
    section.component__holiday-gifts--promo-banner h2 span.h2-part2 {
      place-self: flex-start; }
    @media (min-width: 801px) {
      section.component__holiday-gifts--promo-banner h2 {
        flex-direction: row;
        font-size: 2.5rem;
        color: #000;
        fill: #000; } }
    section.component__holiday-gifts--promo-banner h2 + h2 {
      display: inline-flex;
      align-items: center;
      margin-bottom: 0; }
      section.component__holiday-gifts--promo-banner h2 + h2 a {
        color: #000;
        text-decoration-color: #000;
        text-decoration-line: underline; }
        section.component__holiday-gifts--promo-banner h2 + h2 a:hover {
          text-decoration-line: none; }
  section.component__holiday-gifts--promo-banner p {
    color: var(--color-brandy-brown);
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0;
    margin-left: 4rem; }
    @media (min-width: 801px) {
      section.component__holiday-gifts--promo-banner p {
        font-size: 1.125rem; } }
    @media (min-width: 801px) {
      section.component__holiday-gifts--promo-banner p br {
        display: none; } }
    section.component__holiday-gifts--promo-banner p b,
    section.component__holiday-gifts--promo-banner p strong {
      color: var(--color-dandelion);
      font-weight: 900; }
    section.component__holiday-gifts--promo-banner p.second-line {
      color: var(--color-white);
      flex-basis: 100%;
      margin-bottom: 1rem;
      margin-left: 0; }
      @media (min-width: 801px) {
        section.component__holiday-gifts--promo-banner p.second-line {
          margin-bottom: 0; } }
      section.component__holiday-gifts--promo-banner p.second-line b,
      section.component__holiday-gifts--promo-banner p.second-line strong {
        color: var(--color-secondary);
        font-weight: inherit; }
  section.component__holiday-gifts--promo-banner.holiday-shop--20-off-banner {
    background-image: url("https://i.shgcdn.com/c6f49bf3-2373-4593-a2ef-25734f829bd7/-/format/auto/-/preview/3000x3000/-/quality/lighter/");
    background-position: center;
    background-size: cover; }
    @media (min-width: 801px) {
      section.component__holiday-gifts--promo-banner.holiday-shop--20-off-banner {
        background-image: url("https://i.shgcdn.com/3d546673-fd59-41cd-9862-6ade2d0471ae/-/format/auto/-/preview/3000x3000/-/quality/lighter/"); } }

/** BANNER FLASHING TEXT **/
.blink-text-1 {
  animation-name: blinker-1;
  animation-duration: 4s;
  animation-timing-function: steps(1, start);
  animation-iteration-count: infinite; }

@keyframes blinker-1 {
  0% {
    color: #000;
    fill: #000;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(199deg) brightness(105%) contrast(102%); }
  50% {
    color: #000;
    fill: #000;
    filter: brightness(0) saturate(100%) invert(10%) sepia(40%) saturate(3755%) hue-rotate(350deg) brightness(95%) contrast(93%); }
  100% {
    color: #000;
    fill: #000;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(199deg) brightness(105%) contrast(102%); } }

.blink-text-2 {
  animation-name: blinker-2;
  animation-duration: 4s;
  animation-timing-function: steps(1, start);
  animation-iteration-count: infinite; }

@keyframes blinker-2 {
  0% {
    color: var(--color-white);
    fill: var(--color-white) !important; }
  60% {
    color: var(--color-brandy-brown);
    fill: var(--color-brandy-brown) !important; }
  100% {
    color: var(--color-white);
    fill: var(--color-white) !important; } }

section.component__50-50, section.component__50-50--holiday-2022-50-50-v1, section.component__50-50--holiday-2022-50-50-v2 {
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  /*2022 HOLIDAY STYLE v1*/
  /*2022 HOLIDAY STYLE v2 - yellow version*/
  /*2023 mothers day*/ }
  @media (min-width: 801px) {
    section.component__50-50, section.component__50-50--holiday-2022-50-50-v1, section.component__50-50--holiday-2022-50-50-v2 {
      flex-direction: row; } }
  section.component__50-50 .side-a-50, section.component__50-50--holiday-2022-50-50-v1 .side-a-50, section.component__50-50--holiday-2022-50-50-v2 .side-a-50,
  section.component__50-50 .side-b-50,
  section.component__50-50--holiday-2022-50-50-v1 .side-b-50,
  section.component__50-50--holiday-2022-50-50-v2 .side-b-50 {
    background-position: center;
    background-repeat: no-repeat;
    display: inline-flex;
    flex-direction: column;
    flex-basis: 50%; }
  section.component__50-50 h3, section.component__50-50--holiday-2022-50-50-v1 h3, section.component__50-50--holiday-2022-50-50-v2 h3 {
    color: var(--color-white);
    font-family: "new-kansas";
    font-size: 3.125rem;
    margin-top: 0.75rem; }
    @media (min-width: 801px) {
      section.component__50-50 h3, section.component__50-50--holiday-2022-50-50-v1 h3, section.component__50-50--holiday-2022-50-50-v2 h3 {
        font-size: 3.75rem; } }
  section.component__50-50 h4, section.component__50-50--holiday-2022-50-50-v1 h4, section.component__50-50--holiday-2022-50-50-v2 h4 {
    color: var(--color-amazonite);
    font-family: "new-kansas";
    font-size: 1.875rem;
    margin-top: 0.75rem; }
    @media (min-width: 801px) {
      section.component__50-50 h4, section.component__50-50--holiday-2022-50-50-v1 h4, section.component__50-50--holiday-2022-50-50-v2 h4 {
        font-size: 2.5rem; } }
  section.component__50-50 p, section.component__50-50--holiday-2022-50-50-v1 p, section.component__50-50--holiday-2022-50-50-v2 p {
    font-size: 1.25rem; }
    @media (min-width: 801px) {
      section.component__50-50 p, section.component__50-50--holiday-2022-50-50-v1 p, section.component__50-50--holiday-2022-50-50-v2 p {
        font-size: 1.5rem; } }
  section.component__50-50 .side-a-50-50-main-img, section.component__50-50--holiday-2022-50-50-v1 .side-a-50-50-main-img, section.component__50-50--holiday-2022-50-50-v2 .side-a-50-50-main-img,
  section.component__50-50 .side-b-50-50-main-img,
  section.component__50-50--holiday-2022-50-50-v1 .side-b-50-50-main-img,
  section.component__50-50--holiday-2022-50-50-v2 .side-b-50-50-main-img {
    width: 100%;
    margin: 0;
    padding: 0; }
    @media (min-width: 801px) {
      section.component__50-50 .side-a-50-50-main-img, section.component__50-50--holiday-2022-50-50-v1 .side-a-50-50-main-img, section.component__50-50--holiday-2022-50-50-v2 .side-a-50-50-main-img,
      section.component__50-50 .side-b-50-50-main-img,
      section.component__50-50--holiday-2022-50-50-v1 .side-b-50-50-main-img,
      section.component__50-50--holiday-2022-50-50-v2 .side-b-50-50-main-img {
        width: calc(100% - 6rem);
        margin: 3rem; } }
  section.component__50-50 .cta-contain-50-50, section.component__50-50--holiday-2022-50-50-v1 .cta-contain-50-50, section.component__50-50--holiday-2022-50-50-v2 .cta-contain-50-50 {
    margin: auto;
    padding: 3rem 10px 10px; }
  section.component__50-50 .reverse-order, section.component__50-50--holiday-2022-50-50-v1 .reverse-order, section.component__50-50--holiday-2022-50-50-v2 .reverse-order {
    flex-direction: column-reverse; }
  section.component__50-50 .shop-now-card, section.component__50-50--holiday-2022-50-50-v1 .shop-now-card, section.component__50-50--holiday-2022-50-50-v2 .shop-now-card {
    padding-bottom: 3rem; }
  section.component__50-50--holiday-2022-50-50-v1 .side-b-50 .order-contain {
    order: 2; }
    @media (min-width: 801px) {
      section.component__50-50--holiday-2022-50-50-v1 .side-b-50 .order-contain {
        order: unset; } }
  section.component__50-50--holiday-2022-50-50-v2 .side-a-50 img {
    order: 2; }
    @media (min-width: 801px) {
      section.component__50-50--holiday-2022-50-50-v2 .side-a-50 img {
        order: unset; } }
  section.component__50-50--holiday-2022-50-50-v2 .side-b-50 h3,
  section.component__50-50--holiday-2022-50-50-v2 .side-b-50 p {
    color: var(--color-secondary); }
  section.component__50-50.mothers-day, section.mothers-day.component__50-50--holiday-2022-50-50-v1, section.mothers-day.component__50-50--holiday-2022-50-50-v2 {
    flex-direction: row; }
    section.component__50-50.mothers-day img, section.mothers-day.component__50-50--holiday-2022-50-50-v1 img, section.mothers-day.component__50-50--holiday-2022-50-50-v2 img {
      order: 1; }
      @media (min-width: 801px) {
        section.component__50-50.mothers-day img, section.mothers-day.component__50-50--holiday-2022-50-50-v1 img, section.mothers-day.component__50-50--holiday-2022-50-50-v2 img {
          display: none; } }
    section.component__50-50.mothers-day .badge, section.mothers-day.component__50-50--holiday-2022-50-50-v1 .badge, section.mothers-day.component__50-50--holiday-2022-50-50-v2 .badge {
      top: unset; }
    section.component__50-50.mothers-day .badge-save-125, section.mothers-day.component__50-50--holiday-2022-50-50-v1 .badge-save-125, section.mothers-day.component__50-50--holiday-2022-50-50-v2 .badge-save-125 {
      background-image: url("../img/banner/2023-mothers-day/badge-save-up-to-125.svg");
      background-repeat: no-repeat;
      background-size: contain;
      display: block;
      position: absolute;
      right: 10px;
      top: unset;
      height: 150px;
      width: 25%;
      max-width: 150px; }
    @media (min-width: 801px) {
      section.component__50-50.mothers-day .button, section.mothers-day.component__50-50--holiday-2022-50-50-v1 .button, section.mothers-day.component__50-50--holiday-2022-50-50-v2 .button, section.component__50-50.mothers-day .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__50-50.mothers-day button, section.mothers-day.component__50-50--holiday-2022-50-50-v1 .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.mothers-day.component__50-50--holiday-2022-50-50-v1 button, section.mothers-day.component__50-50--holiday-2022-50-50-v2 .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.mothers-day.component__50-50--holiday-2022-50-50-v2 button, section.component__50-50.mothers-day .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.component__50-50.mothers-day .show-all-products-btn, section.mothers-day.component__50-50--holiday-2022-50-50-v1 .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.mothers-day.component__50-50--holiday-2022-50-50-v1 .show-all-products-btn, section.mothers-day.component__50-50--holiday-2022-50-50-v2 .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.mothers-day.component__50-50--holiday-2022-50-50-v2 .show-all-products-btn, section.component__50-50.mothers-day .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__50-50.mothers-day .aa-ItemActionButton, section.mothers-day.component__50-50--holiday-2022-50-50-v1 .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.mothers-day.component__50-50--holiday-2022-50-50-v1 .aa-ItemActionButton, section.mothers-day.component__50-50--holiday-2022-50-50-v2 .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.mothers-day.component__50-50--holiday-2022-50-50-v2 .aa-ItemActionButton, section.component__50-50.mothers-day .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__50-50.mothers-day button, section.mothers-day.component__50-50--holiday-2022-50-50-v1 .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.mothers-day.component__50-50--holiday-2022-50-50-v1 button, section.mothers-day.component__50-50--holiday-2022-50-50-v2 .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.mothers-day.component__50-50--holiday-2022-50-50-v2 button {
        background-color: var(--color-white);
        border: none;
        color: var(--color-black); }
        section.component__50-50.mothers-day .button:hover, section.mothers-day.component__50-50--holiday-2022-50-50-v1 .button:hover, section.mothers-day.component__50-50--holiday-2022-50-50-v2 .button:hover, section.component__50-50.mothers-day .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:hover, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__50-50.mothers-day button:hover, section.mothers-day.component__50-50--holiday-2022-50-50-v1 .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:hover, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.mothers-day.component__50-50--holiday-2022-50-50-v1 button:hover, section.mothers-day.component__50-50--holiday-2022-50-50-v2 .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:hover, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.mothers-day.component__50-50--holiday-2022-50-50-v2 button:hover, section.component__50-50.mothers-day .site-homedics2 .aa-Panel .show-all-products-btn:hover, .site-homedics2 .aa-Panel section.component__50-50.mothers-day .show-all-products-btn:hover, section.mothers-day.component__50-50--holiday-2022-50-50-v1 .site-homedics2 .aa-Panel .show-all-products-btn:hover, .site-homedics2 .aa-Panel section.mothers-day.component__50-50--holiday-2022-50-50-v1 .show-all-products-btn:hover, section.mothers-day.component__50-50--holiday-2022-50-50-v2 .site-homedics2 .aa-Panel .show-all-products-btn:hover, .site-homedics2 .aa-Panel section.mothers-day.component__50-50--holiday-2022-50-50-v2 .show-all-products-btn:hover, section.component__50-50.mothers-day .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:hover, .site-homedics2 .ais-InfiniteHits ol li section.component__50-50.mothers-day .aa-ItemActionButton:hover, section.mothers-day.component__50-50--holiday-2022-50-50-v1 .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:hover, .site-homedics2 .ais-InfiniteHits ol li section.mothers-day.component__50-50--holiday-2022-50-50-v1 .aa-ItemActionButton:hover, section.mothers-day.component__50-50--holiday-2022-50-50-v2 .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:hover, .site-homedics2 .ais-InfiniteHits ol li section.mothers-day.component__50-50--holiday-2022-50-50-v2 .aa-ItemActionButton:hover, section.component__50-50.mothers-day .site-homedics2 .addrexxOverlay .addrexxButtonSet button:hover, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__50-50.mothers-day button:hover, section.mothers-day.component__50-50--holiday-2022-50-50-v1 .site-homedics2 .addrexxOverlay .addrexxButtonSet button:hover, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.mothers-day.component__50-50--holiday-2022-50-50-v1 button:hover, section.mothers-day.component__50-50--holiday-2022-50-50-v2 .site-homedics2 .addrexxOverlay .addrexxButtonSet button:hover, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.mothers-day.component__50-50--holiday-2022-50-50-v2 button:hover, section.component__50-50.mothers-day .button:active, section.mothers-day.component__50-50--holiday-2022-50-50-v1 .button:active, section.mothers-day.component__50-50--holiday-2022-50-50-v2 .button:active, section.component__50-50.mothers-day .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:active, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__50-50.mothers-day button:active, section.mothers-day.component__50-50--holiday-2022-50-50-v1 .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:active, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.mothers-day.component__50-50--holiday-2022-50-50-v1 button:active, section.mothers-day.component__50-50--holiday-2022-50-50-v2 .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:active, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.mothers-day.component__50-50--holiday-2022-50-50-v2 button:active, section.component__50-50.mothers-day .site-homedics2 .aa-Panel .show-all-products-btn:active, .site-homedics2 .aa-Panel section.component__50-50.mothers-day .show-all-products-btn:active, section.mothers-day.component__50-50--holiday-2022-50-50-v1 .site-homedics2 .aa-Panel .show-all-products-btn:active, .site-homedics2 .aa-Panel section.mothers-day.component__50-50--holiday-2022-50-50-v1 .show-all-products-btn:active, section.mothers-day.component__50-50--holiday-2022-50-50-v2 .site-homedics2 .aa-Panel .show-all-products-btn:active, .site-homedics2 .aa-Panel section.mothers-day.component__50-50--holiday-2022-50-50-v2 .show-all-products-btn:active, section.component__50-50.mothers-day .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:active, .site-homedics2 .ais-InfiniteHits ol li section.component__50-50.mothers-day .aa-ItemActionButton:active, section.mothers-day.component__50-50--holiday-2022-50-50-v1 .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:active, .site-homedics2 .ais-InfiniteHits ol li section.mothers-day.component__50-50--holiday-2022-50-50-v1 .aa-ItemActionButton:active, section.mothers-day.component__50-50--holiday-2022-50-50-v2 .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:active, .site-homedics2 .ais-InfiniteHits ol li section.mothers-day.component__50-50--holiday-2022-50-50-v2 .aa-ItemActionButton:active, section.component__50-50.mothers-day .site-homedics2 .addrexxOverlay .addrexxButtonSet button:active, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__50-50.mothers-day button:active, section.mothers-day.component__50-50--holiday-2022-50-50-v1 .site-homedics2 .addrexxOverlay .addrexxButtonSet button:active, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.mothers-day.component__50-50--holiday-2022-50-50-v1 button:active, section.mothers-day.component__50-50--holiday-2022-50-50-v2 .site-homedics2 .addrexxOverlay .addrexxButtonSet button:active, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.mothers-day.component__50-50--holiday-2022-50-50-v2 button:active {
          color: var(--color-black); } }
    section.component__50-50.mothers-day .order-contain, section.mothers-day.component__50-50--holiday-2022-50-50-v1 .order-contain, section.mothers-day.component__50-50--holiday-2022-50-50-v2 .order-contain {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
      order: 2;
      padding: 2rem 1rem; }
      @media (min-width: 801px) {
        section.component__50-50.mothers-day .order-contain, section.mothers-day.component__50-50--holiday-2022-50-50-v1 .order-contain, section.mothers-day.component__50-50--holiday-2022-50-50-v2 .order-contain {
          align-items: flex-start;
          justify-content: flex-end;
          max-width: 50%;
          padding: 3rem;
          text-align: left; } }
      section.component__50-50.mothers-day .order-contain .cta-contain-50-50, section.mothers-day.component__50-50--holiday-2022-50-50-v1 .order-contain .cta-contain-50-50, section.mothers-day.component__50-50--holiday-2022-50-50-v2 .order-contain .cta-contain-50-50 {
        margin: 0;
        padding: 0; }
      section.component__50-50.mothers-day .order-contain .shop-now-card, section.mothers-day.component__50-50--holiday-2022-50-50-v1 .order-contain .shop-now-card, section.mothers-day.component__50-50--holiday-2022-50-50-v2 .order-contain .shop-now-card {
        padding: 0; }
        section.component__50-50.mothers-day .order-contain .shop-now-card .button, section.mothers-day.component__50-50--holiday-2022-50-50-v1 .order-contain .shop-now-card .button, section.mothers-day.component__50-50--holiday-2022-50-50-v2 .order-contain .shop-now-card .button, section.component__50-50.mothers-day .order-contain .shop-now-card .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__50-50.mothers-day .order-contain .shop-now-card button, section.mothers-day.component__50-50--holiday-2022-50-50-v1 .order-contain .shop-now-card .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.mothers-day.component__50-50--holiday-2022-50-50-v1 .order-contain .shop-now-card button, section.mothers-day.component__50-50--holiday-2022-50-50-v2 .order-contain .shop-now-card .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.mothers-day.component__50-50--holiday-2022-50-50-v2 .order-contain .shop-now-card button, section.component__50-50.mothers-day .order-contain .shop-now-card .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.component__50-50.mothers-day .order-contain .shop-now-card .show-all-products-btn, section.mothers-day.component__50-50--holiday-2022-50-50-v1 .order-contain .shop-now-card .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.mothers-day.component__50-50--holiday-2022-50-50-v1 .order-contain .shop-now-card .show-all-products-btn, section.mothers-day.component__50-50--holiday-2022-50-50-v2 .order-contain .shop-now-card .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.mothers-day.component__50-50--holiday-2022-50-50-v2 .order-contain .shop-now-card .show-all-products-btn, section.component__50-50.mothers-day .order-contain .shop-now-card .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__50-50.mothers-day .order-contain .shop-now-card .aa-ItemActionButton, section.mothers-day.component__50-50--holiday-2022-50-50-v1 .order-contain .shop-now-card .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.mothers-day.component__50-50--holiday-2022-50-50-v1 .order-contain .shop-now-card .aa-ItemActionButton, section.mothers-day.component__50-50--holiday-2022-50-50-v2 .order-contain .shop-now-card .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.mothers-day.component__50-50--holiday-2022-50-50-v2 .order-contain .shop-now-card .aa-ItemActionButton, section.component__50-50.mothers-day .order-contain .shop-now-card .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__50-50.mothers-day .order-contain .shop-now-card button, section.mothers-day.component__50-50--holiday-2022-50-50-v1 .order-contain .shop-now-card .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.mothers-day.component__50-50--holiday-2022-50-50-v1 .order-contain .shop-now-card button, section.mothers-day.component__50-50--holiday-2022-50-50-v2 .order-contain .shop-now-card .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.mothers-day.component__50-50--holiday-2022-50-50-v2 .order-contain .shop-now-card button {
          margin-bottom: 0; }
    section.component__50-50.mothers-day .component__50, section.mothers-day.component__50-50--holiday-2022-50-50-v1 .component__50, section.mothers-day.component__50-50--holiday-2022-50-50-v2 .component__50 {
      background-image: none;
      background-size: 0; }
      @media (min-width: 801px) {
        section.component__50-50.mothers-day .component__50, section.mothers-day.component__50-50--holiday-2022-50-50-v1 .component__50, section.mothers-day.component__50-50--holiday-2022-50-50-v2 .component__50 {
          aspect-ratio: calc(960 / 790); } }
      section.component__50-50.mothers-day .component__50 h3, section.mothers-day.component__50-50--holiday-2022-50-50-v1 .component__50 h3, section.mothers-day.component__50-50--holiday-2022-50-50-v2 .component__50 h3,
      section.component__50-50.mothers-day .component__50 p,
      section.mothers-day.component__50-50--holiday-2022-50-50-v1 .component__50 p,
      section.mothers-day.component__50-50--holiday-2022-50-50-v2 .component__50 p {
        color: var(--color-secondary); }
        @media (min-width: 801px) {
          section.component__50-50.mothers-day .component__50 h3, section.mothers-day.component__50-50--holiday-2022-50-50-v1 .component__50 h3, section.mothers-day.component__50-50--holiday-2022-50-50-v2 .component__50 h3,
          section.component__50-50.mothers-day .component__50 p,
          section.mothers-day.component__50-50--holiday-2022-50-50-v1 .component__50 p,
          section.mothers-day.component__50-50--holiday-2022-50-50-v2 .component__50 p {
            color: var(--color-white); } }
      @media (min-width: 801px) {
        section.component__50-50.mothers-day .component__50, section.mothers-day.component__50-50--holiday-2022-50-50-v1 .component__50, section.mothers-day.component__50-50--holiday-2022-50-50-v2 .component__50 {
          background-size: cover; } }
      section.component__50-50.mothers-day .component__50 h3, section.mothers-day.component__50-50--holiday-2022-50-50-v1 .component__50 h3, section.mothers-day.component__50-50--holiday-2022-50-50-v2 .component__50 h3 {
        font-size: 1.25rem; }
        @media (min-width: 801px) {
          section.component__50-50.mothers-day .component__50 h3, section.mothers-day.component__50-50--holiday-2022-50-50-v1 .component__50 h3, section.mothers-day.component__50-50--holiday-2022-50-50-v2 .component__50 h3 {
            font-size: 3rem; } }
      
      section.component__50-50.mothers-day .component__50 p,
      section.mothers-day.component__50-50--holiday-2022-50-50-v1 .component__50 p,
      section.mothers-day.component__50-50--holiday-2022-50-50-v2 .component__50 p {
        font-size: 0.875rem; }
        @media (min-width: 801px) {
          
          section.component__50-50.mothers-day .component__50 p,
          section.mothers-day.component__50-50--holiday-2022-50-50-v1 .component__50 p,
          section.mothers-day.component__50-50--holiday-2022-50-50-v2 .component__50 p {
            font-size: 1.25rem; } }
      @media (min-width: 801px) {
        section.component__50-50.mothers-day .component__50.side-b-50 h3, section.mothers-day.component__50-50--holiday-2022-50-50-v1 .component__50.side-b-50 h3, section.mothers-day.component__50-50--holiday-2022-50-50-v2 .component__50.side-b-50 h3,
        section.component__50-50.mothers-day .component__50.side-b-50 p,
        section.mothers-day.component__50-50--holiday-2022-50-50-v1 .component__50.side-b-50 p,
        section.mothers-day.component__50-50--holiday-2022-50-50-v2 .component__50.side-b-50 p {
          color: var(--color-brandy-brown); } }

.component__products-4pk {
  /*
  display: none;
  margin: 3rem 20px;

  @include breakpoint($mobile-breakpoint) {
    display: block;
  }
 */
  /*
  ul {
    width: 100%;
    max-width: 1446px;
    margin: 0 auto;
    list-style: none;
    display: grid;
    gap: 1em;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;

    li {

      a.img-link {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;

        .product-img {
          width: 100%;
          max-width: 100%;
          margin: 0;
          padding: 0;
        }

      }

      h3 {
        font-size: 1rem;
        font-weight: 300;
      }

      .shg-product {
        margin-bottom: 0.8rem;
      }

      span.shg-product-sold-out {
        color: red !important;
        text-transform: uppercase;
      }

    }

  }
*/ }

.page.page--holiday-gifts > .container, div.component__2023-drift__which-cta--row.page.page--holiday-gifts > .shg-box-content {
  max-width: none;
  padding: 0; }

.component__2024-product__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto; }

.gradient-default {
  background: linear-gradient(267.89deg, rgba(0, 0, 0, 0.4) 6.49%, rgba(0, 0, 0, 0) 57.68%); }

img[src*="adxcel-ec2.com"] {
  display: block; }

.price {
  margin-bottom: 1rem; }
  .price-container {
    align-items: flex-start;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
  .price .regular-price {
    margin-right: 10px;
    color: black; }
  .price .sale-price {
    color: #AD0000;
    font-weight: 900; }
    .price .sale-price:not(:empty) + .regular-price {
      color: var(--color-black);
      font-weight: 900;
      text-decoration-line: line-through; }
  .price .affirm-price {
    font-weight: 700; }
    .price .affirm-price:before {
      content: "|";
      margin: 0 .25rem; }
      @media (min-width: 551px) {
        .price .affirm-price:before {
          margin: 0 .5rem; } }

.price-section:not([style*="display: none"]) + .price-section {
  color: #AD0000; }

/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff;
  /*
    --swiper-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    */ }

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-horizontal {
  touch-action: pan-y; }

.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-3d {
  perspective: 1200px; }
  .swiper-3d .swiper-slide,
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom,
  .swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d; }
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15); }
  .swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }
  .swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
    display: none !important; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none; }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }
  .swiper-pagination-bullet:only-child {
    display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0); }
  .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block; }
  .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px; }
    .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
    .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms transform, 200ms top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }
  .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit); }

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  /*ADD_HOST*/ }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top; }
  .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top; }
  .swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal,
  .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0; }
  .swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical,
  .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0; }

.swiper-pagination-lock {
  display: none; }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none; }
  .swiper-button-prev.swiper-button-hidden,
  .swiper-button-next.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none; }
  .swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled
  .swiper-button-next {
    display: none !important; }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1; }

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto; }
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    content: 'prev'; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    content: 'next'; }

.swiper-button-lock {
  display: none; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }
  .swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none; }

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */ }

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1)); }
  .swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important; }
  .swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); }
  .swiper-vertical > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-vertical {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper {
  --swiper-pagination-color: var(--color-white);
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-pagination-bullet-inactive-opacity: 1; }
  .swiper > div.swiper-pagination {
    bottom: 0; }
  .swiper-pagination-bullet {
    border: 1px solid var(--color-white);
    border-radius: 100%; }

.striped-border {
  position: relative; }
  @media (min-width: 801px) {
    .striped-border:after {
      /*
      gradient:
      white / visible = sum
          8       8
      8           16
          8       24
      14          28
          8       36
      20          56
      */
      background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 8%, white 8%, white 16%, rgba(0, 0, 0, 0) 16%, rgba(0, 0, 0, 0) 24%, white 24%, white 28%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0) 36%, white 36%, white 56%, rgba(0, 0, 0, 0) 56%);
      content: "";
      height: 70px;
      bottom: 0;
      position: absolute;
      width: 100%;
      z-index: 10; } }

.striped-border-top {
  --striped-border-height: 70px;
  position: relative; }
  .striped-border-top:before {
    content: "";
    background: url("https://assets.fkabrands.com/web/homedics/category/banner/default/radiate-lines.svg") repeat-x top left white;
    height: var(--striped-border-height);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 10; }

video.full-width {
  display: block;
  height: auto;
  margin: auto;
  max-width: 1460px;
  width: 100%; }

section.component__100 {
  --bg-width: 1480;
  --bg-height: 542;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  aspect-ratio: calc(var(--bg-width) / var(--bg-height));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-size: cover;
  background-position: center; }

.component__2023-deserve-better {
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 70%;
  background-color: var(--color-secondary);
  color: #fff; }
  .component__2023-deserve-better img {
    display: none; }
  .component__2023-deserve-better .db-cta-contain {
    text-align: center;
    padding: 0 3rem;
    margin-bottom: 10%; }
    .component__2023-deserve-better .db-cta-contain h1 {
      color: var(--color-white);
      font-size: 1.75rem;
      font-weight: 600;
      line-height: .75;
      padding: 0;
      margin: 0 0 1.5rem; }
      @media (min-width: 580px) {
        .component__2023-deserve-better .db-cta-contain h1 {
          font-size: 3.75rem; } }
    .component__2023-deserve-better .db-cta-contain p {
      color: var(--color-white);
      text-align: center;
      padding: 0;
      margin: 0; }
  .component__2023-deserve-better.valentines {
    background-color: var(--color-cloud); }
    @media (min-width: 580px) {
      .component__2023-deserve-better.valentines h1,
      .component__2023-deserve-better.valentines p {
        color: var(--color-brandy-brown) !important; } }
    .component__2023-deserve-better.valentines h1 {
      line-height: 1; }
  .component__2023-deserve-better.american-heart-month {
    background-color: var(--color-sunshine);
    padding-top: 20%; }
    .component__2023-deserve-better.american-heart-month h1,
    .component__2023-deserve-better.american-heart-month h1 p {
      color: var(--color-secondary);
      font-size: 1.75rem;
      line-height: 1; }
      @media (min-width: 1000px) {
        .component__2023-deserve-better.american-heart-month h1,
        .component__2023-deserve-better.american-heart-month h1 p {
          font-size: 2.25rem; } }
      @media (min-width: 1481px) {
        .component__2023-deserve-better.american-heart-month h1,
        .component__2023-deserve-better.american-heart-month h1 p {
          font-size: 3rem; } }
    .component__2023-deserve-better.american-heart-month p {
      color: var(--color-black);
      text-align: left; }
      @media (min-width: 580px) {
        .component__2023-deserve-better.american-heart-month p {
          color: var(--color-secondary);
          text-align: center; } }
    .component__2023-deserve-better.american-heart-month .button, .component__2023-deserve-better.american-heart-month .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .component__2023-deserve-better.american-heart-month button, .component__2023-deserve-better.american-heart-month .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .component__2023-deserve-better.american-heart-month .show-all-products-btn, .component__2023-deserve-better.american-heart-month .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .component__2023-deserve-better.american-heart-month .aa-ItemActionButton, .component__2023-deserve-better.american-heart-month .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .component__2023-deserve-better.american-heart-month button {
      margin-top: .75rem; }
    .component__2023-deserve-better.american-heart-month .db-cta-contain {
      max-width: 65%;
      padding-left: 1rem;
      padding-right: 1rem; }
      @media (min-width: 1481px) {
        .component__2023-deserve-better.american-heart-month .db-cta-contain {
          padding-left: 3rem;
          padding-right: 3rem; } }
  @media (min-width: 580px) {
    .component__2023-deserve-better {
      background-image: none !important;
      padding: 1rem 0 !important; }
      .component__2023-deserve-better img:nth-child(1) {
        display: block;
        max-width: 40%; }
      .component__2023-deserve-better .db-cta-contain {
        width: auto;
        padding: 0 1rem;
        align-self: end;
        display: flex;
        flex-direction: column;
        margin: auto; } }
  @media (min-width: 800px) {
    .component__2023-deserve-better {
      background-image: none !important;
      padding-top: initial; }
      .component__2023-deserve-better img:nth-child(1),
      .component__2023-deserve-better img:nth-child(3) {
        display: block;
        max-width: 28.5%;
        margin-right: 0; } }
  @media (min-width: 1000px) {
    .component__2023-deserve-better img,
    .component__2023-deserve-better img:nth-child(1),
    .component__2023-deserve-better img:nth-child(3) {
      display: block;
      max-width: 22.5%; }
    .component__2023-deserve-better img:nth-child(5) {
      display: none; }
    .component__2023-deserve-better img:nth-child(3) {
      margin-right: 1rem; }
    .component__2023-deserve-better img:nth-child(4) {
      margin-right: 0; } }
  @media (min-width: 1481px) {
    .component__2023-deserve-better img,
    .component__2023-deserve-better img:nth-child(1),
    .component__2023-deserve-better img:nth-child(3),
    .component__2023-deserve-better img:nth-child(4),
    .component__2023-deserve-better img:nth-child(5) {
      display: block;
      width: auto;
      height: auto;
      max-width: 17.5% !important;
      margin-right: 1rem; }
    .component__2023-deserve-better img:nth-child(1),
    .component__2023-deserve-better img:nth-child(5) {
      margin-right: 0; }
    .component__2023-deserve-better .db-cta-contain {
      width: 31%;
      padding: 0 1rem; }
      .component__2023-deserve-better .db-cta-contain h1 {
        line-height: 1.2; } }

section.component__full-width-banner-l-r {
  --background-width: 800;
  --background-height: 562;
  --background-aspect-ratio: calc(var(--background-width) / var(--background-height));
  width: 100%;
  height: 100%;
  aspect-ratio: var(--background-aspect-ratio);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 1rem 10px;
  /*CIRCLE BANNER*/
  /*SALE BANNER*/
  /*
  &.cv6 {
    background-image: url("../img/homepage/v2/full-width-banner-l-r/heart-health-banner-mobile.jpg");
    min-height: 450px;

    @include breakpoint($mobile-breakpoint) {
      background-image: url("../img/homepage/v2/full-width-banner-l-r/heart-health-banner-tablet.jpg");
    }

    @include breakpoint($tablet-breakpoint) {
      background-image: url("../img/homepage/v2/full-width-banner-l-r/heart-health-banner.jpg");
    }

    h2 {
      color: var(--color-secondary);
    }

    .text-inner-container {
      max-width: 260px;

      @include breakpoint($mobile-breakpoint) {
        max-width: min-content;
      }

      p {
        color: var(--color-black) !important;
      }
    }
  }
  */
  /*SUBSCRIBE AND SAVE BANNER */
  /*DRIFT INNER PEACE*/
  /*SUMMER SELF CARE*/ }
  @media (min-width: 801px) {
    section.component__full-width-banner-l-r {
      --background-width: 1920;
      --background-height: 800;
      flex-direction: row;
      padding: 1rem 1.25rem; } }
  section.component__full-width-banner-l-r .component-inner-container {
    display: flex;
    width: 100%;
    max-width: 1420px;
    height: 100%;
    margin: auto;
    padding: 0;
    flex-wrap: inherit;
    align-items: center; }
    @media (min-width: 801px) {
      section.component__full-width-banner-l-r .component-inner-container {
        padding: 0 0 0 3.5rem; } }
    @media screen and (min-width: 1560px) {
      section.component__full-width-banner-l-r .component-inner-container {
        padding: 0; } }
    section.component__full-width-banner-l-r .component-inner-container .text-container {
      flex-grow: 1;
      display: none; }
      @media (min-width: 801px) {
        section.component__full-width-banner-l-r .component-inner-container .text-container {
          display: block;
          flex-wrap: wrap;
          align-content: center;
          width: 100%;
          max-width: 1420px;
          margin: 0; } }
      section.component__full-width-banner-l-r .component-inner-container .text-container .text-inner-container {
        max-width: 350px;
        width: 100%;
        display: inline-block; }
        section.component__full-width-banner-l-r .component-inner-container .text-container .text-inner-container h2 {
          font-family: "new-kansas";
          font-size: 1.875rem;
          font-weight: 600;
          line-height: 1.1;
          margin: 0 0 8px; }
          @media (min-width: 801px) {
            section.component__full-width-banner-l-r .component-inner-container .text-container .text-inner-container h2 {
              font-size: 2.25rem; } }
          @media (min-width: 1261px) {
            section.component__full-width-banner-l-r .component-inner-container .text-container .text-inner-container h2 {
              font-size: 3rem; } }
        section.component__full-width-banner-l-r .component-inner-container .text-container .text-inner-container p {
          color: var(--color-white);
          margin: 0 0 12px; }
          @media (min-width: 801px) {
            section.component__full-width-banner-l-r .component-inner-container .text-container .text-inner-container p {
              font-size: 1.25rem;
              line-height: 1.2; } }
        section.component__full-width-banner-l-r .component-inner-container .text-container .text-inner-container a.button, section.component__full-width-banner-l-r .component-inner-container .text-container .text-inner-container .site-homedics2 .aa-Panel a.show-all-products-btn, .site-homedics2 .aa-Panel section.component__full-width-banner-l-r .component-inner-container .text-container .text-inner-container a.show-all-products-btn, section.component__full-width-banner-l-r .component-inner-container .text-container .text-inner-container .site-homedics2 .ais-InfiniteHits ol li a.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__full-width-banner-l-r .component-inner-container .text-container .text-inner-container a.aa-ItemActionButton {
          white-space: nowrap;
          margin-bottom: 0; }
    section.component__full-width-banner-l-r .component-inner-container.align-cta-top {
      flex: auto;
      align-items: flex-start; }
      @media (min-width: 551px) {
        section.component__full-width-banner-l-r .component-inner-container.align-cta-top {
          align-items: center; } }
    section.component__full-width-banner-l-r .component-inner-container.align-cta-bottom {
      align-items: end; }
    section.component__full-width-banner-l-r .component-inner-container.align-cta-right {
      text-align: right;
      margin: auto 0 auto auto; }
      section.component__full-width-banner-l-r .component-inner-container.align-cta-right .text-container {
        display: flex;
        width: 100%;
        justify-content: flex-end; }
    section.component__full-width-banner-l-r .component-inner-container.align-cta-left {
      justify-content: left;
      text-align: left;
      margin: 0 0 0 auto; }
    section.component__full-width-banner-l-r .component-inner-container.align-cta-center-bottom {
      text-align: center;
      align-items: end;
      margin: auto auto 0; }
      section.component__full-width-banner-l-r .component-inner-container.align-cta-center-bottom .text-container {
        display: flex;
        justify-content: center; }
    section.component__full-width-banner-l-r .component-inner-container.txt-left {
      text-align: left; }
    section.component__full-width-banner-l-r .component-inner-container.txt-right {
      max-width: 100%; }
      section.component__full-width-banner-l-r .component-inner-container.txt-right .text-inner-container {
        max-width: 80%;
        text-align: right;
        padding-left: 0;
        margin: 0 0 0 auto; }
    section.component__full-width-banner-l-r .component-inner-container.txt-top .text-inner-container {
      padding: 1rem 1rem 4rem; }
      @media (min-width: 801px) {
        section.component__full-width-banner-l-r .component-inner-container.txt-top .text-inner-container {
          padding-left: 4rem;
          padding-bottom: 1rem; } }
    @media (min-width: 801px) {
      section.component__full-width-banner-l-r .component-inner-container.dt-align-cta-center-left {
        align-items: center; } }
    @media (min-width: 801px) {
      section.component__full-width-banner-l-r .component-inner-container.dt-align-cta-center-left .text-container {
        justify-content: flex-start;
        align-items: center;
        text-align: left; } }
  section.component__full-width-banner-l-r.striped-border {
    margin-bottom: 0;
    padding-bottom: 0; }
    @media (min-width: 801px) {
      section.component__full-width-banner-l-r.striped-border {
        margin-bottom: 1.75rem;
        padding-bottom: 1.25rem; } }
  section.component__full-width-banner-l-r.mobile-text-inside {
    max-width: 100%; }
    section.component__full-width-banner-l-r.mobile-text-inside .text-container {
      display: block;
      max-width: 100%; }
    section.component__full-width-banner-l-r.mobile-text-inside + .mobile-text-container {
      display: none; }
  section.component__full-width-banner-l-r .circle-discount-banner {
    --container_width: 150px;
    --container_height: 150px;
    --aspect-ratio: 1/1;
    margin: -20px 1.55rem 0;
    padding: 1.55rem;
    border-radius: 250px;
    font-size: 1.5rem;
    font-family: "new-kansas";
    font-weight: bold;
    color: #fff;
    line-height: 1;
    text-align: center;
    background: #000;
    transform: rotate(-17deg);
    display: flex;
    align-items: center;
    align-self: flex-start;
    justify-content: center;
    flex-direction: column; }
    @media (min-width: 801px) {
      section.component__full-width-banner-l-r .circle-discount-banner {
        transform: rotate(15deg); } }
  section.component__full-width-banner-l-r .circle-discount-banner span {
    display: block; }
  section.component__full-width-banner-l-r .component__full-width-banner-l-r {
    overflow: hidden; }
  section.component__full-width-banner-l-r .circle-discount-banner span.second-cdb-txt {
    display: flex;
    font-size: 2.5rem; }
  section.component__full-width-banner-l-r span.small-dollar-sign {
    display: inline-block;
    font-size: 1.5rem;
    padding-top: 4px; }
  section.component__full-width-banner-l-r section.component__2023-red-sale-banner {
    position: absolute;
    bottom: 4rem;
    top: auto; }
  section.component__full-width-banner-l-r.cv2 .text-container {
    z-index: 1; }
  section.component__full-width-banner-l-r.cv2 .text-inner-container {
    margin-left: auto;
    text-align: left;
    max-width: 36%; }
  section.component__full-width-banner-l-r.cv2:before {
    background: linear-gradient(267.89deg, rgba(0, 0, 0, 0.4) 6.49%, rgba(0, 0, 0, 0) 57.68%);
    content: '';
    position: absolute;
    height: 100%;
    width: 100%; }
  section.component__full-width-banner-l-r.cv4 .text-inner-container {
    margin-left: auto;
    text-align: left;
    max-width: 36%; }
  section.component__full-width-banner-l-r.cv5 {
    background-image: url("../img/homepage/v2/full-width-banner-l-r/humidifier-banner-mobile.jpg");
    min-height: 450px; }
    @media (min-width: 801px) {
      section.component__full-width-banner-l-r.cv5 {
        background-image: url("../img/homepage/v2/full-width-banner-l-r/humidifier-banner-tablet.jpg"); } }
    @media (min-width: 1261px) {
      section.component__full-width-banner-l-r.cv5 {
        background-image: url("../img/homepage/v2/full-width-banner-l-r/humidifier-banner.jpg"); } }
    section.component__full-width-banner-l-r.cv5 h2 {
      color: white; }
    section.component__full-width-banner-l-r.cv5 .text-inner-container {
      max-width: min-content; }
  section.component__full-width-banner-l-r.cv7 {
    background-image: url("../img/homepage/v2/full-width-banner-l-r/travel-banner-mobile.jpg");
    min-height: 400px; }
    @media (min-width: 801px) {
      section.component__full-width-banner-l-r.cv7 {
        background-image: url("../img/homepage/v2/full-width-banner-l-r/travel-banner-tablet.jpg"); } }
    @media (min-width: 1261px) {
      section.component__full-width-banner-l-r.cv7 {
        background-image: url("../img/homepage/v2/full-width-banner-l-r/travel-banner.jpg"); } }
    section.component__full-width-banner-l-r.cv7 h2 {
      color: var(--color-white); }
    section.component__full-width-banner-l-r.cv7 .text-inner-container {
      max-width: 240px; }
      @media (min-width: 801px) {
        section.component__full-width-banner-l-r.cv7 .text-inner-container {
          max-width: 550px; } }
      section.component__full-width-banner-l-r.cv7 .text-inner-container p {
        color: var(--color-white) !important; }
  section.component__full-width-banner-l-r.cv8 .text-inner-container {
    margin-left: auto;
    text-align: left;
    max-width: 36%; }
  @media (min-width: 801px) {
    section.component__full-width-banner-l-r.subscribe-save .text-container .text-inner-container {
      max-width: 370px; } }
  @media (min-width: 801px) {
    section.component__full-width-banner-l-r.subscribe-save .text-container .text-inner-container h2 {
      max-width: 210px; } }
  @media (min-width: 1261px) {
    section.component__full-width-banner-l-r.subscribe-save .text-container .text-inner-container h2 {
      max-width: 272px; } }
  @media (min-width: 801px) {
    section.component__full-width-banner-l-r.drift-inner-peace .text-container .text-inner-container h2 {
      max-width: 230px; } }
  @media (min-width: 1261px) {
    section.component__full-width-banner-l-r.drift-inner-peace .text-container .text-inner-container h2 {
      max-width: 290px; } }
  @media (min-width: 801px) {
    section.component__full-width-banner-l-r.summer-self-care .text-container .text-inner-container {
      max-width: 420px; } }

.mobile-text-container {
  display: block;
  text-align: center;
  padding: 0 1.5rem 1.5rem; }
  @media (min-width: 801px) {
    .mobile-text-container {
      display: none; } }
  .mobile-text-container .mobile-text-inner-container h2 {
    font-family: "new-kansas";
    font-size: 1.875rem;
    font-weight: bold;
    color: #02656E;
    line-height: 1.1;
    margin: 1.5rem 0 1rem; }
  .mobile-text-container .mobile-text-inner-container p {
    display: block;
    max-width: 360px;
    margin-right: auto;
    margin-left: auto; }

section.banner-home__staff-picks.component__shop-by-goal h2 {
  font-size: 1.875rem;
  text-align: center;
  color: #02656E; }

section.banner-home__staff-picks.component__shop-by-goal figure {
  background: transparent; }

section.banner-home__staff-picks.component__shop-by-goal .button, section.banner-home__staff-picks.component__shop-by-goal .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.banner-home__staff-picks.component__shop-by-goal button, section.banner-home__staff-picks.component__shop-by-goal .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.banner-home__staff-picks.component__shop-by-goal .show-all-products-btn, section.banner-home__staff-picks.component__shop-by-goal .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.banner-home__staff-picks.component__shop-by-goal .aa-ItemActionButton, section.banner-home__staff-picks.component__shop-by-goal .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.banner-home__staff-picks.component__shop-by-goal button {
  width: 100%;
  margin: auto;
  padding: 12px 2px;
  color: #fff;
  font-size: 12px; }
  @media (min-width: 801px) {
    section.banner-home__staff-picks.component__shop-by-goal .button, section.banner-home__staff-picks.component__shop-by-goal .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.banner-home__staff-picks.component__shop-by-goal button, section.banner-home__staff-picks.component__shop-by-goal .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.banner-home__staff-picks.component__shop-by-goal .show-all-products-btn, section.banner-home__staff-picks.component__shop-by-goal .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.banner-home__staff-picks.component__shop-by-goal .aa-ItemActionButton, section.banner-home__staff-picks.component__shop-by-goal .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.banner-home__staff-picks.component__shop-by-goal button {
      width: calc(100% - 40px);
      font-size: 14px;
      padding: 12px; } }

section.banner-home__staff-picks.component__shop-by-goal img {
  display: block;
  margin: 0 auto 8%; }

section.banner-home__staff-picks.component__shop-by-goal .goal-cta-contain {
  display: inline-block; }

.page.page--new-year-new-goals > .container, div.component__2023-drift__which-cta--row.page.page--new-year-new-goals > .shg-box-content {
  max-width: none;
  padding: 0; }

#globalBanner {
  background-color: var(--color-brandy-brown);
  color: var(--color-white);
  display: block;
  font-size: 12px;
  font-family: "Inter";
  text-align: center;
  width: 100%; }
  #globalBanner .global-banner-inner {
    padding-top: 13px;
    padding-bottom: 13px; }
  #globalBanner p {
    margin-bottom: 0; }
  #globalBanner a {
    color: var(--color-white);
    text-decoration: underline; }
    #globalBanner a:hover, #globalBanner a:focus {
      color: var(--color-white);
      text-decoration: none; }
  @media (min-width: 551px) {
    #globalBanner {
      font-size: 1rem; } }

#globalBanner.global-banner-slider {
  --swiper-pagination-bullet-height: 10px;
  --swiper-pagination-bullet-width: 10px;
  --swiper-pagination-color: var(--color-black); }
  #globalBanner.global-banner-slider.auto-height .swiper-slide {
    padding: 1rem 1rem 1.75rem; }
  #globalBanner.global-banner-slider.auto-height .swiper + .swiper-slide {
    padding-bottom: 0; }
  #globalBanner.global-banner-slider .swiper-slide {
    padding: 1rem; }
    #globalBanner.global-banner-slider .swiper-slide + .swiper-slide {
      padding-bottom: 1.75rem; }
    #globalBanner.global-banner-slider .swiper-slide code {
      font-family: inherit;
      font-size: inherit; }
  #globalBanner.global-banner-slider > div.swiper-pagination-bullets {
    bottom: 5px; }
    #globalBanner.global-banner-slider > div.swiper-pagination-bullets .swiper-pagination-bullet {
      border-color: var(--color-white); }
  @media (min-width: 551px) {
    #globalBanner.global-banner-slider {
      font-size: 0.875rem; } }

.country-ca #globalBanner.global-banner-slider.auto-height .swiper-slide {
  padding: 1rem; }

#modal-free-gift-uvc {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 50%;
  padding: 2rem;
  text-align: center;
  max-width: 1200px;
  width: 90%; }
  @media (min-width: 801px) {
    #modal-free-gift-uvc {
      background-image: url("../img/modals/free-gift-uvc/img.png");
      text-align: left; } }
  #modal-free-gift-uvc .modal-content {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (min-width: 801px) {
      #modal-free-gift-uvc .modal-content {
        justify-content: flex-start;
        width: 60%; } }
  #modal-free-gift-uvc h2 {
    color: var(--color-brandy-brown);
    font-family: "new-kansas";
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0 0 2rem; }
    @media (min-width: 801px) {
      #modal-free-gift-uvc h2 {
        font-size: 3.75rem; } }
  #modal-free-gift-uvc h3 {
    font-size: 1.625rem;
    font-weight: 500;
    order: 5;
    margin-top: 0; }
    @media (min-width: 801px) {
      #modal-free-gift-uvc h3 {
        order: unset; } }
  #modal-free-gift-uvc p {
    font-size: 0.875rem;
    margin-bottom: 1rem; }
    @media (min-width: 801px) {
      #modal-free-gift-uvc p {
        font-size: 1.125rem;
        width: 80%; } }
  @media (min-width: 801px) {
    #modal-free-gift-uvc img {
      display: none; } }

#tracking-container2,
#tracking-container {
  font-family: "Inter"; }
  #tracking-container2 h1,
  #tracking-container2 h2,
  #tracking-container2 h3,
  #tracking-container2 h4,
  #tracking-container2 h5,
  #tracking-container2 h6,
  #tracking-container h1,
  #tracking-container h2,
  #tracking-container h3,
  #tracking-container h4,
  #tracking-container h5,
  #tracking-container h6 {
    color: #383736;
    font-family: "Inter";
    margin-top: 0;
    margin-bottom: 0; }
  #tracking-container2 button,
  #tracking-container button {
    color: #fff !important;
    background: #383736 !important;
    border-color: #383736 !important;
    border-radius: 25px !important;
    font-size: 0.75rem;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 12px 40px !important;
    text-transform: uppercase;
    width: auto !important; }
    #tracking-container2 button:last-of-type,
    #tracking-container button:last-of-type {
      margin-bottom: 0; }
    #tracking-container2 button .anticon,
    #tracking-container button .anticon {
      display: none; }
      #tracking-container2 button .anticon + span,
      #tracking-container button .anticon + span {
        margin-left: 0; }
  #tracking-container2 p,
  #tracking-container p {
    color: #383736; }
  #tracking-container2 .trackingcard__align,
  #tracking-container .trackingcard__align {
    text-align: left; }
    #tracking-container2 .trackingcard__align .ant-card-head-title,
    #tracking-container .trackingcard__align .ant-card-head-title {
      color: #383736; }
    #tracking-container2 .trackingcard__align .ant-card-body,
    #tracking-container .trackingcard__align .ant-card-body {
      padding-top: 0; }
      #tracking-container2 .trackingcard__align .ant-card-body p.tracking__content,
      #tracking-container .trackingcard__align .ant-card-body p.tracking__content {
        left: unset;
        margin: unset; }
      #tracking-container2 .trackingcard__align .ant-card-body input,
      #tracking-container .trackingcard__align .ant-card-body input {
        text-transform: initial !important;
        max-width: 300px;
        width: 100% !important; }
      #tracking-container2 .trackingcard__align .ant-card-body .ant-col-offset-8,
      #tracking-container2 .trackingcard__align .ant-card-body button.trackbutton,
      #tracking-container .trackingcard__align .ant-card-body .ant-col-offset-8,
      #tracking-container .trackingcard__align .ant-card-body button.trackbutton {
        margin-left: 0; }
  #tracking-container2 .trackingmodel__align > .ant-col:nth-child(1),
  #tracking-container .trackingmodel__align > .ant-col:nth-child(1) {
    display: flex;
    flex-direction: column;
    align-self: stretch; }
    #tracking-container2 .trackingmodel__align > .ant-col:nth-child(1) .ant-card,
    #tracking-container .trackingmodel__align > .ant-col:nth-child(1) .ant-card {
      display: flex;
      flex: 1;
      flex-direction: column;
      margin-bottom: 11px !important; }
      @media only screen and (min-width: 800px) {
        #tracking-container2 .trackingmodel__align > .ant-col:nth-child(1) .ant-card,
        #tracking-container .trackingmodel__align > .ant-col:nth-child(1) .ant-card {
          margin-bottom: 0 !important; } }
      #tracking-container2 .trackingmodel__align > .ant-col:nth-child(1) .ant-card-body,
      #tracking-container .trackingmodel__align > .ant-col:nth-child(1) .ant-card-body {
        flex: 1;
        height: auto !important;
        overflow-y: auto; }
  #tracking-container2 .trackingmodel__align > .ant-col:nth-child(2),
  #tracking-container .trackingmodel__align > .ant-col:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-self: stretch; }
  #tracking-container2 .trackingmodel__align .ant-card-head-wrapper,
  #tracking-container .trackingmodel__align .ant-card-head-wrapper {
    background-color: #383736 !important; }
  #tracking-container2 .trackingmodel__align .ant-card-head-title,
  #tracking-container .trackingmodel__align .ant-card-head-title {
    font-size: 1.125rem;
    font-weight: bold; }
  #tracking-container2 .trackingmodel__align .ant-card-body,
  #tracking-container .trackingmodel__align .ant-card-body {
    background-color: white !important;
    box-shadow: 1px 3px 9px 0 rgba(0, 0, 0, 0.16) !important; }
  #tracking-container2 .trackingstatus__date,
  #tracking-container .trackingstatus__date {
    display: flex;
    flex-direction: column; }
    #tracking-container2 .trackingstatus__date h1,
    #tracking-container2 .trackingstatus__date h2,
    #tracking-container2 .trackingstatus__date h3,
    #tracking-container2 .trackingstatus__date h4,
    #tracking-container .trackingstatus__date h1,
    #tracking-container .trackingstatus__date h2,
    #tracking-container .trackingstatus__date h3,
    #tracking-container .trackingstatus__date h4 {
      padding: 0 !important; }
    #tracking-container2 .trackingstatus__date h1,
    #tracking-container .trackingstatus__date h1 {
      color: var(--color-primary) !important;
      line-height: 100px;
      order: 3; }
    #tracking-container2 .trackingstatus__date h2,
    #tracking-container .trackingstatus__date h2 {
      font-size: 1.5rem !important;
      margin-bottom: 1rem;
      order: 4; }
    #tracking-container2 .trackingstatus__date h3,
    #tracking-container .trackingstatus__date h3 {
      font-size: 1.5rem !important;
      order: 1; }
    #tracking-container2 .trackingstatus__date h4,
    #tracking-container .trackingstatus__date h4 {
      font-size: 1.125rem !important;
      order: 2; }
  #tracking-container2 .trackingstatus__events,
  #tracking-container .trackingstatus__events {
    text-align: left; }
    #tracking-container2 .trackingstatus__events .ant-row,
    #tracking-container .trackingstatus__events .ant-row {
      align-items: flex-start;
      padding: 1.5rem 0 !important; }
      #tracking-container2 .trackingstatus__events .ant-row:last-of-type,
      #tracking-container .trackingstatus__events .ant-row:last-of-type {
        align-items: center; }
      #tracking-container2 .trackingstatus__events .ant-row .ant-col:nth-of-type(1),
      #tracking-container .trackingstatus__events .ant-row .ant-col:nth-of-type(1) {
        flex-basis: 40%;
        max-width: 40%; }
      #tracking-container2 .trackingstatus__events .ant-row .ant-col:nth-of-type(2),
      #tracking-container .trackingstatus__events .ant-row .ant-col:nth-of-type(2) {
        flex-basis: 60%;
        max-width: 60%; }
      #tracking-container2 .trackingstatus__events .ant-row .ant-col h4,
      #tracking-container .trackingstatus__events .ant-row .ant-col h4 {
        font-size: 0.9375rem !important;
        font-weight: 600;
        padding-left: 0 !important; }
      #tracking-container2 .trackingstatus__events .ant-row .ant-col p,
      #tracking-container .trackingstatus__events .ant-row .ant-col p {
        font-size: 0.9375rem !important;
        margin-top: 0;
        margin-bottom: 0; }
      #tracking-container2 .trackingstatus__events .ant-row .ant-col .ant-avatar,
      #tracking-container .trackingstatus__events .ant-row .ant-col .ant-avatar {
        left: auto !important; }
        #tracking-container2 .trackingstatus__events .ant-row .ant-col .ant-avatar > img,
        #tracking-container .trackingstatus__events .ant-row .ant-col .ant-avatar > img {
          height: auto !important;
          padding-right: 20px; }
  #tracking-container2 .disputes__Card,
  #tracking-container .disputes__Card {
    display: none; }
    #tracking-container2 .disputes__Card .ordertrack__buttonalign,
    #tracking-container .disputes__Card .ordertrack__buttonalign {
      display: block; }
  #tracking-container2 .feedback__Card h6,
  #tracking-container .feedback__Card h6 {
    font-size: 1.125rem !important;
    margin-bottom: 20px;
    text-transform: capitalize; }
  #tracking-container2 .feedback__Card .ant-rate,
  #tracking-container .feedback__Card .ant-rate {
    color: #6FCCDE; }
  #tracking-container2 .orders__card,
  #tracking-container .orders__card {
    display: flex;
    flex-direction: column;
    flex: 1; }
    #tracking-container2 .orders__card .ant-card-body,
    #tracking-container .orders__card .ant-card-body {
      max-height: none !important;
      flex: 1;
      overflow-y: auto; }
      #tracking-container2 .orders__card .ant-card-body table tr:last-child td,
      #tracking-container .orders__card .ant-card-body table tr:last-child td {
        padding-bottom: 0 !important; }
      #tracking-container2 .orders__card .ant-card-body table tr td,
      #tracking-container .orders__card .ant-card-body table tr td {
        vertical-align: top; }
        #tracking-container2 .orders__card .ant-card-body table tr td:nth-child(1),
        #tracking-container .orders__card .ant-card-body table tr td:nth-child(1) {
          padding: 0 0 16px; }
        #tracking-container2 .orders__card .ant-card-body table tr td:nth-child(2),
        #tracking-container .orders__card .ant-card-body table tr td:nth-child(2) {
          padding: 0 16px 16px; }
        #tracking-container2 .orders__card .ant-card-body table tr td:nth-child(3),
        #tracking-container .orders__card .ant-card-body table tr td:nth-child(3) {
          padding: 0 0 16px; }
          #tracking-container2 .orders__card .ant-card-body table tr td:nth-child(3) span,
          #tracking-container .orders__card .ant-card-body table tr td:nth-child(3) span {
            display: block;
            font-size: 0.75rem !important;
            margin-top: 16px; }
    #tracking-container2 .orders__card .tracking__orderdetail,
    #tracking-container2 .orders__card h3,
    #tracking-container .orders__card .tracking__orderdetail,
    #tracking-container .orders__card h3 {
      display: none; }
    #tracking-container2 .orders__card ul,
    #tracking-container .orders__card ul {
      list-style-type: none;
      margin: 0; }
      #tracking-container2 .orders__card ul li,
      #tracking-container .orders__card ul li {
        display: flex;
        font-size: 0.9375rem;
        margin-bottom: 30px; }
        #tracking-container2 .orders__card ul li:last-child,
        #tracking-container .orders__card ul li:last-child {
          margin-bottom: 0; }
        #tracking-container2 .orders__card ul li .ant-image,
        #tracking-container .orders__card ul li .ant-image {
          margin: 0 0.5rem 0 0;
          order: 1; }
        #tracking-container2 .orders__card ul li span,
        #tracking-container .orders__card ul li span {
          order: 2;
          text-align: left; }

.actionBar-section .form-label {
  color: #383736;
  font-size: 1rem;
  font-weight: 400; }

.actionBar-section .form-select {
  margin-bottom: 2px;
  padding-top: 0;
  padding-bottom: 0; }

.address-details--postal {
  font-size: 1rem; }

@media (min-width: 551px) {
  .panel--address .panel-body {
    padding-bottom: 1.5rem; } }

@media (min-width: 551px) {
  .panel--address .form-actions .button, .panel--address .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .panel--address .form-actions button, .panel--address .form-actions .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .panel--address .form-actions .show-all-products-btn, .panel--address .form-actions .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .panel--address .form-actions .aa-ItemActionButton, .panel--address .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .panel--address .form-actions button {
    margin-right: 5px; } }

@media (min-width: 551px) {
  .panel--address .form-actions .button + .button, .panel--address .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button + .button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .panel--address .form-actions button + .button, .panel--address .form-actions .site-homedics2 .aa-Panel .show-all-products-btn + .button, .site-homedics2 .aa-Panel .panel--address .form-actions .show-all-products-btn + .button, .panel--address .form-actions .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton + .button, .site-homedics2 .ais-InfiniteHits ol li .panel--address .form-actions .aa-ItemActionButton + .button, .panel--address .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet button + .button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .panel--address .form-actions button + .button, .panel--address .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .panel--address .form-actions .button + button, .panel--address .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .panel--address .form-actions button + button, .panel--address .form-actions .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset .show-all-products-btn + button, .panel--address .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel .show-all-products-btn + button, .site-homedics2.pagetype-checkout .aa-Panel .panel--address .form-actions .ui-dialog .ui-dialog-buttonset .show-all-products-btn + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel .panel--address .form-actions .show-all-products-btn + button, .panel--address .form-actions .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset .aa-ItemActionButton + button, .panel--address .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li .aa-ItemActionButton + button, .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .panel--address .form-actions .ui-dialog .ui-dialog-buttonset .aa-ItemActionButton + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li .panel--address .form-actions .aa-ItemActionButton + button, .site-homedics2.pagetype-checkout .addrexxOverlay .addrexxButtonSet .panel--address .form-actions .ui-dialog .ui-dialog-buttonset button + button, .panel--address .form-actions .site-homedics2 .aa-Panel .button + .show-all-products-btn, .site-homedics2 .aa-Panel .panel--address .form-actions .button + .show-all-products-btn, .panel--address .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel button + .show-all-products-btn, .panel--address .form-actions .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset button + .show-all-products-btn, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .panel--address .form-actions .aa-Panel button + .show-all-products-btn, .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset .panel--address .form-actions button + .show-all-products-btn, .panel--address .form-actions .site-homedics2 .aa-Panel .show-all-products-btn + .show-all-products-btn, .site-homedics2 .aa-Panel .panel--address .form-actions .show-all-products-btn + .show-all-products-btn, .panel--address .form-actions .site-homedics2 .ais-InfiniteHits ol li .aa-Panel .aa-ItemActionButton + .show-all-products-btn, .panel--address .form-actions .site-homedics2 .aa-Panel .ais-InfiniteHits ol li .aa-ItemActionButton + .show-all-products-btn, .site-homedics2 .ais-InfiniteHits ol li .panel--address .form-actions .aa-Panel .aa-ItemActionButton + .show-all-products-btn, .site-homedics2 .aa-Panel .ais-InfiniteHits ol li .panel--address .form-actions .aa-ItemActionButton + .show-all-products-btn, .panel--address .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel button + .show-all-products-btn, .panel--address .form-actions .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet button + .show-all-products-btn, .site-homedics2 .addrexxOverlay .addrexxButtonSet .panel--address .form-actions .aa-Panel button + .show-all-products-btn, .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet .panel--address .form-actions button + .show-all-products-btn, .panel--address .form-actions .site-homedics2 .ais-InfiniteHits ol li .button + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .panel--address .form-actions .button + .aa-ItemActionButton, .panel--address .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li button + .aa-ItemActionButton, .panel--address .form-actions .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset button + .aa-ItemActionButton, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .panel--address .form-actions .ais-InfiniteHits ol li button + .aa-ItemActionButton, .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset .panel--address .form-actions button + .aa-ItemActionButton, .panel--address .form-actions .site-homedics2 .aa-Panel .ais-InfiniteHits ol li .show-all-products-btn + .aa-ItemActionButton, .panel--address .form-actions .site-homedics2 .ais-InfiniteHits ol li .aa-Panel .show-all-products-btn + .aa-ItemActionButton, .site-homedics2 .aa-Panel .panel--address .form-actions .ais-InfiniteHits ol li .show-all-products-btn + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .aa-Panel .panel--address .form-actions .show-all-products-btn + .aa-ItemActionButton, .panel--address .form-actions .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .panel--address .form-actions .aa-ItemActionButton + .aa-ItemActionButton, .panel--address .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li button + .aa-ItemActionButton, .panel--address .form-actions .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet button + .aa-ItemActionButton, .site-homedics2 .addrexxOverlay .addrexxButtonSet .panel--address .form-actions .ais-InfiniteHits ol li button + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet .panel--address .form-actions button + .aa-ItemActionButton, .panel--address .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet .button + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .panel--address .form-actions .button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .panel--address .form-actions .addrexxOverlay .addrexxButtonSet button + button, .panel--address .form-actions .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet .show-all-products-btn + button, .panel--address .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel .show-all-products-btn + button, .site-homedics2 .aa-Panel .panel--address .form-actions .addrexxOverlay .addrexxButtonSet .show-all-products-btn + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel .panel--address .form-actions .show-all-products-btn + button, .panel--address .form-actions .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet .aa-ItemActionButton + button, .panel--address .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li .aa-ItemActionButton + button, .site-homedics2 .ais-InfiniteHits ol li .panel--address .form-actions .addrexxOverlay .addrexxButtonSet .aa-ItemActionButton + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li .panel--address .form-actions .aa-ItemActionButton + button, .panel--address .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet button + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .panel--address .form-actions button + button {
    margin-left: 0; } }

@media (min-width: 551px) {
  .panel--address .form-actions {
    position: static; } }

section.banner-home > h2 {
  color: var(--color-secondary);
  font-family: "new-kansas";
  font-size: 1.89062rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 2rem;
  text-align: center; }
  @media (min-width: 801px) {
    section.banner-home > h2 {
      font-size: 3rem; } }

.banner-home__3-hover-cards ul {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin: 0; }
  @media (min-width: 1261px) {
    .banner-home__3-hover-cards ul {
      flex-direction: row; } }

.banner-home__3-hover-cards .card {
  align-items: center;
  display: flex;
  flex: 33%;
  margin: 0;
  min-height: 280px;
  text-align: center;
  padding: 1rem;
  position: relative; }
  @media (min-width: 551px) {
    .banner-home__3-hover-cards .card {
      min-height: 300px; } }
  @media (min-width: 1261px) {
    .banner-home__3-hover-cards .card {
      justify-content: center;
      min-height: 375px; } }
  .banner-home__3-hover-cards .card.card-primary {
    background-color: var(--color-primary); }
    .banner-home__3-hover-cards .card.card-primary h2 {
      color: var(--color-secondary); }
    .banner-home__3-hover-cards .card.card-primary .overlay {
      background-color: var(--color-primary); }
  .banner-home__3-hover-cards .card.card-secondary {
    background-color: var(--color-secondary); }
    .banner-home__3-hover-cards .card.card-secondary h2 {
      color: var(--color-amazonite); }
    .banner-home__3-hover-cards .card.card-secondary .overlay {
      background-color: var(--color-secondary);
      background-size: 50%; }
      @media (min-width: 551px) {
        .banner-home__3-hover-cards .card.card-secondary .overlay {
          background-size: 250px; } }
  .banner-home__3-hover-cards .card.card-dandelion {
    background-color: var(--color-dandelion); }
    .banner-home__3-hover-cards .card.card-dandelion h2 {
      color: var(--color-secondary); }
    .banner-home__3-hover-cards .card.card-dandelion .overlay {
      background-color: var(--color-dandelion); }
      .banner-home__3-hover-cards .card.card-dandelion .overlay a {
        color: var(--color-brandy-brown);
        text-decoration-color: var(--color-brandy-brown); }
  .banner-home__3-hover-cards .card:hover .overlay {
    opacity: 1; }
  .banner-home__3-hover-cards .card:nth-child(odd) .overlay {
    background-position-x: right;
    text-align: left; }
  .banner-home__3-hover-cards .card:nth-child(even) .overlay {
    align-items: flex-end;
    background-position-x: left;
    text-align: right; }
    @media (min-width: 1261px) {
      .banner-home__3-hover-cards .card:nth-child(even) .overlay {
        background-position-x: right; } }
  .banner-home__3-hover-cards .card h2 {
    font-family: "new-kansas";
    font-size: 2.125rem;
    font-weight: 600;
    margin: 0;
    max-width: 50%; }
    @media (min-width: 551px) {
      .banner-home__3-hover-cards .card h2 {
        font-size: 2.625rem;
        line-height: inherit; } }
    @media (min-width: 1261px) {
      .banner-home__3-hover-cards .card h2 {
        font-size: 3.25rem;
        max-width: 100%; } }
  .banner-home__3-hover-cards .card .overlay {
    align-items: flex-start;
    background-image: var(--card-img);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.15s ease; }
    @media (min-width: 551px) {
      .banner-home__3-hover-cards .card .overlay {
        background-size: 300px;
        padding: 3rem; } }
    @media (min-width: 1261px) {
      .banner-home__3-hover-cards .card .overlay {
        align-items: flex-end;
        background-size: auto;
        flex-direction: row;
        justify-content: flex-start;
        opacity: 0;
        padding: 2rem; } }
    .banner-home__3-hover-cards .card .overlay a {
      color: var(--color-white);
      font-size: 1.0625rem;
      text-decoration-color: var(--color-white);
      text-decoration-line: underline; }
      @media (min-width: 1261px) {
        .banner-home__3-hover-cards .card .overlay a {
          font-size: 1.25rem; } }
      .banner-home__3-hover-cards .card .overlay a:hover {
        text-decoration: none; }
    .banner-home__3-hover-cards .card .overlay h2 {
      margin-bottom: 1rem; }
      @media (min-width: 1261px) {
        .banner-home__3-hover-cards .card .overlay h2 {
          display: none; } }

.country-ca .banner-home__3-hover-cards .card.card-dandelion .overlay {
  background-size: 200px;
  background-position-x: left;
  text-align: right;
  align-items: flex-end; }
  @media (min-width: 1261px) {
    .country-ca .banner-home__3-hover-cards .card.card-dandelion .overlay {
      background-size: 250px;
      background-position-x: right;
      text-align: left; } }

.country-ca .banner-home__3-hover-cards .card.card-secondary .overlay {
  background-size: 50%;
  background-position-x: right;
  text-align: left;
  align-items: flex-start; }
  @media (min-width: 551px) {
    .country-ca .banner-home__3-hover-cards .card.card-secondary .overlay {
      background-size: 300px;
      align-items: flex-start; } }
  @media (min-width: 1261px) {
    .country-ca .banner-home__3-hover-cards .card.card-secondary .overlay {
      background-size: auto;
      background-position-x: right;
      text-align: right;
      align-items: flex-end; } }

.country-ca .banner-home__3-hover-cards .card.card-primary .overlay {
  background-size: 50%;
  background-position-x: left;
  text-align: right;
  align-items: flex-end; }
  @media (min-width: 551px) {
    .country-ca .banner-home__3-hover-cards .card.card-primary .overlay {
      background-size: 230px; } }
  @media (min-width: 1261px) {
    .country-ca .banner-home__3-hover-cards .card.card-primary .overlay {
      background-position-x: right;
      text-align: left; } }

.banner-home__3-policies {
  background-color: var(--color-amazonite);
  color: var(--color-secondary);
  font-size: 1rem;
  font-weight: 500; }
  @media (min-width: 1261px) {
    .banner-home__3-policies {
      font-size: 1rem; } }
  .banner-home__3-policies .icon {
    width: 3.75rem;
    height: 3.75rem; }
    .banner-home__3-policies .icon svg {
      fill: currentColor; }
  .banner-home__3-policies ul {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin: 0 auto;
    max-width: 100%;
    padding: 0; }
    @media (min-width: 1261px) {
      .banner-home__3-policies ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        align-items: unset;
        flex-direction: row;
        max-width: 1220px;
        padding: 0 1.5rem; } }
    .banner-home__3-policies ul > li {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: .5rem 0;
      flex: 1;
      text-align: center; }
      @media (min-width: 1261px) {
        .banner-home__3-policies ul > li {
          align-items: center;
          display: flex;
          justify-content: center;
          padding: .75rem 0; } }
      @media (min-width: 1261px) {
        .banner-home__3-policies ul > li:first-child {
          justify-content: flex-start;
          text-align: left; } }
      @media (min-width: 1261px) {
        .banner-home__3-policies ul > li:last-child {
          justify-content: flex-end;
          text-align: right; } }
      .banner-home__3-policies ul > li.bnpl {
        background-color: var(--color-primary);
        color: var(--color-white);
        position: relative; }
        @media (min-width: 1261px) {
          .banner-home__3-policies ul > li.bnpl {
            background-color: transparent;
            color: var(--color-secondary); } }
        .banner-home__3-policies ul > li.bnpl:hover .affirm-popup {
          display: grid; }
        .banner-home__3-policies ul > li.bnpl > img {
          filter: brightness(0) invert(1); }
          @media (min-width: 1261px) {
            .banner-home__3-policies ul > li.bnpl > img {
              filter: none; } }
      .banner-home__3-policies ul > li .affirm-popup {
        background-color: var(--color-white);
        border-radius: 25px;
        bottom: 60px;
        color: var(--color-black);
        cursor: auto;
        display: none;
        grid-template-columns: 1fr;
        font-size: 1.125rem;
        font-weight: 450;
        position: absolute;
        text-align: center;
        z-index: 20;
        width: auto;
        margin: 0 2rem; }
        @media (min-width: 801px) {
          .banner-home__3-policies ul > li .affirm-popup {
            grid-template-columns: 1fr 300px;
            width: 700px; } }
        @media (min-width: 1261px) {
          .banner-home__3-policies ul > li .affirm-popup {
            bottom: 70px; } }
        .banner-home__3-policies ul > li .affirm-popup figure {
          display: none;
          margin: 0;
          width: 100%;
          min-width: 200px; }
          @media (min-width: 801px) {
            .banner-home__3-policies ul > li .affirm-popup figure {
              display: block; } }
          .banner-home__3-policies ul > li .affirm-popup figure img {
            border-radius: 0 25px 25px 0;
            margin: 0; }
        .banner-home__3-policies ul > li .affirm-popup .text-container {
          align-items: flex-start;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          padding: 2rem 1rem 2rem 2rem;
          text-align: left; }
          .banner-home__3-policies ul > li .affirm-popup .text-container img {
            margin-bottom: 2rem; }
          .banner-home__3-policies ul > li .affirm-popup .text-container h2 {
            font-size: 1.375rem;
            font-weight: bold;
            margin: 0 0 .5rem; }
            @media (min-width: 801px) {
              .banner-home__3-policies ul > li .affirm-popup .text-container h2 {
                font-size: 1.625rem; } }
          .banner-home__3-policies ul > li .affirm-popup .text-container p {
            font-size: 1.125rem;
            margin: 0; }
      .banner-home__3-policies ul > li > img {
        height: auto;
        max-width: 100%;
        margin-left: 2rem;
        margin-right: 1rem; }
        @media (min-width: 1261px) {
          .banner-home__3-policies ul > li > img {
            display: inline-block;
            margin-left: 0; } }
  .banner-home__3-policies.has-affirm-popup li.bnpl {
    cursor: pointer; }
  .banner-home__3-policies.promo--holiday-xmas {
    background-color: transparent; }
    .banner-home__3-policies.promo--holiday-xmas ul > li.bnpl {
      background-color: var(--color-amazonite);
      color: inherit; }
      @media (min-width: 1261px) {
        .banner-home__3-policies.promo--holiday-xmas ul > li.bnpl {
          background-color: inherit; } }
      .banner-home__3-policies.promo--holiday-xmas ul > li.bnpl img {
        filter: unset; }
  .banner-home__3-policies.promo--holiday-black-friday {
    background-color: var(--color-secondary);
    padding: 1rem;
    text-align: center; }
    .banner-home__3-policies.promo--holiday-black-friday ul {
      display: inline-grid;
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 1rem;
      width: auto; }
      .banner-home__3-policies.promo--holiday-black-friday ul > li {
        color: var(--color-white);
        display: flex;
        flex-direction: column;
        font-size: 0.875rem;
        font-weight: 450; }
        .banner-home__3-policies.promo--holiday-black-friday ul > li.bnpl {
          background-color: transparent; }
        .banner-home__3-policies.promo--holiday-black-friday ul > li img {
          --img-icon-height: 35px;
          --img-icon-width: 35px;
          display: block;
          margin: 0 0 .5rem;
          height: var(--img-icon-height);
          width: var(--img-icon-width); }
          @media (min-width: 1261px) {
            .banner-home__3-policies.promo--holiday-black-friday ul > li img {
              --img-icon-height: 50px;
              --img-icon-width: 50px; } }

section.component__2023-free-mystery-gwp {
  align-items: center;
  background-color: var(--color-amazonite);
  color: var(--color-secondary);
  display: flex;
  justify-content: center; }
  section.component__2023-free-mystery-gwp figure {
    margin: 0 1rem 0;
    display: none; }
    @media (min-width: 801px) {
      section.component__2023-free-mystery-gwp figure {
        display: block; } }
    section.component__2023-free-mystery-gwp figure img {
      max-width: 50px;
      filter: invert(43%) sepia(281%) saturate(4376%) hue-rotate(152deg) brightness(66%) contrast(98%); }
  section.component__2023-free-mystery-gwp h2 {
    color: var(--color-secondary);
    font-family: "new-kansas";
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 auto .5rem;
    width: 100%;
    max-width: 210px; }
    @media (min-width: 801px) {
      section.component__2023-free-mystery-gwp h2 {
        font-size: 2rem;
        max-width: none; } }
    section.component__2023-free-mystery-gwp h2 b,
    section.component__2023-free-mystery-gwp h2 strong {
      color: var(--color-secondary);
      font-weight: inherit; }
  section.component__2023-free-mystery-gwp p {
    color: var(--color-secondary);
    font-size: 1rem;
    font-weight: 450;
    line-height: 1;
    margin: 0; }
    @media (min-width: 801px) {
      section.component__2023-free-mystery-gwp p {
        font-size: 1rem; } }
  section.component__2023-free-mystery-gwp .text-container {
    justify-content: center;
    text-align: center;
    padding: 1rem; }
    @media (min-width: 801px) {
      section.component__2023-free-mystery-gwp .text-container {
        justify-content: left; } }

section.component__2023-4-portico {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 3rem 0; }
  @media (min-width: 801px) {
    section.component__2023-4-portico {
      margin: 4rem 0; } }
  section.component__2023-4-portico h2 {
    color: var(--color-secondary);
    font-family: "new-kansas";
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 2rem;
    text-align: center; }
    @media (min-width: 551px) {
      section.component__2023-4-portico h2 {
        font-size: 2rem; } }
  section.component__2023-4-portico a {
    font-size: 0.875rem;
    line-height: 1; }
    @media (min-width: 801px) {
      section.component__2023-4-portico a {
        font-size: 1.25rem; } }
  section.component__2023-4-portico ul {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    list-style-type: none;
    text-align: center; }
    @media (min-width: 801px) {
      section.component__2023-4-portico ul {
        grid-gap: 2rem;
        grid-template-columns: repeat(4, 1fr); } }
    section.component__2023-4-portico ul li img {
      display: block;
      margin-bottom: 1rem; }

section.banner-home__bctm {
  align-items: center;
  background-color: var(--color-secondary);
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  padding: 3rem;
  text-align: center; }
  @media (min-width: 1261px) {
    section.banner-home__bctm {
      align-items: start;
      flex-direction: row;
      padding: 5rem;
      text-align: left; } }
  section.banner-home__bctm figure {
    align-items: center;
    display: flex;
    flex-basis: 25%;
    margin: 0 0 3rem 0; }
    @media (min-width: 1261px) {
      section.banner-home__bctm figure {
        justify-content: end;
        margin: 0 3rem 0 0; } }
    section.banner-home__bctm figure img {
      max-width: 200px;
      width: 100%; }
      @media (min-width: 1261px) {
        section.banner-home__bctm figure img {
          max-width: 100%;
          min-width: 250px;
          width: auto; } }
  section.banner-home__bctm .text-container {
    flex-basis: 75%; }
  section.banner-home__bctm h2 {
    color: var(--color-white);
    font-family: "new-kansas";
    font-size: 2.625rem;
    line-height: 3.125rem;
    margin-top: 0;
    margin-bottom: 3rem; }
    @media (min-width: 1261px) {
      section.banner-home__bctm h2 {
        font-size: 3.125rem;
        line-height: 3.75rem;
        margin-bottom: 2rem; } }
  section.banner-home__bctm p {
    font-size: 1rem;
    font-weight: 500; }
    @media (min-width: 1261px) {
      section.banner-home__bctm p {
        font-size: 1.25rem; } }
    section.banner-home__bctm p a {
      color: var(--color-white);
      text-decoration-color: var(--color-white);
      text-decoration-line: underline; }
      section.banner-home__bctm p a:hover {
        text-decoration-line: none; }

section.banner-home__best-sellers {
  --swiper-navigation-color: #b7b7b7;
  --swiper-navigation-offset: -25px;
  --swiper-navigation-size: 22px;
  --best-sellers-image-height: 500;
  --best-sellers-image-width: 540;
  margin: 2rem 2rem 3rem;
  position: relative; }
  @media (min-width: 801px) {
    section.banner-home__best-sellers {
      --swiper-navigation-offset: -60px;
      --swiper-navigation-size: 44px;
      margin-left: 5rem;
      margin-right: 5rem; } }
  section.banner-home__best-sellers h3,
  section.banner-home__best-sellers .price,
  section.banner-home__best-sellers a {
    font-size: 0.8125rem;
    text-align: left; }
    @media (min-width: 801px) {
      section.banner-home__best-sellers h3,
      section.banner-home__best-sellers .price,
      section.banner-home__best-sellers a {
        font-size: 1.25rem; } }
  section.banner-home__best-sellers a {
    text-decoration-line: underline;
    line-height: 1.6;
    /*text-decoration-color: black; */ }
    section.banner-home__best-sellers a:hover {
      text-decoration-line: none; }
  section.banner-home__best-sellers figure {
    aspect-ratio: var(--best-sellers-image-width)/var(--best-sellers-image-height);
    background-color: var(--color-cloud);
    margin: 0; }
    section.banner-home__best-sellers figure a {
      align-items: center;
      display: flex;
      height: 100%;
      justify-content: center; }
    section.banner-home__best-sellers figure img {
      flex-grow: 1;
      margin: 1rem;
      width: 100%;
      background: var(--color-white); }
      @media (min-width: 801px) {
        section.banner-home__best-sellers figure img {
          margin: 2rem; } }
      section.banner-home__best-sellers figure img.no-padding {
        margin: 0; }
  section.banner-home__best-sellers h3 {
    font-weight: 500;
    margin-bottom: 0; }
    section.banner-home__best-sellers h3 a {
      line-height: 1.25;
      text-decoration-line: none; }
      section.banner-home__best-sellers h3 a:hover {
        text-decoration-line: underline; }
  section.banner-home__best-sellers p {
    color: var(--color-secondary);
    font-size: 1.125rem;
    text-align: center;
    margin-top: -1.5rem; }
    @media (min-width: 801px) {
      section.banner-home__best-sellers p {
        font-size: 0.875rem; } }
  section.banner-home__best-sellers .price-container .price {
    margin-top: .5rem; }
  section.banner-home__best-sellers .price-container a {
    color: var(--color-secondary);
    text-decoration: var(--color-secondary) underline;
    text-transform: lowercase; }
    section.banner-home__best-sellers .price-container a:hover {
      text-decoration-line: unset; }
  section.banner-home__best-sellers .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto; }
  section.banner-home__best-sellers .swiper-wrapper .dropzone-wrapper {
    display: flex; }
  section.banner-home__best-sellers .swiper-button-prev {
    left: var(--swiper-navigation-offset); }
  section.banner-home__best-sellers .swiper-button-next {
    right: var(--swiper-navigation-offset); }

section.banner-home__fluid-2-column {
  --bg-height: 397;
  --bg-width: 400;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%; }
  @media (min-width: 801px) {
    section.banner-home__fluid-2-column {
      --bg-height: 960;
      --bg-width: 960;
      flex-direction: row; } }
  @media (min-width: 801px) {
    section.banner-home__fluid-2-column.striped-border .bottom-align {
      padding-bottom: 3rem; } }
  section.banner-home__fluid-2-column article {
    aspect-ratio: calc(var(--bg-width) / var(--bg-height));
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem;
    flex-basis: 100%;
    height: 100%;
    width: 100%; }
    @media (min-width: 801px) {
      section.banner-home__fluid-2-column article {
        aspect-ratio: unset;
        flex-basis: 50%;
        min-height: 500px;
        padding: 1rem; } }
    @media (min-width: 1261px) {
      section.banner-home__fluid-2-column article {
        aspect-ratio: calc(var(--bg-width) / var(--bg-height));
        padding: 2rem; } }
    section.banner-home__fluid-2-column article.bottom-align {
      justify-content: flex-end; }
    section.banner-home__fluid-2-column article:nth-of-type(1) {
      background-image: url("../img/homepage/v2/fluid-2-column/bg4-mobile.png"); }
      @media (min-width: 551px) {
        section.banner-home__fluid-2-column article:nth-of-type(1) {
          background-image: url("../img/homepage/v2/fluid-2-column/bg4-tablet.jpg"); } }
      @media (min-width: 801px) {
        section.banner-home__fluid-2-column article:nth-of-type(1) {
          background-image: url("../img/homepage/v2/fluid-2-column/bg4.jpg"); } }
      section.banner-home__fluid-2-column article:nth-of-type(1) h2,
      section.banner-home__fluid-2-column article:nth-of-type(1) p {
        max-width: 60%; }
    section.banner-home__fluid-2-column article:nth-of-type(2) {
      background-image: url("../img/homepage/v2/fluid-2-column/bg5-mobile.jpg"); }
      @media (min-width: 551px) {
        section.banner-home__fluid-2-column article:nth-of-type(2) {
          background-image: url("../img/homepage/v2/fluid-2-column/bg5-tablet.jpg"); } }
      @media (min-width: 801px) {
        section.banner-home__fluid-2-column article:nth-of-type(2) {
          background-image: url("../img/homepage/v2/fluid-2-column/bg5.jpg"); } }
      section.banner-home__fluid-2-column article:nth-of-type(2) h2,
      section.banner-home__fluid-2-column article:nth-of-type(2) p {
        max-width: 40%; }
      section.banner-home__fluid-2-column article:nth-of-type(2) h2 {
        color: var(--color-secondary); }
      section.banner-home__fluid-2-column article:nth-of-type(2) p {
        color: var(--color-black); }
    section.banner-home__fluid-2-column article.joy-bg {
      background-image: url("https://assets.fkabrands.com/web/homedics/hp/fluid-2-column/ca-bg3-mobile.jpg"); }
      @media (min-width: 551px) {
        section.banner-home__fluid-2-column article.joy-bg {
          background-image: url("https://assets.fkabrands.com/web/homedics/hp/fluid-2-column/ca-bg3-tablet.jpg"); } }
      @media (min-width: 801px) {
        section.banner-home__fluid-2-column article.joy-bg {
          background-image: url("https://assets.fkabrands.com/web/homedics/hp/fluid-2-column/ca-bg3.jpg"); } }
  section.banner-home__fluid-2-column h2 {
    color: var(--color-white);
    font-family: "new-kansas";
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 .5rem;
    max-width: 50%; }
    @media (min-width: 801px) {
      section.banner-home__fluid-2-column h2 {
        font-size: 2.25rem;
        line-height: 1.1; } }
    @media (min-width: 1261px) {
      section.banner-home__fluid-2-column h2 {
        font-size: 3rem; } }
  section.banner-home__fluid-2-column p {
    color: var(--color-white);
    font-size: 0.875rem;
    font-weight: 450;
    line-height: 1.25;
    max-width: 50%; }
    @media (min-width: 801px) {
      section.banner-home__fluid-2-column p {
        font-size: 1.25rem; } }

/*SHOGUN SPECIFIC 50/50 100% WIDTH ISSUE*/
.flex-center {
  display: flex;
  justify-content: center; }

.shg-row-100 .shg-row {
  width: 100%;
  max-width: 1920px; }

section.banner-home__full-width {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative; }
  section.banner-home__full-width .overlay {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: absolute;
    padding: 2rem;
    text-align: right;
    width: 100%; }
    @media (min-width: 801px) {
      section.banner-home__full-width .overlay {
        padding: 3rem; } }
  section.banner-home__full-width h2 {
    font-size: 1rem;
    font-weight: 500; }
    @media (min-width: 801px) {
      section.banner-home__full-width h2 {
        font-size: 2rem; } }
  section.banner-home__full-width .button .text-desktop, section.banner-home__full-width .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button .text-desktop, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.banner-home__full-width button .text-desktop, section.banner-home__full-width .site-homedics2 .aa-Panel .show-all-products-btn .text-desktop, .site-homedics2 .aa-Panel section.banner-home__full-width .show-all-products-btn .text-desktop, section.banner-home__full-width .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton .text-desktop, .site-homedics2 .ais-InfiniteHits ol li section.banner-home__full-width .aa-ItemActionButton .text-desktop, section.banner-home__full-width .site-homedics2 .addrexxOverlay .addrexxButtonSet button .text-desktop, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.banner-home__full-width button .text-desktop {
    display: none; }
    @media (min-width: 801px) {
      section.banner-home__full-width .button .text-desktop, section.banner-home__full-width .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button .text-desktop, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.banner-home__full-width button .text-desktop, section.banner-home__full-width .site-homedics2 .aa-Panel .show-all-products-btn .text-desktop, .site-homedics2 .aa-Panel section.banner-home__full-width .show-all-products-btn .text-desktop, section.banner-home__full-width .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton .text-desktop, .site-homedics2 .ais-InfiniteHits ol li section.banner-home__full-width .aa-ItemActionButton .text-desktop, section.banner-home__full-width .site-homedics2 .addrexxOverlay .addrexxButtonSet button .text-desktop, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.banner-home__full-width button .text-desktop {
        display: block; } }
  @media (min-width: 801px) {
    section.banner-home__full-width .button .text-mobile, section.banner-home__full-width .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button .text-mobile, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.banner-home__full-width button .text-mobile, section.banner-home__full-width .site-homedics2 .aa-Panel .show-all-products-btn .text-mobile, .site-homedics2 .aa-Panel section.banner-home__full-width .show-all-products-btn .text-mobile, section.banner-home__full-width .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton .text-mobile, .site-homedics2 .ais-InfiniteHits ol li section.banner-home__full-width .aa-ItemActionButton .text-mobile, section.banner-home__full-width .site-homedics2 .addrexxOverlay .addrexxButtonSet button .text-mobile, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.banner-home__full-width button .text-mobile {
      display: none; } }
  section.banner-home__full-width--ahh {
    --hero-image-height: 615;
    --hero-image-width: 400;
    background-image: url("../img/homepage/v2/full-width/hero-ahh-mobile.png");
    padding-bottom: calc(var(--hero-image-height) / var(--hero-image-width) * 100%); }
    @media (min-width: 551px) {
      section.banner-home__full-width--ahh {
        background-image: url("../img/homepage/v2/full-width/hero-ahh-tablet.png"); } }
    @media (min-width: 801px) {
      section.banner-home__full-width--ahh {
        --hero-image-height: 800;
        --hero-image-width: 1920;
        background-image: url("../img/homepage/v2/full-width/hero-ahh.png"); } }
    section.banner-home__full-width--ahh h2 {
      color: var(--color-white);
      text-shadow: 0 6px 9px var(--color-black); }
    section.banner-home__full-width--ahh .overlay {
      align-items: center;
      justify-content: flex-end; }
      @media (min-width: 801px) {
        section.banner-home__full-width--ahh .overlay {
          align-items: flex-end;
          justify-content: center; } }
    section.banner-home__full-width--ahh.promo--holiday-xmas {
      --hero-image-height: 556;
      --hero-image-width: 800;
      background-image: url("../img/homepage/v2/full-width/hero-ahh-holiday-mobile.png"); }
      @media (min-width: 801px) {
        section.banner-home__full-width--ahh.promo--holiday-xmas {
          --hero-image-height: 965;
          --hero-image-width: 1920;
          background-image: url("../img/homepage/v2/full-width/hero-ahh-holiday.png"); } }
  section.banner-home__full-width--ohh {
    --hero-image-height: 1200;
    --hero-image-width: 800;
    background-image: url("../img/homepage/v2/full-width/hero-ohh-mobile.png");
    padding-bottom: calc(var(--hero-image-height) / var(--hero-image-width) * 100%); }
    @media (min-width: 801px) {
      section.banner-home__full-width--ohh {
        --hero-image-height: 900;
        --hero-image-width: 1920;
        background-image: url("../img/homepage/v2/full-width/hero-ohh.png"); } }
    section.banner-home__full-width--ohh h2 {
      color: var(--color-white);
      font-size: 1.5625rem;
      margin: 0; }
      @media (min-width: 801px) {
        section.banner-home__full-width--ohh h2 {
          font-size: 2rem; } }
    section.banner-home__full-width--ohh .button, section.banner-home__full-width--ohh .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.banner-home__full-width--ohh button, section.banner-home__full-width--ohh .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.banner-home__full-width--ohh .show-all-products-btn, section.banner-home__full-width--ohh .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.banner-home__full-width--ohh .aa-ItemActionButton, section.banner-home__full-width--ohh .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.banner-home__full-width--ohh button {
      position: absolute;
      bottom: 2rem; }
      @media (min-width: 801px) {
        section.banner-home__full-width--ohh .button, section.banner-home__full-width--ohh .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.banner-home__full-width--ohh button, section.banner-home__full-width--ohh .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.banner-home__full-width--ohh .show-all-products-btn, section.banner-home__full-width--ohh .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.banner-home__full-width--ohh .aa-ItemActionButton, section.banner-home__full-width--ohh .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.banner-home__full-width--ohh button {
          position: unset; } }
    section.banner-home__full-width--ohh .overlay {
      align-items: center;
      justify-content: center; }
      @media (min-width: 801px) {
        section.banner-home__full-width--ohh .overlay {
          align-items: flex-end;
          justify-content: flex-end; } }

section.component__home-hero {
  background: var(--color-secondary);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  color: var(--color-white);
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%; }
  @media (min-width: 801px) {
    section.component__home-hero {
      align-items: center;
      background-size: cover;
      flex-direction: row;
      justify-content: flex-start; } }
  @media (min-width: 1261px) {
    section.component__home-hero {
      padding: 2rem; } }
  section.component__home-hero header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center; }
    section.component__home-hero header h1 {
      color: var(--color-white);
      line-height: 1.1;
      margin-bottom: .5rem; }
      @media (min-width: 801px) {
        section.component__home-hero header h1 {
          margin-bottom: 1rem; } }
    section.component__home-hero header h2 {
      color: var(--color-white);
      font-family: "new-kansas";
      margin: 0 0 1rem; }
  section.component__home-hero footer {
    text-align: center; }
  section.component__home-hero .image-container {
    aspect-ratio: calc(var(--bg-width) / var(--bg-height));
    background-color: var(--color-brandy-brown);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%; }
    @media (min-width: 801px) {
      section.component__home-hero .image-container {
        display: none; } }
  section.component__home-hero .text-container {
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem;
    text-align: left;
    width: 100%; }
    @media (min-width: 801px) {
      section.component__home-hero .text-container {
        background-color: unset;
        aspect-ratio: unset;
        flex-basis: 50%;
        justify-content: center;
        padding: 4rem 1rem;
        text-align: center; } }
    section.component__home-hero .text-container .button, section.component__home-hero .text-container .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__home-hero .text-container button, section.component__home-hero .text-container .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.component__home-hero .text-container .show-all-products-btn, section.component__home-hero .text-container .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__home-hero .text-container .aa-ItemActionButton, section.component__home-hero .text-container .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__home-hero .text-container button {
      padding: 10px 30px;
      white-space: nowrap; }
      @media (min-width: 801px) {
        section.component__home-hero .text-container .button, section.component__home-hero .text-container .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__home-hero .text-container button, section.component__home-hero .text-container .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.component__home-hero .text-container .show-all-products-btn, section.component__home-hero .text-container .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__home-hero .text-container .aa-ItemActionButton, section.component__home-hero .text-container .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__home-hero .text-container button {
          padding: 12px 40px; } }

section.component__home-hero--2023-free-gwp {
  --bg-height: 800;
  --bg-width: 800;
  aspect-ratio: calc(var(--bg-width) / var(--bg-height));
  align-items: center;
  background-color: #fded98;
  background-image: url("../img/homepage/v2/hero/2023-free-gwp/bg-mobile.jpg");
  background-position: center;
  display: flex; }
  @media (min-width: 551px) {
    section.component__home-hero--2023-free-gwp {
      --bg-height: 550;
      --bg-width: 800;
      background-image: url("../img/homepage/v2/hero/2023-free-gwp/bg-tablet.jpg"); } }
  @media (min-width: 801px) {
    section.component__home-hero--2023-free-gwp {
      --bg-height: 800;
      --bg-width: 1920;
      background-image: url("../img/homepage/v2/hero/2023-free-gwp/bg.jpg"); } }
  section.component__home-hero--2023-free-gwp header {
    align-items: center; }
    section.component__home-hero--2023-free-gwp header img {
      max-width: 60px; }
      @media (min-width: 551px) {
        section.component__home-hero--2023-free-gwp header img {
          max-width: 115px; } }
    section.component__home-hero--2023-free-gwp header h1 {
      color: var(--color-secondary);
      font-family: "new-kansas";
      font-size: 3rem;
      font-weight: 700;
      line-height: 1;
      margin: 1rem 0 .5rem; }
      @media (min-width: 801px) {
        section.component__home-hero--2023-free-gwp header h1 {
          font-size: 3.5rem;
          margin-bottom: 1rem; } }
      @media (min-width: 1261px) {
        section.component__home-hero--2023-free-gwp header h1 {
          font-size: 6rem; } }
      section.component__home-hero--2023-free-gwp header h1 small {
        color: inherit;
        display: block;
        font-size: 1rem;
        line-height: 2; }
        @media (min-width: 801px) {
          section.component__home-hero--2023-free-gwp header h1 small {
            font-size: 1.5rem; } }
    section.component__home-hero--2023-free-gwp header h2 {
      color: var(--color-primary);
      font-family: "new-kansas";
      font-size: 1.875rem;
      font-weight: 600;
      line-height: 1;
      margin: 0 0 .75rem; }
      @media (min-width: 801px) {
        section.component__home-hero--2023-free-gwp header h2 {
          font-size: 3.75rem;
          margin-bottom: 1rem; } }
    section.component__home-hero--2023-free-gwp header h3 {
      color: var(--color-secondary);
      font-size: 1rem;
      font-weight: 500;
      line-height: 1;
      margin: 0 0 .75rem; }
      @media (min-width: 801px) {
        section.component__home-hero--2023-free-gwp header h3 {
          font-size: 1.5rem;
          margin-bottom: 1.5rem; } }
  section.component__home-hero--2023-free-gwp footer a:not(.button) {
    color: var(--color-secondary); }
  section.component__home-hero--2023-free-gwp footer p {
    color: var(--color-secondary); }
  section.component__home-hero--2023-free-gwp footer .button, section.component__home-hero--2023-free-gwp footer .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__home-hero--2023-free-gwp footer button, section.component__home-hero--2023-free-gwp footer .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.component__home-hero--2023-free-gwp footer .show-all-products-btn, section.component__home-hero--2023-free-gwp footer .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__home-hero--2023-free-gwp footer .aa-ItemActionButton, section.component__home-hero--2023-free-gwp footer .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__home-hero--2023-free-gwp footer button {
    min-width: 180px; }
  section.component__home-hero--2023-free-gwp .text-container {
    flex-basis: 100%;
    justify-content: center;
    padding: 1rem; }

section.component__2023-drift__home-hero {
  --bg-width: 1600;
  --bg-height: 1100;
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center; }
  @media (min-width: 801px) {
    section.component__2023-drift__home-hero {
      --bg-width: 1920;
      --bg-height: 823;
      aspect-ratio: calc(var(--bg-width) / var(--bg-height));
      background-color: var(--color-cloud);
      background-image: url("https://assets.fkabrands.com/web/homedics/hp/hero/2023-drift__home-hero/hero-desktop.jpg");
      flex-direction: row; } }
  @media (min-width: 801px) {
    section.component__2023-drift__home-hero .text-container {
      align-items: flex-start;
      flex-basis: 35%;
      padding: 2rem 1rem; } }
  section.component__2023-drift__home-hero .text-container h2 {
    color: var(--color-amazonite);
    font-family: "new-kansas";
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1rem; }
    @media (min-width: 801px) {
      section.component__2023-drift__home-hero .text-container h2 {
        color: var(--color-white);
        font-size: 6rem;
        margin-bottom: 1.5rem;
        text-align: left; } }
  section.component__2023-drift__home-hero .text-container p {
    color: var(--color-white);
    font-size: 0.875rem;
    margin-bottom: 1rem; }
    @media (min-width: 801px) {
      section.component__2023-drift__home-hero .text-container p {
        font-size: 1.125rem;
        text-align: left; } }
  section.component__2023-drift__home-hero .text-container .button, section.component__2023-drift__home-hero .text-container .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__2023-drift__home-hero .text-container button, section.component__2023-drift__home-hero .text-container .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.component__2023-drift__home-hero .text-container .show-all-products-btn, section.component__2023-drift__home-hero .text-container .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__2023-drift__home-hero .text-container .aa-ItemActionButton, section.component__2023-drift__home-hero .text-container .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__2023-drift__home-hero .text-container button {
    margin-bottom: 0; }
  section.component__2023-drift__home-hero .media-container {
    aspect-ratio: calc(var(--bg-width) / var(--bg-height));
    background-image: url("https://assets.fkabrands.com/web/homedics/hp/hero/2023-drift__home-hero/hero-mobile.jpg");
    background-size: cover;
    height: 100%;
    width: 100%; }
    @media (min-width: 801px) {
      section.component__2023-drift__home-hero .media-container {
        display: none; } }
    section.component__2023-drift__home-hero .media-container img {
      object-fit: cover;
      object-position: left;
      width: 100%; }

section.component__2023-6-8-sale {
  --badge-height: 145px;
  --badge-width: 145px;
  --bg-width: 400;
  --bg-height: 261;
  background-color: var(--color-primary);
  background-position: center;
  background-repeat: no-repeat;
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  text-align: center;
  margin-bottom: 0; }
  @media (min-width: 801px) {
    section.component__2023-6-8-sale {
      --bg-width: 1920;
      --bg-height: 812;
      aspect-ratio: calc(var(--bg-width) / var(--bg-height));
      background-image: url("https://assets.fkabrands.com/web/homedics/hp/hero/2023-6-8-sale/hero-desktop.jpg");
      flex-direction: row; } }
  section.component__2023-6-8-sale.hide-badge::before,
  section.component__2023-6-8-sale.hide-badge .media-container::before {
    display: none !important; }
  section.component__2023-6-8-sale .text-container {
    background-color: var(--color-dandelion); }
    @media (min-width: 801px) {
      section.component__2023-6-8-sale .text-container {
        align-items: flex-start;
        background-color: transparent;
        margin-top: var(--badge-height);
        flex-basis: 35%;
        padding: 2rem 1rem; } }
    section.component__2023-6-8-sale .text-container h2 {
      color: var(--color-secondary);
      font-family: "new-kansas";
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 1rem; }
      @media (min-width: 801px) {
        section.component__2023-6-8-sale .text-container h2 {
          font-size: 2.625rem;
          margin-bottom: 1.5rem;
          text-align: left; } }
    section.component__2023-6-8-sale .text-container p {
      color: var(--color-secondary);
      font-size: 1.125rem;
      margin-bottom: 1rem; }
      @media (min-width: 801px) {
        section.component__2023-6-8-sale .text-container p {
          color: var(--color-white);
          text-align: left; } }
    section.component__2023-6-8-sale .text-container .button, section.component__2023-6-8-sale .text-container .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__2023-6-8-sale .text-container button, section.component__2023-6-8-sale .text-container .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.component__2023-6-8-sale .text-container .show-all-products-btn, section.component__2023-6-8-sale .text-container .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__2023-6-8-sale .text-container .aa-ItemActionButton, section.component__2023-6-8-sale .text-container .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__2023-6-8-sale .text-container button {
      margin-bottom: 0; }
  section.component__2023-6-8-sale .media-container {
    --badge-height: 40%;
    --badge-width: 40%;
    aspect-ratio: calc(var(--bg-width) / var(--bg-height));
    background-image: url("https://assets.fkabrands.com/web/homedics/hp/hero/2023-6-8-sale/hero-mobile.png");
    background-size: cover;
    position: relative;
    height: 100%;
    width: 100%; }
    section.component__2023-6-8-sale .media-container::before {
      left: 1rem;
      min-height: 100px;
      min-width: 100px;
      max-height: 145px;
      max-width: 145px; }
    @media (min-width: 551px) {
      section.component__2023-6-8-sale .media-container {
        --bg-width: 800;
        --bg-height: 378;
        aspect-ratio: calc(var(--bg-width) / var(--bg-height));
        background-image: url("https://assets.fkabrands.com/web/homedics/hp/hero/2023-6-8-sale/hero-tablet.png"); } }
    @media (min-width: 801px) {
      section.component__2023-6-8-sale .media-container {
        display: none !important; }
        section.component__2023-6-8-sale .media-container ::before {
          display: none; } }
    section.component__2023-6-8-sale .media-container img {
      object-fit: cover;
      object-position: left;
      width: 100%; }
  section.component__2023-6-8-sale .button, section.component__2023-6-8-sale .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__2023-6-8-sale button, section.component__2023-6-8-sale .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.component__2023-6-8-sale .show-all-products-btn, section.component__2023-6-8-sale .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__2023-6-8-sale .aa-ItemActionButton, section.component__2023-6-8-sale .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__2023-6-8-sale button {
    display: none; }
    @media (min-width: 801px) {
      section.component__2023-6-8-sale .button, section.component__2023-6-8-sale .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__2023-6-8-sale button, section.component__2023-6-8-sale .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.component__2023-6-8-sale .show-all-products-btn, section.component__2023-6-8-sale .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__2023-6-8-sale .aa-ItemActionButton, section.component__2023-6-8-sale .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__2023-6-8-sale button {
        display: block; } }
    section.component__2023-6-8-sale .button.mobile-only, section.component__2023-6-8-sale .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.mobile-only, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__2023-6-8-sale button.mobile-only, section.component__2023-6-8-sale .site-homedics2 .aa-Panel .mobile-only.show-all-products-btn, .site-homedics2 .aa-Panel section.component__2023-6-8-sale .mobile-only.show-all-products-btn, section.component__2023-6-8-sale .site-homedics2 .ais-InfiniteHits ol li .mobile-only.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__2023-6-8-sale .mobile-only.aa-ItemActionButton, section.component__2023-6-8-sale .site-homedics2 .addrexxOverlay .addrexxButtonSet button.mobile-only, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__2023-6-8-sale button.mobile-only {
      display: block; }
      @media (min-width: 801px) {
        section.component__2023-6-8-sale .button.mobile-only, section.component__2023-6-8-sale .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.mobile-only, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__2023-6-8-sale button.mobile-only, section.component__2023-6-8-sale .site-homedics2 .aa-Panel .mobile-only.show-all-products-btn, .site-homedics2 .aa-Panel section.component__2023-6-8-sale .mobile-only.show-all-products-btn, section.component__2023-6-8-sale .site-homedics2 .ais-InfiniteHits ol li .mobile-only.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__2023-6-8-sale .mobile-only.aa-ItemActionButton, section.component__2023-6-8-sale .site-homedics2 .addrexxOverlay .addrexxButtonSet button.mobile-only, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__2023-6-8-sale button.mobile-only {
          display: none; } }

section.banner-home__hero-slider {
  background: var(--color-secondary);
  color: var(--color-white);
  text-align: center; }
  section.banner-home__hero-slider .swiper-slide {
    height: auto;
    /* slides */ }
    @media (min-width: 1261px) {
      section.banner-home__hero-slider .swiper-slide__image img {
        display: none; } }
    section.banner-home__hero-slider .swiper-slide__text {
      align-items: center;
      display: flex;
      flex: 1;
      flex-direction: column;
      justify-content: center;
      font-size: 1.125rem;
      padding: 2rem; }
      @media (min-width: 1261px) {
        section.banner-home__hero-slider .swiper-slide__text {
          font-size: 1.5rem; } }
    section.banner-home__hero-slider .swiper-slide h1,
    section.banner-home__hero-slider .swiper-slide h2 {
      color: var(--color-amazonite);
      font-family: "new-kansas";
      margin: 0 0 1rem; }
    section.banner-home__hero-slider .swiper-slide p {
      max-width: 100%; }
      @media (min-width: 1261px) {
        section.banner-home__hero-slider .swiper-slide p {
          max-width: 75%; } }
    section.banner-home__hero-slider .swiper-slide__video {
      --video-width: 640;
      --video-height: 360;
      --video-aspect-ratio: calc(var(--video-width) / var(--video-height));
      aspect-ratio: var(--video-aspect-ratio);
      display: flex;
      background-color: var(--color-black);
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
      max-width: 100%;
      width: 100%; }
      @media (min-width: 1261px) {
        section.banner-home__hero-slider .swiper-slide__video {
          justify-content: flex-end; } }
      section.banner-home__hero-slider .swiper-slide__video:before {
        display: block;
        padding-top: calc(var(--video-aspect-ratio) * 100%);
        content: ""; }
      section.banner-home__hero-slider .swiper-slide__video > * {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%; }
    section.banner-home__hero-slider .swiper-slide__1 {
      display: flex;
      flex-direction: column; }
      @media (min-width: 1261px) {
        section.banner-home__hero-slider .swiper-slide__1 {
          display: grid;
          grid-template-columns: repeat(2, 1fr); } }
      section.banner-home__hero-slider .swiper-slide__1--text {
        justify-content: flex-start; }
        @media (min-width: 1261px) {
          section.banner-home__hero-slider .swiper-slide__1--text {
            justify-content: center; } }
        section.banner-home__hero-slider .swiper-slide__1--text.promo--holiday-xmas {
          background-image: url("../img/homepage/v2/hero-slider/holiday-xmas-blue-bg-mobile.png");
          background-position: top center;
          background-repeat: no-repeat;
          background-size: contain;
          justify-content: center; }
          @media (min-width: 1261px) {
            section.banner-home__hero-slider .swiper-slide__1--text.promo--holiday-xmas {
              background-image: url("../img/homepage/v2/hero-slider/holiday-xmas-blue-bg.png"); } }
          section.banner-home__hero-slider .swiper-slide__1--text.promo--holiday-xmas h1 {
            font-size: 2rem;
            line-height: 1;
            margin-bottom: 2rem; }
            @media (min-width: 1261px) {
              section.banner-home__hero-slider .swiper-slide__1--text.promo--holiday-xmas h1 {
                font-size: 4.375rem; } }
          section.banner-home__hero-slider .swiper-slide__1--text.promo--holiday-xmas p {
            margin-bottom: 0; }
      section.banner-home__hero-slider .swiper-slide__1--image {
        --hero-slider-image-width: 800;
        --hero-slider-image-height: 540;
        background-image: url("../img/homepage/v2/hero-slider/live-well-mobile.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: calc(var(--hero-slider-image-height) / var(--hero-slider-image-width) * 100%); }
        @media (min-width: 1261px) {
          section.banner-home__hero-slider .swiper-slide__1--image {
            --hero-slider-image-width: 960;
            --hero-slider-image-height: 540;
            background-image: url("../img/homepage/v2/hero-slider/live-well.png"); } }
      section.banner-home__hero-slider .swiper-slide__1 h1 {
        font-size: 2rem;
        font-weight: 600; }
        @media (min-width: 1261px) {
          section.banner-home__hero-slider .swiper-slide__1 h1 {
            font-size: 2.75rem; } }
    section.banner-home__hero-slider .swiper-slide__2 {
      --hero-slider-image-width: 1920;
      --hero-slider-image-height: 540;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
      @media (min-width: 1261px) {
        section.banner-home__hero-slider .swiper-slide__2 {
          align-items: flex-start;
          background-image: url("../img/homepage/v2/hero-slider/oh-joy.png");
          padding-bottom: calc(var(--hero-slider-image-height) / var(--hero-slider-image-width) * 100%); } }
      section.banner-home__hero-slider .swiper-slide__2--image {
        --hero-slider-image-width: 960;
        --hero-slider-image-height: 540;
        background-image: url("../img/homepage/v2/hero-slider/oh-joy-mobile.png");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: calc(var(--hero-slider-image-height) / var(--hero-slider-image-width) * 100%); }
        @media (min-width: 1261px) {
          section.banner-home__hero-slider .swiper-slide__2--image {
            display: none; } }
      @media (min-width: 1261px) {
        section.banner-home__hero-slider .swiper-slide__2--text {
          align-items: flex-start;
          background-color: transparent;
          padding: 3rem;
          text-align: left;
          position: absolute;
          bottom: 0; } }
      section.banner-home__hero-slider .swiper-slide__2 h2 {
        font-size: 2rem; }
        @media (min-width: 1261px) {
          section.banner-home__hero-slider .swiper-slide__2 h2 {
            color: var(--color-white);
            font-size: 1.875rem;
            margin-bottom: 0; } }
      @media (min-width: 1261px) {
        section.banner-home__hero-slider .swiper-slide__2 p {
          max-width: 500px; } }
      section.banner-home__hero-slider .swiper-slide__2 p strong {
        color: var(--color-sunshine); }
  section.banner-home__hero-slider .swiper-pagination {
    --swiper-pagination-bullet-size: 16px;
    bottom: 5px; }
    @media (min-width: 1261px) {
      section.banner-home__hero-slider .swiper-pagination {
        --swiper-pagination-bullet-size: 12px;
        left: 0;
        right: 0;
        width: auto; } }

section.banner-home__gift-well-shop--full {
  background-color: var(--color-amazonite);
  --hero-slider-image-width: 1920;
  --hero-slider-image-height: 800;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  background-image: url("../img/homepage/v2/gift-well-shop/gift-well-shop-bg-mobile.png"); }
  @media (min-width: 551px) {
    section.banner-home__gift-well-shop--full {
      background-image: url("../img/homepage/v2/gift-well-shop/gift-well-shop-bg.png");
      flex-direction: row;
      padding: 3rem; } }
  section.banner-home__gift-well-shop--full .text-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center; }
    @media (min-width: 551px) {
      section.banner-home__gift-well-shop--full .text-container {
        flex: 50%;
        order: 2;
        padding-left: 1rem; } }
    @media (min-width: 1261px) {
      section.banner-home__gift-well-shop--full .text-container {
        order: 1;
        padding-left: 0; } }
    @media (min-width: 551px) {
      section.banner-home__gift-well-shop--full .text-container br {
        display: none; } }
    section.banner-home__gift-well-shop--full .text-container h2 {
      color: var(--color-secondary);
      font-family: "new-kansas";
      font-size: 2rem;
      font-weight: bold;
      line-height: 1;
      margin-bottom: 1.5rem; }
      @media (min-width: 551px) {
        section.banner-home__gift-well-shop--full .text-container h2 {
          font-size: 3.75rem; } }
    section.banner-home__gift-well-shop--full .text-container p {
      color: var(--color-secondary);
      font-size: 1rem;
      font-weight: 500;
      margin-bottom: 2rem; }
      @media (min-width: 551px) {
        section.banner-home__gift-well-shop--full .text-container p {
          font-size: 1.875rem; } }
  section.banner-home__gift-well-shop--full figure {
    margin: 0;
    text-align: center; }
    @media (min-width: 551px) {
      section.banner-home__gift-well-shop--full figure {
        flex: 50%;
        order: 1;
        padding-right: 1rem; } }
    @media (min-width: 1261px) {
      section.banner-home__gift-well-shop--full figure {
        order: 2;
        padding-right: 0; } }
    section.banner-home__gift-well-shop--full figure img {
      max-width: 300px;
      width: 100%; }

section.banner-home__quote {
  background-color: var(--color-amazonite);
  color: var(--color-secondary);
  padding: 2rem 0;
  text-align: center; }
  @media (min-width: 801px) {
    section.banner-home__quote {
      padding: 3rem 0; } }
  section.banner-home__quote .img-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style-type: none;
    margin-bottom: 1rem; }
    @media (min-width: 801px) {
      section.banner-home__quote .img-container {
        margin-bottom: 5rem; } }
    section.banner-home__quote .img-container img {
      max-height: 40px;
      margin-bottom: 1rem;
      padding: 0 1rem; }
      @media (min-width: 801px) {
        section.banner-home__quote .img-container img {
          height: auto; } }
  section.banner-home__quote figure {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    section.banner-home__quote figure blockquote {
      font-family: "new-kansas";
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 1.875rem;
      margin: 5rem 2rem 3rem;
      position: relative; }
      @media (min-width: 801px) {
        section.banner-home__quote figure blockquote {
          font-size: 2rem;
          line-height: 2.625rem;
          margin: 0;
          width: 50%; } }
      section.banner-home__quote figure blockquote:before, section.banner-home__quote figure blockquote:after {
        color: var(--color-primary);
        font-family: "new-kansas";
        font-size: 6.25rem;
        font-weight: 600;
        position: absolute; }
        @media (min-width: 801px) {
          section.banner-home__quote figure blockquote:before, section.banner-home__quote figure blockquote:after {
            font-size: 14.375rem; } }
      section.banner-home__quote figure blockquote:before {
        content: "\201C";
        left: calc(50% - 24px);
        top: -2rem; }
        @media (min-width: 801px) {
          section.banner-home__quote figure blockquote:before {
            left: -120px;
            top: 2rem; } }
      section.banner-home__quote figure blockquote:after {
        content: "\201D";
        right: calc(50% - 24px);
        bottom: -5rem; }
        @media (min-width: 801px) {
          section.banner-home__quote figure blockquote:after {
            right: -120px;
            top: 2rem; } }
    section.banner-home__quote figure figcaption,
    section.banner-home__quote figure cite {
      color: var(--color-black);
      display: inline-block;
      font-size: 1rem;
      font-style: normal; }
      @media (min-width: 801px) {
        section.banner-home__quote figure figcaption,
        section.banner-home__quote figure cite {
          font-size: 1.125rem; } }
    section.banner-home__quote figure figcaption {
      margin: 2rem 0 0; }

section.banner-home__shop-by-category {
  background-color: var(--color-cloud);
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  /*.card-1 {
    .promo-text {
      background-color: #026269; //fix for accessibility issue flagged by lighthouse/pagespeed.
    }
  }*/ }
  @media (min-width: 801px) {
    section.banner-home__shop-by-category {
      padding-bottom: 3rem 0.5rem; } }
  section.banner-home__shop-by-category a,
  section.banner-home__shop-by-category h3 {
    color: var(--color-secondary);
    font-family: "new-kansas";
    font-weight: 600; }
  section.banner-home__shop-by-category a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    text-decoration: none; }
    section.banner-home__shop-by-category a:hover {
      text-decoration: none; }
      section.banner-home__shop-by-category a:hover h3 {
        color: var(--color-primary); }
  section.banner-home__shop-by-category h3 {
    font-size: 1.25rem;
    margin-top: 0; }
    @media (min-width: 1261px) {
      section.banner-home__shop-by-category h3 {
        font-size: 1.75rem; } }
  section.banner-home__shop-by-category ul {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    list-style-type: none;
    margin: 0;
    padding: 0 0.75rem; }
    @media (min-width: 801px) {
      section.banner-home__shop-by-category ul {
        grid-template-columns: repeat(4, 1fr);
        margin: 0 3rem; } }
    @media (min-width: 1261px) {
      section.banner-home__shop-by-category ul {
        grid-gap: 3rem; } }
    section.banner-home__shop-by-category ul li {
      background-color: var(--color-white);
      margin-bottom: 0;
      padding: .5rem;
      position: relative; }
      @media (min-width: 801px) {
        section.banner-home__shop-by-category ul li {
          padding: 1rem; } }
  section.banner-home__shop-by-category .promo-text {
    --promo-text-padding: 20px;
    top: 4px;
    width: auto;
    font-size: 1rem;
    padding-left: var(--promo-text-padding);
    padding-right: var(--promo-text-padding);
    /*&:not(.promo-1) {
      background-color: #AD0000;
    }*/
    background-color: var(--color-amazonite);
    color: var(--color-secondary); }
    @media (min-width: 1261px) {
      section.banner-home__shop-by-category .promo-text {
        --promo-text-padding: 2rem;
        top: 24px;
        font-size: 24px; } }

.holiday-2023-style section.banner-home__shop-by-category {
  /*holiday specific*/ }
  .holiday-2023-style section.banner-home__shop-by-category h2 {
    display: none; }

section.banner-home__staff-picks {
  padding: 2rem 2rem 3rem;
  text-align: center; }
  @media (min-width: 1261px) {
    section.banner-home__staff-picks {
      padding-bottom: 3rem; } }
  section.banner-home__staff-picks a,
  section.banner-home__staff-picks h3,
  section.banner-home__staff-picks p {
    font-size: 0.875rem; }
    @media (min-width: 551px) {
      section.banner-home__staff-picks a,
      section.banner-home__staff-picks h3,
      section.banner-home__staff-picks p {
        font-size: 1.25rem; } }
  section.banner-home__staff-picks a {
    text-decoration-line: underline; }
    section.banner-home__staff-picks a:hover {
      text-decoration-line: none; }
  section.banner-home__staff-picks h3 {
    font-weight: 500;
    margin: 0.5rem 0; }
    section.banner-home__staff-picks h3 a {
      text-decoration-line: none; }
      section.banner-home__staff-picks h3 a:hover {
        text-decoration-line: underline; }
  section.banner-home__staff-picks p.subtitle {
    margin-top: -1.75rem; }
    @media (min-width: 551px) {
      section.banner-home__staff-picks p.subtitle {
        margin-top: -1.25rem;
        margin-bottom: 2rem; } }
  section.banner-home__staff-picks figure {
    background-color: var(--color-cloud);
    margin: 0;
    text-align: center; }
  section.banner-home__staff-picks ul {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    list-style-type: none;
    margin: 0; }
    @media (min-width: 1261px) {
      section.banner-home__staff-picks ul {
        grid-gap: 3rem;
        grid-template-columns: repeat(4, 1fr);
        margin: 0 3rem; } }
    section.banner-home__staff-picks ul li {
      display: flex;
      flex-direction: column;
      margin-bottom: 0;
      text-align: left;
      position: relative; }

section.banner-home__the-well {
  text-align: center; }
  section.banner-home__the-well .bg-img {
    display: none; }
    @media (min-width: 801px) {
      section.banner-home__the-well .bg-img {
        display: block; } }
    @media (min-width: 801px) {
      section.banner-home__the-well .bg-img-mobile {
        display: none; } }
  section.banner-home__the-well--hero {
    position: relative; }
    section.banner-home__the-well--hero img {
      width: 100%; }
    section.banner-home__the-well--hero figure {
      bottom: 0;
      display: flex;
      justify-content: center;
      margin: 0;
      position: absolute;
      width: 100%; }
      section.banner-home__the-well--hero figure img {
        margin-bottom: -.25rem;
        max-width: 520px;
        width: 50%; }
        @media (min-width: 801px) {
          section.banner-home__the-well--hero figure img {
            margin-bottom: -.5rem;
            width: calc(100% / 3); } }
  section.banner-home__the-well--cta {
    background-color: var(--color-dandelion);
    font-size: 1.25rem;
    padding: 3rem 1rem 2rem; }
    @media (min-width: 801px) {
      section.banner-home__the-well--cta {
        font-size: 1.5rem; } }
  section.banner-home__the-well--social {
    background-color: var(--color-primary);
    color: var(--color-white);
    font-size: 1.25rem;
    padding: 4rem 2rem; }
    section.banner-home__the-well--social a {
      color: var(--color-white); }
      section.banner-home__the-well--social a:hover {
        text-decoration: underline; }
    section.banner-home__the-well--social p {
      margin-bottom: 0; }
    @media (min-width: 801px) {
      section.banner-home__the-well--social {
        font-size: 1.5rem; } }

.post-hero-shipping-banner {
  display: flex;
  flex-direction: row;
  background-color: var(--color-secondary);
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  color: var(--color-sunshine);
  padding: 1rem; }
  .post-hero-shipping-banner .shipping-banner-icon {
    display: flex;
    width: 57px;
    min-width: 57px;
    height: 35px;
    margin-right: 1rem;
    background-color: transparent;
    background-image: url("https://assets.fkabrands.com/web/homedics/hp/hero/2023-post-hero-shipping-banner/delivery-icon.svg");
    background-size: contain;
    mask-repeat: no-repeat;
    mask-position: center; }
  .post-hero-shipping-banner .shipping-banner-text {
    font-weight: 500;
    font-size: 0.875rem;
    text-align: left; }
  .post-hero-shipping-banner.sale-6-8 {
    background-color: var(--color-dandelion);
    color: var(--color-secondary);
    text-transform: uppercase; }
    .post-hero-shipping-banner.sale-6-8 .shipping-banner-icon {
      background-image: url("https://assets.fkabrands.com/web/homedics/hp/hero/2023-post-hero-shipping-banner/delivery-icon-6-8-sale.png"); }
    .post-hero-shipping-banner.sale-6-8 .shipping-banner-text {
      font-weight: 900; }

section.component__2023615-massage-sale {
  --bg-width: 2880;
  --bg-height: 1200;
  --mc-width: 1600;
  --mc-height: 865;
  background-color: var(--color-white);
  color: var(--color-secondary);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center; }
  @media (min-width: 801px) {
    section.component__2023615-massage-sale {
      aspect-ratio: calc(var(--bg-width) / var(--bg-height));
      background-image: url("https://assets.fkabrands.com/web/homedics/hp/hero/20230615-massage-sale/20230615-hp-hero-desktop.jpeg");
      background-color: var(--color-secondary);
      background-size: cover;
      background-repeat: no-repeat;
      flex-direction: row;
      justify-content: flex-start;
      /* align items in Main Axis */
      align-items: stretch;
      /* align items in Cross Axis */
      align-content: stretch;
      /* Extra space in Cross Axis */
      padding: 0; } }
  section.component__2023615-massage-sale .text-container {
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center; }
    @media (min-width: 801px) {
      section.component__2023615-massage-sale .text-container {
        padding-left: 2rem;
        padding-right: 2rem;
        max-width: 40%;
        min-width: 40%;
        align-items: center; } }
    section.component__2023615-massage-sale .text-container header {
      width: 100%;
      max-width: 100%;
      text-align: center; }
      @media (min-width: 801px) {
        section.component__2023615-massage-sale .text-container header {
          text-align: left; } }
      section.component__2023615-massage-sale .text-container header p {
        font-size: 1.25rem;
        font-weight: 500;
        margin-bottom: 0; }
        @media (min-width: 801px) {
          section.component__2023615-massage-sale .text-container header p {
            max-width: 340px;
            font-size: 1.875rem;
            color: var(--color-white); } }
      section.component__2023615-massage-sale .text-container header h1 {
        margin: 0.5rem auto 1rem;
        color: var(--color-secondary);
        font-size: 2.4375rem;
        font-weight: 600; }
        section.component__2023615-massage-sale .text-container header h1 span {
          display: block;
          color: var(--color-dandelion); }
          @media (min-width: 801px) {
            section.component__2023615-massage-sale .text-container header h1 span {
              display: inline-block; } }
        @media (min-width: 801px) {
          section.component__2023615-massage-sale .text-container header h1 {
            font-size: 3.5rem;
            color: var(--color-white);
            margin-left: 0; } }
        @media (min-width: 1261px) {
          section.component__2023615-massage-sale .text-container header h1 {
            font-size: 4.5rem; } }
    section.component__2023615-massage-sale .text-container footer {
      max-width: 100%;
      display: block;
      width: 100%;
      text-align: center; }
      @media (min-width: 801px) {
        section.component__2023615-massage-sale .text-container footer {
          flex-direction: column;
          text-align: left; } }
      section.component__2023615-massage-sale .text-container footer span {
        display: block;
        color: var(--color-secondary);
        font-size: 1.125rem;
        font-weight: 700;
        margin-bottom: 0.75rem; }
  section.component__2023615-massage-sale .media-container {
    aspect-ratio: calc(var(--mc-width) / var(--mc-height));
    display: inline-flex !important;
    width: 100%;
    background-image: url("https://assets.fkabrands.com/web/homedics/hp/hero/20230615-massage-sale/20230615-hp-hero-mobile.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center; }
    @media (min-width: 801px) {
      section.component__2023615-massage-sale .media-container {
        display: none !important; } }
  section.component__2023615-massage-sale.ca-home-page {
    --bg-width: 2552;
    --bg-height: 960;
    --mc-width: 720;
    --mc-height: 901; }
    @media (min-width: 801px) {
      section.component__2023615-massage-sale.ca-home-page {
        background-image: url("https://assets.fkabrands.com/web/homedics/hp/hero/20230615-massage-sale/ca/20230615-hp-hero-desktop.jpeg"); } }
    section.component__2023615-massage-sale.ca-home-page .media-container {
      background-image: url("https://assets.fkabrands.com/web/homedics/hp/hero/20230615-massage-sale/ca/20230615-hp-hero-mobile.jpeg"); }

section.portico-4-massage-sale {
  background-color: var(--color-secondary);
  padding-top: 6rem;
  padding-bottom: 2rem;
  margin-bottom: 0; }
  section.portico-4-massage-sale h2 {
    color: var(--color-white);
    margin-bottom: 3rem;
    font-size: 1.5625rem; }
    @media (min-width: 551px) {
      section.portico-4-massage-sale h2 {
        font-size: 2.625rem; } }
  section.portico-4-massage-sale ul {
    margin-left: 0; }
    section.portico-4-massage-sale ul li a {
      color: var(--color-dandelion);
      text-decoration-color: var(--color-dandelion); }

.component__full-width-banner-l-r.cv7.prime-day-sale-banner {
  --background-width: 800;
  --background-height: 1067;
  --background-aspect-ratio: calc(var(--background-width) / var(--background-height));
  aspect-ratio: var(--background-aspect-ratio);
  background-color: var(--color-white);
  background-image: url("https://assets.fkabrands.com/web/homedics/promos/20230710-prime-day-sale/prime-day-hero-mb-20230711.jpeg");
  min-height: 400px;
  align-items: center;
  text-align: center; }
  @media (min-width: 480px) {
    .component__full-width-banner-l-r.cv7.prime-day-sale-banner {
      --background-width: 800;
      --background-height: 900; } }
  @media (min-width: 801px) {
    .component__full-width-banner-l-r.cv7.prime-day-sale-banner {
      --background-width: 1440;
      --background-height: 524; } }
  @media (min-width: 551px) {
    .component__full-width-banner-l-r.cv7.prime-day-sale-banner {
      background-image: url("https://assets.fkabrands.com/web/homedics/promos/20230710-prime-day-sale/prime-day-hero-tb-20230710.jpeg"); } }
  @media (min-width: 801px) {
    .component__full-width-banner-l-r.cv7.prime-day-sale-banner {
      background-image: url("https://assets.fkabrands.com/web/homedics/promos/20230710-prime-day-sale/prime-day-hero-dt-20230710.jpeg"); } }
  .component__full-width-banner-l-r.cv7.prime-day-sale-banner .media-container {
    --bg-width: 800;
    --bg-height: 378;
    aspect-ratio: calc(var(--bg-width) / var(--bg-height));
    background-image: none;
    background-size: cover;
    position: relative;
    height: 100%;
    width: 100%; }
    @media (min-width: 551px) {
      .component__full-width-banner-l-r.cv7.prime-day-sale-banner .media-container {
        background-image: none; } }
    @media (min-width: 801px) {
      .component__full-width-banner-l-r.cv7.prime-day-sale-banner .media-container {
        display: none; } }
  .component__full-width-banner-l-r.cv7.prime-day-sale-banner .component-inner-container {
    margin-top: 1.5rem;
    align-items: flex-start; }
    @media (min-width: 801px) {
      .component__full-width-banner-l-r.cv7.prime-day-sale-banner .component-inner-container {
        align-items: center; } }
    .component__full-width-banner-l-r.cv7.prime-day-sale-banner .component-inner-container .text-container .text-inner-container {
      margin: 0 auto;
      padding: 0 1rem !important;
      max-width: 100%;
      text-align: center; }
      @media (min-width: 801px) {
        .component__full-width-banner-l-r.cv7.prime-day-sale-banner .component-inner-container .text-container .text-inner-container {
          max-width: 510px;
          text-align: center;
          margin: auto 2rem auto auto;
          align-items: flex-end; } }
      .component__full-width-banner-l-r.cv7.prime-day-sale-banner .component-inner-container .text-container .text-inner-container h2 {
        display: inline-block;
        color: var(--color-secondary);
        font-size: 1.5625rem !important;
        font-weight: 700 !important; }
        @media (min-width: 551px) {
          .component__full-width-banner-l-r.cv7.prime-day-sale-banner .component-inner-container .text-container .text-inner-container h2 {
            font-size: 2.625rem !important; } }
      .component__full-width-banner-l-r.cv7.prime-day-sale-banner .component-inner-container .text-container .text-inner-container p {
        font-family: "new-kansas";
        font-weight: 600 !important;
        color: var(--color-white);
        font-size: 1rem !important;
        line-height: 1.2rem !important;
        margin: auto; }
        @media (min-width: 551px) {
          .component__full-width-banner-l-r.cv7.prime-day-sale-banner .component-inner-container .text-container .text-inner-container p {
            font-size: 1.75rem !important;
            line-height: 2.4rem !important; } }
        .component__full-width-banner-l-r.cv7.prime-day-sale-banner .component-inner-container .text-container .text-inner-container p.second-line {
          margin-bottom: .65rem; }
          @media (min-width: 551px) {
            .component__full-width-banner-l-r.cv7.prime-day-sale-banner .component-inner-container .text-container .text-inner-container p.second-line {
              margin-bottom: 1.2rem; } }
        .component__full-width-banner-l-r.cv7.prime-day-sale-banner .component-inner-container .text-container .text-inner-container p.discount-amount {
          font-size: 3.5rem !important;
          line-height: 3.5rem !important;
          margin-bottom: .65rem; }
          @media (min-width: 551px) {
            .component__full-width-banner-l-r.cv7.prime-day-sale-banner .component-inner-container .text-container .text-inner-container p.discount-amount {
              font-size: 4.5rem !important;
              line-height: 4.5rem !important;
              margin-bottom: 2rem; } }
      .component__full-width-banner-l-r.cv7.prime-day-sale-banner .component-inner-container .text-container .text-inner-container a.button, .component__full-width-banner-l-r.cv7.prime-day-sale-banner .component-inner-container .text-container .text-inner-container .site-homedics2 .aa-Panel a.show-all-products-btn, .site-homedics2 .aa-Panel .component__full-width-banner-l-r.cv7.prime-day-sale-banner .component-inner-container .text-container .text-inner-container a.show-all-products-btn, .component__full-width-banner-l-r.cv7.prime-day-sale-banner .component-inner-container .text-container .text-inner-container .site-homedics2 .ais-InfiniteHits ol li a.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .component__full-width-banner-l-r.cv7.prime-day-sale-banner .component-inner-container .text-container .text-inner-container a.aa-ItemActionButton {
        margin-bottom: 0; }

section.component__20230814-new-air-product-launch-home-hero {
  --badge-height: 145px;
  --badge-width: 145px;
  --bg-width: 800;
  --bg-height: 650;
  background-color: var(--color-secondary);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  text-align: center;
  margin-bottom: 0; }
  @media (min-width: 801px) {
    section.component__20230814-new-air-product-launch-home-hero {
      --bg-width: 1920;
      --bg-height: 700;
      aspect-ratio: calc(var(--bg-width) / var(--bg-height));
      background-image: url("https://store-jelmg7hxh0.mybigcommerce.com/content/promos/20230816-new-air-product-launch/new-air-product-launch-hero-desktop.webp");
      flex-direction: row;
      background-size: cover; } }
  section.component__20230814-new-air-product-launch-home-hero.hide-badge::before,
  section.component__20230814-new-air-product-launch-home-hero.hide-badge .media-container::before {
    display: none !important; }
  section.component__20230814-new-air-product-launch-home-hero header {
    margin: auto auto 0; }
    section.component__20230814-new-air-product-launch-home-hero header h2 {
      text-align: center;
      font-family: "new-kansas";
      font-size: 1.9375rem;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 0.5rem; }
      @media (min-width: 801px) {
        section.component__20230814-new-air-product-launch-home-hero header h2 {
          font-size: 3.5rem;
          margin-bottom: 1.5rem; } }
    section.component__20230814-new-air-product-launch-home-hero header p {
      font-size: 1.125rem;
      font-weight: 500;
      margin-bottom: 0.75rem;
      max-width: 420px; }
  section.component__20230814-new-air-product-launch-home-hero .text-container {
    text-align: center;
    color: var(--color-white);
    justify-content: center;
    align-items: center;
    margin: auto 0 auto auto; }
    section.component__20230814-new-air-product-launch-home-hero .text-container .block-element {
      display: block; }
    @media (min-width: 801px) {
      section.component__20230814-new-air-product-launch-home-hero .text-container {
        align-items: flex-start;
        background-color: transparent;
        flex-basis: 35%;
        padding: 2rem 1rem; } }
    section.component__20230814-new-air-product-launch-home-hero .text-container .button, section.component__20230814-new-air-product-launch-home-hero .text-container .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__20230814-new-air-product-launch-home-hero .text-container button, section.component__20230814-new-air-product-launch-home-hero .text-container .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.component__20230814-new-air-product-launch-home-hero .text-container .show-all-products-btn, section.component__20230814-new-air-product-launch-home-hero .text-container .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__20230814-new-air-product-launch-home-hero .text-container .aa-ItemActionButton, section.component__20230814-new-air-product-launch-home-hero .text-container .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__20230814-new-air-product-launch-home-hero .text-container button {
      margin-bottom: 0.375rem;
      padding: 10px; }
      @media (min-width: 801px) {
        section.component__20230814-new-air-product-launch-home-hero .text-container .button, section.component__20230814-new-air-product-launch-home-hero .text-container .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__20230814-new-air-product-launch-home-hero .text-container button, section.component__20230814-new-air-product-launch-home-hero .text-container .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.component__20230814-new-air-product-launch-home-hero .text-container .show-all-products-btn, section.component__20230814-new-air-product-launch-home-hero .text-container .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__20230814-new-air-product-launch-home-hero .text-container .aa-ItemActionButton, section.component__20230814-new-air-product-launch-home-hero .text-container .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__20230814-new-air-product-launch-home-hero .text-container button {
          padding: 12px 26px; } }
  section.component__20230814-new-air-product-launch-home-hero .media-container {
    --badge-height: 40%;
    --badge-width: 40%;
    aspect-ratio: calc(var(--bg-width) / var(--bg-height));
    background-image: url("https://store-jelmg7hxh0.mybigcommerce.com/content/promos/20230816-new-air-product-launch/new-air-product-launch-hero-mobile.webp");
    background-size: cover;
    position: relative;
    height: 100%;
    width: 100%; }
    section.component__20230814-new-air-product-launch-home-hero .media-container::before {
      left: 1rem;
      min-height: 100px;
      min-width: 100px;
      max-height: 145px;
      max-width: 145px; }
    @media (min-width: 551px) {
      section.component__20230814-new-air-product-launch-home-hero .media-container {
        --bg-width: 800;
        --bg-height: 550;
        aspect-ratio: calc(var(--bg-width) / var(--bg-height));
        background-image: url("https://store-jelmg7hxh0.mybigcommerce.com/content/promos/20230816-new-air-product-launch/new-air-product-launch-hero-mobile.webp"); } }
    @media (min-width: 801px) {
      section.component__20230814-new-air-product-launch-home-hero .media-container {
        display: none !important; }
        section.component__20230814-new-air-product-launch-home-hero .media-container ::before {
          display: none; } }
    section.component__20230814-new-air-product-launch-home-hero .media-container img {
      object-fit: cover;
      object-position: left;
      width: 100%; }
  section.component__20230814-new-air-product-launch-home-hero footer {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    section.component__20230814-new-air-product-launch-home-hero footer .hero-btn-contain {
      display: block;
      color: var(--color-amazonite);
      font-size: 0.75rem; }
      section.component__20230814-new-air-product-launch-home-hero footer .hero-btn-contain:first-child {
        margin-right: 1rem; }
      @media (min-width: 801px) {
        section.component__20230814-new-air-product-launch-home-hero footer .hero-btn-contain {
          font-size: 0.875rem; } }
    section.component__20230814-new-air-product-launch-home-hero footer .button, section.component__20230814-new-air-product-launch-home-hero footer .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__20230814-new-air-product-launch-home-hero footer button, section.component__20230814-new-air-product-launch-home-hero footer .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.component__20230814-new-air-product-launch-home-hero footer .show-all-products-btn, section.component__20230814-new-air-product-launch-home-hero footer .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__20230814-new-air-product-launch-home-hero footer .aa-ItemActionButton, section.component__20230814-new-air-product-launch-home-hero footer .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__20230814-new-air-product-launch-home-hero footer button {
      display: block; }
      section.component__20230814-new-air-product-launch-home-hero footer .button.mobile-only, section.component__20230814-new-air-product-launch-home-hero footer .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.mobile-only, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__20230814-new-air-product-launch-home-hero footer button.mobile-only, section.component__20230814-new-air-product-launch-home-hero footer .site-homedics2 .aa-Panel .mobile-only.show-all-products-btn, .site-homedics2 .aa-Panel section.component__20230814-new-air-product-launch-home-hero footer .mobile-only.show-all-products-btn, section.component__20230814-new-air-product-launch-home-hero footer .site-homedics2 .ais-InfiniteHits ol li .mobile-only.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__20230814-new-air-product-launch-home-hero footer .mobile-only.aa-ItemActionButton, section.component__20230814-new-air-product-launch-home-hero footer .site-homedics2 .addrexxOverlay .addrexxButtonSet button.mobile-only, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__20230814-new-air-product-launch-home-hero footer button.mobile-only {
        display: block; }
        @media (min-width: 801px) {
          section.component__20230814-new-air-product-launch-home-hero footer .button.mobile-only, section.component__20230814-new-air-product-launch-home-hero footer .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.mobile-only, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__20230814-new-air-product-launch-home-hero footer button.mobile-only, section.component__20230814-new-air-product-launch-home-hero footer .site-homedics2 .aa-Panel .mobile-only.show-all-products-btn, .site-homedics2 .aa-Panel section.component__20230814-new-air-product-launch-home-hero footer .mobile-only.show-all-products-btn, section.component__20230814-new-air-product-launch-home-hero footer .site-homedics2 .ais-InfiniteHits ol li .mobile-only.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__20230814-new-air-product-launch-home-hero footer .mobile-only.aa-ItemActionButton, section.component__20230814-new-air-product-launch-home-hero footer .site-homedics2 .addrexxOverlay .addrexxButtonSet button.mobile-only, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__20230814-new-air-product-launch-home-hero footer button.mobile-only {
            display: none; } }

section.component__50-50.labor-day-sale-2023, section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v1, section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v2 {
  background-color: var(--color-desert-sun);
  gap: 12px; }
  section.component__50-50.labor-day-sale-2023 .side-a-50, section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v1 .side-a-50, section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v2 .side-a-50 {
    padding: 20px 20px 0; }
    section.component__50-50.labor-day-sale-2023 .side-a-50 .cta-contain-50-50, section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v1 .side-a-50 .cta-contain-50-50, section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v2 .side-a-50 .cta-contain-50-50 {
      padding: 0; }
      @media (min-width: 801px) {
        section.component__50-50.labor-day-sale-2023 .side-a-50 .cta-contain-50-50, section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v1 .side-a-50 .cta-contain-50-50, section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v2 .side-a-50 .cta-contain-50-50 {
          text-align: left;
          padding-bottom: 20px; } }
      section.component__50-50.labor-day-sale-2023 .side-a-50 .cta-contain-50-50 h1, section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v1 .side-a-50 .cta-contain-50-50 h1, section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v2 .side-a-50 .cta-contain-50-50 h1 {
        padding: 0;
        margin: 0;
        color: var(--color-sunshine);
        font-size: 3.5rem;
        font-style: normal;
        font-weight: 600;
        line-height: 1;
        /* 100% */ }
        @media (min-width: 801px) {
          section.component__50-50.labor-day-sale-2023 .side-a-50 .cta-contain-50-50 h1, section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v1 .side-a-50 .cta-contain-50-50 h1, section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v2 .side-a-50 .cta-contain-50-50 h1 {
            margin-bottom: 12px; } }
        @media (min-width: 1261px) {
          section.component__50-50.labor-day-sale-2023 .side-a-50 .cta-contain-50-50 h1, section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v1 .side-a-50 .cta-contain-50-50 h1, section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v2 .side-a-50 .cta-contain-50-50 h1 {
            font-size: 4.5rem; } }
      section.component__50-50.labor-day-sale-2023 .side-a-50 .cta-contain-50-50 p, section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v1 .side-a-50 .cta-contain-50-50 p, section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v2 .side-a-50 .cta-contain-50-50 p {
        padding: 0;
        margin: 0;
        color: var(--color-white);
        font-size: 1.5625rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.2; }
        @media (min-width: 801px) {
          section.component__50-50.labor-day-sale-2023 .side-a-50 .cta-contain-50-50 p, section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v1 .side-a-50 .cta-contain-50-50 p, section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v2 .side-a-50 .cta-contain-50-50 p {
            max-width: 160px;
            line-height: 1;
            margin-bottom: 12px; } }
        @media (min-width: 1261px) {
          section.component__50-50.labor-day-sale-2023 .side-a-50 .cta-contain-50-50 p, section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v1 .side-a-50 .cta-contain-50-50 p, section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v2 .side-a-50 .cta-contain-50-50 p {
            max-width: 250px;
            font-size: 2.625rem; } }
        section.component__50-50.labor-day-sale-2023 .side-a-50 .cta-contain-50-50 p.small, section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v1 .side-a-50 .cta-contain-50-50 p.small, section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v2 .side-a-50 .cta-contain-50-50 p.small {
          font-size: 0.875rem;
          line-height: 1.28571;
          /* 128.571% */
          margin-bottom: 12px; }
          @media (min-width: 1261px) {
            section.component__50-50.labor-day-sale-2023 .side-a-50 .cta-contain-50-50 p.small, section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v1 .side-a-50 .cta-contain-50-50 p.small, section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v2 .side-a-50 .cta-contain-50-50 p.small {
              font-size: 1.125rem; } }
      section.component__50-50.labor-day-sale-2023 .side-a-50 .cta-contain-50-50 a.button, section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v1 .side-a-50 .cta-contain-50-50 a.button, section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v2 .side-a-50 .cta-contain-50-50 a.button, section.component__50-50.labor-day-sale-2023 .side-a-50 .cta-contain-50-50 .site-homedics2 .aa-Panel a.show-all-products-btn, .site-homedics2 .aa-Panel section.component__50-50.labor-day-sale-2023 .side-a-50 .cta-contain-50-50 a.show-all-products-btn, section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v1 .side-a-50 .cta-contain-50-50 .site-homedics2 .aa-Panel a.show-all-products-btn, .site-homedics2 .aa-Panel section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v1 .side-a-50 .cta-contain-50-50 a.show-all-products-btn, section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v2 .side-a-50 .cta-contain-50-50 .site-homedics2 .aa-Panel a.show-all-products-btn, .site-homedics2 .aa-Panel section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v2 .side-a-50 .cta-contain-50-50 a.show-all-products-btn, section.component__50-50.labor-day-sale-2023 .side-a-50 .cta-contain-50-50 .site-homedics2 .ais-InfiniteHits ol li a.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__50-50.labor-day-sale-2023 .side-a-50 .cta-contain-50-50 a.aa-ItemActionButton, section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v1 .side-a-50 .cta-contain-50-50 .site-homedics2 .ais-InfiniteHits ol li a.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v1 .side-a-50 .cta-contain-50-50 a.aa-ItemActionButton, section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v2 .side-a-50 .cta-contain-50-50 .site-homedics2 .ais-InfiniteHits ol li a.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v2 .side-a-50 .cta-contain-50-50 a.aa-ItemActionButton {
        margin: 0; }
  section.component__50-50.labor-day-sale-2023 .side-b-50, section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v1 .side-b-50, section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v2 .side-b-50 {
    --bg-width: 549;
    --bg-height: 377;
    display: flex;
    height: 100%;
    width: 100%;
    aspect-ratio: calc(var(--bg-width) / var(--bg-height));
    background-image: url("https://store-jelmg7hxh0.mybigcommerce.com/content/promos/20230830-labor-day-sale/labor-day-sale-hero-desktop-mobile.webp");
    flex-direction: row;
    background-size: cover; }
    @media (min-width: 801px) {
      section.component__50-50.labor-day-sale-2023 .side-b-50, section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v1 .side-b-50, section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v2 .side-b-50 {
        --bg-height: 424; } }
    @media (min-width: 1261px) {
      section.component__50-50.labor-day-sale-2023 .side-b-50, section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v1 .side-b-50, section.labor-day-sale-2023.component__50-50--holiday-2022-50-50-v2 .side-b-50 {
        --bg-height: 390; } }

section.component__100.drift-sale-2023 {
  color: var(--color-white); }
  section.component__100.drift-sale-2023 h1,
  section.component__100.drift-sale-2023 h2 {
    font-family: "new-kansas";
    font-size: 1.9375rem;
    font-weight: 600;
    color: var(--color-white); }
  section.component__100.drift-sale-2023 p {
    color: var(--color-white);
    font-weight: 500; }
  section.component__100.drift-sale-2023 sup {
    top: -1.3em;
    font-size: 30%;
    left: 2px; }
  section.component__100.drift-sale-2023.hp-hero {
    --bg-width: 800;
    --bg-height: 800;
    background-image: url("https://store-jelmg7hxh0.mybigcommerce.com/content/promos/20230906-drift-sale/hp--hero-mobile.webp"); }
    section.component__100.drift-sale-2023.hp-hero h1 {
      font-size: 3.5rem;
      margin-top: 0; }
      section.component__100.drift-sale-2023.hp-hero h1 span {
        display: block;
        font-size: 1.9375rem; }
    section.component__100.drift-sale-2023.hp-hero p {
      font-size: 1rem; }
    section.component__100.drift-sale-2023.hp-hero a.button, section.component__100.drift-sale-2023.hp-hero .site-homedics2 .aa-Panel a.show-all-products-btn, .site-homedics2 .aa-Panel section.component__100.drift-sale-2023.hp-hero a.show-all-products-btn, section.component__100.drift-sale-2023.hp-hero .site-homedics2 .ais-InfiniteHits ol li a.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__100.drift-sale-2023.hp-hero a.aa-ItemActionButton {
      margin-bottom: 0; }
    @media (min-width: 551px) {
      section.component__100.drift-sale-2023.hp-hero {
        --bg-width: 1600;
        --bg-height: 1600;
        background-image: url("https://store-jelmg7hxh0.mybigcommerce.com/content/promos/20230906-drift-sale/hp--hero-tablet.webp"); }
        section.component__100.drift-sale-2023.hp-hero h1 {
          font-size: 4.5rem; }
          section.component__100.drift-sale-2023.hp-hero h1 span {
            display: inline-block;
            font-size: 4.5rem; } }
    @media (min-width: 801px) {
      section.component__100.drift-sale-2023.hp-hero {
        --bg-width: 1920;
        --bg-height: 700;
        background-image: url("https://store-jelmg7hxh0.mybigcommerce.com/content/promos/20230906-drift-sale/hp--hero-desktop.webp"); }
        section.component__100.drift-sale-2023.hp-hero h1 {
          font-size: 4.5rem; }
          section.component__100.drift-sale-2023.hp-hero h1 span {
            display: inline-block;
            font-size: 4.5rem; } }
  section.component__100.drift-sale-2023.cat-banner {
    --bg-width: 756;
    --bg-height: 256;
    aspect-ratio: calc(var(--bg-width) / var(--bg-height));
    display: flex;
    height: 100%;
    width: 100%;
    background-image: url("https://store-jelmg7hxh0.mybigcommerce.com/content/promos/20230906-drift-sale/drift-cart-tile.webp"); }
    @media (min-width: 551px) {
      section.component__100.drift-sale-2023.cat-banner {
        --bg-width: 1920;
        --bg-height: 220;
        background-image: url("https://store-jelmg7hxh0.mybigcommerce.com/content/promos/20230906-drift-sale/drift-category-banner.webp"); } }
    section.component__100.drift-sale-2023.cat-banner header {
      margin: 1.5rem auto 2rem; }
      section.component__100.drift-sale-2023.cat-banner header h2 {
        margin-top: 0;
        margin-bottom: 0; }
      section.component__100.drift-sale-2023.cat-banner header p {
        font-size: 1rem;
        margin-top: 0;
        margin-bottom: 8px; }
        @media (min-width: 551px) {
          section.component__100.drift-sale-2023.cat-banner header p {
            font-size: 1.125rem; } }
      section.component__100.drift-sale-2023.cat-banner header a.button, section.component__100.drift-sale-2023.cat-banner header .site-homedics2 .aa-Panel a.show-all-products-btn, .site-homedics2 .aa-Panel section.component__100.drift-sale-2023.cat-banner header a.show-all-products-btn, section.component__100.drift-sale-2023.cat-banner header .site-homedics2 .ais-InfiniteHits ol li a.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__100.drift-sale-2023.cat-banner header a.aa-ItemActionButton {
        margin-bottom: 0; }
      @media (min-width: 551px) {
        section.component__100.drift-sale-2023.cat-banner header h2 {
          font-size: 3rem; } }
  section.component__100.drift-sale-2023.inline-tile {
    --bg-width: 756;
    --bg-height: 1041;
    aspect-ratio: calc(var(--bg-width) / var(--bg-height));
    display: flex;
    height: 100%;
    width: 100%;
    background-image: url("https://store-jelmg7hxh0.mybigcommerce.com/content/promos/20230906-drift-sale/drift-category-tile.webp"); }
    section.component__100.drift-sale-2023.inline-tile a.button, section.component__100.drift-sale-2023.inline-tile .site-homedics2 .aa-Panel a.show-all-products-btn, .site-homedics2 .aa-Panel section.component__100.drift-sale-2023.inline-tile a.show-all-products-btn, section.component__100.drift-sale-2023.inline-tile .site-homedics2 .ais-InfiniteHits ol li a.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__100.drift-sale-2023.inline-tile a.aa-ItemActionButton {
      padding: 12px 20px; }
      @media (min-width: 551px) {
        section.component__100.drift-sale-2023.inline-tile a.button, section.component__100.drift-sale-2023.inline-tile .site-homedics2 .aa-Panel a.show-all-products-btn, .site-homedics2 .aa-Panel section.component__100.drift-sale-2023.inline-tile a.show-all-products-btn, section.component__100.drift-sale-2023.inline-tile .site-homedics2 .ais-InfiniteHits ol li a.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__100.drift-sale-2023.inline-tile a.aa-ItemActionButton {
          padding: 12px 40px; } }
  section.component__100.drift-sale-2023.cart-banner.hide-mobile {
    display: none; }
    @media (min-width: 551px) {
      section.component__100.drift-sale-2023.cart-banner.hide-mobile {
        display: flex; } }
  section.component__100.drift-sale-2023.cart-banner header {
    margin-bottom: 1.5rem; }
    section.component__100.drift-sale-2023.cart-banner header p {
      margin-bottom: 0; }

section.component__100.fall-air-promo-2023 {
  justify-content: flex-start;
  color: var(--color-white); }
  section.component__100.fall-air-promo-2023 h1,
  section.component__100.fall-air-promo-2023 h2 {
    font-family: "new-kansas";
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--color-white); }
  section.component__100.fall-air-promo-2023 p {
    font-size: 1rem;
    color: var(--color-white);
    font-weight: 500; }
  section.component__100.fall-air-promo-2023 .btn_contain {
    margin: auto;
    width: 100%;
    max-width: 240px; }
    @media (min-width: 801px) {
      section.component__100.fall-air-promo-2023 .btn_contain {
        max-width: 280px; } }
  section.component__100.fall-air-promo-2023 sup {
    top: -1.3em;
    font-size: 30%;
    left: 2px; }
  section.component__100.fall-air-promo-2023.hp-hero {
    --bg-width: 800;
    --bg-height: 1000;
    background-image: url("https://www.homedics.com/content/promos/20230927-fall-air-promo/2023-fall-air-promo-hero-mobile.webp"); }
    section.component__100.fall-air-promo-2023.hp-hero h1 {
      font-size: 2.5rem;
      margin-top: 1rem;
      max-width: 290px; }
    section.component__100.fall-air-promo-2023.hp-hero p {
      font-size: 1rem;
      width: 100%;
      max-width: 237px;
      margin-left: auto;
      margin-right: auto; }
    section.component__100.fall-air-promo-2023.hp-hero a.button, section.component__100.fall-air-promo-2023.hp-hero .site-homedics2 .aa-Panel a.show-all-products-btn, .site-homedics2 .aa-Panel section.component__100.fall-air-promo-2023.hp-hero a.show-all-products-btn, section.component__100.fall-air-promo-2023.hp-hero .site-homedics2 .ais-InfiniteHits ol li a.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__100.fall-air-promo-2023.hp-hero a.aa-ItemActionButton {
      margin-bottom: 8px;
      width: 100%; }
      section.component__100.fall-air-promo-2023.hp-hero a.button:last-child, section.component__100.fall-air-promo-2023.hp-hero .site-homedics2 .aa-Panel a.show-all-products-btn:last-child, .site-homedics2 .aa-Panel section.component__100.fall-air-promo-2023.hp-hero a.show-all-products-btn:last-child, section.component__100.fall-air-promo-2023.hp-hero .site-homedics2 .ais-InfiniteHits ol li a.aa-ItemActionButton:last-child, .site-homedics2 .ais-InfiniteHits ol li section.component__100.fall-air-promo-2023.hp-hero a.aa-ItemActionButton:last-child {
        margin-bottom: 0;
        margin-left: 0; }
    @media (min-width: 551px) {
      section.component__100.fall-air-promo-2023.hp-hero {
        --bg-width: 1600;
        --bg-height: 1600;
        background-image: url("https://www.homedics.com/content/promos/20230927-fall-air-promo/2023-fall-air-promo-hero-tablet.webp"); }
        section.component__100.fall-air-promo-2023.hp-hero h1 {
          font-size: 4.5rem;
          max-width: 510px; }
          section.component__100.fall-air-promo-2023.hp-hero h1 span {
            display: inline-block;
            font-size: 4.5rem; } }
    @media (min-width: 801px) {
      section.component__100.fall-air-promo-2023.hp-hero {
        --bg-width: 1920;
        --bg-height: 700;
        background-image: url("https://www.homedics.com/content/promos/20230927-fall-air-promo/2023-fall-air-promo-hero-desktop.webp");
        justify-content: center;
        align-items: flex-start;
        text-align: left; }
        section.component__100.fall-air-promo-2023.hp-hero .cta-contain-100 {
          padding-left: 4.5rem; }
          section.component__100.fall-air-promo-2023.hp-hero .cta-contain-100 h1 {
            font-size: 4.5rem; }
            section.component__100.fall-air-promo-2023.hp-hero .cta-contain-100 h1 span {
              display: inline-block;
              font-size: 4.5rem; }
          section.component__100.fall-air-promo-2023.hp-hero .cta-contain-100 p {
            margin-left: 0; }
          section.component__100.fall-air-promo-2023.hp-hero .cta-contain-100 .btn_contain {
            margin-left: 0;
            padding-bottom: 1rem; } }
  section.component__100.fall-air-promo-2023.cat-banner {
    --bg-width: 756;
    --bg-height: 256;
    aspect-ratio: calc(var(--bg-width) / var(--bg-height));
    display: flex;
    height: 100%;
    width: 100%;
    background-image: url("https://www.homedics.com/content/promos/20230927-fall-air-promo/drift-cart-tile.webp"); }
    @media (min-width: 551px) {
      section.component__100.fall-air-promo-2023.cat-banner {
        --bg-width: 1920;
        --bg-height: 220;
        background-image: url("https://www.homedics.com/content/promos/20230927-fall-air-promo/drift-category-banner.webp"); } }
    section.component__100.fall-air-promo-2023.cat-banner header {
      margin: 1.5rem auto 2rem; }
      section.component__100.fall-air-promo-2023.cat-banner header h2 {
        margin-top: 0;
        margin-bottom: 0; }
      section.component__100.fall-air-promo-2023.cat-banner header p {
        font-size: 1rem;
        margin-top: 0;
        margin-bottom: 8px; }
        @media (min-width: 551px) {
          section.component__100.fall-air-promo-2023.cat-banner header p {
            font-size: 1.125rem; } }
      section.component__100.fall-air-promo-2023.cat-banner header a.button, section.component__100.fall-air-promo-2023.cat-banner header .site-homedics2 .aa-Panel a.show-all-products-btn, .site-homedics2 .aa-Panel section.component__100.fall-air-promo-2023.cat-banner header a.show-all-products-btn, section.component__100.fall-air-promo-2023.cat-banner header .site-homedics2 .ais-InfiniteHits ol li a.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__100.fall-air-promo-2023.cat-banner header a.aa-ItemActionButton {
        margin-bottom: 0; }
      @media (min-width: 551px) {
        section.component__100.fall-air-promo-2023.cat-banner header h2 {
          font-size: 3rem; } }
  section.component__100.fall-air-promo-2023.inline-tile {
    --bg-width: 756;
    --bg-height: 1041;
    aspect-ratio: calc(var(--bg-width) / var(--bg-height));
    display: flex;
    height: 100%;
    width: 100%;
    background-image: url("https://www.homedics.com/content/promos/20230927-fall-air-promo/2023-fall-air-promo-category-tile-1.webp"); }
    section.component__100.fall-air-promo-2023.inline-tile .cta-contain-100 {
      padding-left: 0;
      text-align: center; }
      section.component__100.fall-air-promo-2023.inline-tile .cta-contain-100 h1 {
        font-size: 2.25rem;
        text-align: center;
        color: var(--color-white);
        margin-top: 2rem;
        margin-bottom: 0.15rem;
        max-width: 270px; }
        section.component__100.fall-air-promo-2023.inline-tile .cta-contain-100 h1 span {
          display: inline-block;
          font-size: 4.5rem; }
      section.component__100.fall-air-promo-2023.inline-tile .cta-contain-100 p {
        font-size: 0.875rem;
        color: var(--color-white);
        max-width: 210px;
        margin: auto; }
      section.component__100.fall-air-promo-2023.inline-tile .cta-contain-100 .btn_contain {
        margin-left: 0;
        padding-bottom: 1rem; }
        section.component__100.fall-air-promo-2023.inline-tile .cta-contain-100 .btn_contain a.button, section.component__100.fall-air-promo-2023.inline-tile .cta-contain-100 .btn_contain .site-homedics2 .aa-Panel a.show-all-products-btn, .site-homedics2 .aa-Panel section.component__100.fall-air-promo-2023.inline-tile .cta-contain-100 .btn_contain a.show-all-products-btn, section.component__100.fall-air-promo-2023.inline-tile .cta-contain-100 .btn_contain .site-homedics2 .ais-InfiniteHits ol li a.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__100.fall-air-promo-2023.inline-tile .cta-contain-100 .btn_contain a.aa-ItemActionButton {
          padding: 12px 20px; }
          @media (min-width: 551px) {
            section.component__100.fall-air-promo-2023.inline-tile .cta-contain-100 .btn_contain a.button, section.component__100.fall-air-promo-2023.inline-tile .cta-contain-100 .btn_contain .site-homedics2 .aa-Panel a.show-all-products-btn, .site-homedics2 .aa-Panel section.component__100.fall-air-promo-2023.inline-tile .cta-contain-100 .btn_contain a.show-all-products-btn, section.component__100.fall-air-promo-2023.inline-tile .cta-contain-100 .btn_contain .site-homedics2 .ais-InfiniteHits ol li a.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__100.fall-air-promo-2023.inline-tile .cta-contain-100 .btn_contain a.aa-ItemActionButton {
              padding: 12px 40px; } }
  section.component__100.fall-air-promo-2023.cart-banner.hide-mobile {
    display: none; }
    @media (min-width: 551px) {
      section.component__100.fall-air-promo-2023.cart-banner.hide-mobile {
        display: flex; } }
  section.component__100.fall-air-promo-2023.cart-banner header {
    margin-bottom: 1.5rem; }
    section.component__100.fall-air-promo-2023.cart-banner header p {
      margin-bottom: 0; }

section.component__100.serene-scents-promo-2023 {
  justify-content: flex-start;
  color: var(--color-white); }
  section.component__100.serene-scents-promo-2023 h1,
  section.component__100.serene-scents-promo-2023 h2 {
    font-family: "new-kansas";
    font-size: 72px;
    font-weight: 600;
    color: #02656E; }
  section.component__100.serene-scents-promo-2023 p {
    color: #02656E;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px; }
  section.component__100.serene-scents-promo-2023 .btn_contain {
    margin: auto;
    width: 100%;
    max-width: 240px; }
    @media (min-width: 801px) {
      section.component__100.serene-scents-promo-2023 .btn_contain {
        max-width: 280px; } }
  section.component__100.serene-scents-promo-2023 sup {
    top: -1.3em;
    font-size: 30%;
    left: 2px; }
  @media (min-width: 551px) {
    section.component__100.serene-scents-promo-2023.hp-hero {
      --bg-width: 1600;
      --bg-height: 1600;
      background-image: url("https://www.homedics.com/content/promos/20231024-serene-scents/hero-mobile.webp"); }
      section.component__100.serene-scents-promo-2023.hp-hero h1 {
        font-size: 31px;
        max-width: 600px; }
        section.component__100.serene-scents-promo-2023.hp-hero h1 span {
          display: inline-block;
          font-size: 4.5rem; } }
  section.component__100.serene-scents-promo-2023.hp-hero {
    --bg-width: 800;
    --bg-height: 1000;
    background-image: url("https://www.homedics.com/content/promos/20231024-serene-scents/hero-mobile.webp"); }
    section.component__100.serene-scents-promo-2023.hp-hero h1 {
      font-size: 31px;
      margin-top: 1rem;
      max-width: 330px; }
    section.component__100.serene-scents-promo-2023.hp-hero p {
      font-size: 1rem;
      width: 100%;
      max-width: 330px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 1rem; }
    section.component__100.serene-scents-promo-2023.hp-hero a.button, section.component__100.serene-scents-promo-2023.hp-hero .site-homedics2 .aa-Panel a.show-all-products-btn, .site-homedics2 .aa-Panel section.component__100.serene-scents-promo-2023.hp-hero a.show-all-products-btn, section.component__100.serene-scents-promo-2023.hp-hero .site-homedics2 .ais-InfiniteHits ol li a.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__100.serene-scents-promo-2023.hp-hero a.aa-ItemActionButton {
      margin-bottom: 8px;
      width: 100%; }
      section.component__100.serene-scents-promo-2023.hp-hero a.button:last-child, section.component__100.serene-scents-promo-2023.hp-hero .site-homedics2 .aa-Panel a.show-all-products-btn:last-child, .site-homedics2 .aa-Panel section.component__100.serene-scents-promo-2023.hp-hero a.show-all-products-btn:last-child, section.component__100.serene-scents-promo-2023.hp-hero .site-homedics2 .ais-InfiniteHits ol li a.aa-ItemActionButton:last-child, .site-homedics2 .ais-InfiniteHits ol li section.component__100.serene-scents-promo-2023.hp-hero a.aa-ItemActionButton:last-child {
        margin-bottom: 0;
        margin-left: 0; }
    @media (min-width: 801px) {
      section.component__100.serene-scents-promo-2023.hp-hero {
        --bg-width: 1920;
        --bg-height: 700;
        background-image: url("https://www.homedics.com/content/promos/20231024-serene-scents/hero-desktop.webp");
        justify-content: center;
        align-items: flex-start;
        text-align: left; }
        section.component__100.serene-scents-promo-2023.hp-hero .cta-contain-100 {
          padding-left: 4.5rem; }
          section.component__100.serene-scents-promo-2023.hp-hero .cta-contain-100 h1 {
            font-size: 71px;
            max-width: 600px; }
            section.component__100.serene-scents-promo-2023.hp-hero .cta-contain-100 h1 span {
              display: inline-block;
              font-size: 4.5rem; }
          section.component__100.serene-scents-promo-2023.hp-hero .cta-contain-100 p {
            margin-left: 0; }
          section.component__100.serene-scents-promo-2023.hp-hero .cta-contain-100 .btn_contain {
            margin-left: 0;
            padding-bottom: 1rem; } }
  section.component__100.serene-scents-promo-2023.inline-tile {
    --bg-width: 756;
    --bg-height: 1041;
    aspect-ratio: calc(var(--bg-width) / var(--bg-height));
    display: flex;
    height: 100%;
    width: 100%;
    background-image: url("https://www.homedics.com/content/promos/20231024-serene-scents/2023-fall-air-promo-category-tile-1.webp"); }
    section.component__100.serene-scents-promo-2023.inline-tile .cta-contain-100 {
      padding-left: 0;
      text-align: center; }
      section.component__100.serene-scents-promo-2023.inline-tile .cta-contain-100 h1 {
        font-size: 2.25rem;
        text-align: center;
        color: var(--color-white);
        margin-top: 2rem;
        margin-bottom: 0.15rem;
        max-width: 270px; }
        section.component__100.serene-scents-promo-2023.inline-tile .cta-contain-100 h1 span {
          display: inline-block;
          font-size: 4.5rem; }
      section.component__100.serene-scents-promo-2023.inline-tile .cta-contain-100 p {
        font-size: 0.875rem;
        color: var(--color-white);
        max-width: 330px;
        margin: auto; }
      section.component__100.serene-scents-promo-2023.inline-tile .cta-contain-100 .btn_contain {
        margin-left: 0;
        padding-bottom: 1rem; }
        section.component__100.serene-scents-promo-2023.inline-tile .cta-contain-100 .btn_contain a.button, section.component__100.serene-scents-promo-2023.inline-tile .cta-contain-100 .btn_contain .site-homedics2 .aa-Panel a.show-all-products-btn, .site-homedics2 .aa-Panel section.component__100.serene-scents-promo-2023.inline-tile .cta-contain-100 .btn_contain a.show-all-products-btn, section.component__100.serene-scents-promo-2023.inline-tile .cta-contain-100 .btn_contain .site-homedics2 .ais-InfiniteHits ol li a.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__100.serene-scents-promo-2023.inline-tile .cta-contain-100 .btn_contain a.aa-ItemActionButton {
          padding: 12px 20px; }
          @media (min-width: 551px) {
            section.component__100.serene-scents-promo-2023.inline-tile .cta-contain-100 .btn_contain a.button, section.component__100.serene-scents-promo-2023.inline-tile .cta-contain-100 .btn_contain .site-homedics2 .aa-Panel a.show-all-products-btn, .site-homedics2 .aa-Panel section.component__100.serene-scents-promo-2023.inline-tile .cta-contain-100 .btn_contain a.show-all-products-btn, section.component__100.serene-scents-promo-2023.inline-tile .cta-contain-100 .btn_contain .site-homedics2 .ais-InfiniteHits ol li a.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__100.serene-scents-promo-2023.inline-tile .cta-contain-100 .btn_contain a.aa-ItemActionButton {
              padding: 12px 40px; } }
  section.component__100.serene-scents-promo-2023.cart-banner.hide-mobile {
    display: none; }
    @media (min-width: 551px) {
      section.component__100.serene-scents-promo-2023.cart-banner.hide-mobile {
        display: flex; } }
  section.component__100.serene-scents-promo-2023.cart-banner header {
    margin-bottom: 1.5rem; }
    section.component__100.serene-scents-promo-2023.cart-banner header p {
      margin-bottom: 0; }

@media (min-width: 551px) {
  section.holiday-sale-2023 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--color-white); } }

section.holiday-sale-2023 .cta_container {
  width: 100%;
  max-width: 240px;
  margin: auto; }
  @media (min-width: 551px) {
    section.holiday-sale-2023 .cta_container {
      max-width: 280px; } }

section.holiday-sale-2023.hp-hero {
  --bg-width: 720;
  --bg-height: 900;
  height: 100%;
  width: 100%;
  aspect-ratio: calc(var(--bg-width) / var(--bg-height));
  display: flex;
  justify-content: center;
  background-image: url("https://www.homedics.com/content/promos/2023111-holiday-sale/hp-hero-mobile-opt.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat; }
  section.holiday-sale-2023.hp-hero .text-container {
    display: flex;
    max-width: 210px;
    flex-direction: column;
    align-content: flex-start;
    align-items: center;
    padding: 2.5rem 0 0; }
  section.holiday-sale-2023.hp-hero .button, section.holiday-sale-2023.hp-hero .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.holiday-sale-2023.hp-hero button, section.holiday-sale-2023.hp-hero .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.holiday-sale-2023.hp-hero .show-all-products-btn, section.holiday-sale-2023.hp-hero .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.holiday-sale-2023.hp-hero .aa-ItemActionButton, section.holiday-sale-2023.hp-hero .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.holiday-sale-2023.hp-hero button {
    display: inline-flex;
    margin: 0 auto;
    padding: 9px 16px;
    font-size: 0.875rem; }
  section.holiday-sale-2023.hp-hero .line- {
    width: 250px; }
    section.holiday-sale-2023.hp-hero .line-1 {
      display: block;
      margin-top: 0;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      text-align: center;
      line-height: 24px;
      /* 120% */
      color: var(--color-white); }
    section.holiday-sale-2023.hp-hero .line-2 {
      display: block;
      margin-bottom: 0.75rem;
      justify-content: center;
      text-align: center;
      color: #D13333;
      font-family: "new-kansas";
      font-size: 40px;
      font-style: normal;
      font-weight: 600;
      line-height: 100%; }
    section.holiday-sale-2023.hp-hero .line-3 {
      display: flex;
      margin-bottom: 0.75rem;
      justify-content: center;
      text-align: center;
      color: var(--color-white);
      font-family: "Inter";
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 19.2px; }
  @media (min-width: 551px) {
    section.holiday-sale-2023.hp-hero .cta-container {
      display: flex;
      justify-content: left;
      width: 100%; } }
  @media (min-width: 551px) {
    section.holiday-sale-2023.hp-hero {
      --bg-width: 2880;
      --bg-height: 960;
      height: 100%;
      width: 100%;
      aspect-ratio: calc(var(--bg-width) / var(--bg-height));
      background-image: url("https://www.homedics.com/content/promos/2023111-holiday-sale/hero-desktop.webp");
      justify-content: flex-start;
      align-items: center;
      text-align: left; }
      section.holiday-sale-2023.hp-hero .cta-container .text-container {
        width: 100%;
        max-width: 210px;
        display: flex;
        flex-direction: column;
        padding: 2.5rem 0 2.5rem 4.25rem;
        align-items: flex-start; }
        section.holiday-sale-2023.hp-hero .cta-container .text-container .line-1, section.holiday-sale-2023.hp-hero .cta-container .text-container .line-2, section.holiday-sale-2023.hp-hero .cta-container .text-container .line-3 {
          text-align: left; }
        section.holiday-sale-2023.hp-hero .cta-container .text-container .button, section.holiday-sale-2023.hp-hero .cta-container .text-container .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.holiday-sale-2023.hp-hero .cta-container .text-container button, section.holiday-sale-2023.hp-hero .cta-container .text-container .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.holiday-sale-2023.hp-hero .cta-container .text-container .show-all-products-btn, section.holiday-sale-2023.hp-hero .cta-container .text-container .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.holiday-sale-2023.hp-hero .cta-container .text-container .aa-ItemActionButton, section.holiday-sale-2023.hp-hero .cta-container .text-container .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.holiday-sale-2023.hp-hero .cta-container .text-container button {
          margin-left: 0; } }
  @media (min-width: 801px) {
    section.holiday-sale-2023.hp-hero .cta-container {
      margin: 0;
      padding: 0;
      flex-wrap: wrap; }
      section.holiday-sale-2023.hp-hero .cta-container .text-container {
        max-width: 100%; }
        section.holiday-sale-2023.hp-hero .cta-container .text-container .line-1 {
          color: var(--color-white);
          font-family: "new-kansas";
          font-size: 44px;
          font-weight: 600;
          display: flex;
          align-items: flex-start;
          align-content: flex-start; }
        section.holiday-sale-2023.hp-hero .cta-container .text-container .line-2 {
          color: #D13333;
          font-family: "new-kansas";
          font-size: 72px;
          font-style: normal;
          font-weight: 600;
          line-height: 72px; }
        section.holiday-sale-2023.hp-hero .cta-container .text-container .line-3 {
          color: var(--color-white);
          font-family: "Inter";
          font-size: 18px;
          font-style: normal;
          font-weight: 500;
          line-height: 21.6px; } }

section.holiday-sale-2023.hp-hero-2 {
  --bg-width: 390;
  --bg-height: 488;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  min-height: 510px;
  max-height: 940px;
  aspect-ratio: calc(var(--bg-width) / var(--bg-height));
  position: relative;
  background-image: url("https://www.homedics.com/content/promos/20231220-holiday-p5/hp/hp-drift-hero.webp");
  color: white; }
  section.holiday-sale-2023.hp-hero-2 .cta-container {
    padding: 0; }
    section.holiday-sale-2023.hp-hero-2 .cta-container .line-1 {
      max-width: 261px;
      color: var(--color-brandy-brown);
      text-align: center;
      font-family: "new-kansas";
      font-size: 2.5rem;
      font-weight: 600;
      line-height: 2.5rem;
      margin-bottom: 0.5rem; }
      @media (min-width: 801px) {
        section.holiday-sale-2023.hp-hero-2 .cta-container .line-1 {
          max-width: 510px;
          font-size: 4.5rem;
          font-weight: 600;
          line-height: 4.5rem;
          text-align: left;
          color: var(--color-white); } }
    section.holiday-sale-2023.hp-hero-2 .cta-container .line-2 {
      color: var(--color-brandy-brown);
      font-family: "Inter";
      font-size: 1.125rem;
      line-height: 1.35rem;
      margin-bottom: 1rem; }
      @media (min-width: 801px) {
        section.holiday-sale-2023.hp-hero-2 .cta-container .line-2 {
          font-size: 1.125rem;
          font-weight: 600;
          line-height: 1.35rem;
          text-align: left;
          color: var(--color-white); } }
    section.holiday-sale-2023.hp-hero-2 .cta-container .line-3 {
      margin-bottom: 1rem;
      font-family: "Inter";
      font-size: 1rem;
      line-height: 1.2rem; }
    section.holiday-sale-2023.hp-hero-2 .cta-container .cta {
      display: inline-flex;
      max-width: unset;
      margin: 0 auto 1rem;
      flex-direction: column;
      justify-content: center; }
      section.holiday-sale-2023.hp-hero-2 .cta-container .cta a.button, section.holiday-sale-2023.hp-hero-2 .cta-container .cta .site-homedics2 .aa-Panel a.show-all-products-btn, .site-homedics2 .aa-Panel section.holiday-sale-2023.hp-hero-2 .cta-container .cta a.show-all-products-btn, section.holiday-sale-2023.hp-hero-2 .cta-container .cta .site-homedics2 .ais-InfiniteHits ol li a.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.holiday-sale-2023.hp-hero-2 .cta-container .cta a.aa-ItemActionButton {
        width: 100%;
        text-align: center;
        display: block !important;
        margin: 0 auto;
        padding: 9px 16px;
        font-size: 0.875rem;
        margin-bottom: 1rem; }
        section.holiday-sale-2023.hp-hero-2 .cta-container .cta a.button:first-child, section.holiday-sale-2023.hp-hero-2 .cta-container .cta .site-homedics2 .aa-Panel a.show-all-products-btn:first-child, .site-homedics2 .aa-Panel section.holiday-sale-2023.hp-hero-2 .cta-container .cta a.show-all-products-btn:first-child, section.holiday-sale-2023.hp-hero-2 .cta-container .cta .site-homedics2 .ais-InfiniteHits ol li a.aa-ItemActionButton:first-child, .site-homedics2 .ais-InfiniteHits ol li section.holiday-sale-2023.hp-hero-2 .cta-container .cta a.aa-ItemActionButton:first-child {
          margin-bottom: 1rem; }
    section.holiday-sale-2023.hp-hero-2 .cta-container .disclaimer {
      text-align: center;
      font-size: 0.875rem;
      font-weight: 500;
      line-height: 1.0625rem;
      color: var(--color-white); }
  @media (min-width: 801px) {
    section.holiday-sale-2023.hp-hero-2 {
      --bg-width: 1920;
      --bg-height: 700;
      display: flex;
      height: 100%;
      width: 100%;
      aspect-ratio: calc(var(--bg-width) / var(--bg-height));
      background-image: url("https://www.homedics.com/content/promos/2023111-holiday-sale/drift-hero-desk-with 200.webp");
      align-items: flex-end;
      justify-content: center; }
      section.holiday-sale-2023.hp-hero-2 .cta-container {
        display: flex;
        flex-direction: column;
        padding: 2.5rem 3rem 2.5rem 0; }
        section.holiday-sale-2023.hp-hero-2 .cta-container .cta {
          margin: auto auto 0.4375rem 0; }
        section.holiday-sale-2023.hp-hero-2 .cta-container .disclaimer {
          text-align: left;
          font-size: 14px;
          font-weight: 500;
          line-height: 18px;
          color: var(--color-white); } }

section.holiday-sale-2023 .promo-text {
  display: inline-flex;
  position: absolute;
  top: 20px;
  right: 0;
  padding: 2px 16px;
  font-size: 16px;
  border-radius: 20px 0 0 20px;
  background-color: var(--color-amazonite);
  color: var(--color-secondary); }
  section.holiday-sale-2023 .promo-text sup {
    top: 0;
    line-height: 1.25; }
  @media (min-width: 551px) {
    section.holiday-sale-2023 .promo-text {
      padding: 4px 40px;
      font-size: 25.376px;
      border-radius: 63.441px 0 0 63.441px; } }

/*price fix*/
section.banner-home.banner-home__best-sellers .price .regular-price {
  text-decoration: none;
  color: var(--color-black); }

.holiday-2023-style section.banner-home__shop-by-category a h3 {
  color: var(--color-secondary); }

.shg-c {
  /*updated button*/ }
  .shg-c .SG__50-50-title {
    text-align: center; }
    .shg-c .SG__50-50-title .single-snowflakes-title span svg {
      fill: var(--color-brandy-brown); }
    .shg-c .SG__50-50-title .single-snowflakes-title p {
      display: inline-block;
      font-family: "Inter";
      font-size: 1.125rem;
      font-weight: 500;
      line-height: 1.35rem;
      color: var(--color-brandy-brown);
      margin-bottom: 0.4rem; }
    .shg-c .SG__50-50-title h4 {
      display: inline-flex;
      position: relative;
      margin: 0 0 0.4rem;
      font-family: "new-kansas";
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 1.6875rem; }
      .shg-c .SG__50-50-title h4.holiday-p3 {
        font-family: "Inter";
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 1.35rem; }
      @media (min-width: 551px) {
        .shg-c .SG__50-50-title h4 {
          font-size: 1.875rem;
          line-height: 2.0625rem; } }
    .shg-c .SG__50-50-title p.secondary {
      font-family: "Inter";
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.2rem;
      color: #595854;
      max-width: 330px;
      margin: 0 auto 1.5rem; }
      .shg-c .SG__50-50-title p.secondary.mbile {
        display: block; }
      .shg-c .SG__50-50-title p.secondary.dtop {
        display: none; }
      @media (min-width: 551px) {
        .shg-c .SG__50-50-title p.secondary.mbile {
          display: none; }
        .shg-c .SG__50-50-title p.secondary.dtop {
          display: block; } }
    .shg-c .SG__50-50-title p.holiday-p3 {
      color: #595854;
      font-family: "Inter";
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.2rem; }
    @media (min-width: 992px) {
      .shg-c .SG__50-50-title.jan-10 {
        text-align: left; } }
    .shg-c .SG__50-50-title.jan-10 h4 {
      font-family: "new-kansas";
      font-size: 1.25rem;
      font-weight: 600; }
      @media (min-width: 992px) {
        .shg-c .SG__50-50-title.jan-10 h4 {
          color: var(--color-white);
          font-size: 2rem;
          margin-bottom: .5rem; } }
    .shg-c .SG__50-50-title.jan-10 p {
      margin-bottom: .5rem; }
      @media (min-width: 992px) {
        .shg-c .SG__50-50-title.jan-10 p {
          color: var(--color-white); } }
  .shg-c .flex-center {
    display: flex;
    align-content: center;
    justify-content: center; }
  .shg-c .bold {
    font-weight: 500; }
  .shg-c a.button, .shg-c .site-homedics2 .aa-Panel a.show-all-products-btn, .site-homedics2 .aa-Panel .shg-c a.show-all-products-btn, .shg-c .site-homedics2 .ais-InfiniteHits ol li a.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .shg-c a.aa-ItemActionButton {
    padding: 9px 16px;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.10688rem; }
    @media (min-width: 551px) {
      .shg-c a.button, .shg-c .site-homedics2 .aa-Panel a.show-all-products-btn, .site-homedics2 .aa-Panel .shg-c a.show-all-products-btn, .shg-c .site-homedics2 .ais-InfiniteHits ol li a.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .shg-c a.aa-ItemActionButton {
        padding: 16px 40px;
        border-radius: 50px; } }
  .shg-c a.link-brandy-brown-primary {
    color: var(--color-secondary);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.10688rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: var(--color-secondary) underline; }
    .shg-c a.link-brandy-brown-primary:hover {
      text-decoration: none; }

.shgn-50-50-imgtopmar-neg12px .shogun-image.shogun-image-contain {
  margin-top: -12px; }
  @media (min-width: 801px) {
    .shgn-50-50-imgtopmar-neg12px .shogun-image.shogun-image-contain {
      margin-top: 0; } }

.holiday-bestsellers-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f4f1f2; }
  .holiday-bestsellers-title h2 {
    display: inline-flex;
    position: relative;
    text-align: center;
    font-family: "new-kansas" !important;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.6875rem;
    color: var(--color-secondary);
    margin: 2rem 0 1rem; }
    @media (min-width: 801px) {
      .holiday-bestsellers-title h2 {
        font-size: 2.37875rem;
        font-weight: 600;
        line-height: 2.85438rem;
        padding: 0 20px; } }
  .holiday-bestsellers-title p {
    margin-bottom: 1rem; }

header .swiper-pagination-bullet-active {
  background-color: var(--color-white); }

div.shg-box.shg-c.hp-hero-container .shg-box-content div.shg-c.shg-align-left {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

section.black-friday-2023 {
  /*black friday gift-guide updates*/ }
  section.black-friday-2023 .ctaAsterisk:after {
    content: '\002A'; }
  section.black-friday-2023 .holiday-banner {
    position: relative; }
    section.black-friday-2023 .holiday-banner .promo-text {
      display: inline-flex;
      position: absolute;
      background: #AD0000;
      top: 20px;
      right: 0;
      width: auto;
      padding: 2px 1rem;
      font-size: 1rem;
      border-radius: 20px 0 0 20px;
      background-color: var(--color-amazonite);
      color: #02656E; }
      @media (min-width: 551px) {
        section.black-friday-2023 .holiday-banner .promo-text {
          width: auto;
          padding: 4px 40px;
          font-size: 25.376px;
          border-radius: 63.441px 0 0 63.441px; } }
  section.black-friday-2023.hp-hero {
    --bg-width: 780;
    --bg-height: 976;
    height: 100%;
    min-height: 418px;
    width: 100%;
    aspect-ratio: calc(var(--bg-width) / var(--bg-height));
    display: flex;
    justify-content: center;
    background-image: url("https://www.homedics.com/content/promos/20231220-holiday-p5/hp/hp-hero-mobile-p5.webp");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (min-width: 551px) {
      section.black-friday-2023.hp-hero {
        --bg-width: 1200;
        --bg-height: 1200;
        aspect-ratio: calc(var(--bg-width) / var(--bg-height));
        background-image: url("https://www.homedics.com/content/promos/20231220-holiday-p5/hp/hp-hero-tablet-p5.webp"); } }
    @media (min-width: 801px) {
      section.black-friday-2023.hp-hero {
        --bg-width: 1440;
        --bg-height: 525;
        min-height: 520px;
        justify-content: center;
        background-image: url("https://www.homedics.com/content/promos/20231220-holiday-p5/hp/hp-hero-desktop-p5.webp"); } }
    section.black-friday-2023.hp-hero .cta-container {
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (min-width: 801px) {
        section.black-friday-2023.hp-hero .cta-container {
          width: 100%;
          align-items: center; } }
      section.black-friday-2023.hp-hero .cta-container .text-container {
        display: flex;
        flex-direction: column;
        align-items: center; }
        @media (min-width: 801px) {
          section.black-friday-2023.hp-hero .cta-container .text-container {
            max-width: 527px;
            margin: 0 auto 0; } }
        section.black-friday-2023.hp-hero .cta-container .text-container .cta-heading {
          display: block;
          max-width: 268px;
          margin-top: 1rem;
          margin-bottom: 0.25rem;
          font-size: 1.5625rem;
          font-style: normal;
          font-weight: 600;
          text-align: center;
          line-height: 1.875rem;
          color: var(--color-white); }
          @media (min-width: 801px) {
            section.black-friday-2023.hp-hero .cta-container .text-container .cta-heading {
              max-width: none;
              font-size: 2rem;
              line-height: 2rem; } }
        section.black-friday-2023.hp-hero .cta-container .text-container .cta-subheading.special-offer {
          display: flex;
          align-items: center;
          align-content: center;
          justify-content: center;
          font-family: "Inter";
          color: var(--color-brandy-brown);
          text-align: center;
          font-size: 1.5rem;
          font-weight: 500;
          font-style: normal;
          line-height: 1.5rem;
          text-transform: lowercase;
          margin-bottom: 1rem; }
          @media (min-width: 801px) {
            section.black-friday-2023.hp-hero .cta-container .text-container .cta-subheading.special-offer {
              font-size: 1.5rem;
              line-height: 1.8rem;
              color: var(--color-white); } }
        section.black-friday-2023.hp-hero .cta-container .text-container .cta-subheading.discount-amount {
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          color: var(--color-brandy-brown);
          text-align: center;
          font-family: "new-kansas";
          font-size: 4.625rem;
          line-height: 4.625rem;
          font-style: normal;
          font-weight: 800;
          letter-spacing: -1.85px;
          margin-bottom: 0; }
          @media (min-width: 801px) {
            section.black-friday-2023.hp-hero .cta-container .text-container .cta-subheading.discount-amount {
              flex-direction: row;
              align-items: center;
              justify-content: center;
              flex-wrap: no-wrap;
              font-size: 6.25rem;
              line-height: 6.25rem; } }
          section.black-friday-2023.hp-hero .cta-container .text-container .cta-subheading.discount-amount .pre-discount-amount {
            font-family: "new-kansas";
            color: var(--color-brandy-brown);
            font-size: 2.5rem;
            line-height: 2.5rem;
            font-style: normal;
            font-weight: 800;
            margin-bottom: 0; }
            @media (min-width: 801px) {
              section.black-friday-2023.hp-hero .cta-container .text-container .cta-subheading.discount-amount .pre-discount-amount {
                font-size: 6.25rem;
                line-height: 6.25rem;
                padding-right: 1.375rem; } }
        section.black-friday-2023.hp-hero .cta-container .text-container .cta-subheading.post-discount-amount {
          font-family: "new-kansas";
          color: var(--color-brandy-brown);
          font-size: 1.9375rem;
          line-height: 1.9375rem;
          font-style: normal;
          font-weight: 800;
          margin-bottom: 1rem; }
          @media (min-width: 801px) {
            section.black-friday-2023.hp-hero .cta-container .text-container .cta-subheading.post-discount-amount {
              font-size: 3rem;
              line-height: 3rem; } }
        section.black-friday-2023.hp-hero .cta-container .text-container .cta-subheading.discount-amount-ii {
          margin: 0 auto 1rem;
          padding: 0; }
          section.black-friday-2023.hp-hero .cta-container .text-container .cta-subheading.discount-amount-ii .ctaAsterisk {
            display: block;
            position: relative;
            color: var(--color-holiday-red);
            text-align: center;
            font-family: "new-kansas";
            font-size: 1.875rem;
            font-style: normal;
            font-weight: 700;
            line-height: 2.5rem;
            padding-right: 9px; }
            @media (min-width: 801px) {
              section.black-friday-2023.hp-hero .cta-container .text-container .cta-subheading.discount-amount-ii .ctaAsterisk {
                display: flex;
                padding-right: 17px;
                justify-content: flex-start;
                font-size: 3.75rem;
                line-height: 3.75rem; } }
            section.black-friday-2023.hp-hero .cta-container .text-container .cta-subheading.discount-amount-ii .ctaAsterisk:after {
              content: '\002A';
              position: absolute;
              top: -5px;
              right: 0;
              font-size: 0.65em; }
              @media (min-width: 801px) {
                section.black-friday-2023.hp-hero .cta-container .text-container .cta-subheading.discount-amount-ii .ctaAsterisk:after {
                  top: -9px;
                  right: 0;
                  font-size: 0.65em; } }
        section.black-friday-2023.hp-hero .cta-container .text-container .cta-subheading.additional-info {
          margin-bottom: 0;
          color: var(--color-white);
          font-family: "Inter";
          font-size: 1rem;
          font-weight: 500;
          line-height: 19.2px; }
        section.black-friday-2023.hp-hero .cta-container .text-container .button, section.black-friday-2023.hp-hero .cta-container .text-container .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.black-friday-2023.hp-hero .cta-container .text-container button, section.black-friday-2023.hp-hero .cta-container .text-container .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.black-friday-2023.hp-hero .cta-container .text-container .show-all-products-btn, section.black-friday-2023.hp-hero .cta-container .text-container .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.black-friday-2023.hp-hero .cta-container .text-container .aa-ItemActionButton, section.black-friday-2023.hp-hero .cta-container .text-container .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.black-friday-2023.hp-hero .cta-container .text-container button {
          margin: auto auto 1rem; }
  section.black-friday-2023.hp-arch {
    text-align: center;
    height: 100%;
    width: 100%;
    background-color: var(--color-cloud);
    background-image: url("https://www.homedics.com/content/promos/20231122-black-friday/arch bg-mobile.webp");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5rem 1rem 1rem; }
    @media (min-width: 551px) {
      section.black-friday-2023.hp-arch {
        aspect-ratio: unset;
        min-height: unset;
        background-image: url("https://www.homedics.com/content/promos/20231122-black-friday/desktop snowflakes-bg.png");
        background-position: center;
        padding-top: 0;
        padding-bottom: 0; } }
    section.black-friday-2023.hp-arch img {
      margin-bottom: 1rem;
      height: 48px;
      width: 42px; }
      @media (min-width: 551px) {
        section.black-friday-2023.hp-arch img {
          margin-bottom: 0; } }
    section.black-friday-2023.hp-arch h2 {
      color: var(--color-red-sale);
      font-family: "new-kansas";
      font-size: 1.5rem;
      font-weight: 600;
      margin-top: 0; }
      @media (min-width: 551px) {
        section.black-friday-2023.hp-arch h2 {
          font-size: 1.875rem; } }
    section.black-friday-2023.hp-arch p {
      color: var(--color-brandy-brown);
      font-size: 1.125rem;
      font-weight: 500;
      margin: 0 1rem 1rem; }
      section.black-friday-2023.hp-arch p::before, section.black-friday-2023.hp-arch p::after {
        background-image: url("https://www.homedics.com/content/promos/20231122-black-friday/last-weeks-h2.svg");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        content: '';
        display: none;
        margin-right: .5rem;
        height: 39px;
        width: 36px; }
        @media (min-width: 551px) {
          section.black-friday-2023.hp-arch p::before, section.black-friday-2023.hp-arch p::after {
            display: inline-block; } }
      section.black-friday-2023.hp-arch p::after {
        transform: scale(-1, 1);
        margin-left: .5rem;
        margin-right: 0; }
  section.black-friday-2023.hp-gwp {
    --img-gwp-padding: 10%;
    --img-gwp-height: 80px;
    --img-gwp-width: 80px;
    background: linear-gradient(180deg, transparent 0%, transparent var(--img-gwp-padding), var(--color-holiday-red) var(--img-gwp-padding), var(--color-holiday-red) 100%);
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: -10px;
    text-align: center; }
    section.black-friday-2023.hp-gwp h2 {
      align-items: center;
      color: var(--color-black);
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 700;
      letter-spacing: 0.5px;
      margin: 0 0 0 var(--img-gwp-width);
      padding: 1.5rem 0 1rem; }
      @media (min-width: 551px) {
        section.black-friday-2023.hp-gwp h2 {
          font-size: 1rem; } }
    section.black-friday-2023.hp-gwp a {
      font-size: 0.75rem;
      font-weight: 500;
      text-decoration-color: var(--color-black); }
    section.black-friday-2023.hp-gwp::after {
      background-image: url("https://www.homedics.com/content/promos/20231122-black-friday/gwp-1.webp");
      background-size: var(--img-gwp-height);
      display: inline-block;
      height: var(--img-gwp-height);
      width: var(--img-gwp-width); }
    section.black-friday-2023.hp-gwp img {
      margin-top: -30px;
      transform: rotate(0.368deg);
      height: var(--img-gwp-height);
      width: var(--img-gwp-width); }
      @media (min-width: 551px) {
        section.black-friday-2023.hp-gwp img {
          --img-gwp-height: 96px;
          --img-gwp-width: 96px;
          margin-top: -20px; } }
    @media (min-width: 551px) {
      section.black-friday-2023.hp-gwp .desktop-hide {
        display: none; } }
  section.black-friday-2023.gift-guide-top-banner {
    --bg-width: 720;
    --bg-height: 360;
    height: 100%;
    width: 100%;
    aspect-ratio: calc(var(--bg-width) / var(--bg-height));
    display: flex;
    justify-content: center;
    background-image: url("https://www.homedics.com/content/promos/20231122-black-friday/11-23-cat-banner-mobile.webp");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (min-width: 551px) {
      section.black-friday-2023.gift-guide-top-banner {
        --bg-width: 2880;
        --bg-height: 360;
        min-height: 150px;
        justify-content: center;
        background-image: url("https://www.homedics.com/content/promos/20231122-black-friday/11-23-cat-banner-desktop.webp"); } }
    section.black-friday-2023.gift-guide-top-banner .cta-container {
      display: flex;
      justify-content: center;
      align-items: center; }
      section.black-friday-2023.gift-guide-top-banner .cta-container .text-container {
        display: flex;
        flex-direction: column;
        align-items: center; }
        section.black-friday-2023.gift-guide-top-banner .cta-container .text-container .cta-heading {
          display: block;
          max-width: 100%;
          margin-top: 0;
          font-size: 1.5rem;
          font-style: normal;
          font-weight: 600;
          text-align: center;
          line-height: 1.6875rem;
          color: var(--color-holiday-red); }
          @media (min-width: 551px) {
            section.black-friday-2023.gift-guide-top-banner .cta-container .text-container .cta-heading {
              max-width: unset;
              font-size: 1.875rem;
              line-height: 2.0625rem; } }
        section.black-friday-2023.gift-guide-top-banner .cta-container .text-container .cta-subheading.special-offer {
          display: block;
          align-content: center;
          justify-content: center;
          font-family: "Inter";
          color: var(--color-white);
          text-align: center;
          font-size: 1rem;
          font-weight: 450;
          font-style: normal;
          line-height: 1.2rem;
          text-transform: lowercase; }
          @media (min-width: 551px) {
            section.black-friday-2023.gift-guide-top-banner .cta-container .text-container .cta-subheading.special-offer {
              font-size: 1.5rem;
              line-height: 1.8rem; } }
        section.black-friday-2023.gift-guide-top-banner .cta-container .text-container .cta-subheading.discount-amount {
          display: flex;
          justify-content: flex-start;
          color: var(--color-white);
          text-align: center;
          font-family: "new-kansas";
          font-size: 2.1875rem;
          font-style: normal;
          font-weight: 800;
          line-height: 2.41288rem;
          /* 118.919% */
          margin-bottom: 0; }
          @media (min-width: 551px) {
            section.black-friday-2023.gift-guide-top-banner .cta-container .text-container .cta-subheading.discount-amount {
              font-size: 2.625rem;
              line-height: 2.41288rem; } }
          section.black-friday-2023.gift-guide-top-banner .cta-container .text-container .cta-subheading.discount-amount:before {
            display: inline-block;
            margin-right: 0.5rem;
            width: 20px;
            content: 'up to';
            color: var(--ffffff, #FFF);
            text-align: center;
            /* button-text/lg */
            font-family: "Inter";
            font-size: 1rem;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            letter-spacing: 0.5px;
            text-transform: uppercase; }
            @media (min-width: 551px) {
              section.black-friday-2023.gift-guide-top-banner .cta-container .text-container .cta-subheading.discount-amount:before {
                font-size: 1rem;
                line-height: normal; } }
        section.black-friday-2023.gift-guide-top-banner .cta-container .text-container .cta-subheading.discount-amount-ii .ctaAsterisk {
          display: block;
          color: var(--color-white);
          text-align: center;
          font-family: "new-kansas";
          font-size: 2.1875rem;
          font-style: normal;
          font-weight: 800;
          line-height: 100%; }
          @media (min-width: 551px) {
            section.black-friday-2023.gift-guide-top-banner .cta-container .text-container .cta-subheading.discount-amount-ii .ctaAsterisk {
              display: flex;
              justify-content: flex-start;
              font-size: 2.1875rem;
              line-height: 2.41288rem; } }
          section.black-friday-2023.gift-guide-top-banner .cta-container .text-container .cta-subheading.discount-amount-ii .ctaAsterisk:after {
            content: '\002A';
            font-size: 3.125rem; }
        section.black-friday-2023.gift-guide-top-banner .cta-container .text-container .cta-subheading.additional-info {
          margin-bottom: 0;
          color: var(--color-white);
          font-family: "Inter";
          font-size: 1rem;
          font-weight: 500;
          line-height: 19.2px; }
        section.black-friday-2023.gift-guide-top-banner .cta-container .text-container .button, section.black-friday-2023.gift-guide-top-banner .cta-container .text-container .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.black-friday-2023.gift-guide-top-banner .cta-container .text-container button, section.black-friday-2023.gift-guide-top-banner .cta-container .text-container .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.black-friday-2023.gift-guide-top-banner .cta-container .text-container .show-all-products-btn, section.black-friday-2023.gift-guide-top-banner .cta-container .text-container .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.black-friday-2023.gift-guide-top-banner .cta-container .text-container .aa-ItemActionButton, section.black-friday-2023.gift-guide-top-banner .cta-container .text-container .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.black-friday-2023.gift-guide-top-banner .cta-container .text-container button {
          margin: auto auto 1rem;
          background: #D53E3B;
          border-color: #D53E3B; }

.standard-fifty-fifty {
  width: 100%;
  max-width: 1222px;
  display: flex;
  flex-direction: column;
  background-color: var(--color-cloud);
  margin: auto;
  padding: 1rem 0.75rem;
  gap: 1rem;
  text-align: center; }
  @media (min-width: 551px) {
    .standard-fifty-fifty {
      flex-direction: row; } }
  @media screen and (min-width: 1223px) {
    .standard-fifty-fifty {
      padding: 1rem 0; } }
  .standard-fifty-fifty .standard-fifty-fifty-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: var(--color-white);
    padding: 0;
    position: relative; }
    .standard-fifty-fifty .standard-fifty-fifty-col img {
      max-width: 100%;
      height: auto;
      margin-bottom: 1rem; }
    .standard-fifty-fifty .standard-fifty-fifty-col h4 {
      display: block;
      position: relative;
      margin: 0 0 1rem;
      font-family: "new-kansas";
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 1.6875rem;
      text-align: center; }
      .standard-fifty-fifty .standard-fifty-fifty-col h4.holiday-p3 {
        font-family: "Inter";
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 1.35rem; }
      @media (min-width: 551px) {
        .standard-fifty-fifty .standard-fifty-fifty-col h4 {
          font-size: 1.875rem;
          line-height: 2.0625rem; } }
    .standard-fifty-fifty .standard-fifty-fifty-col p.secondary {
      font-family: "Inter";
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.2rem;
      color: #595854;
      max-width: 330px;
      margin: 0 auto 1rem; }
      .standard-fifty-fifty .standard-fifty-fifty-col p.secondary.mbile {
        display: block; }
      .standard-fifty-fifty .standard-fifty-fifty-col p.secondary.dtop {
        display: none; }
      @media (min-width: 551px) {
        .standard-fifty-fifty .standard-fifty-fifty-col p.secondary.mbile {
          display: none; }
        .standard-fifty-fifty .standard-fifty-fifty-col p.secondary.dtop {
          display: block; } }
    .standard-fifty-fifty .standard-fifty-fifty-col .flex-center {
      margin: auto auto 1rem; }

.one-col-full-width {
  padding: 0 0.75rem 1.5rem; }

section.component__2023-drift__3x2-staggered-grid {
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-color: #717171;
  --swiper-pagination-bullet-inactive-color: #B7B4B2;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-navigation-color: white;
  --swiper-navigation-size: 20px;
  padding: 1rem 0 2rem; }
  @media (min-width: 768px) {
    section.component__2023-drift__3x2-staggered-grid {
      padding-bottom: 1rem; } }
  section.component__2023-drift__3x2-staggered-grid img {
    object-fit: cover;
    height: 100%;
    width: 100%; }
  section.component__2023-drift__3x2-staggered-grid .swiper-wrapper {
    color: var(--color-black);
    margin: 0;
    text-align: center;
    list-style-type: none; }
    @media (min-width: 768px) {
      section.component__2023-drift__3x2-staggered-grid .swiper-wrapper {
        display: grid;
        grid-gap: 1rem;
        grid-template-columns: repeat(12, 1fr); } }
    section.component__2023-drift__3x2-staggered-grid .swiper-wrapper .swiper-slide {
      aspect-ratio: 360 / 300;
      height: auto;
      max-height: 360px;
      width: 100%; }
      @media (min-width: 768px) {
        section.component__2023-drift__3x2-staggered-grid .swiper-wrapper .swiper-slide {
          aspect-ratio: unset;
          height: 100%; } }
      @media (min-width: 768px) {
        section.component__2023-drift__3x2-staggered-grid .swiper-wrapper .swiper-slide:nth-child(1) {
          grid-column: 1 / span 3; } }
      @media (min-width: 768px) {
        section.component__2023-drift__3x2-staggered-grid .swiper-wrapper .swiper-slide:nth-child(2) {
          grid-column: 4 / span 5; } }
      @media (min-width: 768px) {
        section.component__2023-drift__3x2-staggered-grid .swiper-wrapper .swiper-slide:nth-child(3) {
          grid-column: 9 / span 4; } }
      @media (min-width: 768px) {
        section.component__2023-drift__3x2-staggered-grid .swiper-wrapper .swiper-slide:nth-child(4) {
          grid-column: 1 / span 5; } }
      @media (min-width: 768px) {
        section.component__2023-drift__3x2-staggered-grid .swiper-wrapper .swiper-slide:nth-child(5) {
          grid-column: 6 / span 4; } }
      @media (min-width: 768px) {
        section.component__2023-drift__3x2-staggered-grid .swiper-wrapper .swiper-slide:nth-child(6) {
          grid-column: 10 / span 3; } }
  @media (min-width: 768px) {
    section.component__2023-drift__3x2-staggered-grid .swiper-button-prev,
    section.component__2023-drift__3x2-staggered-grid .swiper-button-next {
      display: none !important; } }
  section.component__2023-drift__3x2-staggered-grid .swiper-button-prev:after,
  section.component__2023-drift__3x2-staggered-grid .swiper-button-next:after {
    font-weight: bold; }
  section.component__2023-drift__3x2-staggered-grid .swiper-pagination {
    bottom: 2px; }
    @media (min-width: 768px) {
      section.component__2023-drift__3x2-staggered-grid .swiper-pagination {
        display: none; } }
    section.component__2023-drift__3x2-staggered-grid .swiper-pagination-bullet {
      border: none; }

div.component__2023-drift__4x2grid {
  background-color: var(--color-cloud);
  color: var(--color-black);
  text-align: center; }
  @media (min-width: 768px) {
    div.component__2023-drift__4x2grid {
      background-color: var(--color-white); } }
  div.component__2023-drift__4x2grid h2 {
    font-size: 1.875rem !important;
    font-weight: 600;
    margin-top: 2rem; }
    @media (min-width: 768px) {
      div.component__2023-drift__4x2grid h2 {
        font-size: 2.625rem !important;
        font-weight: 700;
        margin-top: 3rem; } }
  div.component__2023-drift__4x2grid h3 {
    color: var(--color-gray-lilac) !important;
    font-size: 1.25rem !important;
    font-weight: 500;
    margin-top: .5rem;
    margin-bottom: 2rem;
    text-align: center !important; }
    @media (min-width: 768px) {
      div.component__2023-drift__4x2grid h3 {
        font-size: 1.875rem !important;
        margin-bottom: 3rem; } }
  div.component__2023-drift__4x2grid figure {
    margin: 0; }
    div.component__2023-drift__4x2grid figure blockquote {
      font-size: 1.25rem !important;
      font-weight: 500;
      margin-bottom: .5rem; }
      @media (min-width: 768px) {
        div.component__2023-drift__4x2grid figure blockquote {
          font-size: 1.5rem !important; } }
      div.component__2023-drift__4x2grid figure blockquote:before {
        content: open-quote; }
      div.component__2023-drift__4x2grid figure blockquote:after {
        content: close-quote; }
    div.component__2023-drift__4x2grid figure figcaption {
      color: var(--color-black);
      font-size: 1rem !important;
      font-weight: 500;
      margin: 0; }
      @media (min-width: 768px) {
        div.component__2023-drift__4x2grid figure figcaption {
          font-size: 1.5rem !important; } }
      div.component__2023-drift__4x2grid figure figcaption:before {
        content: "\2014  "; }
  div.component__2023-drift__4x2grid .shg-row .shg-box {
    background-color: var(--color-cloud) !important; }
    div.component__2023-drift__4x2grid .shg-row .shg-box span {
      color: var(--color-black) !important; }

section.component__2023-drift__50-50 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center; }
  @media (min-width: 768px) {
    section.component__2023-drift__50-50 {
      flex-direction: row; } }
  @media (min-width: 768px) {
    section.component__2023-drift__50-50.reverse .text-container {
      order: 2; } }
  @media (min-width: 768px) {
    section.component__2023-drift__50-50.reverse .media-container {
      justify-content: flex-start; } }
  section.component__2023-drift__50-50 h2 {
    color: var(--color-secondary) !important;
    font-family: "new-kansas";
    font-size: 1.875rem !important;
    font-weight: 600;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      section.component__2023-drift__50-50 h2 {
        font-size: 2.625rem !important;
        font-weight: 700;
        margin-bottom: 1.5rem; } }
  section.component__2023-drift__50-50 p {
    color: var(--color-black);
    font-size: 1rem; }
    @media (min-width: 768px) {
      section.component__2023-drift__50-50 p {
        font-size: 1.125rem; } }
  section.component__2023-drift__50-50 .full-width-container {
    flex-basis: 100%; }
  section.component__2023-drift__50-50 .text-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem; }
    @media (min-width: 768px) {
      section.component__2023-drift__50-50 .text-container {
        flex-basis: 50%;
        padding: 1rem 2.5rem; } }
  section.component__2023-drift__50-50 .media-container {
    display: flex; }
    @media (min-width: 768px) {
      section.component__2023-drift__50-50 .media-container {
        flex-basis: 50%;
        justify-content: flex-end; } }
    section.component__2023-drift__50-50 .media-container img {
      object-fit: cover;
      object-position: left;
      width: 100%; }
  section.component__2023-drift__50-50 .video-container iframe {
    height: 100%;
    width: 100%; }
  section.component__2023-drift__50-50 .video-container .video-desktop {
    height: 100%;
    width: 100%; }
  section.component__2023-drift__50-50 .video-container .video-mobile {
    display: block;
    height: 100%;
    width: 100%; }
    @media (min-width: 768px) {
      section.component__2023-drift__50-50 .video-container .video-mobile {
        display: none; } }
    section.component__2023-drift__50-50 .video-container .video-mobile + .video-desktop {
      display: none; }
      @media (min-width: 768px) {
        section.component__2023-drift__50-50 .video-container .video-mobile + .video-desktop {
          display: block; } }
  section.component__2023-drift__50-50.lp__calm-you-can-control {
    --video-width: 990;
    --video-height: 720; }
    section.component__2023-drift__50-50.lp__calm-you-can-control iframe {
      aspect-ratio: calc(var(--video-width) / var(--video-height));
      height: 100%;
      width: 100%; }
    section.component__2023-drift__50-50.lp__calm-you-can-control img {
      height: auto;
      max-width: 200px;
      width: 100%; }
    section.component__2023-drift__50-50.lp__calm-you-can-control .media-container {
      align-self: end;
      display: block;
      width: 100%; }
      section.component__2023-drift__50-50.lp__calm-you-can-control .media-container > .shg-c {
        display: flex; }
    section.component__2023-drift__50-50.lp__calm-you-can-control .text-container {
      padding: 1rem; }
      section.component__2023-drift__50-50.lp__calm-you-can-control .text-container .columns-icons img {
        height: 70px !important; }
      section.component__2023-drift__50-50.lp__calm-you-can-control .text-container .columns-icons p {
        color: var(--color-secondary);
        font-size: 0.875rem;
        font-weight: 700;
        margin-top: 1rem; }
      section.component__2023-drift__50-50.lp__calm-you-can-control .text-container .columns-icons .shg-row {
        gap: 1rem;
        margin: 0 auto;
        max-width: 600px;
        width: 100%; }
        section.component__2023-drift__50-50.lp__calm-you-can-control .text-container .columns-icons .shg-row > div {
          min-width: 100px; }
          @media (min-width: 768px) {
            section.component__2023-drift__50-50.lp__calm-you-can-control .text-container .columns-icons .shg-row > div {
              width: calc(50% - 8px); } }
          @media (min-width: 992px) {
            section.component__2023-drift__50-50.lp__calm-you-can-control .text-container .columns-icons .shg-row > div {
              width: calc(25.0% - 12px); } }
  section.component__2023-drift__50-50.pdp__calm-you-can-control {
    --video-width: 640;
    --video-height: 521;
    background-color: var(--color-cloud);
    bottom: 0;
    position: relative;
    margin-bottom: 2rem; }
    @media (min-width: 992px) {
      section.component__2023-drift__50-50.pdp__calm-you-can-control {
        --video-height: 214;
        aspect-ratio: calc(var(--video-width) / var(--video-height));
        margin-bottom: 0; } }
    section.component__2023-drift__50-50.pdp__calm-you-can-control img {
      max-width: 200px;
      width: 100%; }
    section.component__2023-drift__50-50.pdp__calm-you-can-control .full-width-container {
      order: 3;
      width: 100%; }
      @media (min-width: 992px) {
        section.component__2023-drift__50-50.pdp__calm-you-can-control .full-width-container {
          order: 0;
          position: absolute; } }
      section.component__2023-drift__50-50.pdp__calm-you-can-control .full-width-container .video-container {
        aspect-ratio: calc(var(--video-width) / var(--video-height)); }
        section.component__2023-drift__50-50.pdp__calm-you-can-control .full-width-container .video-container .video-mobile {
          display: block; }
          @media (min-width: 992px) {
            section.component__2023-drift__50-50.pdp__calm-you-can-control .full-width-container .video-container .video-mobile {
              display: none; } }
          section.component__2023-drift__50-50.pdp__calm-you-can-control .full-width-container .video-container .video-mobile + .video-desktop {
            display: none; }
            @media (min-width: 992px) {
              section.component__2023-drift__50-50.pdp__calm-you-can-control .full-width-container .video-container .video-mobile + .video-desktop {
                display: block; } }
    section.component__2023-drift__50-50.pdp__calm-you-can-control .text-container {
      flex-basis: 100%;
      z-index: 2; }
      @media (min-width: 992px) {
        section.component__2023-drift__50-50.pdp__calm-you-can-control .text-container {
          flex-basis: 50%; } }
    section.component__2023-drift__50-50.pdp__calm-you-can-control .media-container {
      flex-basis: 100%; }
      @media (min-width: 992px) {
        section.component__2023-drift__50-50.pdp__calm-you-can-control .media-container {
          flex-basis: 50%; } }
  section.component__2023-drift__50-50.pdp__customizable_ambience, section.component__2023-drift__50-50.pdp__which-drift {
    background-color: var(--color-white); }
    @media (min-width: 768px) {
      section.component__2023-drift__50-50.pdp__customizable_ambience, section.component__2023-drift__50-50.pdp__which-drift {
        background-color: var(--color-cloud); } }

div.component__2023-drift__as-seen-in .shg-row > div.shg-c-lg-2 {
  padding: .5rem 0; }
  @media (min-width: 768px) {
    div.component__2023-drift__as-seen-in .shg-row > div.shg-c-lg-2 {
      padding: 0; } }

section.component__2023-drift__bctm {
  background-color: var(--color-secondary) !important;
  text-align: center; }
  @media (min-width: 768px) {
    section.component__2023-drift__bctm {
      background-color: transparent !important; } }
  section.component__2023-drift__bctm h2 {
    color: var(--color-amazonite) !important;
    font-family: "new-kansas" !important;
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      section.component__2023-drift__bctm h2 {
        color: var(--color-primary) !important;
        font-size: 2rem !important;
        margin-bottom: 1.5rem; } }
  section.component__2023-drift__bctm p {
    color: var(--color-white) !important;
    font-size: 1rem; }
    @media (min-width: 768px) {
      section.component__2023-drift__bctm p {
        color: var(--color-secondary) !important; } }
  section.component__2023-drift__bctm .text-container {
    padding-top: 2rem;
    padding-bottom: 2rem; }
    section.component__2023-drift__bctm .text-container img {
      max-width: 220px;
      object-position: center; }
      section.component__2023-drift__bctm .text-container img.img-desktop {
        display: none; }
        @media (min-width: 768px) {
          section.component__2023-drift__bctm .text-container img.img-desktop {
            display: block; } }
      section.component__2023-drift__bctm .text-container img.img-mobile {
        display: block; }
        @media (min-width: 768px) {
          section.component__2023-drift__bctm .text-container img.img-mobile {
            display: none; } }
  section.component__2023-drift__bctm .media-container {
    position: relative;
    --background-width: 1024;
    --background-height: 768;
    --background-aspect-ratio: calc(var(--background-width) / var(--background-height));
    width: 100%;
    height: 100%;
    aspect-ratio: var(--background-aspect-ratio); }
    section.component__2023-drift__bctm .media-container:before {
      content: '';
      background-image: url("https://i.shgcdn.com/ceb78624-f944-4ab7-818d-192724295c1c/-/format/auto/-/preview/3000x3000/-/quality/lighter/") !important;
      width: 180px;
      height: 145px;
      display: block;
      position: absolute;
      top: 0;
      left: 1rem;
      background-size: contain;
      background-repeat: no-repeat; }
    @media (min-width: 768px) {
      section.component__2023-drift__bctm .media-container {
        min-height: 500px; } }
    @media (min-width: 768px) {
      section.component__2023-drift__bctm .media-container {
        aspect-ratio: unset; } }
  @media (min-width: 768px) {
    section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) .button, section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) button, section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) .show-all-products-btn, section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) .aa-ItemActionButton, section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) button {
      background-color: var(--color-secondary);
      border-color: var(--color-secondary);
      color: var(--color-white); }
      section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) .button:hover, section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:hover, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) button:hover, section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) .site-homedics2 .aa-Panel .show-all-products-btn:hover, .site-homedics2 .aa-Panel section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) .show-all-products-btn:hover, section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:hover, .site-homedics2 .ais-InfiniteHits ol li section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) .aa-ItemActionButton:hover, section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) .site-homedics2 .addrexxOverlay .addrexxButtonSet button:hover, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) button:hover, section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) .button:active, section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:active, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) button:active, section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) .site-homedics2 .aa-Panel .show-all-products-btn:active, .site-homedics2 .aa-Panel section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) .show-all-products-btn:active, section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:active, .site-homedics2 .ais-InfiniteHits ol li section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) .aa-ItemActionButton:active, section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) .site-homedics2 .addrexxOverlay .addrexxButtonSet button:active, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) button:active, section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) .button:focus, section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:focus, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) button:focus, section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) .site-homedics2 .aa-Panel .show-all-products-btn:focus, .site-homedics2 .aa-Panel section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) .show-all-products-btn:focus, section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:focus, .site-homedics2 .ais-InfiniteHits ol li section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) .aa-ItemActionButton:focus, section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) .site-homedics2 .addrexxOverlay .addrexxButtonSet button:focus, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) button:focus {
        color: var(--color-white); } }
  section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) .media-container picture {
    display: block !important; }
    @media (min-width: 768px) {
      section.component__2023-drift__bctm:not(.component__2023-drift__bctm--home) .media-container picture {
        display: none !important; } }
  @media (min-width: 768px) {
    section.component__2023-drift__bctm.component__2023-drift__bctm--home {
      background-color: var(--color-secondary) !important; } }
  section.component__2023-drift__bctm.component__2023-drift__bctm--home h2 {
    color: var(--color-amazonite) !important; }
  section.component__2023-drift__bctm.component__2023-drift__bctm--home p {
    color: var(--color-white) !important; }

section.component__2023-drift__home-quote {
  --bg-width: 1080;
  --bg-height: 1200;
  text-align: center; }
  @media (min-width: 768px) {
    section.component__2023-drift__home-quote {
      margin: 0 1rem; } }
  @media (min-width: 1261px) {
    section.component__2023-drift__home-quote {
      margin-top: 3rem;
      margin-bottom: 3rem; } }
  section.component__2023-drift__home-quote figure {
    color: var(--color-white); }
    @media (min-width: 768px) {
      section.component__2023-drift__home-quote figure {
        color: var(--color-secondary); } }
    section.component__2023-drift__home-quote figure blockquote {
      font-family: "new-kansas";
      font-size: 1.25rem;
      font-weight: 600; }
      @media (min-width: 768px) {
        section.component__2023-drift__home-quote figure blockquote {
          font-size: 1.75rem;
          font-weight: 700; } }
    section.component__2023-drift__home-quote figure figcaption {
      color: inherit;
      font-size: 1.125rem;
      font-weight: 500; }
      @media (min-width: 768px) {
        section.component__2023-drift__home-quote figure figcaption {
          font-size: 1.5rem; } }
  section.component__2023-drift__home-quote .media-container {
    display: none; }
    @media (min-width: 768px) {
      section.component__2023-drift__home-quote .media-container {
        display: flex;
        align-items: center;
        justify-content: center; } }
  section.component__2023-drift__home-quote .text-container {
    aspect-ratio: calc(var(--bg-width) / var(--bg-height));
    background-color: var(--color-cloud);
    background-image: url("https://assets.fkabrands.com/web/homedics/promos/2023-drift/home-quote-mobile.jpg");
    background-size: cover;
    justify-content: flex-start;
    padding: 2rem; }
    @media (min-width: 768px) {
      section.component__2023-drift__home-quote .text-container {
        aspect-ratio: unset;
        background-color: unset;
        background-image: unset;
        justify-content: center; } }
  section.component__2023-drift__home-quote .buttons-desktop {
    display: none; }
    @media (min-width: 768px) {
      section.component__2023-drift__home-quote .buttons-desktop {
        display: block; } }
  @media (min-width: 768px) {
    section.component__2023-drift__home-quote .buttons-mobile {
      display: none; } }

section.component__2023-drift__lp-hero-video {
  --drift-badge-height: 20%;
  --drift-badge-width: 20%;
  --video-width: 3;
  --video-height: 2;
  background-color: var(--color-black);
  position: relative;
  /*
  .slideout-btn-contain {
    text-align: center;
  }
  .slideout-btn {
    background: #fff;
    border: 2px solid #fff;
    padding: 14px 36px;
    display: inline-block;
    border-radius: 45px;
    margin: auto;
    color: black;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
  }
  .slideout-btn:hover {
    background-color: transparent;
    border-color: white;
    color: white;
  }
  */ }
  @media (min-width: 768px) {
    section.component__2023-drift__lp-hero-video {
      --video-width: 1920;
      --video-height: 1080; } }
  section.component__2023-drift__lp-hero-video::before {
    content: '';
    position: absolute;
    height: var(--drift-badge-height);
    width: var(--drift-badge-width);
    top: 0;
    right: 1rem;
    min-height: 85px;
    min-width: 85px;
    max-height: 300px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2; }
    @media (min-width: 768px) {
      section.component__2023-drift__lp-hero-video::before {
        --video-width: 4;
        --video-height: 3;
        right: 3rem; } }
  section.component__2023-drift__lp-hero-video iframe {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    height: calc(var(--video-height) / var(--video-width) * 100vw);
    width: calc(var(--video-width) / var(--video-height) * 100vh); }
  section.component__2023-drift__lp-hero-video .button, section.component__2023-drift__lp-hero-video .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__2023-drift__lp-hero-video button, section.component__2023-drift__lp-hero-video .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.component__2023-drift__lp-hero-video .show-all-products-btn, section.component__2023-drift__lp-hero-video .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__2023-drift__lp-hero-video .aa-ItemActionButton, section.component__2023-drift__lp-hero-video .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__2023-drift__lp-hero-video button {
    margin-bottom: 0; }
  section.component__2023-drift__lp-hero-video .fullscreen-bg {
    aspect-ratio: calc(var(--video-width) / var(--video-height));
    display: flex;
    position: relative;
    width: 100%;
    min-height: 200px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1; }
  section.component__2023-drift__lp-hero-video .video-overlay {
    bottom: 13%;
    position: absolute;
    display: block;
    margin: auto;
    align-content: center;
    text-align: center;
    flex-direction: column;
    width: 100%; }
  section.component__2023-drift__lp-hero-video .logo-img img {
    width: 100%;
    max-width: 196px; }
  section.component__2023-drift__lp-hero-video .logo-img {
    margin-bottom: 20px; }
  section.component__2023-drift__lp-hero-video .overlay-p {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    padding: 0;
    margin: 0 auto 38px; }
  section.component__2023-drift__lp-hero-video .overlay-p .mobile-text {
    display: none; }
  @media (min-width: 992px) {
    section.component__2023-drift__lp-hero-video .slideout-btn {
      border-radius: 16px; }
    section.component__2023-drift__lp-hero-video .video-overlay {
      /*bottom: 6rem;*/ }
    section.component__2023-drift__lp-hero-video .logo-img img {
      max-width: 246px; }
    section.component__2023-drift__lp-hero-video .overlay-p {
      font-size: 36px; }
    section.component__2023-drift__lp-hero-video .overlay-p .mobile-text {
      display: block; } }

section.component__2023-drift__order-now-drawer {
  text-align: center; }
  section.component__2023-drift__order-now-drawer h2 {
    color: var(--color-secondary);
    font-family: "new-kansas";
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 .5rem; }
    @media (min-width: 860px) {
      section.component__2023-drift__order-now-drawer h2 {
        font-size: 2.25rem;
        font-weight: 700;
        margin: 1rem 0; } }
  section.component__2023-drift__order-now-drawer .price {
    font-size: 1.125rem;
    margin-bottom: 0; }
    @media (min-width: 860px) {
      section.component__2023-drift__order-now-drawer .price {
        font-size: 1.625rem;
        margin-bottom: 1rem; } }
    section.component__2023-drift__order-now-drawer .price .affirm-price {
      font-size: 1.125rem; }
      @media (min-width: 860px) {
        section.component__2023-drift__order-now-drawer .price .affirm-price {
          font-size: 1.5rem; } }
    section.component__2023-drift__order-now-drawer .price .sale-price {
      color: red;
      font-weight: 700; }
      section.component__2023-drift__order-now-drawer .price .sale-price:not(:empty) + .regular-price {
        color: var(--color-black);
        font-weight: inherit; }
    section.component__2023-drift__order-now-drawer .price .price-wrap {
      display: inline-block; }
  section.component__2023-drift__order-now-drawer figure {
    display: flex;
    flex-direction: row;
    margin: 0 0 1rem; }
    @media (min-width: 860px) {
      section.component__2023-drift__order-now-drawer figure {
        flex-direction: column; } }
    section.component__2023-drift__order-now-drawer figure img {
      display: block;
      margin: auto;
      width: 30%; }
      @media (min-width: 860px) {
        section.component__2023-drift__order-now-drawer figure img {
          width: 60%; } }
    section.component__2023-drift__order-now-drawer figure figcaption {
      color: inherit;
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: 0 0 0 1rem;
      width: 100%;
      text-align: left; }
      @media (min-width: 860px) {
        section.component__2023-drift__order-now-drawer figure figcaption {
          margin: 0;
          text-align: center; } }
  section.component__2023-drift__order-now-drawer form select {
    background-color: var(--color-cloud);
    border-radius: 1rem;
    font-size: 0.875rem;
    padding: .5rem; }
    @media (min-width: 860px) {
      section.component__2023-drift__order-now-drawer form select {
        background-color: unset;
        border-radius: .25rem;
        font-size: 1rem;
        max-width: 300px; } }
  section.component__2023-drift__order-now-drawer form input {
    margin-bottom: 0;
    width: 100%; }
    @media (min-width: 860px) {
      section.component__2023-drift__order-now-drawer form input {
        width: auto; } }
  section.component__2023-drift__order-now-drawer .lp-atc-drop {
    margin-bottom: 1rem; }
    @media (min-width: 860px) {
      section.component__2023-drift__order-now-drawer .lp-atc-drop {
        margin-bottom: 0; } }
    section.component__2023-drift__order-now-drawer .lp-atc-drop:last-child {
      margin-bottom: 0; }
    section.component__2023-drift__order-now-drawer .lp-atc-drop-contain {
      padding: 1rem; }
      @media (min-width: 860px) {
        section.component__2023-drift__order-now-drawer .lp-atc-drop-contain {
          padding: 1rem 2rem;
          text-align: center; } }
    section.component__2023-drift__order-now-drawer .lp-atc-drop .affirm-as-low-as {
      margin-bottom: 0; }
    section.component__2023-drift__order-now-drawer .lp-atc-drop .button, section.component__2023-drift__order-now-drawer .lp-atc-drop .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__2023-drift__order-now-drawer .lp-atc-drop button, section.component__2023-drift__order-now-drawer .lp-atc-drop .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.component__2023-drift__order-now-drawer .lp-atc-drop .show-all-products-btn, section.component__2023-drift__order-now-drawer .lp-atc-drop .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__2023-drift__order-now-drawer .lp-atc-drop .aa-ItemActionButton, section.component__2023-drift__order-now-drawer .lp-atc-drop .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__2023-drift__order-now-drawer .lp-atc-drop button {
      margin: .5rem 0; }
      @media (min-width: 860px) {
        section.component__2023-drift__order-now-drawer .lp-atc-drop .button, section.component__2023-drift__order-now-drawer .lp-atc-drop .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__2023-drift__order-now-drawer .lp-atc-drop button, section.component__2023-drift__order-now-drawer .lp-atc-drop .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.component__2023-drift__order-now-drawer .lp-atc-drop .show-all-products-btn, section.component__2023-drift__order-now-drawer .lp-atc-drop .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__2023-drift__order-now-drawer .lp-atc-drop .aa-ItemActionButton, section.component__2023-drift__order-now-drawer .lp-atc-drop .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__2023-drift__order-now-drawer .lp-atc-drop button {
          margin: 1rem 0; } }
  section.component__2023-drift__order-now-drawer .headerSlideContent {
    max-width: 450px; }
    @media (min-width: 860px) {
      section.component__2023-drift__order-now-drawer .headerSlideContent {
        max-width: 1220px; } }
  section.component__2023-drift__order-now-drawer .headerSlideButton {
    background: #FFD03A;
    border-radius: 0 0 1rem 1rem;
    cursor: pointer;
    display: block !important;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 50px;
    margin: auto;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    height: 50px;
    width: 280px;
    /*drawer button arrows*/ }
    section.component__2023-drift__order-now-drawer .headerSlideButton i {
      position: absolute;
      transform: translate(-6px, 0);
      top: 21px;
      right: 20px; }
      section.component__2023-drift__order-now-drawer .headerSlideButton i:before, section.component__2023-drift__order-now-drawer .headerSlideButton i:after {
        content: "";
        position: absolute;
        background-color: #000;
        width: 3px;
        height: 9px;
        transition: all 1s ease 0.25s; }
      section.component__2023-drift__order-now-drawer .headerSlideButton i:before {
        transform: translate(3px, 0) rotate(45deg); }
      section.component__2023-drift__order-now-drawer .headerSlideButton i:after {
        transform: translate(-3px, 0) rotate(-45deg); }

.headerSlide.open {
  background: rgba(0, 0, 0, 0.65);
  height: 100%;
  transition: background-color 1s ease; }

.close-btn {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 8px;
  right: 7px;
  padding: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  cursor: pointer; }

.hide-slide {
  display: none !important; }

.lp-atc-drop-form select {
  padding: 5px;
  font-size: 14px;
  margin: auto;
  width: 90%;
  display: block;
  color: #000; }

/*Original*/
.headerSlide {
  display: block;
  position: fixed;
  bottom: auto;
  top: 142px;
  width: 100%;
  max-width: 100%;
  z-index: 9999;
  margin: auto;
  left: 0; }

.headerSlideContainer {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  display: block; }

.headerSlideContent {
  overflow: hidden;
  width: 100%;
  height: 0px;
  background: #fff;
  font-size: 0.8em;
  border: none;
  max-width: 420px;
  max-height: 0px;
  margin: auto;
  -webkit-transition: all 1s ease 0;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s; }

.headerSlide.open .headerSlideContent {
  height: 100%;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s; }

.headerSlideText {
  padding: 0;
  height: 100%;
  position: relative; }

.headerSlide.open i:before {
  transform: translate(-3px, 0) rotate(45deg) !important; }

.headerSlide.open i:after {
  transform: translate(3px, 0) rotate(-45deg) !important; }

.headerSlideText iframe {
  width: 100%;
  height: 100%;
  border: 0 none; }

.span-text {
  display: inline-block; }

/*.headerSlide .span-text::after {
    content: "order now";
}
.headerSlide.pageB .span-text::after {
    content: "order drift";
}*/
/*REMOVE ATTENTIVE BUTTON ....commented it out since globally... it breaks the whole site*/
/*
iframe#attentive_creative {
  display: none;
}
*/
@media screen and (max-width: 1260px) {
  .headerSlide {
    top: 122px; } }

@media screen and (max-width: 860px) {
  .headerSlide.open .headerSlideContent {
    max-height: 100%; } }

@media screen and (max-height: 694px) {
  .headerSlide.open .headerSlideContent {
    height: calc(100% - 195px); }
  .headerSlideContent {
    overflow-y: auto; }
  body.has-global-banner--lg {
    padding-top: 57px !important; }
  .has-global-banner--lg .header {
    height: 55px !important; }
  .has-global-banner--lg .navUser {
    top: 27.5px !important; }
  span.lp-atc-drop-title {
    font-size: 21px; } }

@media screen and (min-width: 861px) {
  .lp-atc-drop {
    width: 100%;
    max-width: 46%;
    display: inline-block; } }

div.component__2023-drift__quote-slider {
  padding: 2rem;
  text-align: center; }
  div.component__2023-drift__quote-slider h2 {
    font-size: 1.875rem !important;
    font-weight: 600;
    margin: 0 0 2rem;
    text-align: center !important; }
    @media (min-width: 768px) {
      div.component__2023-drift__quote-slider h2 {
        font-size: 2.625rem !important;
        margin-bottom: 4rem; } }
  div.component__2023-drift__quote-slider .shg-sld-slides .shg-sld-item .shg-row {
    display: flex; }
    div.component__2023-drift__quote-slider .shg-sld-slides .shg-sld-item .shg-row > div:first-child {
      border-top: 1px solid var(--color-white);
      order: 2;
      margin-bottom: 1rem;
      padding-top: 2rem; }
      @media (min-width: 768px) {
        div.component__2023-drift__quote-slider .shg-sld-slides .shg-sld-item .shg-row > div:first-child {
          border-top: none;
          margin-bottom: 0;
          order: 1;
          padding-top: 0; } }
      div.component__2023-drift__quote-slider .shg-sld-slides .shg-sld-item .shg-row > div:first-child p {
        margin-bottom: .5rem;
        text-align: center !important; }
        @media (min-width: 768px) {
          div.component__2023-drift__quote-slider .shg-sld-slides .shg-sld-item .shg-row > div:first-child p {
            margin-bottom: 1.5rem;
            text-align: right !important; } }
      div.component__2023-drift__quote-slider .shg-sld-slides .shg-sld-item .shg-row > div:first-child span {
        color: var(--color-white); }
        @media (min-width: 768px) {
          div.component__2023-drift__quote-slider .shg-sld-slides .shg-sld-item .shg-row > div:first-child span {
            color: var(--color-amazonite); } }
    div.component__2023-drift__quote-slider .shg-sld-slides .shg-sld-item .shg-row > div:last-child {
      order: 1; }
      @media (min-width: 768px) {
        div.component__2023-drift__quote-slider .shg-sld-slides .shg-sld-item .shg-row > div:last-child {
          order: 2; } }
      div.component__2023-drift__quote-slider .shg-sld-slides .shg-sld-item .shg-row > div:last-child p {
        text-align: center; }
        @media (min-width: 768px) {
          div.component__2023-drift__quote-slider .shg-sld-slides .shg-sld-item .shg-row > div:last-child p {
            text-align: left; } }
      div.component__2023-drift__quote-slider .shg-sld-slides .shg-sld-item .shg-row > div:last-child span {
        color: var(--color-white);
        font-size: 1.25rem !important; }
        @media (min-width: 768px) {
          div.component__2023-drift__quote-slider .shg-sld-slides .shg-sld-item .shg-row > div:last-child span {
            font-size: 1.875rem !important; } }

div.component__2023-drift__which-cta {
  text-align: center;
  padding: 4rem 0 !important; }
  @media (min-width: 768px) {
    div.component__2023-drift__which-cta {
      padding-top: 6rem !important;
      padding-bottom: 6rem !important; } }
  @media (min-width: 768px) {
    div.component__2023-drift__which-cta--row.reverse > .shg-box-content .shg-row > div:first-child {
      order: 2; } }
  @media (min-width: 768px) {
    div.component__2023-drift__which-cta--row.reverse > .shg-box-content .shg-row > div:last-child {
      order: 1; } }
  div.component__2023-drift__which-cta--row > .shg-box-content .shg-c {
    text-align: center !important; }
    @media (min-width: 768px) {
      div.component__2023-drift__which-cta--row > .shg-box-content .shg-c {
        text-align: left !important; } }
  div.component__2023-drift__which-cta h2 {
    font-size: 1.875rem !important;
    font-weight: 600; }
    @media (min-width: 768px) {
      div.component__2023-drift__which-cta h2 {
        font-size: 2.625rem !important;
        font-weight: 700; } }
  div.component__2023-drift__which-cta h3 {
    color: var(--color-secondary);
    font-family: "new-kansas";
    font-size: 2.5rem !important;
    font-weight: 600;
    text-align: center !important; }
    @media (min-width: 768px) {
      div.component__2023-drift__which-cta h3 {
        font-size: 2.625rem !important;
        font-weight: 700;
        text-align: left !important; } }
  div.component__2023-drift__which-cta .affirm-as-low-as {
    text-align: center; }
    @media (min-width: 768px) {
      div.component__2023-drift__which-cta .affirm-as-low-as {
        text-align: left; } }
  div.component__2023-drift__which-cta .button, div.component__2023-drift__which-cta .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset div.component__2023-drift__which-cta button, div.component__2023-drift__which-cta .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel div.component__2023-drift__which-cta .show-all-products-btn, div.component__2023-drift__which-cta .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li div.component__2023-drift__which-cta .aa-ItemActionButton, div.component__2023-drift__which-cta .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet div.component__2023-drift__which-cta button {
    font-size: 0.75rem; }
    @media (min-width: 992px) {
      div.component__2023-drift__which-cta .button, div.component__2023-drift__which-cta .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset div.component__2023-drift__which-cta button, div.component__2023-drift__which-cta .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel div.component__2023-drift__which-cta .show-all-products-btn, div.component__2023-drift__which-cta .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li div.component__2023-drift__which-cta .aa-ItemActionButton, div.component__2023-drift__which-cta .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet div.component__2023-drift__which-cta button {
        font-size: 1.125rem; } }
  div.component__2023-drift__which-cta .price {
    font-size: 1.625rem; }
    div.component__2023-drift__which-cta .price .affirm-price {
      font-size: 1.875rem; }
      @media (min-width: 768px) {
        div.component__2023-drift__which-cta .price .affirm-price {
          font-size: 2.25rem; } }
    div.component__2023-drift__which-cta .price .sale-price {
      color: red;
      font-weight: 700; }
      div.component__2023-drift__which-cta .price .sale-price:not(:empty) + .regular-price {
        color: var(--color-black);
        font-weight: inherit; }
  div.component__2023-drift__which-cta > .shg-box-content > .shg-fw + .shg-fw {
    margin-top: 1rem; }
    @media (min-width: 768px) {
      div.component__2023-drift__which-cta > .shg-box-content > .shg-fw + .shg-fw {
        margin-top: 0; } }

.parallax {
  --bg-height: 720;
  --bg-width: 720;
  /* Set a specific height */
  aspect-ratio: calc(var(--bg-width) / var(--bg-height));
  width: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top 71px center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-image: url("https://www.homedics.com/content/promos/2023111-drift-category/hero-mobile-3.jpg?11222023"); }
  @media (min-width: 551px) {
    .parallax {
      background-position: top 125px center; } }
  .parallax .badge {
    height: 90px;
    transform: rotate(14deg);
    right: 10px;
    width: 90px; }
    .parallax .badge.promo-text {
      font-size: 1.75rem; }
    .parallax .badge .promo-pre-text {
      font-size: 0.625rem; }
    .parallax .badge .promo-post-text {
      font-size: 0.75rem; }
    @media (min-width: 801px) {
      .parallax .badge {
        right: 20px;
        height: 150px;
        width: 150px; }
        .parallax .badge.promo-text {
          font-size: 3rem; }
        .parallax .badge .promo-pre-text {
          font-size: 0.875rem; }
        .parallax .badge .promo-post-text {
          font-size: 1.25rem; } }
  .parallax .container, .parallax div.component__2023-drift__which-cta--row > .shg-box-content {
    color: white;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: .5rem; }
    @media (min-width: 801px) {
      .parallax .container, .parallax div.component__2023-drift__which-cta--row > .shg-box-content {
        align-items: flex-start;
        justify-content: center;
        height: 100%;
        padding: 0 0 0 48px; } }
    .parallax .container h1, .parallax div.component__2023-drift__which-cta--row > .shg-box-content h1 {
      font-family: "new-kansas";
      font-size: 40px;
      font-weight: 600;
      color: white;
      position: relative;
      margin-top: 0;
      margin-bottom: 0;
      width: min-content; }
      @media (min-width: 551px) {
        .parallax .container h1, .parallax div.component__2023-drift__which-cta--row > .shg-box-content h1 {
          width: fit-content; } }
      @media (min-width: 801px) {
        .parallax .container h1, .parallax div.component__2023-drift__which-cta--row > .shg-box-content h1 {
          font-size: 72px;
          margin-bottom: .75rem; } }
      .parallax .container h1 + p, .parallax div.component__2023-drift__which-cta--row > .shg-box-content h1 + p {
        margin-bottom: 0; }
    .parallax .container .superscript, .parallax div.component__2023-drift__which-cta--row > .shg-box-content .superscript {
      font-size: 20px;
      font-weight: 600;
      right: -20px;
      top: 0;
      position: absolute; }
  .parallax .text-disclaimer {
    bottom: 0;
    color: #595854;
    font-size: 0.875rem;
    font-weight: 500;
    position: absolute;
    padding: 0 1rem;
    text-align: center;
    width: 100%; }
    @media (min-width: 801px) {
      .parallax .text-disclaimer {
        color: var(--color-cloud);
        text-align: right; } }
  .parallax.sand {
    background-image: url("https://www.homedics.com/content/promos/2023111-drift-category/parallax-desktop.webp");
    background-size: cover; }
  @media (min-width: 801px) {
    .parallax {
      --bg-height: 1050;
      --bg-width: 2880;
      background-image: url("https://www.homedics.com/content/promos/2023111-drift-category/hero-desktop.webp");
      max-height: 400px; } }
  @media (min-width: 1600px) {
    .parallax {
      max-height: 500px; } }
  @media (min-width: 1900px) {
    .parallax {
      max-height: 600px; } }

.drift-category-video {
  width: 100%;
  aspect-ratio: 1920 / 1080; }

.drift-content-container {
  background-color: #02656E;
  min-height: 340px;
  margin-top: -1px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; }
  .drift-content-container .heading {
    text-align: center; }
    .drift-content-container .heading .line-1 {
      color: white;
      font-size: 25px;
      font-weight: 600; }
      @media (min-width: 801px) {
        .drift-content-container .heading .line-1 {
          font-size: 44px; } }
  .drift-content-container .icons {
    display: flex;
    margin-top: 20px;
    padding: 0 0; }
    .drift-content-container .icons .left {
      display: flex;
      gap: 10px; }
    .drift-content-container .icons .icon {
      width: 72px;
      height: 70px;
      text-align: center;
      color: white;
      font-size: 19px;
      font-style: normal;
      font-weight: 700;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between; }
      .drift-content-container .icons .icon svg {
        width: 30px;
        height: 30px; }
      .drift-content-container .icons .icon p {
        font-size: 14px;
        font-weight: 700;
        line-height: 16px;
        /* 114.286% */ }
        .drift-content-container .icons .icon p:not(.margin-0) {
          margin-top: 8px; }
  .drift-content-container .animation {
    width: 100%;
    background-size: contain;
    min-height: 140px;
    overflow: hidden;
    background-repeat: no-repeat; }
  @media (min-width: 801px) {
    .drift-content-container .animation-mobile {
      display: none; } }
  .drift-content-container .animation-desktop {
    display: none; }
    @media (min-width: 801px) {
      .drift-content-container .animation-desktop {
        display: block; } }

.drift-in-line {
  background-image: url("https://www.homedics.com/content/promos/2023111-drift-category/drift-lineup-mobile.webp");
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  margin-top: -8px;
  aspect-ratio: calc(360/155); }
  @media (min-width: 801px) {
    .drift-in-line {
      background-image: url("https://www.homedics.com/content/promos/2023111-drift-category/drift-lineup-desktop.webp");
      background-size: contain;
      aspect-ratio: calc(2204/748); } }

.container-grey {
  background: #F4F1F2;
  margin-top: -8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 16px; }
  .container-grey .heading {
    color: #02656E;
    font-weight: 600;
    font-size: 32px;
    margin-top: 32px;
    font-family: "new-kansas"; }
  .container-grey .cards-container {
    margin-top: 16px;
    width: 100%;
    display: grid;
    grid-template-areas: 'card-1 card-1' 'card-2 card-3';
    column-gap: 16px;
    row-gap: 16px; }
    @media (min-width: 801px) {
      .container-grey .cards-container {
        grid-template-areas: 'card-1 card-2 card-3';
        align-items: center; } }
    .container-grey .cards-container .card {
      background-color: white;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      padding: 10px;
      height: auto;
      margin-bottom: 0;
      position: relative;
      text-align: center; }
      .container-grey .cards-container .card .image {
        width: 174px;
        height: 104px; }
      .container-grey .cards-container .card .new {
        align-self: flex-start;
        background: var(--color-amazonite);
        padding: 0 8px;
        color: #02656E;
        font-size: 16px;
        border-radius: 8px; }
        @media (min-width: 801px) {
          .container-grey .cards-container .card .new {
            position: absolute;
            top: 10px;
            left: 10px; } }
      .container-grey .cards-container .card .green {
        color: #02656E;
        font-size: 24px;
        font-weight: 700;
        line-height: 24px; }
        @media (min-width: 801px) {
          .container-grey .cards-container .card .green {
            margin-bottom: 2rem; } }
        .container-grey .cards-container .card .green-heading {
          margin-top: 14px;
          margin-bottom: 0; }
          @media (min-width: 801px) {
            .container-grey .cards-container .card .green-heading {
              margin-bottom: 1rem; } }
      .container-grey .cards-container .card .price-strikethrough {
        color: #595854;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        text-decoration: line-through;
        margin-bottom: 0; }
        @media (min-width: 801px) {
          .container-grey .cards-container .card .price-strikethrough {
            display: inline-block; } }
      .container-grey .cards-container .card .price-sale {
        color: #AD0000;
        font-size: 24px;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: .5rem; }
      .container-grey .cards-container .card .circles {
        margin: 6px 0; }
        .container-grey .cards-container .card .circles .circle-1 {
          display: inline-block;
          width: 20px;
          height: 20px;
          border-radius: 20px;
          background: #FFF8F4;
          border: 0.569px solid #595854; }
        .container-grey .cards-container .card .circles .circle-2 {
          display: inline-block;
          width: 20px;
          height: 20px;
          border-radius: 20px;
          background: #000; }
      .container-grey .cards-container .card .grey {
        font-size: 14px; }
      .container-grey .cards-container .card .button, .container-grey .cards-container .card .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .container-grey .cards-container .card button, .container-grey .cards-container .card .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .container-grey .cards-container .card .show-all-products-btn, .container-grey .cards-container .card .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .container-grey .cards-container .card .aa-ItemActionButton, .container-grey .cards-container .card .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .container-grey .cards-container .card button {
        background-color: #02656E;
        color: white;
        width: 100%;
        font-size: 14px;
        margin-bottom: 0;
        padding: 9px 16px; }
      .container-grey .cards-container .card-1 {
        grid-area: card-1; }
      .container-grey .cards-container .card-2 {
        grid-area: card-2; }
      .container-grey .cards-container .card-3 {
        grid-area: card-3; }

.app-control-container {
  padding: 0 12px;
  background-color: #F4F1F2;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .app-control-container .heading {
    font-family: "new-kansas";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    color: #02656E; }
  .app-control-container .text {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #02656E;
    text-align: center; }

.app-banner {
  background-image: url("https://www.homedics.com/content/promos/2023111-drift-category/app-controlled-calm-mobile.webp?11222023");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 75%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
  @media (min-width: 801px) {
    .app-banner {
      background-image: url("https://www.homedics.com/content/promos/2023111-drift-category/app-controlled-calm-desktop.webp?11222023");
      height: 490px;
      padding-top: 0; } }
  .app-banner .drift-slider {
    --swiper-navigation-color: var(--color-black); }
    @media (min-width: 801px) {
      .app-banner .drift-slider {
        display: none; } }

.slide {
  width: 146.785px;
  height: 214.807px;
  border-radius: 179.006px;
  max-width: 140px;
  display: flex;
  justify-content: center;
  background-size: cover;
  height: 200px !important;
  padding: 10px;
  background-position: left; }
  .slide .underline {
    color: white;
    margin-top: 8px;
    font-size: 16px;
    text-decoration: underline; }
  .slide-1 {
    background-image: url("https://www.homedics.com/content/promos/2023111-drift-category/slide-1.webp?11222023"); }
  .slide-2 {
    background-image: url("https://www.homedics.com/content/promos/2023111-drift-category/slide-2.webp"); }
  .slide-3 {
    background-image: url("https://www.homedics.com/content/promos/2023111-drift-category/slide-3.webp"); }
  .slide-4 {
    background-image: url("https://www.homedics.com/content/promos/2023111-drift-category/slide-4.webp"); }
  .slide-5 {
    background-image: url("https://www.homedics.com/content/promos/2023111-drift-category/slide-5.webp"); }
  .slide-6 {
    background-image: url("https://www.homedics.com/content/promos/2023111-drift-category/slide-6.webp"); }

@media (min-width: 801px) {
  .second-banner {
    display: flex;
    flex-direction: row-reverse; } }

.second-banner .image {
  background-image: url("https://www.homedics.com/content/promos/2023111-drift-category/second-banner-desktop.webp");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 240px; }
  @media (min-width: 801px) {
    .second-banner .image {
      flex: 1; } }

.second-banner .text {
  background-color: #F4F1F2;
  margin-top: -8px;
  color: #02656E;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "new-kansas";
  justify-content: center; }
  @media (min-width: 801px) {
    .second-banner .text {
      align-items: flex-start;
      flex: 1;
      margin-top: 0;
      padding-left: 4.25rem; } }
  .second-banner .text .line-1 {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600; }
  .second-banner .text .line-2 {
    font-size: 31px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0; }
  .second-banner .text .line-3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: .5rem; }
  .second-banner .text .button, .second-banner .text .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .second-banner .text button, .second-banner .text .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .second-banner .text .show-all-products-btn, .second-banner .text .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .second-banner .text .aa-ItemActionButton, .second-banner .text .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .second-banner .text button {
    background: #02656E;
    color: white;
    padding: 9px 16px;
    font-size: 14px; }

.second-banner .promo-text {
  background-color: var(--color-amazonite);
  border-radius: 20px 0 0 20px;
  color: var(--color-secondary);
  font-size: 16px;
  margin-top: 20px;
  padding: 2px 16px;
  position: absolute;
  right: 0;
  width: 72px; }
  @media (min-width: 801px) {
    .second-banner .promo-text {
      width: 140px;
      padding: 4px 40px;
      font-size: 25.376px;
      border-radius: 60px 0 0 60px; } }

.collage-template {
  display: none; }
  @media (min-width: 801px) {
    .collage-template {
      display: grid;
      height: 700px;
      font-family: "Inter";
      background-size: cover;
      gap: 1rem;
      grid-template-areas: 'card-1 card-1 card-1 card-1 card-1 card-1 card-2 card-2 card-2 card-3 card-3 card-3' 'card-4 card-4 card-4 card-4 card-5 card-5 card-5 card-5 card-6 card-6 card-6 card-6';
      margin: 1rem 0; }
      .collage-template .collage {
        display: flex;
        justify-content: center; }
        .collage-template .collage .text {
          color: white;
          text-decoration: underline;
          font-size: 16px;
          margin-top: 21px; }
        .collage-template .collage-1 {
          background-image: url("https://www.homedics.com/content/promos/2023111-drift-category/gallery-1.webp?11222023");
          background-size: cover;
          grid-area: card-1; }
        .collage-template .collage-2 {
          background-image: url("https://www.homedics.com/content/promos/2023111-drift-category/gallery-2.webp");
          background-size: cover;
          grid-area: card-2; }
        .collage-template .collage-3 {
          background-image: url("https://www.homedics.com/content/promos/2023111-drift-category/gallery-3.webp");
          background-size: cover;
          grid-area: card-3; }
        .collage-template .collage-4 {
          background-image: url("https://www.homedics.com/content/promos/2023111-drift-category/gallery-4.webp");
          background-size: cover;
          grid-area: card-4; }
        .collage-template .collage-5 {
          background-image: url("https://www.homedics.com/content/promos/2023111-drift-category/gallery-5.webp");
          background-size: cover;
          grid-area: card-5; }
        .collage-template .collage-6 {
          background-image: url("https://www.homedics.com/content/promos/2023111-drift-category/gallery-6.webp");
          background-size: cover;
          grid-area: card-6; } }

/*which drift banner*/
section.component__20231101-dj-wdb {
  --bg-width: 720;
  --bg-height: 594;
  display: flex;
  height: 100%;
  width: 100%;
  aspect-ratio: calc(var(--bg-width) / var(--bg-height));
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
  background-image: url("https://store-jelmg7hxh0.mybigcommerce.com/content/promos/20231031-drift-jr-pdp/drift-lineup-mobile.webp");
  background-size: cover;
  background-position: center;
  color: var(--color-secondary);
  text-align: center;
  padding: 0.75rem; }
  @media (min-width: 551px) {
    section.component__20231101-dj-wdb {
      --bg-width: 1920;
      --bg-height: 671;
      min-height: 360px;
      background-image: url("https://store-jelmg7hxh0.mybigcommerce.com/content/promos/20231031-drift-jr-pdp/drift-lineup-desktop.webp");
      padding: 1rem; } }
  section.component__20231101-dj-wdb h2 {
    color: var(--color-white);
    font-family: "new-kansas";
    font-size: 1.6025rem;
    font-weight: 600;
    line-height: 1.77625rem;
    margin: 1rem auto 0;
    max-width: 200px; }
    @media (min-width: 801px) {
      section.component__20231101-dj-wdb h2 {
        font-size: 2.75rem;
        line-height: 3.3rem;
        margin: 1rem 0 0;
        max-width: unset; } }
  section.component__20231101-dj-wdb p {
    color: var(--color-white);
    font-family: Circular Std;
    font-size: 0.96rem;
    font-weight: 450;
    line-height: 1.43938rem; }
  section.component__20231101-dj-wdb.stress-lift {
    --bg-width: 720;
    --bg-height: 594;
    background-image: url("https://store-jelmg7hxh0.mybigcommerce.com/content/promos/20231031-drift-jr-pdp/bottom-mobile.webp");
    justify-content: center; }
    @media (min-width: 551px) {
      section.component__20231101-dj-wdb.stress-lift {
        --bg-width: 1920;
        --bg-height: 410;
        background-image: url("https://store-jelmg7hxh0.mybigcommerce.com/content/promos/20231031-drift-jr-pdp/bottom-desktop.webp");
        padding: 1rem; } }

/*End Which Banner*/
/*Start drift app*/
section.component__20231101-dj-drift-app {
  --bg-width: 720;
  --bg-height: 1014;
  display: flex;
  height: 100%;
  width: 100%;
  aspect-ratio: calc(var(--bg-width) / var(--bg-height));
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
  background-image: url("https://store-jelmg7hxh0.mybigcommerce.com/content/promos/20231031-drift-jr-pdp/premium-app-bg-mobile.webp");
  background-size: cover;
  background-position: center;
  color: var(--color-secondary);
  text-align: center;
  padding: 0.75rem;
  min-height: 572px; }
  @media (min-width: 801px) {
    section.component__20231101-dj-drift-app {
      --bg-width: 1920;
      --bg-height: 1130;
      flex-direction: row;
      justify-content: center;
      background-image: url("https://store-jelmg7hxh0.mybigcommerce.com/content/promos/20231031-drift-jr-pdp/premium-app-bg-desktop.webp");
      padding: 1rem 1rem 1rem 4.5rem;
      aspect-ratio: unset; } }
  section.component__20231101-dj-drift-app .component-contain {
    padding: 2.5rem 0 2.5rem 4.25rem; }
  section.component__20231101-dj-drift-app header {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  section.component__20231101-dj-drift-app h2 {
    color: var(--color-white);
    font-family: "new-kansas";
    font-size: 1.6025rem;
    font-weight: 600;
    line-height: 1.77625rem;
    margin: 1rem 0.75rem; }
    @media (min-width: 801px) {
      section.component__20231101-dj-drift-app h2 {
        font-size: 2.75rem;
        line-height: 3.3rem;
        margin: 1rem 0 0;
        text-align: left; } }
  section.component__20231101-dj-drift-app p {
    color: var(--color-white);
    font-family: Circular Std;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2rem; }
    section.component__20231101-dj-drift-app p.sub-txt {
      font-size: 0.875rem;
      line-height: 1.125rem;
      font-weight: 500;
      text-align: center; }
    @media (min-width: 801px) {
      section.component__20231101-dj-drift-app p {
        text-align: left; } }
  section.component__20231101-dj-drift-app footer {
    display: flex;
    flex-direction: column;
    padding-top: 1.5rem; }
    section.component__20231101-dj-drift-app footer img {
      width: 100%;
      max-width: 600px;
      height: auto;
      margin: auto; }
    section.component__20231101-dj-drift-app footer .subtitle-contain {
      display: flex;
      flex-direction: row; }
      section.component__20231101-dj-drift-app footer .subtitle-contain .dj-col {
        padding: 0 .4rem; }
      @media (min-width: 801px) {
        section.component__20231101-dj-drift-app footer .subtitle-contain {
          max-width: 73%;
          margin: auto; } }

/*title*/
.drift-elevate-space-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  text-align: center;
  margin: 1.25rem 0 0; }
  .drift-elevate-space-title h2 {
    color: var(--color-secondary);
    font-family: "new-kansas" !important;
    font-size: 1.6025rem;
    font-weight: 600;
    line-height: 1.77625rem;
    margin: 0; }
    @media (min-width: 801px) {
      .drift-elevate-space-title h2 {
        font-size: 2.75rem;
        line-height: 3.3rem;
        margin: 1rem 0 0; } }
  .drift-elevate-space-title p {
    color: #595854;
    font-family: Circular Std;
    font-size: 0.96rem;
    font-weight: 450;
    line-height: 1.43938rem;
    margin: 0; }

.component__2024-modulair--hero {
  --bg-width: 1920;
  --bg-height: 700;
  align-items: center;
  background-color: var(--color-cloud);
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  @media (min-width: 992px) {
    .component__2024-modulair--hero {
      aspect-ratio: calc(var(--bg-width) / var(--bg-height));
      background-image: url("https://assets.fkabrands.com/web/homedics/promos/2024-modulair/hero-desktop.webp");
      flex-direction: row; } }
  .component__2024-modulair--hero h1 {
    color: var(--color-secondary);
    font-size: 2.5rem;
    font-weight: 600;
    margin-top: 0; }
    @media (min-width: 992px) {
      .component__2024-modulair--hero h1 {
        font-size: 4rem; } }
  .component__2024-modulair--hero p {
    color: var(--color-secondary);
    font-size: 1rem;
    font-weight: 500; }
  .component__2024-modulair--hero .button, .component__2024-modulair--hero .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .component__2024-modulair--hero button, .component__2024-modulair--hero .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .component__2024-modulair--hero .show-all-products-btn, .component__2024-modulair--hero .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .component__2024-modulair--hero .aa-ItemActionButton, .component__2024-modulair--hero .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .component__2024-modulair--hero button {
    margin-bottom: 0; }
  .component__2024-modulair--hero .text-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
    text-align: center; }
    @media (min-width: 992px) {
      .component__2024-modulair--hero .text-container {
        align-items: flex-start;
        flex-basis: 50%;
        padding: 2rem 4rem;
        text-align: left; } }
  .component__2024-modulair--hero .media-container {
    --bg-width: 1170;
    --bg-height: 763;
    aspect-ratio: calc(var(--bg-width) / var(--bg-height));
    background-image: url("https://assets.fkabrands.com/web/homedics/promos/2024-modulair/hero-mobile.webp");
    background-size: cover;
    height: 100%;
    width: 100%; }
    @media (min-width: 992px) {
      .component__2024-modulair--hero .media-container {
        display: none !important; } }

.component__2024-modulair-2x2-grid h2 {
  color: var(--color-secondary);
  font-size: 2.5rem;
  font-weight: 450;
  line-height: 1 !important;
  margin-top: 0; }
  .component__2024-modulair-2x2-grid h2 b,
  .component__2024-modulair-2x2-grid h2 strong {
    font-weight: 700; }
  @media (min-width: 768px) {
    .component__2024-modulair-2x2-grid h2 {
      font-size: 4rem; } }

.component__2024-modulair-2x2-grid p {
  color: var(--color-secondary);
  font-size: 1rem;
  font-weight: 500; }
  @media (min-width: 768px) {
    .component__2024-modulair-2x2-grid p {
      font-size: 1.125rem; } }
  .component__2024-modulair-2x2-grid p.new {
    color: var(--color-secondary);
    font-family: "new-kansas";
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .component__2024-modulair-2x2-grid p.new {
        font-size: 1.875rem; } }

.component__2024-modulair-2x2-grid .icon-columns {
  color: var(--color-secondary);
  font-size: 0.875rem;
  font-weight: 500;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  line-height: 18px;
  margin: 0 0 1rem; }
  .component__2024-modulair-2x2-grid .icon-columns li {
    list-style-type: none;
    text-align: center; }
    .component__2024-modulair-2x2-grid .icon-columns li img {
      display: block !important;
      margin-bottom: .25rem; }

.component__2024-modulair-2x2-grid .shg-box-content > .shg-c:first-child .shg-row > div:first-child > .shg-align-container {
  height: 100%;
  max-height: 500px; }

.component__2024-modulair-2x2-grid .shg-box-content > .shg-c:first-child .shg-row > div:last-child {
  padding: 2rem; }
  @media (min-width: 992px) {
    .component__2024-modulair-2x2-grid .shg-box-content > .shg-c:first-child .shg-row > div:last-child {
      padding: 4rem; } }
  .component__2024-modulair-2x2-grid .shg-box-content > .shg-c:first-child .shg-row > div:last-child > .shg-c {
    text-align: center !important; }
    @media (min-width: 768px) {
      .component__2024-modulair-2x2-grid .shg-box-content > .shg-c:first-child .shg-row > div:last-child > .shg-c {
        text-align: left !important; } }
  .component__2024-modulair-2x2-grid .shg-box-content > .shg-c:first-child .shg-row > div:last-child h2 br:last-child {
    display: none; }
    @media (min-width: 768px) {
      .component__2024-modulair-2x2-grid .shg-box-content > .shg-c:first-child .shg-row > div:last-child h2 br:last-child {
        display: block; } }

.component__2024-modulair-2x2-grid .shg-box-content > .shg-c .shg-box-vertical-align-wrapper {
  height: 100%; }

.component__2024-modulair-2x2-grid .shg-box-content > .shg-c:last-child p.second-row-text {
  margin: 0;
  padding: 1rem 2rem;
  text-align: center; }
  @media (min-width: 768px) {
    .component__2024-modulair-2x2-grid .shg-box-content > .shg-c:last-child p.second-row-text {
      padding: 2rem 4rem; } }

.component__2024-modulair--lp-hero h1 {
  color: var(--color-secondary);
  font-family: "Inter" !important;
  font-size: 2.5rem;
  font-weight: 450;
  line-height: 1 !important;
  margin-top: 0; }
  @media (min-width: 992px) {
    .component__2024-modulair--lp-hero h1 {
      font-size: 4rem; } }
  .component__2024-modulair--lp-hero h1 b,
  .component__2024-modulair--lp-hero h1 strong {
    font-weight: 700; }

.component__2024-modulair--lp-hero p {
  font-size: 1rem;
  font-weight: 500; }
  @media (min-width: 768px) {
    .component__2024-modulair--lp-hero p {
      font-size: 1.125rem; } }
  .component__2024-modulair--lp-hero p.new {
    color: var(--color-secondary);
    font-family: "new-kansas";
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .component__2024-modulair--lp-hero p.new {
        font-size: 1.875rem; } }

.component__2024-modulair--lp-hero .button, .component__2024-modulair--lp-hero .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .component__2024-modulair--lp-hero button, .component__2024-modulair--lp-hero .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .component__2024-modulair--lp-hero .show-all-products-btn, .component__2024-modulair--lp-hero .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .component__2024-modulair--lp-hero .aa-ItemActionButton, .component__2024-modulair--lp-hero .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .component__2024-modulair--lp-hero button {
  width: 100%; }
  @media (min-width: 768px) {
    .component__2024-modulair--lp-hero .button, .component__2024-modulair--lp-hero .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .component__2024-modulair--lp-hero button, .component__2024-modulair--lp-hero .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .component__2024-modulair--lp-hero .show-all-products-btn, .component__2024-modulair--lp-hero .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .component__2024-modulair--lp-hero .aa-ItemActionButton, .component__2024-modulair--lp-hero .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .component__2024-modulair--lp-hero button {
      width: auto; } }

.component__2024-modulair--lp-hero .shg-row > div:first-child {
  padding: 1rem; }
  @media (min-width: 768px) {
    .component__2024-modulair--lp-hero .shg-row > div:first-child {
      padding: 0 0 0 5rem; } }

.component__2024-modulair--lp-hero .shg-row > div:last-child {
  padding: 0 1rem; }

.component__2024-modulair--lp-hero .shg-row > div .shg-c {
  height: 100%;
  text-align: center !important; }
  @media (min-width: 768px) {
    .component__2024-modulair--lp-hero .shg-row > div .shg-c {
      align-items: flex-start;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: left !important; } }

.component__2024-modulair--science-backed-relief {
  padding: 2rem; }
  @media (min-width: 768px) {
    .component__2024-modulair--science-backed-relief {
      padding: 2.5rem; } }
  .component__2024-modulair--science-backed-relief h2 {
    color: var(--color-white);
    font-size: 1.875rem !important;
    font-weight: 600 !important; }
    @media (min-width: 768px) {
      .component__2024-modulair--science-backed-relief h2 {
        font-size: 3rem !important; } }
  .component__2024-modulair--science-backed-relief p {
    font-size: 1rem;
    font-weight: 500; }
    @media (min-width: 768px) {
      .component__2024-modulair--science-backed-relief p {
        font-size: 1.125rem; } }
  .component__2024-modulair--science-backed-relief .col-images {
    --img-height: 50px;
    --img-width: 50px; }
    .component__2024-modulair--science-backed-relief .col-images .shg-c {
      aspect-ratio: unset !important; }
    .component__2024-modulair--science-backed-relief .col-images .shg-image-content-wrapper {
      height: auto !important;
      width: auto !important; }
    .component__2024-modulair--science-backed-relief .col-images img {
      max-height: var(--img-height);
      max-width: var(--img-width);
      margin-bottom: .75rem;
      position: unset !important;
      width: 100%; }
      @media (min-width: 768px) {
        .component__2024-modulair--science-backed-relief .col-images img {
          --img-height: 60px;
          --img-width: 60px; } }
    .component__2024-modulair--science-backed-relief .col-images p {
      font-size: 0.875rem;
      font-weight: 500; }
      @media (min-width: 768px) {
        .component__2024-modulair--science-backed-relief .col-images p {
          font-size: 1.125rem; } }

.component__2024-modulair--price-possible {
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-color: #717171;
  --swiper-pagination-bullet-inactive-color: #B7B4B2;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-navigation-color: black;
  --swiper-navigation-size: 20px;
  background: var(--color-cloud); }
  @media (min-width: 768px) {
    .component__2024-modulair--price-possible {
      padding: 2rem 4rem; } }
  .component__2024-modulair--price-possible.striped-border-top {
    padding-top: 4rem; }
    .component__2024-modulair--price-possible.striped-border-top:before {
      top: -12px;
      transform: rotate(180deg);
      z-index: unset; }
  .component__2024-modulair--price-possible h2 {
    color: var(--color-secondary);
    font-family: "new-kansas" !important;
    font-size: 1.875rem !important;
    font-weight: 600 !important;
    padding-left: 2rem;
    padding-right: 2rem; }
    @media (min-width: 768px) {
      .component__2024-modulair--price-possible h2 {
        font-size: 3rem !important;
        padding-left: 4rem;
        padding-right: 4rem; } }
  .component__2024-modulair--price-possible p {
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    padding-left: 2rem;
    padding-right: 2rem; }
    @media (min-width: 768px) {
      .component__2024-modulair--price-possible p {
        font-size: 1.125rem;
        padding-left: 4rem;
        padding-right: 4rem; } }
  .component__2024-modulair--price-possible .swiper {
    padding: 2rem; }
    .component__2024-modulair--price-possible .swiper .swiper-wrapper {
      color: var(--color-white);
      margin: 0;
      text-align: center;
      list-style-type: none;
      display: grid;
      grid-template-columns: repeat(4, 1fr); }
      @media (min-width: 768px) {
        .component__2024-modulair--price-possible .swiper .swiper-wrapper {
          display: grid;
          grid-template-columns: repeat(4, 1fr);
          grid-column-gap: 1rem;
          grid-row-gap: 1rem; } }
    @media (min-width: 768px) {
      .component__2024-modulair--price-possible .swiper .swiper-button-prev,
      .component__2024-modulair--price-possible .swiper .swiper-button-next {
        display: none !important; } }
    .component__2024-modulair--price-possible .swiper .swiper-button-prev:after,
    .component__2024-modulair--price-possible .swiper .swiper-button-next:after {
      font-weight: bold; }
    .component__2024-modulair--price-possible .swiper .swiper-pagination {
      bottom: 2px; }
      @media (min-width: 768px) {
        .component__2024-modulair--price-possible .swiper .swiper-pagination {
          display: none; } }
      .component__2024-modulair--price-possible .swiper .swiper-pagination-bullet {
        border: none; }
  .component__2024-modulair--price-possible .col-images {
    --img-height: 50px;
    --img-width: 50px; }
    .component__2024-modulair--price-possible .col-images .shg-c {
      aspect-ratio: unset !important; }
    .component__2024-modulair--price-possible .col-images .shg-image-content-wrapper {
      height: auto !important;
      width: auto !important; }
    .component__2024-modulair--price-possible .col-images img {
      max-height: var(--img-height);
      max-width: var(--img-width);
      margin-bottom: .75rem;
      position: unset !important;
      width: 100%; }
      @media (min-width: 768px) {
        .component__2024-modulair--price-possible .col-images img {
          --img-height: 60px;
          --img-width: 60px; } }
    .component__2024-modulair--price-possible .col-images p {
      font-size: 0.875rem;
      font-weight: 500; }
      @media (min-width: 768px) {
        .component__2024-modulair--price-possible .col-images p {
          font-size: 1.125rem; } }

.component__2024-modulair--relief-for-all {
  background: var(--color-cloud);
  padding: 2rem 1rem; }
  @media (min-width: 768px) {
    .component__2024-modulair--relief-for-all {
      padding: 2rem 4rem; } }
  .component__2024-modulair--relief-for-all h2 {
    color: var(--color-secondary);
    font-family: "new-kansas" !important;
    font-size: 1.875rem !important;
    font-weight: 600 !important; }
    @media (min-width: 768px) {
      .component__2024-modulair--relief-for-all h2 {
        font-size: 3rem !important; } }
  .component__2024-modulair--relief-for-all p {
    color: var(--color-black);
    font-size: 0.875rem !important;
    text-align: center; }
    @media (min-width: 768px) {
      .component__2024-modulair--relief-for-all p {
        font-size: 1.125rem !important; } }
  .component__2024-modulair--relief-for-all .card-container {
    padding: 1.5rem 1rem; }
    @media (min-width: 992px) {
      .component__2024-modulair--relief-for-all .card-container {
        padding: 2rem; } }
    .component__2024-modulair--relief-for-all .card-container .shg-box-content {
      display: grid;
      grid-gap: 1rem;
      grid-template-columns: repeat(2, 1fr); }
      @media (min-width: 992px) {
        .component__2024-modulair--relief-for-all .card-container .shg-box-content {
          grid-gap: 2rem;
          grid-template-columns: repeat(5, 1fr); } }
      .component__2024-modulair--relief-for-all .card-container .shg-box-content :first-child {
        grid-column: 1 / -1; }
        @media (min-width: 992px) {
          .component__2024-modulair--relief-for-all .card-container .shg-box-content :first-child {
            grid-column: unset; } }
        .component__2024-modulair--relief-for-all .card-container .shg-box-content :first-child figure {
          background-color: var(--color-white);
          text-align: center; }
          .component__2024-modulair--relief-for-all .card-container .shg-box-content :first-child figure img {
            width: 50%; }
            @media (min-width: 992px) {
              .component__2024-modulair--relief-for-all .card-container .shg-box-content :first-child figure img {
                width: 100%; } }
  .component__2024-modulair--relief-for-all .component__2024-product__card {
    margin-bottom: 1rem;
    position: relative; }
    @media (min-width: 992px) {
      .component__2024-modulair--relief-for-all .component__2024-product__card {
        margin-bottom: 0; } }
    .component__2024-modulair--relief-for-all .component__2024-product__card .badge {
      background-color: var(--color-amazonite);
      color: var(--color-secondary);
      font-size: 1rem;
      padding-left: 1rem;
      padding-right: 1rem;
      top: .75rem;
      width: auto; }
      @media (min-width: 992px) {
        .component__2024-modulair--relief-for-all .component__2024-product__card .badge {
          top: .5rem; } }
    .component__2024-modulair--relief-for-all .component__2024-product__card figure {
      margin: 0; }
      .component__2024-modulair--relief-for-all .component__2024-product__card figure img {
        width: 100%; }
    .component__2024-modulair--relief-for-all .component__2024-product__card h3 {
      color: var(--color-black);
      font-size: 1rem;
      font-weight: 500;
      margin-top: 1rem; }
      @media (min-width: 768px) {
        .component__2024-modulair--relief-for-all .component__2024-product__card h3 {
          font-size: 1.125rem; } }
    .component__2024-modulair--relief-for-all .component__2024-product__card > p {
      font-size: 0.875rem !important;
      margin-bottom: 1rem;
      text-align: left; }
    .component__2024-modulair--relief-for-all .component__2024-product__card .price {
      color: var(--color-secondary);
      font-size: 1.25rem;
      font-weight: 700; }
      @media (min-width: 768px) {
        .component__2024-modulair--relief-for-all .component__2024-product__card .price {
          font-size: 1.5rem; } }
      .component__2024-modulair--relief-for-all .component__2024-product__card .price .regular-price {
        color: var(--color-secondary); }
    .component__2024-modulair--relief-for-all .component__2024-product__card a.shop-now {
      color: var(--color-secondary);
      font-size: 0.875rem;
      font-weight: 500;
      text-decoration-line: underline;
      text-decoration-color: var(--color-secondary);
      text-transform: lowercase; }
      .component__2024-modulair--relief-for-all .component__2024-product__card a.shop-now:hover {
        text-decoration-line: unset; }
      @media (min-width: 768px) {
        .component__2024-modulair--relief-for-all .component__2024-product__card a.shop-now {
          font-size: 1rem; } }
  .component__2024-modulair--relief-for-all .button, .component__2024-modulair--relief-for-all .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .component__2024-modulair--relief-for-all button, .component__2024-modulair--relief-for-all .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .component__2024-modulair--relief-for-all .show-all-products-btn, .component__2024-modulair--relief-for-all .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .component__2024-modulair--relief-for-all .aa-ItemActionButton, .component__2024-modulair--relief-for-all .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .component__2024-modulair--relief-for-all button {
    text-align: center;
    width: 100%; }
    @media (min-width: 992px) {
      .component__2024-modulair--relief-for-all .button, .component__2024-modulair--relief-for-all .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .component__2024-modulair--relief-for-all button, .component__2024-modulair--relief-for-all .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .component__2024-modulair--relief-for-all .show-all-products-btn, .component__2024-modulair--relief-for-all .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .component__2024-modulair--relief-for-all .aa-ItemActionButton, .component__2024-modulair--relief-for-all .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .component__2024-modulair--relief-for-all button {
        width: auto; } }

.component__2024-modulair--proprietary-universal-controller {
  background: var(--color-cloud);
  padding: 2rem; }
  @media (min-width: 768px) {
    .component__2024-modulair--proprietary-universal-controller {
      padding: 2rem 4rem; } }
  .component__2024-modulair--proprietary-universal-controller h2 {
    color: var(--color-secondary);
    font-family: "new-kansas" !important;
    font-size: 1.875rem !important;
    font-weight: 600 !important; }
    @media (min-width: 768px) {
      .component__2024-modulair--proprietary-universal-controller h2 {
        font-size: 3rem !important; } }
  .component__2024-modulair--proprietary-universal-controller p {
    font-size: 1rem;
    font-weight: 500;
    text-align: center; }
    @media (min-width: 768px) {
      .component__2024-modulair--proprietary-universal-controller p {
        font-size: 1.125rem; } }
  .component__2024-modulair--proprietary-universal-controller .img-columns .shg-row {
    align-items: center;
    display: flex;
    flex-direction: row; }
    .component__2024-modulair--proprietary-universal-controller .img-columns .shg-row > div {
      color: var(--color-secondary);
      font-size: 0.875rem !important;
      font-weight: 500 !important;
      margin-bottom: 1rem;
      text-align: center;
      width: 50%; }
      @media (min-width: 992px) {
        .component__2024-modulair--proprietary-universal-controller .img-columns .shg-row > div {
          font-size: 1.125rem !important;
          width: auto; } }
      .component__2024-modulair--proprietary-universal-controller .img-columns .shg-row > div:nth-child(3) {
        order: -1;
        width: 100%; }
        @media (min-width: 992px) {
          .component__2024-modulair--proprietary-universal-controller .img-columns .shg-row > div:nth-child(3) {
            order: unset;
            width: 400px; } }

.component__2024-modulair--advanced-technology {
  background: var(--color-cloud);
  padding: 2rem; }
  @media (min-width: 768px) {
    .component__2024-modulair--advanced-technology {
      padding: 2rem 4rem; } }
  .component__2024-modulair--advanced-technology h2 {
    color: var(--color-secondary);
    font-family: "new-kansas" !important;
    font-size: 1.875rem !important;
    font-weight: 600 !important;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    @media (min-width: 768px) {
      .component__2024-modulair--advanced-technology h2 {
        font-size: 3rem !important; } }
  .component__2024-modulair--advanced-technology p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    @media (min-width: 768px) {
      .component__2024-modulair--advanced-technology p {
        font-size: 1.125rem; } }
  .component__2024-modulair--advanced-technology .standard-fifty-fifty h3 {
    color: var(--color-secondary);
    font-family: "new-kansas";
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1rem; }
    @media (min-width: 768px) {
      .component__2024-modulair--advanced-technology .standard-fifty-fifty h3 {
        font-size: 1.875rem; } }
  .component__2024-modulair--advanced-technology .standard-fifty-fifty p {
    font-size: 1rem; }

.component__2024-modulair--smart-easy {
  background-color: #005c6e;
  padding: 2rem;
  margin-top: var(--striped-border-height); }
  .component__2024-modulair--smart-easy.striped-border-top::before {
    top: calc(-1 * var(--striped-border-height)); }
  .component__2024-modulair--smart-easy h2 {
    color: var(--color-white);
    font-family: "new-kansas" !important;
    font-size: 1.875rem !important;
    font-weight: 600 !important;
    margin-top: 0; }
    @media (min-width: 768px) {
      .component__2024-modulair--smart-easy h2 {
        font-size: 3rem !important; } }
  .component__2024-modulair--smart-easy p {
    color: var(--color-white);
    font-size: 1rem;
    font-weight: 500; }
    @media (min-width: 768px) {
      .component__2024-modulair--smart-easy p {
        font-size: 1.125rem; } }
  .component__2024-modulair--smart-easy .shg-row .shg-image-content-wrapper {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  @media (min-width: 768px) {
    .component__2024-modulair--smart-easy .shg-row > div:last-child {
      padding-left: 1rem; } }
  @media (min-width: 992px) {
    .component__2024-modulair--smart-easy .shg-row > div:last-child {
      padding-left: 5rem; } }
  .component__2024-modulair--smart-easy .shg-row > div .shg-c {
    text-align: center !important; }
    @media (min-width: 768px) {
      .component__2024-modulair--smart-easy .shg-row > div .shg-c {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: left !important; } }

section.component__2024-modulair--grid {
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-color: #717171;
  --swiper-pagination-bullet-inactive-color: #B7B4B2;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-navigation-color: black;
  --swiper-navigation-size: 20px;
  background-color: var(--color-cloud);
  padding: 2rem; }
  @media (min-width: 768px) {
    section.component__2024-modulair--grid {
      padding: 1rem; } }
  section.component__2024-modulair--grid a {
    display: flex;
    position: relative; }
    section.component__2024-modulair--grid a span {
      text-decoration-line: underline; }
    section.component__2024-modulair--grid a:hover span {
      text-decoration-line: none; }
    section.component__2024-modulair--grid a span {
      color: var(--color-white);
      left: 0;
      right: 0;
      top: 1rem;
      position: absolute; }
  section.component__2024-modulair--grid img {
    object-fit: cover;
    border-radius: 180px;
    height: 215px;
    width: 150px; }
    @media (min-width: 768px) {
      section.component__2024-modulair--grid img {
        border-radius: unset;
        height: 100%;
        width: 100%; } }
  section.component__2024-modulair--grid .swiper-wrapper {
    color: var(--color-white);
    margin: 0;
    text-align: center;
    list-style-type: none; }
    @media (min-width: 768px) {
      section.component__2024-modulair--grid .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 1.25rem;
        grid-row-gap: 1.25rem; } }
    section.component__2024-modulair--grid .swiper-wrapper .swiper-slide {
      height: auto;
      width: 100%; }
      @media (min-width: 768px) {
        section.component__2024-modulair--grid .swiper-wrapper .swiper-slide {
          aspect-ratio: unset;
          height: 100%; } }
      @media (min-width: 768px) {
        section.component__2024-modulair--grid .swiper-wrapper .swiper-slide:nth-child(1) {
          grid-area: 1 / 1 / 3 / 3; } }
      @media (min-width: 768px) {
        section.component__2024-modulair--grid .swiper-wrapper .swiper-slide:nth-child(2) {
          grid-area: 1 / 3 / 2 / 4; } }
      @media (min-width: 768px) {
        section.component__2024-modulair--grid .swiper-wrapper .swiper-slide:nth-child(3) {
          grid-area: 1 / 4 / 2 / 5; } }
      @media (min-width: 768px) {
        section.component__2024-modulair--grid .swiper-wrapper .swiper-slide:nth-child(4) {
          grid-area: 2 / 3 / 3 / 4; } }
      @media (min-width: 768px) {
        section.component__2024-modulair--grid .swiper-wrapper .swiper-slide:nth-child(5) {
          grid-area: 2 / 4 / 3 / 5; } }
  @media (min-width: 768px) {
    section.component__2024-modulair--grid .swiper-button-prev,
    section.component__2024-modulair--grid .swiper-button-next {
      display: none !important; } }
  section.component__2024-modulair--grid .swiper-button-prev:after,
  section.component__2024-modulair--grid .swiper-button-next:after {
    font-weight: bold; }
  section.component__2024-modulair--grid .swiper-pagination {
    bottom: 2px; }
    @media (min-width: 768px) {
      section.component__2024-modulair--grid .swiper-pagination {
        display: none; } }
    section.component__2024-modulair--grid .swiper-pagination-bullet {
      border: none; }

.component__2024-modulair--massage-therapy {
  background-color: var(--color-amazonite);
  padding: 2rem; }
  @media (min-width: 768px) {
    .component__2024-modulair--massage-therapy {
      padding: 4rem; } }
  .component__2024-modulair--massage-therapy h2 {
    color: var(--color-secondary);
    font-family: "new-kansas" !important;
    font-size: 1.875rem !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    margin-top: 0;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .component__2024-modulair--massage-therapy h2 {
        font-size: 3rem !important;
        margin-bottom: 2rem; } }
  .component__2024-modulair--massage-therapy p {
    color: var(--color-black);
    font-size: 1rem;
    font-weight: 450; }
    @media (min-width: 768px) {
      .component__2024-modulair--massage-therapy p {
        font-size: 1.125rem; } }

.component__2024-modulair--faqs {
  background-color: var(--color-cloud);
  padding: 2rem; }
  @media (min-width: 768px) {
    .component__2024-modulair--faqs {
      padding: 4rem; } }
  .component__2024-modulair--faqs h2 {
    color: var(--color-black);
    font-family: "new-kansas" !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    margin-top: 0;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .component__2024-modulair--faqs h2 {
        font-size: 3.5rem !important; } }
  .component__2024-modulair--faqs .shogun-accordion {
    border: unset !important; }
    .component__2024-modulair--faqs .shogun-accordion h4 {
      color: var(--color-secondary);
      font-size: 1.25rem !important;
      font-weight: 500 !important; }
    .component__2024-modulair--faqs .shogun-accordion p {
      color: var(--color-black);
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.2; }
    .component__2024-modulair--faqs .shogun-accordion-heading {
      padding: .5rem 0 !important; }
    .component__2024-modulair--faqs .shogun-accordion-body {
      border: unset !important; }

section.component__2023-heart-month__blood-pressure {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4rem 1rem;
  text-align: center; }
  @media (min-width: 551px) {
    section.component__2023-heart-month__blood-pressure {
      padding: 5rem 2rem; } }
  section.component__2023-heart-month__blood-pressure p {
    color: var(--color-secondary);
    font-family: "new-kansas";
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 75%;
    text-align: center; }
    @media (min-width: 551px) {
      section.component__2023-heart-month__blood-pressure p {
        font-size: 1.75rem;
        max-width: 45%; } }
    @media (min-width: 801px) {
      section.component__2023-heart-month__blood-pressure p {
        font-size: 3rem;
        line-height: 60px;
        max-width: 600px; } }
    section.component__2023-heart-month__blood-pressure p:last-child,
    section.component__2023-heart-month__blood-pressure p .button,
    section.component__2023-heart-month__blood-pressure p .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button,
    .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__2023-heart-month__blood-pressure p button,
    section.component__2023-heart-month__blood-pressure p .site-homedics2 .aa-Panel .show-all-products-btn,
    .site-homedics2 .aa-Panel section.component__2023-heart-month__blood-pressure p .show-all-products-btn,
    section.component__2023-heart-month__blood-pressure p .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton,
    .site-homedics2 .ais-InfiniteHits ol li section.component__2023-heart-month__blood-pressure p .aa-ItemActionButton,
    section.component__2023-heart-month__blood-pressure p .site-homedics2 .addrexxOverlay .addrexxButtonSet button,
    .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__2023-heart-month__blood-pressure p button {
      margin-bottom: 0; }

section.component__2023-mental-health-matters {
  aspect-ratio: calc(var(--bg-width) / var(--bg-height));
  background-color: #FDED98;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  text-align: center;
  /*
  &.cart-promo {
    --bg-width: 1466;
    --bg-height: 554;

    background-image: url("https://assets.fkabrands.com/web/homedics/promos/2023-mental-health-matters/cart-promo.jpg");
  }
  */ }
  section.component__2023-mental-health-matters h2 {
    --h2-bg-width: 232;
    --h2-bg-height: 69;
    aspect-ratio: calc(var(--h2-bg-width) / var(--h2-bg-height));
    background-image: url("https://assets.fkabrands.com/web/homedics/promos/2023-mental-health-matters/header-mobile.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent;
    text-indent: -9999px;
    margin: 0 auto 1rem;
    height: auto;
    max-width: calc(var(--h2-bg-width) * 1px);
    width: 100%; }
    @media (min-width: 1261px) {
      section.component__2023-mental-health-matters h2 {
        --h2-bg-width: 577;
        --h2-bg-height: 51;
        background-image: url("https://assets.fkabrands.com/web/homedics/promos/2023-mental-health-matters/header.svg"); } }
  section.component__2023-mental-health-matters img {
    margin-bottom: 1rem; }
  section.component__2023-mental-health-matters p {
    color: var(--color-secondary);
    font-size: 0.875rem;
    font-weight: 450;
    margin-bottom: .5rem; }
    @media (min-width: 801px) {
      section.component__2023-mental-health-matters p {
        font-size: 1rem; } }
    section.component__2023-mental-health-matters p b,
    section.component__2023-mental-health-matters p strong {
      font-family: "new-kansas";
      font-size: 1.125rem;
      font-weight: 700; }
      @media (min-width: 801px) {
        section.component__2023-mental-health-matters p b,
        section.component__2023-mental-health-matters p strong {
          font-size: 1.25rem; } }
  section.component__2023-mental-health-matters.category-banner {
    background-image: url("https://assets.fkabrands.com/web/homedics/promos/2023-mental-health-matters/bg-mobile.jpg");
    padding: 1rem; }
    @media (min-width: 1261px) {
      section.component__2023-mental-health-matters.category-banner {
        background-image: url("https://assets.fkabrands.com/web/homedics/promos/2023-mental-health-matters/bg.jpg"); } }
    section.component__2023-mental-health-matters.category-banner p {
      max-width: 800px; }
  section.component__2023-mental-health-matters.inline-marketing-tile {
    position: relative;
    background-image: url("https://assets.fkabrands.com/web/homedics/promos/2023-mental-health-matters/inline-tile.png");
    flex-direction: column;
    justify-content: center;
    padding: 1rem; }
    section.component__2023-mental-health-matters.inline-marketing-tile h2 {
      --h2-bg-width: 526;
      --h2-bg-height: 288;
      background-image: url("https://assets.fkabrands.com/web/homedics/promos/2023-mental-health-matters/inline-tile-header.png"); }

section.component__2023-mental-health__social {
  --ig-logo-height: 42px;
  --ig-logo-width: 41px;
  aspect-ratio: calc(var(--bg-width) / var(--bg-height));
  background-color: #FDED98;
  background-image: url("https://assets.fkabrands.com/web/homedics/promos/2023-mental-health-matters/social/bg-mobile.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  padding: 1rem;
  text-align: left; }
  @media (min-width: 801px) {
    section.component__2023-mental-health__social {
      --ig-logo-height: 53px;
      --ig-logo-width: 51px;
      background-image: url("https://assets.fkabrands.com/web/homedics/promos/2023-mental-health-matters/social/bg.jpg"); } }
  section.component__2023-mental-health__social p {
    color: var(--color-secondary);
    font-size: 0.875rem;
    font-weight: 450;
    max-width: 450px;
    margin: 0;
    position: relative;
    padding-top: 3rem;
    text-align: center; }
    @media (min-width: 551px) {
      section.component__2023-mental-health__social p {
        padding-top: 0;
        text-align: left; } }
    @media (min-width: 801px) {
      section.component__2023-mental-health__social p {
        font-size: 1.125rem; } }
    section.component__2023-mental-health__social p:before {
      background-image: url("https://assets.fkabrands.com/web/homedics/promos/2023-mental-health-matters/social/icon-instagram.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      margin-bottom: var(--ig-logo-height);
      margin-left: calc( -.5 * var(--ig-logo-width));
      height: var(--ig-logo-height);
      width: var(--ig-logo-width); }
      @media (min-width: 551px) {
        section.component__2023-mental-health__social p:before {
          float: left;
          margin: 0 1rem 0 0;
          position: unset; } }
    section.component__2023-mental-health__social p a {
      color: var(--color-secondary);
      font-weight: bold; }

section.component__2023-overlap-banner {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 1rem; }
  @media (min-width: 801px) {
    section.component__2023-overlap-banner {
      flex-direction: row;
      margin-bottom: 1rem; } }
  section.component__2023-overlap-banner img {
    max-height: 220px;
    padding: 0 1rem;
    z-index: 1; }
    @media (min-width: 801px) {
      section.component__2023-overlap-banner img {
        padding: 0;
        max-height: unset; } }
  section.component__2023-overlap-banner p {
    background-color: var(--color-primary);
    color: var(--color-white);
    font-size: 1.125rem;
    font-weight: 500;
    padding: 8rem 1rem 2rem 1rem;
    margin-top: -7rem;
    margin-bottom: 0;
    text-align: center; }
    @media (min-width: 801px) {
      section.component__2023-overlap-banner p {
        border-radius: 0 1rem 1rem 0;
        font-size: 1.5rem;
        max-width: 600px;
        padding: 1rem 1rem 1rem 2rem;
        margin-top: 0;
        margin-left: -1rem;
        text-align: left; } }

section.component__2023-red-sale-banner {
  background-color: var(--color-brandy-brown);
  background-position: center;
  background-repeat: repeat-x;
  background-size: cover;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 1rem;
  width: 100%;
  /*
  &:before {
    content: var(--repeating-text);
    font-size: remCalc(26);
    margin: 0.25rem 0;

    // left align the text
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;

    @include breakpoint($mobile-breakpoint) {
      font-size: remCalc(40);
    }
  }
  */ }
  @media (min-width: 801px) {
    section.component__2023-red-sale-banner {
      background-size: cover;
      flex-direction: row; } }
  @media (min-width: 1261px) {
    section.component__2023-red-sale-banner {
      background-size: contain; } }
  section.component__2023-red-sale-banner header {
    text-align: center; }
    @media (min-width: 801px) {
      section.component__2023-red-sale-banner header {
        padding-right: 1.5rem; } }
  section.component__2023-red-sale-banner.no-overflow {
    padding: 1.5rem 0;
    overflow: hidden;
    text-overflow: clip;
    text-indent: 1rem;
    white-space: nowrap; }
    @media (min-width: 801px) {
      section.component__2023-red-sale-banner.no-overflow {
        padding-top: 2rem;
        padding-bottom: 2rem; } }
  section.component__2023-red-sale-banner:before,
  section.component__2023-red-sale-banner h2 {
    color: var(--color-primary);
    font-family: "new-kansas";
    font-size: 1.625rem;
    font-weight: bold;
    line-height: 1.2;
    margin: 0; }
    @media (min-width: 801px) {
      section.component__2023-red-sale-banner:before,
      section.component__2023-red-sale-banner h2 {
        font-size: 2.75rem;
        line-height: 1.1; } }
    section.component__2023-red-sale-banner:before b,
    section.component__2023-red-sale-banner:before strong,
    section.component__2023-red-sale-banner h2 b,
    section.component__2023-red-sale-banner h2 strong {
      color: var(--color-dandelion); }
  section.component__2023-red-sale-banner p {
    color: var(--color-gray-lilac);
    font-size: 0.75rem;
    font-weight: 500;
    margin: 0;
    padding-right: 1rem; }
    @media (min-width: 801px) {
      section.component__2023-red-sale-banner p {
        color: var(--color-dandelion);
        font-size: 1.25rem; } }
  section.component__2023-red-sale-banner footer {
    align-items: center;
    display: flex;
    flex-direction: row; }
    @media (min-width: 801px) {
      section.component__2023-red-sale-banner footer {
        border-left: 2px solid var(--color-dandelion);
        padding-left: 1rem; } }
  section.component__2023-red-sale-banner .button, section.component__2023-red-sale-banner .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__2023-red-sale-banner button, section.component__2023-red-sale-banner .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.component__2023-red-sale-banner .show-all-products-btn, section.component__2023-red-sale-banner .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__2023-red-sale-banner .aa-ItemActionButton, section.component__2023-red-sale-banner .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__2023-red-sale-banner button {
    color: var(--color-brandy-brown);
    font-size: 0.75rem;
    margin: 0;
    white-space: nowrap;
    padding: 6px 30px; }
    @media (min-width: 801px) {
      section.component__2023-red-sale-banner .button, section.component__2023-red-sale-banner .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__2023-red-sale-banner button, section.component__2023-red-sale-banner .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.component__2023-red-sale-banner .show-all-products-btn, section.component__2023-red-sale-banner .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__2023-red-sale-banner .aa-ItemActionButton, section.component__2023-red-sale-banner .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__2023-red-sale-banner button {
        font-size: 0.875rem;
        padding: 12px 40px; } }

section.component__2023-spring-for-sale {
  aspect-ratio: calc(var(--bg-width) / var(--bg-height));
  background-color: var(--color-gray-lilac);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center; }
  @media (min-width: 801px) {
    section.component__2023-spring-for-sale {
      padding: 2rem; } }
  @media (min-width: 1261px) {
    section.component__2023-spring-for-sale {
      padding-left: 2rem;
      padding-right: 2rem; } }
  section.component__2023-spring-for-sale h2 {
    color: var(--color-amazonite);
    font-family: "new-kansas";
    font-size: 1.75rem;
    font-weight: 600;
    margin: 0 0 .5rem; }
    @media (min-width: 801px) {
      section.component__2023-spring-for-sale h2 {
        font-size: 2rem;
        margin-bottom: 1rem; } }
  section.component__2023-spring-for-sale h3 {
    color: var(--color-white);
    font-family: "new-kansas";
    font-size: 2.5rem;
    font-weight: 600;
    margin: 0 0 .5rem; }
    @media (min-width: 801px) {
      section.component__2023-spring-for-sale h3 {
        font-size: 3rem;
        font-weight: 700;
        margin-bottom: 1rem; } }
    section.component__2023-spring-for-sale h3 small {
      color: var(--color-white);
      font-size: inherit; }
  section.component__2023-spring-for-sale h4 {
    color: var(--color-white);
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0 0 .5rem; }
    @media (min-width: 801px) {
      section.component__2023-spring-for-sale h4 {
        margin-bottom: 1rem; } }
  section.component__2023-spring-for-sale.component__home-hero {
    background-image: url("https://assets.fkabrands.com/web/homedics/promos/2023-spring-for-sale/home-hero-mobile-1.jpg"); }
    @media (min-width: 801px) {
      section.component__2023-spring-for-sale.component__home-hero {
        --bg-width: 800;
        --bg-height: 550;
        background-image: url("https://assets.fkabrands.com/web/homedics/promos/2023-spring-for-sale/home-hero-tablet.jpg");
        padding: 0; } }
    @media (min-width: 1261px) {
      section.component__2023-spring-for-sale.component__home-hero {
        --bg-width: 1920;
        --bg-height: 849;
        background-image: url("https://assets.fkabrands.com/web/homedics/promos/2023-spring-for-sale/home-hero-desktop.jpg");
        justify-content: flex-end; } }
    section.component__2023-spring-for-sale.component__home-hero .text-container {
      padding: 1rem; }
      @media (min-width: 801px) {
        section.component__2023-spring-for-sale.component__home-hero .text-container {
          flex-basis: 50%;
          padding: 0; } }
      @media (min-width: 1261px) {
        section.component__2023-spring-for-sale.component__home-hero .text-container {
          flex-basis: 39%; } }
    section.component__2023-spring-for-sale.component__home-hero .image-container {
      --bg-width: 800;
      --bg-height: 333;
      background-image: url("https://assets.fkabrands.com/web/homedics/promos/2023-spring-for-sale/home-hero-mobile-2.jpg"); }
      @media (min-width: 801px) {
        section.component__2023-spring-for-sale.component__home-hero .image-container {
          display: none; } }
    section.component__2023-spring-for-sale.component__home-hero a:not(.button) {
      color: var(--color-white);
      text-decoration-color: var(--color-white); }
    section.component__2023-spring-for-sale.component__home-hero h2 {
      color: var(--color-amazonite); }
    section.component__2023-spring-for-sale.component__home-hero h3 {
      font-size: 3rem; }
      @media (min-width: 1261px) {
        section.component__2023-spring-for-sale.component__home-hero h3 {
          font-size: 6rem;
          margin-bottom: 2rem; } }
      @media (min-width: 1261px) {
        section.component__2023-spring-for-sale.component__home-hero h3 small {
          display: block;
          font-size: 2.625rem;
          line-height: .75; } }
    section.component__2023-spring-for-sale.component__home-hero p {
      margin-bottom: 0; }
    section.component__2023-spring-for-sale.component__home-hero .button, section.component__2023-spring-for-sale.component__home-hero .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__2023-spring-for-sale.component__home-hero button, section.component__2023-spring-for-sale.component__home-hero .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.component__2023-spring-for-sale.component__home-hero .show-all-products-btn, section.component__2023-spring-for-sale.component__home-hero .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__2023-spring-for-sale.component__home-hero .aa-ItemActionButton, section.component__2023-spring-for-sale.component__home-hero .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__2023-spring-for-sale.component__home-hero button {
      min-width: 250px; }
      @media (min-width: 551px) {
        section.component__2023-spring-for-sale.component__home-hero .button, section.component__2023-spring-for-sale.component__home-hero .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__2023-spring-for-sale.component__home-hero button, section.component__2023-spring-for-sale.component__home-hero .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.component__2023-spring-for-sale.component__home-hero .show-all-products-btn, section.component__2023-spring-for-sale.component__home-hero .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__2023-spring-for-sale.component__home-hero .aa-ItemActionButton, section.component__2023-spring-for-sale.component__home-hero .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__2023-spring-for-sale.component__home-hero button {
          min-width: auto; } }
      @media (min-width: 801px) {
        section.component__2023-spring-for-sale.component__home-hero .button, section.component__2023-spring-for-sale.component__home-hero .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__2023-spring-for-sale.component__home-hero button, section.component__2023-spring-for-sale.component__home-hero .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.component__2023-spring-for-sale.component__home-hero .show-all-products-btn, section.component__2023-spring-for-sale.component__home-hero .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__2023-spring-for-sale.component__home-hero .aa-ItemActionButton, section.component__2023-spring-for-sale.component__home-hero .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__2023-spring-for-sale.component__home-hero button {
          display: block; } }
      section.component__2023-spring-for-sale.component__home-hero .button + .button, section.component__2023-spring-for-sale.component__home-hero .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button + .button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__2023-spring-for-sale.component__home-hero button + .button, section.component__2023-spring-for-sale.component__home-hero .site-homedics2 .aa-Panel .show-all-products-btn + .button, .site-homedics2 .aa-Panel section.component__2023-spring-for-sale.component__home-hero .show-all-products-btn + .button, section.component__2023-spring-for-sale.component__home-hero .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton + .button, .site-homedics2 .ais-InfiniteHits ol li section.component__2023-spring-for-sale.component__home-hero .aa-ItemActionButton + .button, section.component__2023-spring-for-sale.component__home-hero .site-homedics2 .addrexxOverlay .addrexxButtonSet button + .button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__2023-spring-for-sale.component__home-hero button + .button, section.component__2023-spring-for-sale.component__home-hero .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__2023-spring-for-sale.component__home-hero .button + button, section.component__2023-spring-for-sale.component__home-hero .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__2023-spring-for-sale.component__home-hero button + button, section.component__2023-spring-for-sale.component__home-hero .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset .show-all-products-btn + button, section.component__2023-spring-for-sale.component__home-hero .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel .show-all-products-btn + button, .site-homedics2.pagetype-checkout .aa-Panel section.component__2023-spring-for-sale.component__home-hero .ui-dialog .ui-dialog-buttonset .show-all-products-btn + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel section.component__2023-spring-for-sale.component__home-hero .show-all-products-btn + button, section.component__2023-spring-for-sale.component__home-hero .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset .aa-ItemActionButton + button, section.component__2023-spring-for-sale.component__home-hero .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li .aa-ItemActionButton + button, .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li section.component__2023-spring-for-sale.component__home-hero .ui-dialog .ui-dialog-buttonset .aa-ItemActionButton + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li section.component__2023-spring-for-sale.component__home-hero .aa-ItemActionButton + button, .site-homedics2.pagetype-checkout .addrexxOverlay .addrexxButtonSet section.component__2023-spring-for-sale.component__home-hero .ui-dialog .ui-dialog-buttonset button + button, section.component__2023-spring-for-sale.component__home-hero .site-homedics2 .aa-Panel .button + .show-all-products-btn, .site-homedics2 .aa-Panel section.component__2023-spring-for-sale.component__home-hero .button + .show-all-products-btn, section.component__2023-spring-for-sale.component__home-hero .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel button + .show-all-products-btn, section.component__2023-spring-for-sale.component__home-hero .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset button + .show-all-products-btn, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__2023-spring-for-sale.component__home-hero .aa-Panel button + .show-all-products-btn, .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset section.component__2023-spring-for-sale.component__home-hero button + .show-all-products-btn, section.component__2023-spring-for-sale.component__home-hero .site-homedics2 .aa-Panel .show-all-products-btn + .show-all-products-btn, .site-homedics2 .aa-Panel section.component__2023-spring-for-sale.component__home-hero .show-all-products-btn + .show-all-products-btn, section.component__2023-spring-for-sale.component__home-hero .site-homedics2 .ais-InfiniteHits ol li .aa-Panel .aa-ItemActionButton + .show-all-products-btn, section.component__2023-spring-for-sale.component__home-hero .site-homedics2 .aa-Panel .ais-InfiniteHits ol li .aa-ItemActionButton + .show-all-products-btn, .site-homedics2 .ais-InfiniteHits ol li section.component__2023-spring-for-sale.component__home-hero .aa-Panel .aa-ItemActionButton + .show-all-products-btn, .site-homedics2 .aa-Panel .ais-InfiniteHits ol li section.component__2023-spring-for-sale.component__home-hero .aa-ItemActionButton + .show-all-products-btn, section.component__2023-spring-for-sale.component__home-hero .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel button + .show-all-products-btn, section.component__2023-spring-for-sale.component__home-hero .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet button + .show-all-products-btn, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__2023-spring-for-sale.component__home-hero .aa-Panel button + .show-all-products-btn, .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet section.component__2023-spring-for-sale.component__home-hero button + .show-all-products-btn, section.component__2023-spring-for-sale.component__home-hero .site-homedics2 .ais-InfiniteHits ol li .button + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__2023-spring-for-sale.component__home-hero .button + .aa-ItemActionButton, section.component__2023-spring-for-sale.component__home-hero .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li button + .aa-ItemActionButton, section.component__2023-spring-for-sale.component__home-hero .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset button + .aa-ItemActionButton, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__2023-spring-for-sale.component__home-hero .ais-InfiniteHits ol li button + .aa-ItemActionButton, .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset section.component__2023-spring-for-sale.component__home-hero button + .aa-ItemActionButton, section.component__2023-spring-for-sale.component__home-hero .site-homedics2 .aa-Panel .ais-InfiniteHits ol li .show-all-products-btn + .aa-ItemActionButton, section.component__2023-spring-for-sale.component__home-hero .site-homedics2 .ais-InfiniteHits ol li .aa-Panel .show-all-products-btn + .aa-ItemActionButton, .site-homedics2 .aa-Panel section.component__2023-spring-for-sale.component__home-hero .ais-InfiniteHits ol li .show-all-products-btn + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .aa-Panel section.component__2023-spring-for-sale.component__home-hero .show-all-products-btn + .aa-ItemActionButton, section.component__2023-spring-for-sale.component__home-hero .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__2023-spring-for-sale.component__home-hero .aa-ItemActionButton + .aa-ItemActionButton, section.component__2023-spring-for-sale.component__home-hero .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li button + .aa-ItemActionButton, section.component__2023-spring-for-sale.component__home-hero .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet button + .aa-ItemActionButton, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__2023-spring-for-sale.component__home-hero .ais-InfiniteHits ol li button + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet section.component__2023-spring-for-sale.component__home-hero button + .aa-ItemActionButton, section.component__2023-spring-for-sale.component__home-hero .site-homedics2 .addrexxOverlay .addrexxButtonSet .button + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__2023-spring-for-sale.component__home-hero .button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__2023-spring-for-sale.component__home-hero .addrexxOverlay .addrexxButtonSet button + button, section.component__2023-spring-for-sale.component__home-hero .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet .show-all-products-btn + button, section.component__2023-spring-for-sale.component__home-hero .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel .show-all-products-btn + button, .site-homedics2 .aa-Panel section.component__2023-spring-for-sale.component__home-hero .addrexxOverlay .addrexxButtonSet .show-all-products-btn + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel section.component__2023-spring-for-sale.component__home-hero .show-all-products-btn + button, section.component__2023-spring-for-sale.component__home-hero .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet .aa-ItemActionButton + button, section.component__2023-spring-for-sale.component__home-hero .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li .aa-ItemActionButton + button, .site-homedics2 .ais-InfiniteHits ol li section.component__2023-spring-for-sale.component__home-hero .addrexxOverlay .addrexxButtonSet .aa-ItemActionButton + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li section.component__2023-spring-for-sale.component__home-hero .aa-ItemActionButton + button, section.component__2023-spring-for-sale.component__home-hero .site-homedics2 .addrexxOverlay .addrexxButtonSet button + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__2023-spring-for-sale.component__home-hero button + button {
        margin-left: 0; }
  section.component__2023-spring-for-sale.cart-promo {
    --bg-width: 1466;
    --bg-height: 554;
    background-image: url("https://assets.fkabrands.com/web/homedics/promos/2023-spring-for-sale/cart-promo.jpg"); }
  section.component__2023-spring-for-sale.category-banner {
    background-image: url("https://assets.fkabrands.com/web/homedics/promos/2023-spring-for-sale/category-banner-mobile.jpg");
    padding: 1rem; }
    @media (min-width: 801px) {
      section.component__2023-spring-for-sale.category-banner {
        background-image: url("https://assets.fkabrands.com/web/homedics/promos/2023-spring-for-sale/category-banner-desktop.jpg"); } }
  section.component__2023-spring-for-sale.inline-marketing-tile {
    background-image: url("https://assets.fkabrands.com/web/homedics/promos/2023-spring-for-sale/inline-tile.jpg"); }
    section.component__2023-spring-for-sale.inline-marketing-tile h2 {
      margin-top: 0; }
    section.component__2023-spring-for-sale.inline-marketing-tile h3 {
      font-size: 2rem;
      margin: 0; }
      @media (min-width: 801px) {
        section.component__2023-spring-for-sale.inline-marketing-tile h3 {
          font-size: 3rem; } }

section.component__2023-mothers-day {
  aspect-ratio: calc(var(--bg-width) / var(--bg-height));
  background-color: var(--color-gray-lilac);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  /*
  h4 {
    color: var(--color-white);
    font-size: remCalc(18);
    font-weight: 500;
    margin: 0 0 .5rem;

    @include breakpoint($tablet-breakpoint) {
      margin-bottom: 1rem;
    }
  }
  */ }
  @media (min-width: 801px) {
    section.component__2023-mothers-day {
      padding: 2rem; } }
  @media (min-width: 1261px) {
    section.component__2023-mothers-day {
      padding-left: 2rem;
      padding-right: 2rem; } }
  section.component__2023-mothers-day h2 {
    color: var(--color-brandy-brown);
    font-family: "new-kansas";
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 .5rem; }
    @media (min-width: 801px) {
      section.component__2023-mothers-day h2 {
        margin-bottom: 1rem; } }
  section.component__2023-mothers-day h3 {
    color: var(--color-brandy-brown);
    font-family: "new-kansas";
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 .5rem; }
    @media (min-width: 801px) {
      section.component__2023-mothers-day h3 {
        font-size: 2.625rem;
        margin-bottom: 1rem; } }
    section.component__2023-mothers-day h3 small {
      color: inherit;
      font-size: inherit;
      line-height: inherit; }
  section.component__2023-mothers-day p {
    color: var(--color-brandy-brown);
    font-weight: 500;
    margin-bottom: 0; }
  section.component__2023-mothers-day .stacked-words {
    display: inline-block;
    padding: 0 0.5rem; }
  section.component__2023-mothers-day.component__home-hero {
    --bg-width: 800;
    --bg-height: 800;
    background-color: var(--color-white);
    padding: 0; }
    @media (min-width: 801px) {
      section.component__2023-mothers-day.component__home-hero {
        aspect-ratio: unset; } }
    section.component__2023-mothers-day.component__home-hero header {
      text-align: left; }
      section.component__2023-mothers-day.component__home-hero header h2 {
        margin-bottom: 0; }
        @media (min-width: 801px) {
          section.component__2023-mothers-day.component__home-hero header h2 {
            font-size: 2rem;
            font-weight: 700; } }
      section.component__2023-mothers-day.component__home-hero header h3 {
        color: var(--color-white);
        font-size: 3rem;
        line-height: 1.1;
        margin-bottom: 1rem; }
        @media (min-width: 801px) {
          section.component__2023-mothers-day.component__home-hero header h3 {
            font-size: 3.5rem;
            margin-bottom: 2rem; } }
        @media (min-width: 1261px) {
          section.component__2023-mothers-day.component__home-hero header h3 {
            font-size: 6rem; } }
        section.component__2023-mothers-day.component__home-hero header h3 small {
          display: block;
          font-size: 1.25rem;
          margin-top: 0.5rem; }
          @media (min-width: 801px) {
            section.component__2023-mothers-day.component__home-hero header h3 small {
              font-size: 2rem; } }
    section.component__2023-mothers-day.component__home-hero footer {
      max-width: 60%;
      text-align: left; }
      @media (min-width: 801px) {
        section.component__2023-mothers-day.component__home-hero footer {
          max-width: 100%; } }
    section.component__2023-mothers-day.component__home-hero .text-container {
      align-items: flex-start;
      aspect-ratio: calc(var(--bg-width) / var(--bg-height));
      background-color: var(--color-gray-lilac);
      background-position: right center;
      background-size: cover;
      flex-basis: 100%;
      justify-content: center;
      height: 100%;
      min-height: 350px;
      background-image: url("https://assets.fkabrands.com/web/homedics/promos/2023-mothers-day/home-hero-mobile.jpg");
      padding: 1rem;
      text-align: left; }
      @media (min-width: 801px) {
        section.component__2023-mothers-day.component__home-hero .text-container {
          --bg-width: 800;
          --bg-height: 550;
          background-color: var(--color-gray-lilac);
          background-image: url("https://assets.fkabrands.com/web/homedics/promos/2023-mothers-day/home-hero-tablet.jpg");
          padding: 2rem; } }
      @media (min-width: 1261px) {
        section.component__2023-mothers-day.component__home-hero .text-container {
          --bg-width: 1920;
          --bg-height: 801;
          background-image: url("https://assets.fkabrands.com/web/homedics/promos/2023-mothers-day/home-hero-desktop-full.jpg");
          padding: 3rem; } }
    section.component__2023-mothers-day.component__home-hero .image-container {
      --bg-width: 1184;
      --bg-height: 512;
      background-image: url("https://assets.fkabrands.com/web/homedics/promos/2023-mothers-day/home-hero-desktop-2.jpg");
      background-position: center;
      background-size: cover;
      display: none;
      height: 100%;
      grid-column: 2 / 2;
      grid-row: 1 / 2; }
      @media (min-width: 801px) {
        section.component__2023-mothers-day.component__home-hero .image-container {
          display: block; } }
      section.component__2023-mothers-day.component__home-hero .image-container:last-child {
        background-image: url("https://assets.fkabrands.com/web/homedics/promos/2023-mothers-day/home-hero-desktop-3.jpg");
        grid-row: 2 / 2; }
    section.component__2023-mothers-day.component__home-hero .button, section.component__2023-mothers-day.component__home-hero .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__2023-mothers-day.component__home-hero button, section.component__2023-mothers-day.component__home-hero .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.component__2023-mothers-day.component__home-hero .show-all-products-btn, section.component__2023-mothers-day.component__home-hero .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__2023-mothers-day.component__home-hero .aa-ItemActionButton, section.component__2023-mothers-day.component__home-hero .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__2023-mothers-day.component__home-hero button {
      min-width: 250px; }
      @media (min-width: 801px) {
        section.component__2023-mothers-day.component__home-hero .button, section.component__2023-mothers-day.component__home-hero .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__2023-mothers-day.component__home-hero button, section.component__2023-mothers-day.component__home-hero .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.component__2023-mothers-day.component__home-hero .show-all-products-btn, section.component__2023-mothers-day.component__home-hero .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__2023-mothers-day.component__home-hero .aa-ItemActionButton, section.component__2023-mothers-day.component__home-hero .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__2023-mothers-day.component__home-hero button {
          display: block; } }
      section.component__2023-mothers-day.component__home-hero .button + .button, section.component__2023-mothers-day.component__home-hero .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button + .button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__2023-mothers-day.component__home-hero button + .button, section.component__2023-mothers-day.component__home-hero .site-homedics2 .aa-Panel .show-all-products-btn + .button, .site-homedics2 .aa-Panel section.component__2023-mothers-day.component__home-hero .show-all-products-btn + .button, section.component__2023-mothers-day.component__home-hero .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton + .button, .site-homedics2 .ais-InfiniteHits ol li section.component__2023-mothers-day.component__home-hero .aa-ItemActionButton + .button, section.component__2023-mothers-day.component__home-hero .site-homedics2 .addrexxOverlay .addrexxButtonSet button + .button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__2023-mothers-day.component__home-hero button + .button, section.component__2023-mothers-day.component__home-hero .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__2023-mothers-day.component__home-hero .button + button, section.component__2023-mothers-day.component__home-hero .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__2023-mothers-day.component__home-hero button + button, section.component__2023-mothers-day.component__home-hero .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset .show-all-products-btn + button, section.component__2023-mothers-day.component__home-hero .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel .show-all-products-btn + button, .site-homedics2.pagetype-checkout .aa-Panel section.component__2023-mothers-day.component__home-hero .ui-dialog .ui-dialog-buttonset .show-all-products-btn + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel section.component__2023-mothers-day.component__home-hero .show-all-products-btn + button, section.component__2023-mothers-day.component__home-hero .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset .aa-ItemActionButton + button, section.component__2023-mothers-day.component__home-hero .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li .aa-ItemActionButton + button, .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li section.component__2023-mothers-day.component__home-hero .ui-dialog .ui-dialog-buttonset .aa-ItemActionButton + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li section.component__2023-mothers-day.component__home-hero .aa-ItemActionButton + button, .site-homedics2.pagetype-checkout .addrexxOverlay .addrexxButtonSet section.component__2023-mothers-day.component__home-hero .ui-dialog .ui-dialog-buttonset button + button, section.component__2023-mothers-day.component__home-hero .site-homedics2 .aa-Panel .button + .show-all-products-btn, .site-homedics2 .aa-Panel section.component__2023-mothers-day.component__home-hero .button + .show-all-products-btn, section.component__2023-mothers-day.component__home-hero .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .aa-Panel button + .show-all-products-btn, section.component__2023-mothers-day.component__home-hero .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset button + .show-all-products-btn, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__2023-mothers-day.component__home-hero .aa-Panel button + .show-all-products-btn, .site-homedics2.pagetype-checkout .aa-Panel .ui-dialog .ui-dialog-buttonset section.component__2023-mothers-day.component__home-hero button + .show-all-products-btn, section.component__2023-mothers-day.component__home-hero .site-homedics2 .aa-Panel .show-all-products-btn + .show-all-products-btn, .site-homedics2 .aa-Panel section.component__2023-mothers-day.component__home-hero .show-all-products-btn + .show-all-products-btn, section.component__2023-mothers-day.component__home-hero .site-homedics2 .ais-InfiniteHits ol li .aa-Panel .aa-ItemActionButton + .show-all-products-btn, section.component__2023-mothers-day.component__home-hero .site-homedics2 .aa-Panel .ais-InfiniteHits ol li .aa-ItemActionButton + .show-all-products-btn, .site-homedics2 .ais-InfiniteHits ol li section.component__2023-mothers-day.component__home-hero .aa-Panel .aa-ItemActionButton + .show-all-products-btn, .site-homedics2 .aa-Panel .ais-InfiniteHits ol li section.component__2023-mothers-day.component__home-hero .aa-ItemActionButton + .show-all-products-btn, section.component__2023-mothers-day.component__home-hero .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel button + .show-all-products-btn, section.component__2023-mothers-day.component__home-hero .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet button + .show-all-products-btn, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__2023-mothers-day.component__home-hero .aa-Panel button + .show-all-products-btn, .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet section.component__2023-mothers-day.component__home-hero button + .show-all-products-btn, section.component__2023-mothers-day.component__home-hero .site-homedics2 .ais-InfiniteHits ol li .button + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__2023-mothers-day.component__home-hero .button + .aa-ItemActionButton, section.component__2023-mothers-day.component__home-hero .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .ais-InfiniteHits ol li button + .aa-ItemActionButton, section.component__2023-mothers-day.component__home-hero .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset button + .aa-ItemActionButton, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__2023-mothers-day.component__home-hero .ais-InfiniteHits ol li button + .aa-ItemActionButton, .site-homedics2.pagetype-checkout .ais-InfiniteHits ol li .ui-dialog .ui-dialog-buttonset section.component__2023-mothers-day.component__home-hero button + .aa-ItemActionButton, section.component__2023-mothers-day.component__home-hero .site-homedics2 .aa-Panel .ais-InfiniteHits ol li .show-all-products-btn + .aa-ItemActionButton, section.component__2023-mothers-day.component__home-hero .site-homedics2 .ais-InfiniteHits ol li .aa-Panel .show-all-products-btn + .aa-ItemActionButton, .site-homedics2 .aa-Panel section.component__2023-mothers-day.component__home-hero .ais-InfiniteHits ol li .show-all-products-btn + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .aa-Panel section.component__2023-mothers-day.component__home-hero .show-all-products-btn + .aa-ItemActionButton, section.component__2023-mothers-day.component__home-hero .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__2023-mothers-day.component__home-hero .aa-ItemActionButton + .aa-ItemActionButton, section.component__2023-mothers-day.component__home-hero .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li button + .aa-ItemActionButton, section.component__2023-mothers-day.component__home-hero .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet button + .aa-ItemActionButton, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__2023-mothers-day.component__home-hero .ais-InfiniteHits ol li button + .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet section.component__2023-mothers-day.component__home-hero button + .aa-ItemActionButton, section.component__2023-mothers-day.component__home-hero .site-homedics2 .addrexxOverlay .addrexxButtonSet .button + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__2023-mothers-day.component__home-hero .button + button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__2023-mothers-day.component__home-hero .addrexxOverlay .addrexxButtonSet button + button, section.component__2023-mothers-day.component__home-hero .site-homedics2 .aa-Panel .addrexxOverlay .addrexxButtonSet .show-all-products-btn + button, section.component__2023-mothers-day.component__home-hero .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel .show-all-products-btn + button, .site-homedics2 .aa-Panel section.component__2023-mothers-day.component__home-hero .addrexxOverlay .addrexxButtonSet .show-all-products-btn + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .aa-Panel section.component__2023-mothers-day.component__home-hero .show-all-products-btn + button, section.component__2023-mothers-day.component__home-hero .site-homedics2 .ais-InfiniteHits ol li .addrexxOverlay .addrexxButtonSet .aa-ItemActionButton + button, section.component__2023-mothers-day.component__home-hero .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li .aa-ItemActionButton + button, .site-homedics2 .ais-InfiniteHits ol li section.component__2023-mothers-day.component__home-hero .addrexxOverlay .addrexxButtonSet .aa-ItemActionButton + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .ais-InfiniteHits ol li section.component__2023-mothers-day.component__home-hero .aa-ItemActionButton + button, section.component__2023-mothers-day.component__home-hero .site-homedics2 .addrexxOverlay .addrexxButtonSet button + button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__2023-mothers-day.component__home-hero button + button {
        margin-left: 0; }
  section.component__2023-mothers-day.component__lp-hero {
    --bg-width: 800;
    --bg-height: 800;
    background-color: var(--color-sunshine);
    background-image: url("https://assets.fkabrands.com/web/homedics/promos/2023-mothers-day/lp-hero-mobile.jpg");
    align-items: center;
    display: flex;
    text-align: left;
    /*
    @include breakpoint($mobile-breakpoint) {
      --bg-width: 1600;
      --bg-height: 560;

      background-image: url("https://assets.fkabrands.com/web/homedics/promos/2023-mothers-day/lp-hero-tablet.jpg");
    }
    */ }
    @media (min-width: 801px) {
      section.component__2023-mothers-day.component__lp-hero {
        align-items: unset;
        aspect-ratio: unset;
        background-image: none;
        display: flex;
        flex-direction: row;
        padding: 0;
        text-align: center; } }
    section.component__2023-mothers-day.component__lp-hero h2,
    section.component__2023-mothers-day.component__lp-hero h3 {
      color: var(--color-white); }
      @media (min-width: 801px) {
        section.component__2023-mothers-day.component__lp-hero h2,
        section.component__2023-mothers-day.component__lp-hero h3 {
          color: var(--color-brandy-brown); } }
    section.component__2023-mothers-day.component__lp-hero h2 {
      font-size: 1.25rem;
      font-weight: 600;
      margin-bottom: 0; }
      @media (min-width: 801px) {
        section.component__2023-mothers-day.component__lp-hero h2 {
          font-size: 2rem; } }
    section.component__2023-mothers-day.component__lp-hero h3 {
      font-size: 3rem;
      font-weight: 700;
      line-height: 1; }
      @media (min-width: 801px) {
        section.component__2023-mothers-day.component__lp-hero h3 {
          font-size: 4.5rem; } }
      @media (min-width: 1261px) {
        section.component__2023-mothers-day.component__lp-hero h3 {
          font-size: 6rem; } }
      section.component__2023-mothers-day.component__lp-hero h3 small {
        display: inline-block;
        font-size: 1.25rem;
        font-weight: 600;
        padding-right: 0.5rem; }
        @media (min-width: 801px) {
          section.component__2023-mothers-day.component__lp-hero h3 small {
            font-size: 2rem; } }
        @media (min-width: 1261px) {
          section.component__2023-mothers-day.component__lp-hero h3 small {
            line-height: 1.1; } }
    section.component__2023-mothers-day.component__lp-hero p {
      color: var(--color-white);
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 1rem; }
      @media (min-width: 801px) {
        section.component__2023-mothers-day.component__lp-hero p {
          color: var(--color-black);
          font-size: 1.25rem; } }
      section.component__2023-mothers-day.component__lp-hero p:last-child {
        margin-bottom: 0; }
    section.component__2023-mothers-day.component__lp-hero .text-container {
      padding: 1rem; }
      @media (min-width: 801px) {
        section.component__2023-mothers-day.component__lp-hero .text-container {
          flex-basis: 40%;
          padding: 2rem 1rem; } }
    section.component__2023-mothers-day.component__lp-hero .image-container {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (min-width: 801px) {
        section.component__2023-mothers-day.component__lp-hero .image-container {
          flex-basis: 60%;
          background-image: url("https://assets.fkabrands.com/web/homedics/promos/2023-mothers-day/lp-hero-desktop.jpg"); } }
  section.component__2023-mothers-day.cart-promo {
    --bg-width: 1466;
    --bg-height: 554;
    background-image: url("https://assets.fkabrands.com/web/homedics/promos/2023-mothers-day/cart-promo.jpg"); }
    section.component__2023-mothers-day.cart-promo header {
      max-width: 50%; }
  section.component__2023-mothers-day.category-banner {
    background-image: url("https://assets.fkabrands.com/web/homedics/promos/2023-mothers-day/category-banner-mobile.jpg");
    padding: 2rem; }
    @media (min-width: 801px) {
      section.component__2023-mothers-day.category-banner {
        background-image: url("https://assets.fkabrands.com/web/homedics/promos/2023-mothers-day/category-banner-desktop.jpg");
        padding: 3rem; } }
    section.component__2023-mothers-day.category-banner h2,
    section.component__2023-mothers-day.category-banner h3,
    section.component__2023-mothers-day.category-banner p {
      color: var(--color-white); }
      @media (min-width: 801px) {
        section.component__2023-mothers-day.category-banner h2,
        section.component__2023-mothers-day.category-banner h3,
        section.component__2023-mothers-day.category-banner p {
          color: var(--color-brandy-brown); } }
  section.component__2023-mothers-day.inline-marketing-tile {
    position: relative;
    background-image: url("https://assets.fkabrands.com/web/homedics/promos/2023-mothers-day/inline-tile.jpg");
    flex-direction: column;
    justify-content: flex-start;
    padding: 2rem 1rem; }
    section.component__2023-mothers-day.inline-marketing-tile h2 {
      font-family: "new-kansas";
      font-size: 1.125rem;
      font-weight: 700;
      margin-top: 0; }
    section.component__2023-mothers-day.inline-marketing-tile h3 {
      font-size: 2rem; }
      @media (min-width: 801px) {
        section.component__2023-mothers-day.inline-marketing-tile h3 {
          font-size: 2.625rem; } }
      section.component__2023-mothers-day.inline-marketing-tile h3 span {
        display: block;
        font-size: 1.25rem; }
        @media (min-width: 420px) {
          section.component__2023-mothers-day.inline-marketing-tile h3 span {
            font-size: 1.5rem; } }
        @media (min-width: 801px) {
          section.component__2023-mothers-day.inline-marketing-tile h3 span {
            font-size: 2.125rem; } }
    section.component__2023-mothers-day.inline-marketing-tile small {
      display: block;
      font-size: 1.75rem; }
    section.component__2023-mothers-day.inline-marketing-tile .button, section.component__2023-mothers-day.inline-marketing-tile .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__2023-mothers-day.inline-marketing-tile button, section.component__2023-mothers-day.inline-marketing-tile .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.component__2023-mothers-day.inline-marketing-tile .show-all-products-btn, section.component__2023-mothers-day.inline-marketing-tile .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__2023-mothers-day.inline-marketing-tile .aa-ItemActionButton, section.component__2023-mothers-day.inline-marketing-tile .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__2023-mothers-day.inline-marketing-tile button {
      margin: 1rem 0 0;
      min-width: auto;
      padding: 10px 18px; }
      @media (min-width: 801px) {
        section.component__2023-mothers-day.inline-marketing-tile .button, section.component__2023-mothers-day.inline-marketing-tile .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__2023-mothers-day.inline-marketing-tile button, section.component__2023-mothers-day.inline-marketing-tile .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.component__2023-mothers-day.inline-marketing-tile .show-all-products-btn, section.component__2023-mothers-day.inline-marketing-tile .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__2023-mothers-day.inline-marketing-tile .aa-ItemActionButton, section.component__2023-mothers-day.inline-marketing-tile .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__2023-mothers-day.inline-marketing-tile button {
          min-width: 188px;
          padding: 12px 40px; } }
    section.component__2023-mothers-day.inline-marketing-tile footer {
      position: absolute;
      bottom: 46px; }
      section.component__2023-mothers-day.inline-marketing-tile footer p {
        background: rgba(255, 255, 255, 0.65);
        border-radius: 4px; }

section.component__2023-valentines-bmsm {
  background-color: var(--color-brandy-brown);
  background-image: url("../img/components/holidays/2023-valentines-bmsm/bg-mobile.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem 1rem;
  text-align: center; }
  @media (min-width: 801px) {
    section.component__2023-valentines-bmsm {
      background-image: url("../img/components/holidays/2023-valentines-bmsm/bg.jpg");
      padding: 1.5rem 1rem; } }
  @media (min-width: 1261px) {
    section.component__2023-valentines-bmsm {
      padding-left: 2rem;
      padding-right: 2rem; } }
  section.component__2023-valentines-bmsm h2 {
    color: var(--color-white);
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 .5rem; }
    @media (min-width: 801px) {
      section.component__2023-valentines-bmsm h2 {
        font-size: 1.25rem;
        margin-bottom: 1rem; } }
    section.component__2023-valentines-bmsm h2 span {
      display: inline-block; }
    section.component__2023-valentines-bmsm h2 .vday__heart {
      --vday-heart-size: 12px; }
  section.component__2023-valentines-bmsm ul {
    display: flex;
    flex-direction: row;
    grid-gap: 1rem;
    justify-content: center;
    list-style-type: none;
    margin: 0; }
    @media (min-width: 551px) {
      section.component__2023-valentines-bmsm ul {
        grid-gap: 2rem; } }
    @media (min-width: 801px) {
      section.component__2023-valentines-bmsm ul {
        grid-gap: 4rem; } }
    section.component__2023-valentines-bmsm ul li {
      font-size: 1.25rem;
      line-height: 1.25; }
      section.component__2023-valentines-bmsm ul li b,
      section.component__2023-valentines-bmsm ul li strong {
        display: block; }
        @media (min-width: 801px) {
          section.component__2023-valentines-bmsm ul li b,
          section.component__2023-valentines-bmsm ul li strong {
            font-size: 2.625rem; } }

section.component__2023-video-bg {
  --video-width: 3;
  --video-height: 2;
  background-color: var(--color-black);
  position: relative; }
  @media (min-width: 768px) {
    section.component__2023-video-bg {
      --video-width: 1920;
      --video-height: 1080; } }
  section.component__2023-video-bg iframe {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    height: calc(var(--video-height) / var(--video-width) * 100vw);
    width: calc(var(--video-width) / var(--video-height) * 100vh); }
  section.component__2023-video-bg .fullscreen-bg {
    aspect-ratio: calc(var(--video-width) / var(--video-height));
    display: flex;
    position: relative;
    width: 100%;
    min-height: 200px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1; }
  section.component__2023-video-bg .video-overlay {
    align-items: center;
    color: var(--color-white);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin: auto;
    position: absolute;
    text-align: center;
    width: 100%; }
  section.component__2023-video-bg.video-bg__serenescents h2 {
    color: var(--color-white);
    font-family: "new-kansas";
    font-size: 1.5625rem !important;
    font-weight: 600 !important;
    margin: 0; }
    @media (min-width: 768px) {
      section.component__2023-video-bg.video-bg__serenescents h2 {
        font-size: 2.625rem !important;
        max-width: 85%;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 992px) {
      section.component__2023-video-bg.video-bg__serenescents h2 {
        max-width: 50%; } }
  @media (min-width: 768px) {
    section.component__2023-video-bg.video-bg__serenescents iframe {
      height: 360%;
      transform: translate(-50%, -60%); } }
  section.component__2023-video-bg.video-bg__serenescents .video-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    padding: 2rem; }

/*repeating message banner*/
.rmb-marquee-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: .5rem 0;
  overflow: hidden;
  white-space: nowrap;
  background-color: var(--color-dandelion);
  /* Transition */ }
  @media (min-width: 801px) {
    .rmb-marquee-wrap {
      padding-top: 1rem;
      padding-bottom: 1rem; } }
  .rmb-marquee-wrap h2.rmb-marquee {
    display: inline-block;
    padding: 0;
    margin: 0;
    animation: marquee 106s linear infinite;
    font-family: "new-kansas";
    font-size: 1.75rem;
    color: var(--color-primary); }
    @media (min-width: 801px) {
      .rmb-marquee-wrap h2.rmb-marquee {
        font-size: 2rem; } }
    .rmb-marquee-wrap h2.rmb-marquee .rmb-marquee-item {
      display: inline-block;
      padding: 0 1rem; }
  .rmb-marquee-wrap .rmb-marquee-item-collection-1 {
    position: relative;
    left: 0%;
    animation: swap 106s linear infinite; }

@keyframes marquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }

@keyframes swap {
  0%, 50% {
    left: 0%; }
  50.01%, 100% {
    left: 100%; } }

section.component___50-50 {
  text-align: left;
  color: #fff;
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  /*PROMO SPECIFIC CSS*/
  /*AMERICAN HEART MONTH - 02/01/2023*/ }
  section.component___50-50 .component__50-50-contain {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto; }
    @media (min-width: 801px) {
      section.component___50-50 .component__50-50-contain {
        flex-direction: row; } }
  section.component___50-50 .side-a-50,
  section.component___50-50 .side-b-50 {
    display: inline-flex;
    flex-direction: column;
    flex-basis: 50%;
    --background-width: 961;
    --background-height: 600;
    --background-aspect-ratio: calc(var(--background-width) / var(--background-height));
    width: 100%;
    height: 100%;
    aspect-ratio: var(--background-aspect-ratio);
    background-size: contain; }
    @media (min-width: 801px) {
      section.component___50-50 .side-a-50,
      section.component___50-50 .side-b-50 {
        width: 50%; } }
    section.component___50-50 .side-a-50 .cta-contain-50-50,
    section.component___50-50 .side-b-50 .cta-contain-50-50 {
      margin: auto;
      padding-right: 1.25rem;
      padding-left: 1.25rem; }
      section.component___50-50 .side-a-50 .cta-contain-50-50.side-image,
      section.component___50-50 .side-b-50 .cta-contain-50-50.side-image {
        margin: 0;
        padding: 0; }
      @media (min-width: 801px) {
        section.component___50-50 .side-a-50 .cta-contain-50-50,
        section.component___50-50 .side-b-50 .cta-contain-50-50 {
          padding-right: 2.5rem;
          padding-left: 2.5rem; }
          section.component___50-50 .side-a-50 .cta-contain-50-50.side-image,
          section.component___50-50 .side-b-50 .cta-contain-50-50.side-image {
            margin: auto 0;
            padding: 0; } }
    section.component___50-50 .side-a-50 h3,
    section.component___50-50 .side-b-50 h3 {
      font-family: "new-kansas";
      font-size: 1.75rem;
      font-weight: 600;
      margin-top: 0.75rem; }
      @media (min-width: 801px) {
        section.component___50-50 .side-a-50 h3,
        section.component___50-50 .side-b-50 h3 {
          font-size: 3rem; } }
    section.component___50-50 .side-a-50 p,
    section.component___50-50 .side-b-50 p {
      font-size: 0.875rem; }
      @media (min-width: 801px) {
        section.component___50-50 .side-a-50 p,
        section.component___50-50 .side-b-50 p {
          font-size: 1.25rem; } }
    section.component___50-50 .side-a-50 a,
    section.component___50-50 .side-b-50 a {
      display: inline-block;
      font-size: 1.25rem;
      color: #fff;
      text-decoration: none;
      text-decoration-color: var(--color-primary); }
      section.component___50-50 .side-a-50 a:after,
      section.component___50-50 .side-b-50 a:after {
        content: '';
        height: 2px;
        background: var(--color-primary);
        display: block;
        margin-top: -1px; }
      section.component___50-50 .side-a-50 a:hover:after,
      section.component___50-50 .side-b-50 a:hover:after {
        opacity: 0; }
  section.component___50-50 .side-a-50-50-main-img,
  section.component___50-50 .side-b-50-50-main-img {
    width: 100%;
    margin: 0;
    padding: 0; }
    @media (min-width: 801px) {
      section.component___50-50 .side-a-50-50-main-img,
      section.component___50-50 .side-b-50-50-main-img {
        width: calc(100% - 6rem);
        margin: 3rem; } }
  section.component___50-50 .side-a-50 .side-txt {
    margin-left: 0 !important; }
  section.component___50-50 .side-b-50 .side-txt {
    margin-right: 0 !important; }
  section.component___50-50.component-heart-month-1 .side-a-50 h3 {
    max-width: 680px; }
  section.component___50-50.component-heart-month-1 .side-a-50 p {
    max-width: 740px; }
  section.component___50-50.component-heart-month-2 .side-b-50 p {
    max-width: 816px; }
  section.component___50-50.component-heart-month-3 .side-a-50 p {
    max-width: 715px; }
  section.component___50-50.component-heart-month-4 .side-b-50 p {
    max-width: 710px; }
  section.component___50-50.component-heart-month-5 .side-a-50 p {
    max-width: 780px; }
  section.component___50-50 .mobile-img-50-50 {
    display: block; }
  section.component___50-50 .desktop-img-50-50 {
    display: none; }
  @media screen and (min-width: 400px) {
    section.component___50-50 .mobile-img-50-50 {
      display: none; }
    section.component___50-50 .desktop-img-50-50 {
      display: block; } }

.inline-marketing-tile.cat-inline-cart-combo {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: url("../img/banner/2023-pres-day-sale-2-16/sale-yellow.jpg") repeat center #ffd03a;
  background-size: initial; }
  .inline-marketing-tile.cat-inline-cart-combo .text-cta-contain {
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .inline-marketing-tile.cat-inline-cart-combo .text-cta-contain a.shop-now-btn {
      font-size: .875rem;
      font-weight: 600;
      margin-bottom: 3rem;
      margin-top: auto;
      padding: 10px 18px;
      color: var(--color-black);
      background-color: var(--color-primary);
      border-color: var(--color-primary); }
      @media (min-width: 801px) {
        .inline-marketing-tile.cat-inline-cart-combo .text-cta-contain a.shop-now-btn {
          padding: 12px 40px; } }
      .inline-marketing-tile.cat-inline-cart-combo .text-cta-contain a.shop-now-btn:hover, .inline-marketing-tile.cat-inline-cart-combo .text-cta-contain a.shop-now-btn:focus {
        box-shadow: 3px 6px 12px 0 rgba(0, 0, 0, 0.52); }
  .inline-marketing-tile.cat-inline-cart-combo h3 {
    max-width: 100%;
    margin: auto;
    padding: 0 1rem 0 1rem;
    font-size: 1.75rem;
    font-weight: 800;
    text-transform: none; }
    .inline-marketing-tile.cat-inline-cart-combo h3 span {
      font-weight: 700; }
      .inline-marketing-tile.cat-inline-cart-combo h3 span.imt--row-one, .inline-marketing-tile.cat-inline-cart-combo h3 span.imt--row-two, .inline-marketing-tile.cat-inline-cart-combo h3 span.imt--row-three, .inline-marketing-tile.cat-inline-cart-combo h3 span.imt--row-four, .inline-marketing-tile.cat-inline-cart-combo h3 span.imt--row-five {
        display: block; }
      .inline-marketing-tile.cat-inline-cart-combo h3 span.imt--row-one {
        color: var(--color-primary);
        margin-bottom: 0;
        font-family: "new-kansas";
        font-size: 1.625rem; }
        @media (min-width: 801px) {
          .inline-marketing-tile.cat-inline-cart-combo h3 span.imt--row-one {
            font-size: 1.75rem; } }
      .inline-marketing-tile.cat-inline-cart-combo h3 span.imt--row-two {
        margin-bottom: 0;
        color: var(--color-secondary);
        font-family: "new-kansas";
        font-size: 2rem; }
        @media (min-width: 801px) {
          .inline-marketing-tile.cat-inline-cart-combo h3 span.imt--row-two {
            font-size: 2.9rem; } }
      .inline-marketing-tile.cat-inline-cart-combo h3 span.imt--row-three {
        color: var(--color-primary);
        font-size: 1.125rem; }
  .inline-marketing-tile.cat-inline-cart-combo a.button.shop-now-btn, .inline-marketing-tile.cat-inline-cart-combo .site-homedics2 .aa-Panel a.shop-now-btn.show-all-products-btn, .site-homedics2 .aa-Panel .inline-marketing-tile.cat-inline-cart-combo a.shop-now-btn.show-all-products-btn, .inline-marketing-tile.cat-inline-cart-combo .site-homedics2 .ais-InfiniteHits ol li a.shop-now-btn.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .inline-marketing-tile.cat-inline-cart-combo a.shop-now-btn.aa-ItemActionButton {
    display: none; }

/*SHOW BUTTON ONLY ON INLINE MARKETING TILE*/
.hawk-card--customHtml .inline-marketing-tile.cat-inline-cart-combo .text-cta-contain {
  padding-top: 0;
  padding-bottom: 0; }
  .hawk-card--customHtml .inline-marketing-tile.cat-inline-cart-combo .text-cta-contain a.button.shop-now-btn, .hawk-card--customHtml .inline-marketing-tile.cat-inline-cart-combo .text-cta-contain .site-homedics2 .aa-Panel a.shop-now-btn.show-all-products-btn, .site-homedics2 .aa-Panel .hawk-card--customHtml .inline-marketing-tile.cat-inline-cart-combo .text-cta-contain a.shop-now-btn.show-all-products-btn, .hawk-card--customHtml .inline-marketing-tile.cat-inline-cart-combo .text-cta-contain .site-homedics2 .ais-InfiniteHits ol li a.shop-now-btn.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .hawk-card--customHtml .inline-marketing-tile.cat-inline-cart-combo .text-cta-contain a.shop-now-btn.aa-ItemActionButton {
    display: block !important;
    margin-top: 0 !important; }

.cat-inline-cart-combo.giftwpurchase {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2rem .5rem;
  background: var(--color-dandelion); }
  .cat-inline-cart-combo.giftwpurchase .text-cta-contain {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: none; }
    @media (min-width: 801px) {
      .cat-inline-cart-combo.giftwpurchase .text-cta-contain {
        flex-direction: row;
        max-width: 800px;
        margin: auto;
        text-align: left; } }
    .cat-inline-cart-combo.giftwpurchase .text-cta-contain .banner-icn.first-icn {
      display: block;
      width: 105px;
      height: 105px;
      margin: auto auto .5rem;
      background: url("../img/banner/20230221-free-gift-w-purchase/60-value-present-icon.svg") no-repeat center;
      background-size: contain; }
      .cat-inline-cart-combo.giftwpurchase .text-cta-contain .banner-icn.first-icn.thirty-dollar-val {
        background: url("../img/banner/20230221-free-gift-w-purchase/30-value-present-icon-v2.svg") no-repeat center;
        background-size: contain; }
    .cat-inline-cart-combo.giftwpurchase .text-cta-contain h3 {
      max-width: 100%;
      margin: auto;
      padding: 0 1rem 0 1rem;
      font-size: 2.625rem;
      text-transform: none; }
      .cat-inline-cart-combo.giftwpurchase .text-cta-contain h3 a {
        color: var(--color-secondary);
        text-decoration-color: var(--color-secondary); }
      .cat-inline-cart-combo.giftwpurchase .text-cta-contain h3 span {
        font-weight: 600; }
        .cat-inline-cart-combo.giftwpurchase .text-cta-contain h3 span.imt--row-one, .cat-inline-cart-combo.giftwpurchase .text-cta-contain h3 span.imt--row-two, .cat-inline-cart-combo.giftwpurchase .text-cta-contain h3 span.imt--row-three, .cat-inline-cart-combo.giftwpurchase .text-cta-contain h3 span.imt--row-four, .cat-inline-cart-combo.giftwpurchase .text-cta-contain h3 span.imt--row-five {
          display: block; }
        .cat-inline-cart-combo.giftwpurchase .text-cta-contain h3 span.imt--row-one {
          color: var(--color-primary);
          font-family: "new-kansas";
          line-height: 1.2;
          margin: 0 auto .5rem; }
          @media (min-width: 801px) {
            .cat-inline-cart-combo.giftwpurchase .text-cta-contain h3 span.imt--row-one {
              padding-top: 1rem; } }
        @media (min-width: 801px) {
          .cat-inline-cart-combo.giftwpurchase .text-cta-contain h3 span {
            font-size: 2.625rem; } }
        .cat-inline-cart-combo.giftwpurchase .text-cta-contain h3 span.imt--row-two {
          margin: 0 auto;
          color: var(--color-secondary);
          font-size: 0.875rem;
          font-family: "Inter"; }
          @media (min-width: 801px) {
            .cat-inline-cart-combo.giftwpurchase .text-cta-contain h3 span.imt--row-two {
              font-size: 1rem; } }

/*INLINE TILE SPECIFIC STYLES*/
.hawk-card.hawk-card--customHtml .cat-inline-cart-combo.giftwpurchase .text-cta-contain {
  flex-direction: column;
  text-align: center; }
  .hawk-card.hawk-card--customHtml .cat-inline-cart-combo.giftwpurchase .text-cta-contain h3 {
    padding: 0;
    font-size: 1.75rem; }

/*UPDATE STYLES & ICON FOR CAT. BANNER
.inline-marketing-tile.cat-banner-rcb.cat-inline-cart-combo {
  .text-cta-contain {
    flex-direction: row;
    .banner-icn.first-icn {
      width: 100%;
      max-width: 71px;
      height: 100%;
      background: url("../img/banner/20230221-free-gift-w-purchase/60-value-present-icon.svg") no-repeat center;
      background-size: contain;
    }
    h3 {
      text-align: left;
      font-size: 1.75rem;
      span {
        &.imt--row-one,
        &.imt--row-two {
          max-width: none;
        }
        &.imt--row-one {
          font-size: 1.75rem;
        }
        &.imt--row-two {
          margin: 0;
        }
      }
    }
  }
}
*/
.cat_banner.cat_banner__20230329-bundles {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  --background-width: 1920;
  --background-height: 662;
  --background-aspect-ratio: calc(var(--background-width) / var(--background-height));
  aspect-ratio: var(--background-aspect-ratio);
  max-height: 400px;
  overflow: hidden; }
  .cat_banner.cat_banner__20230329-bundles div {
    max-height: 100%; }
  .cat_banner.cat_banner__20230329-bundles .quarter-left {
    display: none;
    border-right: 10px solid #fff;
    flex-basis: 25%;
    flex-shrink: 1;
    /* allow the column to shrink */
    background-image: url("https://assets.fkabrands.com/web/homedics/category/banner/20230329-bundles/cat-banner-1.jpg");
    background-size: cover;
    background-position: center center; }
  .cat_banner.cat_banner__20230329-bundles .half-center {
    width: 100%;
    flex-basis: 100%;
    flex-shrink: 1;
    border: 0 none;
    background-image: url("https://assets.fkabrands.com/web/homedics/category/banner/20230329-bundles/cat-banner-2.jpg");
    background-size: cover;
    background-position: center center; }
  .cat_banner.cat_banner__20230329-bundles .quarter-right {
    display: none;
    flex-basis: 25%;
    flex-shrink: 1;
    /* allow the column to shrink */
    background-image: url("https://assets.fkabrands.com/web/homedics/category/banner/20230329-bundles/cat-banner-3.jpg");
    background-size: cover;
    background-position: center center; }
  @media (min-width: 1358px) {
    .cat_banner.cat_banner__20230329-bundles .half-center {
      border-right: 10px solid #fff;
      flex-basis: 50%;
      flex-shrink: 1;
      /* don't allow the column to shrink */ }
    .cat_banner.cat_banner__20230329-bundles .quarter-left, .cat_banner.cat_banner__20230329-bundles .quarter-right {
      display: block; } }

section.component.component__home-hero.component__20230321-warehouse-sale.whitebg {
  position: relative;
  background-image: url("https://assets.fkabrands.com/web/homedics/hp/hero/20230329-bundles/hero-desktop.png"), url("https://assets.fkabrands.com/web/homedics/hp/hero/20230329-bundles/sale-hero-bg.jpg");
  color: var(--color-secondary); }
  section.component.component__home-hero.component__20230321-warehouse-sale.whitebg h1 {
    color: var(--color-secondary); }
    section.component.component__home-hero.component__20230321-warehouse-sale.whitebg h1 span {
      color: var(--color-primary); }
  section.component.component__home-hero.component__20230321-warehouse-sale.whitebg footer a {
    color: var(--color-secondary); }
    section.component.component__home-hero.component__20230321-warehouse-sale.whitebg footer a:hover {
      color: var(--color-primary); }
  section.component.component__home-hero.component__20230321-warehouse-sale.whitebg:before {
    display: none !important;
    font-weight: bold; }

.component__full-width-banner-l-r.cv7.fathers-day-sale {
  background-image: url("https://assets.fkabrands.com/web/homedics/hp/hero/2023-fathers-day__home-hero/drift-tablet.jpeg");
  min-height: 400px;
  align-items: center; }
  @media (min-width: 551px) {
    .component__full-width-banner-l-r.cv7.fathers-day-sale {
      background-image: url("https://assets.fkabrands.com/web/homedics/hp/hero/2023-fathers-day__home-hero/drift-tablet.jpeg"); } }
  @media (min-width: 801px) {
    .component__full-width-banner-l-r.cv7.fathers-day-sale {
      background-image: url("https://assets.fkabrands.com/web/homedics/hp/hero/2023-fathers-day__home-hero/drift-dt.jpeg"); } }
  .component__full-width-banner-l-r.cv7.fathers-day-sale h2 {
    display: inline-block;
    color: var(--color-white);
    font-size: 1.875rem !important;
    font-weight: 700 !important; }
    @media (min-width: 551px) {
      .component__full-width-banner-l-r.cv7.fathers-day-sale h2 {
        font-size: 2.625rem !important; } }
  .component__full-width-banner-l-r.cv7.fathers-day-sale .text-inner-container {
    padding: 1.25rem !important;
    max-width: 266px; }
    @media (min-width: 551px) {
      .component__full-width-banner-l-r.cv7.fathers-day-sale .text-inner-container {
        max-width: 370px; } }
    .component__full-width-banner-l-r.cv7.fathers-day-sale .text-inner-container p {
      color: var(--color-white) !important;
      font-size: 1.125rem !important;
      font-weight: 500 !important; }
    .component__full-width-banner-l-r.cv7.fathers-day-sale .text-inner-container a.button, .component__full-width-banner-l-r.cv7.fathers-day-sale .text-inner-container .site-homedics2 .aa-Panel a.show-all-products-btn, .site-homedics2 .aa-Panel .component__full-width-banner-l-r.cv7.fathers-day-sale .text-inner-container a.show-all-products-btn, .component__full-width-banner-l-r.cv7.fathers-day-sale .text-inner-container .site-homedics2 .ais-InfiniteHits ol li a.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .component__full-width-banner-l-r.cv7.fathers-day-sale .text-inner-container a.aa-ItemActionButton {
      margin-bottom: 0; }

.component.component__50-50.fathers-day-shop-sale, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v1, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v2 {
  flex-direction: column-reverse; }
  @media (min-width: 1261px) {
    .component.component__50-50.fathers-day-shop-sale, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v1, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v2 {
      flex-direction: row; } }
  .component.component__50-50.fathers-day-shop-sale .component__50, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v1 .component__50, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v2 .component__50 {
    padding: 0;
    background: transparent;
    --bg-width: 1600;
    --bg-height: 1280;
    aspect-ratio: calc(var(--bg-width) / var(--bg-height));
    flex-basis: auto; }
    @media (min-width: 1261px) {
      .component.component__50-50.fathers-day-shop-sale .component__50, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v1 .component__50, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v2 .component__50 {
        max-width: 50%;
        padding: 1.125rem;
        flex-basis: 50%; } }
    .component.component__50-50.fathers-day-shop-sale .component__50 .order-contain, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v1 .component__50 .order-contain, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v2 .component__50 .order-contain {
      width: 100%;
      height: 100%;
      padding: 1.25rem 0; }
      .component.component__50-50.fathers-day-shop-sale .component__50 .order-contain .cta-contain-50-50, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v1 .component__50 .order-contain .cta-contain-50-50, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v2 .component__50 .order-contain .cta-contain-50-50 {
        display: flex;
        position: relative;
        width: 100%;
        height: 100%;
        padding: 0 0 0 1.25rem;
        align-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        margin: 0;
        text-align: left; }
        .component.component__50-50.fathers-day-shop-sale .component__50 .order-contain .cta-contain-50-50 h3, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v1 .component__50 .order-contain .cta-contain-50-50 h3, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v2 .component__50 .order-contain .cta-contain-50-50 h3 {
          font-size: 1.875rem !important;
          font-weight: 700;
          line-height: 1.1;
          margin: 0 0 1.125rem;
          max-width: 50%; }
          @media (min-width: 1261px) {
            .component.component__50-50.fathers-day-shop-sale .component__50 .order-contain .cta-contain-50-50 h3, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v1 .component__50 .order-contain .cta-contain-50-50 h3, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v2 .component__50 .order-contain .cta-contain-50-50 h3 {
              font-size: 2.625rem !important;
              margin: 0; } }
        .component.component__50-50.fathers-day-shop-sale .component__50 .order-contain .cta-contain-50-50 p, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v1 .component__50 .order-contain .cta-contain-50-50 p, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v2 .component__50 .order-contain .cta-contain-50-50 p {
          font-size: 1.125rem !important;
          font-weight: 500;
          max-width: 50%; }
          @media (min-width: 1261px) {
            .component.component__50-50.fathers-day-shop-sale .component__50 .order-contain .cta-contain-50-50 p, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v1 .component__50 .order-contain .cta-contain-50-50 p, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v2 .component__50 .order-contain .cta-contain-50-50 p {
              font-size: 1.25rem !important;
              max-width: 290px; } }
        .component.component__50-50.fathers-day-shop-sale .component__50 .order-contain .cta-contain-50-50 a.button, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v1 .component__50 .order-contain .cta-contain-50-50 a.button, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v2 .component__50 .order-contain .cta-contain-50-50 a.button, .component.component__50-50.fathers-day-shop-sale .component__50 .order-contain .cta-contain-50-50 .site-homedics2 .aa-Panel a.show-all-products-btn, .site-homedics2 .aa-Panel .component.component__50-50.fathers-day-shop-sale .component__50 .order-contain .cta-contain-50-50 a.show-all-products-btn, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v1 .component__50 .order-contain .cta-contain-50-50 .site-homedics2 .aa-Panel a.show-all-products-btn, .site-homedics2 .aa-Panel section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v1 .component__50 .order-contain .cta-contain-50-50 a.show-all-products-btn, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v2 .component__50 .order-contain .cta-contain-50-50 .site-homedics2 .aa-Panel a.show-all-products-btn, .site-homedics2 .aa-Panel section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v2 .component__50 .order-contain .cta-contain-50-50 a.show-all-products-btn, .component.component__50-50.fathers-day-shop-sale .component__50 .order-contain .cta-contain-50-50 .site-homedics2 .ais-InfiniteHits ol li a.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .component.component__50-50.fathers-day-shop-sale .component__50 .order-contain .cta-contain-50-50 a.aa-ItemActionButton, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v1 .component__50 .order-contain .cta-contain-50-50 .site-homedics2 .ais-InfiniteHits ol li a.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v1 .component__50 .order-contain .cta-contain-50-50 a.aa-ItemActionButton, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v2 .component__50 .order-contain .cta-contain-50-50 .site-homedics2 .ais-InfiniteHits ol li a.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v2 .component__50 .order-contain .cta-contain-50-50 a.aa-ItemActionButton {
          display: block;
          margin: 0; }
    .component.component__50-50.fathers-day-shop-sale .component__50:last-child, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v1 .component__50:last-child, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v2 .component__50:last-child {
      padding-left: 0; }
  .component.component__50-50.fathers-day-shop-sale .side-a-50 .order-contain, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v1 .side-a-50 .order-contain, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v2 .side-a-50 .order-contain {
    background-image: url("https://assets.fkabrands.com/web/homedics/hp/hero/2023-fathers-day__home-hero/air-mobile.jpeg");
    background-size: cover;
    background-position-x: left;
    background-repeat: no-repeat;
    margin-right: 1.125rem; }
    @media (min-width: 1261px) {
      .component.component__50-50.fathers-day-shop-sale .side-a-50 .order-contain, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v1 .side-a-50 .order-contain, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v2 .side-a-50 .order-contain {
        background-image: url("https://assets.fkabrands.com/web/homedics/hp/hero/2023-fathers-day__home-hero/air-desktop.jpeg"); } }
  .component.component__50-50.fathers-day-shop-sale .side-b-50 .order-contain, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v1 .side-b-50 .order-contain, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v2 .side-b-50 .order-contain {
    background-image: url("https://assets.fkabrands.com/web/homedics/hp/hero/2023-fathers-day__home-hero/heart-monitors-dk-mobile.jpeg") !important;
    background-size: cover;
    background-position-x: left;
    background-repeat: no-repeat; }
    .component.component__50-50.fathers-day-shop-sale .side-b-50 .order-contain h3, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v1 .side-b-50 .order-contain h3, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v2 .side-b-50 .order-contain h3,
    .component.component__50-50.fathers-day-shop-sale .side-b-50 .order-contain p,
    section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v1 .side-b-50 .order-contain p,
    section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v2 .side-b-50 .order-contain p {
      color: var(--color-secondary); }
    @media (min-width: 1261px) {
      .component.component__50-50.fathers-day-shop-sale .side-b-50 .order-contain, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v1 .side-b-50 .order-contain, section.component.fathers-day-shop-sale.component__50-50--holiday-2022-50-50-v2 .side-b-50 .order-contain {
        background-image: url("https://assets.fkabrands.com/web/homedics/hp/hero/2023-fathers-day__home-hero/heart-monitors-dk-tablet.jpeg") !important; } }

/*BOTTOM BANNER SPECIFIC*/
.default-hp-banner.bottom-banner {
  margin-bottom: 0;
  padding: 14% 0; }
  .default-hp-banner.bottom-banner h3 {
    font-family: "new-kansas";
    font-size: 2.4rem;
    margin-bottom: 1rem; }
  .default-hp-banner.bottom-banner .max-width-contain {
    background: none;
    padding: 0;
    width: 100%; }
    .default-hp-banner.bottom-banner .max-width-contain .content-contain {
      padding: 5% 1.5rem;
      max-width: 480px;
      text-align: center;
      margin: auto 0 auto auto; }
      .default-hp-banner.bottom-banner .max-width-contain .content-contain.margin-right {
        margin: 0 0 0 auto; }

@media screen and (min-width: 530px) {
  .default-hp-banner.bottom-banner {
    background: url("../img/homepage/bottom-banner/hp-bottom-banner.jpg") no-repeat #dededc !important;
    background-position: 0 0;
    background-size: contain;
    padding: 0; } }

@media screen and (min-width: 530px) and (max-width: 765px) {
  .default-hp-banner.bottom-banner {
    background-position: -610px 70px !important; } }

@media screen and (min-width: 765px) and (max-width: 1165px) {
  .default-hp-banner.bottom-banner {
    background-position: -620px 0 !important; } }

@media screen and (min-width: 865px) and (max-width: 1231px) {
  .default-hp-banner.bottom-banner {
    background-position: -420px 0 !important; } }

@media screen and (min-width: 1231px) and (max-width: 1471px) {
  .default-hp-banner.bottom-banner {
    background-position: -320px 0 !important; } }

section.component__20230823-lds {
  --bg-width: 1920;
  --bg-height: 220;
  display: flex;
  height: 100%;
  width: 100%;
  /*aspect-ratio: calc(var(--bg-width) / var(--bg-height));*/
  flex-direction: column;
  align-content: center;
  justify-content: center;
  background-image: url("https://store-jelmg7hxh0.mybigcommerce.com/content/promos/20230830-labor-day-sale/labor-day-sale-category_banner.webp");
  background-size: cover;
  background-position: center;
  color: var(--color-secondary);
  text-align: center;
  padding: 0;
  min-height: 100px; }
  @media (min-width: 801px) {
    section.component__20230823-lds {
      flex-direction: row;
      padding: 1rem; } }
  section.component__20230823-lds header {
    text-align: center;
    padding: 1.25rem;
    color: var(--color-white);
    max-width: 410px;
    margin: auto; }
    section.component__20230823-lds header h2 {
      font-family: "new-kansas";
      color: var(--color-white);
      font-size: 1.9375rem;
      font-weight: 600;
      line-height: 37.2px;
      margin: 0; }
    section.component__20230823-lds header p {
      font-family: "Inter";
      font-size: 1rem;
      font-weight: 500;
      line-height: 24px;
      margin-bottom: 0; }
  section.component__20230823-lds a.button, section.component__20230823-lds .site-homedics2 .aa-Panel a.show-all-products-btn, .site-homedics2 .aa-Panel section.component__20230823-lds a.show-all-products-btn, section.component__20230823-lds .site-homedics2 .ais-InfiniteHits ol li a.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__20230823-lds a.aa-ItemActionButton {
    display: flex;
    margin: 0 auto;
    align-self: center; }
  section.component__20230823-lds.inline-tile {
    background-image: url("https://store-jelmg7hxh0.mybigcommerce.com/content/promos/20230830-labor-day-sale/labor-day-sale-category_tile.webp");
    height: 100%;
    flex-direction: column;
    justify-content: flex-end; }
    section.component__20230823-lds.inline-tile header {
      text-align: center;
      padding: 1.25rem 0.75rem;
      color: var(--color-white);
      max-width: 410px; }
      section.component__20230823-lds.inline-tile header h2 {
        font-family: "new-kansas";
        color: var(--color-white);
        font-size: 1.5625rem;
        font-weight: 600;
        line-height: 1.875rem;
        margin-top: 0; }
      section.component__20230823-lds.inline-tile header p {
        font-family: "Inter";
        font-size: 1rem;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 0; }
        section.component__20230823-lds.inline-tile header p.small {
          font-size: 0.75rem; }
    section.component__20230823-lds.inline-tile a.button, section.component__20230823-lds.inline-tile .site-homedics2 .aa-Panel a.show-all-products-btn, .site-homedics2 .aa-Panel section.component__20230823-lds.inline-tile a.show-all-products-btn, section.component__20230823-lds.inline-tile .site-homedics2 .ais-InfiniteHits ol li a.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__20230823-lds.inline-tile a.aa-ItemActionButton {
      padding: 12px 10px;
      border-radius: 50px;
      font-size: 0.75rem; }
      @media (min-width: 801px) {
        section.component__20230823-lds.inline-tile a.button, section.component__20230823-lds.inline-tile .site-homedics2 .aa-Panel a.show-all-products-btn, .site-homedics2 .aa-Panel section.component__20230823-lds.inline-tile a.show-all-products-btn, section.component__20230823-lds.inline-tile .site-homedics2 .ais-InfiniteHits ol li a.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__20230823-lds.inline-tile a.aa-ItemActionButton {
          padding: 12px 20px;
          font-size: 0.875rem; } }
  section.component__20230823-lds.cart-promo {
    --bg-width: 1480;
    --bg-height: 542;
    display: flex;
    height: 100%;
    width: 100%;
    aspect-ratio: calc(var(--bg-width) / var(--bg-height));
    background-image: url("https://store-jelmg7hxh0.mybigcommerce.com/content/promos/20230830-labor-day-sale/labor-day-sale-cart-promo.webp");
    max-height: 310px; }
    section.component__20230823-lds.cart-promo header {
      text-align: center; }
      section.component__20230823-lds.cart-promo header h2 {
        font-family: "new-kansas";
        color: var(--color-white);
        font-size: 1.5625rem;
        font-weight: 600;
        line-height: 1.875rem;
        margin-top: 0; }
      section.component__20230823-lds.cart-promo header p {
        font-family: "Inter";
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.2;
        margin-bottom: 0; }
        section.component__20230823-lds.cart-promo header p.small {
          font-size: 0.75rem; }

.gifts-banner {
  display: flex;
  min-height: 500px;
  background-image: url("https://www.homedics.com/content/promos/2023111-holiday-sale/gifts-mobile.webp");
  background-size: cover;
  flex-direction: column;
  justify-content: space-between; }
  .gifts-banner .text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -20px; }
    .gifts-banner .text-container .line-1 {
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      display: flex;
      align-items: center;
      margin-bottom: 0;
      color: #511A10; }
      @media (min-width: 801px) {
        .gifts-banner .text-container .line-1 {
          color: white; } }
    .gifts-banner .text-container .line-2 {
      font-size: 32px;
      font-weight: 600;
      color: #511A10; }
      @media (min-width: 801px) {
        .gifts-banner .text-container .line-2 {
          color: white; } }
  .gifts-banner .cta-container {
    display: flex;
    gap: 6px;
    justify-content: center; }
    @media (max-width: 676px) {
      .gifts-banner .cta-container .col-1,
      .gifts-banner .cta-container .col-2 {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly; } }
  @media (min-width: 801px) {
    .gifts-banner {
      background-image: url("https://www.homedics.com/content/promos/2023111-holiday-sale/gifts-desktop.webp");
      display: flex;
      justify-content: center;
      align-items: center; }
      .gifts-banner .text-container > .line-1 {
        font-size: 44px;
        color: white;
        font-weight: 600; }
      .gifts-banner .text-container > .line-2 {
        font-size: 72px;
        color: white;
        font-weight: 600; } }

.holiday-banner {
  position: relative; }
  .holiday-banner .promo-text {
    display: inline-flex;
    position: absolute;
    top: 8px;
    right: 0;
    width: auto;
    padding: 2px 16px;
    font-size: 16px;
    border-radius: 20px 0 0 20px;
    background-color: var(--color-amazonite);
    color: var(--color-brandy-brown); }
    .holiday-banner .promo-text sup {
      top: 0;
      line-height: 1.25; }
    @media (min-width: 801px) {
      .holiday-banner .promo-text {
        top: 20px;
        width: auto;
        padding: 4px 40px;
        font-size: 25.376px;
        border-radius: 63.441px 0 0 63.441px; } }
    .holiday-banner .promo-text.label-bg--red {
      background: #AD0000;
      color: var(--color-white); }

.gift-guide-slider section h2 {
  font-size: 25px;
  color: #AD0000; }

.gift-guide-slider section a.swiper-no-swiping {
  color: #231F20;
  text-decoration-color: #231F20; }

section.component__20231030-hgs {
  display: flex;
  height: 100%;
  width: 100%;
  aspect-ratio: calc(var(--bg-width) / var(--bg-height));
  flex-direction: column;
  align-content: center;
  justify-content: center;
  background-image: url("https://store-jelmg7hxh0.mybigcommerce.com/content/promos/20231030-holiday-gift-shop/hgs-category-banner.webp");
  background-size: cover;
  background-position: center;
  color: var(--color-secondary);
  text-align: center;
  padding: 0; }
  @media (min-width: 551px) {
    section.component__20231030-hgs {
      flex-direction: row;
      padding: 1rem; } }
  section.component__20231030-hgs header {
    text-align: center;
    padding: 1.25rem;
    color: var(--color-white);
    max-width: 580px;
    margin: auto; }
    section.component__20231030-hgs header h2 {
      font-family: "new-kansas";
      color: var(--color-white);
      font-size: 2rem;
      font-weight: 600;
      line-height: 38.4px;
      margin: 0; }
      @media (min-width: 801px) {
        section.component__20231030-hgs header h2 {
          font-size: 4rem;
          line-height: 64px; } }
    section.component__20231030-hgs header p {
      font-family: "Inter";
      font-size: 1.125rem;
      font-weight: 500;
      line-height: 21.6px;
      margin-bottom: 0; }
      @media (min-width: 801px) {
        section.component__20231030-hgs header p {
          font-size: 1.125rem;
          line-height: 21.6px; } }
  section.component__20231030-hgs a.button, section.component__20231030-hgs .site-homedics2 .aa-Panel a.show-all-products-btn, .site-homedics2 .aa-Panel section.component__20231030-hgs a.show-all-products-btn, section.component__20231030-hgs .site-homedics2 .ais-InfiniteHits ol li a.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__20231030-hgs a.aa-ItemActionButton {
    display: flex;
    margin: 0 auto;
    align-self: center; }

section.component_20230111-calming-cushion {
  font-family: 'new-kansas' !important;
  padding-bottom: 20px; }
  section.component_20230111-calming-cushion h2,
  section.component_20230111-calming-cushion h1 {
    font-family: 'new-kansas' !important; }
  @media (min-width: 801px) {
    section.component_20230111-calming-cushion .feature-higlight.left-padded-text {
      align-items: flex-start !important;
      padding-right: 2rem;
      padding-left: 10vw; }
      section.component_20230111-calming-cushion .feature-higlight.left-padded-text h2 {
        text-align: left !important;
        margin: 0 !important; }
      section.component_20230111-calming-cushion .feature-higlight.left-padded-text p {
        text-align: left !important; } }
  section.component_20230111-calming-cushion .mobile-header-image {
    background-image: url("https://store-jelmg7hxh0.mybigcommerce.com/content/promos/20231101-calming-cushion/mobile/hero1-mobile.webp");
    background-size: cover;
    background-position: center;
    height: 16rem;
    width: 100%; }
    @media (min-width: 801px) {
      section.component_20230111-calming-cushion .mobile-header-image {
        display: none !important; } }
  section.component_20230111-calming-cushion .calming-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--Cloud, #F4F1F2); }
    section.component_20230111-calming-cushion .calming-header .calming-header-logo-image {
      margin-top: 10px; }
      section.component_20230111-calming-cushion .calming-header .calming-header-logo-image.image-desktop {
        display: none; }
      @media (min-width: 1261px) {
        section.component_20230111-calming-cushion .calming-header .calming-header-logo-image.image-desktop {
          padding-top: 0rem;
          margin-bottom: 1rem;
          width: 15rem; } }
      @media (min-width: 801px) {
        section.component_20230111-calming-cushion .calming-header .calming-header-logo-image {
          display: none; }
        section.component_20230111-calming-cushion .calming-header .calming-header-logo-image.image-desktop {
          display: block;
          padding-top: 1.5rem;
          margin-bottom: 1rem;
          width: 18rem; } }
    @media (min-width: 1261px) {
      section.component_20230111-calming-cushion .calming-header {
        background-image: url("https://store-jelmg7hxh0.mybigcommerce.com/content/promos/20231101-calming-cushion/desktop/hero1-desktop.webp");
        background-color: var(--color-white);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        height: 52vw;
        padding-right: 2rem;
        padding-top: 3rem;
        align-items: flex-end; } }
    @media (min-width: 801px) {
      section.component_20230111-calming-cushion .calming-header {
        height: 38vw;
        background-image: url("https://store-jelmg7hxh0.mybigcommerce.com/content/promos/20231101-calming-cushion/desktop/hero1-desktop.webp");
        background-size: 100% 100%;
        align-items: flex-end;
        padding-right: 2rem;
        padding-top: 1rem; } }
    @media (min-width: 801px) {
      section.component_20230111-calming-cushion .calming-header h1,
      section.component_20230111-calming-cushion .calming-header p {
        color: var(--color-white) !important;
        text-align: center;
        font-size: 2.5rem; } }
    section.component_20230111-calming-cushion .calming-header h1 {
      color: var(--color-primary); }
      @media (min-width: 1261px) {
        section.component_20230111-calming-cushion .calming-header h1 {
          font-size: 4rem; } }
    section.component_20230111-calming-cushion .calming-header p {
      font-size: 1rem;
      color: var(--color-secondary);
      font-weight: 600; }
      @media (min-width: 801px) {
        section.component_20230111-calming-cushion .calming-header p {
          font-size: 1.3125rem;
          font-style: normal;
          font-weight: 600;
          font-style: normal;
          font-weight: 600;
          line-height: 2.75rem;
          /* 125.714% */ } }
    section.component_20230111-calming-cushion .calming-header h2 {
      margin-bottom: 0;
      margin-top: 0.5rem;
      font-weight: 600;
      color: var(--color-secondary); }
      @media (min-width: 801px) {
        section.component_20230111-calming-cushion .calming-header h2 {
          color: var(--color-sunshine, #FDED98);
          font-size: 2.375rem;
          line-height: 37.2px;
          margin-bottom: 0;
          margin-top: 1rem;
          font-family: 'new-kansas' !important; } }
      @media (min-width: 1261px) {
        section.component_20230111-calming-cushion .calming-header h2 {
          font-size: 4rem;
          line-height: 4rem; } }
      section.component_20230111-calming-cushion .calming-header h2.second-row {
        margin-top: 0;
        margin-bottom: 0.5rem; }
  section.component_20230111-calming-cushion .feature {
    display: flex;
    flex-direction: column;
    text-transform: lowercase; }
    section.component_20230111-calming-cushion .feature.portable {
      background-color: var(--Cloud, #F4F1F2); }
      @media (min-width: 801px) {
        section.component_20230111-calming-cushion .feature.portable {
          height: 55vw; } }
      @media (min-width: 1261px) {
        section.component_20230111-calming-cushion .feature.portable {
          height: 46vw;
          padding-right: 0; } }
      section.component_20230111-calming-cushion .feature.portable .portable-feature {
        padding-top: 2rem;
        min-width: calc(50vw - 4rem); }
        @media (min-width: 1261px) {
          section.component_20230111-calming-cushion .feature.portable .portable-feature {
            padding-top: 4rem; } }
      @media (min-width: 1001px) {
        section.component_20230111-calming-cushion .feature.portable .portable-feature {
          padding-top: 4rem; } }
      section.component_20230111-calming-cushion .feature.portable .portable-text {
        display: flex;
        flex-direction: column;
        padding: 0 3rem; }
        @media (min-width: 1261px) {
          section.component_20230111-calming-cushion .feature.portable .portable-text {
            font-size: 4rem;
            line-height: 3.5rem;
            padding: 0 8rem; } }
        section.component_20230111-calming-cushion .feature.portable .portable-text h2 {
          color: var(--color-primary);
          text-align: center;
          margin-top: 0; }
          @media (min-width: 551px) {
            section.component_20230111-calming-cushion .feature.portable .portable-text h2 {
              font-size: 2rem;
              margin-top: 1rem; } }
          @media (min-width: 801px) {
            section.component_20230111-calming-cushion .feature.portable .portable-text h2 {
              font-size: 2.3rem;
              line-height: 35.2px;
              margin-bottom: 0;
              margin-top: 0; } }
        section.component_20230111-calming-cushion .feature.portable .portable-text p {
          color: var(--body-text-color, #333);
          font-family: "circular std";
          font-size: 1rem;
          font-style: normal;
          font-weight: 500;
          line-height: 0.9;
          /* 120% */
          text-align: center; }
          @media (min-width: 551px) {
            section.component_20230111-calming-cushion .feature.portable .portable-text p {
              font-size: 1.4rem; } }
          @media (min-width: 801px) {
            section.component_20230111-calming-cushion .feature.portable .portable-text p {
              font-size: 1rem;
              text-align: left;
              padding: 0;
              margin-top: 1rem;
              margin-bottom: 2rem; } }
          @media (min-width: 1261px) {
            section.component_20230111-calming-cushion .feature.portable .portable-text p {
              font-size: 1.6rem;
              margin-bottom: 3rem; } }
    @media (min-width: 801px) {
      section.component_20230111-calming-cushion .feature {
        height: 52vw; }
        section.component_20230111-calming-cushion .feature div {
          max-width: 50vw; } }
    @media (min-width: 1261px) {
      section.component_20230111-calming-cushion .feature {
        height: 33vw; } }
    section.component_20230111-calming-cushion .feature div {
      flex: 1 0 0; }
    section.component_20230111-calming-cushion .feature .feature-info {
      flex-direction: column;
      display: flex;
      flex: 1 0 0;
      justify-content: space-around; }
      @media (min-width: 801px) {
        section.component_20230111-calming-cushion .feature .feature-info {
          padding: 0 5rem; } }
      @media (min-width: 1261px) {
        section.component_20230111-calming-cushion .feature .feature-info {
          padding: 0 8rem; } }
      section.component_20230111-calming-cushion .feature .feature-info h2 {
        color: var(--color-secondary);
        margin-top: 0;
        line-height: 0.9;
        text-align: center;
        padding: 0 2.5rem; }
        @media (min-width: 551px) {
          section.component_20230111-calming-cushion .feature .feature-info h2 {
            line-height: 2rem;
            font-size: 2rem; } }
        @media (min-width: 801px) {
          section.component_20230111-calming-cushion .feature .feature-info h2 {
            line-height: 2.5rem;
            font-size: 2.5rem;
            text-align: left;
            padding: 0; } }
        @media (min-width: 1261px) {
          section.component_20230111-calming-cushion .feature .feature-info h2 {
            line-height: 3.8rem;
            font-size: 3.9rem; } }
      section.component_20230111-calming-cushion .feature .feature-info p {
        color: var(--body-text-color, #333);
        font-family: "circular std";
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 0.9;
        /* 120% */
        text-align: center;
        padding: 0 40px; }
        @media (min-width: 551px) {
          section.component_20230111-calming-cushion .feature .feature-info p {
            font-size: 1.2rem; } }
        @media (min-width: 801px) {
          section.component_20230111-calming-cushion .feature .feature-info p {
            font-size: 1.6rem;
            text-align: left;
            padding: 0;
            margin-bottom: 4rem; } }
      section.component_20230111-calming-cushion .feature .feature-info .feature-icon {
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: center;
        gap: 1rem;
        flex: 1 0 0;
        align-self: stretch;
        padding-top: 1rem; }
        @media (min-width: 801px) {
          section.component_20230111-calming-cushion .feature .feature-info .feature-icon {
            align-items: flex-start;
            max-height: 40%;
            padding-top: 1rem; } }
    section.component_20230111-calming-cushion .feature .portable-image-mobile {
      background-image: url("https://store-jelmg7hxh0.mybigcommerce.com/content/promos/20231101-calming-cushion/mobile/portable & washable-mobile.webp");
      background-color: var(--Cloud, #F4F1F2);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      min-height: 55vw;
      margin: 1rem; }
    section.component_20230111-calming-cushion .feature .feature-image {
      min-height: 20rem;
      width: 100%; }
      section.component_20230111-calming-cushion .feature .feature-image.hero2 {
        background-image: url("https://store-jelmg7hxh0.mybigcommerce.com/content/promos/20231101-calming-cushion/mobile/hero2-mobile.webp");
        background-color: var(--color-white);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
      section.component_20230111-calming-cushion .feature .feature-image.hero3 {
        background: url("https://store-jelmg7hxh0.mybigcommerce.com/content/promos/20231101-calming-cushion/mobile/hero3-mobile.webp");
        background-size: cover;
        background-position: center; }
      section.component_20230111-calming-cushion .feature .feature-image.hero4 {
        background-image: url("https://store-jelmg7hxh0.mybigcommerce.com/content/promos/20231101-calming-cushion/mobile/0-9 months-mobile.webp");
        background-size: cover;
        background-position: center;
        display: flex; }
        section.component_20230111-calming-cushion .feature .feature-image.hero4 .feature-higlight-mobile {
          justify-content: flex-end; }
          section.component_20230111-calming-cushion .feature .feature-image.hero4 .feature-higlight-mobile p {
            margin-bottom: 1.5rem; }
      section.component_20230111-calming-cushion .feature .feature-image.hero5 {
        background-image: url("https://store-jelmg7hxh0.mybigcommerce.com/content/promos/20231101-calming-cushion/mobile/hero 4-mobile.webp");
        background-color: var(--Cloud, #F4F1F2);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
      @media (min-width: 551px) {
        section.component_20230111-calming-cushion .feature .feature-image {
          min-height: 30rem; } }
      @media (min-width: 801px) {
        section.component_20230111-calming-cushion .feature .feature-image {
          min-height: 20rem; } }
    section.component_20230111-calming-cushion .feature .feature-higlight {
      display: none;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 0.5rem;
      flex: 1 0 0;
      background: var(--color-secondary); }
      section.component_20230111-calming-cushion .feature .feature-higlight.feature-higlight-mobile {
        display: flex;
        background: transparent; }
        section.component_20230111-calming-cushion .feature .feature-higlight.feature-higlight-mobile h2 {
          margin: 0.5rem 4rem;
          margin-top: 1.5rem; }
        section.component_20230111-calming-cushion .feature .feature-higlight.feature-higlight-mobile p {
          font-size: 1.2rem; }
      section.component_20230111-calming-cushion .feature .feature-higlight h2 {
        text-align: center;
        margin: 0 8rem;
        color: var(--color-sunshine, #FDED98);
        font-size: 2.375rem;
        line-height: 37.2px; }
        @media (min-width: 1261px) {
          section.component_20230111-calming-cushion .feature .feature-higlight h2 {
            margin: 0 10rem;
            line-height: 4rem;
            font-size: 4rem; } }
        @media (min-width: 801px) {
          section.component_20230111-calming-cushion .feature .feature-higlight h2 {
            margin: 0 5rem; } }
      section.component_20230111-calming-cushion .feature .feature-higlight p {
        color: var(--color-white);
        text-align: center;
        font-style: normal;
        font-weight: 600; }
        @media (min-width: 1261px) {
          section.component_20230111-calming-cushion .feature .feature-higlight p {
            font-size: 1.75rem; } }
      @media (min-width: 801px) {
        section.component_20230111-calming-cushion .feature .feature-higlight {
          display: flex;
          font-size: 1.125rem; }
          section.component_20230111-calming-cushion .feature .feature-higlight.feature-higlight-mobile {
            display: none; } }
    @media (min-width: 801px) {
      section.component_20230111-calming-cushion .feature {
        flex-direction: row; }
        section.component_20230111-calming-cushion .feature .portable-image-mobile {
          display: none; }
        section.component_20230111-calming-cushion .feature .portable-image {
          background-image: url("https://store-jelmg7hxh0.mybigcommerce.com/content/promos/20231101-calming-cushion/desktop/portable & washable-desktop.webp");
          background-color: var(--Cloud, #F4F1F2);
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          margin: 0 1rem;
          min-height: 18rem; } }
    @media screen and (min-width: 801px) and (max-width: 838px) {
      section.component_20230111-calming-cushion .feature .portable-image {
        min-height: 12rem; } }
    @media screen and (min-width: 1050px) and (max-width: 1261px) {
      section.component_20230111-calming-cushion .feature .portable-image {
        min-height: 21rem; } }
    @media (min-width: 1261px) {
      section.component_20230111-calming-cushion .feature .portable-image {
        min-height: 23vw;
        margin-right: 6rem; } }
    @media (min-width: 1261px) {
      section.component_20230111-calming-cushion .feature .feature-image.hero2 {
        background-image: url("https://store-jelmg7hxh0.mybigcommerce.com/content/promos/20231101-calming-cushion/desktop/hero2-desktop.webp");
        background-color: var(--color-white);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
      section.component_20230111-calming-cushion .feature .feature-image.hero3 {
        background-image: url("https://store-jelmg7hxh0.mybigcommerce.com/content/promos/20231101-calming-cushion/desktop/hero3-desktop.webp");
        background-size: cover;
        background-position: center; }
      section.component_20230111-calming-cushion .feature .feature-image.hero4 {
        background-image: url("https://store-jelmg7hxh0.mybigcommerce.com/content/promos/20231101-calming-cushion/desktop/0-9 months-desktop.webp");
        background-color: var(--color-white);
        background-repeat: no-repeat;
        background-position: center; }
        section.component_20230111-calming-cushion .feature .feature-image.hero4 p {
          margin: 0 8rem; }
      section.component_20230111-calming-cushion .feature .feature-image.hero5 {
        background-image: url("https://store-jelmg7hxh0.mybigcommerce.com/content/promos/20231101-calming-cushion/desktop/hero 4-desktop.webp");
        background-color: var(--Cloud, #F4F1F2);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; } }

.cart-promo-banner.cart-promo-banner__default.air-diag-promo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }
  @media (min-width: 551px) {
    .cart-promo-banner.cart-promo-banner__default.air-diag-promo {
      padding-top: 1rem;
      padding-bottom: 1rem; } }
  .cart-promo-banner.cart-promo-banner__default.air-diag-promo svg {
    min-width: 22px;
    display: inline-block; }
  .cart-promo-banner.cart-promo-banner__default.air-diag-promo h2 {
    display: inline-block;
    width: auto;
    font-family: Circular Std;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left; }
    @media (min-width: 551px) {
      .cart-promo-banner.cart-promo-banner__default.air-diag-promo h2 {
        font-size: 1rem; } }
  .cart-promo-banner.cart-promo-banner__default.air-diag-promo a {
    color: #02656E;
    text-decoration: underline; }

.breadcrumbs {
  display: block;
  margin: 20px -0.5px;
  text-align: left;
  font-size: 0.875rem; }
  @media (min-width: 801px) {
    .breadcrumbs {
      margin-top: 30px;
      margin-bottom: 26px; } }

.breadcrumb {
  color: black;
  font-size: 0.875rem; }
  .breadcrumb::before {
    margin-left: 5px;
    margin-right: 5px;
    color: black; }
  .breadcrumb a {
    color: black;
    text-decoration: underline; }
    .breadcrumb a:hover, .breadcrumb a:focus {
      color: black; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: black; }

.button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .button--primary, .site-homedics2 .ais-left-panel .custom-filter-buttons .ais-ClearRefinements-button {
  padding: 12px 40px;
  font-size: 1.125rem;
  font-weight: Std;
  font-family: "Inter";
  text-transform: uppercase;
  line-height: normal;
  border-radius: 25px; }
  .button:hover, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:hover, .site-homedics2 .aa-Panel .show-all-products-btn:hover, .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:hover, .site-homedics2 .addrexxOverlay .addrexxButtonSet button:hover, .button--primary:hover, .site-homedics2 .ais-left-panel .custom-filter-buttons .ais-ClearRefinements-button:hover {
    box-shadow: 3px 6px 12px 0 rgba(0, 0, 0, 0.32); }
  .button:focus, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:focus, .site-homedics2 .aa-Panel .show-all-products-btn:focus, .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:focus, .site-homedics2 .addrexxOverlay .addrexxButtonSet button:focus, .button--primary:focus, .site-homedics2 .ais-left-panel .custom-filter-buttons .ais-ClearRefinements-button:focus {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5); }
  .button:disabled, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:disabled, .site-homedics2 .aa-Panel .show-all-products-btn:disabled, .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:disabled, .site-homedics2 .addrexxOverlay .addrexxButtonSet button:disabled, .button:disabled:hover, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:disabled:hover, .site-homedics2 .aa-Panel .show-all-products-btn:disabled:hover, .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:disabled:hover, .site-homedics2 .addrexxOverlay .addrexxButtonSet button:disabled:hover, .button:disabled:focus, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:disabled:focus, .site-homedics2 .aa-Panel .show-all-products-btn:disabled:focus, .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:disabled:focus, .site-homedics2 .addrexxOverlay .addrexxButtonSet button:disabled:focus,
  .button--primary:disabled,
  .site-homedics2 .ais-left-panel .custom-filter-buttons .ais-ClearRefinements-button:disabled,
  .button--primary:disabled:hover,
  .site-homedics2 .ais-left-panel .custom-filter-buttons .ais-ClearRefinements-button:disabled:hover,
  .button--primary:disabled:focus,
  .site-homedics2 .ais-left-panel .custom-filter-buttons .ais-ClearRefinements-button:disabled:focus {
    color: var(--color-gray-lilac);
    border-color: var(--color-cloud);
    border-width: 2px;
    background-color: transparent;
    box-shadow: none; }

.button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .addrexxOverlay .addrexxButtonSet button {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-black); }
  .button.button-brandy-brown-secondary, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.button-brandy-brown-secondary, .site-homedics2 .aa-Panel .button-brandy-brown-secondary.show-all-products-btn, .site-homedics2 .ais-InfiniteHits ol li .button-brandy-brown-secondary.aa-ItemActionButton, .site-homedics2 .addrexxOverlay .addrexxButtonSet button.button-brandy-brown-secondary {
    background-color: var(--color-white);
    color: var(--color-brandy-brown);
    border-color: var(--color-white);
    padding: 9px 16px; }
    @media (min-width: 801px) {
      .button.button-brandy-brown-secondary, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.button-brandy-brown-secondary, .site-homedics2 .aa-Panel .button-brandy-brown-secondary.show-all-products-btn, .site-homedics2 .ais-InfiniteHits ol li .button-brandy-brown-secondary.aa-ItemActionButton, .site-homedics2 .addrexxOverlay .addrexxButtonSet button.button-brandy-brown-secondary {
        padding: 18px 40px;
        font-size: 16px;
        border-radius: 35px; } }
    .button.button-brandy-brown-secondary:hover, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.button-brandy-brown-secondary:hover, .site-homedics2 .aa-Panel .button-brandy-brown-secondary.show-all-products-btn:hover, .site-homedics2 .ais-InfiniteHits ol li .button-brandy-brown-secondary.aa-ItemActionButton:hover, .site-homedics2 .addrexxOverlay .addrexxButtonSet button.button-brandy-brown-secondary:hover, .button.button-brandy-brown-secondary:focus, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.button-brandy-brown-secondary:focus, .site-homedics2 .aa-Panel .button-brandy-brown-secondary.show-all-products-btn:focus, .site-homedics2 .ais-InfiniteHits ol li .button-brandy-brown-secondary.aa-ItemActionButton:focus, .site-homedics2 .addrexxOverlay .addrexxButtonSet button.button-brandy-brown-secondary:focus {
      background-color: var(--color-brandy-brown);
      border-color: var(--color-brandy-brown);
      color: var(--color-white); }
  .button.button-brandy-brown-primary, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.button-brandy-brown-primary, .site-homedics2 .aa-Panel .button-brandy-brown-primary.show-all-products-btn, .site-homedics2 .ais-InfiniteHits ol li .button-brandy-brown-primary.aa-ItemActionButton, .site-homedics2 .addrexxOverlay .addrexxButtonSet button.button-brandy-brown-primary {
    background-color: var(--color-brandy-brown);
    color: var(--color-white);
    border-color: var(--color-brandy-brown);
    padding: 9px 16px; }
    @media (min-width: 801px) {
      .button.button-brandy-brown-primary, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.button-brandy-brown-primary, .site-homedics2 .aa-Panel .button-brandy-brown-primary.show-all-products-btn, .site-homedics2 .ais-InfiniteHits ol li .button-brandy-brown-primary.aa-ItemActionButton, .site-homedics2 .addrexxOverlay .addrexxButtonSet button.button-brandy-brown-primary {
        padding: 18px 40px;
        font-size: 16px;
        border-radius: 35px; } }
    .button.button-brandy-brown-primary:hover, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.button-brandy-brown-primary:hover, .site-homedics2 .aa-Panel .button-brandy-brown-primary.show-all-products-btn:hover, .site-homedics2 .ais-InfiniteHits ol li .button-brandy-brown-primary.aa-ItemActionButton:hover, .site-homedics2 .addrexxOverlay .addrexxButtonSet button.button-brandy-brown-primary:hover, .button.button-brandy-brown-primary:focus, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.button-brandy-brown-primary:focus, .site-homedics2 .aa-Panel .button-brandy-brown-primary.show-all-products-btn:focus, .site-homedics2 .ais-InfiniteHits ol li .button-brandy-brown-primary.aa-ItemActionButton:focus, .site-homedics2 .addrexxOverlay .addrexxButtonSet button.button-brandy-brown-primary:focus {
      background-color: var(--color-white);
      border-color: var(--color-white);
      color: var(--color-brandy-brown); }
  .button.button-holiday-red-primary, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.button-holiday-red-primary, .site-homedics2 .aa-Panel .button-holiday-red-primary.show-all-products-btn, .site-homedics2 .ais-InfiniteHits ol li .button-holiday-red-primary.aa-ItemActionButton, .site-homedics2 .addrexxOverlay .addrexxButtonSet button.button-holiday-red-primary {
    background-color: var(--color-holiday-red);
    color: #231f20;
    border-color: var(--color-holiday-red);
    padding: 9px 16px; }
    @media (min-width: 801px) {
      .button.button-holiday-red-primary, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.button-holiday-red-primary, .site-homedics2 .aa-Panel .button-holiday-red-primary.show-all-products-btn, .site-homedics2 .ais-InfiniteHits ol li .button-holiday-red-primary.aa-ItemActionButton, .site-homedics2 .addrexxOverlay .addrexxButtonSet button.button-holiday-red-primary {
        padding: 18px 40px;
        font-size: 16px;
        border-radius: 35px; } }
    .button.button-holiday-red-primary:hover, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.button-holiday-red-primary:hover, .site-homedics2 .aa-Panel .button-holiday-red-primary.show-all-products-btn:hover, .site-homedics2 .ais-InfiniteHits ol li .button-holiday-red-primary.aa-ItemActionButton:hover, .site-homedics2 .addrexxOverlay .addrexxButtonSet button.button-holiday-red-primary:hover, .button.button-holiday-red-primary:focus, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.button-holiday-red-primary:focus, .site-homedics2 .aa-Panel .button-holiday-red-primary.show-all-products-btn:focus, .site-homedics2 .ais-InfiniteHits ol li .button-holiday-red-primary.aa-ItemActionButton:focus, .site-homedics2 .addrexxOverlay .addrexxButtonSet button.button-holiday-red-primary:focus {
      background-color: var(--color-white);
      border-color: var(--color-white);
      color: var(--color-brandy-brown); }
  .button .icon svg, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button .icon svg, .site-homedics2 .aa-Panel .show-all-products-btn .icon svg, .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton .icon svg, .site-homedics2 .addrexxOverlay .addrexxButtonSet button .icon svg {
    fill: var(--color-black); }
  .button:hover, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:hover, .site-homedics2 .aa-Panel .show-all-products-btn:hover, .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:hover, .site-homedics2 .addrexxOverlay .addrexxButtonSet button:hover, .button:focus, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:focus, .site-homedics2 .aa-Panel .show-all-products-btn:focus, .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:focus, .site-homedics2 .addrexxOverlay .addrexxButtonSet button:focus {
    background-color: var(--color-primary);
    border-color: var(--color-primary); }
    .button:hover .icon svg, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:hover .icon svg, .site-homedics2 .aa-Panel .show-all-products-btn:hover .icon svg, .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:hover .icon svg, .site-homedics2 .addrexxOverlay .addrexxButtonSet button:hover .icon svg, .button:focus .icon svg, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:focus .icon svg, .site-homedics2 .aa-Panel .show-all-products-btn:focus .icon svg, .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:focus .icon svg, .site-homedics2 .addrexxOverlay .addrexxButtonSet button:focus .icon svg {
      fill: var(--color-white); }
  .button:active, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:active, .site-homedics2 .aa-Panel .show-all-products-btn:active, .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:active, .site-homedics2 .addrexxOverlay .addrexxButtonSet button:active {
    background-color: var(--color-amazonite);
    border-color: var(--color-amazonite); }

.button--primary, .site-homedics2 .ais-left-panel .custom-filter-buttons .ais-ClearRefinements-button {
  background-color: var(--color-amazonite);
  border-color: var(--color-amazonite); }
  .button--primary .icon svg, .site-homedics2 .ais-left-panel .custom-filter-buttons .ais-ClearRefinements-button .icon svg {
    fill: var(--color-black); }
  .button--primary:hover, .site-homedics2 .ais-left-panel .custom-filter-buttons .ais-ClearRefinements-button:hover, .button--primary:focus, .site-homedics2 .ais-left-panel .custom-filter-buttons .ais-ClearRefinements-button:focus {
    background-color: var(--color-primary);
    border-color: var(--color-primary); }
    .button--primary:hover .icon svg, .site-homedics2 .ais-left-panel .custom-filter-buttons .ais-ClearRefinements-button:hover .icon svg, .button--primary:focus .icon svg, .site-homedics2 .ais-left-panel .custom-filter-buttons .ais-ClearRefinements-button:focus .icon svg {
      fill: var(--color-black); }
  .button--primary:active, .site-homedics2 .ais-left-panel .custom-filter-buttons .ais-ClearRefinements-button:active {
    background-color: var(--color-primary);
    border-color: var(--color-primary); }

.button--small {
  padding: 4px 15px; }

.cart-item-name {
  font-size: 1.125rem; }
  .cart-item-name a {
    text-decoration: none; }

@media (min-width: 551px) {
  .cart-item-info {
    width: 25%; } }

@media (min-width: 801px) {
  .cart-item-info {
    width: 16.66667%; } }

@media (min-width: 551px) {
  .cart-mobile {
    width: 25%; } }

@media (min-width: 801px) {
  .cart-mobile {
    display: none; } }

@media (min-width: 551px) {
  .cart-desktop {
    display: none; } }

@media (min-width: 801px) {
  .cart-desktop {
    display: block;
    margin-top: 2rem; } }

.cart-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem; }
  .cart-footer > div {
    flex: 1 0 100%; }

@media (min-width: 551px) {
  .cart-item-quantity .form-increment {
    margin: 0; } }

@media (min-width: 551px) {
  .cart-item-quantity {
    width: 50%; } }

@media (min-width: 801px) {
  .cart-item-quantity {
    width: 25%; } }

.cart-item-subscription-container {
  order: 2;
  display: flex;
  padding: 1rem 0.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  align-self: stretch;
  background: var(--color-cloud);
  border: 0; }
  .cart-item-subscription-container .form-field {
    margin-bottom: 0; }
  .cart-item-subscription-container .form-label::before {
    width: 1.25rem;
    height: 1.25rem;
    top: 0;
    border-color: var(--color-secondary); }
  .cart-item-subscription-container .form-label::after {
    width: 1.25rem;
    height: 1.25rem;
    top: 0;
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(2, 101, 110, 0.999)' /></svg>"); }
  .cart-item-subscription-container .form-checkbox:focus + .form-label {
    outline: 0; }
  .cart-item-subscription-container .subscription-select {
    display: flex;
    padding: 0.5rem 1rem;
    align-items: center;
    gap: 0.625rem;
    font-size: 0.875rem;
    flex: 1 0 0;
    border-radius: 5.625rem;
    border: 1px solid #918F8C;
    opacity: 0.8;
    background: #FFF; }
  .cart-item-subscription-container .form-label {
    font-weight: 500;
    line-height: 1.125rem; }
  .cart-item-subscription-container .select-container {
    display: none; }
  .cart-item-subscription-container .select-container-opened {
    margin-top: 0.75rem;
    display: block; }
  .cart-item-subscription-container .note-text {
    margin-top: 1.25rem;
    color: var(--secondary-gray, #595854);
    font-family: Circular Std;
    font-size: 0.75rem;
    font-weight: 500; }

@media (min-width: 551px) {
  .cart-item-label, .cart-item-value {
    padding-left: 0; } }

.cart-item-value__orig {
  margin-right: 3px;
  text-decoration: line-through; }

.cart-item-value__each,
.cart-item-value__sale {
  color: red; }

.cart-item-value__each {
  font-size: 0.75rem;
  font-weight: 450; }

.cart-totals {
  float: none;
  width: auto;
  text-align: left; }
  @media (min-width: 801px) {
    .cart-totals {
      float: right;
      width: 58.3%; } }
  @media (min-width: 1261px) {
    .cart-totals {
      width: 41.67%; } }
  .cart-totals .coupon-code-field .cart-total-label,
  .cart-totals .coupon-code-field .cart-total-value,
  .cart-totals .coupon-code-field strong {
    color: red; }

.cart-total .form-input, .cart-total .form-select {
  height: 50px;
  padding: 13px; }

.cart-total .form-select {
  padding-right: 36px;
  background-position: right 16px top 50%; }

.cart-total-label {
  width: auto;
  padding-left: 0;
  color: var(--color-black); }
  @media (min-width: 801px) {
    .cart-total-label {
      width: 50%; } }

.cart-total-value__sale {
  color: red; }

.cart-form {
  clear: both; }
  .cart-form .coupon-form,
  .cart-form .cart-gift-certificate-form {
    display: flex;
    align-items: start; }
    .cart-form .coupon-form .form-input,
    .cart-form .cart-gift-certificate-form .form-input {
      flex: 1; }
    .cart-form .coupon-form .button, .cart-form .coupon-form .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .cart-form .coupon-form button, .cart-form .coupon-form .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .cart-form .coupon-form .show-all-products-btn, .cart-form .coupon-form .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .cart-form .coupon-form .aa-ItemActionButton, .cart-form .coupon-form .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .cart-form .coupon-form button,
    .cart-form .cart-gift-certificate-form .button,
    .cart-form .cart-gift-certificate-form .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button,
    .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .cart-form .cart-gift-certificate-form button,
    .cart-form .cart-gift-certificate-form .site-homedics2 .aa-Panel .show-all-products-btn,
    .site-homedics2 .aa-Panel .cart-form .cart-gift-certificate-form .show-all-products-btn,
    .cart-form .cart-gift-certificate-form .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton,
    .site-homedics2 .ais-InfiniteHits ol li .cart-form .cart-gift-certificate-form .aa-ItemActionButton,
    .cart-form .cart-gift-certificate-form .site-homedics2 .addrexxOverlay .addrexxButtonSet button,
    .site-homedics2 .addrexxOverlay .addrexxButtonSet .cart-form .cart-gift-certificate-form button {
      width: auto; }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.shipping-estimate-hide,
.gift-certificate-add,
.gift-certificate-cancel {
  color: black; }
  .coupon-code-add:hover, .coupon-code-add:focus, .coupon-code-cancel:hover, .coupon-code-cancel:focus, .shipping-estimate-show:hover, .shipping-estimate-show:focus, .shipping-estimate-hide:hover, .shipping-estimate-hide:focus, .gift-certificate-add:hover, .gift-certificate-add:focus, .gift-certificate-cancel:hover, .gift-certificate-cancel:focus {
    color: black; }

.BraintreeContainer iframe {
  z-index: 1 !important; }

.previewCartList {
  overflow-y: auto;
  max-height: 60vh;
  display: block; }

.previewCartItem-content {
  vertical-align: top;
  width: 58%;
  padding-top: 24px; }

.previewCartItem-name {
  font-size: 0.875rem;
  font-weight: 700; }

.previewCartItem-price {
  color: var(--color-black);
  font-size: 0.875rem; }

.previewCartItem-image {
  vertical-align: top;
  width: 80px;
  padding: 20px 0 30px; }
  .previewCartItem-image img {
    border: 1px solid #efece9; }

.previewCartItem-remove {
  display: table-cell;
  vertical-align: top;
  padding-top: 24px;
  padding-left: 11px; }
  .previewCartItem-remove a {
    text-decoration: none; }

.previewCartAction {
  margin: 0;
  padding: 0; }

.previewCart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  float: none;
  width: 100%;
  padding: 0; }

.previewCartAction-checkout {
  padding-top: 10px; }

.PaypalCommerceButton .paypal-buttons {
  z-index: 1; }

#shipping-promotion {
  display: none;
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 2rem;
  text-align: center; }

@media (max-width: 551px) {
  .cart-additionalCheckoutButtons .FloatRight div,
  .previewCart-additionalCheckoutButtons .FloatRight div {
    float: none; }
  .cart-additionalCheckoutButtons .FloatRight p,
  .previewCart-additionalCheckoutButtons .FloatRight p {
    text-align: center;
    margin-bottom: 1rem; } }

.pagetype-cart {
  --cart-main-container-padding: .5rem; }
  .pagetype-cart h1 {
    align-items: center;
    border-bottom: 1px solid var(--color-gray-lilac);
    display: flex;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    text-align: left; }
    @media (min-width: 801px) {
      .pagetype-cart h1 {
        font-size: 2.625rem;
        margin-bottom: 1rem;
        padding-bottom: 1rem; } }
    .pagetype-cart h1 small {
      color: #918F8C;
      font-size: 0.875rem;
      margin-left: 20px; }
  .pagetype-cart #main > .container, .pagetype-cart div.component__2023-drift__which-cta--row#main > .shg-box-content {
    padding-left: var(--cart-main-container-padding);
    padding-right: var(--cart-main-container-padding); }
    @media (min-width: 801px) {
      .pagetype-cart #main > .container, .pagetype-cart div.component__2023-drift__which-cta--row#main > .shg-box-content {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }

.cart-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 0; }
  @media (min-width: 801px) {
    .cart-container {
      flex-direction: row;
      margin: 1rem 0; } }
  .cart-container .cart-content-container {
    flex-basis: 100%;
    width: 100%; }
  .cart-container .cart-totals-container {
    --cart-totals-container-width: 375px;
    background-color: #F4FCFC;
    padding: 1rem;
    margin-left: calc(-1 * var(--cart-main-container-padding));
    margin-right: calc(-1 * var(--cart-main-container-padding));
    width: calc(100% + calc(2 * var(--cart-main-container-padding))); }
    @media (min-width: 801px) {
      .cart-container .cart-totals-container {
        box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.14);
        margin-left: 0;
        margin-right: 0;
        min-width: var(--cart-totals-container-width);
        width: var(--cart-totals-container-width); } }
    .cart-container .cart-totals-container h2 {
      border-bottom: 1px solid var(--color-gray-lilac);
      font-family: "new-kansas";
      font-size: 1.25rem;
      font-weight: 500;
      margin-top: 0;
      padding-bottom: 1rem; }
      @media (min-width: 801px) {
        .cart-container .cart-totals-container h2 {
          flex-basis: 400px;
          font-size: 1.5rem; } }
    .cart-container .cart-totals-container .cart-actions {
      background-color: var(--color-cloud);
      border-top: 1px solid #CCC;
      border-bottom: 1px solid #CCC;
      bottom: 0;
      left: 0;
      padding: 1rem;
      position: fixed;
      width: 100%;
      z-index: 99999; }
      @media (min-width: 801px) {
        .cart-container .cart-totals-container .cart-actions {
          background-color: unset;
          border-bottom: none;
          padding: 1rem 0 0;
          position: unset; } }
      .cart-container .cart-totals-container .cart-actions .button, .cart-container .cart-totals-container .cart-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .cart-container .cart-totals-container .cart-actions button, .cart-container .cart-totals-container .cart-actions .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .cart-container .cart-totals-container .cart-actions .show-all-products-btn, .cart-container .cart-totals-container .cart-actions .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .cart-container .cart-totals-container .cart-actions .aa-ItemActionButton, .cart-container .cart-totals-container .cart-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .cart-container .cart-totals-container .cart-actions button {
        width: 100%; }
    .cart-container .cart-totals-container .cart-additionalCheckoutButtons {
      display: flex;
      flex-wrap: wrap;
      margin-top: 1rem;
      gap: .5rem;
      margin-left: -.5rem;
      margin-right: -.5rem;
      width: 100%; }
      .cart-container .cart-totals-container .cart-additionalCheckoutButtons::before, .cart-container .cart-totals-container .cart-additionalCheckoutButtons::after {
        content: none; }
      .cart-container .cart-totals-container .cart-additionalCheckoutButtons .CheckoutButton {
        flex: 1; }
        .cart-container .cart-totals-container .cart-additionalCheckoutButtons .CheckoutButton [data-merchant-checkout-container] {
          float: unset; }
      .cart-container .cart-totals-container .cart-additionalCheckoutButtons .PaypalCommerceCheckout .or-use-label {
        display: none !important; }
      .cart-container .cart-totals-container .cart-additionalCheckoutButtons .PaypalCommerceCheckout .PaypalCommerceInnerContainer {
        margin-bottom: 0;
        max-width: 100%;
        width: 100%; }
        .cart-container .cart-totals-container .cart-additionalCheckoutButtons .PaypalCommerceCheckout .PaypalCommerceInnerContainer iframe {
          border-radius: 45px; }
      .cart-container .cart-totals-container .cart-additionalCheckoutButtons .AmazonPayCheckout {
        display: none; }
        .cart-container .cart-totals-container .cart-additionalCheckoutButtons .AmazonPayCheckout .AmazonPayInnerContainer {
          margin-bottom: 0;
          max-width: 100%;
          width: 100%; }
      .cart-container .cart-totals-container .cart-additionalCheckoutButtons .ApplePayCheckout .ApplePayInnerContainer {
        width: 100%;
        max-width: 100%; }
        .cart-container .cart-totals-container .cart-additionalCheckoutButtons .ApplePayCheckout .ApplePayInnerContainer .apple-pay-checkout-button {
          border-radius: 45px;
          margin: 0;
          max-height: 40px !important;
          height: 40px !important;
          min-height: 40px !important;
          padding: 0; }
      .cart-container .cart-totals-container .cart-additionalCheckoutButtons.UK .AmazonPayCheckout {
        display: block; }
        .cart-container .cart-totals-container .cart-additionalCheckoutButtons.UK .AmazonPayCheckout .AmazonPayInnerContainer {
          width: auto; }
          .cart-container .cart-totals-container .cart-additionalCheckoutButtons.UK .AmazonPayCheckout .AmazonPayInnerContainer > div {
            min-width: 200px; }
    .cart-container .cart-totals-container p.summary-instructions {
      text-align: center;
      font-size: 0.75rem;
      font-weight: 500;
      margin-bottom: 0;
      padding-top: .5rem; }

table.cart thead {
  display: none; }

table.cart tbody {
  border-top: none; }
  table.cart tbody tr {
    border-top: 1px solid var(--color-gray-lilac);
    border-bottom: none;
    display: block;
    padding: 1rem 0; }
    table.cart tbody tr:first-child {
      border-top: 0; }
    table.cart tbody tr td.cart-item-container {
      padding-left: 1rem;
      width: 100%; }
      @media (min-width: 1261px) {
        table.cart tbody tr td.cart-item-container footer {
          display: flex;
          justify-content: space-between; } }
    table.cart tbody tr td .cart-item-title dl dd,
    table.cart tbody tr td .cart-item-title dl dt,
    table.cart tbody tr td .cart-item-quantity-text label,
    table.cart tbody tr td .cart-item-price .cart-item-label {
      color: #9E9B99;
      font-size: 0.875rem;
      font-weight: 500; }
    table.cart tbody tr td .cart-item-price {
      font-size: 0.875rem;
      font-weight: 500;
      order: 1;
      width: auto; }
      @media (min-width: 801px) {
        table.cart tbody tr td .cart-item-price {
          align-self: center;
          font-size: 1rem;
          order: 2;
          flex-basis: 40%;
          text-align: right;
          padding-bottom: 0; } }
      table.cart tbody tr td .cart-item-price .cart-item-label {
        width: unset; }
      table.cart tbody tr td .cart-item-price .cart-item-value {
        padding-left: 0; }
    table.cart tbody tr td .cart-item-title {
      display: block;
      height: auto;
      margin-bottom: 0.5rem;
      padding: 0; }
      table.cart tbody tr td .cart-item-title dl {
        margin-bottom: 0.5rem; }
    table.cart tbody tr td.cart-item-figure {
      max-width: 100px;
      margin: 0;
      padding: 0;
      vertical-align: top;
      width: auto; }
      table.cart tbody tr td.cart-item-figure img {
        border: 1px solid var(--color-gray-lilac);
        border-radius: 10px;
        padding: .5rem; }
    table.cart tbody tr td .cart-item-quantity-container {
      text-align: left;
      width: 100%;
      order: 3; }
      @media (min-width: 801px) {
        table.cart tbody tr td .cart-item-quantity-container {
          order: 1;
          flex-basis: 40%; } }
    table.cart tbody tr td .cart-item-quantity {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: .5rem;
      text-align: left;
      width: 100%; }
      @media (min-width: 801px) {
        table.cart tbody tr td .cart-item-quantity {
          flex-direction: row; } }
      table.cart tbody tr td .cart-item-quantity .form-increment-container {
        order: 2; }
        @media (min-width: 801px) {
          table.cart tbody tr td .cart-item-quantity .form-increment-container {
            order: 1; } }
      table.cart tbody tr td .cart-item-quantity .form-increment {
        --form-increment-size: 40px;
        --form-increment-size-desktop: 50px;
        border-color: #918f8c;
        margin: 0 .5rem 0 0; }
        table.cart tbody tr td .cart-item-quantity .form-increment.can-modify {
          border-radius: var(--form-increment-size); }
          @media (min-width: 801px) {
            table.cart tbody tr td .cart-item-quantity .form-increment.can-modify {
              border-radius: var(--form-increment-size-desktop);
              display: inline-flex;
              flex-direction: row;
              flex-wrap: nowrap; } }
        table.cart tbody tr td .cart-item-quantity .form-increment button {
          border-radius: 100%;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0;
          height: var(--form-increment-size);
          width: var(--form-increment-size); }
          @media (min-width: 801px) {
            table.cart tbody tr td .cart-item-quantity .form-increment button {
              height: var(--form-increment-size-desktop);
              width: var(--form-increment-size-desktop); } }
          table.cart tbody tr td .cart-item-quantity .form-increment button:first-child {
            border-radius: 100%;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0; }
        table.cart tbody tr td .cart-item-quantity .form-increment input.cart-item-qty-input {
          height: var(--form-increment-size);
          width: var(--form-increment-size); }
          @media (min-width: 801px) {
            table.cart tbody tr td .cart-item-quantity .form-increment input.cart-item-qty-input {
              height: var(--form-increment-size-desktop);
              width: var(--form-increment-size-desktop); } }
    table.cart tbody tr td .cart-item-quantity-text {
      width: 100%; }
    table.cart tbody tr td .cart-remove {
      background-color: unset;
      margin-left: 0;
      float: unset;
      text-transform: uppercase;
      width: unset; }

[data-cart-totals] .cart-totals {
  float: none;
  margin-bottom: 0;
  width: auto; }
  [data-cart-totals] .cart-totals li {
    border-top: 0;
    font-size: 0.875rem;
    font-weight: 500; }
    [data-cart-totals] .cart-totals li .cart-total-label,
    [data-cart-totals] .cart-totals li .cart-total-value {
      padding: .25rem 0;
      width: 50%; }
      @media (min-width: 801px) {
        [data-cart-totals] .cart-totals li .cart-total-label,
        [data-cart-totals] .cart-totals li .cart-total-value {
          width: 50%; } }
    [data-cart-totals] .cart-totals li .cart-total-value {
      text-align: right; }
    [data-cart-totals] .cart-totals li .shipping-estimator form.estimator-form dl {
      margin-bottom: 0; }
    [data-cart-totals] .cart-totals li .shipping-estimator form.estimator-form label {
      font-size: 0.875rem; }
    [data-cart-totals] .cart-totals li .shipping-estimator form.estimator-form select,
    [data-cart-totals] .cart-totals li .shipping-estimator form.estimator-form input[type="text"] {
      font-size: 0.875rem;
      height: 40px; }
    [data-cart-totals] .cart-totals li .shipping-estimator .shipping-quotes ul {
      margin-left: 0; }
    [data-cart-totals] .cart-totals li .shipping-estimator .shipping-quotes .estimator-form-input--price {
      width: auto; }
    [data-cart-totals] .cart-totals li .shipping-estimator .button, [data-cart-totals] .cart-totals li .shipping-estimator .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset [data-cart-totals] .cart-totals li .shipping-estimator button, [data-cart-totals] .cart-totals li .shipping-estimator .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel [data-cart-totals] .cart-totals li .shipping-estimator .show-all-products-btn, [data-cart-totals] .cart-totals .site-homedics2 .ais-InfiniteHits ol li .shipping-estimator .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol [data-cart-totals] .cart-totals li .shipping-estimator .aa-ItemActionButton, [data-cart-totals] .cart-totals li .shipping-estimator .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet [data-cart-totals] .cart-totals li .shipping-estimator button {
      width: 100%; }
    [data-cart-totals] .cart-totals li.coupon-code-field {
      padding: 0; }
      [data-cart-totals] .cart-totals li.coupon-code-field:not(.has-coupon) {
        padding: .25rem 0; }
        [data-cart-totals] .cart-totals li.coupon-code-field:not(.has-coupon) .cart-total-label,
        [data-cart-totals] .cart-totals li.coupon-code-field:not(.has-coupon) .cart-total-value {
          display: none; }
      [data-cart-totals] .cart-totals li.coupon-code-field .coupon-remove {
        color: var(--color-primary);
        font-size: 0.75rem; }
    [data-cart-totals] .cart-totals li .cart-form.coupon-code {
      display: block !important; }
      [data-cart-totals] .cart-totals li .cart-form.coupon-code form {
        margin-bottom: 0; }
        [data-cart-totals] .cart-totals li .cart-form.coupon-code form input {
          margin-bottom: 0; }
      [data-cart-totals] .cart-totals li .cart-form.coupon-code .coupon-errors {
        color: #B8452C;
        display: none;
        font-size: 0.75rem;
        margin: .5rem 0; }
    [data-cart-totals] .cart-totals li.cart-total-grand-total {
      border-top: 1px solid var(--color-gray-lilac);
      margin-top: .5rem;
      padding-top: .5rem; }
      [data-cart-totals] .cart-totals li.cart-total-grand-total .cart-total-label {
        font-size: 1.125rem;
        width: 60%; }
      [data-cart-totals] .cart-totals li.cart-total-grand-total .cart-total-grandTotal {
        font-size: 1.5rem;
        font-weight: 700;
        width: 40%; }

[data-cart-totals].hide-affirm-promo-box #afffirm-promo-box {
  display: none !important; }

[data-cart-totals] #afffirm-promo-box {
  height: auto !important;
  margin-bottom: 1rem; }
  [data-cart-totals] #afffirm-promo-box .affirm-as-low-as {
    border-radius: 4px;
    background-color: var(--color-cloud);
    font-size: 0.875rem;
    font-weight: 450;
    padding: .5rem;
    text-align: left; }
    [data-cart-totals] #afffirm-promo-box .affirm-as-low-as:empty {
      padding: 0 !important; }
    [data-cart-totals] #afffirm-promo-box .affirm-as-low-as .affirm-modal-trigger {
      color: var(--color-primary);
      text-decoration: underline;
      font-size: 0.875rem;
      font-weight: 500; }
      [data-cart-totals] #afffirm-promo-box .affirm-as-low-as .affirm-modal-trigger:hover {
        text-decoration: none; }
      [data-cart-totals] #afffirm-promo-box .affirm-as-low-as .affirm-modal-trigger:after {
        content: '\A';
        white-space: pre; }

.container, div.component__2023-drift__which-cta--row > .shg-box-content {
  padding: 0 1.5rem;
  max-width: 1220px; }

.footer {
  padding-top: 15px;
  padding-bottom: 116px;
  border: none; }
  @media (min-width: 1261px) {
    .footer {
      padding-top: 40px;
      padding-bottom: 40px; } }

.footer-info {
  margin: 0; }
  @media (min-width: 1261px) {
    .footer-info {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; } }

.footer-info-col {
  width: 100%;
  margin-bottom: 15px;
  padding: 0;
  color: var(--color-black);
  text-align: left;
  border-bottom: 1px solid #918f8c; }
  .footer-info-col:last-child {
    max-width: 500px;
    border-bottom: none; }
    @media (min-width: 1261px) {
      .footer-info-col:last-child {
        max-width: 275px; } }
  @media (min-width: 1261px) {
    .footer-info-col .toggle-content {
      display: block !important; } }
  .footer-info-col .socialLinks .icon svg {
    fill: var(--color-secondary); }
  .footer-info-col .socialLinks .icon:hover svg, .footer-info-col .socialLinks .icon:focus svg {
    fill: var(--color-black); }
  @media (min-width: 1261px) {
    .footer-info-col {
      flex: auto;
      width: auto;
      border-bottom: none; } }

.footer-info-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 1.125rem;
  font-weight: Std;
  font-family: "Inter";
  text-transform: uppercase; }

a.footer-info-heading {
  margin-bottom: 15px;
  text-decoration: none; }
  a.footer-info-heading .toggleLink-text svg {
    vertical-align: middle;
    width: 17px;
    height: 17px;
    fill: var(--color-black); }
    @media (min-width: 1261px) {
      a.footer-info-heading .toggleLink-text svg {
        display: none; } }
  a.footer-info-heading:hover, a.footer-info-heading:focus {
    color: var(--color-black); }
    a.footer-info-heading:hover .toggleLink-text svg, a.footer-info-heading:focus .toggleLink-text svg {
      fill: var(--color-black); }
    @media (min-width: 1261px) {
      a.footer-info-heading:hover, a.footer-info-heading:focus {
        color: var(--color-black); } }
  @media (min-width: 1261px) {
    a.footer-info-heading {
      margin-bottom: 7px;
      cursor: auto; } }

.footer-info-text {
  margin-bottom: 15px;
  padding-top: 7px;
  color: var(--color-black);
  font-size: 1rem; }

.footer-info-col--questions {
  border-bottom: none; }
  .footer-info-col--questions .footer-info-text {
    margin-bottom: 0; }
  .footer-info-col--questions a {
    color: var(--color-black);
    font-size: 1.375rem;
    text-decoration: none; }
    .footer-info-col--questions a:hover, .footer-info-col--questions a:focus {
      color: var(--color-black); }

.footer-info-list a {
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  color: var(--color-black);
  font-size: 1rem; }
  .footer-info-list a:hover, .footer-info-list a:focus {
    color: var(--color-black); }

form.newsletter-form {
  margin-bottom: 15px; }
  form.newsletter-form .form-field {
    margin-bottom: 0; }
  form.newsletter-form .form-prefixPostfix {
    position: relative; }
  form.newsletter-form .form-input {
    margin-bottom: 0;
    padding-right: 61px; }
  form.newsletter-form .button, form.newsletter-form .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset form.newsletter-form button, form.newsletter-form .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel form.newsletter-form .show-all-products-btn, form.newsletter-form .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li form.newsletter-form .aa-ItemActionButton, form.newsletter-form .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet form.newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    margin-bottom: 0;
    padding: 0 16px;
    border: 1px solid #949494;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #ffffff; }
    form.newsletter-form .button .icon, form.newsletter-form .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button .icon, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset form.newsletter-form button .icon, form.newsletter-form .site-homedics2 .aa-Panel .show-all-products-btn .icon, .site-homedics2 .aa-Panel form.newsletter-form .show-all-products-btn .icon, form.newsletter-form .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton .icon, .site-homedics2 .ais-InfiniteHits ol li form.newsletter-form .aa-ItemActionButton .icon, form.newsletter-form .site-homedics2 .addrexxOverlay .addrexxButtonSet button .icon, .site-homedics2 .addrexxOverlay .addrexxButtonSet form.newsletter-form button .icon {
      width: 29px;
      height: 29px; }
      form.newsletter-form .button .icon svg, form.newsletter-form .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button .icon svg, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset form.newsletter-form button .icon svg, form.newsletter-form .site-homedics2 .aa-Panel .show-all-products-btn .icon svg, .site-homedics2 .aa-Panel form.newsletter-form .show-all-products-btn .icon svg, form.newsletter-form .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton .icon svg, .site-homedics2 .ais-InfiniteHits ol li form.newsletter-form .aa-ItemActionButton .icon svg, form.newsletter-form .site-homedics2 .addrexxOverlay .addrexxButtonSet button .icon svg, .site-homedics2 .addrexxOverlay .addrexxButtonSet form.newsletter-form button .icon svg {
        fill: var(--color-secondary); }
    form.newsletter-form .button:hover, form.newsletter-form .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:hover, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset form.newsletter-form button:hover, form.newsletter-form .site-homedics2 .aa-Panel .show-all-products-btn:hover, .site-homedics2 .aa-Panel form.newsletter-form .show-all-products-btn:hover, form.newsletter-form .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:hover, .site-homedics2 .ais-InfiniteHits ol li form.newsletter-form .aa-ItemActionButton:hover, form.newsletter-form .site-homedics2 .addrexxOverlay .addrexxButtonSet button:hover, .site-homedics2 .addrexxOverlay .addrexxButtonSet form.newsletter-form button:hover, form.newsletter-form .button:focus, form.newsletter-form .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:focus, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset form.newsletter-form button:focus, form.newsletter-form .site-homedics2 .aa-Panel .show-all-products-btn:focus, .site-homedics2 .aa-Panel form.newsletter-form .show-all-products-btn:focus, form.newsletter-form .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:focus, .site-homedics2 .ais-InfiniteHits ol li form.newsletter-form .aa-ItemActionButton:focus, form.newsletter-form .site-homedics2 .addrexxOverlay .addrexxButtonSet button:focus, .site-homedics2 .addrexxOverlay .addrexxButtonSet form.newsletter-form button:focus {
      border-color: #949494;
      background: #ffffff;
      box-shadow: none; }
      form.newsletter-form .button:hover .icon svg, form.newsletter-form .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:hover .icon svg, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset form.newsletter-form button:hover .icon svg, form.newsletter-form .site-homedics2 .aa-Panel .show-all-products-btn:hover .icon svg, .site-homedics2 .aa-Panel form.newsletter-form .show-all-products-btn:hover .icon svg, form.newsletter-form .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:hover .icon svg, .site-homedics2 .ais-InfiniteHits ol li form.newsletter-form .aa-ItemActionButton:hover .icon svg, form.newsletter-form .site-homedics2 .addrexxOverlay .addrexxButtonSet button:hover .icon svg, .site-homedics2 .addrexxOverlay .addrexxButtonSet form.newsletter-form button:hover .icon svg, form.newsletter-form .button:focus .icon svg, form.newsletter-form .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:focus .icon svg, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset form.newsletter-form button:focus .icon svg, form.newsletter-form .site-homedics2 .aa-Panel .show-all-products-btn:focus .icon svg, .site-homedics2 .aa-Panel form.newsletter-form .show-all-products-btn:focus .icon svg, form.newsletter-form .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:focus .icon svg, .site-homedics2 .ais-InfiniteHits ol li form.newsletter-form .aa-ItemActionButton:focus .icon svg, form.newsletter-form .site-homedics2 .addrexxOverlay .addrexxButtonSet button:focus .icon svg, .site-homedics2 .addrexxOverlay .addrexxButtonSet form.newsletter-form button:focus .icon svg {
        fill: var(--color-black); }
    form.newsletter-form .button:focus, form.newsletter-form .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:focus, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset form.newsletter-form button:focus, form.newsletter-form .site-homedics2 .aa-Panel .show-all-products-btn:focus, .site-homedics2 .aa-Panel form.newsletter-form .show-all-products-btn:focus, form.newsletter-form .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:focus, .site-homedics2 .ais-InfiniteHits ol li form.newsletter-form .aa-ItemActionButton:focus, form.newsletter-form .site-homedics2 .addrexxOverlay .addrexxButtonSet button:focus, .site-homedics2 .addrexxOverlay .addrexxButtonSet form.newsletter-form button:focus {
      outline: 2px solid #000000; }
  @media (min-width: 1261px) {
    form.newsletter-form {
      margin-bottom: 40px; } }

.footer-payment-icons {
  height: auto;
  margin-top: 15px; }
  .footer-payment-icons svg.footer-payment-icon {
    display: inline-block;
    height: 30px;
    margin: 0 8px 5px 0;
    fill: var(--color-secondary); }
    .footer-payment-icons svg.footer-payment-icon.footer-payment-icon--dark {
      fill: var(--color-black); }
  @media (min-width: 1261px) {
    .footer-payment-icons {
      margin-top: 40px; } }

.footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #918f8c; }
  @media (min-width: 1261px) {
    .footer-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-top: 28px;
      padding-bottom: 28px; } }

@media (min-width: 1261px) {
  .footer-bottom-inner {
    display: flex;
    align-items: center; } }

.footer-bottom-link {
  display: block;
  margin-right: 20px;
  margin-bottom: 15px;
  color: var(--color-black);
  font-size: 0.875rem; }
  .footer-bottom-link.footer-bottom-link--countries {
    text-decoration: none; }
  .footer-bottom-link:hover, .footer-bottom-link:focus {
    color: var(--color-black); }
  .footer-bottom-link span {
    display: inline-block;
    vertical-align: middle; }
    .footer-bottom-link span + span {
      text-decoration: underline; }
  @media (min-width: 1261px) {
    .footer-bottom-link {
      margin-bottom: 0; } }

footer .footer-privacy-statement {
  text-align: center;
  font-size: 0.875rem;
  font-style: italic;
  margin: auto;
  max-width: 800px;
  overflow: hidden; }
  footer .footer-privacy-statement a {
    cursor: pointer;
    font-weight: bold; }
    footer .footer-privacy-statement a:hover {
      text-decoration: underline; }

.site-house-of-marley footer .footer-privacy-statement {
  color: #ffffff; }
  .site-house-of-marley footer .footer-privacy-statement p {
    margin-bottom: 0; }
  .site-house-of-marley footer .footer-privacy-statement a {
    color: #ffffff; }
    .site-house-of-marley footer .footer-privacy-statement a:hover {
      color: #ffffff; }

.footer-copyright {
  text-align: left; }
  .footer-copyright > .powered-by {
    color: var(--color-black);
    font-size: 0.875rem; }
  @media (min-width: 1261px) {
    .footer-copyright {
      margin-left: 20px; }
      .footer-copyright:first-of-type {
        margin-left: 0; } }

.trustpilot-wrapper {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #eeebe9; }

.form-label {
  margin-bottom: 10px;
  font-weight: 700; }

.form-input, .form-select {
  height: 50px;
  margin-bottom: 15px;
  padding: 13px;
  font-size: 1rem;
  border-radius: 10px; }
  .form-input::placeholder, .form-select::placeholder {
    color: #726e6e; }
  .form-input:focus, .form-select:focus {
    outline: 2px solid black; }

.form-select {
  padding-right: 36px;
  background-position: right 16px top 56%; }

.form-option {
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 3px; }

.form-checkbox:focus + .form-label {
  outline: 2px solid black; }

.form-radio:checked + .form-option {
  position: relative;
  border-color: #949494;
  box-shadow: none; }
  .form-radio:checked + .form-option::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjFweCIgaGVpZ2h0PSIxN3B4IiB2aWV3Qm94PSIwIDAgMjEgMTciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+N0ZCQkJCOEQtRUFCOC00M0NFLUFCODMtODQ3RDMzODg2MzA2PC90aXRsZT4KICAgIDxkZWZzPgogICAgICAgIDxmaWx0ZXIgaWQ9ImZpbHRlci0xIj4KICAgICAgICAgICAgPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUdyYXBoaWMiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAuNDM1Mjk0IDAgMCAwIDAgMC44MDAwMDAgMCAwIDAgMCAwLjg3MDU4OCAwIDAgMCAxLjAwMDAwMCAwIj48L2ZlQ29sb3JNYXRyaXg+CiAgICAgICAgPC9maWx0ZXI+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iUERQIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iUERQLShEZXNrdG9wKSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkzNy4wMDAwMDAsIC03OTQuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJCdXktU2VjdGlvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTMwLjAwMDAwMCwgMjE5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9IkluZm8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDgwMC4wMDAwMDAsIDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IkNvbG9ycyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDUzNC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikljb25zLzEuLUJhc2UvY2hhdF9idWJibGVfb3V0bGluZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDMyLjAwMDAwMCkiIGZpbHRlcj0idXJsKCNmaWx0ZXItMSkiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy4wMDAwMDAsIDkuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IvCfjqgtZmlsbCIgZmlsbD0iIzM4MzczNiIgcG9pbnRzPSI2LjY4MTg2MTQ4IDEzLjQ0ODI5MDIgMS42NzA3MDM1IDguMTE5MjA2NDggMCA5Ljg5NTU2Nzc0IDYuNjgxODYxNDggMTcgMjEgMS43NzYzNjEyNSAxOS4zMzAyNDkgMCI+PC9wb2x5Z29uPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4="); }

.form-radio:hover + .form-option, .form-radio:focus + .form-option {
  border-color: black;
  border-width: 2px; }

.form-option-variant--color,
.form-option-variant--pattern {
  width: 29px;
  height: 29px; }

.form-field--increments .form-label {
  margin-right: 10px; }

@media (min-width: 801px) {
  .form-field--increments {
    display: flex;
    align-items: center; } }

.form-increment {
  display: inline-block;
  margin-bottom: 15px;
  border: 1px solid #918f8c;
  border-radius: 10px; }
  .form-increment .button.button--icon, .form-increment .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.button--icon, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-increment button.button--icon, .form-increment .site-homedics2 .aa-Panel .button--icon.show-all-products-btn, .site-homedics2 .aa-Panel .form-increment .button--icon.show-all-products-btn, .form-increment .site-homedics2 .ais-InfiniteHits ol li .button--icon.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .form-increment .button--icon.aa-ItemActionButton, .form-increment .site-homedics2 .addrexxOverlay .addrexxButtonSet button.button--icon, .site-homedics2 .addrexxOverlay .addrexxButtonSet .form-increment button.button--icon {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #eeebe9; }
    .form-increment .button.button--icon:first-child, .form-increment .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.button--icon:first-child, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-increment button.button--icon:first-child, .form-increment .site-homedics2 .aa-Panel .button--icon.show-all-products-btn:first-child, .site-homedics2 .aa-Panel .form-increment .button--icon.show-all-products-btn:first-child, .form-increment .site-homedics2 .ais-InfiniteHits ol li .button--icon.aa-ItemActionButton:first-child, .site-homedics2 .ais-InfiniteHits ol li .form-increment .button--icon.aa-ItemActionButton:first-child, .form-increment .site-homedics2 .addrexxOverlay .addrexxButtonSet button.button--icon:first-child, .site-homedics2 .addrexxOverlay .addrexxButtonSet .form-increment button.button--icon:first-child {
      border-radius: 10px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .form-increment .button.button--icon .icon, .form-increment .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.button--icon .icon, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-increment button.button--icon .icon, .form-increment .site-homedics2 .aa-Panel .button--icon.show-all-products-btn .icon, .site-homedics2 .aa-Panel .form-increment .button--icon.show-all-products-btn .icon, .form-increment .site-homedics2 .ais-InfiniteHits ol li .button--icon.aa-ItemActionButton .icon, .site-homedics2 .ais-InfiniteHits ol li .form-increment .button--icon.aa-ItemActionButton .icon, .form-increment .site-homedics2 .addrexxOverlay .addrexxButtonSet button.button--icon .icon, .site-homedics2 .addrexxOverlay .addrexxButtonSet .form-increment button.button--icon .icon {
      width: 17px;
      height: 17px; }
      .form-increment .button.button--icon .icon svg, .form-increment .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.button--icon .icon svg, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-increment button.button--icon .icon svg, .form-increment .site-homedics2 .aa-Panel .button--icon.show-all-products-btn .icon svg, .site-homedics2 .aa-Panel .form-increment .button--icon.show-all-products-btn .icon svg, .form-increment .site-homedics2 .ais-InfiniteHits ol li .button--icon.aa-ItemActionButton .icon svg, .site-homedics2 .ais-InfiniteHits ol li .form-increment .button--icon.aa-ItemActionButton .icon svg, .form-increment .site-homedics2 .addrexxOverlay .addrexxButtonSet button.button--icon .icon svg, .site-homedics2 .addrexxOverlay .addrexxButtonSet .form-increment button.button--icon .icon svg {
        fill: black; }
    .form-increment .button.button--icon:hover, .form-increment .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.button--icon:hover, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-increment button.button--icon:hover, .form-increment .site-homedics2 .aa-Panel .button--icon.show-all-products-btn:hover, .site-homedics2 .aa-Panel .form-increment .button--icon.show-all-products-btn:hover, .form-increment .site-homedics2 .ais-InfiniteHits ol li .button--icon.aa-ItemActionButton:hover, .site-homedics2 .ais-InfiniteHits ol li .form-increment .button--icon.aa-ItemActionButton:hover, .form-increment .site-homedics2 .addrexxOverlay .addrexxButtonSet button.button--icon:hover, .site-homedics2 .addrexxOverlay .addrexxButtonSet .form-increment button.button--icon:hover, .form-increment .button.button--icon:focus, .form-increment .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.button--icon:focus, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-increment button.button--icon:focus, .form-increment .site-homedics2 .aa-Panel .button--icon.show-all-products-btn:focus, .site-homedics2 .aa-Panel .form-increment .button--icon.show-all-products-btn:focus, .form-increment .site-homedics2 .ais-InfiniteHits ol li .button--icon.aa-ItemActionButton:focus, .site-homedics2 .ais-InfiniteHits ol li .form-increment .button--icon.aa-ItemActionButton:focus, .form-increment .site-homedics2 .addrexxOverlay .addrexxButtonSet button.button--icon:focus, .site-homedics2 .addrexxOverlay .addrexxButtonSet .form-increment button.button--icon:focus {
      background-color: #333333;
      box-shadow: none; }
      .form-increment .button.button--icon:hover .icon svg, .form-increment .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.button--icon:hover .icon svg, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-increment button.button--icon:hover .icon svg, .form-increment .site-homedics2 .aa-Panel .button--icon.show-all-products-btn:hover .icon svg, .site-homedics2 .aa-Panel .form-increment .button--icon.show-all-products-btn:hover .icon svg, .form-increment .site-homedics2 .ais-InfiniteHits ol li .button--icon.aa-ItemActionButton:hover .icon svg, .site-homedics2 .ais-InfiniteHits ol li .form-increment .button--icon.aa-ItemActionButton:hover .icon svg, .form-increment .site-homedics2 .addrexxOverlay .addrexxButtonSet button.button--icon:hover .icon svg, .site-homedics2 .addrexxOverlay .addrexxButtonSet .form-increment button.button--icon:hover .icon svg, .form-increment .button.button--icon:focus .icon svg, .form-increment .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.button--icon:focus .icon svg, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-increment button.button--icon:focus .icon svg, .form-increment .site-homedics2 .aa-Panel .button--icon.show-all-products-btn:focus .icon svg, .site-homedics2 .aa-Panel .form-increment .button--icon.show-all-products-btn:focus .icon svg, .form-increment .site-homedics2 .ais-InfiniteHits ol li .button--icon.aa-ItemActionButton:focus .icon svg, .site-homedics2 .ais-InfiniteHits ol li .form-increment .button--icon.aa-ItemActionButton:focus .icon svg, .form-increment .site-homedics2 .addrexxOverlay .addrexxButtonSet button.button--icon:focus .icon svg, .site-homedics2 .addrexxOverlay .addrexxButtonSet .form-increment button.button--icon:focus .icon svg {
        fill: black; }

.form-input--incrementTotal {
  width: 60px;
  margin: 0;
  padding: 13px 2px; }

.form-prefixPostfix .button, .form-prefixPostfix .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-prefixPostfix button, .form-prefixPostfix .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .form-prefixPostfix .show-all-products-btn, .form-prefixPostfix .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .form-prefixPostfix .aa-ItemActionButton, .form-prefixPostfix .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .form-prefixPostfix button {
  height: 50px; }

.form-minMaxRow .form-field {
  width: 50%; }
  .form-minMaxRow .form-field:last-child {
    width: auto; }
  .form-minMaxRow .form-field .button, .form-minMaxRow .form-field .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-minMaxRow .form-field button, .form-minMaxRow .form-field .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .form-minMaxRow .form-field .show-all-products-btn, .form-minMaxRow .form-field .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .form-minMaxRow .form-field .aa-ItemActionButton, .form-minMaxRow .form-field .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .form-minMaxRow .form-field button {
    padding-left: 15px;
    padding-right: 15px; }

.header {
  position: sticky;
  height: auto;
  border-bottom: none;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  background: #ffffff;
  z-index: 510; }
  .header > .container, div.component__2023-drift__which-cta--row.header > .shg-box-content {
    position: static;
    padding-left: 8px;
    padding-right: 8px;
    background: #ffffff; }
    @media (min-width: 551px) {
      .header > .container, div.component__2023-drift__which-cta--row.header > .shg-box-content {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
    @media (min-width: 1261px) {
      .header > .container, div.component__2023-drift__which-cta--row.header > .shg-box-content {
        position: relative; } }
  @media (min-width: 1261px) {
    .header {
      height: auto; } }
  .header.is-open .navPages-container.is-open {
    display: block;
    overflow-y: auto; }
  .header .navPages-container {
    height: calc(100vh - 150px);
    display: none; }
    @media (min-width: 1261px) {
      .header .navPages-container {
        height: 100%;
        display: block; } }

.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px; }
  @media (min-width: 1261px) {
    .header-flex {
      justify-content: space-between;
      margin-top: 25px;
      padding-top: 0;
      padding-bottom: 0; } }
  .header-flex .menu-logo-container {
    align-items: center;
    display: flex;
    flex-direction: row; }

.header-logo {
  flex: 1;
  max-width: 80px;
  height: auto;
  margin: 0; }
  .header-logo.header-logo--left {
    margin: 0; }
  .header-logo .header-logo__link {
    display: block;
    width: auto;
    height: auto;
    margin-top: 0; }
  .header-logo-image {
    position: unset; }
    .header-logo-image-container::after {
      display: unset;
      padding-bottom: 0; }
  @media (min-width: 551px) {
    .header-logo {
      max-width: 149px; } }
  @media (min-width: 1261px) {
    .header-logo {
      padding-top: 0;
      padding-bottom: 10px; } }

.mobileMenu-toggle {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 39px;
  padding-left: 0;
  padding-right: 0;
  margin-right: .5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleLabel {
    left: 50%;
    transform: translateX(-50%); }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background-color: #4a4a4a; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
    background-color: #4a4a4a; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 35%; }
    .mobileMenu-toggle .mobileMenu-toggleIcon::before {
      top: -0.45rem; }
    .mobileMenu-toggle .mobileMenu-toggleIcon::after {
      bottom: -0.45rem; }
  .mobileMenu-toggle .mobileMenu-toggleLabel {
    color: #4a4a4a;
    font-size: .5rem;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    bottom: 0; }
  @media (min-width: 551px) {
    .mobileMenu-toggle {
      margin-top: 0; } }
  @media (min-width: 1261px) {
    .mobileMenu-toggle {
      display: none; } }

/*COLORED TILES*/
.color-block-contain {
  padding: 6% 12%; }
  .color-block-contain.desert-sun-bg {
    color: var(--color-white); }
    .color-block-contain.desert-sun-bg h3 {
      color: var(--color-sunshine); }
  .color-block-contain.welcoming-teal-bg {
    color: var(--color-white); }
    .color-block-contain.welcoming-teal-bg h3 {
      color: var(--color-dandelion); }
  .color-block-contain.blue-radiance-bg {
    color: var(--color-black); }
    .color-block-contain.blue-radiance-bg h3 {
      color: var(--color-black); }
  .color-block-contain.amazonite-bg {
    color: var(--color-black); }
    .color-block-contain.amazonite-bg h3 {
      color: var(--color-secondary); }
  .color-block-contain.brandy-brown-bg {
    color: var(--color-white); }
    .color-block-contain.brandy-brown-bg h3 {
      color: var(--color-primary); }
  .color-block-contain.sunshine-bg {
    color: var(--color-black); }
    .color-block-contain.sunshine-bg h3 {
      color: var(--color-secondary); }
  .color-block-contain .banner-btn {
    margin: 0 auto 0 0; }
  .color-block-contain h3 {
    margin-top: 0; }

/*Four Image Slide Banner*/
.container1 {
  max-width: 100% !important; }
  .container1 .slider {
    width: 100% !important; }
    .container1 .slider .card1-container1 {
      width: 100% !important;
      margin: 0 0 2em 0rem;
      padding: 0; }
      .container1 .slider .card1-container1 .card1 {
        width: 25% !important;
        min-width: 280px; }
  .container1 .four-img-slide {
    margin: 10px auto 2em !important;
    display: block; }

.modal {
  overflow-y: auto; }

.modal-header {
  padding-top: 25px;
  padding-bottom: 15px;
  border-bottom: none; }
  @media (min-width: 801px) {
    .modal-header {
      padding-top: 50px;
      padding-bottom: 25px; } }

.modal-header-title {
  font-size: 1.5rem; }
  @media (min-width: 801px) {
    .modal-header-title {
      font-size: 1.875rem; } }

.modal-body {
  max-height: 705px !important;
  padding: 0 20px 25px; }
  @media (min-width: 801px) {
    .modal-body {
      padding: 0 50px 50px; } }

.footer-countries ul {
  margin-left: 0;
  margin-bottom: 25px;
  list-style: none; }
  .footer-countries ul li {
    margin-top: 15px; }
    .footer-countries ul li:first-child {
      margin-top: 0; }
  @media (min-width: 801px) {
    .footer-countries ul {
      margin-bottom: 0; } }

.footer-countries a {
  font-size: 1rem;
  text-decoration: none;
  line-height: 20px; }
  .footer-countries a span {
    display: inline-block;
    vertical-align: middle; }

@media (min-width: 801px) {
  .footer-countries {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; } }

.footer-countries-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.125rem;
  text-transform: uppercase; }

.footer-countries-flag-img {
  width: 25px;
  height: 25px;
  margin-right: 10px; }

#remove-coupon-modal {
  max-width: 21rem; }
  #remove-coupon-modal .remove-coupon-header {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem; }
    #remove-coupon-modal .remove-coupon-header .modal-header-title {
      text-align: left;
      color: var(--color-secondary); }
  #remove-coupon-modal .remove-coupon-body {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem; }
    #remove-coupon-modal .remove-coupon-body .button, #remove-coupon-modal .remove-coupon-body .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset #remove-coupon-modal .remove-coupon-body button, #remove-coupon-modal .remove-coupon-body .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel #remove-coupon-modal .remove-coupon-body .show-all-products-btn, #remove-coupon-modal .remove-coupon-body .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li #remove-coupon-modal .remove-coupon-body .aa-ItemActionButton, #remove-coupon-modal .remove-coupon-body .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet #remove-coupon-modal .remove-coupon-body button {
      width: 100%; }

.menu-container {
  position: absolute;
  width: calc(100% - 16px); }
  @media (min-width: 551px) {
    .menu-container {
      width: 75%; } }
  @media (min-width: 801px) {
    .menu-container {
      width: 50%; } }
  @media (min-width: 1261px) {
    .menu-container {
      position: unset;
      width: 100%; } }

.menu-overlay {
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 90;
  display: none; }

.navPages-container {
  position: relative;
  bottom: auto;
  display: none;
  height: 100%; }
  .navPages-container.is-open {
    padding-top: 0;
    z-index: 500; }
  @media (min-width: 1261px) {
    .navPages-container {
      position: static;
      display: block;
      background: transparent; } }

.navPages {
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  overflow-y: auto; }
  @media (min-width: 1261px) {
    .navPages {
      max-width: none; } }

.navPages-list {
  display: block;
  text-align: left;
  background: white; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    width: 14px;
    height: 14px;
    margin: 0; }
  @media (min-width: 1261px) {
    .navPages-list {
      display: flex;
      align-items: center;
      justify-content: center; }
      .navPages-list.navPages-list--evenlySpaced {
        justify-content: space-around; } }

.navPages-item {
  float: none; }
  @media (min-width: 1261px) {
    .navPages-item {
      float: left; } }

.navPages-action {
  padding: 10px 15px;
  font-size: 1.125rem;
  font-weight: Std;
  font-family: "Inter";
  text-transform: uppercase; }
  .navPages-action:hover, .navPages-action:focus {
    color: var(--color-black); }
  @media (min-width: 1261px) {
    .navPages-action.is-open, .navPages-action:hover {
      border-bottom-color: var(--color-primary);
      background-color: transparent; } }
  .navPages-action.navPages-action--red {
    color: var(--color-secondary); }
    .navPages-action.navPages-action--red:hover, .navPages-action.navPages-action--red:focus {
      color: var(--color-primary); }
  @media (min-width: 1261px) {
    .navPages-action {
      padding: 17px 22px 12px;
      border-bottom: 5px solid transparent; } }

.navPages-action-moreIcon {
  transform: rotate(-90deg); }
  @media (min-width: 1261px) {
    .navPages-action-moreIcon {
      display: none;
      transform: none; } }

.navPage-subMenu {
  position: static;
  padding: 0 !important; }
  @media (min-width: 1261px) {
    .navPage-subMenu.is-open {
      max-height: calc(100vh - 186px) !important;
      overflow-y: auto; } }
  .navPage-subMenu > .container, div.component__2023-drift__which-cta--row.navPage-subMenu > .shg-box-content {
    padding: 0; }
  @media (min-width: 1261px) {
    .navPage-subMenu .navPage-subMenu-container {
      display: flex; } }
  .navPage-subMenu .navPage-subMenu-list {
    margin-top: 0; }
    @media (min-width: 1261px) {
      .navPage-subMenu .navPage-subMenu-list {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin-top: 20px;
        padding-left: 20px;
        padding-right: 20px; } }
  @media (min-width: 1261px) {
    .navPage-subMenu.navPage-subMenu-wide {
      left: unset;
      width: auto;
      min-width: 380px; } }
  .navPage-subMenu .navPage-subMenu-item {
    float: none;
    width: auto;
    padding: 0 !important; }
    .navPage-subMenu .navPage-subMenu-item > .navPage-subMenu-action {
      margin-bottom: 0;
      padding: 10px 15px;
      font-size: 1rem;
      font-weight: 700;
      font-family: "Inter";
      text-transform: none;
      border-bottom: none; }
      .navPage-subMenu .navPage-subMenu-item > .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin: 0; }
        @media (min-width: 1261px) {
          .navPage-subMenu .navPage-subMenu-item > .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
            margin-left: 24px; } }
      .navPage-subMenu .navPage-subMenu-item > .navPage-subMenu-action .collapsible-icon-wrapper {
        display: block;
        width: auto;
        padding: 0; }
        .navPage-subMenu .navPage-subMenu-item > .navPage-subMenu-action .collapsible-icon-wrapper .navPages-action-moreIcon {
          display: block; }
          @media (min-width: 1261px) {
            .navPage-subMenu .navPage-subMenu-item > .navPage-subMenu-action .collapsible-icon-wrapper .navPages-action-moreIcon {
              display: none; } }
        .navPage-subMenu .navPage-subMenu-item > .navPage-subMenu-action .collapsible-icon-wrapper .navPages-action-subtract {
          display: none; }
        @media (min-width: 1261px) {
          .navPage-subMenu .navPage-subMenu-item > .navPage-subMenu-action .collapsible-icon-wrapper {
            display: none; } }
      .navPage-subMenu .navPage-subMenu-item > .navPage-subMenu-action.is-open .collapsible-icon-wrapper .navPages-action-add {
        display: none; }
      .navPage-subMenu .navPage-subMenu-item > .navPage-subMenu-action.is-open .collapsible-icon-wrapper .navPages-action-subtract {
        display: block; }
      @media (min-width: 1261px) {
        .navPage-subMenu .navPage-subMenu-item > .navPage-subMenu-action {
          padding: 0 0 7px; } }
    @media (min-width: 1261px) {
      .navPage-subMenu .navPage-subMenu-item.navPage-subMenu-item--noSubMenu + .navPage-subMenu-item:not(.navPage-subMenu-item--noSubMenu) {
        padding-top: 20px !important; } }
  .navPage-subMenu .navPage-childList {
    display: none;
    margin: 0;
    padding: 0 20px;
    border-left: none;
    background-color: var(--color-white); }
    .navPage-subMenu .navPage-childList.is-open {
      display: block; }
    .navPage-subMenu .navPage-childList .navPage-childList-action {
      padding: 10px 15px;
      font-size: 1rem;
      font-family: "Inter";
      text-transform: none;
      border-bottom: none; }
      @media (min-width: 1261px) {
        .navPage-subMenu .navPage-childList .navPage-childList-action {
          padding: 7px 0 0; } }
    @media (min-width: 1261px) {
      .navPage-subMenu .navPage-childList .navPage-childList-item--landing {
        display: none; } }
    @media (min-width: 1261px) {
      .navPage-subMenu .navPage-childList .navPage-childList-item:first-child .navPage-childList-action {
        padding-top: 0; } }
    @media (min-width: 1261px) {
      .navPage-subMenu .navPage-childList {
        display: block;
        padding: 0 0 20px;
        background-color: transparent; } }
  @media (min-width: 1261px) {
    .navPage-subMenu {
      position: absolute;
      border: 1px solid #cccccc;
      border-top: none;
      box-shadow: 1px 3px 9px 0 rgba(0, 0, 0, 0.83); } }

.navPage-callout-container {
  display: none; }
  @media (min-width: 1261px) {
    .navPage-callout-container {
      display: block; } }

@media (min-width: 1261px) {
  .navPage-callouts {
    display: flex;
    justify-content: flex-end; }
    .navPage-callouts.navPage-subMenu-large {
      flex-wrap: wrap;
      flex: 1; } }

.navPage-callout {
  padding-top: 30px;
  padding-right: 20px; }
  .navPage-callout img {
    width: auto;
    max-width: 446px;
    height: 255px; }

.navPage-subMenu-large .navPage-callout img {
  width: 446px;
  height: auto; }

.navPage-callout-desc {
  margin-top: 13px;
  margin-bottom: 24px;
  font-size: 1rem;
  font-weight: 700; }
  .navPage-callout-desc .highlight {
    color: #0073b3; }

.navPages-extraLinks {
  display: none;
  padding: 14px 20px;
  font-size: 0.875rem; }
  .navPages-extraLinks ul {
    display: flex; }
    .navPages-extraLinks ul li::before {
      content: '|';
      padding-left: 6px;
      padding-right: 6px; }
    .navPages-extraLinks ul li:first-child::before {
      content: none; }
    .navPages-extraLinks ul li a {
      text-decoration: none; }
  @media (min-width: 1261px) {
    .navPages-extraLinks {
      display: block; } }

.navUser {
  display: flex;
  justify-content: flex-end;
  position: unset;
  transform: unset;
  width: auto;
  padding: 0;
  z-index: 50; }
  .navUser ul.navUser-section {
    float: none;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .navUser .dropdown-menu {
    width: 300px;
    max-width: 300px;
    padding: 0 20px 20px;
    border: none;
    box-shadow: 1px 3px 9px 0 rgba(0, 0, 0, 0.16); }
    .navUser .dropdown-menu.is-open::before, .navUser .dropdown-menu.is-open::after {
      content: none; }
  @media (min-width: 1261px) {
    .navUser {
      flex-grow: 0;
      order: 3;
      position: static;
      right: auto;
      top: auto;
      transform: none; } }

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

.navUser-action {
  padding: 5px;
  font-size: 0.875rem;
  font-family: "Inter";
  font-weight: Std;
  text-transform: none; }
  .navUser-action span {
    display: inline-block;
    vertical-align: middle; }
    .navUser-action span.accountDropdownTarget:not(.icon) {
      display: none; }
      @media (min-width: 551px) {
        .navUser-action span.accountDropdownTarget:not(.icon) {
          display: inline-block; } }
  .navUser-action .icon {
    width: 21px;
    height: 21px;
    margin: 0; }
    @media (min-width: 551px) {
      .navUser-action .icon {
        margin-right: 8px; } }
  @media (min-width: 551px) {
    .navUser-action {
      padding: 13px;
      font-size: 1rem; } }
  @media (min-width: 1261px) {
    .navUser-action {
      padding: 12px 13px; } }

@media (min-width: 1261px) {
  .navUser-action--quickSearch {
    display: none; } }

.navUser-item--cart .navUser-action {
  position: relative; }

.navUser-item--cart .dropdown-menu.is-open::before, .navUser-item--cart .dropdown-menu.is-open::after {
  content: none; }

.countPill {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  margin-left: 0;
  padding-left: 1px;
  color: var(--color-dark-gray);
  line-height: 18px; }
  .countPill.countPill--verticalCenter {
    position: static;
    width: auto;
    height: auto;
    padding-left: 0;
    color: rgba(0, 0, 255, 0);
    font-size: 1rem;
    font-weight: 500;
    background-color: transparent; }
    .countPill.countPill--verticalCenter::before {
      content: "("; }
    .countPill.countPill--verticalCenter::after {
      content: ")"; }
  @media (min-width: 551px) {
    .countPill {
      top: 14px;
      right: 12px; } }
  @media (min-width: 1261px) {
    .countPill {
      top: 0;
      right: 12px; } }

.dropdown--quickSearch {
  padding: 0; }
  .dropdown--quickSearch.is-open {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: rgba(0, 0, 0, 0.6); }
    @media (min-width: 801px) {
      .dropdown--quickSearch.is-open {
        bottom: auto; } }
  .dropdown--quickSearch .form {
    max-width: none;
    margin-bottom: 0; }
  .dropdown--quickSearch .form-field {
    position: relative;
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    margin-bottom: 0;
    padding: 20px;
    font-size: 1rem;
    border: none;
    border-radius: 0;
    box-shadow: 1px 3px 9px 0 rgba(0, 0, 0, 0.16); }
    @media (min-width: 1261px) {
      .dropdown--quickSearch .form-input {
        padding: 10px 60px 10px 10px;
        border: 1px solid #949494;
        border-radius: 30px;
        box-shadow: none; } }
  .dropdown--quickSearch .button.button-search, .dropdown--quickSearch .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.button-search, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .dropdown--quickSearch button.button-search, .dropdown--quickSearch .site-homedics2 .aa-Panel .button-search.show-all-products-btn, .site-homedics2 .aa-Panel .dropdown--quickSearch .button-search.show-all-products-btn, .dropdown--quickSearch .site-homedics2 .ais-InfiniteHits ol li .button-search.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .dropdown--quickSearch .button-search.aa-ItemActionButton, .dropdown--quickSearch .site-homedics2 .addrexxOverlay .addrexxButtonSet button.button-search, .site-homedics2 .addrexxOverlay .addrexxButtonSet .dropdown--quickSearch button.button-search {
    position: absolute;
    right: 18px;
    top: 20px;
    margin-bottom: 0;
    padding: 0 18px;
    border: none;
    background: transparent; }
    .dropdown--quickSearch .button.button-search .icon, .dropdown--quickSearch .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.button-search .icon, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .dropdown--quickSearch button.button-search .icon, .dropdown--quickSearch .site-homedics2 .aa-Panel .button-search.show-all-products-btn .icon, .site-homedics2 .aa-Panel .dropdown--quickSearch .button-search.show-all-products-btn .icon, .dropdown--quickSearch .site-homedics2 .ais-InfiniteHits ol li .button-search.aa-ItemActionButton .icon, .site-homedics2 .ais-InfiniteHits ol li .dropdown--quickSearch .button-search.aa-ItemActionButton .icon, .dropdown--quickSearch .site-homedics2 .addrexxOverlay .addrexxButtonSet button.button-search .icon, .site-homedics2 .addrexxOverlay .addrexxButtonSet .dropdown--quickSearch button.button-search .icon {
      width: 26px;
      height: 26px; }
      .dropdown--quickSearch .button.button-search .icon svg, .dropdown--quickSearch .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.button-search .icon svg, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .dropdown--quickSearch button.button-search .icon svg, .dropdown--quickSearch .site-homedics2 .aa-Panel .button-search.show-all-products-btn .icon svg, .site-homedics2 .aa-Panel .dropdown--quickSearch .button-search.show-all-products-btn .icon svg, .dropdown--quickSearch .site-homedics2 .ais-InfiniteHits ol li .button-search.aa-ItemActionButton .icon svg, .site-homedics2 .ais-InfiniteHits ol li .dropdown--quickSearch .button-search.aa-ItemActionButton .icon svg, .dropdown--quickSearch .site-homedics2 .addrexxOverlay .addrexxButtonSet button.button-search .icon svg, .site-homedics2 .addrexxOverlay .addrexxButtonSet .dropdown--quickSearch button.button-search .icon svg {
        fill: black; }
      @media (min-width: 1261px) {
        .dropdown--quickSearch .button.button-search .icon, .dropdown--quickSearch .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.button-search .icon, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .dropdown--quickSearch button.button-search .icon, .dropdown--quickSearch .site-homedics2 .aa-Panel .button-search.show-all-products-btn .icon, .site-homedics2 .aa-Panel .dropdown--quickSearch .button-search.show-all-products-btn .icon, .dropdown--quickSearch .site-homedics2 .ais-InfiniteHits ol li .button-search.aa-ItemActionButton .icon, .site-homedics2 .ais-InfiniteHits ol li .dropdown--quickSearch .button-search.aa-ItemActionButton .icon, .dropdown--quickSearch .site-homedics2 .addrexxOverlay .addrexxButtonSet button.button-search .icon, .site-homedics2 .addrexxOverlay .addrexxButtonSet .dropdown--quickSearch button.button-search .icon {
          width: 34px;
          height: 34px; } }
    .dropdown--quickSearch .button.button-search:hover, .dropdown--quickSearch .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.button-search:hover, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .dropdown--quickSearch button.button-search:hover, .dropdown--quickSearch .site-homedics2 .aa-Panel .button-search.show-all-products-btn:hover, .site-homedics2 .aa-Panel .dropdown--quickSearch .button-search.show-all-products-btn:hover, .dropdown--quickSearch .site-homedics2 .ais-InfiniteHits ol li .button-search.aa-ItemActionButton:hover, .site-homedics2 .ais-InfiniteHits ol li .dropdown--quickSearch .button-search.aa-ItemActionButton:hover, .dropdown--quickSearch .site-homedics2 .addrexxOverlay .addrexxButtonSet button.button-search:hover, .site-homedics2 .addrexxOverlay .addrexxButtonSet .dropdown--quickSearch button.button-search:hover, .dropdown--quickSearch .button.button-search:focus, .dropdown--quickSearch .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.button-search:focus, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .dropdown--quickSearch button.button-search:focus, .dropdown--quickSearch .site-homedics2 .aa-Panel .button-search.show-all-products-btn:focus, .site-homedics2 .aa-Panel .dropdown--quickSearch .button-search.show-all-products-btn:focus, .dropdown--quickSearch .site-homedics2 .ais-InfiniteHits ol li .button-search.aa-ItemActionButton:focus, .site-homedics2 .ais-InfiniteHits ol li .dropdown--quickSearch .button-search.aa-ItemActionButton:focus, .dropdown--quickSearch .site-homedics2 .addrexxOverlay .addrexxButtonSet button.button-search:focus, .site-homedics2 .addrexxOverlay .addrexxButtonSet .dropdown--quickSearch button.button-search:focus {
      box-shadow: none; }
      .dropdown--quickSearch .button.button-search:hover .icon svg, .dropdown--quickSearch .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.button-search:hover .icon svg, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .dropdown--quickSearch button.button-search:hover .icon svg, .dropdown--quickSearch .site-homedics2 .aa-Panel .button-search.show-all-products-btn:hover .icon svg, .site-homedics2 .aa-Panel .dropdown--quickSearch .button-search.show-all-products-btn:hover .icon svg, .dropdown--quickSearch .site-homedics2 .ais-InfiniteHits ol li .button-search.aa-ItemActionButton:hover .icon svg, .site-homedics2 .ais-InfiniteHits ol li .dropdown--quickSearch .button-search.aa-ItemActionButton:hover .icon svg, .dropdown--quickSearch .site-homedics2 .addrexxOverlay .addrexxButtonSet button.button-search:hover .icon svg, .site-homedics2 .addrexxOverlay .addrexxButtonSet .dropdown--quickSearch button.button-search:hover .icon svg, .dropdown--quickSearch .button.button-search:focus .icon svg, .dropdown--quickSearch .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.button-search:focus .icon svg, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .dropdown--quickSearch button.button-search:focus .icon svg, .dropdown--quickSearch .site-homedics2 .aa-Panel .button-search.show-all-products-btn:focus .icon svg, .site-homedics2 .aa-Panel .dropdown--quickSearch .button-search.show-all-products-btn:focus .icon svg, .dropdown--quickSearch .site-homedics2 .ais-InfiniteHits ol li .button-search.aa-ItemActionButton:focus .icon svg, .site-homedics2 .ais-InfiniteHits ol li .dropdown--quickSearch .button-search.aa-ItemActionButton:focus .icon svg, .dropdown--quickSearch .site-homedics2 .addrexxOverlay .addrexxButtonSet button.button-search:focus .icon svg, .site-homedics2 .addrexxOverlay .addrexxButtonSet .dropdown--quickSearch button.button-search:focus .icon svg {
        fill: black; }
    .dropdown--quickSearch .button.button-search:focus, .dropdown--quickSearch .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.button-search:focus, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .dropdown--quickSearch button.button-search:focus, .dropdown--quickSearch .site-homedics2 .aa-Panel .button-search.show-all-products-btn:focus, .site-homedics2 .aa-Panel .dropdown--quickSearch .button-search.show-all-products-btn:focus, .dropdown--quickSearch .site-homedics2 .ais-InfiniteHits ol li .button-search.aa-ItemActionButton:focus, .site-homedics2 .ais-InfiniteHits ol li .dropdown--quickSearch .button-search.aa-ItemActionButton:focus, .dropdown--quickSearch .site-homedics2 .addrexxOverlay .addrexxButtonSet button.button-search:focus, .site-homedics2 .addrexxOverlay .addrexxButtonSet .dropdown--quickSearch button.button-search:focus {
      outline: 2px solid black; }
    @media (min-width: 1261px) {
      .dropdown--quickSearch .button.button-search, .dropdown--quickSearch .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.button-search, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .dropdown--quickSearch button.button-search, .dropdown--quickSearch .site-homedics2 .aa-Panel .button-search.show-all-products-btn, .site-homedics2 .aa-Panel .dropdown--quickSearch .button-search.show-all-products-btn, .dropdown--quickSearch .site-homedics2 .ais-InfiniteHits ol li .button-search.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .dropdown--quickSearch .button-search.aa-ItemActionButton, .dropdown--quickSearch .site-homedics2 .addrexxOverlay .addrexxButtonSet button.button-search, .site-homedics2 .addrexxOverlay .addrexxButtonSet .dropdown--quickSearch button.button-search {
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        padding: 7px 18px;
        border-radius: 30px; } }
  .dropdown--quickSearch .button.button-search-close, .dropdown--quickSearch .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.button-search-close, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .dropdown--quickSearch button.button-search-close, .dropdown--quickSearch .site-homedics2 .aa-Panel .button-search-close.show-all-products-btn, .site-homedics2 .aa-Panel .dropdown--quickSearch .button-search-close.show-all-products-btn, .dropdown--quickSearch .site-homedics2 .ais-InfiniteHits ol li .button-search-close.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .dropdown--quickSearch .button-search-close.aa-ItemActionButton, .dropdown--quickSearch .site-homedics2 .addrexxOverlay .addrexxButtonSet button.button-search-close, .site-homedics2 .addrexxOverlay .addrexxButtonSet .dropdown--quickSearch button.button-search-close {
    display: none; }
    @media (min-width: 1261px) {
      .dropdown--quickSearch .button.button-search-close, .dropdown--quickSearch .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.button-search-close, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .dropdown--quickSearch button.button-search-close, .dropdown--quickSearch .site-homedics2 .aa-Panel .button-search-close.show-all-products-btn, .site-homedics2 .aa-Panel .dropdown--quickSearch .button-search-close.show-all-products-btn, .dropdown--quickSearch .site-homedics2 .ais-InfiniteHits ol li .button-search-close.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .dropdown--quickSearch .button-search-close.aa-ItemActionButton, .dropdown--quickSearch .site-homedics2 .addrexxOverlay .addrexxButtonSet button.button-search-close, .site-homedics2 .addrexxOverlay .addrexxButtonSet .dropdown--quickSearch button.button-search-close {
        display: block;
        position: absolute;
        right: -999px;
        top: 100%;
        padding: 10px;
        text-decoration: none;
        border: 1px solid #918f8c;
        border-radius: 0;
        background-color: white;
        z-index: 500; }
        .dropdown--quickSearch .button.button-search-close:focus, .dropdown--quickSearch .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.button-search-close:focus, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .dropdown--quickSearch button.button-search-close:focus, .dropdown--quickSearch .site-homedics2 .aa-Panel .button-search-close.show-all-products-btn:focus, .site-homedics2 .aa-Panel .dropdown--quickSearch .button-search-close.show-all-products-btn:focus, .dropdown--quickSearch .site-homedics2 .ais-InfiniteHits ol li .button-search-close.aa-ItemActionButton:focus, .site-homedics2 .ais-InfiniteHits ol li .dropdown--quickSearch .button-search-close.aa-ItemActionButton:focus, .dropdown--quickSearch .site-homedics2 .addrexxOverlay .addrexxButtonSet button.button-search-close:focus, .site-homedics2 .addrexxOverlay .addrexxButtonSet .dropdown--quickSearch button.button-search-close:focus {
          right: 21px; } }
  .dropdown--quickSearch .productGrid {
    margin: 0; }
  @media (min-width: 1261px) {
    .dropdown--quickSearch {
      position: static;
      flex: 1;
      order: 2;
      padding-left: 25px;
      padding-right: 13px; } }

.quickSearchResults {
  height: auto;
  max-height: 90%;
  margin-top: 0;
  background-color: white;
  overflow-y: auto; }
  .quickSearchResults .modal-close {
    display: block;
    right: 35px;
    top: 60px; }
  @media (min-width: 801px) {
    .quickSearchResults {
      position: absolute;
      max-height: 600px; } }

.account-dropdown-container {
  position: absolute;
  right: 0;
  width: 100%; }

#account-dropdown {
  padding: 0;
  position: absolute;
  top: 0 !important;
  width: 100% !important;
  max-width: none;
  height: 100%;
  border: none;
  box-shadow: 1px 3px 9px 0 rgba(0, 0, 0, 0.16);
  background: rgba(255, 255, 255, 0.4);
  z-index: 500; }
  #account-dropdown > div {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    padding: 20px;
    background: white;
    overflow-y: auto; }
  #account-dropdown ul {
    margin: 0;
    list-style: none; }
  @media (max-width: 1260px) {
    #account-dropdown {
      left: 0 !important; } }
  @media (min-width: 1261px) {
    #account-dropdown {
      right: auto !important;
      min-width: 250px;
      max-width: 300px;
      height: auto; } }

.navUser-account-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.125rem;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 1261px) {
    .navUser-account-title {
      display: none; } }

.navUser-account-link {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none; }

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

.english .is-french {
  display: none; }

.french .is-english {
  display: none; }

html {
  --header-height: 111px;
  scroll-padding-top: var(--header-height); }
  @media (min-width: 551px) {
    html {
      --header-height: 126px; } }
  @media (min-width: 1261px) {
    html {
      --header-height: 200px; } }

body {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  padding-top: 0; }
  body.has-activeNavPages {
    overflow: visible;
    -webkit-overflow-scrolling: unset; }
  body.noscroll {
    overflow: hidden !important; }

body.black-overlay::before {
  content: " ";
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 10; }

body.black-overlay.black-overlay-desktop::before {
  display: none;
  height: 0;
  width: 0; }
  @media (min-width: 1261px) {
    body.black-overlay.black-overlay-desktop::before {
      display: block;
      height: 100%;
      width: 100%; } }

.link--skipToMain {
  position: absolute;
  left: -999px;
  top: 20px;
  padding: 10px;
  text-decoration: none;
  border: 1px solid #918f8c;
  border-left: none;
  background-color: white;
  z-index: 500; }
  .link--skipToMain:focus {
    left: 0; }

.page-content > .margin-bottom {
  margin-bottom: 16px; }

.d-none {
  display: none; }

.compare-similar-products {
  margin-top: 4.5rem; }

#instocknotify-container {
  border: 1px solid black;
  border-radius: 12px;
  padding: 1.25rem 1.25rem 0 1.25rem;
  border: 1px solid var(--secondary-gray, #595854); }

.outofstock_additional_text {
  margin-bottom: 16px; }
  .outofstock_additional_text .logo-bbb {
    height: auto;
    width: 150px; }

.stock_alternative_location .best-buy-bg-right {
  display: inline-flex;
  align-items: center;
  background: url("https://www.homedics.com/content/pdp/components/logo_BB.png") no-repeat center right transparent;
  background-size: contain;
  height: 50px;
  padding-right: 60px;
  font-size: 1rem;
  font-weight: 500; }

div.productView-description-table {
  background: #f2f0f0;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 20px; }
  div.productView-description-table h2 {
    padding-top: 20px;
    color: #03656e;
    font-family: "new-kansas"; }
  div.productView-description-table.ca ul {
    list-style: disc;
    padding-bottom: 0; }
  div.productView-description-table ul {
    list-style-type: none;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 40px;
    display: flex;
    flex-flow: row wrap;
    font-size: 12px; }
    div.productView-description-table ul li {
      flex-basis: 100%;
      margin: 10px;
      font-size: 14px; }
      @media (min-width: 551px) {
        div.productView-description-table ul li {
          flex-basis: 100%; } }
      @media (min-width: 1261px) {
        div.productView-description-table ul li {
          flex-basis: 45%; } }
      div.productView-description-table ul li b {
        color: #03656e;
        font-size: 18px;
        margin-bottom: 20px; }
        div.productView-description-table ul li b:after {
          content: "\A";
          white-space: pre; }

/*This file contains the default theme for the bundle component on pdp */
.bundle-panel {
  margin-top: .5rem;
  margin-bottom: 2rem;
  display: none;
  background: var(--color-white);
  text-align: left; }
  .bundle-panel .bundle-header {
    margin-top: 8px;
    font-size: 1.125rem;
    font-weight: bold;
    color: var(--color-secondary); }
  .bundle-panel .bundle-title {
    margin-top: 0;
    font-size: 1.125rem;
    font-weight: 450;
    margin-bottom: 1rem; }

.bundle-panel:not(.bundle-subscription-panel) #bundles input[type="checkbox"]:checked + .form-label {
  border-color: var(--color-primary); }

.bundle-panel:not(.bundle-subscription-panel) #bundles .form-label {
  border-radius: 12px;
  border-width: 2px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-left: 0;
  outline: none;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .bundle-panel:not(.bundle-subscription-panel) #bundles .form-label::before, .bundle-panel:not(.bundle-subscription-panel) #bundles .form-label::after {
    margin-left: .75rem;
    top: 1rem;
    transform: none; }
  .bundle-panel:not(.bundle-subscription-panel) #bundles .form-label .bundle-name .bundle-price {
    font-size: 1.625rem; }

.bundle-panel:not(.bundle-subscription-panel) #bundles label.form-label .variant-field select {
  max-width: 170px;
  width: 100%; }

.bundle-oos {
  display: block;
  color: red;
  font-weight: 700; }

/*This file contains the holiday theme for bundles on pdp
  in order for the theme to appear on the site
  the class name must be set in config.json under bundle_theme
*/
.bundle-holiday-theme {
  border: none;
  background: var(--color-brandy-brown); }
  .bundle-holiday-theme .bundle-header {
    color: var(--color-primary); }
  .bundle-holiday-theme .bundle-title {
    color: white; }
  .bundle-holiday-theme #bundles .form-label {
    background: white;
    color: black; }

.free-shipping-popout {
  margin-bottom: 1rem;
  text-align: left; }
  .free-shipping-popout .modal-button-container a {
    color: var(--color-primary);
    font-size: 0.75rem;
    font-weight: 500; }
    @media (min-width: 801px) {
      .free-shipping-popout .modal-button-container a {
        font-size: 0.875rem; } }

.productFreeShipping .modal-content {
  padding: 10px 40px 40px 40px; }
  .productFreeShipping .modal-content h2 {
    color: #03656e; }

.pdp-v2 .productView-options .form-wishlist {
  text-align: left !important;
  margin-bottom: 20px !important;
  margin-top: 10px; }
  .pdp-v2 .productView-options .form-wishlist a {
    text-decoration: none; }
    .pdp-v2 .productView-options .form-wishlist a:hover .icon-heart svg, .pdp-v2 .productView-options .form-wishlist a:focus .icon-heart svg {
      fill: var(--color-primary); }
  .pdp-v2 .productView-options .form-wishlist .icon {
    display: none; }
  .pdp-v2 .productView-options .form-wishlist .icon-heart {
    display: inline-block !important; }

.pdp-v2 .productView-column-desktop .productView-details-info {
  display: none; }

@media (min-width: 801px) {
  .pdp-v2 .productView-column-mobile {
    display: none; }
  .pdp-v2 .productView-container {
    display: flex;
    align-items: flex-start; }
  .pdp-v2 .productView-column,
  .pdp-v2 .productView-images {
    flex-basis: 50%; }
  .pdp-v2 .productView-details {
    width: 100%; }
  .pdp-v2 .productView-images-container {
    height: auto; }
  .pdp-v2 .productView-column-desktop {
    position: sticky;
    top: 115px; }
    .pdp-v2 .productView-column-desktop .productView-details-info {
      display: block; } }

@media (min-width: 1261px) {
  .pdp-v2 .productView-column {
    flex-basis: 45%; }
  .pdp-v2 .productView-images {
    flex-basis: 55%; }
  .pdp-v2 .productView-column-desktop {
    top: 190px; } }

@media (min-width: 1261px) {
  .pdp-v2 .productView-details {
    padding-left: 40px; } }

.pdp-v2 .productView-bv {
  width: 100%; }

.pdp-v2 .productView-price .price-section {
  float: right; }

.pdp-v2 .productView-product {
  flex-wrap: wrap;
  flex-direction: row; }
  .pdp-v2 .productView-product > div {
    width: 100%; }
    .pdp-v2 .productView-product > div:nth-child(even) {
      text-align: unset; }

.pdp-v2 #add-to-cart-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .pdp-v2 #add-to-cart-wrapper .form-action {
    margin-top: 0; }
  .pdp-v2 #add-to-cart-wrapper .form-action-addToCart {
    background-color: var(--color-primary);
    max-width: 100%; }
    @media (min-width: 801px) {
      .pdp-v2 #add-to-cart-wrapper .form-action-addToCart {
        max-width: 250px; } }
  .pdp-v2 #add-to-cart-wrapper .form-field--increments {
    margin-right: 40px;
    flex-shrink: 0; }
    .pdp-v2 #add-to-cart-wrapper .form-field--increments label.form-label {
      display: none; }

.pdp-v2 .productView-title {
  color: #03656e;
  text-align: left; }

.pdp-v2 .productView-price {
  color: #03656e; }

.related-products .auc-container {
  width: 100%;
  display: flex;
  justify-content: center; }

.related-products.only-4 .auc-Recommend-item:nth-child(n+5) {
  display: none; }

.related-products .title {
  font-family: 'new-kansas';
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 0px;
  color: var(--color-secondary); }
  @media (min-width: 1261px) {
    .related-products .title {
      font-size: 1.875rem; } }

.related-products .auc-Recommend-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0; }
  @media (min-width: 801px) {
    .related-products .auc-Recommend-list {
      display: grid;
      grid-template-columns: repeat(4, 1fr); } }
  .related-products .auc-Recommend-list .auc-Recommend-item::marker {
    color: #fff;
    z-index: -5; }
  .related-products .auc-Recommend-list .auc-Recommend-item {
    padding: 0px 16px;
    border-top: 1px solid #CCC;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.5rem; }
    .related-products .auc-Recommend-list .auc-Recommend-item:nth-child(2n+1) {
      border-right: 1px solid #CCC; }
    @media (min-width: 801px) {
      .related-products .auc-Recommend-list .auc-Recommend-item {
        width: auto; }
        .related-products .auc-Recommend-list .auc-Recommend-item:not(:nth-child(4n)) {
          border-right: 1px solid #CCC; } }
    .related-products .auc-Recommend-list .auc-Recommend-item .auc-footer, .related-products .auc-Recommend-list .auc-Recommend-item .auc-header {
      display: flex;
      flex-direction: column;
      align-items: center;
      background: white;
      justify-content: center;
      padding-top: 0px; }
    .related-products .auc-Recommend-list .auc-Recommend-item .image {
      height: 153px;
      aspect-ratio: 1;
      margin: 1rem 0; }
    .related-products .auc-Recommend-list .auc-Recommend-item .name {
      overflow-y: hidden;
      font-size: 1.125rem;
      text-align: center;
      font-weight: 700;
      line-height: 1.25;
      padding-bottom: 1rem;
      margin-bottom: 0; }
    .related-products .auc-Recommend-list .auc-Recommend-item .price-default {
      text-decoration: line-through; }
    .related-products .auc-Recommend-list .auc-Recommend-item .price {
      font-size: 1.25rem;
      font-weight: 700;
      margin-top: 8px; }
      .related-products .auc-Recommend-list .auc-Recommend-item .price-withSale {
        color: var(--color-red-sale);
        padding-left: 0.25rem; }
    .related-products .auc-Recommend-list .auc-Recommend-item .button, .related-products .auc-Recommend-list .auc-Recommend-item .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .related-products .auc-Recommend-list .auc-Recommend-item button, .related-products .auc-Recommend-list .auc-Recommend-item .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .related-products .auc-Recommend-list .auc-Recommend-item .show-all-products-btn, .related-products .auc-Recommend-list .auc-Recommend-item .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .related-products .auc-Recommend-list .auc-Recommend-item .aa-ItemActionButton, .related-products .auc-Recommend-list .auc-Recommend-item .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .related-products .auc-Recommend-list .auc-Recommend-item button {
      font-size: 0.875rem;
      padding: 12px 30px; }

.related-products .load-more {
  color: var(--color-secondary);
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  text-decoration-line: underline;
  text-transform: uppercase;
  margin-bottom: 20px; }

.pdp-v2 .productView-thumbnails {
  display: flex;
  justify-content: flex-start !important;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-left: 20px;
  margin-right: 20px;
  overflow: hidden;
  padding-top: 20px; }
  .pdp-v2 .productView-thumbnails li {
    flex-shrink: 0; }

.pdp-v2 .productView-images {
  margin-top: 1rem;
  text-align: center; }
  @media (min-width: 801px) {
    .pdp-v2 .productView-images {
      margin-top: 0; } }
  @media (min-width: 801px) {
    .pdp-v2 .productView-images .productView-images-container {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem; } }
  .pdp-v2 .productView-images figure.productView-image {
    border-color: lightgray;
    border-width: 1px;
    border-style: solid;
    min-height: unset;
    height: auto;
    margin: 0; }
    .pdp-v2 .productView-images figure.productView-image.productView-variant-hidden {
      display: none; }
    .pdp-v2 .productView-images figure.productView-image[data-image-index="0"] .productView-video-toggle {
      display: block; }
    .pdp-v2 .productView-images figure.productView-image .productView-video-toggle {
      display: none; }
    @media (min-width: 801px) {
      .pdp-v2 .productView-images figure.productView-image {
        flex-basis: calc(50% - .5rem); }
        .pdp-v2 .productView-images figure.productView-image[data-image-index="0"], .pdp-v2 .productView-images figure.productView-image.productView-image-primary {
          flex-basis: 100%; }
        .pdp-v2 .productView-images figure.productView-image.productView-image-hidden {
          display: none; } }
  .pdp-v2 .productView-images .productView-img-link {
    width: 100%;
    padding: 0;
    margin: 0; }
  .pdp-v2 .productView-images .productView-video-link {
    position: absolute;
    bottom: 0;
    left: 1rem; }
  .pdp-v2 .productView-images .productView-img-container {
    margin: 0; }
    .pdp-v2 .productView-images .productView-img-container img {
      pointer-events: none; }
    .pdp-v2 .productView-images .productView-img-container a {
      display: block; }
  .pdp-v2 .productView-images #productView-images-load-more {
    display: none;
    margin-top: 1.5rem; }
    @media (min-width: 801px) {
      .pdp-v2 .productView-images #productView-images-load-more {
        display: inline-block; } }

.pdp-v2 .productView-image {
  pointer-events: all; }

.pdp-v2 .productThumbnailArrows {
  position: relative; }
  @media (min-width: 801px) {
    .pdp-v2 .productThumbnailArrows {
      display: block; } }

.pdp-v2 .productThumbnailLeft {
  position: absolute;
  top: -45px;
  left: 0;
  transform: translateY(-50%); }
  @media (min-width: 551px) {
    .pdp-v2 .productThumbnailLeft {
      top: -65px; } }
  @media (min-width: 801px) {
    .pdp-v2 .productThumbnailLeft {
      left: -20px;
      top: -75px; } }
  .pdp-v2 .productThumbnailLeft button {
    left: 0; }
    @media (min-width: 801px) {
      .pdp-v2 .productThumbnailLeft button {
        left: 15px; } }

.pdp-v2 .productThumbnailRight {
  position: absolute;
  top: -45px;
  right: 0;
  transform: translateY(-50%); }
  @media (min-width: 551px) {
    .pdp-v2 .productThumbnailRight {
      top: -65px; } }
  @media (min-width: 801px) {
    .pdp-v2 .productThumbnailRight {
      right: -20px;
      top: -75px; } }
  .pdp-v2 .productThumbnailRight button {
    right: 0; }
    @media (min-width: 801px) {
      .pdp-v2 .productThumbnailRight button {
        right: 15px; } }

#productView-modal {
  height: 100%; }
  @media (max-width: 800px) {
    #productView-modal {
      max-height: none;
      width: 100%;
      max-width: none;
      inset: 0 !important;
      transform: none; } }
  #productView-modal.open {
    display: flex !important;
    flex-direction: column; }
  #productView-modal .modal-header {
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid lightgray;
    padding: 1.25rem; }
  #productView-modal .modal-close {
    position: static; }
  #productView-modal .modal-content {
    flex-basis: 100%; }
  #productView-modal .productView-video-link-container {
    text-align: center; }

.productView-images,
.productView-modal-images {
  --swiper-navigation-color: #231F20;
  --swiper-navigation-size: 1.5rem;
  --swiper-scrollbar-drag-bg-color: #595854; }
  .productView-images .swiper-navigation,
  .productView-modal-images .swiper-navigation {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 1rem;
    gap: 1rem; }
  .productView-images .swiper-scrollbar,
  .productView-modal-images .swiper-scrollbar {
    position: unset;
    width: unset;
    flex-grow: 1; }
  .productView-images .swiper-controls,
  .productView-modal-images .swiper-controls {
    flex-basis: max-content;
    display: flex;
    align-items: center; }
  .productView-images .swiper-button-prev,
  .productView-images .swiper-button-next,
  .productView-modal-images .swiper-button-prev,
  .productView-modal-images .swiper-button-next {
    position: unset;
    margin: 0; }
  .productView-images .swiper-button-prev,
  .productView-modal-images .swiper-button-prev {
    left: .5rem;
    margin-right: .5rem; }
  .productView-images .swiper-button-next,
  .productView-modal-images .swiper-button-next {
    right: .5rem;
    margin-left: .5rem; }
  .productView-images .swiper-pagination,
  .productView-modal-images .swiper-pagination {
    position: unset;
    margin: 0 .25rem;
    color: #333333;
    font-size: 0.875rem;
    font-weight: 400;
    min-width: 62px; }
  .productView-images .productView-image,
  .productView-modal-images .productView-image {
    pointer-events: all; }

@media (min-width: 801px) {
  .productView-images .swiper-navigation {
    display: none; } }

.productView-modal-images {
  height: 100%;
  display: flex;
  flex-direction: column; }
  .productView-modal-images .swiper-navigation {
    border-top: 1px solid lightgray; }
  .productView-modal-images .productView-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: contain;
    object-position: center; }
    .productView-modal-images .productView-image img.zoomed {
      object-fit: none; }

.productView-video-link {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 500; }
  .productView-video-link svg {
    height: 0.75rem;
    margin-right: .25rem;
    fill: currentColor; }

#productView--video-modal {
  background-color: transparent; }
  #productView--video-modal .modal-header {
    display: flex;
    justify-content: flex-end; }
  #productView--video-modal .modal-close {
    position: static;
    color: white; }
  #productView--video-modal .modal-content {
    padding-left: 1rem;
    padding-right: 1rem; }
  #productView--video-modal iframe {
    border: 0;
    width: 100%;
    aspect-ratio: 16/9; }

@media (min-width: 801px) {
  .productView--alt #productViewImages {
    display: block; } }

.productView--alt .productView-images {
  border-top: none;
  border-bottom: none;
  max-height: unset; }
  .productView--alt .productView-images .productView-img-container {
    max-width: unset; }

.productView--alt .productView-thumbnails.slick-slider {
  margin-top: 0; }

.productView--alt .productView-thumbnails .slick-track {
  height: auto;
  display: flex; }

.productView--alt .productView-thumbnails .productView-thumbnail.slick-slide {
  height: auto;
  float: left !important; }
  .productView--alt .productView-thumbnails .productView-thumbnail.slick-slide a {
    height: auto; }
  .productView--alt .productView-thumbnails .productView-thumbnail.slick-slide img {
    transform: unset;
    height: 100%;
    width: 100%; }

.productView {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0; }
  .productView > .container, div.component__2023-drift__which-cta--row.productView > .shg-box-content {
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 801px) {
      .productView > .container, div.component__2023-drift__which-cta--row.productView > .shg-box-content {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }

.productView-details {
  margin-bottom: 20px; }
  @media (min-width: 801px) {
    .productView-details {
      margin-bottom: 28px; } }
  .productView-details og-when {
    display: none; }
  .productView-details .subscription-container {
    display: flex;
    padding: 1rem;
    flex-direction: column-reverse;
    align-items: flex-start;
    border-radius: 0.75rem;
    border: 1px solid #979797; }
    .productView-details .subscription-container .form-radio + .form-label::before {
      width: 1.5rem;
      height: 1.5rem;
      top: 0; }
    .productView-details .subscription-container .form-radio + .form-label::after {
      height: 1rem;
      left: 4px;
      top: 0.26rem;
      width: 1rem;
      background-color: var(--color-primary); }
    .productView-details .subscription-container .form-radio + .form-label {
      text-align: left; }
    .productView-details .subscription-container hr {
      width: 100%;
      border: 1px solid #D3D3D3;
      margin: 1rem 0; }
    .productView-details .subscription-container .subscription {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 0.5rem;
      align-self: stretch; }
      .productView-details .subscription-container .subscription * {
        margin-bottom: 0; }
      .productView-details .subscription-container .subscription .form-select {
        max-width: 100%;
        height: 2.5rem;
        padding: 0.5rem 1rem;
        border-radius: 5.625rem; }
      .productView-details .subscription-container .subscription .productView-price {
        font-size: 1rem; }
      .productView-details .subscription-container .subscription .learn-more-text {
        align-self: stretch;
        font-size: 0.75rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.125rem; }
        .productView-details .subscription-container .subscription .learn-more-text a {
          color: var(--color-primary); }
    .productView-details .subscription-container .subscription-container-selection {
      width: 100%; }
      .productView-details .subscription-container .subscription-container-selection .discount {
        padding-left: 0.25rem; }
      .productView-details .subscription-container .subscription-container-selection .inline {
        display: inline-flex;
        font-size: 1rem; }
      .productView-details .subscription-container .subscription-container-selection .subscription-select-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 1rem; }
      .productView-details .subscription-container .subscription-container-selection .form-checkbox:focus + .form-label {
        outline: none; }
      .productView-details .subscription-container .subscription-container-selection .form-label::before {
        border-color: var(--color-secondary); }
      .productView-details .subscription-container .subscription-container-selection .form-label::after {
        background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(2, 101, 110, 0.999)' /></svg>"); }
    .productView-details .subscription-container .subscription-slider {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 1rem;
      align-self: stretch; }
      .productView-details .subscription-container .subscription-slider-header {
        color: var(--body-text-color, #333);
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.2rem;
        margin: 0; }
      .productView-details .subscription-container .subscription-slider-subtitle {
        color: var(--secondary-text, #666);
        font-size: 1rem;
        font-weight: 450;
        line-height: 1.2rem;
        margin: 0; }
      .productView-details .subscription-container .subscription-slider-images {
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        gap: 0.75rem;
        flex-wrap: wrap; }
      .productView-details .subscription-container .subscription-slider-image {
        padding: 0.5rem;
        border-radius: 0.25rem;
        border: 1px solid var(--color-gray-lilac);
        cursor: pointer; }
        .productView-details .subscription-container .subscription-slider-image.selected {
          border: 2px solid var(--color-secondary); }
        .productView-details .subscription-container .subscription-slider-image img {
          width: 2rem;
          height: 2rem; }
  .productView-details b {
    color: #03656e;
    font-size: 1.125rem;
    margin-bottom: 20px; }
    .productView-details b:after {
      content: "\A";
      white-space: pre; }

.productView-product {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 0;
  border-bottom: none; }
  .productView-product > div {
    width: 50%; }
    .productView-product > div:nth-child(even) {
      text-align: right; }
      @media (min-width: 801px) {
        .productView-product > div:nth-child(even) {
          text-align: left; } }
    @media (min-width: 801px) {
      .productView-product > div {
        width: 100%; } }

@media (min-width: 801px) {
  .productView-sku {
    order: 1;
    margin-bottom: 25px; } }

@media (min-width: 801px) {
  .productView-inventory {
    order: 4; } }

.productView-title {
  margin: 0;
  font-size: 1.5rem; }
  .productView-title.productView-title-uppercase {
    text-transform: uppercase; }
  @media (min-width: 801px) {
    .productView-title {
      order: 2;
      font-size: 1.875rem; } }

.productView-label-small {
  color: #726e6e; }

.productView-price {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  font-size: 1.875rem;
  font-weight: 300;
  font-family: "new-kansas";
  line-height: 1.2; }
  .productView-price .price-section--saving.price {
    margin-bottom: 0; }
  @media (min-width: 801px) {
    .productView-price {
      order: 3;
      justify-content: flex-start;
      font-size: 2.375rem; } }

.price-section {
  margin-right: 5px; }
  .price-section:last-child {
    margin-right: 0; }

.productView-images {
  max-height: 400px;
  margin-bottom: 20px;
  padding: 0;
  border-top: 1px solid #918f8c;
  border-bottom: 1px solid #918f8c; }
  .productView-images .productView-bestSellerBadge {
    top: auto;
    bottom: 20px;
    width: 90px;
    height: 90px;
    z-index: 2; }
  .productView-images .productView-bestSellerBadge-inner {
    width: 80px;
    height: 80px; }
  @media (min-width: 801px) {
    .productView-images {
      max-height: none;
      border: none; } }

.productView--alt .productView-images .productView-bestSellerBadge {
  top: 0;
  bottom: auto; }

.productView--alt .productView-image .easyzoom-flyout {
  background-color: white; }

@media (min-width: 801px) {
  .productView--alt .productView-image {
    display: flex; } }

.productView--alt .productView-image--video iframe {
  aspect-ratio: 1;
  width: 100%;
  min-height: 286px;
  border: none; }

@media (min-width: 801px) {
  .productView--alt .productView-image--video {
    text-align: center; } }

.productView-thumbnails {
  visibility: hidden;
  height: 1px;
  margin-left: 0;
  margin-right: 0; }
  .productView-thumbnails.productView-thumbnails-main {
    visibility: visible;
    height: auto; }
  .productView-thumbnails .slick-track {
    height: 286px; }
    @media (min-width: 400px) {
      .productView-thumbnails .slick-track {
        height: 375px; } }
  .productView-thumbnails .slick-prev {
    left: 15px; }
  .productView-thumbnails .slick-next {
    right: 15px; }
  @media (min-width: 801px) {
    .productView-thumbnails {
      display: flex;
      flex-wrap: wrap; } }

@media (min-width: 801px) {
  .productView-thumbnail div {
    margin: 0 20px 20px 0; } }

.productView-thumbnail a {
  position: relative;
  display: block;
  border: 1px solid transparent; }
  .productView-thumbnail a:hover, .productView-thumbnail a:focus {
    border-color: black; }
  @media (min-width: 801px) {
    .productView-thumbnail a {
      border-color: #918f8c; } }

.productView-thumbnail img {
  width: 375px;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 801px) {
    .productView-thumbnail img {
      width: 100%; } }

@media (min-width: 801px) {
  .productView-thumbnail.productView-thumbnail-video {
    text-align: left; } }

.productView-thumbnail iframe {
  width: 100%;
  height: 286px;
  border: none; }
  @media (min-width: 400px) {
    .productView-thumbnail iframe {
      height: 375px; } }
  @media (min-width: 801px) {
    .productView-thumbnail iframe {
      width: 93%;
      height: 93%; } }

@media (min-width: 801px) {
  .productView-thumbnail {
    width: 50%;
    padding: 0; } }

.wr360_player.productView-thumbnail-rotate > div {
  border: 1px solid transparent; }
  @media (min-width: 801px) {
    .wr360_player.productView-thumbnail-rotate > div {
      max-width: 373px;
      margin: 0 20px 20px 0;
      border-color: #918f8c; } }

@media (min-width: 801px) {
  .wr360_player.productView-thumbnail-rotate {
    width: 50%; } }

@media (min-width: 801px) {
  .productView--alt .productView-thumbnail a, .productView--alt .productView-thumbnail iframe {
    height: 102px; } }

@media (min-width: 801px) {
  .productView--alt .productView-thumbnail .productView-bestSellerBadge {
    display: none; } }

.productView--alt .productView-thumbnail.productView-thumbnail-video::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

@media (min-width: 801px) {
  .productView--alt .productView-thumbnail {
    width: 122px; }
    .productView--alt .productView-thumbnail.productView-thumbnail-video {
      position: relative;
      margin: 0 10px 20px 0;
      text-align: center; } }

.productView-bestSellerBadge {
  position: absolute;
  top: 0;
  right: 20px;
  width: 75px;
  height: 75px;
  color: white;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 13px;
  font-family: "new-kansas";
  border-radius: 50%;
  background: #383736; }

.productView-bestSellerBadge-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
  border: 2px dotted #6fccde;
  border-radius: 50%; }
  .productView-bestSellerBadge-inner span {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 4px;
    padding-right: 4px; }

.product-img-zoom {
  text-align: center; }

.productView-bv {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (min-width: 801px) {
    .productView-bv {
      display: block; } }
  @media (min-width: 1261px) {
    .productView-bv {
      display: flex; } }

.productView-benefit-statement {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2; }
  @media (min-width: 801px) {
    .productView-benefit-statement {
      margin-bottom: 1.5625rem;
      font-size: 1rem; } }

.productView-marketingMessage {
  margin-bottom: 20px;
  font-size: 1.125rem;
  font-family: "new-kansas"; }
  .productView-marketingMessage a {
    font-size: 1rem;
    font-family: "Inter"; }
  @media (min-width: 801px) {
    .productView-marketingMessage {
      margin-bottom: 25px; } }

.productView-options {
  margin-bottom: 0px;
  text-align: center; }
  .productView-options .form > div {
    text-align: left; }
  .productView-options .form-field {
    margin-bottom: 5px; }
    @media (min-width: 801px) {
      .productView-options .form-field {
        margin-bottom: 10px; } }
  .productView-options .form-field--bundle .form-checkbox + .form-label::before, .productView-options .form-field--bundle .form-checkbox + .form-label::after {
    top: 50%;
    transform: translateY(-50%); }
  .productView-options .form-field--bundle > .form-checkbox + .form-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px; }
    .productView-options .form-field--bundle > .form-checkbox + .form-label > span {
      display: flex;
      align-items: center; }
      .productView-options .form-field--bundle > .form-checkbox + .form-label > span > span {
        padding-right: 15px; }
  .productView-options .form-field--bundle .form-checkbox:disabled + .form-label {
    color: #999999;
    cursor: not-allowed; }
  .productView-options .form-select {
    max-width: 165px; }
    @media (min-width: 801px) {
      .productView-options .form-select {
        max-width: 200px; } }
  .productView-options .form-action {
    float: none;
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    text-align: center; }
    @media (min-width: 801px) {
      .productView-options .form-action {
        margin-top: 20px; } }
  .productView-options .form-action .button, .productView-options .form-action .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .productView-options .form-action button, .productView-options .form-action .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .productView-options .form-action .show-all-products-btn, .productView-options .form-action .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .productView-options .form-action .aa-ItemActionButton, .productView-options .form-action .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .productView-options .form-action button, .productView-options #buy-now-widget {
    width: 100%;
    max-width: 500px;
    margin-right: 0;
    margin-bottom: 8px;
    padding-top: 16px;
    padding-bottom: 16px; }
    @media (min-width: 801px) {
      .productView-options .form-action .button, .productView-options .form-action .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .productView-options .form-action button, .productView-options .form-action .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .productView-options .form-action .show-all-products-btn, .productView-options .form-action .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .productView-options .form-action .aa-ItemActionButton, .productView-options .form-action .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .productView-options .form-action button, .productView-options #buy-now-widget {
        width: 100%; } }
  .productView-options .form-wishlist {
    margin-top: 7px;
    margin-bottom: 0; }
    .productView-options .form-wishlist .button, .productView-options .form-wishlist .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .productView-options .form-wishlist button, .productView-options .form-wishlist .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .productView-options .form-wishlist .show-all-products-btn, .productView-options .form-wishlist .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .productView-options .form-wishlist .aa-ItemActionButton, .productView-options .form-wishlist .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .productView-options .form-wishlist button {
      width: auto;
      padding: 0;
      color: black;
      font-size: 1rem;
      font-family: "Inter";
      text-decoration: underline;
      text-transform: none;
      border: none;
      border-radius: 0;
      background: transparent; }
      .productView-options .form-wishlist .button .icon, .productView-options .form-wishlist .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button .icon, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .productView-options .form-wishlist button .icon, .productView-options .form-wishlist .site-homedics2 .aa-Panel .show-all-products-btn .icon, .site-homedics2 .aa-Panel .productView-options .form-wishlist .show-all-products-btn .icon, .productView-options .form-wishlist .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton .icon, .site-homedics2 .ais-InfiniteHits ol li .productView-options .form-wishlist .aa-ItemActionButton .icon, .productView-options .form-wishlist .site-homedics2 .addrexxOverlay .addrexxButtonSet button .icon, .site-homedics2 .addrexxOverlay .addrexxButtonSet .productView-options .form-wishlist button .icon {
        float: none;
        width: 14px;
        height: 14px;
        margin-left: 3px; }
        .productView-options .form-wishlist .button .icon svg, .productView-options .form-wishlist .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button .icon svg, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .productView-options .form-wishlist button .icon svg, .productView-options .form-wishlist .site-homedics2 .aa-Panel .show-all-products-btn .icon svg, .site-homedics2 .aa-Panel .productView-options .form-wishlist .show-all-products-btn .icon svg, .productView-options .form-wishlist .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton .icon svg, .site-homedics2 .ais-InfiniteHits ol li .productView-options .form-wishlist .aa-ItemActionButton .icon svg, .productView-options .form-wishlist .site-homedics2 .addrexxOverlay .addrexxButtonSet button .icon svg, .site-homedics2 .addrexxOverlay .addrexxButtonSet .productView-options .form-wishlist button .icon svg {
          fill: black; }
      .productView-options .form-wishlist .button .icon-heart, .productView-options .form-wishlist .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button .icon-heart, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .productView-options .form-wishlist button .icon-heart, .productView-options .form-wishlist .site-homedics2 .aa-Panel .show-all-products-btn .icon-heart, .site-homedics2 .aa-Panel .productView-options .form-wishlist .show-all-products-btn .icon-heart, .productView-options .form-wishlist .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton .icon-heart, .site-homedics2 .ais-InfiniteHits ol li .productView-options .form-wishlist .aa-ItemActionButton .icon-heart, .productView-options .form-wishlist .site-homedics2 .addrexxOverlay .addrexxButtonSet button .icon-heart, .site-homedics2 .addrexxOverlay .addrexxButtonSet .productView-options .form-wishlist button .icon-heart {
        width: 21px;
        height: 19px;
        margin-left: 0;
        margin-right: 7px;
        margin-top: -3px; }
        .productView-options .form-wishlist .button .icon-heart svg, .productView-options .form-wishlist .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button .icon-heart svg, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .productView-options .form-wishlist button .icon-heart svg, .productView-options .form-wishlist .site-homedics2 .aa-Panel .show-all-products-btn .icon-heart svg, .site-homedics2 .aa-Panel .productView-options .form-wishlist .show-all-products-btn .icon-heart svg, .productView-options .form-wishlist .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton .icon-heart svg, .site-homedics2 .ais-InfiniteHits ol li .productView-options .form-wishlist .aa-ItemActionButton .icon-heart svg, .productView-options .form-wishlist .site-homedics2 .addrexxOverlay .addrexxButtonSet button .icon-heart svg, .site-homedics2 .addrexxOverlay .addrexxButtonSet .productView-options .form-wishlist button .icon-heart svg {
          fill: #000000; }
      .productView-options .form-wishlist .button:hover, .productView-options .form-wishlist .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:hover, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .productView-options .form-wishlist button:hover, .productView-options .form-wishlist .site-homedics2 .aa-Panel .show-all-products-btn:hover, .site-homedics2 .aa-Panel .productView-options .form-wishlist .show-all-products-btn:hover, .productView-options .form-wishlist .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:hover, .site-homedics2 .ais-InfiniteHits ol li .productView-options .form-wishlist .aa-ItemActionButton:hover, .productView-options .form-wishlist .site-homedics2 .addrexxOverlay .addrexxButtonSet button:hover, .site-homedics2 .addrexxOverlay .addrexxButtonSet .productView-options .form-wishlist button:hover, .productView-options .form-wishlist .button:focus, .productView-options .form-wishlist .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:focus, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .productView-options .form-wishlist button:focus, .productView-options .form-wishlist .site-homedics2 .aa-Panel .show-all-products-btn:focus, .site-homedics2 .aa-Panel .productView-options .form-wishlist .show-all-products-btn:focus, .productView-options .form-wishlist .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:focus, .site-homedics2 .ais-InfiniteHits ol li .productView-options .form-wishlist .aa-ItemActionButton:focus, .productView-options .form-wishlist .site-homedics2 .addrexxOverlay .addrexxButtonSet button:focus, .site-homedics2 .addrexxOverlay .addrexxButtonSet .productView-options .form-wishlist button:focus {
        color: black;
        box-shadow: none; }
        .productView-options .form-wishlist .button:hover .icon svg, .productView-options .form-wishlist .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:hover .icon svg, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .productView-options .form-wishlist button:hover .icon svg, .productView-options .form-wishlist .site-homedics2 .aa-Panel .show-all-products-btn:hover .icon svg, .site-homedics2 .aa-Panel .productView-options .form-wishlist .show-all-products-btn:hover .icon svg, .productView-options .form-wishlist .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:hover .icon svg, .site-homedics2 .ais-InfiniteHits ol li .productView-options .form-wishlist .aa-ItemActionButton:hover .icon svg, .productView-options .form-wishlist .site-homedics2 .addrexxOverlay .addrexxButtonSet button:hover .icon svg, .site-homedics2 .addrexxOverlay .addrexxButtonSet .productView-options .form-wishlist button:hover .icon svg, .productView-options .form-wishlist .button:focus .icon svg, .productView-options .form-wishlist .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:focus .icon svg, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .productView-options .form-wishlist button:focus .icon svg, .productView-options .form-wishlist .site-homedics2 .aa-Panel .show-all-products-btn:focus .icon svg, .site-homedics2 .aa-Panel .productView-options .form-wishlist .show-all-products-btn:focus .icon svg, .productView-options .form-wishlist .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:focus .icon svg, .site-homedics2 .ais-InfiniteHits ol li .productView-options .form-wishlist .aa-ItemActionButton:focus .icon svg, .productView-options .form-wishlist .site-homedics2 .addrexxOverlay .addrexxButtonSet button:focus .icon svg, .site-homedics2 .addrexxOverlay .addrexxButtonSet .productView-options .form-wishlist button:focus .icon svg {
          fill: black; }
        .productView-options .form-wishlist .button:hover .icon-heart svg, .productView-options .form-wishlist .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:hover .icon-heart svg, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .productView-options .form-wishlist button:hover .icon-heart svg, .productView-options .form-wishlist .site-homedics2 .aa-Panel .show-all-products-btn:hover .icon-heart svg, .site-homedics2 .aa-Panel .productView-options .form-wishlist .show-all-products-btn:hover .icon-heart svg, .productView-options .form-wishlist .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:hover .icon-heart svg, .site-homedics2 .ais-InfiniteHits ol li .productView-options .form-wishlist .aa-ItemActionButton:hover .icon-heart svg, .productView-options .form-wishlist .site-homedics2 .addrexxOverlay .addrexxButtonSet button:hover .icon-heart svg, .site-homedics2 .addrexxOverlay .addrexxButtonSet .productView-options .form-wishlist button:hover .icon-heart svg, .productView-options .form-wishlist .button:focus .icon-heart svg, .productView-options .form-wishlist .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:focus .icon-heart svg, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .productView-options .form-wishlist button:focus .icon-heart svg, .productView-options .form-wishlist .site-homedics2 .aa-Panel .show-all-products-btn:focus .icon-heart svg, .site-homedics2 .aa-Panel .productView-options .form-wishlist .show-all-products-btn:focus .icon-heart svg, .productView-options .form-wishlist .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:focus .icon-heart svg, .site-homedics2 .ais-InfiniteHits ol li .productView-options .form-wishlist .aa-ItemActionButton:focus .icon-heart svg, .productView-options .form-wishlist .site-homedics2 .addrexxOverlay .addrexxButtonSet button:focus .icon-heart svg, .site-homedics2 .addrexxOverlay .addrexxButtonSet .productView-options .form-wishlist button:focus .icon-heart svg {
          fill: black; }
      .productView-options .form-wishlist .button:focus, .productView-options .form-wishlist .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:focus, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .productView-options .form-wishlist button:focus, .productView-options .form-wishlist .site-homedics2 .aa-Panel .show-all-products-btn:focus, .site-homedics2 .aa-Panel .productView-options .form-wishlist .show-all-products-btn:focus, .productView-options .form-wishlist .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:focus, .site-homedics2 .ais-InfiniteHits ol li .productView-options .form-wishlist .aa-ItemActionButton:focus, .productView-options .form-wishlist .site-homedics2 .addrexxOverlay .addrexxButtonSet button:focus, .site-homedics2 .addrexxOverlay .addrexxButtonSet .productView-options .form-wishlist button:focus {
        outline: 2px solid black; }
    .productView-options .form-wishlist .dropdown-menu li .button, .productView-options .form-wishlist .dropdown-menu li .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .productView-options .form-wishlist .dropdown-menu li button, .productView-options .form-wishlist .dropdown-menu li .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .productView-options .form-wishlist .dropdown-menu li .show-all-products-btn, .productView-options .form-wishlist .dropdown-menu .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol .productView-options .form-wishlist .dropdown-menu li .aa-ItemActionButton, .productView-options .form-wishlist .dropdown-menu li .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .productView-options .form-wishlist .dropdown-menu li button {
      padding-top: 16px;
      padding-bottom: 16px;
      text-decoration: none;
      border: 1px solid #918f8c; }
    .productView-options .form-wishlist .dropdown-menu li:first-child .button, .productView-options .form-wishlist .dropdown-menu li:first-child .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .productView-options .form-wishlist .dropdown-menu li:first-child button, .productView-options .form-wishlist .dropdown-menu li:first-child .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .productView-options .form-wishlist .dropdown-menu li:first-child .show-all-products-btn, .productView-options .form-wishlist .dropdown-menu .site-homedics2 .ais-InfiniteHits ol li:first-child .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol .productView-options .form-wishlist .dropdown-menu li:first-child .aa-ItemActionButton, .productView-options .form-wishlist .dropdown-menu li:first-child .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .productView-options .form-wishlist .dropdown-menu li:first-child button {
      border-top: 1px solid #918f8c !important; }
      .productView-options .form-wishlist .dropdown-menu li:first-child .button:focus, .productView-options .form-wishlist .dropdown-menu li:first-child .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:focus, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .productView-options .form-wishlist .dropdown-menu li:first-child button:focus, .productView-options .form-wishlist .dropdown-menu li:first-child .site-homedics2 .aa-Panel .show-all-products-btn:focus, .site-homedics2 .aa-Panel .productView-options .form-wishlist .dropdown-menu li:first-child .show-all-products-btn:focus, .productView-options .form-wishlist .dropdown-menu .site-homedics2 .ais-InfiniteHits ol li:first-child .aa-ItemActionButton:focus, .site-homedics2 .ais-InfiniteHits ol .productView-options .form-wishlist .dropdown-menu li:first-child .aa-ItemActionButton:focus, .productView-options .form-wishlist .dropdown-menu li:first-child .site-homedics2 .addrexxOverlay .addrexxButtonSet button:focus, .site-homedics2 .addrexxOverlay .addrexxButtonSet .productView-options .form-wishlist .dropdown-menu li:first-child button:focus {
        margin-bottom: 2px !important; }
  @media (min-width: 801px) {
    .productView-options {
      margin-bottom: 26px; } }

.productView-description {
  float: none;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  font-size: 1rem; }
  @media (min-width: 801px) {
    .productView-description {
      margin-bottom: 35px; } }

.productView-description-accordion {
  color: var(--body-text-color, #333); }
  .productView-description-accordion .faq-navigation {
    border-color: #D3D3D3; }
    .productView-description-accordion .faq-navigation:first-child {
      border-top-width: 1px;
      border-top-style: solid; }
  .productView-description-accordion .faq-content {
    text-align: left;
    padding-left: 0; }
  .productView-description-accordion .faq-title h3 {
    color: var(--Black, #231F20);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.20; }
    @media (min-width: 801px) {
      .productView-description-accordion .faq-title h3 {
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.5; } }
  .productView-description-accordion .faq-title::after {
    color: var(--Black, #231F20);
    line-height: 1; }
    @media (min-width: 801px) {
      .productView-description-accordion .faq-title::after {
        font-weight: 900;
        font-size: 1.25rem;
        line-height: 1.35; } }
  .productView-description-accordion ul {
    list-style: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.75 1.21875C15.0625 1.53125 15.0625 2 14.75 2.28125L6.5 10.5312C6.21875 10.8438 5.75 10.8438 5.46875 10.5312L1.21875 6.28125C0.90625 6 0.90625 5.53125 1.21875 5.21875C1.5 4.9375 1.96875 4.9375 2.25 5.21875L6 8.96875L13.7188 1.21875C14 0.9375 14.4688 0.9375 14.75 1.21875Z' fill='%23333333'/%3E%3C/svg%3E%0A");
    margin-left: 1.4rem; }
  .productView-description-accordion .benefits-message,
  .productView-description-accordion .benefits-list li {
    font-size: 0.875rem; }
    @media (min-width: 801px) {
      .productView-description-accordion .benefits-message,
      .productView-description-accordion .benefits-list li {
        font-size: 1rem; } }
  .productView-description-accordion .benefits-message {
    color: #333333;
    font-weight: 700;
    margin-bottom: 1rem; }
  .productView-description-accordion .benefits-list {
    columns: 2; }
    .productView-description-accordion .benefits-list li {
      color: #333333;
      font-weight: 400; }
  .productView-description-accordion .contents-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.25rem; }
  .productView-description-accordion .productView-description ul {
    margin-left: 0;
    list-style: none; }
  .productView-description-accordion .productView-description li {
    margin-bottom: 1.5rem; }
  .productView-description-accordion .productView-description b {
    color: var(--body-text-color, #333); }
  .productView-description-accordion #specs-accordion dl {
    display: flex;
    gap: 0.75rem 1rem;
    flex-wrap: wrap;
    margin-bottom: 1.25rem; }
  .productView-description-accordion #specs-accordion dt, .productView-description-accordion #specs-accordion dd {
    font-weight: 400;
    margin: 0;
    flex-basis: calc(20% - .5rem); }
  .productView-description-accordion #specs-accordion dd {
    flex-grow: 1;
    flex-basis: calc(80% - .5rem); }
  .productView-description-accordion #specs-accordion ul {
    margin-left: 0;
    list-style: none; }
    .productView-description-accordion #specs-accordion ul li:not(:last-child) {
      margin-bottom: 1rem; }
    .productView-description-accordion #specs-accordion ul a {
      color: var(--Welcoming-Teal, #02656E); }

.productView-usp {
  font-size: 1rem;
  font-weight: 700; }
  .productView-usp ul {
    margin-left: 0;
    margin-bottom: 20px;
    list-style: none; }
    @media (min-width: 801px) {
      .productView-usp ul {
        margin-bottom: 35px; } }
  .productView-usp li {
    margin-bottom: 8px; }
  .productView-usp .productView-usp-listItem {
    display: flex;
    align-items: center;
    margin-bottom: 0; }
  .productView-usp .icon {
    width: 40px;
    height: 40px;
    margin-right: 16px; }

.product-section-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: normal; }
  @media (min-width: 801px) {
    .product-section-title {
      margin-bottom: 30px;
      margin-right: 20px;
      font-size: 3rem; } }

.tryRiskFree-banner {
  margin-bottom: 30px; }
  .tryRiskFree-banner > .container, div.component__2023-drift__which-cta--row.tryRiskFree-banner > .shg-box-content {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    background-color: #eeebe9; }
    @media (min-width: 801px) {
      .tryRiskFree-banner > .container, div.component__2023-drift__which-cta--row.tryRiskFree-banner > .shg-box-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 49px 50px;
        text-align: left;
        border-radius: 60px; } }
  .tryRiskFree-banner.tryRiskFree-banner--hom {
    color: white;
    background-color: black; }
    .tryRiskFree-banner.tryRiskFree-banner--hom > .container, div.component__2023-drift__which-cta--row.tryRiskFree-banner.tryRiskFree-banner--hom > .shg-box-content {
      background-color: transparent;
      border-radius: 0; }
  .tryRiskFree-banner p {
    width: 100%;
    max-width: 520px;
    margin: 0 auto 20px;
    font-size: 1rem; }
    @media (min-width: 801px) {
      .tryRiskFree-banner p {
        flex: 1;
        margin: 0 20px; } }
  .tryRiskFree-banner .tryRiskFree-banner-action {
    margin-bottom: 0; }
  @media (min-width: 801px) {
    .tryRiskFree-banner {
      margin-bottom: 70px; } }

.tryRiskFree-banner-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 700; }
  @media (min-width: 801px) {
    .tryRiskFree-banner-title {
      flex: 1;
      margin-bottom: 0;
      font-size: 2.75rem; } }
  @media (min-width: 1261px) {
    .tryRiskFree-banner-title {
      font-size: 3rem; } }

.tryRiskFree-banner--hom .tryRiskFree-banner-title {
  color: white;
  text-transform: uppercase; }

.manuals-warranty {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #eeebe9; }
  @media (min-width: 801px) {
    .manuals-warranty {
      margin-bottom: 70px; } }
  .manuals-warranty.manuals-warranty--hom {
    background-image: url("../img/banner-10-1@2x.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  @media (min-width: 801px) {
    .manuals-warranty .container, .manuals-warranty div.component__2023-drift__which-cta--row > .shg-box-content {
      display: flex;
      justify-content: space-between; }
      .manuals-warranty .container > div, .manuals-warranty div.component__2023-drift__which-cta--row > .shg-box-content > div {
        flex: 1;
        max-width: 680px; } }
  @media (min-width: 801px) {
    .manuals-warranty {
      padding-top: 50px;
      padding-bottom: 50px; } }

.manuals-warranty-title {
  text-align: left; }
  @media (min-width: 801px) {
    .manuals-warranty-title {
      margin-bottom: 0; } }

.manuals-warranty-card {
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
  background: white;
  box-shadow: 1px 3px 9px 0 rgba(0, 0, 0, 0.16); }
  .manuals-warranty-card:first-child {
    margin-top: 0; }
  .manuals-warranty-card p {
    margin-bottom: 15px;
    font-size: 1rem; }
    .manuals-warranty-card p span {
      display: inline-block;
      vertical-align: middle; }
    .manuals-warranty-card p .icon {
      width: 24px;
      height: 24px; }
      .manuals-warranty-card p .icon svg {
        fill: var(--color-black); }
    @media (min-width: 801px) {
      .manuals-warranty-card p {
        margin-bottom: 0; } }
  .manuals-warranty-card .button.button-manuals, .manuals-warranty-card .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.button-manuals, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .manuals-warranty-card button.button-manuals, .manuals-warranty-card .site-homedics2 .aa-Panel .button-manuals.show-all-products-btn, .site-homedics2 .aa-Panel .manuals-warranty-card .button-manuals.show-all-products-btn, .manuals-warranty-card .site-homedics2 .ais-InfiniteHits ol li .button-manuals.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .manuals-warranty-card .button-manuals.aa-ItemActionButton, .manuals-warranty-card .site-homedics2 .addrexxOverlay .addrexxButtonSet button.button-manuals, .site-homedics2 .addrexxOverlay .addrexxButtonSet .manuals-warranty-card button.button-manuals {
    height: 35px;
    margin-bottom: 0;
    padding: 5px 15px 3px; }
    .manuals-warranty-card .button.button-manuals .icon, .manuals-warranty-card .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.button-manuals .icon, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .manuals-warranty-card button.button-manuals .icon, .manuals-warranty-card .site-homedics2 .aa-Panel .button-manuals.show-all-products-btn .icon, .site-homedics2 .aa-Panel .manuals-warranty-card .button-manuals.show-all-products-btn .icon, .manuals-warranty-card .site-homedics2 .ais-InfiniteHits ol li .button-manuals.aa-ItemActionButton .icon, .site-homedics2 .ais-InfiniteHits ol li .manuals-warranty-card .button-manuals.aa-ItemActionButton .icon, .manuals-warranty-card .site-homedics2 .addrexxOverlay .addrexxButtonSet button.button-manuals .icon, .site-homedics2 .addrexxOverlay .addrexxButtonSet .manuals-warranty-card button.button-manuals .icon {
      width: 23px;
      height: 23px; }
      .manuals-warranty-card .button.button-manuals .icon svg, .manuals-warranty-card .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.button-manuals .icon svg, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .manuals-warranty-card button.button-manuals .icon svg, .manuals-warranty-card .site-homedics2 .aa-Panel .button-manuals.show-all-products-btn .icon svg, .site-homedics2 .aa-Panel .manuals-warranty-card .button-manuals.show-all-products-btn .icon svg, .manuals-warranty-card .site-homedics2 .ais-InfiniteHits ol li .button-manuals.aa-ItemActionButton .icon svg, .site-homedics2 .ais-InfiniteHits ol li .manuals-warranty-card .button-manuals.aa-ItemActionButton .icon svg, .manuals-warranty-card .site-homedics2 .addrexxOverlay .addrexxButtonSet button.button-manuals .icon svg, .site-homedics2 .addrexxOverlay .addrexxButtonSet .manuals-warranty-card button.button-manuals .icon svg {
        fill: white; }
  @media (min-width: 801px) {
    .manuals-warranty-card {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .manuals-warranty-card > div {
        flex: 1; } }

.manuals-warranty-card-title {
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 8px;
  font-size: 1.125rem; }
  @media (min-width: 801px) {
    .manuals-warranty-card-title {
      margin-bottom: 5px; } }

.product-sticky-header {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  background: white;
  box-shadow: 1px 3px 9px 0 rgba(0, 0, 0, 0.16);
  z-index: 500; }
  .product-sticky-header > .container, div.component__2023-drift__which-cta--row.product-sticky-header > .shg-box-content {
    padding: 0 0.5rem; }
    @media (min-width: 801px) {
      .product-sticky-header > .container, div.component__2023-drift__which-cta--row.product-sticky-header > .shg-box-content {
        padding: 0 1.5rem; } }
  .product-sticky-header .alertBox {
    display: none !important; }
  .product-sticky-header .form, .product-sticky-header .form-field, .product-sticky-header .form-option, .product-sticky-header .form-input, .product-sticky-header .form-select {
    margin-bottom: 0; }
  .product-sticky-header .productOptions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
  .product-sticky-header .product-sticky-header-info {
    flex: 1;
    display: flex;
    align-items: center; }
    .product-sticky-header .product-sticky-header-info .productView-thumbnail {
      display: block !important;
      width: 90px !important;
      margin-right: 5px;
      padding: 0; }
      .product-sticky-header .product-sticky-header-info .productView-thumbnail div {
        margin-bottom: 0; }
      .product-sticky-header .product-sticky-header-info .productView-thumbnail a {
        height: auto; }
      .product-sticky-header .product-sticky-header-info .productView-thumbnail img {
        top: 0;
        transform: none; }
    .product-sticky-header .product-sticky-header-info .product-sticky-header-info-wrapper {
      flex: 1; }
      @media (min-width: 801px) {
        .product-sticky-header .product-sticky-header-info .product-sticky-header-info-wrapper {
          display: flex;
          align-items: center; } }
    .product-sticky-header .product-sticky-header-info + .form-field-wrapper .form-field {
      display: inline-block; }
      @media (min-width: 801px) {
        .product-sticky-header .product-sticky-header-info + .form-field-wrapper .form-field {
          display: flex; } }
    @media (min-width: 801px) {
      .product-sticky-header .product-sticky-header-info {
        margin-bottom: 0; } }
  .product-sticky-header .productView-title {
    margin-bottom: 5px;
    margin-right: 16px;
    font-size: 1.125rem; }
    @media (min-width: 801px) {
      .product-sticky-header .productView-title {
        margin-bottom: 0; } }
  .product-sticky-header .productView-price {
    justify-content: flex-start;
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 1.125rem; }
    @media (min-width: 801px) {
      .product-sticky-header .productView-price {
        font-size: 1.5rem; } }
  .product-sticky-header .form-field--increments {
    display: none; }
  .product-sticky-header .form-field-wrapper {
    margin-right: 10px;
    margin-bottom: 10px; }
    @media (min-width: 801px) {
      .product-sticky-header .form-field-wrapper {
        margin-bottom: 0; } }
  @media (min-width: 801px) {
    .product-sticky-header .form-field:not(.form-field--increments) {
      display: flex;
      align-items: center; } }
  @media (min-width: 801px) {
    .product-sticky-header .form-label {
      margin-bottom: 0;
      margin-right: 15px; } }
  .product-sticky-header .form-action .button, .product-sticky-header .form-action .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .product-sticky-header .form-action button, .product-sticky-header .form-action .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .product-sticky-header .form-action .show-all-products-btn, .product-sticky-header .form-action .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .product-sticky-header .form-action .aa-ItemActionButton, .product-sticky-header .form-action .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .product-sticky-header .form-action button {
    margin-bottom: 0;
    padding: 7px 14px !important; }
    @media (min-width: 551px) {
      .product-sticky-header .form-action .button, .product-sticky-header .form-action .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .product-sticky-header .form-action button, .product-sticky-header .form-action .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .product-sticky-header .form-action .show-all-products-btn, .product-sticky-header .form-action .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .product-sticky-header .form-action .aa-ItemActionButton, .product-sticky-header .form-action .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .product-sticky-header .form-action button {
        padding-left: 35px !important;
        padding-right: 35px !important; } }
  @media (min-width: 801px) {
    .product-sticky-header {
      padding-top: 20px;
      padding-bottom: 20px; } }

.productView-features-container {
  background-repeat: repeat;
  padding-left: 2rem;
  padding-right: 2rem; }
  .productView-features-container.productView-features-container--obusforme {
    background-color: rgba(0, 0, 255, 0); }
  @media (min-width: 801px) {
    .productView-features-container {
      padding-left: 0;
      padding-right: 0; } }

.gray-area {
  max-width: 1220px;
  padding: 2rem 1.5rem;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  font-size: 1rem; }
  @media (min-width: 801px) {
    .gray-area {
      padding: 3rem; } }
  .gray-area::after {
    content: "";
    display: table;
    clear: both; }
  .gray-area h1,
  .gray-area h2,
  .gray-area h3,
  .gray-area h4,
  .gray-area h5,
  .gray-area h6,
  .gray-area strong {
    color: var(--color-primary); }
  .gray-area a {
    color: #ffffff; }
    .gray-area a:hover, .gray-area a:focus {
      color: black; }
  .gray-area .features-text {
    margin-bottom: 3rem;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 1.5; }
    @media (min-width: 801px) {
      .gray-area .features-text {
        float: left;
        width: 50%;
        max-width: none;
        margin-bottom: 0;
        font-size: 0.875rem; } }
    @media (min-width: 1000px) {
      .gray-area .features-text {
        font-size: 1rem; } }
    @media (min-width: 801px) {
      .gray-area .features-text:first-of-type {
        width: calc(50% - 3rem);
        margin-right: 3rem; } }
    .gray-area .features-text h5 {
      font-size: 2.375rem;
      font-weight: 300;
      line-height: 1.1;
      text-transform: capitalize;
      margin-top: 0; }
      @media (min-width: 1000px) {
        .gray-area .features-text h5 {
          font-size: 3rem; } }
  .gray-area .features-list {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 801px) {
      .gray-area .features-list {
        max-width: none;
        margin-left: 0;
        margin-right: 0; } }
    .gray-area .features-list ul {
      margin: 0;
      list-style-type: none; }
      @media (min-width: 801px) {
        .gray-area .features-list ul {
          display: flex;
          align-items: flex-start;
          justify-content: flex-start;
          flex-wrap: wrap; } }
    .gray-area .features-list li {
      text-align: center;
      font-size: 1rem;
      line-height: 1.5;
      margin-bottom: 2.5rem; }
      @media (min-width: 801px) {
        .gray-area .features-list li {
          font-size: 0.875rem;
          width: 25%;
          padding: 0 2rem; } }
      @media (min-width: 1000px) {
        .gray-area .features-list li {
          font-size: 1rem; } }
  @media (min-width: 801px) {
    .gray-area .features-text + .features-list ul li {
      width: 50%;
      margin-bottom: 2.5rem; } }
  .gray-area .ellia-desc {
    margin-bottom: 3rem;
    margin-top: 3rem; }
    .gray-area .ellia-desc::after {
      content: '';
      display: table;
      clear: both; }
  @media (min-width: 801px) {
    .gray-area .ellia-desc-img {
      float: left;
      width: 48%; } }
  @media (min-width: 801px) {
    .gray-area .ellia-desc-header {
      float: right;
      width: 50%;
      margin-top: 0; } }
  @media (min-width: 801px) {
    .gray-area .ellia-desc-text {
      float: right;
      width: 50%; } }

.bundle-panel:not(.bundle-subscription-panel) label.form-label {
  position: relative;
  display: block;
  padding-top: 3px;
  margin-bottom: 0.5rem;
  border-radius: 5px;
  border: 1px solid lightgray; }
  .bundle-panel:not(.bundle-subscription-panel) label.form-label .bundle-name {
    margin-bottom: 10px; }
    .bundle-panel:not(.bundle-subscription-panel) label.form-label .bundle-name .bundle-price {
      font-weight: bold;
      font-size: 1.2rem; }
  .bundle-panel:not(.bundle-subscription-panel) label.form-label .bundle-name__text:hover, .bundle-panel:not(.bundle-subscription-panel) label.form-label .bundle-name__text:focus {
    text-decoration: underline; }
  .bundle-panel:not(.bundle-subscription-panel) label.form-label .bundle-name__icon {
    margin-left: 3px;
    margin-top: -2px; }
  .bundle-panel:not(.bundle-subscription-panel) label.form-label .bundle-name__popup {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid lightgray;
    background-color: white;
    z-index: 10; }
  .bundle-panel:not(.bundle-subscription-panel) label.form-label .variant-field {
    justify-content: inherit;
    padding-bottom: 10px;
    font-size: .8rem;
    padding-left: 17%; }
    .bundle-panel:not(.bundle-subscription-panel) label.form-label .variant-field select {
      width: 170px;
      padding: 0 20px 0 10px;
      margin: 0;
      height: 20px;
      background-position: right 0px top 56%;
      font-size: 0.8rem; }
  .bundle-panel:not(.bundle-subscription-panel) label.form-label::before, .bundle-panel:not(.bundle-subscription-panel) label.form-label::after {
    margin-left: 6px; }

input:focus + label {
  outline: 1px auto #afe5ee; }

#relatedProducts {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  @media (min-width: 801px) {
    #relatedProducts {
      margin-top: 4rem;
      margin-bottom: 2rem; } }

.bv_main_container .bv_button_buttonMinimalist.bv_aaq_button {
  padding-left: .5rem !important; }

.bv_main_container .bv_button_buttonMinimalist.bv_war_button {
  padding: .5rem 0 !important; }
  @media (min-width: 551px) {
    .bv_main_container .bv_button_buttonMinimalist.bv_war_button {
      padding: 0 0 0 .5rem !important; } }

.bv_main_container .bv_button_buttonMinimalist.bv_aaq_button, .bv_main_container .bv_button_buttonMinimalist.bv_war_button {
  display: none !important; }

/* BV Inline Ratings */
.pagetype-product .productView-bv {
  margin-bottom: 0.8125rem; }
  @media (min-width: 801px) {
    .pagetype-product .productView-bv {
      margin-bottom: 1.5625rem; } }

.pagetype-product [data-bv-show="rating_summary"] .bv_main_container {
  flex-direction: column;
  padding-right: 0 !important; }
  @media (min-width: 551px) {
    .pagetype-product [data-bv-show="rating_summary"] .bv_main_container {
      flex-direction: row; } }
  .pagetype-product [data-bv-show="rating_summary"] .bv_main_container .bv_numReviews_component_container {
    padding-left: 0 !important; }

.pagetype-product [data-bv-show="rating_summary"] .bv_button_component_container {
  padding-left: 0 !important; }
  .pagetype-product [data-bv-show="rating_summary"] .bv_button_component_container button.bv_button_buttonMinimalist.bv_aaq_button, .pagetype-product [data-bv-show="rating_summary"] .bv_button_component_container button.bv_button_buttonMinimalist.bv_war_button {
    display: inline !important;
    /* Font updates for all screen sizes */
    font-family: 'Inter', sans-serif;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 0.88rem !important;
    line-height: 1.13rem !important; }
    @media (min-width: 801px) {
      .pagetype-product [data-bv-show="rating_summary"] .bv_button_component_container button.bv_button_buttonMinimalist.bv_aaq_button, .pagetype-product [data-bv-show="rating_summary"] .bv_button_component_container button.bv_button_buttonMinimalist.bv_war_button {
        font-size: 0.75rem !important; } }

.klarnaMsg {
  margin-bottom: 1rem; }

.slick-prev,
.slick-next {
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  border: none; }
  .slick-prev::before, .slick-next::before {
    width: 25px;
    height: 25px; }

.slick-disabled {
  opacity: 1; }

.slick-prev {
  left: 15px; }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzFweCIgaGVpZ2h0PSIzMXB4IiB2aWV3Qm94PSIwIDAgMzEgMzEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+NTgxQTBCNDItQjJEMS00MEYxLUIwMTktNDU3NkUxRkU5MUYzQDN4PC90aXRsZT4KICAgIDxnIGlkPSLwn5qALS1JY29ub2dyYXBoeSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikljb25vZ3JhcGh5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcyLjAwMDAwMCwgLTI1NC4wMDAwMDApIiBmaWxsPSIjNzI2RTZFIj4KICAgICAgICAgICAgPGcgaWQ9IvCfjqgtZmlsbCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTcyLjAwMDAwMCwgMjU0LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTE0LjgzNjA0MTIsMjIuNzIyNjU5MyBMMy4yNzUzNDc2LDExLjE3MjY5ODcgQzIuOTA4MjE3NDcsMTAuODAyOTExMSAyLjkwODIxNzQ3LDEwLjIwNDk1NjcgMy4yNzUzNDc2LDkuODM1MTY5MTYgTDQuODIxOTgwOTQsOC4yNzczNDA2OCBDNS4xODkxMTEwOCw3LjkwNzU1MzExIDUuNzgyNzY4MzIsNy45MDc1NTMxMSA2LjE0OTg5ODQ1LDguMjc3MzQwNjggTDE1LjUsMTcuNjAwNzA4MSBMMjQuODUwMTAxNSw4LjI3NzM0MDY4IEMyNS4yMTcyMzE3LDcuOTA3NTUzMTEgMjUuODEwODg4OSw3LjkwNzU1MzExIDI2LjE3ODAxOTEsOC4yNzczNDA2OCBMMjcuNzI0NjUyNCw5LjgzNTE2OTE2IEMyOC4wOTE3ODI1LDEwLjIwNDk1NjcgMjguMDkxNzgyNSwxMC44MDI5MTExIDI3LjcyNDY1MjQsMTEuMTcyNjk4NyBMMTYuMTYzOTU4OCwyMi43MjI2NTkzIEMxNS43OTY4Mjg2LDIzLjA5MjQ0NjkgMTUuMjAzMTcxNCwyMy4wOTI0NDY5IDE0LjgzNjA0MTIsMjIuNzIyNjU5MyBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNS41MDAwMDAsIDE1LjUwMDAwMCkgcm90YXRlKDkwLjAwMDAwMCkgdHJhbnNsYXRlKC0xNS41MDAwMDAsIC0xNS41MDAwMDApICI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K"); }
  .slick-prev:hover::before, .slick-prev:focus::before {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzFweCIgaGVpZ2h0PSIzMXB4IiB2aWV3Qm94PSIwIDAgMzEgMzEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+NTgxQTBCNDItQjJEMS00MEYxLUIwMTktNDU3NkUxRkU5MUYzQDN4PC90aXRsZT4KICAgIDxnIGlkPSLwn5qALS1JY29ub2dyYXBoeSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikljb25vZ3JhcGh5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcyLjAwMDAwMCwgLTI1NC4wMDAwMDApIiBmaWxsPSIjNzI2RTZFIj4KICAgICAgICAgICAgPGcgaWQ9IvCfjqgtZmlsbCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTcyLjAwMDAwMCwgMjU0LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTE0LjgzNjA0MTIsMjIuNzIyNjU5MyBMMy4yNzUzNDc2LDExLjE3MjY5ODcgQzIuOTA4MjE3NDcsMTAuODAyOTExMSAyLjkwODIxNzQ3LDEwLjIwNDk1NjcgMy4yNzUzNDc2LDkuODM1MTY5MTYgTDQuODIxOTgwOTQsOC4yNzczNDA2OCBDNS4xODkxMTEwOCw3LjkwNzU1MzExIDUuNzgyNzY4MzIsNy45MDc1NTMxMSA2LjE0OTg5ODQ1LDguMjc3MzQwNjggTDE1LjUsMTcuNjAwNzA4MSBMMjQuODUwMTAxNSw4LjI3NzM0MDY4IEMyNS4yMTcyMzE3LDcuOTA3NTUzMTEgMjUuODEwODg4OSw3LjkwNzU1MzExIDI2LjE3ODAxOTEsOC4yNzczNDA2OCBMMjcuNzI0NjUyNCw5LjgzNTE2OTE2IEMyOC4wOTE3ODI1LDEwLjIwNDk1NjcgMjguMDkxNzgyNSwxMC44MDI5MTExIDI3LjcyNDY1MjQsMTEuMTcyNjk4NyBMMTYuMTYzOTU4OCwyMi43MjI2NTkzIEMxNS43OTY4Mjg2LDIzLjA5MjQ0NjkgMTUuMjAzMTcxNCwyMy4wOTI0NDY5IDE0LjgzNjA0MTIsMjIuNzIyNjU5MyBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNS41MDAwMDAsIDE1LjUwMDAwMCkgcm90YXRlKDkwLjAwMDAwMCkgdHJhbnNsYXRlKC0xNS41MDAwMDAsIC0xNS41MDAwMDApICI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K"); }

.slick-next {
  right: 15px; }
  .slick-next::before {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzFweCIgaGVpZ2h0PSIzMXB4IiB2aWV3Qm94PSIwIDAgMzEgMzEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+NDIwMTZBNzUtNEI4OS00ODIzLTgxRDUtOTcxQzQ2MzE4NjhBQDN4PC90aXRsZT4KICAgIDxnIGlkPSLwn5qALS1JY29ub2dyYXBoeSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikljb25vZ3JhcGh5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjMzLjAwMDAwMCwgLTI1NC4wMDAwMDApIiBmaWxsPSIjNzI2RTZFIj4KICAgICAgICAgICAgPGcgaWQ9IvCfjqgtZmlsbCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjMzLjAwMDAwMCwgMjU0LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTE0LjgzNjA0MTIsMjIuNzIyNjU5MyBMMy4yNzUzNDc2LDExLjE3MjY5ODcgQzIuOTA4MjE3NDcsMTAuODAyOTExMSAyLjkwODIxNzQ3LDEwLjIwNDk1NjcgMy4yNzUzNDc2LDkuODM1MTY5MTYgTDQuODIxOTgwOTQsOC4yNzczNDA2OCBDNS4xODkxMTEwOCw3LjkwNzU1MzExIDUuNzgyNzY4MzIsNy45MDc1NTMxMSA2LjE0OTg5ODQ1LDguMjc3MzQwNjggTDE1LjUsMTcuNjAwNzA4MSBMMjQuODUwMTAxNSw4LjI3NzM0MDY4IEMyNS4yMTcyMzE3LDcuOTA3NTUzMTEgMjUuODEwODg4OSw3LjkwNzU1MzExIDI2LjE3ODAxOTEsOC4yNzczNDA2OCBMMjcuNzI0NjUyNCw5LjgzNTE2OTE2IEMyOC4wOTE3ODI1LDEwLjIwNDk1NjcgMjguMDkxNzgyNSwxMC44MDI5MTExIDI3LjcyNDY1MjQsMTEuMTcyNjk4NyBMMTYuMTYzOTU4OCwyMi43MjI2NTkzIEMxNS43OTY4Mjg2LDIzLjA5MjQ0NjkgMTUuMjAzMTcxNCwyMy4wOTI0NDY5IDE0LjgzNjA0MTIsMjIuNzIyNjU5MyBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNS41MDAwMDAsIDE1LjUwMDAwMCkgc2NhbGUoLTEsIDEpIHJvdGF0ZSg5MC4wMDAwMDApIHRyYW5zbGF0ZSgtMTUuNTAwMDAwLCAtMTUuNTAwMDAwKSAiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg=="); }
  .slick-next:hover::before, .slick-next:focus::before {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzFweCIgaGVpZ2h0PSIzMXB4IiB2aWV3Qm94PSIwIDAgMzEgMzEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+NDIwMTZBNzUtNEI4OS00ODIzLTgxRDUtOTcxQzQ2MzE4NjhBQDN4PC90aXRsZT4KICAgIDxnIGlkPSLwn5qALS1JY29ub2dyYXBoeSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikljb25vZ3JhcGh5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjMzLjAwMDAwMCwgLTI1NC4wMDAwMDApIiBmaWxsPSIjNzI2RTZFIj4KICAgICAgICAgICAgPGcgaWQ9IvCfjqgtZmlsbCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjMzLjAwMDAwMCwgMjU0LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTE0LjgzNjA0MTIsMjIuNzIyNjU5MyBMMy4yNzUzNDc2LDExLjE3MjY5ODcgQzIuOTA4MjE3NDcsMTAuODAyOTExMSAyLjkwODIxNzQ3LDEwLjIwNDk1NjcgMy4yNzUzNDc2LDkuODM1MTY5MTYgTDQuODIxOTgwOTQsOC4yNzczNDA2OCBDNS4xODkxMTEwOCw3LjkwNzU1MzExIDUuNzgyNzY4MzIsNy45MDc1NTMxMSA2LjE0OTg5ODQ1LDguMjc3MzQwNjggTDE1LjUsMTcuNjAwNzA4MSBMMjQuODUwMTAxNSw4LjI3NzM0MDY4IEMyNS4yMTcyMzE3LDcuOTA3NTUzMTEgMjUuODEwODg4OSw3LjkwNzU1MzExIDI2LjE3ODAxOTEsOC4yNzczNDA2OCBMMjcuNzI0NjUyNCw5LjgzNTE2OTE2IEMyOC4wOTE3ODI1LDEwLjIwNDk1NjcgMjguMDkxNzgyNSwxMC44MDI5MTExIDI3LjcyNDY1MjQsMTEuMTcyNjk4NyBMMTYuMTYzOTU4OCwyMi43MjI2NTkzIEMxNS43OTY4Mjg2LDIzLjA5MjQ0NjkgMTUuMjAzMTcxNCwyMy4wOTI0NDY5IDE0LjgzNjA0MTIsMjIuNzIyNjU5MyBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNS41MDAwMDAsIDE1LjUwMDAwMCkgc2NhbGUoLTEsIDEpIHJvdGF0ZSg5MC4wMDAwMDApIHRyYW5zbGF0ZSgtMTUuNTAwMDAwLCAtMTUuNTAwMDAwKSAiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg=="); }

.slick-dots li button {
  width: 17px;
  height: 17px;
  border-width: 2px; }
  .slick-dots li button::before {
    left: 0;
    right: 0;
    top: 2px;
    width: 9px;
    height: 9px;
    margin: 0 auto; }

.slick-dots li.slick-active button {
  border-color: #6fccde; }

.socialLinks .socialLinks-item {
  margin-bottom: 10px;
  margin-right: 10px; }

.socialLinks .icon {
  width: 35px;
  height: 35px; }

.socialLinks .icon--email, .socialLinks .icon--print {
  padding: 4px;
  border-radius: 50%; }
  .socialLinks .icon--email svg, .socialLinks .icon--print svg {
    width: 27px;
    height: 27px;
    fill: white; }
  .socialLinks .icon--email:hover svg, .socialLinks .icon--email:focus svg, .socialLinks .icon--print:hover svg, .socialLinks .icon--print:focus svg {
    fill: white; }

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

.addthis_toolbox a.at300b, .addthis_toolbox a.at300m {
  width: 35px !important;
  height: 35px !important; }

.shogun-root > div:last-of-type .shg-box.shg-c:not(.content-page-hero-banner) {
  margin-bottom: 0 !important; }

.shogun-root .shogun-slick-carousel .slick-slide:not(:last-child) {
  margin-right: 0.5rem;
  margin-left: 0.5rem; }

@media (min-width: 551px) {
  .shogun-root .shogun-slick-carousel .slick-slide .shogun-slick-carousel-slide {
    max-width: 345px;
    margin: 0 auto; } }

.shogun-root .shogun-slick-carousel .slick-dots li button {
  border: none;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2); }

.shogun-root .shogun-slick-carousel .slick-dots .slick-active button {
  border: none;
  background-color: #1cbadf;
  width: 18px;
  height: 18px; }
  .shogun-root .shogun-slick-carousel .slick-dots .slick-active button::before {
    content: none; }

.previewCart .productView {
  margin-left: 0;
  margin-right: 0; }
  .previewCart .productView .productView-price {
    justify-content: flex-start; }
  @media (min-width: 801px) {
    .previewCart .productView {
      width: 66.6%; } }
  @media (min-width: 1261px) {
    .previewCart .productView {
      width: 75%; } }

.previewCartCheckout {
  padding: 0;
  background: transparent; }
  @media (min-width: 801px) {
    .previewCartCheckout {
      width: 33.3%; } }
  @media (min-width: 1261px) {
    .previewCartCheckout {
      width: 25%; } }

.cart-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem; }
  .cart-footer > div {
    flex: 1 0 100%; }

#cart-preview-dropdown {
  --preview-cart-width: 375px;
  height: 100%;
  max-width: 100%;
  padding: 0;
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 25; }
  @media (min-width: 801px) {
    #cart-preview-dropdown {
      max-width: var(--preview-cart-width);
      width: var(--preview-cart-width); } }
  #cart-preview-dropdown .previewCart {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between; }
    #cart-preview-dropdown .previewCart::before, #cart-preview-dropdown .previewCart::after {
      content: unset; }
    #cart-preview-dropdown .previewCart h2.previewCartTitle {
      border-bottom: 1px solid var(--color-gray-lilac);
      font-family: "new-kansas";
      font-size: 1.5rem;
      font-weight: 500;
      margin-top: 0;
      padding-bottom: .5rem; }
      #cart-preview-dropdown .previewCart h2.previewCartTitle .previewCartClose {
        font-family: "Inter";
        font-size: 1.25rem;
        font-weight: normal;
        float: right; }
    #cart-preview-dropdown .previewCart ul.previewCartList {
      flex-basis: 100%;
      max-height: unset;
      padding: 1rem 1rem 0; }
      #cart-preview-dropdown .previewCart ul.previewCartList li {
        max-width: unset; }
        #cart-preview-dropdown .previewCart ul.previewCartList li table.cart .cart-item-quantity-container {
          order: 3;
          flex-basis: 100%; }
        #cart-preview-dropdown .previewCart ul.previewCartList li table.cart .cart-item-price {
          text-align: left; }
        #cart-preview-dropdown .previewCart ul.previewCartList li table.cart .cart-item-quantity .form-increment {
          --form-increment-size-desktop: 40px; }
        #cart-preview-dropdown .previewCart ul.previewCartList li table.cart .cart-item-quantity .form-increment-container {
          order: 2; }
        #cart-preview-dropdown .previewCart ul.previewCartList li table.cart .cart-item-quantity .cart-item-price {
          order: 1;
          padding-bottom: 0.5rem; }
        #cart-preview-dropdown .previewCart ul.previewCartList li .cart-totals {
          display: block;
          float: none;
          width: 100%; }
          #cart-preview-dropdown .previewCart ul.previewCartList li .cart-totals li {
            border-top: 0;
            font-size: 0.875rem;
            font-weight: 500; }
            #cart-preview-dropdown .previewCart ul.previewCartList li .cart-totals li .cart-total-label,
            #cart-preview-dropdown .previewCart ul.previewCartList li .cart-totals li .cart-total-value {
              padding: .25rem 0;
              width: 50%; }
              @media (min-width: 801px) {
                #cart-preview-dropdown .previewCart ul.previewCartList li .cart-totals li .cart-total-label,
                #cart-preview-dropdown .previewCart ul.previewCartList li .cart-totals li .cart-total-value {
                  width: 50%; } }
          #cart-preview-dropdown .previewCart ul.previewCartList li .cart-totals .cart-total-grand-total,
          #cart-preview-dropdown .previewCart ul.previewCartList li .cart-totals .coupon-code-field:not(.has-coupon) {
            display: none; }
    #cart-preview-dropdown .previewCart .previewCartAction {
      background-color: var(--color-cloud);
      border-top: 1px solid #CCC;
      border-bottom: 1px solid #CCC;
      padding: 0 1rem 1rem; }
      #cart-preview-dropdown .previewCart .previewCartAction .previewCart-total {
        font-size: 1rem;
        font-weight: 700;
        text-transform: unset; }
        #cart-preview-dropdown .previewCart .previewCartAction .previewCart-total small {
          font-size: inherit;
          font-weight: 500; }
      #cart-preview-dropdown .previewCart .previewCartAction .previewCartActionButtons {
        display: flex;
        flex-direction: row; }
        #cart-preview-dropdown .previewCart .previewCartAction .previewCartActionButtons .button, #cart-preview-dropdown .previewCart .previewCartAction .previewCartActionButtons .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset #cart-preview-dropdown .previewCart .previewCartAction .previewCartActionButtons button, #cart-preview-dropdown .previewCart .previewCartAction .previewCartActionButtons .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel #cart-preview-dropdown .previewCart .previewCartAction .previewCartActionButtons .show-all-products-btn, #cart-preview-dropdown .previewCart .previewCartAction .previewCartActionButtons .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li #cart-preview-dropdown .previewCart .previewCartAction .previewCartActionButtons .aa-ItemActionButton, #cart-preview-dropdown .previewCart .previewCartAction .previewCartActionButtons .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet #cart-preview-dropdown .previewCart .previewCartAction .previewCartActionButtons button {
          font-size: 0.875rem;
          font-weight: 700;
          padding-left: .5rem;
          padding-right: .5rem; }
        #cart-preview-dropdown .previewCart .previewCartAction .previewCartActionButtons > div {
          flex: 1; }
          #cart-preview-dropdown .previewCart .previewCartAction .previewCartActionButtons > div.previewCartAction-keepShopping {
            margin-right: .5rem; }
    #cart-preview-dropdown .previewCart .previewCart-emptyBody {
      padding: 1rem 1rem 0;
      text-align: left; }

.productCarousel {
  margin-bottom: 30px; }
  .productCarousel.slick-dotted {
    margin-bottom: 60px; }
  .productCarousel .slick-track {
    margin-left: 0;
    margin-right: 0; }
  @media (min-width: 801px) {
    .productCarousel {
      margin-bottom: 70px; }
      .productCarousel.slick-dotted {
        margin-bottom: 100px; } }

.productCarousel-slide {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 29px; }
  .productCarousel-slide:hover, .productCarousel-slide:focus {
    outline: none; }
    .productCarousel-slide:hover .card, .productCarousel-slide:focus .card {
      border-radius: 10px;
      box-shadow: 1px 3px 9px 0 rgba(0, 0, 0, 0.16); }
    .productCarousel-slide:hover .card-hover-top, .productCarousel-slide:focus .card-hover-top {
      visibility: visible; }

.card-hover-top {
  visibility: hidden;
  padding: 8px;
  color: #383736;
  font-size: 1.125rem;
  font-family: "new-kansas";
  text-align: center;
  text-transform: uppercase;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #eeebe9; }
  .card-hover-top p {
    margin: 0; }

.card-figure > a:focus {
  outline: none; }

.card-body {
  padding: 0 11px 27px;
  text-align: center; }
  @media only screen and (max-width: 640px) {
    .card-body .card-ratings .bv_main_container {
      max-width: 10rem !important; } }
  .card-body .card-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: var(--color-black);
    font-size: 1rem; }
    .card-body .card-text .price-section {
      font-size: 1.5rem;
      font-weight: 300;
      font-family: "new-kansas"; }
    .card-body .card-text .price-section--saving {
      font-size: 1rem;
      margin-bottom: 0; }
      .card-body .card-text .price-section--saving > span {
        margin-bottom: 0; }
    .card-body .card-text a {
      color: black; }
      .card-body .card-text a:hover, .card-body .card-text a:focus {
        color: black; }
  .card-body .button, .card-body .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .card-body button, .card-body .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .card-body .show-all-products-btn, .card-body .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .card-body .aa-ItemActionButton, .card-body .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .card-body button {
    padding: 12px 32px;
    font-weight: Std; }
    @media only screen and (max-width: 640px) {
      .card-body .button, .card-body .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .card-body button, .card-body .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .card-body .show-all-products-btn, .card-body .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .card-body .aa-ItemActionButton, .card-body .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .card-body button {
        font-size: 12px;
        padding: 12px 10px; } }

.card-title {
  min-height: 108px;
  margin-bottom: 15px;
  font-size: 1.125rem; }
  .card-title > a {
    color: black; }
    .card-title > a:hover, .card-title > a:focus {
      color: black;
      outline: none; }

.card-list {
  list-style: none;
  margin: 0;
  font-size: 1rem; }
  .card-list li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #918f8c; }

.card-ratings {
  margin: 0 0 1.25rem 0px;
  display: flex;
  justify-content: center;
  width: 100%; }
  @media only screen and (max-width: 640px) {
    .card-ratings {
      display: block; } }

.login .button--primary, .login .site-homedics2 .ais-left-panel .custom-filter-buttons .ais-ClearRefinements-button, .site-homedics2 .ais-left-panel .custom-filter-buttons .login .ais-ClearRefinements-button,
.account .button--primary,
.account .site-homedics2 .ais-left-panel .custom-filter-buttons .ais-ClearRefinements-button,
.site-homedics2 .ais-left-panel .custom-filter-buttons .account .ais-ClearRefinements-button,
.page--account-created .button--primary,
.page--account-created .site-homedics2 .ais-left-panel .custom-filter-buttons .ais-ClearRefinements-button,
.site-homedics2 .ais-left-panel .custom-filter-buttons .page--account-created .ais-ClearRefinements-button {
  padding: 12px 42px; }

.login .button.secondary, .login .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.secondary, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .login button.secondary, .login .site-homedics2 .aa-Panel .secondary.show-all-products-btn, .site-homedics2 .aa-Panel .login .secondary.show-all-products-btn, .login .site-homedics2 .ais-InfiniteHits ol li .secondary.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .login .secondary.aa-ItemActionButton, .login .site-homedics2 .addrexxOverlay .addrexxButtonSet button.secondary, .site-homedics2 .addrexxOverlay .addrexxButtonSet .login button.secondary,
.account .button.secondary,
.account .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.secondary,
.site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .account button.secondary,
.account .site-homedics2 .aa-Panel .secondary.show-all-products-btn,
.site-homedics2 .aa-Panel .account .secondary.show-all-products-btn,
.account .site-homedics2 .ais-InfiniteHits ol li .secondary.aa-ItemActionButton,
.site-homedics2 .ais-InfiniteHits ol li .account .secondary.aa-ItemActionButton,
.account .site-homedics2 .addrexxOverlay .addrexxButtonSet button.secondary,
.site-homedics2 .addrexxOverlay .addrexxButtonSet .account button.secondary,
.page--account-created .button.secondary,
.page--account-created .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button.secondary,
.site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .page--account-created button.secondary,
.page--account-created .site-homedics2 .aa-Panel .secondary.show-all-products-btn,
.site-homedics2 .aa-Panel .page--account-created .secondary.show-all-products-btn,
.page--account-created .site-homedics2 .ais-InfiniteHits ol li .secondary.aa-ItemActionButton,
.site-homedics2 .ais-InfiniteHits ol li .page--account-created .secondary.aa-ItemActionButton,
.page--account-created .site-homedics2 .addrexxOverlay .addrexxButtonSet button.secondary,
.site-homedics2 .addrexxOverlay .addrexxButtonSet .page--account-created button.secondary {
  padding: 12px 24px; }

.page--account-created .page-heading {
  margin-top: 2rem; }

.page--account-created .page-text {
  margin-bottom: 2rem; }

.account .alertBox--info {
  background-color: #383736; }

.account .form-actions .button, .account .form-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .account .form-actions button, .account .form-actions .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .account .form-actions .show-all-products-btn, .account .form-actions .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .account .form-actions .aa-ItemActionButton, .account .form-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .account .form-actions button,
.account .account-sidebar .button,
.account .account-sidebar .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button,
.site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .account .account-sidebar button,
.account .account-sidebar .site-homedics2 .aa-Panel .show-all-products-btn,
.site-homedics2 .aa-Panel .account .account-sidebar .show-all-products-btn,
.account .account-sidebar .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton,
.site-homedics2 .ais-InfiniteHits ol li .account .account-sidebar .aa-ItemActionButton,
.account .account-sidebar .site-homedics2 .addrexxOverlay .addrexxButtonSet button,
.site-homedics2 .addrexxOverlay .addrexxButtonSet .account .account-sidebar button {
  padding: 12px 24px; }

@media (min-width: 551px) {
  .account .form-field--checkbox {
    margin-top: 46px; } }

.account .account-product-reorderMsg {
  display: none; }

.account .table-actions .button, .account .table-actions .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .account .table-actions button, .account .table-actions .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .account .table-actions .show-all-products-btn, .account .table-actions .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .account .table-actions .aa-ItemActionButton, .account .table-actions .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .account .table-actions button {
  padding: 12px 42px; }

.account .productGrid .product {
  width: 100%; }
  @media (min-width: 551px) {
    .account .productGrid .product {
      width: 50%; } }
  @media (min-width: 801px) {
    .account .productGrid .product {
      width: 33%; } }
  @media (min-width: 1261px) {
    .account .productGrid .product {
      width: 25%; } }

.account .productGrid .card-hover-top {
  display: none; }

.account .productGrid .card {
  margin-bottom: 0; }
  .account .productGrid .card .card-img-container::after {
    padding-bottom: 100%; }
  .account .productGrid .card .card-body {
    padding-bottom: 1rem; }

.account .productGrid .form {
  text-align: center; }

.login .panel-body {
  padding: 1rem 1rem 1.5rem; }
  @media (min-width: 551px) {
    .login .panel-body {
      padding: 1rem 2rem 1.5rem; } }

h1 {
  font-size: 2rem; }
  @media (min-width: 551px) {
    h1 {
      font-size: 3rem; } }
  @media (min-width: 801px) {
    h1 {
      font-size: 1.75rem; } }

h2 {
  font-size: 1.875rem; }
  @media (min-width: 801px) {
    h2 {
      font-size: 1.5625rem; } }

h3 {
  font-size: 1.75rem; }
  @media (min-width: 801px) {
    h3 {
      font-size: 1.375rem; } }

h4 {
  font-size: 1.25rem; }

h5 {
  font-size: 0.9375rem; }

h6 {
  font-size: 0.8125rem; }

.page-heading {
  margin-bottom: 10px; }
  @media (min-width: 801px) {
    .page-heading {
      margin-bottom: 3rem; } }

.swal2-modal .swal2-cancel {
  background-color: var(--color-primary); }
  .swal2-modal .swal2-cancel:hover, .swal2-modal .swal2-cancel:focus {
    background-color: var(--color-primary); }
  .swal2-modal .swal2-cancel:active {
    background-color: var(--color-amazonite); }

.container .sitebody, div.component__2023-drift__which-cta--row > .shg-box-content .sitebody {
  padding: 0;
  color: #383736;
  font-size: 0.875rem; }
  .container .sitebody .grid_3, div.component__2023-drift__which-cta--row > .shg-box-content .sitebody .grid_3 {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0; }
    @media only screen and (min-width: 48em) {
      .container .sitebody .grid_3, div.component__2023-drift__which-cta--row > .shg-box-content .sitebody .grid_3 {
        padding-right: 20px; } }
  .container .sitebody .grid_9, div.component__2023-drift__which-cta--row > .shg-box-content .sitebody .grid_9 {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0; }
    @media only screen and (min-width: 48em) {
      .container .sitebody .grid_9, div.component__2023-drift__which-cta--row > .shg-box-content .sitebody .grid_9 {
        padding-left: 20px; } }
    @media (min-width: 801px) {
      .container .sitebody .grid_9, div.component__2023-drift__which-cta--row > .shg-box-content .sitebody .grid_9 {
        margin-top: 30px; } }

.container .page--hawksearch .page-sidebar, div.component__2023-drift__which-cta--row > .shg-box-content .page--hawksearch .page-sidebar {
  margin-top: 30px;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 801px) {
    .container .page--hawksearch .page-sidebar, div.component__2023-drift__which-cta--row > .shg-box-content .page--hawksearch .page-sidebar {
      margin-bottom: 30px;
      padding-left: 0.75rem;
      padding-right: 0.75rem; } }

.container .page--hawksearch .page-content, div.component__2023-drift__which-cta--row > .shg-box-content .page--hawksearch .page-content {
  margin-bottom: 30px; }
  @media (min-width: 801px) {
    .container .page--hawksearch .page-content, div.component__2023-drift__which-cta--row > .shg-box-content .page--hawksearch .page-content {
      margin-top: 30px; } }

.hdng {
  margin-top: 0; }

.plp-productName-uppercase .hdng {
  text-transform: uppercase; }

.hawk-railNavHeading {
  padding: 20px;
  color: #383736;
  font-size: 1.125rem;
  border: 1px solid #918f8c;
  background-color: #eeebe9; }
  .hawk-railNavHeading::after {
    border-color: #918f8c;
    border-bottom-color: rgba(0, 0, 255, 0); }

.hawkRailNav {
  border-color: #918f8c;
  background-color: white; }
  .hawkRailNav .hawk-guidedNavWrapper .hawk-selectedNav {
    border-color: #918f8c;
    background-color: #eeebe9; }
  .hawkRailNav .hawk-guidedNavWrapper .hawk-selectedHeading {
    padding: 0;
    font-size: 1rem; }
    .hawkRailNav .hawk-guidedNavWrapper .hawk-selectedHeading a, .hawkRailNav .hawk-guidedNavWrapper .hawk-selectedHeading a:link, .hawkRailNav .hawk-guidedNavWrapper .hawk-selectedHeading a:visited {
      font-size: 1rem; }
  .hawkRailNav .hawk-guidedNavWrapper .hawk-selectedGroup {
    border-color: #918f8c; }
    .hawkRailNav .hawk-guidedNavWrapper .hawk-selectedGroup ul {
      margin-left: 16px;
      border: none;
      background: transparent; }
      .hawkRailNav .hawk-guidedNavWrapper .hawk-selectedGroup ul a, .hawkRailNav .hawk-guidedNavWrapper .hawk-selectedGroup ul a:link, .hawkRailNav .hawk-guidedNavWrapper .hawk-selectedGroup ul a:visited {
        padding: 0;
        background: transparent; }
  .hawkRailNav .hawk-guidedNavWrapper .hawk-clearSelected a {
    color: #383736;
    font-size: 0.875rem; }
    .hawkRailNav .hawk-guidedNavWrapper .hawk-clearSelected a:link, .hawkRailNav .hawk-guidedNavWrapper .hawk-clearSelected a:visited {
      color: #383736;
      font-size: 0.875rem; }
    .hawkRailNav .hawk-guidedNavWrapper .hawk-clearSelected a:hover, .hawkRailNav .hawk-guidedNavWrapper .hawk-clearSelected a:focus {
      color: black; }
  .hawkRailNav .hawk-guidedNavWrapper .hawk-groupHeading {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    color: #383736;
    font-size: 1rem;
    text-align: left; }
    .hawkRailNav .hawk-guidedNavWrapper .hawk-groupHeading::after {
      top: 50%;
      transform: translateY(-50%);
      color: #383736; }
  .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroup {
    padding-top: 20px;
    padding-bottom: 20px; }
    .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroup ul {
      padding: 0;
      border: none; }
    .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroup li a {
      color: #383736;
      font-size: 1rem;
      text-shadow: none;
      border: none; }
      .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroup li a:hover, .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroup li a:focus {
        color: black; }
    .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroup li a.hawk-styleBlock {
      color: #383736;
      font-size: 1rem;
      text-shadow: none;
      border: none; }
      .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroup li a.hawk-styleBlock:visited {
        color: #383736;
        font-size: 1rem;
        text-shadow: none;
        border: none; }
      .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroup li a.hawk-styleBlock .hawk-selectionInner {
        border: none;
        background: #eeebe9; }
        .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroup li a.hawk-styleBlock .hawk-selectionInner span {
          color: #383736; }
      .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroup li a.hawk-styleBlock:hover, .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroup li a.hawk-styleBlock:focus {
        color: black; }
    .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroup li .hawk-selectionInner .hawk-facetCount {
      color: #383736; }
    .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroup li a.hawk-styleCheckbox {
      padding-left: 28px; }
      .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroup li a.hawk-styleCheckbox:link, .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroup li a.hawk-styleCheckbox:visited {
        padding-left: 28px; }
      .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroup li a.hawk-styleCheckbox:focus {
        outline: 2px solid black; }
      .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroup li a.hawk-styleCheckbox::before {
        width: 16px;
        height: 16px;
        color: rgba(0, 0, 255, 0);
        line-height: normal;
        border-color: #949494;
        background: white; }
    .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroup li.hawkFacet-hover a.hawk-styleBlock .hawk-selectionInner span {
      color: black; }
    .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroup li.hawkFacet-hover .hawk-selectionInner .hawk-facetCount {
      color: black; }
    .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroup li.hawkFacet-hover > a.hawk-styleCheckbox::before {
      border-color: #949494;
      background: white; }
    .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroup li.hawkFacet-active > a.hawk-styleCheckbox::before {
      border-color: #949494;
      background: white; }
    .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroup .hawkfacet-swatch, .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroup .hawkfacet-size {
      padding: 0; }
      .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroup .hawkfacet-swatch li, .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroup .hawkfacet-size li {
        margin: 0 10px 0 0; }
  .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroupContent {
    padding: 10px 20px; }
    .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroupContent .hawk-noUi-connect {
      background-color: #383736; }
    .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroupContent .hawk-noUi-pips {
      color: #726e6e; }
    .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroupContent .hawk-noUi-marker {
      background-color: #726e6e; }

.hawk-searchView {
  border: none; }
  .hawk-searchView .hawk-viewOption {
    border-color: rgba(0, 0, 255, 0); }
    .hawk-searchView .hawk-viewOption::after {
      border-top-color: rgba(0, 0, 255, 0); }
    .hawk-searchView .hawk-viewOption .hawk-viewOptionInner, .hawk-searchView .hawk-viewOption .hawk-viewOptionInner:visited {
      font-size: 0.875rem; }

.hawk-listingControls {
  border-color: #918f8c;
  background-color: #eeebe9; }
  .hawk-listingControls label {
    font-weight: 700; }
  .hawk-listingControls select {
    padding: 13px;
    font-size: 1rem;
    color: #383736;
    border-color: #949494;
    border-radius: 10px; }
    .hawk-listingControls select::placeholder {
      color: #726e6e; }
  .hawk-listingControls .hawk-mainControls {
    padding: 20px;
    background-color: #eeebe9; }
    @media (min-width: 1261px) {
      .hawk-listingControls .hawk-mainControls {
        display: flex;
        align-items: center;
        justify-content: space-between; } }
  .hawk-listingControls .hawk-sortWrapper {
    float: none;
    flex: 1;
    margin-bottom: 0; }
    .hawk-listingControls .hawk-sortWrapper .hawk-searchrange {
      margin-right: 20px; }
    .hawk-listingControls .hawk-sortWrapper .sortList {
      display: flex;
      align-items: center;
      float: none;
      margin-top: 10px;
      padding: 0; }
      .hawk-listingControls .hawk-sortWrapper .sortList label {
        color: #383736;
        font-size: 0.875rem; }
      .hawk-listingControls .hawk-sortWrapper .sortList select {
        width: auto;
        padding: 13px;
        font-size: 1rem;
        color: #383736;
        border-color: #949494;
        border-radius: 10px; }
        .hawk-listingControls .hawk-sortWrapper .sortList select::placeholder {
          color: #726e6e; }
      @media (min-width: 551px) {
        .hawk-listingControls .hawk-sortWrapper .sortList {
          margin-top: 0; } }
    @media (min-width: 551px) {
      .hawk-listingControls .hawk-sortWrapper {
        display: flex;
        align-items: center; } }
    @media (min-width: 1261px) {
      .hawk-listingControls .hawk-sortWrapper {
        float: left; } }
  .hawk-listingControls .hawk-pagination {
    float: none;
    margin-top: 20px; }
    .hawk-listingControls .hawk-pagination .hawk-viewNumber {
      order: 2;
      display: flex;
      align-items: center;
      float: none;
      margin-left: 0;
      margin-bottom: 10px; }
      .hawk-listingControls .hawk-pagination .hawk-viewNumber label {
        margin-right: 5px; }
      .hawk-listingControls .hawk-pagination .hawk-viewNumber select {
        width: auto; }
      @media (min-width: 551px) {
        .hawk-listingControls .hawk-pagination .hawk-viewNumber {
          margin-left: 10px;
          margin-bottom: 0; } }
    .hawk-listingControls .hawk-pagination .hawk-paging {
      float: none; }
      .hawk-listingControls .hawk-pagination .hawk-paging .total {
        color: #383736; }
      .hawk-listingControls .hawk-pagination .hawk-paging .hawk-pageActive {
        vertical-align: middle;
        width: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
        color: white;
        background-color: #949494; }
      .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink:link, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink:visited {
        vertical-align: middle;
        width: 30px;
        padding-top: 5px;
        padding-bottom: 5px; }
        .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink.hawk-arrowLeft, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink.hawk-arrowRight, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink:link.hawk-arrowLeft, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink:link.hawk-arrowRight, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink:visited.hawk-arrowLeft, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink:visited.hawk-arrowRight {
          color: black; }
          .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink.hawk-arrowLeft:hover, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink.hawk-arrowLeft:focus, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink.hawk-arrowRight:hover, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink.hawk-arrowRight:focus, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink:link.hawk-arrowLeft:hover, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink:link.hawk-arrowLeft:focus, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink:link.hawk-arrowRight:hover, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink:link.hawk-arrowRight:focus, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink:visited.hawk-arrowLeft:hover, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink:visited.hawk-arrowLeft:focus, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink:visited.hawk-arrowRight:hover, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink:visited.hawk-arrowRight:focus {
            color: white; }
        .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink.hawk-arrowDoubleLeft, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink.hawk-arrowDoubleRight, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink:link.hawk-arrowDoubleLeft, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink:link.hawk-arrowDoubleRight, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink:visited.hawk-arrowDoubleLeft, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink:visited.hawk-arrowDoubleRight {
          padding-top: 3px;
          padding-bottom: 3px; }
        .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink:hover, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink:focus, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink:link:hover, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink:link:focus, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink:visited:hover, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink:visited:focus {
          color: white;
          background-color: #949494; }
          .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink:hover .hawk-arrowDoubleLeft::after, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink:hover .hawk-arrowDoubleRight::after, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink:focus .hawk-arrowDoubleLeft::after, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink:focus .hawk-arrowDoubleRight::after, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink:link:hover .hawk-arrowDoubleLeft::after, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink:link:hover .hawk-arrowDoubleRight::after, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink:link:focus .hawk-arrowDoubleLeft::after, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink:link:focus .hawk-arrowDoubleRight::after, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink:visited:hover .hawk-arrowDoubleLeft::after, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink:visited:hover .hawk-arrowDoubleRight::after, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink:visited:focus .hawk-arrowDoubleLeft::after, .hawk-listingControls .hawk-pagination .hawk-paging a.hawk-pageLink:visited:focus .hawk-arrowDoubleRight::after {
            color: white; }
      .hawk-listingControls .hawk-pagination .hawk-paging .hawk-arrowDoubleLeft::after {
        content: '\00ab';
        font-size: 22px;
        line-height: 23px; }
      .hawk-listingControls .hawk-pagination .hawk-paging .hawk-arrowDoubleRight::after {
        content: '\00bb';
        font-size: 22px;
        line-height: 23px; }
    @media (min-width: 551px) {
      .hawk-listingControls .hawk-pagination {
        display: flex;
        align-items: center; } }
    @media (min-width: 1261px) {
      .hawk-listingControls .hawk-pagination {
        float: right;
        margin-top: 0; } }

@media (min-width: 551px) {
  #hawkitemlist .grid_3 {
    float: left;
    width: 50%; } }

@media (min-width: 1261px) {
  #hawkitemlist .grid_3 {
    width: 33.3%; } }

#hawkbottompager {
  clear: both; }

.hawk-itemWrapper {
  text-align: center; }
  .hawk-itemWrapper .hawk-itemImage {
    width: auto; }
  .hawk-itemWrapper .itemTitle {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 20px; }
    .hawk-itemWrapper .itemTitle a {
      color: black;
      font-size: 1.125rem;
      text-decoration: none; }
      .hawk-itemWrapper .itemTitle a:hover, .hawk-itemWrapper .itemTitle a:focus {
        color: black; }
  .hawk-itemWrapper .itemDesc {
    margin-bottom: 0; }
  .hawk-itemWrapper .itemPrice {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 300; }
    .hawk-itemWrapper .itemPrice .red {
      color: red; }
  .hawk-itemWrapper .hwkItemStock {
    margin-bottom: 0;
    color: #383736;
    font-weight: 700; }
    @media (min-width: 551px) {
      .hawk-itemWrapper .hwkItemStock {
        min-height: 21px; } }
  .hawk-itemWrapper .itemButtons a {
    display: block;
    margin-top: 24px;
    padding: 13px 40px;
    color: var(--color-black);
    font-size: 1.125rem;
    font-weight: Std;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid var(--color-amazonite);
    border-radius: 25px;
    background: var(--color-amazonite); }
    .hawk-itemWrapper .itemButtons a:hover, .hawk-itemWrapper .itemButtons a:focus {
      color: var(--color-black);
      border-color: var(--color-primary);
      background: var(--color-primary); }
    .hawk-itemWrapper .itemButtons a:hover {
      box-shadow: 3px 6px 12px 0 rgba(0, 0, 0, 0.32); }
    .hawk-itemWrapper .itemButtons a:focus {
      box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5); }

.plp-productName-uppercase .hawk-itemWrapper .itemTitle {
  text-transform: uppercase; }

.plp-stock-none .hawk-itemWrapper .hwkItemStock {
  display: none; }

.hawk-searchQuery.hawk-searchQuery-search_query {
  position: fixed;
  max-height: 87%;
  margin-top: 0;
  border-color: #918f8c !important;
  border-radius: 0;
  overflow-y: auto; }
  .hawk-searchQuery.hawk-searchQuery-search_query .hawk-sqHeader {
    padding: 20px;
    color: #383736;
    background: #eeebe9; }
  .hawk-searchQuery.hawk-searchQuery-search_query .hawk-sqFooter {
    padding: 20px;
    background: #eeebe9; }
    .hawk-searchQuery.hawk-searchQuery-search_query .hawk-sqFooter > div {
      margin-top: 0 !important;
      margin-bottom: 10px;
      font-size: 0.875rem !important; }
    .hawk-searchQuery.hawk-searchQuery-search_query .hawk-sqFooter a {
      color: black;
      font-size: 0.875rem; }
      .hawk-searchQuery.hawk-searchQuery-search_query .hawk-sqFooter a:link, .hawk-searchQuery.hawk-searchQuery-search_query .hawk-sqFooter a:visited {
        color: black;
        font-size: 0.875rem; }
      .hawk-searchQuery.hawk-searchQuery-search_query .hawk-sqFooter a:hover, .hawk-searchQuery.hawk-searchQuery-search_query .hawk-sqFooter a:focus {
        color: black; }
  .hawk-searchQuery.hawk-searchQuery-search_query .hawk-sqItem {
    padding: 20px;
    border-top: 1px solid #918f8c; }
    .hawk-searchQuery.hawk-searchQuery-search_query .hawk-sqItem:first-child {
      border-top: none; }
  .hawk-searchQuery.hawk-searchQuery-search_query .hawk-sqActive {
    border-left-color: white;
    border-right-color: white;
    border-bottom-color: white; }
    .hawk-searchQuery.hawk-searchQuery-search_query .hawk-sqActive .hawk-sqItemName {
      color: var(--color-dark-gray); }
  .hawk-searchQuery.hawk-searchQuery-search_query .hawk-sqItemAlt {
    background-color: white; }
  .hawk-searchQuery.hawk-searchQuery-search_query .hawk-sqItemName {
    color: var(--color-black); }
  @media (min-width: 801px) {
    .hawk-searchQuery.hawk-searchQuery-search_query {
      max-height: 66%; } }

.hawk-recommendation {
  margin-bottom: 30px; }
  .hawk-recommendation--new-design {
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 801px) {
      .hawk-recommendation--new-design {
        width: 75%; } }
    .hawk-recommendation--new-design h2 {
      font-size: 2.5rem; }
    .hawk-recommendation--new-design .slick-slide img {
      width: 75px; }
    .hawk-recommendation--new-design .hawk-itemWrapper .itemTitle {
      font-size: 1rem; }
    .hawk-recommendation--new-design .hawk-itemWrapper .itemPrice {
      font-size: 1.375rem; }
    .hawk-recommendation--new-design .hawk-itemWrapper .itemButtons {
      display: none; }
  .hawk-recommendation.hawk-recommendation-horizontal .hawk-recommendation-inner .hawk-recommendation-item.hawk-itemWrapper {
    padding-left: 10px;
    padding-right: 10px; }
  .hawk-recommendation.hawk-recommendation--marley h2 {
    text-transform: uppercase; }
  @media (min-width: 801px) {
    .hawk-recommendation {
      margin-bottom: 70px; } }

.page--instruction-books .page-heading {
  margin-top: 20px;
  margin-bottom: 1rem;
  text-align: left;
  font-size: 2rem; }

.page--instruction-books .instruction-books-text {
  margin-bottom: 1rem; }

.page--instruction-books hr {
  width: 80%;
  border: 1px solid #666666;
  margin: 20px auto; }

.page--instruction-books .page-content {
  float: none; }

.pdf-alphabet-list {
  list-style-type: none;
  margin: 2rem 0;
  text-align: center; }
  .pdf-alphabet-list li {
    display: inline-block; }
  .pdf-alphabet-list a {
    font-size: 1.125rem;
    font-weight: 700;
    padding: 0 5px; }

.pdf-lists {
  margin-top: 2rem; }
  @media (min-width: 801px) {
    .pdf-lists {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      height: 6000px; } }
  .pdf-lists .pdf-list-items {
    list-style-type: none;
    margin: 0;
    margin-bottom: 2rem;
    width: 50%; }
    @media (min-width: 801px) {
      .pdf-lists .pdf-list-items {
        width: 20%; } }
    .pdf-lists .pdf-list-items .pdf-list-item-title {
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 1rem;
      text-decoration: none; }
  @media (min-width: 551px) {
    .pdf-lists--ellia {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      height: 2000px; } }
  @media (min-width: 801px) {
    .pdf-lists--ellia {
      height: 1200px; } }
  @media (min-width: 551px) {
    .pdf-lists--ellia .pdf-list-items {
      width: 50%; } }
  @media (min-width: 801px) {
    .pdf-lists--ellia .pdf-list-items {
      width: 33%; } }
  @media (min-width: 551px) {
    .pdf-lists--ellia .pdf-list-items .pdf-list-item-title {
      text-align: center; } }
  @media (min-width: 551px) {
    .pdf-lists--ellia .pdf-list-items .pdf-list-item {
      text-align: center; } }
  @media (min-width: 801px) {
    .pdf-lists--hom {
      height: auto; } }
  @media (min-width: 801px) {
    .pdf-lists--hom .pdf-list-items {
      width: 100%; } }
  @media (min-width: 801px) {
    .pdf-lists--obusforme {
      height: 1200px; } }
  @media (min-width: 551px) {
    .pdf-lists--hom-uk {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      height: 23000px; } }
  @media (min-width: 551px) {
    .pdf-lists--hom-uk .pdf-list-items {
      width: 33%; } }

.hawk--breadcrumbs {
  padding-top: 20px; }
  @media (min-width: 801px) {
    .hawk--breadcrumbs {
      display: none; } }

.hawk--didyoumean {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #eb0000;
  font-size: 1rem; }
  .hawk--didyoumean p {
    margin-bottom: 0; }

.hawk-didyoumean--bold {
  font-weight: 700; }

.hawk--top {
  margin-bottom: 50px; }
  @media (min-width: 801px) {
    .hawk--top {
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      border-bottom: 1px solid #cccccc; } }

.hawk--toggleLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  color: var(--color-black);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  background-color: var(--color-cloud); }
  .hawk--toggleLink .toggleLink-text svg {
    vertical-align: middle;
    width: 16px;
    height: 16px;
    fill: var(--color-black); }
  .hawk--toggleLink:hover, .hawk--toggleLink:focus {
    color: var(--color-dark-gray); }
    .hawk--toggleLink:hover .toggleLink-text svg, .hawk--toggleLink:focus .toggleLink-text svg {
      fill: var(--color-dark-gray); }
  @media (min-width: 801px) {
    .hawk--toggleLink {
      display: none; } }

@media (min-width: 801px) {
  .hawk--toggle-content {
    flex: 1;
    display: flex !important;
    align-items: center;
    flex-wrap: wrap; } }

.hawk--facet {
  position: relative; }

.hawk--facet-toggleLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 8px;
  color: var(--color-black);
  font-size: 0.7875rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  border-top: 1px solid white;
  background-color: var(--color-cloud); }
  .hawk--facet-toggleLink .toggleLink-text {
    margin-left: 5px; }
    .hawk--facet-toggleLink .toggleLink-text svg {
      vertical-align: middle;
      width: 16px;
      height: 16px;
      fill: var(--color-black); }
      @media (min-width: 801px) {
        .hawk--facet-toggleLink .toggleLink-text svg {
          fill: #6fccde; } }
  @media (min-width: 801px) {
    .hawk--facet-toggleLink .toggleLink-text--mobile {
      display: none !important; } }
  .hawk--facet-toggleLink .toggleLink-text--desktop {
    display: none !important; }
  @media (min-width: 801px) {
    .hawk--facet-toggleLink:not(.is-open) .toggleLink-text--desktop.toggleLink-text--off {
      display: inline-block !important; } }
  @media (min-width: 801px) {
    .hawk--facet-toggleLink.is-open .toggleLink-text--desktop.toggleLink-text--on {
      display: inline-block !important; } }
  .hawk--facet-toggleLink:hover, .hawk--facet-toggleLink:focus {
    color: var(--color-dark-gray); }
    .hawk--facet-toggleLink:hover .toggleLink-text svg, .hawk--facet-toggleLink:focus .toggleLink-text svg {
      fill: var(--color-dark-gray); }
  @media (min-width: 801px) {
    .hawk--facet-toggleLink {
      vertical-align: middle;
      border-top: none;
      background-color: transparent; } }

.hawk--facet-toggle-content {
  padding: 15px 0 5px;
  background-color: #ffffff; }
  .hawk--facet-toggle-content .form-field {
    margin-bottom: 0; }
  @media (min-width: 801px) {
    .hawk--facet-toggle-content {
      position: absolute;
      left: 0;
      width: 260px;
      border: 1px solid #cccccc;
      z-index: 10; } }

.hawk--facet-label, .hawk--facet-checkbox + .hawk--facet-label {
  color: var(--color-black);
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase; }

.hawk--facet-checkbox + .hawk--facet-label {
  margin-bottom: 15px;
  padding-left: 53px;
  padding-right: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc; }
  .hawk--facet-checkbox + .hawk--facet-label:last-child {
    margin-bottom: 0;
    border-bottom: none; }
  .hawk--facet-checkbox + .hawk--facet-label::before {
    top: 0;
    left: 15px;
    width: 24px;
    height: 24px;
    border-radius: 0; }
  .hawk--facet-checkbox + .hawk--facet-label::after {
    top: 1px;
    left: 15px;
    width: 22px;
    height: 22px; }

.hawk--controls {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .hawk--controls > div {
    flex: 1; }
    @media (min-width: 801px) {
      .hawk--controls > div {
        flex: auto; } }
  @media (min-width: 801px) {
    .hawk--controls {
      align-items: stretch; }
      .hawk--controls .hawk--facet {
        height: 100%; } }

.hawk--controls-toggleLink {
  align-items: center;
  display: flex;
  vertical-align: middle;
  padding: 10px 8px;
  color: var(--color-black);
  font-size: 0.7875rem;
  font-weight: 700;
  text-decoration: none; }
  .hawk--controls-toggleLink .toggleLink-text {
    margin-left: 5px; }
    .hawk--controls-toggleLink .toggleLink-text svg {
      vertical-align: middle;
      width: 16px;
      height: 16px;
      fill: var(--color-black); }
      @media (min-width: 801px) {
        .hawk--controls-toggleLink .toggleLink-text svg {
          fill: #6fccde; } }
  .hawk--controls-toggleLink:hover, .hawk--controls-toggleLink:focus {
    color: var(--color-dark-gray); }
    .hawk--controls-toggleLink:hover .toggleLink-text svg, .hawk--controls-toggleLink:focus .toggleLink-text svg {
      fill: var(--color-dark-gray); }
  @media (min-width: 801px) {
    .hawk--controls-toggleLink {
      text-transform: uppercase; } }

.hawk--controls-toggle-content {
  position: absolute;
  left: 0;
  top: 100%;
  width: 230px;
  padding-top: 15px;
  padding-bottom: 5px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  z-index: 10; }
  @media (min-width: 801px) {
    .hawk--controls-toggle-content.hawk--controls-toggle-content-sm {
      width: 150px; } }
  .hawk--controls-toggle-content .form-field {
    margin-bottom: 0; }

.hawk--facet-radio + .hawk--facet-label {
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  color: var(--color-black);
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: none;
  border-bottom: 1px solid #cccccc; }
  .hawk--facet-radio + .hawk--facet-label:last-child {
    margin-bottom: 0;
    border-bottom: none; }
  .hawk--facet-radio + .hawk--facet-label::before, .hawk--facet-radio + .hawk--facet-label::after {
    content: none; }

.hawk--facet-radio:checked + .hawk--facet-label {
  text-decoration: underline; }

.hawk--noResults {
  margin-left: auto;
  margin-right: auto; }

.hawk-cards {
  display: flex;
  flex-wrap: wrap; }

.hawk-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  margin-bottom: 32px;
  padding-left: 7px;
  padding-right: 7px;
  text-align: center; }
  .hawk-card .productView-bestSellerBadge {
    right: -20px;
    width: 56px;
    height: 56px;
    font-size: 0.625rem;
    z-index: 9; }
    @media (min-width: 801px) {
      .hawk-card .productView-bestSellerBadge {
        width: 75px;
        height: 75px;
        font-size: 0.75rem; } }
  .hawk-card .productView-bestSellerBadge-inner {
    width: 49px;
    height: 49px; }
    @media (min-width: 801px) {
      .hawk-card .productView-bestSellerBadge-inner {
        width: 65px;
        height: 65px; } }
  @media (min-width: 801px) {
    .hawk-card {
      width: 33.3%;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 1261px) {
    .hawk-card {
      width: 25%; } }
  .hawk-card--content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex: 1; }
  .hawk-card.hawk-card--customImg {
    position: relative; }

.hawk-cards .hawk-card.hawk-card--customHtml {
  padding: 0; }

.hawk-card--img {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 207px; }
  .hawk-card--img:focus img, .hawk-card--img:hover img {
    opacity: 1; }
  .hawk-card--img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-height: 100%;
    margin-left: auto;
    margin-right: auto; }
  @media (min-width: 801px) {
    .hawk-card--img {
      height: 255px; } }
  .hawk-card--img-hover {
    transition: opacity 0.15s ease;
    opacity: 0;
    z-index: 5; }

.hawk-card-img--customImg img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto; }

.hawk-card--title {
  min-height: 88px;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 1.125rem;
  text-align: left;
  line-height: normal; }
  .hawk-card--title a {
    color: var(--color-black);
    text-decoration: none; }
    .hawk-card--title a:hover, .hawk-card--title a:focus {
      text-decoration: underline; }
  @media (min-width: 1261px) {
    .hawk-card--title {
      min-height: 66px; } }

.plp-productName-uppercase .hawk-card--title a {
  text-transform: uppercase; }

.hawk-card--stock {
  min-height: 21px;
  margin-bottom: 0;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase; }

.hawk-card--price {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1rem;
  text-align: left; }
  @media (min-width: 551px) {
    .hawk-card--price {
      font-size: 1.375rem; } }

.hawk-card-price--strike {
  text-decoration: line-through; }

.hawk-card-price--red {
  color: red; }

.hawk-card--rating {
  text-align: left; }

.hawk--pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px; }

.hawk-pagination--page {
  display: block;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 10px;
  color: var(--color-black);
  text-align: center;
  text-decoration: none;
  font-weight: 700; }
  .hawk-pagination--page:hover, .hawk-pagination--page:focus {
    color: var(--color-black);
    background-color: var(--color-cloud); }

.hawk-pagination--active {
  background-color: var(--color-cloud); }

.hawk-pagination--link {
  display: block;
  margin-bottom: 10px;
  padding: 10px;
  font-weight: 700;
  text-align: center;
  text-decoration: none; }
  .hawk-pagination--link .icon {
    margin-left: 5px; }
  .hawk-pagination--link:hover, .hawk-pagination--link:focus {
    background-color: var(--color-cloud); }

.hawk-pagination--arrows {
  padding-left: 0;
  padding-right: 0; }
  .hawk-pagination--arrows .icon {
    width: 36px; }
    .hawk-pagination--arrows .icon svg {
      width: 16px; }
      .hawk-pagination--arrows .icon svg + svg {
        margin-left: -10px; }

#instocknotify-container-header {
  flex: 1; }
  #instocknotify-container-header #InStockNotifyForm-header {
    display: flex;
    margin-bottom: 0 !important; }
    #instocknotify-container-header #InStockNotifyForm-header #InStockNotifyEmail-header {
      flex: 1; }
      #instocknotify-container-header #InStockNotifyForm-header #InStockNotifyEmail-header #InStockNotifyEmailAddress-header {
        margin-top: 0 !important; }
    #instocknotify-container-header #InStockNotifyForm-header #InStockNotifyOutOfStock-header {
      display: none !important; }
    #instocknotify-container-header #InStockNotifyForm-header #InStockNotifyButton-header {
      display: flex !important; }
      #instocknotify-container-header #InStockNotifyForm-header #InStockNotifyButton-header #InStockNotifyClick-header {
        margin-top: 0 !important;
        align-self: center;
        padding-left: 25px;
        padding-right: 25px;
        font-size: 1rem;
        padding-top: 5px;
        padding-bottom: 5px; }

.product-sticky-header {
  padding-top: 10px;
  padding-bottom: 10px; }
  .product-sticky-header .form-input, .product-sticky-header .form-select {
    height: 35px; }
  .product-sticky-header .productView-thumbnail {
    width: 40px; }
  .product-sticky-header .productView-title {
    font-size: 1rem; }
  .product-sticky-header .productView-price {
    font-size: 1.5rem; }
  .product-sticky-header .button, .product-sticky-header .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .product-sticky-header button, .product-sticky-header .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .product-sticky-header .show-all-products-btn, .product-sticky-header .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .product-sticky-header .aa-ItemActionButton, .product-sticky-header .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .product-sticky-header button {
    padding: 5px 25px !important;
    font-size: 1rem; }
  .product-sticky-header .form-select {
    padding: 0 30px 0 10px;
    background-position: right 7px top 56%;
    font-size: 1rem; }

.chat-icon-wrapper {
  display: none;
  position: fixed;
  top: calc(50vh - 46px);
  left: 18px;
  z-index: 999;
  width: calc(30px + 4px);
  height: calc(30px + 4px);
  align-items: center;
  justify-content: center; }
  @media (min-width: 800px) {
    .chat-icon-wrapper {
      top: calc(50vh - 69px);
      left: 18px;
      width: calc(45px + 4px);
      height: calc(45px + 4px); } }
  .chat-icon-wrapper button.chat-icon-contain {
    display: flex;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    cursor: pointer; }
    .chat-icon-wrapper button.chat-icon-contain:hover {
      width: calc(45px + 4px);
      height: calc(45px + 4px); }
    .chat-icon-wrapper button.chat-icon-contain img {
      width: 100%;
      height: 100%; }
    @media (min-width: 800px) {
      .chat-icon-wrapper button.chat-icon-contain {
        width: 45px;
        height: 45px;
        top: calc(50vh - 74px);
        left: 20px; } }
  .chat-icon-wrapper.hide-chat-icon {
    display: none; }
  .chat-icon-wrapper.show-chat-icon {
    display: flex;
    justify-content: center;
    align-items: center; }

.accessibe-icon-wrapper {
  display: flex;
  position: fixed;
  top: calc(50vh - 6px);
  left: 18px;
  z-index: 999;
  width: calc(30px + 4px);
  height: calc(30px + 4px);
  align-items: center;
  justify-content: center; }
  @media (min-width: 800px) {
    .accessibe-icon-wrapper {
      top: calc(50vh - 6px);
      left: 18px;
      width: calc(45px + 4px);
      height: calc(45px + 4px); } }
  .accessibe-icon-wrapper button.accessibe-icon-contain {
    display: flex;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: #fff;
    background: #007aff;
    border-radius: 50%; }
    .accessibe-icon-wrapper button.accessibe-icon-contain:hover {
      width: calc(45px + 4px);
      height: calc(45px + 4px); }
    .accessibe-icon-wrapper button.accessibe-icon-contain svg {
      width: 70%;
      height: 70%;
      margin: auto; }
    @media (min-width: 800px) {
      .accessibe-icon-wrapper button.accessibe-icon-contain {
        width: 45px;
        height: 45px;
        top: calc(50vh - 74px);
        left: 20px; } }
  .accessibe-icon-wrapper.hide-chat-icon {
    display: none; }
  .accessibe-icon-wrapper.show-chat-icon {
    display: flex;
    justify-content: center;
    align-items: center; }

.page-heading {
  font-family: "new-kansas";
  font-size: 1.5625rem;
  color: var(--color-secondary); }

.page-subheading {
  text-align: center;
  font-size: 1.125rem;
  color: var(--color-secondary); }

.product-badge {
  position: absolute;
  top: 0;
  right: 0;
  margin: .5rem 0;
  padding: .15rem .75rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  font-size: .75rem;
  font-weight: 600;
  background: var(--color-amazonite);
  color: var(--color-secondary); }

@media (min-width: 801px) {
  .product-badge--large {
    padding: .15rem 1rem;
    font-size: 1.25rem; } }

.product-badge--on-sale {
  background: var(--color-red-sale);
  color: white; }

.product-badge--out-stock {
  background: var(--color-white);
  color: var(--color-black); }

.product-badge--custom_field {
  background: var(--color-amazonite);
  color: var(--color-secondary); }

.card-title {
  font-family: "new-kansas" !important;
  font-size: 1.125rem;
  font-weight: 600; }
  @media (min-width: 1261px) {
    .card-title {
      font-size: 1.6875rem; } }

.card-copy {
  font-family: "Inter" !important;
  font-size: 0.875rem;
  font-weight: 500; }
  @media (min-width: 801px) {
    .card-copy {
      font-size: 1rem; } }

.page.page--help-center .breadcrumb-label {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  color: #02656E;
  text-decoration: underline;
  text-underline-offset: unset; }
  .page.page--help-center .breadcrumb-label .icon {
    width: 0.875rem;
    height: 0.875rem;
    margin-right: 0.5rem; }

.page.page--help-center .page-heading {
  color: #333333;
  font-size: 2.625rem;
  font-weight: 600;
  text-transform: lowercase; }

.page.page-old-content {
  display: flex; }
  .page.page-old-content .page-sidebar {
    flex-basis: auto;
    width: initial; }
  .page.page-old-content .page-content {
    flex-basis: auto;
    width: initial; }

.swiper:not(.swiper-initialized) .swiper-button-prev,
.swiper:not(.swiper-initialized) .swiper-button-next {
  display: none; }

.widget-reviews {
  --review-color: var(--color-secondary);
  --quote-color: var(--color-primary);
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: var(--color-amazonite); }
  @media (min-width: 801px) {
    .widget-reviews {
      padding-top: 5rem; } }

.widget-review--container {
  text-align: center; }

.widget-review--copy {
  color: var(--review-color);
  font-family: "new-kansas";
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  margin-bottom: 4rem;
  position: relative;
  line-height: 1.25; }
  @media (min-width: 801px) {
    .widget-review--copy {
      font-size: 2rem;
      margin: 0 3rem 2rem;
      padding: 0 8rem; } }
  @media (min-width: 1261px) {
    .widget-review--copy {
      margin: 0 6rem 2rem; } }
  .widget-review--copy::before, .widget-review--copy::after {
    color: var(--quote-color);
    font-family: "new-kansas";
    font-size: 6.25rem;
    font-weight: 600;
    position: absolute;
    line-height: 0.5; }
    @media (min-width: 801px) {
      .widget-review--copy::before, .widget-review--copy::after {
        font-size: 14.375rem; } }
  .widget-review--copy::before {
    content: "\201C";
    top: -2rem;
    left: 50%;
    transform: translateX(-50%); }
    @media (min-width: 801px) {
      .widget-review--copy::before {
        top: 0;
        left: 0;
        transform: none; } }
  .widget-review--copy::after {
    content: "\201D";
    bottom: -5rem;
    right: 50%;
    transform: translateX(50%); }
    @media (min-width: 801px) {
      .widget-review--copy::after {
        top: 0;
        right: 0;
        transform: none; } }

.widget-review--name {
  color: var(--color-black);
  margin: 0; }
  @media (min-width: 801px) {
    .widget-review--name {
      font-size: 1.125rem; } }

.widget.highlight-content--container {
  --max-width: 1220px; }
  .widget.highlight-content--container .highlight-content--row {
    display: grid;
    grid-template-columns: minmax(fit-content, 1400px);
    grid-template-rows: auto auto; }
  .widget.highlight-content--container .highlight-content--background--body,
  .widget.highlight-content--container .highlight-content--body {
    grid-column: 1/2;
    grid-row: 2/3;
    height: 100%;
    z-index: 1; }
  .widget.highlight-content--container .highlight-content--background,
  .widget.highlight-content--container .highlight-content--background--body,
  .widget.highlight-content--container .highlight-content--background--aside {
    background-size: cover;
    background-position: center; }
  .widget.highlight-content--container .highlight-content--background--aside {
    grid-column: 1/2;
    grid-row: 1/2; }
  .widget.highlight-content--container .highlight-content--body {
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .widget.highlight-content--container .highlight-content--body .highlight-content--body-copy-container > *,
    .widget.highlight-content--container .highlight-content--body > *:last-child {
      margin-bottom: 0; }
  .widget.highlight-content--container .highlight-content--body-icon {
    display: inline-block;
    object-fit: contain;
    margin-bottom: 1rem; }
  .widget.highlight-content--container .highlight-content--body-heading {
    margin-bottom: .5em;
    font-family: "new-kansas";
    font-size: 2rem;
    font-weight: 600;
    line-height: 1; }
  .widget.highlight-content--container .highlight-content--body-subheading {
    margin-bottom: .5em;
    font-family: "new-kansas";
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1; }
  .widget.highlight-content--container .highlight-content--body-copy-container {
    margin-bottom: 1rem;
    font-family: "Inter";
    font-size: 1.125rem;
    line-height: 1.35; }
  .widget.highlight-content--container.hero-banner .highlight-content--background--body,
  .widget.highlight-content--container.hero-banner .highlight-content--body {
    grid-row: 1/2; }
  .widget.highlight-content--container.hero-banner .highlight-content--background {
    grid-row: 1/2;
    grid-column: 1/2;
    height: 100%; }
  .widget.highlight-content--container.hero-banner .highlight-content--body {
    padding: 2rem var(--cont-padding) calc(72px + 2rem) var(--cont-padding); }
    @media (min-width: 801px) {
      .widget.highlight-content--container.hero-banner .highlight-content--body {
        padding: 8.33333rem var(--cont-padding) calc(72px + 8.33333rem) var(--cont-padding); } }

.promo-banner--container {
  display: flex;
  overflow: hidden;
  position: relative; }
  .promo-banner--container .swiper {
    width: 100%;
    padding: .875rem 0; }
  .promo-banner--container svg {
    fill: currentColor; }
  .promo-banner--container .swiper-control {
    display: block;
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 10; }
    @media (min-width: 1261px) {
      .promo-banner--container .swiper-control {
        display: none; } }
    .promo-banner--container .swiper-control .swiper-control--play,
    .promo-banner--container .swiper-control .swiper-control--pause {
      line-height: 0; }
      .promo-banner--container .swiper-control .swiper-control--play svg,
      .promo-banner--container .swiper-control .swiper-control--pause svg {
        width: 20px;
        height: 20px; }
    .promo-banner--container .swiper-control .swiper-control--play {
      display: block; }
    .promo-banner--container .swiper-control .swiper-control--pause {
      display: none; }
    .promo-banner--container .swiper-control.is-play .swiper-control--play {
      display: none; }
    .promo-banner--container .swiper-control.is-play .swiper-control--pause {
      display: block; }
  .promo-banner--container .promo-banner {
    text-align: center;
    position: relative;
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (min-width: 1261px) {
      .promo-banner--container .promo-banner:not(:last-child) {
        border-right: 1px solid currentColor; } }
  .promo-banner--container .promo-banner--description {
    font-size: 0.75rem;
    font-weight: 600; }
  @media (min-width: 1261px) {
    .promo-banner--container .promo-banner--description {
      font-size: 0.875rem; } }
  .promo-banner--container .promo-banner--icon svg {
    width: 10px;
    height: 10px; }
  @media (min-width: 1261px) {
    .promo-banner--container .promo-banner--icon {
      display: none; } }
  .promo-banner--container .promo-banner--toggle {
    display: block;
    inset: 0;
    position: absolute;
    width: 100%; }
    @media (min-width: 1261px) {
      .promo-banner--container .promo-banner--toggle {
        display: none; } }
  .promo-banner--container .promo-banner--cta {
    display: none;
    text-decoration: underline;
    font-size: .875rem; }
    @media (min-width: 1261px) {
      .promo-banner--container .promo-banner--cta {
        display: inline;
        padding-left: .25rem; } }

.promo-banner--modal {
  width: 100%;
  max-width: unset;
  height: 100%;
  max-height: unset;
  border: 0;
  top: 0 !important;
  left: 0 !important;
  transform: none; }
  .promo-banner--modal .modal-header {
    text-align: right;
    padding: 1.25rem 1.5rem 0; }
  .promo-banner--modal .modal-close {
    position: unset; }
  .promo-banner--modal .modal-body {
    padding: 2rem 1.5rem;
    max-height: none; }
  .promo-banner--modal .promo-banner {
    margin-bottom: 2rem; }
  .promo-banner--modal .promo-banner--cta {
    display: block;
    text-decoration: underline; }

.widget-hero-banner .slick-prev {
  left: 0; }

.widget-hero-banner .slick-next {
  right: 0; }

.widget-hero-banner .slick-track {
  display: flex;
  align-items: stretch; }

.widget-hero-banner .slick-slide {
  height: auto;
  display: flex; }

.widget-hero-banner .slick-dots {
  width: auto;
  bottom: 0;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%); }
  .widget-hero-banner .slick-dots li button {
    box-shadow: inset 0px 0px 0px 1px white; }

.widget-hero-banner__slide {
  display: flex;
  align-items: center; }
  @media (min-width: 801px) {
    .widget-hero-banner__slide {
      padding: 0; } }
  .widget-hero-banner__slide.background-video, .widget-hero-banner__slide.background-image {
    position: relative; }
    .widget-hero-banner__slide.background-video .widget-hero-banner__slide-background, .widget-hero-banner__slide.background-image .widget-hero-banner__slide-background {
      position: relative;
      width: 100%;
      line-height: 0; }
      .widget-hero-banner__slide.background-video .widget-hero-banner__slide-background button, .widget-hero-banner__slide.background-image .widget-hero-banner__slide-background button {
        line-height: initial; }
    .widget-hero-banner__slide.background-video .widget-hero-banner__content, .widget-hero-banner__slide.background-image .widget-hero-banner__content {
      position: absolute;
      inset: 0; }

.widget-hero-banner__slide-background {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center; }
  .widget-hero-banner__slide-background .widget-hero-banner__slide-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.widget-hero-banner__slide-video-control {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 10;
  padding: 0;
  transition: all .25s ease; }
  .widget-hero-banner__slide-video-control .icon {
    width: 2rem;
    height: 2rem; }

.widget-hero-banner__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem; }
  @media (min-width: 801px) {
    .widget-hero-banner__content {
      gap: 4rem; } }
  @media (min-width: 1261px) {
    .widget-hero-banner__content {
      gap: 6rem; } }
  .widget-hero-banner__content .widget-hero-banner__copy-container,
  .widget-hero-banner__content .widget-hero-banner__image-container {
    flex-basis: 100%; }
  @media (min-width: 801px) {
    .widget-hero-banner__content .widget-hero-banner__copy-container {
      flex-basis: calc(60% - 2rem); }
    .widget-hero-banner__content .widget-hero-banner__image-container {
      flex-basis: calc(40% - 2rem); } }
  @media (min-width: 1261px) {
    .widget-hero-banner__content .widget-hero-banner__copy-container {
      flex-basis: calc(60% - 3rem); }
    .widget-hero-banner__content .widget-hero-banner__image-container {
      flex-basis: calc(40% - 3rem); } }
  .widget-hero-banner__content.center {
    justify-content: center; }
    @media (min-width: 801px) {
      .widget-hero-banner__content.center .widget-hero-banner__copy-container {
        flex-basis: 75%; } }
  @media (min-width: 801px) {
    .widget-hero-banner__content.left .widget-hero-banner__copy-container {
      order: 0; }
    .widget-hero-banner__content.left .widget-hero-banner__image-container {
      order: 1; }
    .widget-hero-banner__content.right .widget-hero-banner__copy-container {
      order: 1; }
    .widget-hero-banner__content.right .widget-hero-banner__image-container {
      order: 0; } }

.widget-col-end.button--row {
  flex-direction: row; }

.widget-col-end.button--stacked {
  flex-direction: column; }

@media (min-width: 801px) {
  .widget-hero-banner__copy-container {
    margin-top: 4rem;
    margin-bottom: 4rem; } }

.widget-hero-banner__copy-container.text-left {
  text-align: left; }
  .widget-hero-banner__copy-container.text-left .widget-row,
  .widget-hero-banner__copy-container.text-left .widget-col-end {
    justify-content: left; }
  .widget-hero-banner__copy-container.text-left .widget-hero-banner__icon {
    object-position: left; }

.widget-hero-banner__copy-container.text-center {
  text-align: center; }
  .widget-hero-banner__copy-container.text-center .widget-row,
  .widget-hero-banner__copy-container.text-center .widget-col-end {
    justify-content: center; }
  .widget-hero-banner__copy-container.text-center .widget-hero-banner__icon {
    object-position: center; }

.widget-hero-banner__copy-container.text-right {
  text-align: right; }
  .widget-hero-banner__copy-container.text-right .widget-row,
  .widget-hero-banner__copy-container.text-right .widget-col-end {
    justify-content: right; }
  .widget-hero-banner__copy-container.text-right .widget-hero-banner__icon {
    object-position: right; }

@media (min-width: 801px) {
  .widget-hero-banner__copy-container.text-d-left {
    text-align: left; }
    .widget-hero-banner__copy-container.text-d-left .widget-row,
    .widget-hero-banner__copy-container.text-d-left .widget-col-end {
      justify-content: left; }
    .widget-hero-banner__copy-container.text-d-left .widget-col-end {
      align-items: flex-start; }
    .widget-hero-banner__copy-container.text-d-left .widget-hero-banner__icon {
      object-position: left; }
  .widget-hero-banner__copy-container.text-d-center {
    text-align: center; }
    .widget-hero-banner__copy-container.text-d-center .widget-row,
    .widget-hero-banner__copy-container.text-d-center .widget-col-end {
      justify-content: center; }
    .widget-hero-banner__copy-container.text-d-center .widget-col-end {
      align-items: center; }
    .widget-hero-banner__copy-container.text-d-center .widget-hero-banner__icon {
      object-position: center; }
  .widget-hero-banner__copy-container.text-d-right {
    text-align: right; }
    .widget-hero-banner__copy-container.text-d-right .widget-row,
    .widget-hero-banner__copy-container.text-d-right .widget-col-end {
      justify-content: right; }
    .widget-hero-banner__copy-container.text-d-right .widget-col-end {
      align-items: flex-end; }
    .widget-hero-banner__copy-container.text-d-right .widget-hero-banner__icon {
      object-position: right; } }

.widget-hero-banner__copy-container > *:last-child {
  margin-bottom: 0; }

.widget-hero-banner__copy-container .widget-hero-banner__icon {
  display: inline-block;
  width: initial;
  object-fit: contain;
  margin-bottom: 1rem; }

.widget-hero-banner__image-container {
  text-align: center; }
  .widget-hero-banner__image-container .widget-hero-banner__image {
    max-width: 350px;
    margin: 0 auto; }

.widget-hero-banner__image {
  object-fit: contain;
  object-position: bottom center; }

.widget-hero-banner__pre-title {
  font-family: "Inter";
  font-weight: 500;
  margin-bottom: .5rem; }

.widget-hero-banner__title {
  margin-top: 0; }
  .widget-hero-banner__title .title--standard {
    font-size: 2rem; }
    @media (min-width: 801px) {
      .widget-hero-banner__title .title--standard {
        font-size: 3rem; } }
  .widget-hero-banner__title .title--large {
    font-size: 3rem; }
    @media (min-width: 1261px) {
      .widget-hero-banner__title .title--large {
        font-size: 4rem; } }

.widget-hero-banner__cta {
  width: max-content; }

.product-collection {
  --swiper-navigation-color: #231F20;
  --swiper-navigation-size: 1.5rem;
  --swiper-scrollbar-drag-bg-color: #595854;
  --color-widget-title: var(--color-secondary);
  --color-widget-sale-badge: var(--color-red-sale);
  --color-widget-custom-badge: var(--color-amazonite); }
  .product-collection .product-collection--rating[data-bv-show="inline_rating"] {
    overflow: hidden !important; }
    .product-collection .product-collection--rating[data-bv-show="inline_rating"] div {
      max-width: unset !important; }
    .product-collection .product-collection--rating[data-bv-show="inline_rating"] .bv_main_container {
      flex-direction: row !important;
      justify-content: flex-start !important; }
      .product-collection .product-collection--rating[data-bv-show="inline_rating"] .bv_main_container .bv_numReviews_component_container {
        padding-left: 0px !important; }
  .product-collection .swiper-wrapper {
    align-items: stretch; }
  .product-collection .swiper-navigation {
    display: flex;
    align-items: center;
    margin: 1.5rem 0;
    padding: 1rem;
    gap: 1rem; }
    @media (min-width: 801px) {
      .product-collection .swiper-navigation {
        padding: 0 1rem; } }
  .product-collection .swiper-scrollbar {
    position: unset;
    width: unset;
    flex-grow: 1; }
  .product-collection .swiper-controls {
    flex-basis: max-content;
    display: flex;
    align-items: center; }
  .product-collection .swiper-button-prev,
  .product-collection .swiper-button-next {
    position: unset;
    margin: 0;
    margin: 0 .5rem; }
  .product-collection .swiper-button-prev {
    left: .5rem; }
  .product-collection .swiper-button-next {
    right: .5rem; }
  .product-collection .swiper-pagination {
    position: unset;
    margin: 0 .75rem; }
  .product-collection .container.carousel, .product-collection div.component__2023-drift__which-cta--row > .carousel.shg-box-content {
    padding: 0; }
    @media (min-width: 801px) {
      .product-collection .container.carousel, .product-collection div.component__2023-drift__which-cta--row > .carousel.shg-box-content {
        padding: 0 1.5rem; } }
    .product-collection .container.carousel .swiper-navigation, .product-collection div.component__2023-drift__which-cta--row > .carousel.shg-box-content .swiper-navigation {
      padding: 0 1rem; }
      @media (min-width: 801px) {
        .product-collection .container.carousel .swiper-navigation, .product-collection div.component__2023-drift__which-cta--row > .carousel.shg-box-content .swiper-navigation {
          padding: 0; } }

.product-collection--info {
  margin-bottom: 1rem; }

.product-collection--heading {
  font-size: 1.5625rem;
  color: var(--color-widget-title);
  margin-bottom: .5rem; }

.product-collection--sub-heading {
  text-align: center;
  font-size: 1.125rem;
  color: var(--color-widget-title);
  margin-bottom: 0; }

.product-collection--product {
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column; }

.product-collection--product-image {
  margin: 0;
  padding-top: 2rem;
  position: relative;
  align-items: end;
  background-color: var(--color-white); }
  .product-collection--product-image img {
    aspect-ratio: 1/1;
    background-color: var(--color-white); }

.product-collection--product-badge {
  position: absolute;
  top: 0;
  right: 0;
  margin: .5rem 0;
  padding: .15rem .75rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  font-size: .75rem;
  font-weight: 600; }

.product-collection--description {
  display: flex;
  flex-direction: column;
  margin: 1rem 0 0 0;
  flex-grow: 1; }

.product-collection--title {
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0; }
  @media (min-width: 1261px) {
    .product-collection--title {
      font-size: 1rem; } }

.product-collection--swatches {
  margin-top: .5rem;
  margin-bottom: auto; }
  .product-collection--swatches .form-option-variant {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 1px solid var(--color-gray-lilac); }

.product-collection--rating {
  padding-top: .5rem; }

.product-collection--price {
  display: flex;
  font-size: 1rem;
  font-weight: 700; }
  @media (min-width: 1261px) {
    .product-collection--price {
      font-size: 1.5rem; } }
  .product-collection--price .price {
    margin: 0; }
  .product-collection--price .price--non-sale {
    margin-right: 0.625rem; }
  .product-collection--price .regular-price {
    text-decoration: none; }
    .product-collection--price .regular-price.regular-price-strikethrough {
      text-decoration: line-through; }

.product-collection--link {
  display: block; }
  .product-collection--link::before {
    content: '';
    display: block;
    position: absolute;
    inset: 0; }

.column-icon {
  display: flex;
  align-items: center; }
  .column-icon.copy-right {
    flex-direction: row;
    justify-content: center; }
    .column-icon.copy-right .column-icon--image {
      margin-right: 1rem;
      max-width: 25%; }
  .column-icon.copy-bottom {
    flex-direction: column; }
    .column-icon.copy-bottom .column-icon--image {
      margin-bottom: 1rem;
      max-width: 75%; }
    .column-icon.copy-bottom .column-icon--copy {
      text-align: center; }
  .column-icon.image-only .column-icon--image {
    max-width: 100%; }

.column-icon--image {
  flex-shrink: 0; }

.column-icon--copy {
  margin: 0;
  font-size: .875rem;
  font-weight: 500; }

.faq-accordion {
  margin: 0;
  list-style: none; }

.faq-navigation {
  padding-top: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.faq-title {
  padding: 0 2rem 1rem 0;
  width: 100%;
  text-align: left;
  position: relative; }
  .faq-title h3 {
    color: var(--color-secondary);
    font-size: 1.0625rem;
    margin: 0; }
  .faq-title::after {
    content: "＋";
    position: absolute;
    color: var(--color-secondary);
    font-size: 1.2rem;
    right: 0;
    top: 0;
    transition: 0.3s transform; }
  .faq-title.is-open::after {
    transform: rotate(-225deg); }

.faq-content {
  display: none;
  padding: 0 0 1rem 1rem; }
  .faq-content > * {
    margin-bottom: 0; }
  .faq-content.is-open {
    display: block; }

.container .widget-category-columns, div.component__2023-drift__which-cta--row > .shg-box-content .widget-category-columns {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.widget-category {
  background-color: var(--color-white);
  position: relative; }

.widget-category--image-container {
  margin: 0 auto;
  position: relative;
  padding-top: 2rem; }

.widget-category--image {
  aspect-ratio: 3/2;
  object-fit: contain;
  max-width: 100%;
  width: 100%;
  height: 100%; }

.widget-category--title {
  margin: 0;
  margin: 0 1rem 1rem 1rem;
  min-height: unset;
  overflow: hidden; }
  @media (min-width: 1261px) {
    .widget-category--title {
      margin: 0 2.25rem 1rem 2.25rem; } }

.widget-category--link {
  display: block; }
  .widget-category--link::before {
    content: '';
    display: block;
    position: absolute;
    inset: 0; }

.widget-category--info {
  margin-bottom: 1rem; }

.widget-category--heading {
  margin-bottom: .5rem; }

.widget-category--sub-heading {
  margin-bottom: 0; }

.container .widget-lifestyle-columns, div.component__2023-drift__which-cta--row > .shg-box-content .widget-lifestyle-columns {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.widget-lifestyle {
  background-color: var(--color-white);
  position: relative; }
  .widget-lifestyle.widget-lifestyle--single-column {
    position: relative; }
    @media (min-width: 801px) {
      .widget-lifestyle.widget-lifestyle--single-column .widget-lifestyle--image {
        aspect-ratio: 585/250; }
      .widget-lifestyle.widget-lifestyle--single-column .widget-lifestyle--copy-container {
        padding: 3rem 2rem;
        position: absolute;
        inset: 0;
        display: flex;
        flex-direction: column; }
      .widget-lifestyle.widget-lifestyle--single-column .widget-lifestyle--copy {
        margin-bottom: 1rem; }
      .widget-lifestyle.widget-lifestyle--single-column .widget-lifestyle--link {
        display: inline-block; } }
    @media (max-width: 800px) {
      .widget-lifestyle.widget-lifestyle--single-column .widget-lifestyle--link {
        background-color: transparent;
        border: 0;
        font-size: .875rem;
        color: var(--color-secondary);
        text-decoration: underline;
        padding-left: 0;
        padding-right: 0; }
        .widget-lifestyle.widget-lifestyle--single-column .widget-lifestyle--link:hover, .widget-lifestyle.widget-lifestyle--single-column .widget-lifestyle--link:active, .widget-lifestyle.widget-lifestyle--single-column .widget-lifestyle--link:focus {
          background-color: transparent;
          border: 0;
          color: var(--color-secondary);
          text-decoration: none;
          box-shadow: none; } }
  .widget-lifestyle:not(.widget-lifestyle--single-column) .widget-lifestyle--link {
    background-color: transparent;
    border: 0;
    font-size: 1rem;
    color: var(--color-secondary);
    text-decoration: underline;
    padding-left: 0;
    padding-right: 0; }
    .widget-lifestyle:not(.widget-lifestyle--single-column) .widget-lifestyle--link:hover, .widget-lifestyle:not(.widget-lifestyle--single-column) .widget-lifestyle--link:active, .widget-lifestyle:not(.widget-lifestyle--single-column) .widget-lifestyle--link:focus {
      background-color: transparent;
      border: 0;
      color: var(--color-secondary);
      text-decoration: none;
      box-shadow: none; }

.widget-lifestyle--image-container {
  margin: 0 auto;
  position: relative; }

.widget-lifestyle--image {
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  width: 100%;
  height: 100%; }

.widget-lifestyle--copy-container {
  padding: 1rem; }

.widget-lifestyle--title {
  min-height: unset;
  overflow: hidden;
  margin-bottom: .5rem;
  font-size: 1.25rem; }

.widget-lifestyle--copy {
  margin-bottom: 0; }

.widget-lifestyle--cta-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0 1rem; }
  @media (min-width: 801px) {
    .widget-lifestyle--cta-container {
      flex-direction: row; } }

.widget-lifestyle--link {
  margin: 0; }

.widget-lifestyle--info {
  margin-bottom: 1rem; }

.widget-lifestyle--heading {
  margin-bottom: .5rem; }

.widget-lifestyle--sub-heading {
  margin-bottom: 0; }

.container .widget-infoblock-columns, div.component__2023-drift__which-cta--row > .shg-box-content .widget-infoblock-columns {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.widget-infoblock-border .widget-infoblock {
  border-radius: 8px;
  border: 1px solid #BAABAD; }

.widget-infoblock {
  background-color: var(--color-white);
  position: relative;
  padding: 2rem; }
  @media (min-width: 801px) {
    .widget-infoblock {
      padding: 2.5rem; } }
  .widget-infoblock .widget-infoblock--link:not(.button) {
    color: var(--color-secondary);
    font-size: 1rem;
    font-weight: 450;
    text-decoration: underline; }
    .widget-infoblock .widget-infoblock--link:not(.button):hover, .widget-infoblock .widget-infoblock--link:not(.button):active, .widget-infoblock .widget-infoblock--link:not(.button):focus {
      color: var(--color-secondary);
      text-decoration: none; }

.widget-infoblock--image-container {
  margin: 0 auto 1.5rem auto;
  position: relative; }

.widget-infoblock--title {
  margin: 0 0 1rem 0;
  color: #333333;
  font-family: "Circular Std";
  font-size: 1.25rem;
  font-weight: 500; }

.widget-infoblock--copy {
  margin-bottom: 1rem;
  color: #333333;
  font-weight: 450; }

.widget-infoblock--cta-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1rem; }

.widget-infoblock--link {
  margin: 0 !important; }

.widget-infoblock--info {
  margin-bottom: 1rem; }

.widget-infoblock--heading {
  margin-bottom: .5rem; }

.widget-infoblock--sub-heading {
  margin-bottom: 0; }

.site-homedics2 {
  /*Adding new to Second Menu Item (bundles)
&.country-us .navPages {
  li.navPages-item {
    &:nth-child(2).navPages-item {
      $mobile-breakpoint: "small";
      $tablet-breakpoint: "medium";
      $desktop-breakpoint: "large";

      position: relative;

      :before {
        content: 'new';
        display: block;
        position: absolute;
        left: 16px;
        top: 0;
        font-family: 'KansasNew';
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        color: var(--color-primary);

        @media (min-width: 1261px) {
          left: 22px;
          top: 6px;
        }
      }
    }
  }
}
*/
  /* Branding Cookiebot banner */
  /* Hide the Cookiebot branding on the Cookiebot banner */
  /* B/W Branding the Cookiebot banner */
  /* Homedics Branding the Cookiebot banner */
  /*@import "hawksearch/inline-marketing/20230104-spend-x-get-x";*/ }
  .site-homedics2 .navBar .navBar-item.is-active {
    border-bottom: 1px solid var(--color-primary); }
  .site-homedics2 #attentive_overlay {
    z-index: 550 !important; }
  .site-homedics2 .breadcrumbs {
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .site-homedics2 .breadcrumbs a {
      text-decoration-line: underline; }
      .site-homedics2 .breadcrumbs a:hover {
        text-decoration-line: none; }
  .site-homedics2:root {
    --breakpoint-small: 551px;
    --breakpoint-medium: 801px;
    --breakpoint-large: 1261px; }
  .site-homedics2 button:active, .site-homedics2 button:focus {
    outline: revert; }
  .site-homedics2 .button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .addrexxOverlay .addrexxButtonSet button,
  .site-homedics2 .button--primary,
  .site-homedics2 .ais-left-panel .custom-filter-buttons .ais-ClearRefinements-button {
    border-radius: 45px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.5px; }
    @media (min-width: 801px) {
      .site-homedics2 .button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .addrexxOverlay .addrexxButtonSet button,
      .site-homedics2 .button--primary,
      .site-homedics2 .ais-left-panel .custom-filter-buttons .ais-ClearRefinements-button {
        border-radius: 25px; } }
    .site-homedics2 .button:hover, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:hover, .site-homedics2 .aa-Panel .show-all-products-btn:hover, .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:hover, .site-homedics2 .addrexxOverlay .addrexxButtonSet button:hover,
    .site-homedics2 .button--primary:hover,
    .site-homedics2 .ais-left-panel .custom-filter-buttons .ais-ClearRefinements-button:hover {
      text-decoration: none; }
  .site-homedics2 .button-white, .site-homedics2 .button-white-solid, .site-homedics2 .button-white-outline-hover {
    background-color: var(--color-white);
    border-color: var(--color-white);
    color: var(--color-black); }
    .site-homedics2 .button-white:hover, .site-homedics2 .button-white-solid:hover, .site-homedics2 .button-white-outline-hover:hover, .site-homedics2 .button-white:active, .site-homedics2 .button-white-solid:active, .site-homedics2 .button-white-outline-hover:active, .site-homedics2 .button-white:focus, .site-homedics2 .button-white-solid:focus, .site-homedics2 .button-white-outline-hover:focus {
      color: var(--color-black); }
    .site-homedics2 .button-white-solid {
      border: none; }
    .site-homedics2 .button-white-outline-hover {
      border: 2px solid var(--color-white); }
      .site-homedics2 .button-white-outline-hover:hover {
        background-color: transparent;
        box-shadow: none;
        color: white; }
  .site-homedics2 .button-secondary, .site-homedics2 section.component__holiday-gifts--offset-columns.theme-2 .text-container .button, section.component__holiday-gifts--offset-columns.theme-2 .text-container .site-homedics2 .button, section.component__holiday-gifts--offset-columns.theme-2 .text-container .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__holiday-gifts--offset-columns.theme-2 .text-container button, section.component__holiday-gifts--offset-columns.theme-2 .text-container .site-homedics2 .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel section.component__holiday-gifts--offset-columns.theme-2 .text-container .show-all-products-btn, section.component__holiday-gifts--offset-columns.theme-2 .text-container .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__holiday-gifts--offset-columns.theme-2 .text-container .aa-ItemActionButton, section.component__holiday-gifts--offset-columns.theme-2 .text-container .site-homedics2 .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__holiday-gifts--offset-columns.theme-2 .text-container button, .site-homedics2 .button-secondary-outline {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: var(--color-white); }
    .site-homedics2 .button-secondary:hover, .site-homedics2 section.component__holiday-gifts--offset-columns.theme-2 .text-container .button:hover, section.component__holiday-gifts--offset-columns.theme-2 .text-container .site-homedics2 .button:hover, section.component__holiday-gifts--offset-columns.theme-2 .text-container .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:hover, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__holiday-gifts--offset-columns.theme-2 .text-container button:hover, section.component__holiday-gifts--offset-columns.theme-2 .text-container .site-homedics2 .aa-Panel .show-all-products-btn:hover, .site-homedics2 .aa-Panel section.component__holiday-gifts--offset-columns.theme-2 .text-container .show-all-products-btn:hover, section.component__holiday-gifts--offset-columns.theme-2 .text-container .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:hover, .site-homedics2 .ais-InfiniteHits ol li section.component__holiday-gifts--offset-columns.theme-2 .text-container .aa-ItemActionButton:hover, section.component__holiday-gifts--offset-columns.theme-2 .text-container .site-homedics2 .addrexxOverlay .addrexxButtonSet button:hover, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__holiday-gifts--offset-columns.theme-2 .text-container button:hover, .site-homedics2 .button-secondary-outline:hover, .site-homedics2 .button-secondary:active, .site-homedics2 section.component__holiday-gifts--offset-columns.theme-2 .text-container .button:active, section.component__holiday-gifts--offset-columns.theme-2 .text-container .site-homedics2 .button:active, section.component__holiday-gifts--offset-columns.theme-2 .text-container .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:active, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__holiday-gifts--offset-columns.theme-2 .text-container button:active, section.component__holiday-gifts--offset-columns.theme-2 .text-container .site-homedics2 .aa-Panel .show-all-products-btn:active, .site-homedics2 .aa-Panel section.component__holiday-gifts--offset-columns.theme-2 .text-container .show-all-products-btn:active, section.component__holiday-gifts--offset-columns.theme-2 .text-container .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:active, .site-homedics2 .ais-InfiniteHits ol li section.component__holiday-gifts--offset-columns.theme-2 .text-container .aa-ItemActionButton:active, section.component__holiday-gifts--offset-columns.theme-2 .text-container .site-homedics2 .addrexxOverlay .addrexxButtonSet button:active, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__holiday-gifts--offset-columns.theme-2 .text-container button:active, .site-homedics2 .button-secondary-outline:active, .site-homedics2 .button-secondary:focus, .site-homedics2 section.component__holiday-gifts--offset-columns.theme-2 .text-container .button:focus, section.component__holiday-gifts--offset-columns.theme-2 .text-container .site-homedics2 .button:focus, section.component__holiday-gifts--offset-columns.theme-2 .text-container .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:focus, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset section.component__holiday-gifts--offset-columns.theme-2 .text-container button:focus, section.component__holiday-gifts--offset-columns.theme-2 .text-container .site-homedics2 .aa-Panel .show-all-products-btn:focus, .site-homedics2 .aa-Panel section.component__holiday-gifts--offset-columns.theme-2 .text-container .show-all-products-btn:focus, section.component__holiday-gifts--offset-columns.theme-2 .text-container .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton:focus, .site-homedics2 .ais-InfiniteHits ol li section.component__holiday-gifts--offset-columns.theme-2 .text-container .aa-ItemActionButton:focus, section.component__holiday-gifts--offset-columns.theme-2 .text-container .site-homedics2 .addrexxOverlay .addrexxButtonSet button:focus, .site-homedics2 .addrexxOverlay .addrexxButtonSet section.component__holiday-gifts--offset-columns.theme-2 .text-container button:focus, .site-homedics2 .button-secondary-outline:focus {
      color: var(--color-white); }
    .site-homedics2 .button-secondary-outline {
      background-color: transparent;
      border: 1px solid var(--color-secondary);
      color: var(--color-secondary);
      box-shadow: none; }
      .site-homedics2 .button-secondary-outline:hover {
        background-color: var(--color-secondary);
        color: var(--color-white); }
  .site-homedics2 .button-dandelion {
    background-color: var(--color-dandelion);
    border-color: var(--color-dandelion); }
    .site-homedics2 .button-dandelion:hover, .site-homedics2 .button-dandelion:active, .site-homedics2 .button-dandelion:focus {
      background-color: var(--color-primary);
      border-color: var(--color-primary);
      color: var(--color-black); }
  .site-homedics2 .button--primary-blue {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-black); }
    .site-homedics2 .button--primary-blue:hover, .site-homedics2 .button--primary-blue:active, .site-homedics2 .button--primary-blue:focus {
      background-color: var(--color-primary);
      border-color: var(--color-primary);
      color: var(--color-white);
      box-shadow: none; }
  .site-homedics2 .button--secondary {
    background-color: var(--color-white);
    border-color: var(--color-secondary);
    color: var(--color-secondary); }
    .site-homedics2 .button--secondary:hover, .site-homedics2 .button--secondary:active, .site-homedics2 .button--secondary:focus {
      background-color: var(--color-secondary);
      border-color: var(--color-secondary);
      color: var(--color-white);
      box-shadow: none; }
  .site-homedics2 .button--primary-white {
    background-color: var(--color-white);
    border-color: var(--color-white);
    color: var(--color-black); }
    .site-homedics2 .button--primary-white:hover, .site-homedics2 .button--primary-white:active, .site-homedics2 .button--primary-white:focus {
      background-color: var(--color-white);
      border-color: var(--color-white);
      color: var(--color-black);
      box-shadow: none; }
  .site-homedics2 .button--tertiary {
    background-color: transparent;
    border: 0;
    color: var(--color-secondary);
    text-decoration: underline;
    padding-left: 0;
    padding-right: 0; }
    .site-homedics2 .button--tertiary:hover, .site-homedics2 .button--tertiary:active, .site-homedics2 .button--tertiary:focus {
      background-color: transparent;
      border: 0;
      color: var(--color-secondary);
      text-decoration: none;
      box-shadow: none; }
  .site-homedics2 .button--primary-yellow {
    background-color: var(--color-dandelion);
    border-color: var(--color-dandelion);
    color: var(--color-black); }
    .site-homedics2 .button--primary-yellow:hover, .site-homedics2 .button--primary-yellow:active, .site-homedics2 .button--primary-yellow:focus {
      background-color: var(--color-dandelion);
      border-color: var(--color-dandelion);
      color: var(--color-white);
      box-shadow: none; }
  .site-homedics2 .card-hover-top {
    font-family: "Inter"; }
  .site-homedics2 .card .price-section {
    font-family: "Inter"; }
  .site-homedics2:root {
    --color-primary: #0BBDCA;
    --color-secondary: #02656E;
    --color-black: #000000;
    --color-white: #FFFFFF;
    --color-dandelion: #FFD03A;
    --color-sunshine: #FDED98;
    --color-desert-sun: #B8612C;
    --color-brandy-brown: #511A10;
    --color-amazonite: #93E5E1;
    --color-gray-lilac: #BAABAD;
    --color-cloud: #F4F1F2;
    --color-dark-gray: #383736;
    --color-valentines-red: #FC6D6D;
    --color-holiday-red: #FF4646;
    --color-red: #ff0000;
    --color-red-sale: #AD0000; }
  .site-homedics2 .component .button, .site-homedics2.pagetype-checkout .component .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .component button, .site-homedics2 .component .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .component .show-all-products-btn, .site-homedics2 .component .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .component .aa-ItemActionButton, .site-homedics2 .component .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .component button {
    font-size: 0.875rem; }
    @media (min-width: 801px) {
      .site-homedics2 .component .button, .site-homedics2.pagetype-checkout .component .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .component button, .site-homedics2 .component .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .component .show-all-products-btn, .site-homedics2 .component .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .component .aa-ItemActionButton, .site-homedics2 .component .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .component button {
        font-size: 1.125rem; } }
  .site-homedics2 .form-increment .button:hover .icon svg, .site-homedics2.pagetype-checkout .form-increment .ui-dialog .ui-dialog-buttonset button:hover .icon svg, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-increment button:hover .icon svg, .site-homedics2 .form-increment .aa-Panel .show-all-products-btn:hover .icon svg, .site-homedics2 .aa-Panel .form-increment .show-all-products-btn:hover .icon svg, .site-homedics2 .form-increment .ais-InfiniteHits ol li .aa-ItemActionButton:hover .icon svg, .site-homedics2 .ais-InfiniteHits ol li .form-increment .aa-ItemActionButton:hover .icon svg, .site-homedics2 .form-increment .addrexxOverlay .addrexxButtonSet button:hover .icon svg, .site-homedics2 .addrexxOverlay .addrexxButtonSet .form-increment button:hover .icon svg, .site-homedics2 .form-increment .button:focus .icon svg, .site-homedics2.pagetype-checkout .form-increment .ui-dialog .ui-dialog-buttonset button:focus .icon svg, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .form-increment button:focus .icon svg, .site-homedics2 .form-increment .aa-Panel .show-all-products-btn:focus .icon svg, .site-homedics2 .aa-Panel .form-increment .show-all-products-btn:focus .icon svg, .site-homedics2 .form-increment .ais-InfiniteHits ol li .aa-ItemActionButton:focus .icon svg, .site-homedics2 .ais-InfiniteHits ol li .form-increment .aa-ItemActionButton:focus .icon svg, .site-homedics2 .form-increment .addrexxOverlay .addrexxButtonSet button:focus .icon svg, .site-homedics2 .addrexxOverlay .addrexxButtonSet .form-increment button:focus .icon svg {
    fill: var(--color-white); }
  .site-homedics2 input[type="checkbox"].form-checkbox-primary:checked + .form-label {
    border-color: var(--color-primary); }
    .site-homedics2 input[type="checkbox"].form-checkbox-primary:checked + .form-label::before {
      border-color: transparent; }
  .site-homedics2 input[type="checkbox"].form-checkbox-primary + .form-label {
    padding-left: calc(1.25rem + 2rem); }
    .site-homedics2 input[type="checkbox"].form-checkbox-primary + .form-label::before {
      border-color: var(--color-black);
      border-radius: 4px;
      height: 2rem;
      width: 2rem; }
    .site-homedics2 input[type="checkbox"].form-checkbox-primary + .form-label::after {
      background-color: var(--color-primary);
      border-radius: 4px;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='white' /%3E%3C/svg%3E");
      height: 2rem;
      width: 2rem; }
  .site-homedics2 a {
    text-decoration-color: var(--color-primary);
    text-underline-offset: 5px;
    text-decoration-line: none; }
    .site-homedics2 a:hover {
      text-decoration-color: var(--color-primary);
      text-decoration-line: underline; }
    .site-homedics2 a.underline-link {
      text-decoration-line: underline; }
      .site-homedics2 a.underline-link:hover {
        text-decoration-line: none; }
    .site-homedics2 a.secondary-link {
      color: var(--color-secondary);
      text-decoration-color: var(--color-secondary);
      text-decoration-line: underline; }
      .site-homedics2 a.secondary-link:hover {
        text-decoration-line: none; }
  .site-homedics2 h1,
  .site-homedics2 .page-heading {
    font-family: "new-kansas";
    font-weight: 600;
    line-height: 1.2; }
  .site-homedics2 h2,
  .site-homedics2 h3,
  .site-homedics2 h4,
  .site-homedics2 h5,
  .site-homedics2 h6 {
    font-family: "Inter";
    line-height: 1.2; }
  .site-homedics2 h1, .site-homedics2 h2, .site-homedics2 h3, .site-homedics2 h4, .site-homedics2 h5, .site-homedics2 h6, .site-homedics2 p,
  .site-homedics2 .h1, .site-homedics2 .h2, .site-homedics2 .h3, .site-homedics2 .h4, .site-homedics2 .h5, .site-homedics2 .h6, .site-homedics2 .p {
    letter-spacing: 0px; }
  .site-homedics2 .text-drop-shadow {
    text-shadow: 3px 6px 12px rgba(0, 0, 0, 0.349); }
  .site-homedics2 .text-color-primary {
    color: var(--color-primary); }
  .site-homedics2 .text-color-secondary {
    color: var(--color-secondary); }
  .site-homedics2 .text-color-black {
    color: var(--color-black); }
  .site-homedics2 .text-color-white {
    color: var(--color-white); }
  .site-homedics2 .text-color-dandelion {
    color: var(--color-dandelion); }
  .site-homedics2 .text-color-sunshine {
    color: var(--color-sunshine); }
  .site-homedics2 .text-color-desert-sun {
    color: var(--color-desert-sun); }
  .site-homedics2 .text-color-brandy-brown {
    color: var(--color-brandy-brown); }
  .site-homedics2 .text-color-amazonite {
    color: var(--color-amazonite); }
  .site-homedics2 .text-color-gray-lilac {
    color: var(--color-gray-lilac); }
  .site-homedics2 .text-color-cloud {
    color: var(--color-cloud); }
  .site-homedics2 .text-color-dark-gray {
    color: var(--color-dark-gray); }
  .site-homedics2 .text-color-valentines-red {
    color: var(--color-valentines-red); }
  .site-homedics2 .text-color-holiday-red {
    color: var(--color-holiday-red); }
  .site-homedics2 .text-color-red {
    color: var(--color-red); }
  .site-homedics2 .text-color-red-sale {
    color: var(--color-red-sale); }
  .site-homedics2 .global-banner {
    font-size: 0.875rem;
    font-weight: bold; }
    @media (min-width: 801px) {
      .site-homedics2 .global-banner {
        font-size: 1.25rem; } }
  .site-homedics2 .header {
    box-shadow: none; }
  @media (min-width: 1261px) {
    .site-homedics2 .dropdown--quickSearch .button.button-search .icon, .site-homedics2.pagetype-checkout .dropdown--quickSearch .ui-dialog .ui-dialog-buttonset button.button-search .icon, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .dropdown--quickSearch button.button-search .icon, .site-homedics2 .dropdown--quickSearch .aa-Panel .button-search.show-all-products-btn .icon, .site-homedics2 .aa-Panel .dropdown--quickSearch .button-search.show-all-products-btn .icon, .site-homedics2 .dropdown--quickSearch .ais-InfiniteHits ol li .button-search.aa-ItemActionButton .icon, .site-homedics2 .ais-InfiniteHits ol li .dropdown--quickSearch .button-search.aa-ItemActionButton .icon, .site-homedics2 .dropdown--quickSearch .addrexxOverlay .addrexxButtonSet button.button-search .icon, .site-homedics2 .addrexxOverlay .addrexxButtonSet .dropdown--quickSearch button.button-search .icon {
      height: 17px;
      width: 17px; } }
  .site-homedics2 .navUser-action {
    text-decoration: none;
    font-weight: Std;
    margin-right: .5rem; }
    @media (min-width: 801px) {
      .site-homedics2 .navUser-action {
        margin-right: 0; } }
    .site-homedics2 .navUser-action:hover {
      text-decoration: none; }
  .site-homedics2 .navPages > ul > li > a {
    font-weight: 600;
    text-transform: unset; }
    .site-homedics2 .navPages > ul > li > a.is-open, .site-homedics2 .navPages > ul > li > a:active, .site-homedics2 .navPages > ul > li > a:hover {
      text-decoration: underline;
      text-decoration-color: var(--color-primary);
      text-decoration-thickness: 2px;
      text-underline-offset: 5px; }
      @media (min-width: 1261px) {
        .site-homedics2 .navPages > ul > li > a.is-open, .site-homedics2 .navPages > ul > li > a:active, .site-homedics2 .navPages > ul > li > a:hover {
          text-decoration: none; } }
  @media (min-width: 1261px) {
    .site-homedics2 .navPages > ul > li .navPage-subMenu {
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3); } }
  .site-homedics2 .navPages > ul > li .navPage-subMenu-list > li > a {
    font-size: 0.875rem;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px; }
    @media (min-width: 1261px) {
      .site-homedics2 .navPages > ul > li .navPage-subMenu-list > li > a {
        font-size: 1.25rem;
        font-weight: 500; } }
    .site-homedics2 .navPages > ul > li .navPage-subMenu-list > li > a + ul > li > a {
      font-size: 0.875rem;
      font-weight: normal;
      padding-top: 5px;
      padding-bottom: 5px; }
  .site-homedics2 .navPages > ul > li .navPage-subMenu a.is-open, .site-homedics2 .navPages > ul > li .navPage-subMenu a:active, .site-homedics2 .navPages > ul > li .navPage-subMenu a:hover {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: var(--color-primary);
    text-underline-offset: 5px; }
  @media (min-width: 1261px) {
    .site-homedics2 .navPages > ul > li .navPage-subMenu a.is-open {
      text-decoration-line: none; }
    .site-homedics2 .navPages > ul > li .navPage-subMenu a:active, .site-homedics2 .navPages > ul > li .navPage-subMenu a:hover {
      text-decoration-line: underline; } }
  .site-homedics2 .footer {
    background-color: var(--color-cloud);
    padding-bottom: 0; }
    .site-homedics2 .footer .footer-info-list a {
      text-decoration: none;
      font-weight: 600; }
    .site-homedics2 .footer .footer-info-list a:hover {
      color: var(--color-secondary);
      text-decoration: underline; }
    .site-homedics2 .footer .footer-info-heading {
      color: var(--color-secondary);
      font-size: 1.25rem;
      font-weight: 700;
      text-decoration: none; }
      @media (min-width: 1261px) {
        .site-homedics2 .footer .footer-info-heading {
          font-size: 1.5rem; } }
    .site-homedics2 .footer .container-footer-bottom {
      background-color: var(--color-primary); }
      .site-homedics2 .footer .container-footer-bottom .footer-bottom {
        border: 0 none; }
        .site-homedics2 .footer .container-footer-bottom .footer-bottom-link {
          font-size: 1rem; }
          .site-homedics2 .footer .container-footer-bottom .footer-bottom-link:hover {
            text-decoration: underline; }
          .site-homedics2 .footer .container-footer-bottom .footer-bottom-link--countries span:hover {
            text-decoration: none; }
      .site-homedics2 .footer .container-footer-bottom .footer-copyright p {
        font-size: 1rem; }
  .site-homedics2 .footer-countries a:hover span {
    text-decoration-color: var(--color-primary);
    text-decoration-line: underline; }
  .site-homedics2 a#CybotCookiebotDialogPoweredbyCybot,
  .site-homedics2 div#CybotCookiebotDialogPoweredByText {
    display: none; }
  .site-homedics2 #CookiebotWidget .CookiebotWidget-.CookiebotWidget-main-logo {
    display: none; }
  .site-homedics2 html #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
  .site-homedics2 html #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
  .site-homedics2 html #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
  .site-homedics2 html #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize,
  .site-homedics2 html #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
  .site-homedics2 html #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    background-color: #211e15;
    border-color: #211e15;
    color: #ffffff; }
  .site-homedics2 html #CybotCookiebotDialog input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
    background-color: #211e15; }
  .site-homedics2 #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
  .site-homedics2 #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
  .site-homedics2 #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
  .site-homedics2 #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize,
  .site-homedics2 #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
  .site-homedics2 #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    background-color: #0BBDCA;
    border-color: #0BBDCA;
    border-radius: 40px;
    color: #211e15; }
  .site-homedics2 #CybotCookiebotDialog input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
    background-color: #0BBDCA; }
  .site-homedics2 #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a,
  .site-homedics2 #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a:after,
  .site-homedics2 #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a:before {
    color: #02656e;
    border-color: #02656e; }
  .site-homedics2 #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a:hover,
  .site-homedics2 #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a:active,
  .site-homedics2 #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a:focus {
    text-decoration: underline; }
  .site-homedics2 #CybotCookiebotDialog a:hover:after,
  .site-homedics2 #CybotCookiebotDialog a:hover:before,
  .site-homedics2 #CybotCookiebotDialog button:hover:after,
  .site-homedics2 #CybotCookiebotDialog button:hover:before {
    color: #0BBDCA;
    border-color: #0BBDCA; }
  .site-homedics2 #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    border-color: transparent;
    border-bottom: 1px solid #02656e;
    color: #02656e; }
  .site-homedics2 #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
    color: #02656e; }
  .site-homedics2 #CybotCookiebotDialogHeader {
    display: none; }
  .site-homedics2 .cart-total-grandTotal {
    font-family: "Inter"; }
  .site-homedics2 .coupon-code-add,
  .site-homedics2 .coupon-code-cancel,
  .site-homedics2 .shipping-estimate-show,
  .site-homedics2 .shipping-estimate-hide,
  .site-homedics2 .gift-certificate-add,
  .site-homedics2 .gift-certificate-cancel {
    text-decoration-color: var(--color-primary); }
    .site-homedics2 .coupon-code-add:hover, .site-homedics2 .coupon-code-add:focus,
    .site-homedics2 .coupon-code-cancel:hover,
    .site-homedics2 .coupon-code-cancel:focus,
    .site-homedics2 .shipping-estimate-show:hover,
    .site-homedics2 .shipping-estimate-show:focus,
    .site-homedics2 .shipping-estimate-hide:hover,
    .site-homedics2 .shipping-estimate-hide:focus,
    .site-homedics2 .gift-certificate-add:hover,
    .site-homedics2 .gift-certificate-add:focus,
    .site-homedics2 .gift-certificate-cancel:hover,
    .site-homedics2 .gift-certificate-cancel:focus {
      text-decoration-line: none; }
  .site-homedics2 .cart-promo {
    align-items: center;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
    text-align: center;
    width: 100%; }
    .site-homedics2 .cart-promo__default {
      background-color: var(--color-cloud);
      color: var(--color-secondary);
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.2;
      padding: 1rem 2rem;
      text-align: center; }
      @media (min-width: 801px) {
        .site-homedics2 .cart-promo__default {
          font-size: 1.75rem;
          padding: 1rem; } }
      @media (min-width: 1261px) {
        .site-homedics2 .cart-promo__default {
          padding: 2rem 2rem 1rem; } }
      .site-homedics2 .cart-promo__default h2 {
        color: var(--color-secondary);
        font-family: "new-kansas";
        font-size: 1.5rem;
        font-weight: bold;
        margin-top: 0; }
        @media (min-width: 801px) {
          .site-homedics2 .cart-promo__default h2 {
            font-size: 1.75rem; } }
      .site-homedics2 .cart-promo__default h3 {
        color: var(--color-secondary);
        font-size: 1rem;
        font-weight: 450;
        margin-top: 0;
        padding: 0; }
        @media (min-width: 801px) {
          .site-homedics2 .cart-promo__default h3 {
            font-size: 1rem;
            padding-left: 2rem;
            padding-right: 2rem; } }
      .site-homedics2 .cart-promo__default h4 {
        color: var(--color-secondary);
        font-size: 1rem;
        font-weight: 450;
        margin-top: 0;
        margin-bottom: 1rem; }
        @media (min-width: 801px) {
          .site-homedics2 .cart-promo__default h4 {
            font-size: 0.75rem; } }
      .site-homedics2 .cart-promo__default p {
        font-size: 1rem;
        margin-bottom: 1rem; }
      .site-homedics2 .cart-promo__default ul {
        display: flex;
        flex-direction: column;
        list-style-type: none;
        justify-content: center;
        margin: 0; }
        @media (min-width: 801px) {
          .site-homedics2 .cart-promo__default ul {
            flex-direction: row; } }
        .site-homedics2 .cart-promo__default ul li {
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          border-bottom: 1px solid var(--color-secondary);
          flex-basis: calc(100%/3);
          padding: 1rem 0; }
          @media (min-width: 801px) {
            .site-homedics2 .cart-promo__default ul li {
              border-bottom: none;
              border-right: 1px solid var(--color-secondary);
              padding: 0 1rem; }
              .site-homedics2 .cart-promo__default ul li:first-child {
                padding-left: 0; }
              .site-homedics2 .cart-promo__default ul li:last-child {
                padding-right: 0; } }
          .site-homedics2 .cart-promo__default ul li:last-child {
            border-bottom: none;
            border-right: none; }
          .site-homedics2 .cart-promo__default ul li.sideway-mobile {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center; }
            @media (min-width: 801px) {
              .site-homedics2 .cart-promo__default ul li.sideway-mobile {
                flex-direction: column; } }
            .site-homedics2 .cart-promo__default ul li.sideway-mobile img {
              margin-bottom: 0;
              margin-right: 1rem;
              max-width: 70px; }
              @media (min-width: 801px) {
                .site-homedics2 .cart-promo__default ul li.sideway-mobile img {
                  margin-bottom: 1rem;
                  margin-right: 0;
                  max-width: inherit; } }
            .site-homedics2 .cart-promo__default ul li.sideway-mobile h4,
            .site-homedics2 .cart-promo__default ul li.sideway-mobile p {
              display: inline;
              margin-bottom: 0; }
              @media (min-width: 801px) {
                .site-homedics2 .cart-promo__default ul li.sideway-mobile h4,
                .site-homedics2 .cart-promo__default ul li.sideway-mobile p {
                  display: block;
                  margin-bottom: 1rem; } }
          .site-homedics2 .cart-promo__default ul li img {
            margin-bottom: 1rem;
            max-height: 32px; }
      .site-homedics2 .cart-promo__default.hide-mobile,
      .site-homedics2 .cart-promo__default .hide-mobile {
        display: none; }
        @media (min-width: 801px) {
          .site-homedics2 .cart-promo__default.hide-mobile,
          .site-homedics2 .cart-promo__default .hide-mobile {
            display: block; } }
    .site-homedics2 .cart-promo__2023-03-air-sale {
      background-color: var(--color-primary);
      background-size: cover;
      background-repeat: no-repeat;
      display: flex;
      line-height: 1.2;
      padding: 1rem;
      text-align: center;
      width: 100%; }
      @media (min-width: 801px) {
        .site-homedics2 .cart-promo__2023-03-air-sale {
          background-image: url("../img/components/cart-promo/2023-03-air-sale.jpg");
          padding: 4rem 4rem 4rem 2rem;
          width: 50%; } }
      @media (min-width: 1261px) {
        .site-homedics2 .cart-promo__2023-03-air-sale {
          width: 58.3%; } }
      .site-homedics2 .cart-promo__2023-03-air-sale img {
        display: none;
        width: 90px; }
        @media (min-width: 801px) {
          .site-homedics2 .cart-promo__2023-03-air-sale img {
            display: block; } }
      .site-homedics2 .cart-promo__2023-03-air-sale h2 {
        color: var(--color-white);
        font-family: "new-kansas";
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 1.5rem;
        margin-top: 0;
        margin-bottom: .25rem;
        max-width: 300px; }
        @media (min-width: 801px) {
          .site-homedics2 .cart-promo__2023-03-air-sale h2 {
            font-size: 1.75rem;
            line-height: 1;
            margin-bottom: .5rem; } }
        .site-homedics2 .cart-promo__2023-03-air-sale h2 b,
        .site-homedics2 .cart-promo__2023-03-air-sale h2 strong {
          color: var(--color-sunshine);
          display: block;
          font-weight: inherit; }
      .site-homedics2 .cart-promo__2023-03-air-sale p {
        color: var(--color-white);
        font-size: 1rem;
        margin-bottom: 0; }
        @media (min-width: 801px) {
          .site-homedics2 .cart-promo__2023-03-air-sale p {
            font-size: 1.125rem; } }
    .site-homedics2 .cart-promo.hide-mobile {
      display: none; }
      @media (min-width: 801px) {
        .site-homedics2 .cart-promo.hide-mobile {
          display: flex; } }
  .site-homedics2 .cart-promo-banner {
    align-items: center;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: .5rem;
    padding: 1rem;
    text-align: center;
    width: 100%; }
    .site-homedics2 .cart-promo-banner__default {
      align-items: flex-start;
      background-color: var(--color-amazonite);
      border-radius: 4px;
      color: var(--color-secondary);
      font-weight: 700;
      line-height: 1.2;
      padding: .5rem;
      text-align: left; }
      @media (min-width: 801px) {
        .site-homedics2 .cart-promo-banner__default {
          align-items: center;
          padding: 1rem;
          text-align: left; } }
      .site-homedics2 .cart-promo-banner__default h2 {
        align-items: center;
        display: flex;
        color: var(--color-secondary);
        font-family: "Inter";
        font-size: 0.75rem;
        font-weight: 700;
        line-height: 0.94875rem;
        margin: 0; }
        @media (min-width: 801px) {
          .site-homedics2 .cart-promo-banner__default h2 {
            font-size: 1rem; } }
        .site-homedics2 .cart-promo-banner__default h2 svg {
          margin-right: .5rem;
          width: calc(15px + .5rem);
          height: 20px; }
    .site-homedics2 .cart-promo-banner.hide-mobile {
      display: none; }
      @media (min-width: 801px) {
        .site-homedics2 .cart-promo-banner.hide-mobile {
          display: flex; } }
  .site-homedics2 .cart-promo-banner.holiday23 h2 {
    width: 100%;
    max-width: 327px;
    margin: auto; }
    @media (min-width: 801px) {
      .site-homedics2 .cart-promo-banner.holiday23 h2 {
        max-width: 422px; } }
  .site-homedics2 .checkoutHeader {
    border-bottom: 0;
    box-shadow: none;
    min-height: unset;
    text-align: center; }
    .site-homedics2 .checkoutHeader h2 {
      margin-left: 1rem;
      margin-right: 1rem; }
      .site-homedics2 .checkoutHeader h2 img {
        max-height: 25px; }
        @media (min-width: 551px) {
          .site-homedics2 .checkoutHeader h2 img {
            max-height: 50px; } }
    .site-homedics2 .checkoutHeader .back-to-cart {
      color: var(--color-secondary);
      text-decoration-color: var(--color-secondary);
      text-decoration-line: underline;
      font-family: "Inter"; }
      .site-homedics2 .checkoutHeader .back-to-cart:hover {
        text-decoration-line: none; }
      @media (min-width: 551px) {
        .site-homedics2 .checkoutHeader .back-to-cart {
          font-size: 1rem; } }
      .site-homedics2 .checkoutHeader .back-to-cart img {
        max-height: 16px; }
        @media (min-width: 551px) {
          .site-homedics2 .checkoutHeader .back-to-cart img {
            max-height: unset; } }
    .site-homedics2 .checkoutHeader .checkoutHeader-content {
      align-items: center;
      display: flex;
      justify-content: space-between;
      padding: 1rem; }
      .site-homedics2 .checkoutHeader .checkoutHeader-content::before, .site-homedics2 .checkoutHeader .checkoutHeader-content::after {
        content: unset; }
    .site-homedics2 .checkoutHeader .secure-checkout {
      font-family: "Inter";
      font-size: 0.625rem;
      font-weight: 500; }
      @media (min-width: 551px) {
        .site-homedics2 .checkoutHeader .secure-checkout {
          font-size: 0.875rem; } }
      .site-homedics2 .checkoutHeader .secure-checkout img {
        max-height: 16px; }
        @media (min-width: 551px) {
          .site-homedics2 .checkoutHeader .secure-checkout img {
            max-height: unset; } }
  .site-homedics2 #checkout-app a {
    color: var(--color-black);
    text-decoration-line: underline; }
    .site-homedics2 #checkout-app a:hover {
      text-decoration-line: none; }
  .site-homedics2 #checkout-app .dropdown--select a {
    font-weight: normal;
    text-decoration-line: none; }
  .site-homedics2 #checkout-app .button, .site-homedics2.pagetype-checkout #checkout-app .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset #checkout-app button, .site-homedics2 #checkout-app .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel #checkout-app .show-all-products-btn, .site-homedics2 #checkout-app .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li #checkout-app .aa-ItemActionButton, .site-homedics2 #checkout-app .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet #checkout-app button {
    font-size: 0.875rem; }
    @media (min-width: 968px) {
      .site-homedics2 #checkout-app .button, .site-homedics2.pagetype-checkout #checkout-app .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset #checkout-app button, .site-homedics2 #checkout-app .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel #checkout-app .show-all-products-btn, .site-homedics2 #checkout-app .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li #checkout-app .aa-ItemActionButton, .site-homedics2 #checkout-app .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet #checkout-app button {
        font-size: 1.125rem; } }
  .site-homedics2 #checkout-app .checkout-steps li h2 {
    font-family: "new-kansas"; }
  .site-homedics2 #checkout-app .checkout-steps li.checkout-step--customer #shouldSubscribe {
    display: none; }
    .site-homedics2 #checkout-app .checkout-steps li.checkout-step--customer #shouldSubscribe + label {
      display: none; }
  .site-homedics2 #checkout-app .checkout-steps li.checkout-step--payment ul.form-checklist {
    border-color: var(--color-gray-lilac); }
    .site-homedics2 #checkout-app .checkout-steps li.checkout-step--payment ul.form-checklist > li {
      background-color: unset;
      border-color: var(--color-gray-lilac); }
      .site-homedics2 #checkout-app .checkout-steps li.checkout-step--payment ul.form-checklist > li:hover, .site-homedics2 #checkout-app .checkout-steps li.checkout-step--payment ul.form-checklist > li.form-checklist-item--selected {
        background-color: #F4FCFC;
        border-color: var(--color-gray-lilac); }
  .site-homedics2 #checkout-app .checkout-steps li.checkout-step--payment .redeemable-payments {
    display: none; }
  .site-homedics2 #checkout-app .checkout-steps .button.optimizedCheckout-buttonSecondary, .site-homedics2.pagetype-checkout #checkout-app .checkout-steps .ui-dialog .ui-dialog-buttonset button.optimizedCheckout-buttonSecondary, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset #checkout-app .checkout-steps button.optimizedCheckout-buttonSecondary, .site-homedics2 #checkout-app .checkout-steps .aa-Panel .optimizedCheckout-buttonSecondary.show-all-products-btn, .site-homedics2 .aa-Panel #checkout-app .checkout-steps .optimizedCheckout-buttonSecondary.show-all-products-btn, .site-homedics2 #checkout-app .checkout-steps .ais-InfiniteHits ol li .optimizedCheckout-buttonSecondary.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li #checkout-app .checkout-steps .optimizedCheckout-buttonSecondary.aa-ItemActionButton, .site-homedics2 #checkout-app .checkout-steps .addrexxOverlay .addrexxButtonSet button.optimizedCheckout-buttonSecondary, .site-homedics2 .addrexxOverlay .addrexxButtonSet #checkout-app .checkout-steps button.optimizedCheckout-buttonSecondary {
    color: var(--color-secondary);
    text-decoration-color: var(--color-secondary);
    text-decoration-line: underline;
    background-color: unset;
    border: unset;
    font-size: 1rem;
    padding: 1rem;
    text-transform: unset; }
    .site-homedics2 #checkout-app .checkout-steps .button.optimizedCheckout-buttonSecondary:hover, .site-homedics2.pagetype-checkout #checkout-app .checkout-steps .ui-dialog .ui-dialog-buttonset button.optimizedCheckout-buttonSecondary:hover, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset #checkout-app .checkout-steps button.optimizedCheckout-buttonSecondary:hover, .site-homedics2 #checkout-app .checkout-steps .aa-Panel .optimizedCheckout-buttonSecondary.show-all-products-btn:hover, .site-homedics2 .aa-Panel #checkout-app .checkout-steps .optimizedCheckout-buttonSecondary.show-all-products-btn:hover, .site-homedics2 #checkout-app .checkout-steps .ais-InfiniteHits ol li .optimizedCheckout-buttonSecondary.aa-ItemActionButton:hover, .site-homedics2 .ais-InfiniteHits ol li #checkout-app .checkout-steps .optimizedCheckout-buttonSecondary.aa-ItemActionButton:hover, .site-homedics2 #checkout-app .checkout-steps .addrexxOverlay .addrexxButtonSet button.optimizedCheckout-buttonSecondary:hover, .site-homedics2 .addrexxOverlay .addrexxButtonSet #checkout-app .checkout-steps button.optimizedCheckout-buttonSecondary:hover {
      text-decoration-line: none; }
    @media (min-width: 968px) {
      .site-homedics2 #checkout-app .checkout-steps .button.optimizedCheckout-buttonSecondary, .site-homedics2.pagetype-checkout #checkout-app .checkout-steps .ui-dialog .ui-dialog-buttonset button.optimizedCheckout-buttonSecondary, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset #checkout-app .checkout-steps button.optimizedCheckout-buttonSecondary, .site-homedics2 #checkout-app .checkout-steps .aa-Panel .optimizedCheckout-buttonSecondary.show-all-products-btn, .site-homedics2 .aa-Panel #checkout-app .checkout-steps .optimizedCheckout-buttonSecondary.show-all-products-btn, .site-homedics2 #checkout-app .checkout-steps .ais-InfiniteHits ol li .optimizedCheckout-buttonSecondary.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li #checkout-app .checkout-steps .optimizedCheckout-buttonSecondary.aa-ItemActionButton, .site-homedics2 #checkout-app .checkout-steps .addrexxOverlay .addrexxButtonSet button.optimizedCheckout-buttonSecondary, .site-homedics2 .addrexxOverlay .addrexxButtonSet #checkout-app .checkout-steps button.optimizedCheckout-buttonSecondary {
        font-size: 1rem; } }
    .site-homedics2 #checkout-app .checkout-steps .button.optimizedCheckout-buttonSecondary:hover, .site-homedics2.pagetype-checkout #checkout-app .checkout-steps .ui-dialog .ui-dialog-buttonset button.optimizedCheckout-buttonSecondary:hover, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset #checkout-app .checkout-steps button.optimizedCheckout-buttonSecondary:hover, .site-homedics2 #checkout-app .checkout-steps .aa-Panel .optimizedCheckout-buttonSecondary.show-all-products-btn:hover, .site-homedics2 .aa-Panel #checkout-app .checkout-steps .optimizedCheckout-buttonSecondary.show-all-products-btn:hover, .site-homedics2 #checkout-app .checkout-steps .ais-InfiniteHits ol li .optimizedCheckout-buttonSecondary.aa-ItemActionButton:hover, .site-homedics2 .ais-InfiniteHits ol li #checkout-app .checkout-steps .optimizedCheckout-buttonSecondary.aa-ItemActionButton:hover, .site-homedics2 #checkout-app .checkout-steps .addrexxOverlay .addrexxButtonSet button.optimizedCheckout-buttonSecondary:hover, .site-homedics2 .addrexxOverlay .addrexxButtonSet #checkout-app .checkout-steps button.optimizedCheckout-buttonSecondary:hover, .site-homedics2 #checkout-app .checkout-steps .button.optimizedCheckout-buttonSecondary:focus, .site-homedics2.pagetype-checkout #checkout-app .checkout-steps .ui-dialog .ui-dialog-buttonset button.optimizedCheckout-buttonSecondary:focus, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset #checkout-app .checkout-steps button.optimizedCheckout-buttonSecondary:focus, .site-homedics2 #checkout-app .checkout-steps .aa-Panel .optimizedCheckout-buttonSecondary.show-all-products-btn:focus, .site-homedics2 .aa-Panel #checkout-app .checkout-steps .optimizedCheckout-buttonSecondary.show-all-products-btn:focus, .site-homedics2 #checkout-app .checkout-steps .ais-InfiniteHits ol li .optimizedCheckout-buttonSecondary.aa-ItemActionButton:focus, .site-homedics2 .ais-InfiniteHits ol li #checkout-app .checkout-steps .optimizedCheckout-buttonSecondary.aa-ItemActionButton:focus, .site-homedics2 #checkout-app .checkout-steps .addrexxOverlay .addrexxButtonSet button.optimizedCheckout-buttonSecondary:focus, .site-homedics2 .addrexxOverlay .addrexxButtonSet #checkout-app .checkout-steps button.optimizedCheckout-buttonSecondary:focus {
      box-shadow: unset; }
  .site-homedics2.pagetype-checkout p.addrexx2 {
    font-weight: bold; }
  .site-homedics2.pagetype-checkout .ui-dialog {
    padding: 1rem; }
    .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-title {
      font-family: "new-kansas"; }
    .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset {
      margin-bottom: 1rem; }
      .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button {
        border-width: 0 !important;
        padding: 5px 20px; }
        .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:hover {
          background-color: var(--color-primary) !important; }
          .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:hover .ui-button-text {
            color: var(--color-white); }
        .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button:active {
          background-color: var(--color-amazonite) !important;
          color: var(--color-black) !important; }
        .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset button .ui-button-text {
          color: var(--color-black); }
  .site-homedics2.pagetype-checkout .ui-autocomplete li .ui-state-focus {
    background-color: var(--color-amazonite);
    color: var(--color-black); }
  .site-homedics2 .cartDrawer {
    background-color: #F4FCFC; }
    .site-homedics2 .cartDrawer-body a {
      color: var(--color-secondary);
      text-decoration-color: var(--color-secondary);
      text-decoration-line: underline;
      color: var(--color-secondary) !important;
      text-transform: uppercase; }
      .site-homedics2 .cartDrawer-body a:hover {
        text-decoration-line: none; }
  .site-homedics2:root {
    --algolia-border-style: 1px solid #CCCCCC;
    --algolia-currency: "$";
    --aa-panel-max-height: 1200px; }
  .site-homedics2 .aa-Panel {
    border-top: 1px solid var(--color-black);
    border-radius: unset;
    box-shadow: unset;
    left: 0 !important;
    margin-top: 0 !important;
    position: fixed;
    top: 65px !important;
    width: 100%;
    z-index: 520; }
    .site-homedics2 .aa-Panel .aa-PanelLayout {
      padding: 0 1.5rem;
      max-width: 1220px;
      margin: 0 auto; }
    @media (min-width: 1261px) {
      .site-homedics2 .aa-Panel {
        border-top: 0;
        top: 145px !important; } }
    .site-homedics2 .aa-Panel .aa-SourceHeader {
      margin: 0; }
    .site-homedics2 .aa-Panel .aa-SourceHeaderTitle,
    .site-homedics2 .aa-Panel .no-result-header {
      color: var(--color-secondary);
      font-family: "new-kansas";
      font-size: 1.75rem;
      font-weight: 600;
      line-height: initial;
      margin-top: 1.5rem;
      margin-bottom: 1rem; }
    .site-homedics2 .aa-Panel .aa-SourceFooter {
      padding-left: 0;
      padding-right: 0; }
    .site-homedics2 .aa-Panel .no-result-header {
      font-size: 1.5rem;
      margin-bottom: 1rem; }
    .site-homedics2 .aa-Panel .aa-List {
      grid-template-columns: repeat(2, 1fr); }
      @media (min-width: 801px) {
        .site-homedics2 .aa-Panel .aa-List {
          grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); } }
      .site-homedics2 .aa-Panel .aa-List li {
        border-radius: 0 !important;
        border: 0;
        border-top: var(--algolia-border-style);
        border-bottom: 0;
        border-left: 0;
        padding: 1rem 0;
        text-align: center; }
        @media (min-width: 801px) {
          .site-homedics2 .aa-Panel .aa-List li {
            border-right: var(--algolia-border-style); } }
        .site-homedics2 .aa-Panel .aa-List li:nth-child(odd) {
          border-right: var(--algolia-border-style); }
        .site-homedics2 .aa-Panel .aa-List li:last-child {
          border-right: none; }
        .site-homedics2 .aa-Panel .aa-List li[aria-selected=true] {
          background-color: unset; }
        .site-homedics2 .aa-Panel .aa-List li .aa-GridItem {
          border: none;
          border-radius: 0;
          box-shadow: none; }
        .site-homedics2 .aa-Panel .aa-List li .aa-ItemContentBody {
          font-weight: 700;
          padding: 0; }
          .site-homedics2 .aa-Panel .aa-List li .aa-ItemContentBody .aa-ItemContentNameWrapper {
            width: auto; }
            .site-homedics2 .aa-Panel .aa-List li .aa-ItemContentBody .aa-ItemContentNameWrapper .aa-ItemContentTitle {
              margin: 0 .5rem; }
        .site-homedics2 .aa-Panel .aa-List li .aa-ItemContentBodyFooter {
          flex-direction: column;
          justify-content: center; }
          .site-homedics2 .aa-Panel .aa-List li .aa-ItemContentBodyFooter [data-bv-show="rating_summary"] {
            display: flex;
            justify-content: center; }
        .site-homedics2 .aa-Panel .aa-List li .add-to-cart {
          display: none; }
  @media (min-width: 1261px) {
    .site-homedics2 .global-banner-multiple .aa-Panel {
      top: 150px !important; } }
  .site-homedics2 .aa-Autocomplete {
    background-color: var(--color-white);
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%; }
    @media (min-width: 1261px) {
      .site-homedics2 .aa-Autocomplete {
        border: 1px solid #949494;
        border-radius: 30px;
        padding-top: 0;
        padding-bottom: 0;
        width: 800px; } }
    .site-homedics2 .aa-Autocomplete:focus-within {
      border-color: transparent;
      outline: 2px solid black; }
    .site-homedics2 .aa-Autocomplete form {
      border: none;
      background: none; }
      @media (min-width: 1261px) {
        .site-homedics2 .aa-Autocomplete form {
          border-radius: 30px; } }
      .site-homedics2 .aa-Autocomplete form:focus-within {
        box-shadow: unset;
        outline: unset; }
      .site-homedics2 .aa-Autocomplete form .aa-Input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #726e6e; }
      .site-homedics2 .aa-Autocomplete form .aa-Input::-moz-placeholder {
        /* Firefox 19+ */
        color: #726e6e; }
      .site-homedics2 .aa-Autocomplete form .aa-Input:-ms-input-placeholder {
        /* IE 10+ */
        color: #726e6e; }
      .site-homedics2 .aa-Autocomplete form .aa-Input:-moz-placeholder {
        /* Firefox 18- */
        color: #726e6e; }
      .site-homedics2 .aa-Autocomplete form .aa-SubmitButton svg {
        color: #999999; }
  .site-homedics2 .ais-SearchBox {
    margin-bottom: 0; }
    .site-homedics2 .ais-SearchBox form {
      font-size: 1rem;
      height: auto; }
    .site-homedics2 .ais-SearchBox .ais-SearchBox-input {
      --aa-search-input-height: auto;
      border: unset;
      border-bottom: 1px solid black;
      border-radius: unset;
      box-shadow: unset;
      padding-left: 2.5rem !important;
      padding-top: 20px;
      padding-bottom: 20px; }
      @media (min-width: 1261px) {
        .site-homedics2 .ais-SearchBox .ais-SearchBox-input {
          --aa-search-input-height: 45px;
          border: 1px solid #949494;
          border-radius: 30px;
          padding-top: 0;
          padding-bottom: 0; } }
      .site-homedics2 .ais-SearchBox .ais-SearchBox-input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #726e6e; }
      .site-homedics2 .ais-SearchBox .ais-SearchBox-input::-moz-placeholder {
        /* Firefox 19+ */
        color: #726e6e; }
      .site-homedics2 .ais-SearchBox .ais-SearchBox-input:-ms-input-placeholder {
        /* IE 10+ */
        color: #726e6e; }
      .site-homedics2 .ais-SearchBox .ais-SearchBox-input:-moz-placeholder {
        /* Firefox 18- */
        color: #726e6e; }
      .site-homedics2 .ais-SearchBox .ais-SearchBox-input:focus {
        border-color: transparent;
        outline: 2px solid black; }
  .site-homedics2 .ais-left-panel {
    background-color: var(--color-white);
    display: none;
    position: fixed;
    top: 0;
    right: -100%;
    /* Start from the right side */
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    transform: translateX(100%);
    /* Push it off screen to the right */
    transition: transform 300ms ease-out;
    margin: 0;
    padding-bottom: 0; }
    @media (min-width: 750px) {
      .site-homedics2 .ais-left-panel {
        display: block;
        height: auto;
        padding: 0 10px 0 0;
        position: unset;
        transform: unset;
        width: calc(25% - 5px);
        z-index: unset; } }
    .site-homedics2 .ais-left-panel.active {
      display: flex;
      flex-direction: column;
      transform: translateX(0%);
      right: 0; }
    .site-homedics2 .ais-left-panel .header-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: .5rem;
      padding: 1rem 1rem 0; }
      @media (min-width: 750px) {
        .site-homedics2 .ais-left-panel .header-container {
          padding: 0; } }
      .site-homedics2 .ais-left-panel .header-container h3 {
        color: var(--color-secondary);
        font-family: "new-kansas";
        font-size: 1.75rem;
        font-weight: 600;
        text-transform: lowercase;
        margin: 0; }
      .site-homedics2 .ais-left-panel .header-container .ais-mobile-close-icon {
        cursor: pointer; }
        @media (min-width: 750px) {
          .site-homedics2 .ais-left-panel .header-container .ais-mobile-close-icon {
            display: none; } }
    .site-homedics2 .ais-left-panel .ais-CurrentRefinements {
      padding: 0 1rem 1rem; }
      @media (min-width: 750px) {
        .site-homedics2 .ais-left-panel .ais-CurrentRefinements {
          padding: 0; } }
    .site-homedics2 .ais-left-panel .ais-CurrentRefinements-list li {
      background-color: unset;
      border: none;
      padding: 0; }
      .site-homedics2 .ais-left-panel .ais-CurrentRefinements-list li > span {
        margin-left: 0;
        display: block; }
      .site-homedics2 .ais-left-panel .ais-CurrentRefinements-list li button {
        color: var(--color-black); }
    .site-homedics2 .ais-left-panel #dynamic-widgets {
      overflow-y: auto;
      padding: 0 1rem; }
      @media (min-width: 750px) {
        .site-homedics2 .ais-left-panel #dynamic-widgets {
          max-height: unset;
          padding: 0;
          overflow: visible; } }
    .site-homedics2 .ais-left-panel .ais-Panel {
      border: none;
      border-radius: 0; }
      .site-homedics2 .ais-left-panel .ais-Panel .ais-Panel-header {
        margin-bottom: 0;
        position: relative; }
        .site-homedics2 .ais-left-panel .ais-Panel .ais-Panel-header .ais-facet-title {
          background-color: var(--color-cloud);
          border-bottom: none;
          border-radius: 0;
          color: var(--color-black);
          font-size: 1rem;
          font-weight: 450;
          margin-bottom: 0;
          text-transform: none;
          padding: 0.75rem 1rem; }
        .site-homedics2 .ais-left-panel .ais-Panel .ais-Panel-header .ais-Panel-collapseButton {
          color: #000;
          font-size: 1.25rem;
          line-height: 45px;
          padding: 0 1rem;
          height: 100%;
          display: flex;
          align-items: center; }
          .site-homedics2 .ais-left-panel .ais-Panel .ais-Panel-header .ais-Panel-collapseButton svg.icon {
            display: block;
            width: 1.1rem;
            height: 1.1rem; }
      .site-homedics2 .ais-left-panel .ais-Panel .ais-Panel-body ul li {
        border-bottom: 1px solid #CCCCCC;
        font-size: 0.875rem;
        font-weight: 500;
        padding: 1rem 0; }
        .site-homedics2 .ais-left-panel .ais-Panel .ais-Panel-body ul li input[type="checkbox"] {
          box-shadow: none;
          width: 1.5rem;
          height: 1.5rem; }
          .site-homedics2 .ais-left-panel .ais-Panel .ais-Panel-body ul li input[type="checkbox"]:checked {
            background-color: var(--color-secondary);
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
            color: var(--color-secondary);
            background-size: contain; }
        .site-homedics2 .ais-left-panel .ais-Panel .ais-Panel-body ul li .ais-HierarchicalMenu-count,
        .site-homedics2 .ais-left-panel .ais-Panel .ais-Panel-body ul li .ais-RefinementList-count {
          background: none;
          border: 0;
          font-size: 0.875rem;
          font-weight: 500;
          margin: 0; }
          .site-homedics2 .ais-left-panel .ais-Panel .ais-Panel-body ul li .ais-HierarchicalMenu-count::before,
          .site-homedics2 .ais-left-panel .ais-Panel .ais-Panel-body ul li .ais-RefinementList-count::before {
            content: "("; }
          .site-homedics2 .ais-left-panel .ais-Panel .ais-Panel-body ul li .ais-HierarchicalMenu-count::after,
          .site-homedics2 .ais-left-panel .ais-Panel .ais-Panel-body ul li .ais-RefinementList-count::after {
            content: ")"; }
      .site-homedics2 .ais-left-panel .ais-Panel .ais-Panel-body .ais-RangeSlider {
        padding: 0 1rem; }
        .site-homedics2 .ais-left-panel .ais-Panel .ais-Panel-body .ais-RangeSlider .rheostat-handle {
          background-color: #231F20;
          background-image: none;
          border: none;
          border-radius: 4px;
          box-shadow: unset; }
          .site-homedics2 .ais-left-panel .ais-Panel .ais-Panel-body .ais-RangeSlider .rheostat-handle::before {
            left: 5px;
            width: 2px; }
          .site-homedics2 .ais-left-panel .ais-Panel .ais-Panel-body .ais-RangeSlider .rheostat-handle::after {
            content: unset; }
        .site-homedics2 .ais-left-panel .ais-Panel .ais-Panel-body .ais-RangeSlider .rheostat-progress {
          background-color: var(--color-primary);
          height: 8px;
          top: -2px; }
        .site-homedics2 .ais-left-panel .ais-Panel .ais-Panel-body .ais-RangeSlider .rheostat-background {
          height: 8px;
          top: -2px; }
        .site-homedics2 .ais-left-panel .ais-Panel .ais-Panel-body .ais-RangeSlider .rheostat-marker {
          top: 6px; }
        .site-homedics2 .ais-left-panel .ais-Panel .ais-Panel-body .ais-RangeSlider .rheostat-tooltip::before,
        .site-homedics2 .ais-left-panel .ais-Panel .ais-Panel-body .ais-RangeSlider .rheostat-value::before {
          content: var(--algolia-currency); }
        .site-homedics2 .ais-left-panel .ais-Panel .ais-Panel-body .ais-RangeSlider .rheostat-value::before {
          top: 70%; }
      .site-homedics2 .ais-left-panel .ais-Panel .ais-Panel-body .ais-RangeInput {
        display: none; }
    .site-homedics2 .ais-left-panel .custom-filter-buttons {
      position: sticky;
      justify-content: space-between;
      display: flex;
      flex-wrap: wrap;
      padding: 2rem 1rem 1rem;
      gap: 1rem; }
      @media (min-width: 750px) {
        .site-homedics2 .ais-left-panel .custom-filter-buttons {
          display: none; } }
      .site-homedics2 .ais-left-panel .custom-filter-buttons > * {
        flex-basis: calc(50% - .5rem);
        flex-grow: 1; }
      .site-homedics2 .ais-left-panel .custom-filter-buttons .ais-ClearRefinements-button {
        background-image: unset;
        border: 0;
        height: auto;
        min-width: max-content; }
        .site-homedics2 .ais-left-panel .custom-filter-buttons .ais-ClearRefinements-button--disabled {
          border: 0; }
          .site-homedics2 .ais-left-panel .custom-filter-buttons .ais-ClearRefinements-button--disabled:active {
            border: 0; }
      .site-homedics2 .ais-left-panel .custom-filter-buttons #filter-apply {
        min-width: 175px; }
  .site-homedics2 h1.global-header {
    color: var(--color-secondary);
    font-family: "new-kansas";
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: .5rem;
    margin-bottom: 1rem; }
    @media (min-width: 750px) {
      .site-homedics2 h1.global-header {
        font-size: 2.5rem; } }
  .site-homedics2.page--search-results h1,
  .site-homedics2 .ais-InstantSearch {
    margin-left: auto;
    margin-right: auto;
    max-width: 81rem;
    padding: 0 1.5rem;
    position: relative;
    width: 100%; }
    @media (min-width: 1261px) {
      .site-homedics2.page--search-results h1,
      .site-homedics2 .ais-InstantSearch {
        padding: 0 6rem; } }
  .site-homedics2 div[data-content-region="category_content"] .ais-InstantSearch {
    padding: 0; }
  .site-homedics2 .ais-right-panel {
    padding-left: 0; }
    @media (min-width: 750px) {
      .site-homedics2 .ais-right-panel {
        padding-left: 10px; } }
    .site-homedics2 .ais-right-panel .ais-SearchBox {
      display: none; }
    .site-homedics2 .ais-right-panel .ais-Stats-text {
      align-items: center;
      display: flex;
      justify-content: space-between; }
    .site-homedics2 .ais-right-panel .ais-mobile-filter-btn {
      border-radius: 4px;
      display: inline-flex;
      justify-content: flex-end;
      align-items: center;
      padding: .5rem .75rem;
      border: 1px solid var(--color-gray-lilac);
      font-size: 0.875rem;
      font-weight: 450; }
      @media (min-width: 750px) {
        .site-homedics2 .ais-right-panel .ais-mobile-filter-btn {
          display: none; } }
      .site-homedics2 .ais-right-panel .ais-mobile-filter-btn svg {
        display: flex;
        margin-left: 2.5rem; }
  .site-homedics2 .ais-InfiniteHits ol {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 0; }
    @media (min-width: 750px) {
      .site-homedics2 .ais-InfiniteHits ol {
        grid-template-columns: repeat(3, 1fr); } }
    .site-homedics2 .ais-InfiniteHits ol li {
      box-shadow: none;
      border-top: var(--algolia-border-style);
      border-right: var(--algolia-border-style);
      flex-direction: column;
      padding: 1rem;
      width: auto; }
      @media (min-width: 750px) {
        .site-homedics2 .ais-InfiniteHits ol li {
          width: auto; } }
      .site-homedics2 .ais-InfiniteHits ol li:nth-child(2n) {
        border-right: none; }
        @media (min-width: 750px) {
          .site-homedics2 .ais-InfiniteHits ol li:nth-child(2n) {
            border-right: var(--algolia-border-style); } }
      @media (min-width: 750px) {
        .site-homedics2 .ais-InfiniteHits ol li:nth-child(3n) {
          border-right: none; } }
      .site-homedics2 .ais-InfiniteHits ol li .ais-hit-name {
        display: flex;
        flex-direction: column;
        font-size: 1.125rem;
        font-weight: 700;
        text-align: center; }
      .site-homedics2 .ais-InfiniteHits ol li .ais-hit-price {
        font-size: 1.125rem;
        font-weight: 700;
        margin-bottom: 1rem; }
      .site-homedics2 .ais-InfiniteHits ol li .aa-ItemActionButton {
        font-size: 0.875rem;
        padding: 10px 18px; }
      .site-homedics2 .ais-InfiniteHits ol li .product-collection--product-badge {
        right: -1rem; }
  .site-homedics2 .ais-InfiniteHits-loadMore {
    background: none;
    border: 0;
    box-shadow: none; }
    .site-homedics2 .ais-InfiniteHits-loadMore:hover {
      background: none; }
    .site-homedics2 .ais-InfiniteHits-loadMore a {
      background-color: unset;
      color: var(--color-secondary);
      font-size: 1rem;
      font-weight: 500;
      text-decoration: underline;
      text-decoration-color: var(--color-secondary);
      text-transform: uppercase; }
      .site-homedics2 .ais-InfiniteHits-loadMore a:hover {
        text-decoration: unset; }
  .site-homedics2.page--search-results .container, .site-homedics2.page--search-results div.component__2023-drift__which-cta--row > .shg-box-content {
    padding: 0 !important; }
    .site-homedics2.page--search-results .container #stats, .site-homedics2.page--search-results div.component__2023-drift__which-cta--row > .shg-box-content #stats {
      padding: 0 0.5rem; }
  .site-homedics2.page--search-results .dropdown--quickSearch.is-open {
    height: auto !important; }
  @media (min-width: 801px) {
    .site-homedics2 #faceted-search-container {
      padding-right: 1rem; } }
  .site-homedics2 #faceted-search-container + #product-listing-container .actionBar {
    display: flex;
    justify-content: left;
    margin: 0 0 1rem; }
    @media (min-width: 801px) {
      .site-homedics2 #faceted-search-container + #product-listing-container .actionBar {
        justify-content: right; } }
    .site-homedics2 #faceted-search-container + #product-listing-container .actionBar label {
      padding-left: 1rem;
      padding-top: .5rem; }
      @media (min-width: 801px) {
        .site-homedics2 #faceted-search-container + #product-listing-container .actionBar label {
          padding-top: 0; } }
  .site-homedics2 #faceted-search-container .facetedSearch-refineFilters {
    display: none; }
  .site-homedics2 #faceted-search-container .sidebarBlock .facetedSearch-toggle {
    padding: .5rem 1rem;
    text-transform: unset; }
  .site-homedics2 #faceted-search-container #facetedSearch-navList {
    margin-top: 0; }
    .site-homedics2 #faceted-search-container #facetedSearch-navList .accordion {
      border: 0;
      border-top: var(--algolia-border-style); }
    .site-homedics2 #faceted-search-container #facetedSearch-navList .accordion-block {
      border-left: var(--algolia-border-style);
      border-right: var(--algolia-border-style);
      border-bottom: var(--algolia-border-style);
      margin-top: 0; }
      @media (min-width: 801px) {
        .site-homedics2 #faceted-search-container #facetedSearch-navList .accordion-block {
          border: 0;
          margin-bottom: 1rem; } }
      .site-homedics2 #faceted-search-container #facetedSearch-navList .accordion-block:last-child {
        margin-bottom: 0; }
        @media (min-width: 801px) {
          .site-homedics2 #faceted-search-container #facetedSearch-navList .accordion-block:last-child {
            border: 0; } }
      .site-homedics2 #faceted-search-container #facetedSearch-navList .accordion-block[data-facet-type="brand"], .site-homedics2 #faceted-search-container #facetedSearch-navList .accordion-block[data-facet-type="bool"] {
        display: none; }
      .site-homedics2 #faceted-search-container #facetedSearch-navList .accordion-block .accordion-navigation {
        border: 0; }
      .site-homedics2 #faceted-search-container #facetedSearch-navList .accordion-block .accordion-content {
        padding: 0 1rem; }
        @media (min-width: 801px) {
          .site-homedics2 #faceted-search-container #facetedSearch-navList .accordion-block .accordion-content {
            padding: 0; } }
      .site-homedics2 #faceted-search-container #facetedSearch-navList .accordion-block .accordion-navigation-actions {
        align-items: center;
        display: flex;
        height: 100%;
        padding-right: 0.5rem;
        right: 0;
        top: 0; }
        .site-homedics2 #faceted-search-container #facetedSearch-navList .accordion-block .accordion-navigation-actions svg {
          fill: #231F20;
          height: 1.25rem;
          width: 1.25rem; }
      .site-homedics2 #faceted-search-container #facetedSearch-navList .accordion-block .toggleLink {
        color: var(--color-black); }
      .site-homedics2 #faceted-search-container #facetedSearch-navList .accordion-block h5 {
        color: var(--color-black);
        font-size: 1rem;
        font-weight: 450;
        margin-bottom: 0;
        padding: 10px; }
        @media (min-width: 801px) {
          .site-homedics2 #faceted-search-container #facetedSearch-navList .accordion-block h5 {
            background-color: var(--color-cloud); } }
      .site-homedics2 #faceted-search-container #facetedSearch-navList .accordion-block ul li {
        border-bottom: 1px solid #ccc;
        font-size: .875rem;
        font-weight: 500;
        padding: 1rem 0; }
        .site-homedics2 #faceted-search-container #facetedSearch-navList .accordion-block ul li:last-child {
          border-bottom: none; }
        .site-homedics2 #faceted-search-container #facetedSearch-navList .accordion-block ul li a {
          margin-bottom: 0; }
      .site-homedics2 #faceted-search-container #facetedSearch-navList .accordion-block #facet-range-form {
        margin-top: 1rem;
        padding-bottom: 1rem; }
        @media (min-width: 801px) {
          .site-homedics2 #faceted-search-container #facetedSearch-navList .accordion-block #facet-range-form {
            padding-bottom: 0; } }
        .site-homedics2 #faceted-search-container #facetedSearch-navList .accordion-block #facet-range-form .button, .site-homedics2.pagetype-checkout #faceted-search-container #facetedSearch-navList .accordion-block #facet-range-form .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset #faceted-search-container #facetedSearch-navList .accordion-block #facet-range-form button, .site-homedics2 #faceted-search-container #facetedSearch-navList .accordion-block #facet-range-form .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel #faceted-search-container #facetedSearch-navList .accordion-block #facet-range-form .show-all-products-btn, .site-homedics2 #faceted-search-container #facetedSearch-navList .accordion-block #facet-range-form .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li #faceted-search-container #facetedSearch-navList .accordion-block #facet-range-form .aa-ItemActionButton, .site-homedics2 #faceted-search-container #facetedSearch-navList .accordion-block #facet-range-form .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet #faceted-search-container #facetedSearch-navList .accordion-block #facet-range-form button {
          font-size: 0.75rem;
          padding: 12px 32px; }
          @media (min-width: 551px) {
            .site-homedics2 #faceted-search-container #facetedSearch-navList .accordion-block #facet-range-form .button, .site-homedics2.pagetype-checkout #faceted-search-container #facetedSearch-navList .accordion-block #facet-range-form .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset #faceted-search-container #facetedSearch-navList .accordion-block #facet-range-form button, .site-homedics2 #faceted-search-container #facetedSearch-navList .accordion-block #facet-range-form .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel #faceted-search-container #facetedSearch-navList .accordion-block #facet-range-form .show-all-products-btn, .site-homedics2 #faceted-search-container #facetedSearch-navList .accordion-block #facet-range-form .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li #faceted-search-container #facetedSearch-navList .accordion-block #facet-range-form .aa-ItemActionButton, .site-homedics2 #faceted-search-container #facetedSearch-navList .accordion-block #facet-range-form .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet #faceted-search-container #facetedSearch-navList .accordion-block #facet-range-form button {
              font-size: 1.125rem; } }
  .site-homedics2 .pagination-list li {
    border: 0; }
    .site-homedics2 .pagination-list li.pagination-item--current {
      background-color: var(--color-cloud); }
  .site-homedics2 .productGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0; }
    @media (min-width: 801px) {
      .site-homedics2 .productGrid {
        grid-template-columns: repeat(3, 1fr); } }
    .site-homedics2 .productGrid:before, .site-homedics2 .productGrid:after {
      content: unset; }
    .site-homedics2 .productGrid li {
      border-top: var(--algolia-border-style);
      border-right: var(--algolia-border-style);
      padding: 1.25rem;
      flex-direction: column;
      width: auto !important; }
      .site-homedics2 .productGrid li:nth-child(2n) {
        border-right: none; }
        @media (min-width: 801px) {
          .site-homedics2 .productGrid li:nth-child(2n) {
            border-right: var(--algolia-border-style); } }
      @media (min-width: 801px) {
        .site-homedics2 .productGrid li:nth-child(3n) {
          border-right: none; } }
      .site-homedics2 .productGrid li .card {
        display: flex;
        flex-direction: column;
        height: 100%;
        margin-bottom: 0; }
        .site-homedics2 .productGrid li .card figure {
          margin-bottom: 1rem; }
          .site-homedics2 .productGrid li .card figure .card-img-container:after {
            padding-bottom: 100%; }
        .site-homedics2 .productGrid li .card h3 {
          min-height: auto;
          margin-bottom: 1rem;
          flex: 1; }
        .site-homedics2 .productGrid li .card .card-hover-top {
          display: none; }
        .site-homedics2 .productGrid li .card .card-body {
          display: flex;
          flex-basis: 100%;
          flex-direction: column;
          padding: 0; }
        .site-homedics2 .productGrid li .card .card-ratings {
          display: flex; }
        .site-homedics2 .productGrid li .card-list {
          display: none; }
  .site-homedics2 .hawk-searchQuery .hawk-sqItemName {
    font-family: "Inter"; }
  .site-homedics2 .hawk--breadcrumbs {
    display: none; }
  .site-homedics2 ul.breadcrumbs li a {
    text-decoration-color: var(--color-primary);
    text-underline-offset: 5px;
    text-decoration-line: underline; }
  .site-homedics2.pagetype-category [data-content-region="category_below_header"] {
    display: none; }
  .site-homedics2.pagetype-category [data-content-region="header_bottom"] [data-sub-layout] {
    padding-left: 0;
    padding-right: 0; }
  .site-homedics2.pagetype-category [data-content-region="header_bottom"]:not(:empty) + #main .category-header {
    display: block; }
  .site-homedics2.pagetype-category .category-header {
    margin-bottom: 1rem; }
  .site-homedics2.pagetype-category h1 {
    color: var(--color-secondary);
    font-size: 2.5rem;
    text-transform: lowercase;
    font-weight: 600;
    text-align: left;
    margin: 0 0 1rem; }
  .site-homedics2.pagetype-category .hawk--top {
    margin-bottom: 0px; }
  .site-homedics2.pagetype-category #aehawkmpp .hawk--facet .hawk--controls-toggleLink {
    justify-content: flex-end; }
  .site-homedics2 .hawk-card {
    justify-content: center;
    border: 1px solid #ccc;
    padding: 20px 10px 32px 10px;
    margin: 0;
    border-top: 0;
    border-left: 0; }
    .site-homedics2 .hawk-card h2 {
      font-family: "Inter";
      font-size: 0.875rem;
      font-weight: normal;
      margin-top: 20px;
      min-height: unset;
      text-align: center; }
      .site-homedics2 .hawk-card h2 a:hover {
        text-decoration-line: none;
        color: var(--color-primary); }
      @media (min-width: 801px) {
        .site-homedics2 .hawk-card h2 {
          font-size: 1.125rem;
          font-weight: 500;
          text-align: center; } }
    @media (min-width: 801px) {
      .site-homedics2 .hawk-card p {
        text-align: center; } }
    .site-homedics2 .hawk-card a {
      font-family: "Inter";
      font-weight: 600; }
    .site-homedics2 .hawk-card .shop-now-card {
      margin-top: 20px; }
      .site-homedics2 .hawk-card .shop-now-card a.shop-now-btn {
        font-family: "Inter";
        font-size: 0.875rem;
        font-weight: 600;
        padding: 10px 18px; }
    .site-homedics2 .hawk-card--stock {
      min-height: unset; }
    .site-homedics2 .hawk-card--rating .bv_main_container .bv_text {
      font-size: 0.875rem !important; }
      @media (min-width: 801px) {
        .site-homedics2 .hawk-card--rating .bv_main_container .bv_text {
          font-size: 1rem !important; } }
    .site-homedics2 .hawk-card--price {
      font-size: 1.25rem;
      font-weight: 600;
      text-align: center; }
      @media (min-width: 801px) {
        .site-homedics2 .hawk-card--price {
          font-size: 1.5rem; } }
    .site-homedics2 .hawk-card--content {
      align-items: center; }
      @media (min-width: 801px) {
        .site-homedics2 .hawk-card--content {
          align-items: center; } }
      .site-homedics2 .hawk-card--content-bottom {
        margin-top: 10px; }
    .site-homedics2 .hawk-card:nth-child(2n) {
      border-right: none; }
    @media (min-width: 551px) {
      .site-homedics2 .hawk-card .shop-now-card a.shop-now-btn {
        padding: 12px 40px; } }
    @media (min-width: 801px) {
      .site-homedics2 .hawk-card:nth-child(2n) {
        border-right: 1px solid #ccc; }
      .site-homedics2 .hawk-card:nth-child(3n) {
        border-right: none; } }
    @media (min-width: 1261px) {
      .site-homedics2 .hawk-card:nth-child(3n) {
        border-right: 1px solid #ccc; }
      .site-homedics2 .hawk-card:nth-child(4n) {
        border-right: none; } }
  .site-homedics2 .remove-border-bottom {
    border-bottom: 0; }
  .site-homedics2 .hawk--toggleLink {
    font-size: 1.375rem; }
    .site-homedics2 .hawk--toggleLink:hover {
      text-decoration-line: none; }
  .site-homedics2 .hawk--facet a {
    font-size: 1rem;
    font-weight: normal;
    text-transform: unset; }
    @media (min-width: 801px) {
      .site-homedics2 .hawk--facet a {
        font-size: 1.125rem;
        font-weight: 500; } }
  .site-homedics2 .hawk--facet label {
    text-transform: unset; }
    .site-homedics2 .hawk--facet label:hover {
      text-decoration-color: var(--color-primary);
      text-decoration-line: underline; }
  .site-homedics2 .hawk--facet .toggleLink:hover {
    text-decoration-line: none; }
  .site-homedics2 [data-bv-show="inline_rating"] div {
    max-width: 10rem !important; }
  .site-homedics2 .hawk--facet-radio:checked + .hawk--facet-label {
    text-decoration-color: var(--color-primary); }
  .site-homedics2 .hawk-recommendation--new-design.hawk-recommendation-horizontal .hawk-carousel-next,
  .site-homedics2 .hawk-recommendation--new-design.hawk-recommendation-horizontal .hawk-carousel-prev {
    color: var(--color-primary);
    font-size: 1.5rem; }
  .site-homedics2 .hawk-recommendation--new-design.hawk-recommendation-horizontal .hawk-carousel-prev::after {
    content: "\25C0"; }
  .site-homedics2 .hawk-recommendation--new-design.hawk-recommendation-horizontal .hawk-carousel-next::before {
    content: "\25B6"; }
  .site-homedics2 .hawk-recommendation--new-design .hawk-itemWrapper .itemTitle a {
    font-size: 1rem;
    font-weight: normal; }
    @media (min-width: 801px) {
      .site-homedics2 .hawk-recommendation--new-design .hawk-itemWrapper .itemTitle a {
        font-size: 1.125rem;
        font-weight: bold; } }
  .site-homedics2 .hawk-recommendation--new-design .hawk-itemWrapper .itemPrice {
    font-size: 1rem;
    font-weight: 500; }
    @media (min-width: 801px) {
      .site-homedics2 .hawk-recommendation--new-design .hawk-itemWrapper .itemPrice {
        font-size: 1.125rem;
        font-weight: normal; } }
  .site-homedics2 .inline-marketing__2023-free-expediated-shipping {
    --icon-height: 46px;
    --icon-width: 75px;
    align-items: center;
    background-color: var(--color-secondary);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    padding: 2rem 1rem;
    text-align: center;
    width: 100%; }
    @media (min-width: 801px) {
      .site-homedics2 .inline-marketing__2023-free-expediated-shipping {
        --icon-height: 70px;
        --icon-width: 113px; } }
    .site-homedics2 .inline-marketing__2023-free-expediated-shipping figure {
      display: none;
      margin: 0; }
      .site-homedics2 .inline-marketing__2023-free-expediated-shipping figure img {
        height: var(--icon-height);
        width: var(--icon-width); }
    .site-homedics2 .inline-marketing__2023-free-expediated-shipping header:before {
      background-image: url("../img/components/inline-marketing/icon-free-delivery.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      content: '';
      display: block;
      margin: 0 auto 1rem;
      height: var(--icon-height);
      width: var(--icon-width); }
    .site-homedics2 .inline-marketing__2023-free-expediated-shipping header h2 {
      color: var(--color-dandelion);
      font-family: "new-kansas";
      font-weight: 700;
      margin: 0 0 .5rem;
      font-size: 1.5rem; }
      @media (min-width: 801px) {
        .site-homedics2 .inline-marketing__2023-free-expediated-shipping header h2 {
          font-size: 2rem;
          margin: 0; } }
    .site-homedics2 .inline-marketing__2023-free-expediated-shipping p {
      color: var(--color-white);
      font-size: 1rem;
      margin-bottom: .5rem; }
      @media (min-width: 801px) {
        .site-homedics2 .inline-marketing__2023-free-expediated-shipping p {
          font-size: 1.125rem;
          margin-bottom: 0; } }
    .site-homedics2 .inline-marketing__2023-free-expediated-shipping a {
      color: var(--color-white);
      font-size: 1rem;
      text-decoration-line: underline; }
      .site-homedics2 .inline-marketing__2023-free-expediated-shipping a:hover {
        text-decoration-line: none; }
      @media (min-width: 801px) {
        .site-homedics2 .inline-marketing__2023-free-expediated-shipping a {
          font-size: 1.25rem; } }
    .site-homedics2 .inline-marketing__2023-free-expediated-shipping.cat-banner {
      align-items: center;
      flex-direction: column;
      justify-content: center; }
      @media (min-width: 801px) {
        .site-homedics2 .inline-marketing__2023-free-expediated-shipping.cat-banner {
          flex-direction: row; } }
      @media (min-width: 801px) {
        .site-homedics2 .inline-marketing__2023-free-expediated-shipping.cat-banner figure {
          display: block; } }
      .site-homedics2 .inline-marketing__2023-free-expediated-shipping.cat-banner header {
        margin: 0 2rem; }
        @media (min-width: 801px) {
          .site-homedics2 .inline-marketing__2023-free-expediated-shipping.cat-banner header:before {
            display: none; } }
  .site-homedics2 .inline-marketing__2023-heart-health {
    align-items: center;
    background-image: url("../img/components/inline-marketing/2023-heart-health.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 1rem;
    width: 100%; }
    .site-homedics2 .inline-marketing__2023-heart-health h2 {
      color: var(--color-secondary);
      font-family: "new-kansas";
      font-weight: 600;
      margin: 0 0 1rem;
      font-size: 1.25rem; }
      @media (min-width: 801px) {
        .site-homedics2 .inline-marketing__2023-heart-health h2 {
          font-size: 1.75rem; } }
    .site-homedics2 .inline-marketing__2023-heart-health p {
      margin: 0;
      font-size: 0.875rem; }
      @media (min-width: 801px) {
        .site-homedics2 .inline-marketing__2023-heart-health p {
          font-size: 1rem; } }
  .site-homedics2 .inline-marketing__2023-valentines {
    align-items: center;
    background-image: url("../img/components/inline-marketing/2023-valentines.jpg");
    color: var(--color-white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%; }
    .site-homedics2 .inline-marketing__2023-valentines a {
      color: var(--color-white);
      font-weight: 450;
      margin-top: 2rem;
      text-decoration-color: var(--color-white);
      text-decoration-line: underline; }
      .site-homedics2 .inline-marketing__2023-valentines a:hover {
        text-decoration-line: none; }
    .site-homedics2 .inline-marketing__2023-valentines h2 {
      color: var(--color-white);
      font-family: "new-kansas";
      font-weight: 600;
      margin: 0 0 2rem;
      font-size: 1.5rem; }
    .site-homedics2 .inline-marketing__2023-valentines ul {
      flex-direction: column;
      grid-gap: 1rem; }
      .site-homedics2 .inline-marketing__2023-valentines ul li {
        font-size: 1rem; }
        @media (min-width: 801px) {
          .site-homedics2 .inline-marketing__2023-valentines ul li {
            font-size: 1.25rem; } }
        .site-homedics2 .inline-marketing__2023-valentines ul li b,
        .site-homedics2 .inline-marketing__2023-valentines ul li strong {
          font-size: 1.25rem; }
          @media (min-width: 801px) {
            .site-homedics2 .inline-marketing__2023-valentines ul li b,
            .site-homedics2 .inline-marketing__2023-valentines ul li strong {
              font-size: 2.625rem; } }
  .site-homedics2 .inline-marketing-tile {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
    .site-homedics2 .inline-marketing-tile .text-cta-contain {
      height: 100%;
      display: flex;
      flex-flow: column nowrap;
      align-items: center;
      justify-content: center; }
      .site-homedics2 .inline-marketing-tile .text-cta-contain a.shop-now-btn {
        font-size: .875rem;
        font-weight: 600;
        margin-bottom: 3rem;
        margin-top: auto;
        padding: 10px 18px;
        color: var(--color-black);
        background-color: var(--color-primary);
        border-color: var(--color-primary); }
        @media (min-width: 801px) {
          .site-homedics2 .inline-marketing-tile .text-cta-contain a.shop-now-btn {
            padding: 12px 40px; } }
        .site-homedics2 .inline-marketing-tile .text-cta-contain a.shop-now-btn:hover, .site-homedics2 .inline-marketing-tile .text-cta-contain a.shop-now-btn:focus {
          box-shadow: 3px 6px 12px 0 rgba(0, 0, 0, 0.52); }
  .site-homedics2 .inline-marketing__2023-03-bundles {
    background-image: url("../img/banner/2023-03-bundles/inline-tile.jpg");
    flex-direction: column;
    justify-content: flex-end;
    padding: 1rem; }
    .site-homedics2 .inline-marketing__2023-03-bundles h2 {
      color: var(--color-white);
      font-family: "new-kansas";
      font-weight: 600;
      margin: 0 0 .5rem;
      font-size: 2rem; }
      @media (min-width: 801px) {
        .site-homedics2 .inline-marketing__2023-03-bundles h2 {
          font-size: 2rem; } }
    .site-homedics2 .inline-marketing__2023-03-bundles p {
      color: var(--color-white);
      font-size: 1.125rem; }
      @media (min-width: 801px) {
        .site-homedics2 .inline-marketing__2023-03-bundles p {
          font-size: 1.125rem; } }
  .site-homedics2 section.component__100.subscribe-save-2023 {
    justify-content: flex-end;
    color: var(--color-white); }
    .site-homedics2 section.component__100.subscribe-save-2023.inline-tile {
      --bg-width: 756;
      --bg-height: 1041;
      aspect-ratio: calc(var(--bg-width) / var(--bg-height));
      display: flex;
      height: 100%;
      width: 100%;
      padding: .75rem .75rem 4rem .75rem;
      background-image: url("https://www.homedics.com/content/promos/20231004-subscribe-and-save/subscribe-save-banner-category_tile.webp"); }
      .site-homedics2 section.component__100.subscribe-save-2023.inline-tile .cta-contain-100 {
        padding-left: 0;
        text-align: center; }
        .site-homedics2 section.component__100.subscribe-save-2023.inline-tile .cta-contain-100 h2 {
          font-family: "new-kansas";
          font-size: 1.5625rem;
          font-weight: 600;
          line-height: 30px;
          text-align: center;
          color: var(--color-white);
          margin-top: 2rem;
          margin-right: auto;
          margin-bottom: 0.15rem;
          margin-left: auto;
          max-width: 165px; }
        .site-homedics2 section.component__100.subscribe-save-2023.inline-tile .cta-contain-100 p {
          font-size: 0.875rem;
          font-weight: 500;
          line-height: 18px;
          color: var(--color-white);
          max-width: 210px;
          margin: auto; }
        .site-homedics2 section.component__100.subscribe-save-2023.inline-tile .cta-contain-100 .btn_contain {
          margin-left: 0;
          padding-bottom: 1rem; }
          .site-homedics2 section.component__100.subscribe-save-2023.inline-tile .cta-contain-100 .btn_contain a.button, .site-homedics2 section.component__100.subscribe-save-2023.inline-tile .cta-contain-100 .btn_contain .aa-Panel a.show-all-products-btn, .site-homedics2 .aa-Panel section.component__100.subscribe-save-2023.inline-tile .cta-contain-100 .btn_contain a.show-all-products-btn, .site-homedics2 section.component__100.subscribe-save-2023.inline-tile .cta-contain-100 .btn_contain .ais-InfiniteHits ol li a.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__100.subscribe-save-2023.inline-tile .cta-contain-100 .btn_contain a.aa-ItemActionButton {
            padding: 12px 20px; }
            @media (min-width: 551px) {
              .site-homedics2 section.component__100.subscribe-save-2023.inline-tile .cta-contain-100 .btn_contain a.button, .site-homedics2 section.component__100.subscribe-save-2023.inline-tile .cta-contain-100 .btn_contain .aa-Panel a.show-all-products-btn, .site-homedics2 .aa-Panel section.component__100.subscribe-save-2023.inline-tile .cta-contain-100 .btn_contain a.show-all-products-btn, .site-homedics2 section.component__100.subscribe-save-2023.inline-tile .cta-contain-100 .btn_contain .ais-InfiniteHits ol li a.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li section.component__100.subscribe-save-2023.inline-tile .cta-contain-100 .btn_contain a.aa-ItemActionButton {
                padding: 12px 40px; } }
  .site-homedics2 .inline-marketing-tile.drift-tile {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: url("https://cdn11.bigcommerce.com/s-86vx9wqoip/images/stencil/original/image-manager/drift-inline-tiile-bg-opt.jpg") no-repeat center transparent;
    background-size: cover; }
    .site-homedics2 .inline-marketing-tile.drift-tile .text-cta-contain {
      height: 100%;
      display: flex;
      flex-flow: column nowrap;
      align-items: center;
      justify-content: center; }
      .site-homedics2 .inline-marketing-tile.drift-tile .text-cta-contain a.shop-now-btn {
        font-size: .875rem;
        font-weight: 600;
        margin-bottom: 3rem;
        margin-top: auto;
        padding: 10px 18px;
        color: var(--color-black);
        background-color: var(--color-primary);
        border-color: var(--color-primary); }
        @media (min-width: 801px) {
          .site-homedics2 .inline-marketing-tile.drift-tile .text-cta-contain a.shop-now-btn {
            padding: 12px 40px; } }
        .site-homedics2 .inline-marketing-tile.drift-tile .text-cta-contain a.shop-now-btn:hover, .site-homedics2 .inline-marketing-tile.drift-tile .text-cta-contain a.shop-now-btn:focus {
          box-shadow: 3px 6px 12px 0 rgba(0, 0, 0, 0.52); }
    .site-homedics2 .inline-marketing-tile.drift-tile h3 {
      max-width: 100%;
      margin-top: auto;
      padding: 0 1rem 0 1rem;
      font-family: "new-kansas";
      font-size: 1.75rem;
      font-weight: 800;
      color: var(--color-dandelion);
      text-transform: none;
      text-shadow: 0 4px 6px rgba(0, 0, 0, 0.65); }
      .site-homedics2 .inline-marketing-tile.drift-tile h3 span {
        font-weight: 700; }
        .site-homedics2 .inline-marketing-tile.drift-tile h3 span.imt--row-one, .site-homedics2 .inline-marketing-tile.drift-tile h3 span.imt--row-two, .site-homedics2 .inline-marketing-tile.drift-tile h3 span.imt--row-three, .site-homedics2 .inline-marketing-tile.drift-tile h3 span.imt--row-four, .site-homedics2 .inline-marketing-tile.drift-tile h3 span.imt--row-five {
          display: block; }
        .site-homedics2 .inline-marketing-tile.drift-tile h3 span.imt--row-one {
          color: var(--color-white);
          margin-bottom: 1rem;
          font-size: 1rem; }
          @media (min-width: 801px) {
            .site-homedics2 .inline-marketing-tile.drift-tile h3 span.imt--row-one {
              font-size: 2.2rem; } }
        .site-homedics2 .inline-marketing-tile.drift-tile h3 span.imt--row-two {
          font-size: 1.25rem; }
          @media (min-width: 801px) {
            .site-homedics2 .inline-marketing-tile.drift-tile h3 span.imt--row-two {
              font-size: 2.75rem; } }
  .site-homedics2 .inline-marketing-tile.ten-percent-off-massage {
    background: url("https://cdn11.bigcommerce.com/s-86vx9wqoip/images/stencil/original/image-manager/ten-percent-off-massage-tile-bg-opt.jpg") no-repeat center transparent;
    background-size: cover; }
    .site-homedics2 .inline-marketing-tile.ten-percent-off-massage h3 {
      max-width: 100%;
      margin: auto;
      padding: 0 1rem 0 1rem;
      font-family: "new-kansas";
      font-size: 1.75rem;
      font-weight: 800;
      color: var(--color-dandelion);
      text-transform: none;
      text-shadow: 0 4px 6px rgba(0, 0, 0, 0.65); }
      .site-homedics2 .inline-marketing-tile.ten-percent-off-massage h3 span {
        font-weight: 700; }
      @media (min-width: 801px) {
        .site-homedics2 .inline-marketing-tile.ten-percent-off-massage h3 {
          font-size: 2.2rem; } }
    .site-homedics2 .inline-marketing-tile.ten-percent-off-massage a.shop-now-btn {
      margin: 0 auto 3rem;
      font-size: .675rem; }
      @media (min-width: 801px) {
        .site-homedics2 .inline-marketing-tile.ten-percent-off-massage a.shop-now-btn {
          font-size: .875rem; } }
  .site-homedics2 .inline-marketing-tile.ten-dollars-off-us-med-hum {
    flex-direction: column;
    background: url("https://cdn11.bigcommerce.com/s-86vx9wqoip/images/stencil/original/image-manager/ultrasonic-medium-humidifier-category-tile.jpg") no-repeat center transparent;
    background-size: cover; }
    .site-homedics2 .inline-marketing-tile.ten-dollars-off-us-med-hum h2 {
      max-width: 130px;
      font-family: "new-kansas";
      color: #fff;
      font-size: 1.25rem;
      font-weight: 700; }
      @media (min-width: 551px) {
        .site-homedics2 .inline-marketing-tile.ten-dollars-off-us-med-hum h2 {
          max-width: 230px;
          font-size: 1.75rem; } }
    .site-homedics2 .inline-marketing-tile.ten-dollars-off-us-med-hum span.top-line-large-txt {
      display: block;
      padding-bottom: 0.75rem;
      font-size: 1.875rem;
      font-weight: 700; }
      @media (min-width: 551px) {
        .site-homedics2 .inline-marketing-tile.ten-dollars-off-us-med-hum span.top-line-large-txt {
          font-size: 4rem; } }
    .site-homedics2 .inline-marketing-tile.ten-dollars-off-us-med-hum p {
      max-width: 160px;
      color: #fff;
      font-size: 1.125rem; }
      @media (min-width: 551px) {
        .site-homedics2 .inline-marketing-tile.ten-dollars-off-us-med-hum p {
          max-width: 200px; } }
    .site-homedics2 .inline-marketing-tile.ten-dollars-off-us-med-hum a.button, .site-homedics2 .inline-marketing-tile.ten-dollars-off-us-med-hum .aa-Panel a.show-all-products-btn, .site-homedics2 .aa-Panel .inline-marketing-tile.ten-dollars-off-us-med-hum a.show-all-products-btn, .site-homedics2 .inline-marketing-tile.ten-dollars-off-us-med-hum .ais-InfiniteHits ol li a.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .inline-marketing-tile.ten-dollars-off-us-med-hum a.aa-ItemActionButton {
      padding: 12px 16px; }
      @media (min-width: 551px) {
        .site-homedics2 .inline-marketing-tile.ten-dollars-off-us-med-hum a.button, .site-homedics2 .inline-marketing-tile.ten-dollars-off-us-med-hum .aa-Panel a.show-all-products-btn, .site-homedics2 .aa-Panel .inline-marketing-tile.ten-dollars-off-us-med-hum a.show-all-products-btn, .site-homedics2 .inline-marketing-tile.ten-dollars-off-us-med-hum .ais-InfiniteHits ol li a.aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .inline-marketing-tile.ten-dollars-off-us-med-hum a.aa-ItemActionButton {
          padding: 12px 40px; } }
  .site-homedics2 .inline-marketing-tile.inline-marketing__20230309-march-madness {
    flex-direction: column;
    background-image: url(../img/banner/20230309-march-madness-hp-hero/march-madness-sale-secondary-bg.jpg); }
    .site-homedics2 .inline-marketing-tile.inline-marketing__20230309-march-madness.hide-mobile {
      display: none; }
      @media (min-width: 801px) {
        .site-homedics2 .inline-marketing-tile.inline-marketing__20230309-march-madness.hide-mobile {
          display: flex; } }
    .site-homedics2 .inline-marketing-tile.inline-marketing__20230309-march-madness p {
      color: var(--color-white); }
      .site-homedics2 .inline-marketing-tile.inline-marketing__20230309-march-madness p.it-p3 {
        margin-top: 0;
        margin-bottom: 1.25rem;
        line-height: 1;
        font-size: 0.875rem;
        font-weight: 450; }
    .site-homedics2 .inline-marketing-tile.inline-marketing__20230309-march-madness .it-cta-contain {
      display: flex;
      flex-direction: row;
      padding: 1.25rem 0;
      width: 100%;
      max-width: 720px; }
      .site-homedics2 .inline-marketing-tile.inline-marketing__20230309-march-madness .it-cta-contain .it-cta {
        flex: 1 1 0;
        padding: 0 8px; }
        .site-homedics2 .inline-marketing-tile.inline-marketing__20230309-march-madness .it-cta-contain .it-cta.it-cta-1 {
          border-right: 1px solid #fff; }
        .site-homedics2 .inline-marketing-tile.inline-marketing__20230309-march-madness .it-cta-contain .it-cta.it-cta-single {
          border: 0 none; }
        .site-homedics2 .inline-marketing-tile.inline-marketing__20230309-march-madness .it-cta-contain .it-cta p {
          font-size: 0.75rem;
          font-weight: 450; }
          @media (min-width: 551px) {
            .site-homedics2 .inline-marketing-tile.inline-marketing__20230309-march-madness .it-cta-contain .it-cta p {
              font-size: 1.25rem; } }
      .site-homedics2 .inline-marketing-tile.inline-marketing__20230309-march-madness .it-cta-contain h2 {
        margin-top: 1.25rem;
        margin-bottom: 0;
        font-family: "new-kansas";
        color: var(--color-white);
        font-size: 1.5rem;
        font-weight: 600; }
        .site-homedics2 .inline-marketing-tile.inline-marketing__20230309-march-madness .it-cta-contain h2 span.icon-svg-inline {
          display: inline;
          white-space: nowrap; }
        @media (min-width: 551px) {
          .site-homedics2 .inline-marketing-tile.inline-marketing__20230309-march-madness .it-cta-contain h2 {
            font-size: 3rem; } }
        .site-homedics2 .inline-marketing-tile.inline-marketing__20230309-march-madness .it-cta-contain h2 img {
          display: inline-block;
          height: 18px;
          margin-top: -5px;
          margin-right: 1px; }
          @media (min-width: 551px) {
            .site-homedics2 .inline-marketing-tile.inline-marketing__20230309-march-madness .it-cta-contain h2 img {
              height: 37px;
              margin-top: -11px; } }
  .site-homedics2 .hawk-card--customHtml .inline-marketing__20230309-march-madness {
    padding: 0 0.75rem; }
    .site-homedics2 .hawk-card--customHtml .inline-marketing__20230309-march-madness .it-cta-contain {
      flex-direction: column; }
      .site-homedics2 .hawk-card--customHtml .inline-marketing__20230309-march-madness .it-cta-contain .it-cta.it-cta-1 {
        border: 0 none;
        border-bottom: 1px solid #fff; }
      .site-homedics2 .hawk-card--customHtml .inline-marketing__20230309-march-madness .it-cta-contain .it-cta.it-cta-single {
        border: 0 none; }
  .site-homedics2 .inline-marketing-tile.inline-marketing__20230309-march-madness-v2 {
    background: var(--color-primary); }
    .site-homedics2 .inline-marketing-tile.inline-marketing__20230309-march-madness-v2 .it-cta-contain {
      padding: 1rem;
      width: 100%; }
      .site-homedics2 .inline-marketing-tile.inline-marketing__20230309-march-madness-v2 .it-cta-contain h2 {
        font-family: "new-kansas";
        font-size: 1.75rem;
        font-weight: 600;
        color: var(--color-secondary); }
        .site-homedics2 .inline-marketing-tile.inline-marketing__20230309-march-madness-v2 .it-cta-contain h2 span {
          color: var(--color-white); }
      .site-homedics2 .inline-marketing-tile.inline-marketing__20230309-march-madness-v2 .it-cta-contain p {
        color: var(--color-white);
        font-size: 0.875rem;
        font-weight: 450; }
  .site-homedics2 .productView-bestSellerBadge {
    display: none;
    border-radius: unset;
    background-color: var(--color-amazonite);
    color: var(--color-black);
    font-family: "Inter";
    font-size: 0.875rem;
    height: auto;
    line-height: 14px;
    padding: 10px 25px;
    position: absolute;
    text-transform: unset;
    right: 0;
    width: auto; }
    .site-homedics2 .productView-bestSellerBadge-inner {
      border: unset;
      border-radius: unset;
      position: unset;
      transform: unset;
      height: auto;
      width: auto; }
      .site-homedics2 .productView-bestSellerBadge-inner span {
        padding: 0;
        position: unset;
        transform: unset; }
  .site-homedics2 #bundles .bundle-name__icon svg {
    color: var(--color-secondary);
    fill: var(--color-secondary); }
  .site-homedics2 .productView h1 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--color-black);
    line-height: 1.25;
    margin-bottom: 0.8125rem; }
    @media (min-width: 801px) {
      .site-homedics2 .productView h1 {
        font-size: 1.5rem;
        margin-bottom: 1.5625rem; } }
  .site-homedics2 .productView-details {
    margin-bottom: 0; }
  .site-homedics2 .productView-sku {
    color: var(--color-gray-lilac);
    display: none;
    font-size: 1rem;
    margin-bottom: 1rem; }
    @media (min-width: 801px) {
      .site-homedics2 .productView-sku {
        font-size: 1.25rem;
        margin-bottom: 2rem; } }
  .site-homedics2 .productView-benefit_statement {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.8125rem; }
    @media (min-width: 801px) {
      .site-homedics2 .productView-benefit_statement {
        margin-bottom: 1.5625rem; } }
  .site-homedics2 .productView-price {
    font-family: "Inter";
    font-size: 1.25rem;
    font-weight: 700;
    justify-content: flex-start; }
    @media (min-width: 801px) {
      .site-homedics2 .productView-price {
        font-size: 2.375rem;
        font-weight: 500;
        margin-bottom: .5rem; } }
  .site-homedics2 .productView-inventory {
    color: var(--color-black);
    font-size: 1.125rem;
    margin-bottom: 1rem; }
  .site-homedics2 .productView-oos {
    order: unset; }
  .site-homedics2 .productView-marketingMessage {
    font-family: "Inter";
    font-size: 1.125rem;
    font-weight: 500; }
    @media (min-width: 801px) {
      .site-homedics2 .productView-marketingMessage {
        font-weight: bold; } }
    .site-homedics2 .productView-marketingMessage a {
      font-weight: normal; }
  .site-homedics2 .productView-options .form-wishlist .button, .site-homedics2.pagetype-checkout .productView-options .form-wishlist .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .productView-options .form-wishlist button, .site-homedics2 .productView-options .form-wishlist .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .productView-options .form-wishlist .show-all-products-btn, .site-homedics2 .productView-options .form-wishlist .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .productView-options .form-wishlist .aa-ItemActionButton, .site-homedics2 .productView-options .form-wishlist .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .productView-options .form-wishlist button {
    text-decoration-color: var(--color-primary); }
    .site-homedics2 .productView-options .form-wishlist .button svg, .site-homedics2.pagetype-checkout .productView-options .form-wishlist .ui-dialog .ui-dialog-buttonset button svg, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .productView-options .form-wishlist button svg, .site-homedics2 .productView-options .form-wishlist .aa-Panel .show-all-products-btn svg, .site-homedics2 .aa-Panel .productView-options .form-wishlist .show-all-products-btn svg, .site-homedics2 .productView-options .form-wishlist .ais-InfiniteHits ol li .aa-ItemActionButton svg, .site-homedics2 .ais-InfiniteHits ol li .productView-options .form-wishlist .aa-ItemActionButton svg, .site-homedics2 .productView-options .form-wishlist .addrexxOverlay .addrexxButtonSet button svg, .site-homedics2 .addrexxOverlay .addrexxButtonSet .productView-options .form-wishlist button svg {
      transition: none; }
  .site-homedics2 .productView-options .form-wishlist #wishlist-dropdown .button, .site-homedics2.pagetype-checkout .productView-options .form-wishlist #wishlist-dropdown .ui-dialog .ui-dialog-buttonset button, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .productView-options .form-wishlist #wishlist-dropdown button, .site-homedics2 .productView-options .form-wishlist #wishlist-dropdown .aa-Panel .show-all-products-btn, .site-homedics2 .aa-Panel .productView-options .form-wishlist #wishlist-dropdown .show-all-products-btn, .site-homedics2 .productView-options .form-wishlist #wishlist-dropdown .ais-InfiniteHits ol li .aa-ItemActionButton, .site-homedics2 .ais-InfiniteHits ol li .productView-options .form-wishlist #wishlist-dropdown .aa-ItemActionButton, .site-homedics2 .productView-options .form-wishlist #wishlist-dropdown .addrexxOverlay .addrexxButtonSet button, .site-homedics2 .addrexxOverlay .addrexxButtonSet .productView-options .form-wishlist #wishlist-dropdown button {
    text-decoration-color: var(--color-primary); }
    .site-homedics2 .productView-options .form-wishlist #wishlist-dropdown .button:hover, .site-homedics2.pagetype-checkout .productView-options .form-wishlist #wishlist-dropdown .ui-dialog .ui-dialog-buttonset button:hover, .site-homedics2.pagetype-checkout .ui-dialog .ui-dialog-buttonset .productView-options .form-wishlist #wishlist-dropdown button:hover, .site-homedics2 .productView-options .form-wishlist #wishlist-dropdown .aa-Panel .show-all-products-btn:hover, .site-homedics2 .aa-Panel .productView-options .form-wishlist #wishlist-dropdown .show-all-products-btn:hover, .site-homedics2 .productView-options .form-wishlist #wishlist-dropdown .ais-InfiniteHits ol li .aa-ItemActionButton:hover, .site-homedics2 .ais-InfiniteHits ol li .productView-options .form-wishlist #wishlist-dropdown .aa-ItemActionButton:hover, .site-homedics2 .productView-options .form-wishlist #wishlist-dropdown .addrexxOverlay .addrexxButtonSet button:hover, .site-homedics2 .addrexxOverlay .addrexxButtonSet .productView-options .form-wishlist #wishlist-dropdown button:hover {
      text-decoration-line: underline; }
  .site-homedics2 .productView-thumbnails li a {
    border-radius: 6px;
    border: 1px solid var(--color-gray-lilac); }
    .site-homedics2 .productView-thumbnails li a.is-active {
      border-color: var(--color-secondary);
      border-width: 2px; }
    .site-homedics2 .productView-thumbnails li a img {
      border-radius: 6px; }
  .site-homedics2 .productView-thumbnails .productView-thumbnail-video {
    position: relative; }
    .site-homedics2 .productView-thumbnails .productView-thumbnail-video iframe {
      height: 100%;
      left: 0;
      top: 0;
      position: absolute; }
  .site-homedics2 .productView .form-field[data-product-attribute="swatch"] input.form-radio:checked + .form-option {
    border-color: var(--color-secondary); }
    .site-homedics2 .productView .form-field[data-product-attribute="swatch"] input.form-radio:checked + .form-option:after {
      background-image: none; }
    .site-homedics2 .productView .form-field[data-product-attribute="swatch"] input.form-radio:checked + .form-option > span {
      border-color: var(--color-cloud); }
  .site-homedics2 .productView .form-field[data-product-attribute="swatch"] label.form-option {
    border-color: transparent;
    border-radius: 100%;
    border-width: 2px;
    overflow: hidden; }
    .site-homedics2 .productView .form-field[data-product-attribute="swatch"] label.form-option:hover {
      border-color: var(--color-secondary); }
    .site-homedics2 .productView .form-field[data-product-attribute="swatch"] label.form-option > span {
      border: 1px solid var(--color-gray-lilac);
      border-radius: 100%; }
  .site-homedics2 .productView.hide-affirm-promo-box #afffirm-promo-box {
    display: none !important; }
  .site-homedics2 .productView #afffirm-promo-box {
    height: auto !important;
    margin-bottom: 1rem; }
    .site-homedics2 .productView #afffirm-promo-box .affirm-as-low-as {
      border-radius: 4px;
      background-color: transparent;
      font-size: 0.875rem;
      font-weight: 450;
      padding: .5rem .5rem 1rem;
      text-align: left; }
    .site-homedics2 .productView #afffirm-promo-box .affirm-modal-trigger {
      color: var(--color-primary);
      display: inline;
      text-decoration: underline;
      font-size: 0.875rem;
      font-weight: 500; }
      .site-homedics2 .productView #afffirm-promo-box .affirm-modal-trigger:hover {
        text-decoration: none; }
  .site-homedics2 .productView .socialLinks {
    text-align: center; }
    @media (min-width: 801px) {
      .site-homedics2 .productView .socialLinks {
        text-align: left; } }
    .site-homedics2 .productView .socialLinks .icon svg {
      fill: var(--color-secondary); }
      .site-homedics2 .productView .socialLinks .icon svg:hover {
        fill: var(--color-black); }
    .site-homedics2 .productView .socialLinks .icon.icon--email, .site-homedics2 .productView .socialLinks .icon.icon--print {
      background-color: var(--color-secondary); }
      .site-homedics2 .productView .socialLinks .icon.icon--email:hover, .site-homedics2 .productView .socialLinks .icon.icon--print:hover {
        background-color: var(--color-black); }
      .site-homedics2 .productView .socialLinks .icon.icon--email svg, .site-homedics2 .productView .socialLinks .icon.icon--print svg {
        fill: var(--color-white); }
  .site-homedics2 .product-sticky-header .productView-price {
    font-size: 1.25rem;
    margin-bottom: 0; }
  .site-homedics2 .addrexxOverlay .addrexxButtonSet button {
    height: auto !important; }
  .site-homedics2.pagetype-checkout body {
    font-family: 'Inter', sans-serif;
    font-weight: 500; }
  .site-homedics2.pagetype-checkout h1,
  .site-homedics2.pagetype-checkout h2 {
    font-family: new-kansas, serif;
    font-weight: 600; }
  .site-homedics2.pagetype-checkout p,
  .site-homedics2.pagetype-checkout a {
    font-family: 'Inter', sans-serif;
    font-weight: 500; }
  .site-homedics2.pagetype-checkout .layout-cart .cart header h3 {
    font-family: new-kansas, serif;
    font-weight: 600; }
  .site-homedics2.pagetype-checkout .form-label small {
    font-weight: 500; }
  .site-homedics2 #addressToggle {
    border-radius: 10px; }
  .site-homedics2 .cart-taxinfo {
    margin-top: 1rem; }
    .site-homedics2 .cart-taxinfo p {
      font-size: 0.9rem;
      margin: 0;
      display: flex; }
    .site-homedics2 .cart-taxinfo svg.icon {
      fill: #999;
      width: 0.9rem;
      height: 0.9rem;
      position: relative;
      top: 2px; }
    .site-homedics2 .cart-taxinfo span {
      display: inline-block;
      padding-left: 0.5rem; }
  .site-homedics2 .widget-hero-banner__content.left {
    justify-content: flex-start; }
  .site-homedics2 .widget-hero-banner__content.center {
    justify-content: center; }
  .site-homedics2 .widget-hero-banner__content.right {
    justify-content: flex-end; }
  .site-homedics2 .widget-hero-banner__content.m-top {
    align-items: flex-start; }
  .site-homedics2 .widget-hero-banner__content.m-middle {
    align-items: center; }
  .site-homedics2 .widget-hero-banner__content.m-bottom {
    align-items: flex-end; }
  @media (min-width: 801px) {
    .site-homedics2 .widget-hero-banner__content.top {
      align-items: flex-start; }
    .site-homedics2 .widget-hero-banner__content.middle {
      align-items: center; }
    .site-homedics2 .widget-hero-banner__content.bottom {
      align-items: flex-end; } }
  .site-homedics2 .widget-hero-banner__copy-container {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
    .site-homedics2 .widget-hero-banner__copy-container .widget-row {
      margin-left: -1rem;
      margin-right: -1rem;
      display: flex;
      flex-direction: column; }
      @media (min-width: 801px) {
        .site-homedics2 .widget-hero-banner__copy-container .widget-row.button--right {
          flex-direction: row;
          align-items: center; }
          .site-homedics2 .widget-hero-banner__copy-container .widget-row.button--right.widget-col-start {
            margin-bottom: 0; } }
    .site-homedics2 .widget-hero-banner__copy-container .widget-col {
      padding-left: 1rem;
      padding-right: 1rem; }
      .site-homedics2 .widget-hero-banner__copy-container .widget-col > *:last-child {
        margin: 0; }
      .site-homedics2 .widget-hero-banner__copy-container .widget-col.widget-col-start {
        margin-bottom: 1rem; }
      .site-homedics2 .widget-hero-banner__copy-container .widget-col.widget-col-end {
        display: flex;
        flex-wrap: wrap;
        gap: .5rem 1rem; }
  .site-homedics2 .widget-hero-banner__title {
    font-family: "new-kansas";
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0.5rem; }
    .site-homedics2 .widget-hero-banner__title.title--standard {
      font-size: 1.5rem;
      line-height: 1; }
      @media (min-width: 801px) {
        .site-homedics2 .widget-hero-banner__title.title--standard {
          font-size: 1.875rem;
          line-height: 1; } }
    .site-homedics2 .widget-hero-banner__title.title--large {
      font-size: 3rem;
      line-height: 1; }
      @media (min-width: 1261px) {
        .site-homedics2 .widget-hero-banner__title.title--large {
          font-size: 4rem; } }
  .site-homedics2 .widget-hero-banner__copy {
    font-family: "new-kansas";
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0.5rem;
    display: block; }
    @media (min-width: 1261px) {
      .site-homedics2 .widget-hero-banner__copy {
        font-size: 2.625rem;
        line-height: 1; } }
  .site-homedics2 .widget-hero-banner__smallcopy {
    font-family: "Inter";
    font-size: 1.125rem;
    line-height: 1.35;
    display: block; }
  .site-homedics2 .widget-hero-banner__cta {
    font-size: 1rem;
    margin: 0;
    padding: 0.5rem 1rem; }

.site-house-of-marley:root {
  --color-green: #1fb47a; }

.site-house-of-marley .navUser-action span.searchDropdownTarget:not(.icon),
.site-house-of-marley .navUser-action span.accountDropdownTarget:not(.icon) {
  display: none; }

.site-house-of-marley .has-global-banner--lg .navPages-container {
  top: 122px; }

.site-house-of-marley .navPages {
  max-width: 75%;
  max-height: 80%; }
  @media (min-width: 551px) {
    .site-house-of-marley .navPages {
      max-width: 100%; } }

@media (min-width: 1261px) {
  .site-house-of-marley .navPage-subMenu .navPage-subMenu-list {
    margin-top: 29px;
    padding-left: 15px; } }

@media (min-width: 1261px) {
  .site-house-of-marley .navPage-subMenu .navPage-subMenu-item > .navPage-subMenu-action {
    padding: 0 0 17px; } }

.site-house-of-marley .price-section--sale {
  color: #1fb47a; }

.site-house-of-marley .hawk-card--price .hawk-card-price--red {
  color: var(--color-green); }

.site-house-of-marley .hawk-itemWrapper .itemPrice .red {
  color: var(--color-green); }

.site-house-of-marley .blog-title {
  text-transform: uppercase; }

.site-house-of-marley .blog-thumbnail {
  max-width: 100%; }

.site-house-of-marley .blog-post-body {
  width: 100%; }

.site-house-of-marley .productView-sku {
  color: var(--color-black);
  font-weight: bold; }

.site-house-of-marley .productView-price .price-section:not([style*="display: none"]) + .price-section {
  color: var(--color-green); }

.site-house-of-marley #bundles .bundle-title {
  font-size: 1.125rem; }
