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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

body {
  background: white;
  color: #424548;
  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: "system-ui", Arial, Helvetica, sans-serif;
  line-height: 1.5; }

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

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #424548;
  font-family: "system-ui", 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: #424548;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 24px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

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

hr {
  border: solid #f8f8f8;
  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 #f3f3f3;
  color: #424548;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

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

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

.icon {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #424548;
    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 #f8f8f8;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #f8f8f8; }
    .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 #f8f8f8; }

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

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

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

These are all the button

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

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

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

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

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "system-ui", 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: rgba(0, 0, 255, 0);
  color: rgba(0, 0, 255, 0);
  font-size: 1rem;
  padding: 0.875rem 2.25rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: rgba(0, 0, 255, 0);
    color: rgba(0, 0, 255, 0); }
  .button:active {
    background-color: transparent;
    border: 1px solid #dddddd;
    color: rgba(0, 0, 255, 0); }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.75rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button--small {
  font-size: 14px;
  padding: 0.5625rem 1.5rem; }

.button--tiny { }

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

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

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


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

*/
.buttonGroup {
  display: inline-block; }
  .buttonGroup > .button {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .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: #f8f8f8;
  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: #f8f8f8;
  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 #424548;
  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: #424548;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #424548;
    font-size: 0.625rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: #f8f8f8;
  border-color: #acb0b2;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #424548;
  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: #acb0b2;
    color: #999999;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #f8f8f8;
    border-color: #424548;
    color: #424548;
    cursor: text; }
  .form-input:focus {
    border-color: rgba(0, 0, 255, 0);
    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: #f3f3f3;
  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: #acb0b2;
  color: #424548;
  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: rgba(0, 0, 255, 0); }
  .form-select:disabled {
    background-color: #acb0b2;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: rgba(0, 0, 255, 0); }

/*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: #f8f8f8;
  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: #f8f8f8; }
  .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: #424548;
  float: left;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #424548; }
  .breadcrumb.current {
    color: #424548;
    cursor: default; }
    .breadcrumb.current a {
      color: #424548;
      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: #424548;
    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: #424548;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #424548;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #f8f8f8;
  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: #424548;
  display: block;
  font-size: 16px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: #424548; }

.tab.is-active .tab-title {
  color: #424548;
  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: #0d0d0d;
  font-size: 16px;
  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: #0d0d0d;
  font-size: 16px;
  padding: 0.1875rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #424548;
    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: #424548;
      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: #424548; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #424548;
  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: #f8f8f8;
  border-color: #f8f8f8;
  color: white; }
  .alertBox .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .alertBox .button {
    margin: 0 0 0 0.75rem; }

.alertBox--info {
  background-color: #424548;
  border-color: #424548;
  color: rgba(0, 0, 255, 0); }
  .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: #424548; }

/*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: #ccc solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

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

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

.accordion-content {
  display: none;
  padding: 2rem;
  border: #ccc 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: #424548;
  background: rgba(66, 69, 72, 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 #f8f8f8;
  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 #f8f8f8;
  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 #f8f8f8;
  padding: 0.75rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

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

.modal-close {
  color: #424548;
  cursor: pointer;
  font-size: 24px;
  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: #424548;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 16px;
  padding: 0.375rem 0.75rem; }

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

.loadingOverlay {
  background: rgba(66, 69, 72, 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: rgba(0, 0, 255, 0) rgba(0, 0, 255, 0) rgba(0, 0, 255, 0) rgba(0, 0, 255, 0);
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-image {
  border: 1px solid #424548;
  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: #424548; }

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

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

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

.nanobar {
  width: 100%;
  height: 0.3125rem;
  z-index: 9999;
  top: 0;
  pointer-events: none;
  user-select: none; }
  .nanobar .bar {
    width: 0;
    height: 100%;
    transition: height 0.1s;
    background-color: rgba(0, 0, 255, 0); }
    .nanobar .bar + .bar {
      display: none; }
  .nanobar + .nanobar {
    display: none; }

.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: #fff !important;
  border-radius: 4px;
  font-family: "system-ui", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #0d0d0d;
    font-size: 1.625rem; }
  .swal2-modal .swal2-content {
    color: #535353;
    font-size: 1.125rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #acb0b2;
    color: #424548; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #424548; }
  .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: "system-ui", 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: rgba(0, 0, 255, 0);
    color: rgba(0, 0, 255, 0);
    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: rgba(0, 0, 255, 0);
      color: rgba(0, 0, 255, 0); }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #dddddd;
      color: rgba(0, 0, 255, 0); }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #0066cc;
    border-color: #0066cc;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: #004d99;
    border-color: #004d99;
    color: white; }
  .swal2-modal .swal2-confirm:active {
    background-color: #dddddd;
    border-color: #dddddd;
    color: rgba(0, 0, 255, 0); }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: rgba(0, 0, 255, 0);
    color: rgba(0, 0, 255, 0); }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: rgba(0, 0, 255, 0);
    color: rgba(0, 0, 255, 0); }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #dddddd;
    color: rgba(0, 0, 255, 0); }
  .swal2-modal .button + .button {
    margin-left: 0.75rem; }

.swal2-icon.swal2-error {
  color: #e21017 !important;
  border-color: #e21017 !important; }
  .swal2-icon.swal2-error .swal2-x-mark {
    position: static; }
    .swal2-icon.swal2-error .swal2-x-mark span {
      background-color: #e21017 !important; }

html,
body {
  height: auto; }

@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;
  color: #0d0d0d; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #1b1b1b; }

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

h1 {
  font-size: 24px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

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

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

.table--line {
  border-color: #f8f8f8;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #f8f8f8;
    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 #f8f8f8; }
    .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; }

.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: 20px;
  text-align: center; }
  @media (min-width: 801px) {
    .modal-header-title {
      font-size: 24px; } }

.modal-close {
  height: 2rem;
  width: 2rem;
  color: #424548;
  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-close:hover {
    color: rgba(0, 0, 255, 0); }

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

.modal--alert {
  background-color: #fff !important;
  border-radius: 4px;
  font-family: "system-ui", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px 20px;
  text-align: center; }
  .modal--alert .modal-content {
    color: #424548;
    font-size: 1.125rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: rgba(0, 0, 255, 0);
      border-color: rgba(0, 0, 255, 0);
      color: white; }
    .modal--alert .button-container .confirm:focus, .modal--alert .button-container .confirm:hover {
      background-color: #999999;
      border-color: #999999;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: #dddddd;
      border-color: #dddddd;
      color: rgba(0, 0, 255, 0); }

.breadcrumbs-row {
  display: block;
  padding: 1rem 0;
  position: relative; }
  @media screen and (max-width: 800px) {
    .breadcrumbs-row {
      padding: 1rem 0 0 0; } }

.breadcrumb-slash {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem; }
  .breadcrumb-slash.hide-last {
    display: none; }
  @media (max-width: 800px) {
    .breadcrumb-slash {
      font-size: 0.9rem; } }

@media screen and (max-width: 800px) {
  .breadcrumbs-row .actionBar {
    position: relative !important; } }

.breadcrumbs {
  margin: 0;
  padding: 0;
  display: flex;
  overflow: visible; }
  @media (max-width: 800px) {
    .breadcrumbs {
      padding: 0;
      width: 100%;
      max-width: none !important;
      display: flex;
      gap: 0.25rem 0;
      flex-wrap: wrap; } }

.breadcrumb {
  display: flex;
  float: none; }
  .breadcrumb.show {
    display: flex; }
  .breadcrumb.hide-last {
    display: none; }
  @media (max-width: 650px) {
    .breadcrumb {
      display: none; } }
  .breadcrumb p {
    margin: 0;
    color: #0d0d0d;
    font-weight: bold; }
    @media (max-width: 480px) {
      .breadcrumb p {
        font-size: 0.75rem; } }
  .breadcrumb a {
    position: relative;
    color: #0d0d0d; }
    @media (max-width: 480px) {
      .breadcrumb a {
        font-size: 0.75rem; } }
  .breadcrumb .icon svg {
    height: 10px;
    width: 10px;
    margin: 3px; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: text;
    font-weight: bold; }
  .breadcrumb:before {
    display: none; }

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

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

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

@media (min-width: 551px) {
  .panel--address .panel-body {
    padding-bottom: 2.5rem; }
  .panel--address .form-actions {
    margin: 0;
    position: relative;
    bottom: auto; } }

.pagination-list {
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative; }
  @media (max-width: 800px) {
    .pagination-list {
      padding: 0;
      margin: 0.5rem 0; } }
  .pagination-list .pagination-item--previous,
  .pagination-list .pagination-item--next {
    width: 20%;
    display: flex;
    margin: 0 !important; }
    .pagination-list .pagination-item--previous .pagination-link,
    .pagination-list .pagination-item--next .pagination-link {
      padding: 0; }
  .pagination-list .pagination-item--previous {
    position: absolute;
    left: 0; }
    .pagination-list .pagination-item--previous .pagination-link {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .pagination-list .pagination-item--previous .pagination-link .icon {
        margin: 0.125rem 0 0 0;
        display: flex;
        align-items: center; }
  .pagination-list .pagination-item--next {
    position: absolute;
    right: 0; }
    .pagination-list .pagination-item--next .pagination-link {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .pagination-list .pagination-item--next .pagination-link .icon {
        margin: 0.125rem 0 0 0;
        display: flex;
        align-items: center; }
  .pagination-list .pagination-item--current {
    margin: 0.25rem !important; }
  .pagination-list .pagination-item {
    display: inline-block;
    margin: 0.25rem; }

.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: #0066cc;
      text-decoration: underline; }
  .pagination-item.pagination-item--current {
    background-color: #edf6ff;
    border: none;
    border-radius: 4px;
    color: #0066cc;
    margin: 0 0.375rem 0 0.75rem; }
  .pagination-item.pagination-item--current .pagination-link {
    color: #0066cc; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #424548; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #0050a2; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #0050a2; }

.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: #424548;
    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,
.swal2-modal .swal2-buttonswrapper .swal2-styled {
  background-color: #fff;
  color: #0066cc;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 2.375rem;
  min-width: 8.75rem;
  padding: 0 1.25rem;
  transition: all 0.15s ease; }
  .button + .button,
  .button + .swal2-styled,
  .swal2-modal .swal2-buttonswrapper .swal2-styled + .button,
  .swal2-modal .swal2-buttonswrapper .swal2-styled + .swal2-styled {
    margin-left: 0; }
    @media (min-width: 801px) {
      .button + .button,
      .button + .swal2-styled,
      .swal2-modal .swal2-buttonswrapper .swal2-styled + .button,
      .swal2-modal .swal2-buttonswrapper .swal2-styled + .swal2-styled {
        margin-left: 0.75rem; } }
  .button.button-xs, .button.button--xs,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button-xs,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button--xs {
    min-width: 0;
    padding: 0.5rem 0.75rem;
    line-height: 1; }
  .button.button-block, .button.button--block,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button-block,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button--block {
    display: block;
    min-width: 0;
    width: 100%; }
  .button.button--primary,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button--primary {
    background-color: #0066cc;
    border-color: #0066cc;
    color: #fff; }
  .button.button--primary:hover, .button.button--primary:focus, .button.button--primary:active,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button--primary:hover,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button--primary:focus,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button--primary:active {
    background-color: #0050a2;
    border-color: #0050a2; }
  .button.button--primary:focus, .button.button--primary:active,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button--primary:focus,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button--primary:active {
    border-color: #0066cc; }
  .button.button--primary:disabled,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button--primary:disabled {
    background-color: #acb0b2;
    color: #f8f8f8; }
  .button.button--secondary,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button--secondary {
    color: #0066cc;
    border-color: #0066cc;
    background-color: #fff; }
  .button.button--secondary:hover, .button.button--secondary:focus, .button.button--secondary:active,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button--secondary:hover,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button--secondary:focus,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button--secondary:active {
    background-color: #edf6ff;
    border-color: #0066cc; }
  .button.button--secondary:disabled,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button--secondary:disabled {
    color: #acb0b2;
    border-color: #acb0b2;
    background-color: #f8f8f8; }
  .button.button--ghost,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button--ghost {
    border-color: transparent; }
  .button.button--ghost:hover, .button.button--ghost:focus, .button.button--ghost:active,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button--ghost:hover,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button--ghost:focus,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button--ghost:active {
    background-color: #edf6ff;
    border-color: #edf6ff;
    color: #0066cc; }
  .button.button--outline, .button.button--outline:active, .button.button--outline:focus, .button.button--outline:hover,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button--outline,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button--outline:active,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button--outline:focus,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button--outline:hover {
    background-color: transparent;
    border-color: currentColor; }
  .button.button--outline.clr-white,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button--outline.clr-white {
    color: #fff; }
  .button.button--outline.clr-white:active, .button.button--outline.clr-white:focus, .button.button--outline.clr-white:hover,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button--outline.clr-white:active,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button--outline.clr-white:focus,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button--outline.clr-white:hover {
    background-color: #000;
    border-color: #000; }
  .button.button--action,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button--action {
    color: #0066cc;
    background-color: #fff; }
  .button.button--action:hover, .button.button--action:focus, .button.button--action:active,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button--action:hover,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button--action:focus,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button--action:active {
    color: #0066cc;
    background-color: #edf6ff;
    border-color: #edf6ff; }
  .button.button--action:focus, .button.button--action:active,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button--action:focus,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button--action:active {
    border-color: #0066cc; }
  .button.button--action:disabled,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button--action:disabled {
    color: #acb0b2;
    background-color: #fff; }
  .button.button--danger,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button--danger {
    color: #a40000;
    border-color: #fff; }
  .button.button--danger:hover,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button--danger:hover {
    background-color: #ffdddd;
    border-color: #ffdddd; }
  .button.button--danger2,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button--danger2 {
    background-color: #ffdddd;
    color: #a40000;
    border-color: #fff; }
  .button.button--danger2:hover,
  .swal2-modal .swal2-buttonswrapper .swal2-styled.button--danger2:hover {
    background-color: white;
    border-color: #ffdddd; }
  .button span,
  .swal2-modal .swal2-buttonswrapper .swal2-styled span {
    display: inline-block;
    vertical-align: top; }

.swal2-modal.swal2-show .swal2-buttonswrapper .swal2-confirm {
  background-color: #0066cc;
  border-color: #0066cc;
  color: #fff; }
  .swal2-modal.swal2-show .swal2-buttonswrapper .swal2-confirm:hover, .swal2-modal.swal2-show .swal2-buttonswrapper .swal2-confirm:focus, .swal2-modal.swal2-show .swal2-buttonswrapper .swal2-confirm:active {
    background-color: #0050a2;
    border-color: #0050a2; }

.swal2-modal.swal2-show .swal2-buttonswrapper .swal2-cancel {
  background-color: #fff !important;
  border-color: #0066cc;
  color: #0066cc; }
  .swal2-modal.swal2-show .swal2-buttonswrapper .swal2-cancel:hover, .swal2-modal.swal2-show .swal2-buttonswrapper .swal2-cancel:focus, .swal2-modal.swal2-show .swal2-buttonswrapper .swal2-cancel:active {
    color: #0050a2;
    border-color: #0050a2; }

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

.button--icon svg {
  fill: white; }

.swal2-modal .swal2-buttonswrapper .swal2-styled {
  background-color: #0066cc !important;
  border-color: #0066cc !important;
  outline: none; }

.form-prefixPostfix .button {
  height: auto;
  border: none; }

.tabs {
  border-bottom: 1px solid #e8e8e8; }

.tab {
  border-top: 1px solid #f8f8f8;
  float: none; }
  @media (min-width: 801px) {
    .tab {
      border-top-color: white;
      float: left; } }
  .tab h2 {
    margin: 0;
    padding: 0;
    font-size: 1rem; }
  .tab:hover .tab-title {
    background: #f8f8f8;
    color: #0d0d0d;
    font-weight: 600; }
  .tab.is-active {
    border-left-color: white;
    border-right-color: white; }
    .tab.is-active .tab-title,
    .tab.is-active:hover .tab-title {
      background: #fff;
      color: #0066cc;
      font-weight: 700; }
    @media (min-width: 551px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 801px) {
      .tab.is-active {
        border: 1px solid #f8f8f8;
        border-color: #e8e8e8;
        border-bottom: 1px solid white; } }

.tab-title {
  padding: 1.125rem 0;
  text-align: center;
  text-decoration: none;
  text-align: left; }
  .tab-title:active, .tab-title:focus {
    outline: 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 {
  height: 0px;
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
  transition: 300ms ease-in-out;
  overflow: hidden; }
  @media (max-width: 800px) {
    .tab-content {
      padding: 0 1rem; } }
  .tab-content.has-jsContent {
    height: 0;
    overflow: hidden; }
  .tab-content #Pricing {
    max-width: 100%;
    width: 100%; }
  .tab-content .pricingDescription {
    width: 100%;
    max-width: 100%;
    overflow-x: auto; }
  @media (min-width: 551px) {
    .tab-content .productReview {
      width: 50%; } }
  @media (min-width: 801px) {
    .tab-content .productReview {
      width: 33.33333%; } }
  @media (min-width: 1261px) {
    .tab-content .productReview {
      width: 50%; } }
  .tab-content .productReviews {
    border-top: 0; }

.tabs-contents {
  border-bottom: 1px solid lightgray; }
  .tabs-contents h3 {
    margin-top: 0; }

.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: #0066cc;
  background-color: transparent; }
  .alertBox svg {
    fill: currentColor; }
  .alertBox.alertBox--success {
    color: green;
    border: 1px solid green; }
  .alertBox.alertBox--danger, .alertBox.alertBox--error {
    color: #e21017;
    border: 1px solid #e21017; }
  .alertBox.alertBox--warning {
    color: #f5cb15;
    border: 1px solid #f5cb15; }
  .alertBox.alertBox--info {
    color: #0066cc;
    border: 1px solid #0066cc; }

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

.alertBox--info {
  color: #0066cc; }
  .alertBox--info svg {
    fill: currentColor; }
  .alertBox--info .alertBox-close svg {
    fill: #dfdfdf; }

.lazyload, .lazyloading {
  height: 100%; }

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
  position: relative; }

.form-inlineMessage {
  font-size: 0.875rem;
  color: #e21017; }

.form-label {
  margin: 0;
  font-size: 0.875rem;
  min-width: 100%;
  cursor: pointer; }

.form-row {
  margin: 0; }

textarea {
  resize: vertical;
  min-width: 100%;
  background-color: #f1f1f1;
  border: 2px solid #f1f1f1;
  border-radius: 0.3125rem; }
  textarea:focus, textarea:focus-visible {
    box-shadow: 0px 0px 0px 4px rgba(0, 102, 204, 0.25);
    outline: 1.5px solid white;
    border-color: #0066cc; }

.form-validation-error-message {
  font-weight: 600;
  font-size: 0.875rem;
  display: block;
  margin-top: 0.5rem;
  color: #e21017; }
  .form-validation-error-message:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23e21017' d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-384c13.3 0 24 10.7 24 24l0 112c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-112c0-13.3 10.7-24 24-24zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z'/%3E%3C/svg%3E");
    background-size: contain;
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    margin-right: 0.5rem;
    background-repeat: no-repeat;
    position: relative;
    top: 1px; }

.input-radio label::before {
  border: 1px solid #0d0d0d !important; }

.form-field .edit-link {
  font-size: 12px;
  display: inline-block;
  margin-left: 0.25rem; }

.form-field .form-field--input {
  margin: 1rem 0 0; }

.form-field .hide {
  display: none; }

.form-field.input-text input {
  transition: 150ms; }
  .form-field.input-text input:focus {
    border-color: #0066cc;
    box-shadow: 0px 0px 0px 4px rgba(0, 102, 204, 0.25); }

.form-field.form-validation-error .form-label--alternate {
  color: #e21017; }

.form-field.form-validation-error .option-swatch-placeholder {
  border-color: #e21017;
  box-shadow: 0px 0px 0px 3px rgba(226, 16, 23, 0.25); }

.form-field.form-validation-error[data-product-attribute="input-text"] input {
  box-shadow: 0px 0px 0px 3px rgba(226, 16, 23, 0.25);
  border-color: #e21017 !important; }

.form-field.form-validation-error[data-product-attribute="input-file"] .dropzone {
  box-shadow: 0px 0px 0px 3px rgba(226, 16, 23, 0.25);
  border-color: #e21017; }

.form-field.form-validation-error[data-product-attribute="set-select"] .custom-set-select-button {
  box-shadow: 0px 0px 0px 3px rgba(226, 16, 23, 0.25);
  border-color: #e21017 !important; }

.form-field.form-validation-error[data-product-attribute="set-rectangle"] .set-rectangle-options {
  box-shadow: 0px 0px 0px 3px rgba(226, 16, 23, 0.25);
  outline: 1px solid #e21017;
  border-radius: 0.3125rem; }

.form-field.form-validation-error[data-product-attribute="input-checkbox"] .form-label::before {
  border-color: #e21017;
  box-shadow: 0px 0px 0px 3px rgba(226, 16, 23, 0.25); }

.set-rectangle-options {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem; }
  .set-rectangle-options input {
    display: none; }
  .set-rectangle-options .form-option {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    height: fit-content;
    margin: 0;
    padding: 0;
    line-height: 1.25;
    background-color: #f1f1f1;
    border-radius: 0.3125rem;
    border: 2px solid #f1f1f1;
    padding: 0.5rem; }
    .set-rectangle-options .form-option.unavailable {
      background-color: #cccccc !important;
      border-color: #cccccc !important; }
    .set-rectangle-options .form-option:focus, .set-rectangle-options .form-option:focus-visible {
      outline: 2px solid white;
      border-color: #0066cc;
      box-shadow: 0px 0px 0px 4px rgba(0, 102, 204, 0.25); }
      .set-rectangle-options .form-option:focus .form-option-variant, .set-rectangle-options .form-option:focus-visible .form-option-variant {
        color: #0066cc; }
    .set-rectangle-options .form-option:hover {
      border-color: #0066cc;
      background-color: rgba(0, 102, 204, 0.1);
      cursor: pointer; }
      .set-rectangle-options .form-option:hover .form-option-variant {
        color: #0066cc; }
    .set-rectangle-options .form-option .form-option-variant {
      text-align: center;
      font-weight: 400;
      font-size: 0.75rem;
      color: #535353; }
  .set-rectangle-options .form-radio:checked + .form-option {
    background-color: #0066cc;
    border-color: #0066cc; }
    .set-rectangle-options .form-radio:checked + .form-option .form-option-variant {
      color: white !important;
      font-weight: 600; }
    .set-rectangle-options .form-radio:checked + .form-option:focus, .set-rectangle-options .form-radio:checked + .form-option:focus-visible {
      outline: 2px solid #0066cc;
      border-color: white;
      box-shadow: 0px 0px 0px 4px rgba(0, 102, 204, 0.25); }
      .set-rectangle-options .form-radio:checked + .form-option:focus .form-option-variant, .set-rectangle-options .form-radio:checked + .form-option:focus-visible .form-option-variant {
        color: white; }

.input-text .form-input {
  background-color: #f1f1f1;
  border: 2px solid #f1f1f1;
  border-radius: 0.3125rem;
  width: 100%;
  height: 40px;
  padding-inline: 0.5rem;
  font-size: 1rem; }
  .input-text .form-input:hover {
    border-color: #0066cc; }
  .input-text .form-input:focus, .input-text .form-input:focus-visible {
    box-shadow: 0px 0px 0px 4px rgba(0, 102, 204, 0.25);
    outline: 1.5px solid white; }
  .input-text .form-input:disabled {
    background-color: #cccccc;
    border: 2px solid #cccccc;
    color: #535353;
    cursor: not-allowed; }

.input-file label:hover {
  cursor: pointer; }
  .input-file label:hover + .dropzone {
    background-color: rgba(0, 107, 214, 0.11);
    border-color: #0066cc; }
    .input-file label:hover + .dropzone #image-upload-button {
      background-color: #0066cc;
      border-color: #0066cc; }
    .input-file label:hover + .dropzone .upload-image-text svg {
      fill: #0066cc; }

.dropzone {
  border: 2px dashed #cccccc;
  padding: 1rem;
  border-radius: 0.25rem;
  background-color: #f1f1f1;
  text-align: center;
  min-width: 100%;
  font-size: 1.5rem;
  transition: 150ms ease-in-out;
  position: relative;
  overflow: hidden;
  min-height: 55px; }
  .dropzone.has-file {
    padding: 0;
    border: 1px solid #cccccc; }
    .dropzone.has-file:hover {
      background-color: #f1f1f1;
      border-color: #cccccc; }
  .dropzone:focus-within {
    border-color: #0066cc;
    box-shadow: 0px 0px 0px 4px rgba(0, 102, 204, 0.25); }
  .dropzone:hover {
    background-color: rgba(0, 107, 214, 0.11);
    border-color: #0066cc; }
    .dropzone:hover .upload-image-text svg {
      fill: #0066cc; }
  .dropzone .mobile-upload-text {
    margin: 1rem 0 !important;
    font-size: 1rem;
    font-weight: 500; }
    @media (pointer: coarse) and (hover: none) {
      .dropzone .mobile-upload-text {
        display: none; } }
  .dropzone .file-upload-description {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.5rem;
    justify-content: center; }
    .dropzone .file-upload-description span {
      font-weight: 400;
      font-size: 0.875rem;
      color: #535353; }
  .dropzone #image-upload-button {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background-color: #535353;
    border-radius: 0.3125rem;
    border: 1px solid #535353;
    color: white;
    width: fit-content; }
    .dropzone #image-upload-button:focus, .dropzone #image-upload-button:focus-visible {
      background-color: #0066cc;
      outline: 2px solid #0066cc;
      border-color: #f1f1f1;
      box-shadow: 0px 0px 0px 4px rgba(0, 102, 204, 0.25); }
    .dropzone #image-upload-button:hover {
      cursor: pointer;
      background-color: #0066cc;
      border-color: #0066cc; }
    .dropzone #image-upload-button svg {
      fill: white;
      width: 1.25rem;
      height: 1.25rem; }
  .dropzone svg {
    transition: 150ms ease-in-out;
    fill: gray;
    width: 2rem;
    height: 2rem; }
  .dropzone .image-preview {
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column; }
    .dropzone .image-preview .file-info {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      position: relative;
      padding: 0.5rem;
      position: absolute;
      top: 0;
      background-color: rgba(241, 241, 241, 0.75);
      box-shadow: 0px -1px 13px 3px rgba(0, 0, 0, 0.2);
      backdrop-filter: blur(5px);
      left: 0; }
      .dropzone .image-preview .file-info button {
        position: absolute;
        right: 0.5rem;
        top: 50%;
        transform: translateY(-50%);
        width: 1.5rem;
        height: 1.5rem;
        background-color: #0d0d0d;
        border: 1px solid #0d0d0d;
        border-radius: 50%;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.875rem;
        color: #535353;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%23ffffff' d='M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z'/%3E%3C/svg%3E");
        background-size: 60%;
        background-position: center;
        background-repeat: no-repeat; }
        .dropzone .image-preview .file-info button:hover {
          box-shadow: 0px 0px 0px 3px rgba(226, 16, 23, 0.25);
          outline: 1px solid #f1f1f1;
          background-color: #e21017;
          border-color: #e21017; }
        .dropzone .image-preview .file-info button:focus, .dropzone .image-preview .file-info button:focus-visible {
          box-shadow: 0px 0px 0px 4px rgba(0, 102, 204, 0.25);
          outline: 1px solid #0066cc;
          border-color: white; }
      .dropzone .image-preview .file-info .file-size-display {
        color: #535353;
        font-size: 0.75rem; }
      .dropzone .image-preview .file-info p {
        margin: 0;
        font-size: 0.875rem;
        color: #0d0d0d;
        font-weight: 600; }
  .dropzone .image-preview img {
    min-width: 100%;
    transition: 150ms; }
  .dropzone .dropzone-input {
    display: none !important; }
  .dropzone .file-name-display {
    margin: 0 0 0.5rem 0;
    font-size: 1rem;
    color: #333;
    font-weight: bold; }

.dropzone-dragging {
  background-color: rgba(0, 107, 214, 0.11) !important;
  border-color: #0066cc; }

.input-checkbox input {
  display: none; }

.input-checkbox input:checked + .checkbox-label:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23ffffff' d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #0066cc;
  outline-color: #0066cc;
  border-color: #0066cc; }

.input-checkbox .checkbox-label:focus,
.input-checkbox .checkbox-label:focus-visible {
  border: none;
  outline: none; }
  .input-checkbox .checkbox-label:focus:before,
  .input-checkbox .checkbox-label:focus-visible:before {
    border-color: white;
    box-shadow: 0px 0px 0px 4px rgba(0, 102, 204, 0.25);
    outline-color: #0066cc; }

.input-checkbox .checkbox-label {
  font-weight: 400;
  position: relative;
  padding-left: 1.5rem;
  min-width: none;
  width: 100%; }
  .input-checkbox .checkbox-label:hover::before {
    outline-color: #0066cc; }
  .input-checkbox .checkbox-label:before {
    display: block;
    content: "";
    width: 1rem;
    height: 1rem;
    border: 1px solid white;
    outline: 1px solid #0d0d0d;
    position: absolute;
    left: 0;
    border-radius: 2px;
    top: 3px; }

.transfer-calculator-inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem; }
  .transfer-calculator-inputs .form-label:first-child {
    width: 100%;
    max-width: 100%;
    margin: 0;
    grid-column: span 2; }
    .transfer-calculator-inputs .form-label:first-child span {
      font-weight: 400;
      margin-left: 0.5rem; }
    .transfer-calculator-inputs .form-label:first-child input {
      width: 100%; }

.swatch {
  position: relative; }
  .swatch .swatch-dropdown-trigger {
    justify-content: flex-start;
    gap: 0.5rem; }
    .swatch .swatch-dropdown-trigger input {
      border: none;
      border-bottom: 1px solid transparent;
      background-color: transparent;
      padding: 0.25rem 0;
      width: calc(100% - 4rem); }
      .swatch .swatch-dropdown-trigger input:focus {
        outline: none;
        box-shadow: none;
        border-bottom: 1px solid #0d0d0d; }
  .swatch .swatch-selected-pattern {
    height: 27px;
    width: 27px;
    border-radius: 50%;
    border: 1px solid #535353; }
  .swatch .custom-swatch-options {
    display: flex;
    margin: 0;
    flex-direction: column;
    background-color: #f1f1f1;
    position: absolute;
    overflow-x: hidden;
    width: 100%;
    top: 100%; }
    .swatch .custom-swatch-options li {
      min-height: 40px;
      max-height: 40px;
      font-size: 1rem;
      padding: 0 0.6rem; }
      .swatch .custom-swatch-options li span {
        height: 27px;
        width: 27px;
        border-radius: 50%;
        border: 1px solid #535353;
        margin-right: 0.5rem; }

.custom-select {
  visibility: hidden;
  height: 0;
  position: absolute;
  left: 0;
  top: 0; }

.custom-set-select-button,
.swatch-dropdown-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #f1f1f1;
  border: 2px solid #f1f1f1;
  align-items: center;
  height: 40px;
  border-radius: 5px;
  padding: 0 0.5rem; }
  .custom-set-select-button[aria-expanded="true"],
  .swatch-dropdown-trigger[aria-expanded="true"] {
    border-color: #0066cc; }
  .custom-set-select-button:focus, .custom-set-select-button:focus-visible,
  .swatch-dropdown-trigger:focus,
  .swatch-dropdown-trigger:focus-visible {
    border-color: #0066cc;
    box-shadow: 0px 0px 0px 4px rgba(0, 102, 204, 0.25);
    outline: 2px solid white; }
  .custom-set-select-button:hover,
  .swatch-dropdown-trigger:hover {
    border-color: #0066cc;
    cursor: pointer; }

.chevron {
  display: inline-block;
  vertical-align: middle; }

.chevron {
  width: 0.75rem;
  height: 0.75rem; }

.chevron__group {
  transform: translateY(0);
  transition: transform 0.1s linear; }

.chevron__box--left,
.chevron__box--right {
  transform: rotate(0) translateY(0);
  transition: transform 0.1s linear; }

.chevron__box--left {
  transform-origin: 1px 1px; }

.chevron__box--right {
  transform-origin: 7px 1px; }

.chevron--flip .chevron__box--left {
  transform: rotate(-90deg) translateY(0); }

.chevron--flip .chevron__box--right {
  transform: rotate(90deg) translateY(0); }

.chevron--flip .chevron__group {
  transform: translateY(3px); }

.custom-set-select-option,
.custom-swatch-option {
  font-size: 0.9rem; }

.custom-set-select-options::-webkit-scrollbar,
.custom-swatch-options::-webkit-scrollbar {
  width: 7px;
  /* Adjust the width of the scrollbar */
  border-radius: 5px; }

.custom-set-select-options::-webkit-scrollbar-track,
.custom-swatch-options::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Color of the scrollbar track */ }

.custom-set-select-options::-webkit-scrollbar-thumb,
.custom-swatch-options::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  /* Color of the scrollbar */
  border-radius: 5px; }

.custom-set-select-options,
.custom-swatch-options {
  margin: 0;
  list-style: none;
  background-color: #f1f1f1;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 20;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: 300ms; }
  .custom-set-select-options .unavailable,
  .custom-swatch-options .unavailable {
    background-color: #cccccc; }
  .custom-set-select-options li,
  .custom-swatch-options li {
    font-size: 1rem;
    padding: 0 0.5rem;
    display: flex;
    align-items: center;
    height: 40px;
    border-block: 1px solid #f1f1f1; }
    .custom-set-select-options li:hover,
    .custom-swatch-options li:hover {
      background-color: rgba(0, 102, 204, 0.1);
      cursor: pointer; }
    .custom-set-select-options li:focus, .custom-set-select-options li:focus-visible,
    .custom-swatch-options li:focus,
    .custom-swatch-options li:focus-visible {
      outline: none;
      background-color: rgba(0, 102, 204, 0.1);
      cursor: pointer; }

.set-radio input {
  display: none; }

.set-radio .radio-label {
  padding-left: 1.5rem;
  position: relative;
  font-weight: 400;
  outline: none; }
  .set-radio .radio-label:focus::before, .set-radio .radio-label:focus-visible::before {
    box-shadow: 0px 0px 0px 4px rgba(0, 102, 204, 0.25);
    outline-color: #0066cc; }
  .set-radio .radio-label:hover::before {
    outline-color: #0066cc; }
  .set-radio .radio-label:before {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    border: 2px solid white;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 3px;
    outline: 1px solid #0d0d0d; }

.set-radio input:checked + .radio-label:before {
  background-color: #0066cc;
  outline-color: #0066cc; }

.form-increment {
  display: grid;
  width: 7rem;
  grid-template-columns: 1.5rem 1fr 1.5rem;
  padding: 0;
  height: 2.5rem;
  padding: 0.25rem;
  border-radius: 0.3125rem;
  gap: 0.25rem;
  background-color: #f1f1f1; }
  @media (max-width: 48rem) {
    .form-increment {
      grid-template-columns: 2.5rem 2.5rem 2.5rem;
      height: 3.5rem;
      width: 8.5rem; } }
  .form-increment input {
    width: 100%;
    background-color: #f1f1f1;
    border: 1px solid transparent;
    height: 100%;
    text-align: center;
    border-radius: 0.3125rem;
    font-weight: 600; }
    .form-increment input:hover {
      border-color: #0066cc; }
    .form-increment input:focus-visible {
      border-color: #0066cc !important;
      box-shadow: 0px 0px 0px 4px rgba(0, 102, 204, 0.25);
      outline: none; }
  .form-increment .button {
    background-color: #f1f1f1;
    border: 1px solid transparent;
    margin: auto;
    line-height: 1;
    height: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; }
    .form-increment .button:hover {
      background-color: #e6f2ff !important; }
    .form-increment .button:focus {
      border-color: #0066cc !important;
      box-shadow: 0px 0px 0px 4px rgba(0, 102, 204, 0.25);
      outline: none;
      background-color: #e6f2ff !important; }
    .form-increment .button svg {
      fill: #0d0d0d;
      height: 0.75rem;
      width: 0.75rem; }
    .form-increment .button:hover, .form-increment .button:focus {
      background-color: #edf6ff; }
    .form-increment .button:focus {
      border-color: #0066cc; }
    .form-increment .button:disabled {
      background-color: inherit; }
      .form-increment .button:disabled svg {
        fill: #535353; }
  .form-increment .button .icon svg {
    fill: #0066cc; }

.wishlist-overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  background-color: rgba(13, 13, 13, 0.5);
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  transition: 150ms; }
  .wishlist-overlay[aria-hidden="false"] {
    opacity: 1;
    pointer-events: all; }

#wishlistStyles {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 0;
  margin: 0.5rem 0 0;
  border: none;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  align-items: center;
  background-color: #0d0d0d;
  border-radius: 0.3125rem;
  border: 2px solid #0d0d0d; }
  @media (max-width: 48rem) {
    #wishlistStyles {
      height: 56px; } }
  #wishlistStyles:hover {
    background-color: #333333;
    border-color: #333333; }
    #wishlistStyles:hover svg {
      fill: white; }
  #wishlistStyles svg {
    width: 1.25rem;
    height: 1.25rem;
    transition: 150ms;
    fill: white; }

#close-wishlist {
  position: absolute;
  background-color: #0d0d0d;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
  top: 0.5rem;
  right: 0.5rem;
  border-radius: 50%;
  border: 1px solid #0d0d0d; }
  #close-wishlist:hover {
    background-color: #333333; }
  #close-wishlist:focus, #close-wishlist:focus-visible {
    border-color: white;
    outline: 2px solid #0d0d0d;
    box-shadow: 0px 0px 0px 3px rba(#0d0d0d, 0.15); }
  #close-wishlist svg {
    min-width: 1.25rem !important;
    min-height: 1.25rem !important;
    fill: white; }

#wishlist-dropdown {
  width: calc(100% - 4rem);
  max-width: 300px;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 3rem 1rem 1rem;
  background-color: #f1f1f1;
  border-radius: 5px;
  opacity: 0;
  transition: 150ms;
  position: relative; }
  #wishlist-dropdown.show {
    opacity: 1; }
  #wishlist-dropdown:focus-visible {
    outline: none;
    border: none; }
  #wishlist-dropdown li {
    display: flex; }
  #wishlist-dropdown .wishlist-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    width: 100%;
    padding: 0;
    height: 40px;
    text-decoration: none;
    text-align: center !important;
    align-self: center;
    border: 1px solid #0066cc;
    background-color: #0066cc;
    border-radius: 0.3125rem;
    color: white; }
    #wishlist-dropdown .wishlist-btn:hover {
      background-color: #0073e6;
      color: white; }
    #wishlist-dropdown .wishlist-btn:focus, #wishlist-dropdown .wishlist-btn:focus-visible {
      background-color: #0073e6;
      color: white;
      border-color: white !important;
      outline: 2px solid #0066cc !important;
      box-shadow: 0px 0px 0px 4px rgba(0, 102, 204, 0.25) !important; }

#wishlist-dropdown.is-open {
  display: block; }

.card {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  position: relative;
  gap: 0.5rem 0; }
  .card .card-figure {
    margin-top: 0;
    position: relative; }
  .card a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 0.25rem; }
  .card a:first-child:hover + .card-body .card-title {
    color: #2dbdbf; }
  .card .card-body {
    padding: 0; }
    .card .card-body a {
      display: flex;
      flex-direction: column;
      gap: 0.25rem 0; }
    .card .card-body .card-title,
    .card .card-body .card-text,
    .card .card-body .yotpo-widget-instance {
      padding: 0; }
    .card .card-body .card-text,
    .card .card-body .card-title {
      margin: 0; }
    .card .card-body .card-title {
      margin-bottom: 3px;
      transition: 150ms; }
    .card .card-body .card-text.price {
      display: flex;
      gap: 0.5rem;
      margin-top: 5px;
      align-items: center;
      justify-content: flex-start; }
      .card .card-body .card-text.price a {
        margin-left: -0.25rem;
        margin-top: 2px;
        font-weight: 600; }
      .card .card-body .card-text.price .card-price {
        font-weight: 600;
        color: #0d0d0d; }
        .card .card-body .card-text.price .card-price.non-sale {
          color: #595959;
          font-weight: 500;
          text-decoration: line-through; }
  .card .ratings-container {
    height: 20px;
    position: relative; }
    .card .ratings-container .ratings-palceholder {
      position: absolute;
      left: 0;
      top: 0;
      gap: 3.5px;
      height: 20px;
      display: flex;
      align-items: center; }
    .card .ratings-container .yotpo-widget-instance {
      height: 15px;
      margin: 0;
      padding: 0;
      position: relative;
      z-index: 10; }
    .card .ratings-container .yotpo-sr-bottom-line-summary {
      align-items: center !important; }
    .card .ratings-container .yotpo-sr-bottom-line-button {
      height: 20px !important; }
    .card .ratings-container .yotpo-sr-bottom-line-summary div:first-child:not(.star-container) {
      height: 15px !important; }
    .card .ratings-container .yotpo-sr-bottom-line-summary span:first-child:not(.star-container) {
      height: 15px !important; }
    @media (max-width: 48rem) {
      .card .ratings-container .yotpo-sr-bottom-line-text {
        font-size: 0.875rem !important;
        position: relative;
        top: 2px; } }
    .card .ratings-container svg {
      width: 15px;
      height: 15px; }
    .card .ratings-container .yotpo-sr-bottom-line-text {
      line-height: 1 !important;
      padding: 0 !important;
      height: 15px !important; }
    .card .ratings-container .yotpo-reviews-star-ratings-widget {
      margin: 0 !important; }
  .card .ls-list-button-cont {
    margin: 0 !important;
    width: fit-content !important; }
    .card .ls-list-button-cont .lsb_container {
      padding: 0 !important;
      gap: 2px !important; }
      .card .ls-list-button-cont .lsb_container:after {
        content: "Business Financing";
        font-size: 0.875rem; }
    .card .ls-list-button-cont .LeaseStationButton {
      font-family: system-ui, -apple-system, Arial, sans-serif !important;
      background-image: none !important;
      height: fit-content !important;
      margin: 0;
      padding: 2px !important;
      background-color: #0066cc !important;
      border-radius: 5px !important;
      color: white !important; }
      .card .ls-list-button-cont .LeaseStationButton:before {
        content: "or as low as"; }
      .card .ls-list-button-cont .LeaseStationButton div {
        font-family: system-ui, -apple-system, Arial, sans-serif !important;
        margin-left: 5px;
        padding: 0 !important; }
  .card .card-image {
    transition: all 400ms cubic-bezier(0, 0, 0.2, 1);
    opacity: 0;
    border-radius: 5px; }
    .card .card-image.lazyloaded {
      opacity: 1; }
  .card .shine {
    background: #f6f7f8;
    background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    background-size: 200% 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeholderShimmer;
    animation-timing-function: linear; }
  .card .card-image.lazyloaded + .shine {
    display: none; }
  .card.loaded .card-image {
    opacity: 1; }
  .card:hover .card-title > a {
    color: #0066cc; }

.price-section span {
  color: #0d0d0d !important; }

@media only screen and (min-width: 551px) and (max-width: 638px) {
  .card .price-section {
    min-height: 48px; } }

@media only screen and (min-width: 801px) and (max-width: 850px) {
  .card .price-section {
    min-height: 48px; } }

@keyframes placeholderShimmer {
  0% {
    background-position: 100% 0; }
  100% {
    background-position: -100% 0; } }

@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: 100% 0; }
  100% {
    background-position: -100% 0; } }

@-moz-keyframes placeholderShimmer {
  0% {
    background-position: 100% 0; }
  100% {
    background-position: -100% 0; } }

.card-img-container {
  position: relative;
  cursor: pointer;
  max-width: 500px; }
  .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }
  .card-img-container:after {
    padding-bottom: 100%; }
  .card-img-container:hover .card-secondary-image {
    opacity: 1; }

.card-secondary-image {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 150ms;
  border-radius: 5px; }

.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%;
  height: 100%;
  object-fit: contain; }

.card-title {
  font-size: 1rem;
  margin: 0 0 0.25rem;
  font-weight: 600; }
  .card-title > a {
    color: #0d0d0d;
    text-decoration: none; }
    .card-title > a:hover {
      color: #424548; }
  @media (max-width: 40rem) {
    .card-title {
      font-size: 0.875rem; } }

@media (max-width: 450px) {
  .yotpo-bottomline {
    display: flex;
    flex-direction: column; }
    .yotpo-bottomline .text-m {
      margin: 0 !important; } }

.card-text {
  font-size: 0.9rem;
  margin-bottom: 0.1875rem; }
  .card-text.brand {
    width: fit-content; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }
  .card-text .price-label,
  .card-text .price-now-label {
    display: none; }
  .card-text .product-options {
    margin: 0.5rem 0 0; }
  .card-text .transfer-price {
    color: #0d0d0d; }
  .card-text .product-option-value {
    display: block;
    font-size: 0.75rem;
    margin: 0 0 0.25rem; }

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

.swatch-container {
  margin-top: 0.25rem;
  position: relative; }
  .swatch-container .swatch,
  .swatch-container .tag {
    display: inline-block;
    vertical-align: top;
    width: 1rem;
    height: 1rem;
    margin: 0 0.25rem 0.25rem;
    border: 1px solid #acb0b2;
    border-radius: 1rem; }
    .swatch-container .swatch.img,
    .swatch-container .tag.img {
      background-position: center;
      background-size: cover; }
  .swatch-container .tag {
    background: #f3f3f3;
    border: none;
    font-size: 0.75rem;
    line-height: 1.125rem;
    height: 1.125rem;
    padding: 0 6px;
    width: auto; }

.loadingOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(13, 13, 13, 0.5);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%; }
  .loadingOverlay.active {
    display: flex; }
  .loadingOverlay svg {
    width: 4rem;
    height: 4rem;
    fill: white;
    animation: spin 1s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(270deg); }
  100% {
    transform: rotate(360deg); } }
  .loadingOverlay:before {
    content: none; }

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

.icon {
  height: 1rem;
  width: 1rem; }

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

.breadcrumbs-row .actionBar {
  position: absolute;
  top: 16px;
  right: 0;
  z-index: 2; }

.actionBar {
  margin: 0; }
  .actionBar .actionBar-section {
    float: none; }

.actionBar-section .form-field {
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
  margin: 0;
  line-height: 1; }
  .actionBar-section .form-field:hover {
    border-color: rgba(0, 0, 255, 0); }

.actionBar-section .form-label {
  color: #0d0d0d;
  font-weight: bold;
  font-size: 14px;
  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: #0066cc;
  font-weight: bold;
  line-height: 18px;
  height: 18px;
  margin: 0 1em 0 0;
  padding: 0 1.5rem 0 0.25rem;
  background-position: top right;
  letter-spacing: 0.05rem;
  font-size: 1rem;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon-sort' viewBox='0 0 24 24' width='100%25' height='100%25'%3E%3Cpath d='M3 18h6v-2H3v2zM3 6v2h18V6H3zm0 7h12v-2H3v2z'%3E%3C/path%3E%3C/svg%3E"); }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #424548;
  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; }

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

.category-filters-modal {
  flex-direction: column;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 9999;
  height: 100svh;
  width: 100vw; }
  .category-filters-modal p,
  .category-filters-modal h5,
  .category-filters-modal a {
    color: #0d0d0d; }
  .category-filters-modal.modal-active {
    display: flex; }
  .category-filters-modal .filters-scroll-area {
    height: 100%;
    width: 100%;
    overflow: scroll;
    padding: 2rem 1rem 0 1rem; }
  .category-filters-modal .apply-btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 4rem;
    border-top: 1px solid #ccc;
    background-color: white; }
    .category-filters-modal .apply-btn-container button {
      background-color: black;
      color: white;
      font-size: 1rem;
      width: 95%;
      padding: 0.5rem 0;
      border-radius: 5px; }
  .category-filters-modal #close-filters-modal {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.5rem;
    width: 3rem;
    height: 3rem;
    z-index: 9999; }
  .category-filters-modal .form-field {
    align-items: flex-start !important; }
  .category-filters-modal .custom-select {
    width: 100%; }
  .category-filters-modal .page-sidebar {
    width: 100%;
    margin: 0;
    height: 100%;
    padding: 0; }
  .category-filters-modal p {
    margin: 0; }
  .category-filters-modal .form-label {
    text-align: left;
    font-size: 1rem;
    margin: 0.75rem 0;
    padding: 0;
    font-weight: bold; }
  .category-filters-modal .form-field {
    display: flex;
    flex-direction: column; }
    .category-filters-modal .form-field .custom-select-trigger {
      display: none; }
    .category-filters-modal .form-field .custom-options {
      display: flex;
      position: relative;
      overflow: visible;
      height: fit-content;
      width: 100%;
      background-color: transparent; }
      .category-filters-modal .form-field .custom-options ul {
        padding: 0; }
        .category-filters-modal .form-field .custom-options ul li {
          text-align: left;
          padding: 0.5rem 0; }

.category-header-container {
  display: flex;
  transition: 180ms;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 1em 0 !important;
  padding: 0;
  background-color: white; }
  .category-header-container .form-label {
    font-weight: normal; }
  .category-header-container.custom-category {
    justify-content: flex-end; }
  @media (min-width: 800px) {
    .category-header-container {
      position: sticky;
      top: 0px;
      z-index: 11;
      padding: 0.5rem 0; } }
  @media (max-width: 800px) {
    .category-header-container {
      margin: 0 !important;
      border-bottom: 1px solid #cccccc; } }
  .category-header-container .mobile-filters-btn-container {
    display: flex;
    align-items: center; }
    .category-header-container .mobile-filters-btn-container p {
      margin: 0 0.5rem 0 0; }
  .category-header-container .category-name-container {
    display: flex;
    align-items: center; }
    @media (max-width: 800px) {
      .category-header-container .category-name-container {
        width: 100%;
        margin: 0.5rem 0; } }
  .category-header-container .product-cat-count {
    transition: font-size 0.3s;
    font-size: 1rem;
    position: relative;
    top: 3px;
    color: #535353;
    margin-left: 0.25rem;
    font-weight: normal; }
    @media (max-width: 800px) {
      .category-header-container .product-cat-count {
        display: none; } }
  .category-header-container .mobile-product-cat-count {
    margin: 0;
    color: #535353; }
    @media (min-width: 800px) {
      .category-header-container .mobile-product-cat-count {
        display: none; } }
  .category-header-container .page-heading {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    transition: font-size 0.3s;
    margin: 0;
    font-weight: bold; }
    @media (max-width: 800px) {
      .category-header-container .page-heading {
        text-align: left;
        font-size: 1.25rem;
        padding: 0; } }
  .category-header-container .form-label {
    margin: 0 !important; }
  @media screen and (max-width: 800px) {
    .category-header-container {
      flex-direction: column;
      margin: 0 0 -0.75rem; } }

.header-dropdowns {
  display: flex; }

.hide-filters-container {
  display: flex;
  align-items: center;
  margin-right: 5px;
  border: 1px solid transparent;
  border-radius: 0.3125rem; }
  .hide-filters-container:focus-visible {
    box-shadow: 0px 0px 0px 4px rgba(0, 102, 204, 0.25);
    border: 1px solid #0066cc; }
  .hide-filters-container:hover {
    cursor: pointer; }
  .hide-filters-container svg {
    fill: #0d0d0d;
    width: 15px; }
  .hide-filters-container p {
    margin: 0 10px 0 0;
    font-weight: bold;
    font-size: 15px; }

.custom-select-text {
  font-weight: 700;
  font-size: 0.9rem; }

.custom-select-trigger {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  border-radius: 0.3125rem;
  cursor: pointer;
  transition: 200ms;
  font-size: 1rem;
  border: 1px solid transparent; }
  .custom-select-trigger:focus-visible {
    box-shadow: 0px 0px 0px 4px rgba(0, 102, 204, 0.25);
    border-color: #2dbdbf; }
  @media screen and (max-width: 900px) {
    .custom-select-trigger {
      font-size: 1rem; } }
  .custom-select-trigger:hover {
    color: #2dbdbf; }
    .custom-select-trigger:hover svg {
      fill: #2dbdbf; }

.filter-form-label {
  display: flex;
  align-items: center; }

.custom-options {
  overflow: hidden;
  position: absolute;
  top: 100%;
  width: fit-content;
  right: 0;
  z-index: 9999;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  background-color: white;
  transition: transform 0.3s;
  border-radius: 5px;
  box-sizing: border-box; }
  .custom-options ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .custom-options ul li {
      padding: 0.35rem;
      padding-right: 1.75rem;
      text-align: right;
      transition: 200ms;
      color: black; }
      @media screen and (max-width: 800px) {
        .custom-options ul li {
          padding: 0.5rem; } }
      .custom-options ul li:hover {
        background-color: rgba(45, 189, 191, 0.1);
        color: #2dbdbf;
        cursor: pointer; }

.custom-option {
  padding: 10px 15px;
  cursor: pointer;
  transition: background-color 0.2s; }

.custom-option:hover {
  background-color: #f2f2f2; }

.custom-select-icon {
  display: flex; }
  .custom-select-icon svg {
    display: inline-block;
    width: 1rem;
    /* Adjust as needed */
    height: 1rem;
    /* Adjust as needed */
    fill: #333333;
    /* Adjust color as needed */
    transition: 200ms;
    margin-left: 0.5rem; }

.icon-active {
  transform: rotate(-180deg); }

.category-header-filters {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0; }
  @media screen and (max-width: 800px) {
    .category-header-filters {
      display: none; } }
  .category-header-filters form:before, .category-header-filters form:after {
    display: none; }
  .category-header-filters .form-field {
    flex-direction: row !important; }
  .category-header-filters .form-fieldset {
    border: none;
    padding: 0; }
    .category-header-filters .form-fieldset:before, .category-header-filters .form-fieldset:after {
      display: none; }
  .category-header-filters .custom-cat-select {
    width: 100% !important;
    position: relative !important; }
  .category-header-filters .form-label {
    min-width: fit-content !important;
    white-space: nowrap;
    padding: 0; }

.mobile-category-filters {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: none;
  top: 0; }
  @media (max-width: 800px) {
    .mobile-category-filters {
      display: flex;
      padding: 1rem 0;
      background-color: white;
      z-index: 20;
      overflow-x: hidden;
      position: sticky;
      top: 0; }
      .mobile-category-filters.sticky {
        transition: 180ms; } }

.mobile-product-count {
  color: #535353; }

.sale-discount-percentage {
  background-color: #d10000;
  padding: 0 5px;
  color: white;
  font-weight: bold;
  border-radius: 5px; }
  @media screen and (max-width: 420px) {
    .sale-discount-percentage {
      margin-top: 0.25em; } }

.mobile-filters-button {
  border: 1px solid #535353;
  border-radius: 100vw;
  display: flex;
  align-items: center;
  z-index: 999;
  padding: 0.25rem 0.75rem; }
  .mobile-filters-button svg {
    margin-left: 0.5rem; }

.flex-container {
  display: flex;
  flex-direction: row;
  /* default is row */ }
  @media screen and (max-width: 801px) {
    .flex-container {
      overflow: hidden; } }

.page-sidebar::-webkit-scrollbar-track {
  background: #ffffff;
  /* Track background */
  border-radius: 10px;
  /* Optional: if you want rounded corners */ }

/* Style the scrollbar thumb */
.page-sidebar::-webkit-scrollbar-thumb {
  background: #888;
  /* Thumb background */
  border-radius: 10px;
  /* Optional: if you want rounded corners */ }

/* Handle hover on the scrollbar thumb */
.page-sidebar::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* Thumb background on hover */ }

/* Style the scrollbar itself (width, etc.) */
.page-sidebar::-webkit-scrollbar {
  width: 7px;
  /* Width of the scrollbar */ }

.page-sidebar {
  transition: margin-left 0.3s, opacity 0.3s;
  position: sticky;
  top: 110px;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  margin-left: 0;
  /* Initially visible */
  opacity: 1;
  width: 14.5rem;
  min-width: 14.5rem;
  /* Adjust as needed */ }
  .page-sidebar.side-bar-sticky {
    position: fixed;
    top: 45px; }
  @media screen and (max-width: 800px) {
    .page-sidebar {
      position: relative; }
      .page-sidebar.desktop-aside {
        display: none; } }

.page-sidebar.filters-hidden {
  opacity: 0;
  margin-left: -14.5rem;
  pointer-events: none; }

.page-content {
  transition: 200ms;
  width: 100%;
  /* Adjust as needed */
  padding: 0 0 0 1rem; }
  @media (max-width: 800px) {
    .page-content {
      padding: 0; } }
  .page-content.filters-hidden {
    padding: 0; }
  .page-content .card-image {
    width: 100%; }

/* Media query for screens smaller than 900px */
@media (max-width: 800px) {
  .flex-container {
    flex-direction: column; }
  .page-sidebar {
    width: 100%;
    /* Full width for smaller screens */
    margin-top: 0;
    /* Hide off-screen vertically */
    max-height: 100vh;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out; }
  .page-sidebar.filters-hidden-small {
    max-height: 0 !important;
    pointer-events: none; }
  .page-content {
    width: 100%; } }

.hide-filters-container:hover {
  cursor: pointer; }
  .hide-filters-container:hover .hide-filters-text {
    color: #0066cc; }

.hide-filters-text {
  transition: 200ms;
  font-weight: normal !important; }

.actionBar-section .form-field {
  display: flex;
  align-items: center; }

.category-description {
  margin: 1.5rem 0 0 0;
  padding: 1.5rem 0 0 0;
  border-top: 1px solid #cccccc;
  padding: 0 0.5rem; }
  .category-description iframe[title="YouTube video player"] {
    width: calc(100% / 3 - 1rem) !important;
    aspect-ratio: 16 / 9;
    height: auto !important; }
  .category-description h2,
  .category-description h1,
  .category-description h3 {
    margin: 1rem 0; }
  .category-description p {
    margin: 0.5rem 0; }
  .category-description ul {
    list-style: disc; }

.category-product-section {
  margin-bottom: 5rem; }
  @media (max-width: 800px) {
    .category-product-section {
      margin-bottom: 3.5rem; }
      .category-product-section:last-child {
        margin-bottom: 2rem; } }

.category-product-section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.5rem; }

.category-product-section-heading {
  max-width: 80%; }
  @media (max-width: 800px) {
    .category-product-section-heading {
      max-width: 100%; } }

.custom-category {
  overflow-x: hidden; }

.category-product-section-description {
  margin: 0.5rem 0; }
  @media (max-width: 30rem) {
    .category-product-section-description {
      font-size: 0.875rem; } }

.category-product-section-title {
  margin: 0;
  align-items: center;
  display: flex; }
  .category-product-section-title h2 {
    font-size: 1.5rem; }
  @media (max-width: 800px) {
    .category-product-section-title h2 {
      font-size: 1.25rem; }
    .category-product-section-title a {
      font-size: 1rem; } }
  .category-product-section-title a {
    font-size: 1rem;
    text-decoration: none;
    margin-left: 0.5rem;
    position: relative;
    top: 1px;
    color: #535353; }

.category-product-section-buttons {
  display: flex;
  align-items: center;
  padding: 0.5rem 0; }
  @media (max-width: 980px) {
    .category-product-section-buttons {
      display: none; } }
  @media (max-width: 1024px) and (max-height: 1366px) {
    .category-product-section-buttons {
      display: none; } }
  .category-product-section-buttons button {
    width: 3rem;
    height: 3rem;
    background-color: #f1f1f1;
    margin-left: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 200ms; }
    .category-product-section-buttons button.disabled {
      pointer-events: none;
      opacity: 0.5; }
    .category-product-section-buttons button:hover {
      background-color: #cccccc; }
    .category-product-section-buttons button:active {
      scale: 0.9; }
  .category-product-section-buttons svg {
    width: 1.25rem;
    height: 1.25rem; }

.category-product-carousel {
  width: 100%;
  --slide-spacing: 1rem;
  --slide-width: 25%; }

.category-product-carousel-viewport {
  width: 100%;
  overflow: hidden; }

.category-product-carousel-container {
  display: flex;
  touch-action: pan-y;
  margin-left: calc(var(--slide-spacing) * -1); }

.category-product-carousel-actions {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.5rem; }
  @media (max-width: 48rem) {
    .category-product-carousel-actions {
      display: none; } }
  .category-product-carousel-actions button {
    width: 3rem;
    height: 3rem;
    background-color: #f1f1f1;
    padding: 0.5rem;
    border-radius: 50%;
    transition: 200ms;
    position: relative; }
    .category-product-carousel-actions button:hover {
      background-color: #cccccc; }
    .category-product-carousel-actions button:after {
      width: 1rem;
      height: 1rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      content: "";
      background-repeat: no-repeat;
      background-position: center; }
    .category-product-carousel-actions button:active {
      scale: 0.96; }
  .category-product-carousel-actions .prev-category-product::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z'/%3E%3C/svg%3E"); }
  .category-product-carousel-actions .next-category-product::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E"); }

.category-product-carousel-cell {
  transform: translate3d(0, 0, 0);
  flex: 0 0 var(--slide-width);
  padding-left: var(--slide-spacing);
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  text-decoration: none; }
  .category-product-carousel-cell .yotpo-sr-bottom-line-text {
    font-size: 0.875rem !important;
    color: #0d0d0d !important;
    font-family: system-ui, -apple-system, Arial, sans-serif !important; }
  .category-product-carousel-cell:hover .category-product-title {
    color: #2dbdbf; }
  .category-product-carousel-cell .yotpo-sr-bottom-line-summary {
    align-items: center !important;
    gap: 0.5rem; }
    .category-product-carousel-cell .yotpo-sr-bottom-line-summary div:not(.star-container):nth-child(1) {
      margin: 0 !important;
      gap: 0.25rem; }
  .category-product-carousel-cell .star-container {
    width: 0.875rem !important;
    height: 0.875rem !important;
    margin: 0 !important; }
    .category-product-carousel-cell .star-container svg {
      width: 0.875rem !important;
      height: 0.875rem !important; }
  @media (max-width: 64rem) {
    .category-product-carousel-cell .star-container {
      width: 0.75rem !important;
      height: 0.75rem !important; }
    .category-product-carousel-cell .yotpo-sr-bottom-line-text {
      font-size: 0.875rem !important; } }
  @media (max-width: 48rem) {
    .category-product-carousel-cell {
      flex: 0 0 30%; } }
  @media (max-width: 40rem) {
    .category-product-carousel-cell {
      flex: 0 0 43%; } }
  @media (max-width: 30rem) {
    .category-product-carousel-cell .yotpo-sr-bottom-line-summary {
      flex-direction: column !important;
      gap: 0.5rem !important;
      height: 38px;
      align-items: flex-start !important; } }
  .category-product-carousel-cell div,
  .category-product-carousel-cell p {
    margin: 0; }
  .category-product-carousel-cell img {
    width: 100%;
    border-radius: 5px;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain; }

.category-product-slide-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem; }
  .category-product-slide-info p {
    margin: 0;
    padding: 0; }
  .category-product-slide-info p:first-child {
    color: #535353;
    font-size: 0.875rem; }
  .category-product-slide-info .category-product-title {
    color: #0d0d0d;
    transition: 200ms;
    margin: 0.125rem 0 !important;
    font-size: 1.125rem;
    font-weight: 600; }
    @media (max-width: 64rem) {
      .category-product-slide-info .category-product-title {
        font-size: 1rem; } }
    @media (max-width: 40rem) {
      .category-product-slide-info .category-product-title {
        font-size: 0.875rem; } }
  .category-product-slide-info p:last-child {
    color: #0d0d0d;
    font-size: 0.875rem; }

.custom-category-left {
  max-width: 550px;
  margin-right: 1rem; }
  @media (max-width: 800px) {
    .custom-category-left {
      max-width: 100% !important; } }

.custom-category-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem; }
  @media (max-width: 800px) {
    .custom-category-header {
      flex-direction: column-reverse; }
      .custom-category-header img {
        max-width: 100% !important;
        aspect-ratio: 3/1;
        object-fit: cover;
        object-position: center;
        margin-bottom: 1rem; } }
  .custom-category-header img {
    width: 100%;
    max-width: 500px;
    border-radius: 5px; }

.custom-category-description {
  font-size: 1rem;
  display: flex;
  flex-direction: column; }
  .custom-category-description a {
    margin: 2rem 0 0 0; }

.custom-category-heading {
  display: flex;
  align-items: center;
  margin: 0 0 2rem 0; }
  @media (max-width: 800px) {
    .custom-category-heading {
      margin: 0 0 1rem 0; } }
  .custom-category-heading .page-heading {
    margin: 0 0.5rem 0 0;
    font-size: 1.5rem; }
    @media (max-width: 800px) {
      .custom-category-heading .page-heading {
        font-size: 1.25rem !important; } }
  .custom-category-heading .product-cat-count {
    position: relative;
    top: 2px;
    color: #535353; }
    @media (max-width: 800px) {
      .custom-category-heading .product-cat-count {
        font-size: 0.875rem !important;
        top: 1px; } }

.customs-card-container {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  gap: 2rem;
  margin-block: 5rem; }
  @media (max-width: 64rem) {
    .customs-card-container {
      gap: 1rem; } }
  @media (max-width: 40rem) {
    .customs-card-container {
      grid-template-columns: repeat(1, 1fr);
      gap: 1.5rem;
      margin-block: 2rem;
      margin-bottom: 5rem; } }
  .customs-card-container .custom-items-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    position: relative; }
    .customs-card-container .custom-items-container:hover {
      cursor: pointer; }
      .customs-card-container .custom-items-container:hover .customs-card-title,
      .customs-card-container .custom-items-container:hover .category-product-title {
        color: #2dbdbf; }
      .customs-card-container .custom-items-container:hover .custom-items-buttons-grid {
        opacity: 1;
        pointer-events: all; }
  .customs-card-container .customs-card-title {
    font-size: 1.5rem;
    margin: 0;
    font-weight: 700; }
    @media (max-width: 64rem) {
      .customs-card-container .customs-card-title {
        font-size: 1.125rem; } }
  .customs-card-container img {
    border-radius: 0.3125rem;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    height: auto; }
  .customs-card-container .custom-items-text-overlay-container {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    border-radius: 0.3125rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 40rem) {
      .customs-card-container .custom-items-text-overlay-container {
        aspect-ratio: 2/ 1; } }
  .customs-card-container .custom-items-buttons-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 13, 13, 0.25);
    backdrop-filter: blur(20px);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: 200ms; }
    .customs-card-container .custom-items-buttons-grid .custom-items-link {
      color: #0d0d0d;
      width: 80%;
      padding-block: 0.5rem;
      text-align: center;
      font-weight: 600;
      transition: none !important;
      background-color: white;
      border-radius: 0.3125rem; }
      .customs-card-container .custom-items-buttons-grid .custom-items-link:hover {
        background-color: #0d0d0d;
        color: white !important; }
  .customs-card-container .custom-items-link {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 0.25rem; }
    .customs-card-container .custom-items-link p {
      margin: 0;
      padding: 0;
      color: #0d0d0d; }
      .customs-card-container .custom-items-link p:first-child {
        font-weight: 600;
        font-size: 1.125rem; }
    @media (max-width: 64rem) {
      .customs-card-container .custom-items-link p {
        margin: 0;
        padding: 0;
        color: #0d0d0d;
        font-size: 0.875rem; }
        .customs-card-container .custom-items-link p:first-child {
          font-weight: 600;
          font-size: 1rem; } }

.navUser {
  position: relative;
  margin: 0;
  display: flex;
  align-items: center; }
  @media (max-width: 64rem) {
    .navUser {
      grid-column-start: 3;
      justify-content: flex-end; } }
  .navUser .navUser-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 1.5rem; }
    .navUser .navUser-section .navUser-item .navUser-action {
      text-decoration: none; }
    .navUser .navUser-section .navUser-item.navUser-item--account {
      position: relative; }
      .navUser .navUser-section .navUser-item.navUser-item--account:hover .navUser-childList {
        opacity: 1;
        transform: translateY(0);
        pointer-events: all; }
      @media (max-width: 64rem) {
        .navUser .navUser-section .navUser-item.navUser-item--account {
          display: none; } }
      .navUser .navUser-section .navUser-item.navUser-item--account .navUser-action {
        display: flex;
        justify-content: center;
        gap: 0.5rem;
        align-items: center; }
        .navUser .navUser-section .navUser-item.navUser-item--account .navUser-action .user-welcome-message {
          display: inline;
          white-space: nowrap; }
        .navUser .navUser-section .navUser-item.navUser-item--account .navUser-action:hover svg {
          fill: #2dbdbf; }
        .navUser .navUser-section .navUser-item.navUser-item--account .navUser-action svg {
          width: 1.5rem;
          height: 1.5rem;
          transition: 150ms; }
      .navUser .navUser-section .navUser-item.navUser-item--account .navUser-childList {
        position: absolute;
        top: calc(100% + 1rem);
        right: 0;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-1rem);
        background-color: white;
        border-radius: 0.3125rem;
        margin: 0;
        width: 15rem;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
        list-style: none;
        transition: transform 150ms;
        z-index: 10000; }
        .navUser .navUser-section .navUser-item.navUser-item--account .navUser-childList.open {
          opacity: 1;
          transform: translateY(0);
          pointer-events: all; }
        .navUser .navUser-section .navUser-item.navUser-item--account .navUser-childList:after {
          content: "";
          position: absolute;
          top: -1rem;
          width: 100%;
          left: 0;
          height: 1rem;
          background-color: transparent; }
        .navUser .navUser-section .navUser-item.navUser-item--account .navUser-childList .navUser-item {
          white-space: nowrap; }
          .navUser .navUser-section .navUser-item.navUser-item--account .navUser-childList .navUser-item:first-child {
            font-weight: 600;
            padding: 0.5rem;
            text-align: left; }
          .navUser .navUser-section .navUser-item.navUser-item--account .navUser-childList .navUser-item .navUser-action {
            padding: 0.25rem 0.5rem;
            width: 100%;
            display: flex;
            justify-content: flex-start; }
    .navUser .navUser-section .navUser-item.navUser-item--cart {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative; }
      .navUser .navUser-section .navUser-item.navUser-item--cart .dropdown-menu {
        opacity: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        pointer-events: none;
        transform: translateY(-1rem);
        background-color: white;
        border-radius: 0.3125rem;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
        z-index: 99999;
        margin: 0;
        width: 30rem;
        min-height: 10rem;
        height: auto;
        max-width: none;
        position: absolute;
        top: calc(100% + 1rem);
        right: -1rem;
        left: unset;
        transition: transform 150ms; }
        .navUser .navUser-section .navUser-item.navUser-item--cart .dropdown-menu svg {
          width: 3rem;
          height: 3rem;
          margin: auto; }
        .navUser .navUser-section .navUser-item.navUser-item--cart .dropdown-menu.is-loading svg {
          animation: spin 1s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(240deg); }
  100% {
    transform: rotate(360deg); } }
        .navUser .navUser-section .navUser-item.navUser-item--cart .dropdown-menu:after {
          content: "";
          position: absolute;
          top: -1rem;
          width: 3.5rem;
          right: 0;
          height: 1.5rem;
          background-color: transparent; }
      @media (hover: hover) and (pointer: fine) {
        .navUser .navUser-section .navUser-item.navUser-item--cart:hover .dropdown-menu {
          opacity: 1;
          transform: translateY(0);
          pointer-events: all; } }
      .navUser .navUser-section .navUser-item.navUser-item--cart .navUser-action {
        display: flex;
        height: 100%;
        width: 100%;
        justify-content: center;
        align-items: center;
        position: relative; }
        .navUser .navUser-section .navUser-item.navUser-item--cart .navUser-action:hover svg {
          fill: #2dbdbf; }
        .navUser .navUser-section .navUser-item.navUser-item--cart .navUser-action .countPill {
          display: none;
          text-decoration: none;
          width: 1.125rem;
          height: 1.125rem;
          position: absolute;
          top: -0.5rem;
          font-size: 0.75rem;
          color: white;
          right: -0.5rem;
          justify-content: center;
          align-items: center;
          border-radius: 50%;
          background-color: #ad4c9a; }
          .navUser .navUser-section .navUser-item.navUser-item--cart .navUser-action .countPill.countPill--positive {
            display: flex; }
        .navUser .navUser-section .navUser-item.navUser-item--cart .navUser-action svg {
          width: 1.75rem;
          height: 1.75rem;
          transition: 150ms; }

.desktop-nav {
  width: 100%;
  background-color: white;
  z-index: 50;
  display: block;
  position: relative; }

.desktop-nav-list {
  width: 100%;
  z-index: 50;
  background-color: white;
  max-width: 80rem;
  margin: 0 auto;
  padding-inline: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.desktop-nav-list-item {
  padding-block: 0.5rem;
  z-index: 50;
  background-color: white; }
  .desktop-nav-list-item:not(.shop-all):not(:last-child) {
    flex-grow: 1; }
  .desktop-nav-list-item.shop-all {
    padding-inline-end: 1.75rem; }
  .desktop-nav-list-item:last-child {
    padding-inline-start: 1.75rem; }
  .desktop-nav-list-item:hover .desktop-nav-main-link::after {
    opacity: 1; }

.desktop-nav-main-link {
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  position: relative; }
  .desktop-nav-main-link:not(.shop-all):after {
    content: "";
    position: absolute;
    background-color: black;
    transition: color 200ms;
    opacity: 0;
    height: 2px;
    bottom: -0.25rem;
    left: 0;
    width: 100%;
    z-index: 50; }
  .desktop-nav-main-link:not(.shop-all):hover::after {
    background-color: #2dbdbf; }
  .desktop-nav-main-link.shop-all {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    top: 1px; }
    .desktop-nav-main-link.shop-all svg {
      width: 0.75rem;
      height: 0.75rem; }
    .desktop-nav-main-link.shop-all:hover {
      color: #2dbdbf; }
      .desktop-nav-main-link.shop-all:hover svg {
        fill: #2dbdbf; }

.shop-all-nav-sheet {
  opacity: 0;
  transition: transform 150ms;
  top: 2.25rem;
  left: 0;
  position: absolute;
  pointer-events: none;
  width: 100%;
  max-height: calc(100vh - 12.8125rem);
  overflow-y: scroll;
  background-color: white;
  z-index: 40;
  transform: translate3d(0, -0.5rem, 0); }
  .shop-all-nav-sheet[aria-hidden="false"] {
    opacity: 1;
    pointer-events: all;
    transform: translate3d(0, 0, 0); }

.shop-all-sheet-container {
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 80rem;
  padding-inline: 1rem;
  padding-top: 0.5rem; }

.shop-all-sub-menu {
  margin: 0;
  width: 15rem;
  height: 100%;
  max-height: calc(100vh - 12.8125rem);
  overflow-y: auto; }

.shop-all-nav-item {
  width: 100%;
  padding: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-right: 1px solid #cccccc; }
  .shop-all-nav-item:hover {
    background-color: #f1f1f1; }
  .shop-all-nav-item[data-active="true"] {
    background-color: #535353; }
    .shop-all-nav-item[data-active="true"] button {
      color: white; }
    .shop-all-nav-item[data-active="true"] svg {
      fill: white; }
  .shop-all-nav-item button {
    font-size: 0.875rem;
    font-weight: 500; }
  .shop-all-nav-item svg {
    width: 0.75rem;
    height: 0.75rem; }

.shop-all-nav-item-link {
  width: 100%;
  padding: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid #cccccc; }
  .shop-all-nav-item-link a {
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    color: #0d0d0d; }

.desktop-nav-sheet {
  transform: translate3d(0, -0.5rem, 0);
  transition: transform 150ms;
  max-height: calc(100vh - 12.8125rem);
  overflow-y: scroll;
  background-color: white;
  position: absolute;
  pointer-events: none;
  z-index: 40; }
  .desktop-nav-sheet:not(.shop-all) {
    opacity: 0;
    width: 100%;
    top: 2.25rem;
    left: 0; }
  .desktop-nav-sheet.shop-all {
    width: calc(100% - 16rem);
    display: none;
    top: 0;
    right: 0;
    padding-top: 1rem; }
  .desktop-nav-sheet[aria-hidden="false"]:not(.shop-all) {
    transform: translate3d(0, 0, 0);
    pointer-events: all;
    opacity: 1; }
    .desktop-nav-sheet[aria-hidden="false"]:not(.shop-all) .desktop-nav-sheet-list {
      opacity: 1; }
  .desktop-nav-sheet[aria-hidden="false"].shop-all {
    display: block; }
    .desktop-nav-sheet[aria-hidden="false"].shop-all .desktop-nav-sheet-list {
      opacity: 1; }

.desktop-nav-sheet-list {
  width: 100%;
  padding-inline: 1rem;
  opacity: 0;
  transition: opacity 150ms;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  max-width: 80rem;
  margin-inline: auto;
  margin-bottom: 0;
  display: grid;
  gap: 1rem; }
  .desktop-nav-sheet-list li {
    width: 100%;
    display: flex;
    justify-content: flex-start; }
    .desktop-nav-sheet-list li.main-list-item {
      padding-bottom: 2px;
      border-bottom: 1px solid #535353; }
    .desktop-nav-sheet-list li a {
      text-decoration: none;
      font-size: 0.875rem;
      text-align: left; }
      .desktop-nav-sheet-list li a:hover {
        color: #2dbdbf !important; }
    .desktop-nav-sheet-list li a:not(.desktop-view-all-link):not(.main-link) {
      font-weight: 400;
      color: #535353; }
    .desktop-nav-sheet-list li .main-link {
      color: #0d0d0d;
      font-weight: 600; }
      .desktop-nav-sheet-list li .main-link.photo {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
        padding-bottom: 2px;
        border-bottom: 1px solid #535353; }
        .desktop-nav-sheet-list li .main-link.photo img {
          width: 100%;
          height: auto;
          border-radius: 0.3125rem; }
    .desktop-nav-sheet-list li ul {
      width: 100%;
      margin: 0;
      padding: 0; }

.photo-nav-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  padding-bottom: 2px; }
  .photo-nav-item img {
    width: 100%;
    height: auto;
    border-radius: 0.3125rem; }

.desktop-view-all-link {
  width: fit-content;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 0.875rem;
  gap: 0.5rem;
  text-decoration: none; }
  .desktop-view-all-link svg {
    width: 0.75rem;
    height: 0.75rem;
    fill: #0d0d0d !important; }
  .desktop-view-all-link:hover svg {
    fill: #2dbdbf; }

@media (max-width: 64rem) {
  .desktop-nav {
    display: none; } }

.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: #424548;
    display: inline-block;
    padding: 0.375rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #424548; }

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

.google_plusone_iframe_widget {
  width: inherit !important; }

.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.875rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }

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

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

@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; }
  .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: 16px; }
  .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: 16px;
  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; }
  .productCarousel-slide .card {
    width: 83.33333%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0; }
    .productCarousel-slide .card .card-title {
      overflow-wrap: break-word; }
  @media (min-width: 551px) {
    .productCarousel-slide {
      width: 33.33333%; }
      .productCarousel-slide .card {
        width: 100%; } }
  @media (min-width: 801px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1261px) {
    .productCarousel-slide {
      width: 16.66667%; } }

.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: 0.875rem;
  margin-bottom: 1rem;
  vertical-align: top; }
  .productReview article {
    background-color: #f8f8f8;
    padding: 1rem; }
  .productReview header {
    margin-bottom: 0.5rem; }
    .productReview header .userIcon,
    .productReview header div {
      display: inline-block;
      vertical-align: middle; }
    .productReview header .userIcon {
      height: 2rem;
      width: 2rem; }

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

.productReview-author {
  color: #0d0d0d;
  font-weight: bold;
  margin-bottom: -0.25rem; }

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

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

.productReview-body {
  margin: 0; }

.pattern-canvas {
  background: #fff;
  border: 1px solid #0d0d0d;
  fill: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }
  .pattern-canvas svg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .pattern-canvas polygon,
  .pattern-canvas polyline,
  .pattern-canvas path,
  .pattern-canvas g {
    fill: inherit; }
  .pattern-canvas polygon,
  .pattern-canvas polyline,
  .pattern-canvas path,
  .pattern-canvas g {
    mask: none !important; }

.productView-radius {
  border-radius: 10%; }

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

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

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

.yotpo-widget-instance {
  max-width: 100% !important;
  margin: -2rem 0 0 0; }
  .yotpo-widget-instance #searchInput {
    border: 1px solid #0d0d0d !important;
    border-radius: 5px !important; }
  .yotpo-widget-instance .yotpo-smart-topics-container {
    width: 100% !important;
    flex-grow: 1 !important;
    margin: auto !important; }
  .yotpo-widget-instance .yotpo-smart-topics-panel {
    width: 95% !important;
    flex-basis: auto !important;
    margin: auto !important; }
  .yotpo-widget-instance .yotpo-reviews-container {
    margin: 0 !important;
    overflow: hidden !important; }
  .yotpo-widget-instance .yotpo-reviews-list {
    width: 100%; }
  .yotpo-widget-instance .yotpo-review-votes-wrapper {
    width: 95% !important;
    margin: 0 !important; }
  .yotpo-widget-instance .yotpo-review {
    width: 100% !important; }
  .yotpo-widget-instance .yotpo-free-search-filter-container {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: auto !important; }
  .yotpo-widget-instance .yotpo-mobile-filters-popup-btn {
    border: 1px solid #0d0d0d !important; }
  @media (max-width: 800px) {
    .yotpo-widget-instance .yotpo-mobile-filters-btn-badge-wrapper {
      display: none !important; }
    .yotpo-widget-instance .yotpo-review-left-panel,
    .yotpo-widget-instance .yotpo-review-right-panel {
      margin-left: 0.5rem !important; }
    .yotpo-widget-instance .yotpo-mobile-filters-popup-btn {
      height: 35px !important;
      width: fit-content !important;
      flex-basis: auto !important; }
    .yotpo-widget-instance .yotpo-review-content {
      padding: 0 0.5rem !important;
      display: flex;
      width: 100% !important; }
    .yotpo-widget-instance .sr-only {
      width: 0px !important;
      height: 0px !important;
      margin: 0 !important;
      padding: 0 !important; }
    .yotpo-widget-instance .yotpo-reviews-list .yotpo-review {
      display: flex;
      flex-direction: column !important;
      align-items: flex-start !important; }
      .yotpo-widget-instance .yotpo-reviews-list .yotpo-review .yotpo-review-rating-title {
        display: flex;
        flex-direction: column-reverse !important;
        width: 95%;
        margin: auto !important; }
        .yotpo-widget-instance .yotpo-reviews-list .yotpo-review .yotpo-review-rating-title .yotpo-review-title {
          margin: 0.25rem 0 !important; }
      .yotpo-widget-instance .yotpo-reviews-list .yotpo-review .yotpo-review-center-panel {
        padding: 0 !important;
        margin: 0.5rem 0; }
    .yotpo-widget-instance .yotpo-filters-container .yotpo-filters-container-inner .yotpo-smart-topics {
      width: 100%; }
    .yotpo-widget-instance .yotpo-filters-container .yotpo-filters-container-inner .smart-topic-collection {
      display: flex;
      flex-wrap: nowrap;
      overflow: scroll;
      width: 100%; }
    .yotpo-widget-instance .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel {
      width: 95% !important;
      margin: auto;
      overflow: hidden;
      flex-basis: 100%;
      padding: 0;
      height: 70px;
      display: flex; }
      .yotpo-widget-instance .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-search-filter {
        height: 45px; }
    .yotpo-widget-instance .yotpo-base-layout .yotpo-main-layout .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-new-review-btn-wrapper {
      width: 100%;
      display: flex;
      justify-content: flex-end; }
      .yotpo-widget-instance .yotpo-base-layout .yotpo-main-layout .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-new-review-btn-wrapper #yotpo-main-widget-btn {
        width: 90%; }
    .yotpo-widget-instance .yotpo-base-layout .yotpo-main-layout .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-bottom-line {
      width: 70%;
      margin: 0; }
      .yotpo-widget-instance .yotpo-base-layout .yotpo-main-layout .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-summary-section {
        width: 100%; }
        .yotpo-widget-instance .yotpo-base-layout .yotpo-main-layout .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-summary-section .yotpo-bottom-line-right-panel {
          padding: 0 0.5rem 0 0;
          display: flex;
          flex-direction: column;
          justify-content: space-evenly; }
          .yotpo-widget-instance .yotpo-base-layout .yotpo-main-layout .yotpo-header-container .yotpo-layout-header-wrapper .yotpo-bottom-line .yotpo-summary-section .yotpo-bottom-line-right-panel .yotpo-bottom-line-text {
            margin: 0; }
    .yotpo-widget-instance .yotpo-base-layout .yotpo-main-layout .yotpo-head {
      margin: 0 0 1rem 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .yotpo-widget-instance .yotpo-base-layout .yotpo-main-layout .yotpo-head .yotpo-headline {
        margin: 0 0 2rem 0;
        align-self: start;
        font-weight: 700;
        font-size: 1.5rem;
        font-family: system-ui, -apple-system, Arial, sans-serif !important; } }
  .yotpo-widget-instance .yotpo-reviews-main-widget {
    width: 100% !important; }

.productView-price .transfer-price {
  display: none; }

.productView-price.hidden .transfer-price {
  display: block; }

.productView-price.hidden span:not(.transfer-price) {
  display: none !important; }

.productView-price .price-label {
  display: block;
  color: white;
  font-size: 0px;
  font-weight: bold; }
  .productView-price .price-label .ec-tooltip {
    display: none; }

.productView-price .price--per-item {
  font-size: 1rem;
  margin-left: 0.5rem;
  color: #0d0d0d;
  font-weight: 600; }

.productView-price .price-section--saving {
  font-size: 16px; }

.productView-price .price--per-unit {
  font-size: 0.875rem; }

.productView-price abbr {
  border: 0;
  color: inherit;
  font-size: inherit; }

.productView-rating {
  font-size: 0.875rem; }
  .productView-rating strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.75rem; }

.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:hover {
    color: #424548; }

.productReviews .productView-reviewLink {
  line-height: 27px;
  font-size: 0.875rem;
  float: right; }

.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: "system-ui", Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 400; } }

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

.productView-options h2 {
  margin-top: 0;
  line-height: 1.2; }

.productView-options .form-label.error small {
  color: #a40000; }

.productView-options .form-action .button {
  width: 100%; }

.productView-sku {
  margin: 0.75rem 0;
  text-align: center; }
  .productView-sku .form-label {
    margin: 0;
    font-size: 1rem;
    display: inline-block;
    font-weight: 600;
    width: fit-content;
    min-width: fit-content; }
  .productView-sku.no-sku {
    display: none; }
  .productView-sku .sku-text {
    font-size: 1rem; }

.form-input--incrementTotal {
  background-color: transparent;
  border: none;
  line-height: 1;
  height: auto;
  padding: 0; }

#klaviyo-addToCart {
  display: block !important; }

a.klaviyo-bis-trigger {
  background-color: #0066cc;
  color: white;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 8rem) !important;
  color: white;
  transition: 150ms;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 40px;
  font-weight: 600;
  border-radius: 0.3125rem; }

a.klaviyo-bis-trigger:hover {
  background-color: #0080ff !important;
  color: white !important; }

@media (max-width: 48rem) {
  a.klaviyo-bis-trigger {
    width: calc(100% - 9.5rem) !important;
    height: 56px; } }

@media (max-width: 480px) {
  a.klaviyo-bis-trigger {
    width: 100%;
    height: 56px; } }

.product-availability-message {
  font-size: 0.75rem;
  margin: 0.5rem 0;
  text-align: center; }

[data-customer-group="2"] [data-add-to-cart] {
  display: none; }

#Description + .button {
  min-width: 0;
  padding: 0.5rem 0.75rem;
  padding-right: 1.75rem;
  line-height: 1;
  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='%23006BD6' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 95% 50%; }

.productView-description {
  width: 100%;
  max-width: 100%; }
  .productView-description h1 {
    margin: 0 0 1rem 0;
    font-size: 1.25rem; }
    @media (max-width: 760px) {
      .productView-description h1 {
        font-size: 1rem; } }
  .productView-description h2 {
    margin: 1rem 0;
    font-size: 1.25rem;
    font-weight: bold; }
    @media (max-width: 760px) {
      .productView-description h2 {
        font-size: 1rem; } }
  .productView-description ul {
    list-style: disc; }

.productView-description #Application-Instructions:before {
  content: "Application Instructions";
  display: block;
  font-size: 28px;
  color: #0d0d0d;
  margin-bottom: 1rem; }

ul.application-instructions {
  list-style: none;
  padding: 0;
  margin: 0; }

.application-instructions li {
  margin: 0 0 0.5rem;
  border: 1px solid #f8f8f8;
  padding: 6px 10px;
  padding-top: 2.5rem;
  font-size: 14px;
  position: relative; }
  .application-instructions li:before {
    content: attr(name);
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px 10px;
    color: #0d0d0d;
    font-weight: bold;
    background-color: #f8f8f8;
    width: 100%; }
  .application-instructions li.temp:before, .application-instructions li.temperature:before {
    content: "Temperature"; }
  .application-instructions li.time:before {
    content: "Time"; }
  .application-instructions li.peel:before, .application-instructions li.peelany:before, .application-instructions li.peelhot:before {
    content: "Peel"; }
  .application-instructions li.pressure:before {
    content: "Pressure"; }
  .application-instructions li.postapp:before {
    content: "Post-Application"; }
  .application-instructions li.durability:before {
    content: "Durability"; }
  .application-instructions li.bestfor:before {
    content: "Best For"; }
  .application-instructions li.application-li:before {
    content: "Application"; }
  .application-instructions li.reading:before, .application-instructions li.readingrev:before, .application-instructions li.cutprint:before, .application-instructions li.cut:before, .application-instructions li.print:before {
    content: "Cut/Print"; }
  .application-instructions li.mats:before, .application-instructions li.materials:before {
    content: "Materials"; }
  .application-instructions li.care:before {
    content: "Care"; }
  @media (min-width: 551px) {
    .application-instructions li {
      padding-top: 6px;
      padding-left: 210px; }
      .application-instructions li:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 200px;
        height: 100%; } }

.productDescription table {
  float: none !important; }

.productDescription table td {
  padding: 8px;
  font-size: 14px; }

.productDescription table p {
  margin: 0; }

.productOptions-list {
  border: 1px solid #acb0b2;
  list-style: none;
  margin: 0; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #acb0b2; }
  .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; }

.shipping-restrictions li {
  margin: 0 0 0.5rem; }

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

.featherlight.featherlight-iframe .featherlight-content {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  overflow-y: initial;
  overflow: hidden !important;
  width: 60vw; }

.featherlight.featherlight-iframe iframe.featherlight-inner {
  background-color: transparent;
  height: calc(60vw * (720 / 1280));
  margin: 0;
  width: 60vw; }

@media (max-width: 767px) {
  .featherlight.featherlight-iframe .featherlight-content {
    width: 75vw; }
  .featherlight.featherlight-iframe iframe.featherlight-inner {
    height: calc(75vw * (720 / 1280));
    width: 75vw; } }

@media (max-width: 479px) {
  .featherlight.featherlight-iframe .featherlight-content {
    width: 90vw; }
  .featherlight.featherlight-iframe iframe.featherlight-inner {
    height: calc(90vw * (720 / 1280));
    width: 90vw; } }

.productBlogPost-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  margin: 1rem 0; }
  .productBlogPost-list .productBlogPost-item {
    height: fit-content;
    width: 100%; }
    .productBlogPost-list .productBlogPost-item a {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      text-decoration: none; }
      .productBlogPost-list .productBlogPost-item a:hover h4 {
        color: #0066cc; }
      .productBlogPost-list .productBlogPost-item a img {
        border-radius: 5px; }
      .productBlogPost-list .productBlogPost-item a h4 {
        font-size: 1rem;
        transition: 150ms;
        margin-top: 0.25rem; }

.optionGrid-title {
  font-size: 1rem;
  margin-bottom: 0.5rem; }

.optionGrid {
  text-align: center;
  width: 70%;
  margin: 0 auto 1rem; }

.productPrice.hide {
  display: none !important; }

.gridPrice-perItem,
.gridPrice-totalQty {
  font-size: 0.875rem;
  font-weight: bold; }

.input-area-hidden {
  opacity: 0 !important;
  max-height: 0 !important;
  pointer-events: none !important;
  margin: -1rem 0 0 0 !important; }

.productView-inputs {
  padding: 0.1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1rem; }

.set-radio {
  background-color: white; }

.input-checkbox {
  margin: 0 !important; }
  .input-checkbox .form-label {
    font-size: 14px; }

.input-file {
  margin: 0 !important;
  opacity: 1;
  max-height: 500px;
  transition: max-height 0.25s ease-in-out, opacity 0.2s ease-in-out, margin 0.2s ease-in-out;
  pointer-events: all; }

.gridModifiers {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem; }
  .gridModifiers .input-file {
    font-size: 1rem;
    margin: 0; }
  .gridModifiers sup {
    color: #cc4749; }

.table-container {
  margin-top: 1.5rem; }

.gridModifiers-title {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0.5rem; }

.form-label--apply {
  width: 5rem;
  line-height: 0.7;
  float: right;
  margin-top: 0.5rem;
  cursor: pointer;
  text-align: center; }
  .form-label--apply:hover sup {
    color: rgba(0, 0, 255, 0); }
  .form-label--apply sup {
    color: #424548; }
    .form-label--apply sup.hidden {
      display: none; }

.animation-check {
  display: none;
  transform: scale(0.75);
  -webkit-animation: colored-circle 0.6s ease-in-out 0.3s backwards;
  animation: colored-circle 0.2s ease-in-out 0.3s backwards;
  margin-top: -0.5rem; }
  .animation-check.visible {
    display: inline; }

@keyframes colored-circle {
  0% {
    opacity: 0; }
  100% {
    opacity: 100; } }

#modal-background-quickspark {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 300ms;
  justify-content: center;
  align-items: center;
  z-index: 9999; }

.quickspark-modal-content {
  position: relative;
  width: 100%;
  max-width: 50rem;
  transition: 300ms; }
  .quickspark-modal-content img {
    width: 100%; }

.quickspark-close {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  fill: white;
  z-index: 9999; }
  .quickspark-close svg {
    width: 100%;
    height: 100%; }
  .quickspark-close:hover {
    fill: red;
    cursor: pointer; }

.quickspark-modal-apply {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  color: whitesmoke;
  font-size: 2.5rem;
  text-decoration: none;
  font-weight: 700; }

@keyframes animatemodal {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 50%;
    opacity: 1; } }

.yotpo .text-m {
  margin-bottom: 0.7em !important; }

#qs-more:hover {
  cursor: pointer !important; }
  #qs-more:hover svg {
    fill: #2dbdbf; }

.financing-options-container {
  margin: 1rem 0;
  width: 100%; }
  .financing-options-container p {
    margin: 0;
    padding: 0;
    font-weight: bold; }

.financing-item-info {
  display: flex;
  justify-content: center;
  width: 100%; }

.financing-items {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin-block: 0.5em; }
  .financing-items .financing-item {
    width: 80px !important;
    height: 40px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box; }

.financing-item-wrapper {
  display: flex;
  width: 100%;
  height: fit-content;
  margin: 5px 0;
  padding: 2px 0 2px 2px;
  border-radius: 7px;
  align-items: center;
  justify-content: center; }
  .financing-item-wrapper .financing-item-info {
    display: flex;
    align-items: center; }
  .financing-item-wrapper .affirm-as-low-as a {
    text-decoration: none; }
    .financing-item-wrapper .affirm-as-low-as a:hover {
      color: #0d0d0d; }
  .financing-item-wrapper .financing-item-text {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap; }
    .financing-item-wrapper .financing-item-text .klarna-logo {
      position: relative;
      bottom: 0.08rem; }
    .financing-item-wrapper .financing-item-text svg {
      transition: 150ms;
      position: relative;
      top: 0.05rem;
      width: 0.8rem;
      height: 0.8rem; }
    .financing-item-wrapper .financing-item-text svg:hover {
      cursor: pointer;
      fill: #2dbdbf; }
  .financing-item-wrapper p {
    font-size: 17px;
    color: black;
    font-weight: normal;
    line-height: 20px;
    margin: 0; }
  .financing-item-wrapper a {
    color: black; }

square-placement {
  --messaging-font-size: 14px;
  --messaging-line-height: 20px;
  --logo-badge-width: 70px; }
  square-placement .afterpay-main-text {
    color: black; }
  square-placement span.afterpay-main-text {
    color: black; }

#klarna-promotion-badge {
  display: flex;
  align-items: center;
  background-color: transparent;
  width: 100%; }

#klarna-placement::part(osm-container) {
  border: none;
  background-color: transparent;
  width: 100%;
  margin: 0;
  padding: 0; }

#klarna-promotion-badge::part(osm-cta),
::part(osm-message) {
  font-size: 17px;
  font-family: Louis;
  font-weight: normal;
  text-align: center;
  transition: 150ms; }

#klarna-promotion-badge::part(osm-cta):hover {
  color: #37b1bc; }

#klarna-promotion-badge::part(osm-badge-container) {
  width: 80px; }

#klarna-promotion-badge::part(osm-badge) {
  width: 100%;
  height: 100%; }

.add-pointer-event {
  pointer-events: all !important; }

.body-no-scroll {
  overflow: hidden;
  /* Prevents scrolling */
  height: 100%;
  /* Ensures the page height doesn't change */
  width: 100%;
  /* Ensures the page width doesn't change */
  position: fixed;
  /* Optional, to ensure layout doesn't shift */ }

.business-financing-container {
  display: none; }

.business-financing-title {
  margin: 0.5em 0;
  font-weight: bold; }

.native-offer-main .bundle-content-product .title-page h3 {
  font-size: 1.5rem !important;
  font-weight: 600;
  color: #0d0d0d !important;
  font-family: system-ui, -apple-system, Arial, sans-serif !important;
  margin-bottom: 1rem; }

.native-offer-main .bundle-content-product .list-product-together .list-thumbnail-product li .thumbnail {
  border-radius: 5px !important; }

.native-offer-main .bundle-content-product .list-product-together .list-thumbnail-product li .sale {
  top: 1px !important;
  font-family: system-ui, -apple-system, Arial, sans-serif !important;
  border-radius: 5px;
  font-weight: 600 !important; }

.native-offer-main .bundle-content-product .list-product-together .list-thumbnail-product li .detail-product h3 {
  font-family: system-ui, -apple-system, Arial, sans-serif !important;
  color: #0d0d0d !important; }

.native-offer-main .bundle-content-product .list-product-together .list-thumbnail-product li .detail-product .price span.real-price {
  font-family: system-ui, -apple-system, Arial, sans-serif !important;
  color: #535353 !important; }

.native-offer-main .bundle-content-product .list-product-together .list-thumbnail-product li .detail-product .price span.discount {
  font-family: system-ui, -apple-system, Arial, sans-serif !important;
  color: #0d0d0d !important; }

.native-offer-main .bundle-content-product .list-check-order ul li .name {
  color: #0d0d0d !important;
  font-family: system-ui, -apple-system, Arial, sans-serif !important; }

.native-offer-main .bundle-content-product .list-check-order ul li .if_check input[type="checkbox"]:checked + label:before {
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important; }

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

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

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

.compareTable-heading {
  font-family: "system-ui", Arial, Helvetica, sans-serif;
  font-size: 16px;
  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: #f8f8f8;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color 0.15s ease;
  width: 2.5rem; }
  .compareTable-removeProduct .icon {
    fill: #424548;
    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: 1rem 0 1rem 1rem; }

.compareTable-action {
  padding: 0 1rem 1rem; }
  .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 #f8f8f8;
  margin-bottom: 2.25rem; }
  .toggle:last-of-type {
    margin-bottom: 4.5rem; }

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

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

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

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

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

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

.facetedSearch {
  margin-top: 1rem; }
  .facetedSearch .accordion--navList {
    border: 0;
    box-shadow: none;
    margin: 0; }
  .facetedSearch .facetedSearch-toggle {
    display: none; }
  .facetedSearch .facetedSearch-refineFilters {
    margin-bottom: 1rem; }
  .facetedSearch .accordion-block {
    border-top: 1px solid #ccc; }
    .facetedSearch .accordion-block:last-child {
      border-bottom: 1px solid #ccc !important; }
      @media (max-width: 800px) {
        .facetedSearch .accordion-block:last-child {
          border-bottom: none !important; } }
  .facetedSearch .accordion-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    width: 100%;
    border-radius: 0.3125rem;
    border: none; }
    .facetedSearch .accordion-trigger:focus-visible {
      box-shadow: 0px 0px 0px 4px rgba(0, 102, 204, 0.25);
      outline: 1px solid #0066cc; }
    .facetedSearch .accordion-trigger .filter-chevron-icon {
      transition: 150ms;
      transform: rotate(180deg); }
    .facetedSearch .accordion-trigger[aria-expanded="true"] .filter-chevron-icon {
      transform: rotate(0deg); }
    .facetedSearch .accordion-trigger:hover {
      cursor: pointer; }
  .facetedSearch .accordion-title {
    margin: 0;
    padding: 0 !important;
    font-weight: 600;
    color: #0d0d0d;
    text-transform: uppercase; }
  .facetedSearch .accordion-content {
    transition: 150ms;
    overflow: hidden;
    display: block !important;
    padding: 0 !important;
    border: none !important; }
  .facetedSearch .navList {
    margin: 0;
    padding-bottom: 1rem; }
  .facetedSearch .navList-action-close {
    display: none; }
  .facetedSearch .navList-item {
    display: flex;
    align-items: flex-start;
    margin: 0.75rem 0;
    padding-inline: 0.25rem; }
    .facetedSearch .navList-item .navList-action {
      padding: 0 0 0 1.75rem;
      position: relative; }
      .facetedSearch .navList-item .navList-action:before {
        content: "";
        position: absolute;
        left: 0;
        top: 3px;
        margin: 0;
        width: 1rem;
        height: 1rem;
        border: 1px solid #0d0d0d;
        border-radius: 2.5px; }
      .facetedSearch .navList-item .navList-action.is-selected::before {
        background-color: #0d0d0d;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23ffffff' d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 50%; }
    .facetedSearch .navList-item .navList-action--checkbox {
      margin: 0; }

.facetedSearch-navList.is-open {
  max-height: 250px !important;
  overflow: scroll !important; }

.facetedSearch-toggle.is-open {
  border-radius: 5px 5px 0 0; }

.facetedSearch-clearLink {
  display: none; }

.page-sidebar {
  padding-left: 0.25rem; }
  .page-sidebar.transition {
    transition: 150ms; }
  .page-sidebar a {
    text-decoration: none; }
  @media (max-width: 800px) {
    .page-sidebar {
      padding: 0;
      transition: 150ms;
      transform: translateX(100%);
      width: 100%;
      height: 100%;
      position: fixed;
      background-color: white;
      z-index: 9999;
      top: 0;
      right: 0; }
      .page-sidebar.filters-active {
        transform: translateX(0px); }
      .page-sidebar .aside-nav {
        position: relative;
        height: 90%;
        width: 100%;
        overflow-y: scroll; }
      .page-sidebar .form-field {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 1rem; }
      .page-sidebar .form-label {
        font-weight: bold;
        font-size: 1rem;
        text-transform: uppercase;
        padding: 0 0 0.5rem 0; }
      .page-sidebar .custom-select-trigger {
        display: none; }
      .page-sidebar .custom-select-icon {
        display: none; }
      .page-sidebar .custom-options {
        position: relative;
        top: 0;
        width: 100%;
        height: fit-content;
        box-shadow: none; }
        .page-sidebar .custom-options ul {
          padding: 0; }
          .page-sidebar .custom-options ul li {
            text-align: left;
            padding: 0.5rem 0 0.5rem 2rem;
            position: relative;
            font-size: 0.875rem; }
          .page-sidebar .custom-options ul li.is-selected::after {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='white' /%3E%3C/svg%3E");
            background-position: 50%;
            background-repeat: no-repeat;
            background-size: 100%;
            color: white;
            background-color: black;
            border: 1px solid black;
            content: "";
            font-size: 0.875rem;
            display: block;
            line-height: 1;
            position: absolute;
            text-align: center;
            left: 0;
            top: 50%;
            margin-top: -0.5rem;
            width: 1rem;
            height: 1rem;
            border-radius: 5px; }
          .page-sidebar .custom-options ul li.is-selected::before {
            display: none; }
          .page-sidebar .custom-options ul li::before {
            content: "";
            position: absolute;
            background-color: white;
            border: 1px solid #0d0d0d;
            height: 1rem;
            left: 0;
            top: 50%;
            margin-top: -0.5rem;
            width: 1rem;
            border-radius: 5px; }
      .page-sidebar .actionBar {
        display: block !important;
        margin-top: 1rem; }
      .page-sidebar .mobile-filters-text {
        padding: 0.5rem 1rem;
        margin: 0;
        font-weight: bold;
        font-size: 1.25rem;
        display: block; }
      .page-sidebar .facetedSearch-clearLink {
        display: none;
        pointer-events: none; }
      .page-sidebar .accordion-title {
        font-weight: 600;
        font-size: 1rem; }
      .page-sidebar .facetedSearch {
        padding: 0 1rem; }
      .page-sidebar .apply-filters-container {
        position: fixed;
        display: flex !important;
        justify-content: center;
        align-items: center;
        bottom: 0;
        border-top: 1px solid #ccc;
        background-color: white;
        height: 10%;
        z-index: 9999;
        width: 100%; }
        .page-sidebar .apply-filters-container button {
          background-color: #0d0d0d;
          color: white;
          font-weight: bold;
          width: 50%;
          margin: 0 5px;
          height: 70%;
          border-radius: 5px; }
          .page-sidebar .apply-filters-container button:first-child {
            background-color: #ccc;
            color: black; }
      .page-sidebar .mobile-close-nav-btn {
        position: fixed;
        right: 15px;
        top: 15px;
        width: 2.75rem;
        height: 2.75rem;
        padding: 0.5rem;
        background-color: #0d0d0d;
        border-radius: 50%;
        display: flex !important;
        align-items: center;
        justify-content: center;
        z-index: 1029380192834; }
        .page-sidebar .mobile-close-nav-btn svg {
          width: 1.25rem;
          height: 1.25rem;
          fill: white; } }

.aside-nav .mobile-close-nav-btn {
  display: none; }

.aside-nav .actionBar {
  display: none; }

.aside-nav .mobile-filters-text {
  display: none; }

.aside-nav .apply-filters-container {
  display: none; }

.banners {
  background-color: #424548;
  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: #f8f8f8;
  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: #424548;
    position: relative;
    top: -1px; }

.cart-header {
  margin-bottom: 1.5rem; }
  @media (max-width: 64rem) {
    .cart-header {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
      margin-bottom: 1.5rem; } }
  .cart-header span {
    font-weight: 600; }
  .cart-header p {
    margin: 0; }
    @media (min-width: 64rem) {
      .cart-header p {
        display: none; } }
  .cart-header .block-title {
    margin: 0 !important; }

.block-title {
  font-size: 1.5rem;
  margin-bottom: 2rem; }

#cart {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 2rem;
  margin: 1rem 0 2rem 0; }
  @media (max-width: 64rem) {
    #cart {
      grid-template-columns: 1fr; } }

.cart-content-container {
  width: 100%; }

.cart {
  width: 100%; }

.cart-item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 1rem;
  padding-block: 1.5rem;
  border-bottom: 1px solid #cccccc; }
  .cart-item #extend-plan-item {
    grid-column-start: 1;
    font-weight: 600;
    color: #535353; }
    .cart-item #extend-plan-item b {
      font-weight: 400; }
  .cart-item .alertBox.alertBox--info {
    margin: 0;
    grid-column: span 2; }
    .cart-item .alertBox.alertBox--info p {
      margin: 0;
      font-size: 0.875rem; }
  @media (max-width: 48rem) {
    .cart-item {
      grid-template-columns: 20% 1fr; } }
  .cart-item:first-child {
    border-top: 1px solid #cccccc; }

.cart-item-image {
  margin: 0;
  width: 100%; }
  .cart-item-image img {
    border-radius: 0.3125rem;
    max-width: 100%;
    width: 100%; }

.cart-item-information {
  display: grid;
  grid-template-columns: 1fr min-content;
  gap: 0.5rem 1rem; }
  @media (max-width: 64rem) {
    .cart-item-information {
      grid-template-columns: 1fr; } }

.cart-item-name {
  font-weight: 600;
  height: fit-content; }
  .cart-item-name a {
    text-decoration: none; }

.cart-item-total {
  font-weight: 600;
  grid-column-start: 2;
  grid-row-start: 1;
  height: fit-content; }
  @media (max-width: 64rem) {
    .cart-item-total {
      grid-row-start: 1; } }

.cart-item-selected-options {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #535353; }
  @media (max-width: 64rem) {
    .cart-item-selected-options {
      font-size: 0.875rem;
      grid-column: span 2; } }
  .cart-item-selected-options .cart-item-option-value {
    font-weight: 600; }

.extend-cart-offer {
  grid-column-start: 1;
  margin: 0 !important;
  height: fit-content; }

.cart-item-actions {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-column-start: 1;
  width: fit-content; }
  @media (max-width: 40rem) {
    .cart-item-actions {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0.5rem 1.5rem; } }
  .cart-item-actions .form-increment {
    background-color: transparent;
    gap: 0.5rem;
    display: flex;
    align-items: center;
    width: fit-content; }
    @media (max-width: 40rem) {
      .cart-item-actions .form-increment {
        grid-column: span 2; } }
    .cart-item-actions .form-increment button {
      background-color: #f1f1f1;
      border-radius: 0.3125rem;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 1.75rem;
      height: 1.75rem;
      max-width: 1.75rem;
      transition: 150ms; }
      .cart-item-actions .form-increment button:hover {
        background-color: #e4e4e4; }
      .cart-item-actions .form-increment button:focus-visible {
        outline: 1px solid #0066cc;
        box-shadow: 0px 0px 0px 4px rgba(0, 102, 204, 0.25); }
      .cart-item-actions .form-increment button svg {
        width: 0.75rem;
        height: 0.75rem; }
    .cart-item-actions .form-increment input {
      background-color: transparent;
      border: 1px solid #cccccc;
      width: 3rem;
      height: 2.25rem; }

.cart-item-remove,
.cart-item-edit {
  padding: 0;
  text-decoration: underline;
  transition: 150ms; }
  .cart-item-remove:hover,
  .cart-item-edit:hover {
    color: #0066cc; }

.pci-logo {
  width: 70px;
  height: auto;
  aspect-ratio: 3/2;
  background-color: #0d0d0d;
  border-radius: 0.3125rem;
  display: flex;
  justify-content: center;
  align-items: center; }
  .pci-logo img {
    width: auto;
    height: 80%;
    object-fit: contain;
    filter: brightness(0) invert(1); }

.text-right-cart {
  margin-top: 1.5rem; }
  .text-right-cart button {
    background-color: #e21017;
    color: white;
    border: none;
    padding: 0.25rem 0.5rem;
    border-radius: 0.3125rem;
    font-size: 1rem;
    font-weight: 600;
    transition: 150ms; }
    .text-right-cart button:hover {
      background-color: #f1343b; }

.cart-totals-container {
  width: 100%;
  height: fit-content; }

.cart-total {
  margin: 0.75rem 0 !important;
  display: flex;
  justify-content: space-between; }

.actions-totals {
  flex-direction: column; }
  .actions-totals div form {
    margin: 0; }

.cart-totals {
  width: 100%;
  list-style: none;
  margin: 0; }
  .cart-totals .total-grandTotal {
    font-weight: bold;
    padding-top: 0.75rem;
    border-top: 1px solid #cccccc;
    padding-bottom: 1rem;
    border-bottom: 1px solid #cccccc; }

.cart-payment-icons {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(8, 1fr);
  gap: 2px; }

.order-minimum-disclaimer {
  font-size: 0.875rem; }

.financing-items {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: space-between;
  align-items: center;
  margin: 0.5rem 0; }
  .financing-items .financing-item-wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start; }
    .financing-items .financing-item-wrapper square-placement {
      text-align: left; }

.summary-button {
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25rem 0;
  border-radius: 0.3125rem;
  background-color: white;
  z-index: 10; }
  .summary-button:focus, .summary-button:focus-visible {
    outline: 1px solid #0066cc;
    box-shadow: 0px 0px 0px 4px rgba(0, 102, 204, 0.25); }
  .summary-button svg {
    fill: #0d0d0d;
    width: 1rem;
    height: 1rem; }

.summary-button[aria-expanded="true"] svg {
  transform: rotate(180deg); }

.summary-button[aria-expanded="true"] + .summary-input-container {
  height: 52px;
  opacity: 1;
  pointer-events: all; }

.summary-input-container {
  height: 0;
  opacity: 0;
  pointer-events: none;
  transition: 150ms;
  display: flex;
  align-items: flex-end; }
  .summary-input-container form {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem; }
    .summary-input-container form input:not(.button) {
      flex-grow: 1;
      height: 100%;
      border-radius: 0.3125rem;
      border: 2px solid #f1f1f1;
      background-color: #f1f1f1;
      padding: 0 0.5rem; }
      .summary-input-container form input:not(.button):hover {
        border-color: #0066cc; }
      .summary-input-container form input:not(.button):focus, .summary-input-container form input:not(.button):focus-visible {
        border-color: #0066cc;
        outline: 2px solid white;
        box-shadow: 0px 0px 0px 4px rgba(0, 102, 204, 0.25); }
    .summary-input-container form input:is(.button) {
      background-color: #0066cc;
      margin: 0;
      width: 7rem;
      min-width: 7rem;
      color: white;
      font-weight: 600; }
      .summary-input-container form input:is(.button):hover {
        background-color: #0080ff;
        border-color: #0080ff; }
      .summary-input-container form input:is(.button):focus, .summary-input-container form input:is(.button):focus-visible {
        background-color: #0066cc;
        border-color: white;
        outline: 2px solid #0066cc;
        box-shadow: 0px 0px 0px 4px rgba(0, 102, 204, 0.25); }

.extend-shipping {
  width: 100% !important; }

#cart #extend-shipping-offers-iframe {
  width: 100% !important;
  height: 3.5rem !important; }
  @media (max-width: 396px) {
    #cart #extend-shipping-offers-iframe {
      height: 3.75rem !important; } }
  #cart #extend-shipping-offers-iframe .shipping-price-container {
    font-size: 1rem; }

.shipping-offer-container {
  width: 100% !important; }

.previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  padding: 0 20px;
  display: block;
  width: 100%; }
  .previewCartList ul,
  .previewCartList ol {
    list-style: none;
    margin-bottom: 0; }
  .previewCartList li {
    margin: 0;
    padding: 0; }

.previewCartList .previewCartItem {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  display: block;
  font-size: 0;
  padding: 20px 0; }
  .previewCartList .previewCartItem:before, .previewCartList .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartList .previewCartItem:after {
    clear: both; }
  .previewCartList .previewCartItem + .previewCartItem {
    border-top: 1px solid #f2f2f2; }

[data-product-id="4827"] .previewCartItem-image .shine,
[data-product-id="4829"] .previewCartItem-image .shine {
  display: block; }

[data-product-id="4827"] .previewCartItem-image .pattern-canvas.loaded ~ .shine,
[data-product-id="4829"] .previewCartItem-image .pattern-canvas.loaded ~ .shine {
  display: none; }

.previewCartItem-image,
.previewCartItem-content,
.previewCartItem-qty {
  display: inline-block;
  vertical-align: middle; }

.previewCartItem-image {
  width: 60px;
  margin-right: 20px;
  padding: 0;
  text-align: center;
  position: relative; }
  .previewCartItem-image img {
    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: 0;
  width: calc(100% - 170px); }

.previewCartItem-name {
  color: #0d0d0d;
  font-size: 0.875rem;
  font-weight: bold;
  font-size: 1.125rem;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap; }
  .previewCartItem-name > a {
    color: inherit;
    text-decoration: none; }
  .previewCartItem-name .edit:hover .icon svg {
    fill: #0066cc; }

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

.previewCartItem-options {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  color: #0d0d0d; }

.previewCartItem-brand,
.previewCartItem-price {
  color: #424548;
  display: inline-block;
  font-size: 14px; }
  .previewCartItem-brand:empty,
  .previewCartItem-price:empty {
    display: none; }

.previewCartItem-qty {
  vertical-align: middle;
  color: #0d0d0d;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  width: 90px; }

.previewCartAction {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  border-top: 1px solid #f8f8f8;
  display: block;
  font-size: 0;
  padding: 10px 20px; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  .previewCartAction .previewCartAction-subtotal,
  .previewCartAction .previewCartAction-checkout {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 1rem;
    float: none;
    padding: 0; }
  .previewCartAction .previewCartAction-subtotal {
    width: calc(100% - 180px); }
  .previewCartAction .previewCartAction-checkout {
    width: 180px; }
  .previewCartAction .previewCartAction-subtotal-price {
    font-size: 24px;
    display: block;
    font-weight: bold;
    line-height: 1; }
  .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; }

.cart-item-modal-bg {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100;
  justify-content: center;
  align-items: center; }

.cart-item-modal-content {
  background-color: white;
  border-radius: 10px;
  width: 100%;
  max-width: 50rem;
  position: relative;
  z-index: 101;
  -webkit-box-shadow: 0px 0px 22px 6px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 0px 22px 6px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 0px 22px 6px rgba(0, 0, 0, 0.33); }
  @media (max-width: 760px) {
    .cart-item-modal-content {
      height: 70vh; } }

#cart-item-title {
  margin: 0 0 1rem 0;
  font-weight: bold;
  padding: 0 1rem; }

#cart-item-modal-options {
  margin: 0;
  list-style: none;
  padding: 0 1rem; }

.cart-item-modal-option {
  margin: 0.5rem 0; }

.cart-item-modal-header {
  height: 3rem;
  padding: 1rem; }

.cart-item-modal-scroll-area {
  height: calc(100% - 3rem); }
  @media (max-width: 800px) {
    .cart-item-modal-scroll-area {
      overflow: scroll; } }

.cart-item-modal-close {
  position: absolute;
  border: 1px solid white;
  color: red;
  top: 5px;
  right: 5px;
  height: fit-content;
  font-size: 1.25rem;
  transition: 150ms;
  border-radius: 10px;
  padding: 0rem 0.5rem; }
  .cart-item-modal-close:hover {
    cursor: pointer;
    border: 1px solid red; }

.related-cart-products {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-top: 2rem;
  grid-column: span 2; }
  @media (max-width: 64rem) {
    .related-cart-products {
      grid-column: span 1; } }
  .related-cart-products h3 {
    font-size: 1.5rem; }
  .related-cart-products .card-skelton {
    width: calc(20% - 0.75rem);
    max-width: calc(20% - 0.75rem);
    min-width: calc(20% - 0.75rem); }
    @media (max-width: 64rem) {
      .related-cart-products .card-skelton {
        width: calc(28.5% - 0.75rem);
        max-width: calc(28.5% - 0.75rem);
        min-width: calc(28.5% - 0.75rem); } }
    @media (max-width: 48rem) {
      .related-cart-products .card-skelton {
        width: calc(40% - 0.75rem);
        max-width: calc(40% - 0.75rem);
        min-width: calc(40% - 0.75rem); } }
    @media (max-width: 40rem) {
      .related-cart-products .card-skelton {
        width: calc(75% - 0.75rem);
        max-width: calc(75% - 0.75rem);
        min-width: calc(75% - 0.75rem); } }
    .related-cart-products .card-skelton .skelton-square {
      aspect-ratio: 1/1;
      height: auto;
      margin-bottom: 0.5rem; }
    .related-cart-products .card-skelton .skelton-rect {
      aspect-ratio: 16/6;
      height: auto; }
    .related-cart-products .card-skelton .skelton-square,
    .related-cart-products .card-skelton .skelton-rect {
      width: 100%;
      border-radius: 0.3125rem;
      background: rgba(130, 130, 130, 0.2);
      background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
      background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
      background-size: 800px 100px;
      animation: wave-squares 2s infinite ease-out; }

@keyframes wave-squares {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }
  .related-cart-products .cart-related-products-grid {
    margin-top: 1rem;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
    scroll-snap-type: x mandatory;
    gap: 1rem; }
    @media (max-width: 64rem) {
      .related-cart-products .cart-related-products-grid {
        overflow-x: scroll; } }
  .related-cart-products .card {
    width: calc(20% - 0.75rem);
    max-width: calc(20% - 0.75rem);
    min-width: calc(20% - 0.75rem);
    scroll-snap-align: start; }
    @media (max-width: 64rem) {
      .related-cart-products .card {
        width: calc(28.5% - 0.75rem);
        max-width: calc(28.5% - 0.75rem);
        min-width: calc(28.5% - 0.75rem); } }
    @media (max-width: 48rem) {
      .related-cart-products .card {
        width: calc(40% - 0.75rem);
        max-width: calc(40% - 0.75rem);
        min-width: calc(40% - 0.75rem); } }
    @media (max-width: 40rem) {
      .related-cart-products .card {
        width: calc(75% - 0.75rem);
        max-width: calc(75% - 0.75rem);
        min-width: calc(75% - 0.75rem); } }
    .related-cart-products .card img {
      width: 100%;
      height: auto;
      object-fit: contain;
      border-radius: 0.3125rem; }

#cart .add-to-cart-controls {
  margin-top: 1rem;
  display: flex;
  gap: 0.5rem;
  width: 100%;
  align-items: flex-start; }
  @media (max-width: 800px) {
    #cart .add-to-cart-controls {
      flex-direction: column;
      align-items: flex-start; } }

.modal {
  padding-bottom: 0;
  padding-top: 0; }

.productGrid-container {
  width: 100%;
  max-height: 450px;
  overflow-y: scroll; }

.productGrid-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem; }
  @media (max-width: 475px) {
    .productGrid-items {
      grid-template-columns: repeat(2, 1fr); } }

.productGrid-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }

.productGrid-item-qty-container {
  display: flex;
  justify-content: center; }

.ec-tooltip {
  display: inline-block;
  position: relative;
  vertical-align: text-bottom; }
  @media (max-width: 800px) {
    .ec-tooltip {
      position: static; } }
  .ec-tooltip .ec-tooltip__handle {
    width: 0.75rem;
    height: 0.75rem;
    text-align: center;
    border-radius: 50%; }
    .ec-tooltip .ec-tooltip__handle svg {
      fill: #0d0d0d; }
  .ec-tooltip .ec-tooltip__panel {
    background-color: #f8f8f8;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    padding: 1rem;
    position: absolute;
    top: 0;
    left: 100%;
    width: 240px;
    z-index: 2; }
    @media (max-width: 800px) {
      .ec-tooltip .ec-tooltip__panel {
        left: 50%;
        top: 30px;
        transform: translate(-50%, 0); } }
    .ec-tooltip .ec-tooltip__panel p {
      margin: 0 0 1rem;
      line-height: 1.5; }
      .ec-tooltip .ec-tooltip__panel p:last-child {
        margin: 0; }
    .ec-tooltip .ec-tooltip__panel li {
      margin-bottom: 0.25rem; }
  .ec-tooltip:hover .ec-tooltip__panel,
  .ec-tooltip .ec-tooltip__panel:hover {
    display: block; }

h2 {
  margin-top: 0;
  line-height: 1.2; }

input[type="file"] {
  font-size: 14px; }

.form-label.error small {
  color: #a40000; }

.form-field.error {
  border: 1px solid #a40000; }

.form-field::after, .form-field::before {
  content: none; }

.form-field > .form-checkbox + .form-label,
.form-field > .form-radio + .form-label {
  display: inline-block;
  width: auto; }
  @media (min-width: 551px) {
    .form-field > .form-checkbox + .form-label,
    .form-field > .form-radio + .form-label {
      margin-left: 0;
      width: 100%; } }

.form-field > .form-label:nth-of-type(2) {
  margin-left: 0; }

.form-field .form-option.hide {
  display: none !important; }

.form-field .form-option.selected-option {
  background-color: #e8e8e8; }

.form-field .form-radio:checked + .form-option.form-option-swatch .form-option-variant--color,
.form-field .form-radio:checked + .form-option.form-option-swatch .form-option-variant--pattern {
  border: 1px solid #acb0b2; }

.form-action .button {
  width: 100%; }

.cart-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem; }

.cart-actions .or-use-label {
  display: none; }

.cart-actions .cart-additionalCheckoutButtons {
  width: 100%;
  margin: 0; }

.cart-actions .PaypalCommerceCreditCheckout {
  display: none; }

.cart-actions .GooglePayInnerContainer button {
  border-color: black;
  outline: none !important; }

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

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

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

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

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

.address-details--postal {
  font-size: 16px; }

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

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

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #0050a2; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #f8f8f8;
    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 {
  display: grid;
  grid-template-columns: repeat(4, 1fr); }

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

.videoGallery-title {
  margin-top: 0;
  padding: 0 0.5rem; }
  @media (min-width: 801px) {
    .videoGallery-title {
      padding: 0 1rem; } }

.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: #424548;
    opacity: 1; }

.video-figure {
  float: none;
  margin-right: 0; }
  .video-figure > img {
    display: inline-block; }

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

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

.navUser-item--cart .previewCart {
  width: 100%;
  padding: 0 1rem 1rem; }
  .navUser-item--cart .previewCart .previewCartHeader {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0 1rem;
    padding: 1rem 0; }
    .navUser-item--cart .previewCart .previewCartHeader h5 {
      text-transform: none;
      font-size: 1.5rem; }
    .navUser-item--cart .previewCart .previewCartHeader span {
      font-size: 1.25rem;
      color: #535353;
      position: relative;
      top: 1px; }
  .navUser-item--cart .previewCart .previewCartList {
    padding: 0;
    margin: 0; }
    .navUser-item--cart .previewCart .previewCartList .previewCartItem {
      padding: 1rem 0;
      display: grid;
      grid-template-columns: 60px 1fr min-content;
      gap: 0 1rem;
      max-width: none;
      width: 100%;
      border-top: 1px solid #f1f1f1; }
      .navUser-item--cart .previewCart .previewCartList .previewCartItem:last-child {
        border-bottom: 1px solid #f1f1f1; }
      .navUser-item--cart .previewCart .previewCartList .previewCartItem:before, .navUser-item--cart .previewCart .previewCartList .previewCartItem:after {
        position: absolute; }
      .navUser-item--cart .previewCart .previewCartList .previewCartItem .previewCartItem-qty {
        width: fit-content;
        white-space: nowrap; }
      .navUser-item--cart .previewCart .previewCartList .previewCartItem .previewCartItem-image {
        margin: 0;
        width: 100%;
        aspect-ratio: 1;
        height: auto;
        overflow: hidden;
        border-radius: 0.3125rem; }
        .navUser-item--cart .previewCart .previewCartList .previewCartItem .previewCartItem-image.extend {
          border: 1px solid #f1f1f1; }
      .navUser-item--cart .previewCart .previewCartList .previewCartItem .previewCartItem-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.25rem; }
        .navUser-item--cart .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name {
          white-space: wrap;
          margin: 0;
          text-align: left; }
        .navUser-item--cart .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-options li {
          text-align: left; }
        .navUser-item--cart .previewCart .previewCartList .previewCartItem .previewCartItem-content .extend-cart-offer {
          margin: 0; }
  .navUser-item--cart .previewCart .previewCartAction {
    border: none;
    padding: 0;
    display: grid;
    margin-top: 1rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem; }
    .navUser-item--cart .previewCart .previewCartAction:before, .navUser-item--cart .previewCart .previewCartAction:after {
      position: absolute; }
    .navUser-item--cart .previewCart .previewCartAction .previewCartAction-subtotal {
      text-align: left;
      grid-column: span 2;
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .navUser-item--cart .previewCart .previewCartAction .previewCartAction-subtotal label {
        font-size: 1.25rem; }
    .navUser-item--cart .previewCart .previewCartAction .previewCart-view-cart {
      grid-column-start: 1;
      width: 100%;
      color: white;
      background-color: #535353;
      font-size: 1rem;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 0.3125rem;
      text-decoration: none;
      font-size: 1rem;
      font-weight: 600; }
    .navUser-item--cart .previewCart .previewCartAction .previewCartAction-checkout {
      grid-column-start: 2;
      width: 100%; }
      .navUser-item--cart .previewCart .previewCartAction .previewCartAction-checkout .alertBox {
        margin: 0;
        padding: 0.25rem; }
        .navUser-item--cart .previewCart .previewCartAction .previewCartAction-checkout .alertBox svg {
          width: 1.5rem;
          height: 1.5rem; }
    .navUser-item--cart .previewCart .previewCartAction .XewGf4SbZrqg3pYNtMsk {
      margin: 0 !important; }
      .navUser-item--cart .previewCart .previewCartAction .XewGf4SbZrqg3pYNtMsk .TDT_dCbYI_7bmqlo4bT0 {
        font-size: 1rem !important;
        font-weight: 600 !important; }
    .navUser-item--cart .previewCart .previewCartAction #extend-shipping-offer {
      grid-column: span 2;
      margin: 0; }
      .navUser-item--cart .previewCart .previewCartAction #extend-shipping-offer .extend-shipping {
        padding: 0 !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
        min-height: 55px !important; }
      .navUser-item--cart .previewCart .previewCartAction #extend-shipping-offer #extend-shipping-offers-iframe {
        height: 55px !important; }

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #999999;
  color: #424548;
  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: #424548; }

.maintenanceNotice-header {
  font-family: "system-ui";
  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 {
  background-color: white;
  box-shadow: 0 0.125rem 0.4375rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  float: left;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }

.adminBar-logo {
  background-color: #273a8a;
  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;
  margin-left: 45px;
  padding: 17px 20.5px 14px 20px; }
  .adminBar-content a {
    color: #4b71fc;
    font-weight: 700;
    text-decoration: none; }

.adminBar-private {
  float: right;
  text-align: right; }
  .adminBar-private span {
    white-space: nowrap; }

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

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

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

@media (min-width: 801px) {
  .cookieMessage-text {
    display: inline-block;
    padding: 0 0.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; }
  .login-form .forgot-password {
    line-height: 40px; }
  @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; }

.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: 16px; }

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

#quickSearch .form-fieldset {
  border: none;
  padding: 0;
  margin: 0; }
  #quickSearch .form-fieldset .form-input {
    width: 100%;
    height: 40px; }

#search_query {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 0.75rem center;
  max-width: 100%;
  background-color: white;
  padding-left: 3rem;
  padding-right: 2rem;
  border-radius: 5px;
  border: 1px solid #535353;
  color: #0d0d0d; }
  #search_query::placeholder {
    color: #535353; }
  @media (max-width: 64rem) {
    #search_query {
      padding-left: 1rem;
      padding-right: 1rem;
      height: 40px;
      padding-block: 0;
      background-image: none; } }

.quickSearchResults {
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  margin: 0;
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%; }
  @media (min-width: 801px) {
    .quickSearchResults {
      margin-top: 0;
      left: 1rem;
      width: calc(100% - 2rem); } }
  .quickSearchResults .modal-close {
    top: -2.375rem;
    right: 0; }
    @media (min-width: 801px) {
      .quickSearchResults .modal-close {
        right: 0.5rem; } }

.quickSearchResults .productGrid,
.quickSearchMessage {
  padding: 1rem 0; }

.quickSearchResults .productGrid {
  margin: 0;
  max-height: 90vh;
  overflow-y: scroll; }
  .quickSearchResults .productGrid .card {
    margin-bottom: 1.5rem; }
  .quickSearchResults .productGrid .card-figure,
  .quickSearchResults .productGrid .card-body {
    display: inline-block;
    vertical-align: top;
    width: 60px; }
  .quickSearchResults .productGrid .card-body {
    padding: 0;
    width: calc(100% - 70px);
    margin-left: 0.25rem; }
  .quickSearchResults .productGrid .card-title {
    font-size: 1rem;
    line-height: 1.2; }
  .quickSearchResults .productGrid .card-text {
    font-size: 0.75rem; }
  @media (min-width: 551px) {
    .quickSearchResults .productGrid .card-figure,
    .quickSearchResults .productGrid .card-body {
      display: block;
      width: 100%;
      margin: 0; }
    .quickSearchResults .productGrid .card-body {
      padding: 0.75rem 0 0; } }
  @media (min-width: 801px) {
    .quickSearchResults .productGrid .product {
      width: 33.333%; } }
  @media (max-width: 499px) {
    .quickSearchResults .productGrid .product {
      display: block;
      width: 100%; } }

.quickSearchMessage {
  font-size: 16px;
  margin: 1rem;
  text-align: center; }

#icon-seach {
  display: none; }

.quickSearch-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 64rem) {
    .quickSearch-container {
      grid-row-start: 2;
      grid-column: span 3;
      margin-bottom: 0.5rem; } }
  .quickSearch-container .form {
    width: 100%; }
  .quickSearch-container .form,
  .quickSearch-container .form-field {
    margin: 0; }
  .quickSearch-container .form {
    display: block; }
  .quickSearch-container.is-open .form {
    display: block; }

.navBar--account {
  display: block;
  margin-bottom: 2rem; }
  .navBar--account .navBar-item {
    display: inline-block;
    margin: 0 0.5rem;
    vertical-align: top; }
  @media only screen and (min-width: 340px) {
    .navBar--account .navBar-item {
      margin: 0 0.75rem; } }
  @media (min-width: 801px) {
    .navBar--account {
      margin-bottom: 4.5rem; } }

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

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

.account-listItem {
  border-bottom: 1px solid #f8f8f8;
  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 #f8f8f8;
  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: 16px;
    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: "system-ui", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: -0.1875rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 16px; }

.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: #424548;
  font-family: "system-ui", 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: 16px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: #424548;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.3125rem; }

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

.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: #f3f3f3;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.375rem;
  padding: 0.1875rem 0.5rem; }

.account-orderStatus-action {
  color: #424548;
  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: #424548; }

.account .pagination {
  color: #999999;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #999999; }

.account-sidebar-block {
  font-size: 16px; }
  .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: #424548;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #f8f8f8;
  font-size: 16px;
  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: #424548;
  font-size: 16px;
  margin-bottom: 0.1875rem;
  text-transform: inherit; }

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

.account-downloadsItem-availability {
  color: #424548; }

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

.wishlist-header {
  display: block;
  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: #f3f3f3; }

.icon--ratingFull svg {
  fill: #FFCC00; }

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

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

.paymentMethodName {
  margin-top: 0;
  padding: 0 0.75rem;
  text-transform: none; }

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

@media (min-width: 551px) {
  .paymentMethodForm {
    max-width: 60%; }
    .paymentMethodForm .paymentMethodForm-column {
      display: flex; }
      .paymentMethodForm .paymentMethodForm-column .paymentMethodForm-inputs:first-child {
        width: 70%; }
      .paymentMethodForm .paymentMethodForm-column .paymentMethodForm-inputs:last-child {
        padding-left: 1.5rem;
        width: 30%; }
    .paymentMethodForm .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.75rem; } }

.panel--paymentMethod {
  font-size: 1rem;
  position: relative; }
  .panel--paymentMethod .panel-body {
    border: 1px solid #f8f8f8;
    border-radius: 0.1875rem;
    min-height: 14.25rem;
    padding: 0; }
  .panel--paymentMethod .form-actions {
    font-size: 0;
    margin-top: 0;
    text-align: left; }
    .panel--paymentMethod .form-actions .button {
      margin-top: 0; }

.paymentMethod-card,
.paymentMethod-details {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 0; }

.paymentMethod-card {
  align-items: center;
  background: white;
  padding: 0.75rem; }
  @media (min-width: 1261px) {
    .paymentMethod-card {
      padding: 1.5rem; } }

.paymentMethod-icon {
  margin-right: 0.75rem;
  width: 1.75rem; }
  @media (min-width: 1261px) {
    .paymentMethod-icon {
      width: 2.625rem; } }

.paymentMethod-brand {
  font-size: 14px;
  font-weight: 600; }
  @media (min-width: 1261px) {
    .paymentMethod-brand {
      font-size: 1rem; } }

.paymentMethod-default {
  margin-left: 0.75rem; }
  .paymentMethod-default.icon {
    fill: #424548;
    height: 1.125rem;
    width: 1.125rem; }
    @media (min-width: 1261px) {
      .paymentMethod-default.icon {
        height: 1.25rem;
        width: 1.25rem; } }

.paymentMethod-expiry {
  font-size: 16px;
  margin-left: auto;
  text-transform: capitalize; }

.paymentMethod-details {
  padding: 1.5rem; }

.paymentMethod-label,
.paymentMethod-description {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0.75rem; }

.paymentMethod-label {
  flex: 6.25rem;
  font-weight: 600; }

.paymentMethod-description {
  flex: calc(100% - 100px);
  padding-left: 0.75rem; }

.paymentMethod-form {
  padding: 0 1.5rem 0.75rem; }
  @media (min-width: 551px) {
    .paymentMethod-form {
      bottom: 0.75rem;
      position: absolute;
      width: auto; } }

.panel--newPaymentMethod {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newPaymentMethod:hover .paymentMethod-title {
    color: #0050a2; }
  .panel--newPaymentMethod .panel-body {
    background-color: transparent; }
  .panel--newPaymentMethod .paymentMethod-title {
    margin-bottom: 0;
    text-transform: none;
    transition: all 0.15s ease; }

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

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

.paymentMethodForm-heading {
  color: #424548;
  font-family: "system-ui", 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; }

.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: 16px;
  font-weight: 600;
  letter-spacing: 0.25px; }

/*--
$purple: #ad4c9a;
$blue: #0066cc;
$green: #298d2b;
$teal: #2dbdbf;
$yellow: #f5cb15;
$orange: #f26b2d;
$red: #e21017;
$light: #cccccc;
$lighter: #f1f1f1;
$neutral: #535353;
$dark: #0d0d0d;
--*/
.announcement-bar-carousel {
  width: 100%;
  position: relative;
  background-color: #e21017;
  padding-block: 0.25rem; }

.announcement-bar-carousel-width-container {
  width: fit-content;
  margin: auto;
  position: relative; }

.announcement-bar-carousel-viewport {
  overflow: hidden;
  touch-action: pan-y; }

.announcement-bar-carousel-container {
  display: flex;
  transform: translate3d(0, 0, 0); }

.announcement-bar-carousel-cell {
  color: white;
  flex: 0 0 100%;
  text-align: center;
  align-self: center;
  padding-inline: 36px;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400; }
  @media (max-width: 30rem) {
    .announcement-bar-carousel-cell {
      font-size: 0.75rem;
      text-align: left; } }
  .announcement-bar-carousel-cell:hover {
    text-decoration: underline;
    color: black !important; }

.announcement-action {
  width: fit-content;
  position: absolute;
  top: 50%;
  height: 100%;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  transform: translateY(-200%);
  transition: 150ms;
  background-color: #e21017;
  z-index: 10; }
  .announcement-action:hover svg {
    fill: white; }
  .announcement-action:active svg {
    scale: 0.96; }
  .announcement-action.initialized {
    transform: translateY(-50%); }
  .announcement-action svg {
    padding: 0.25rem;
    width: 1.4rem;
    height: 1.4rem;
    transition: 150ms;
    border-radius: 50%;
    background-color: #e21017;
    fill: white; }

.prev-announcement {
  left: 0; }

.next-announcement {
  right: 0; }

.nanobar {
  display: none; }

img#LogoImage {
  height: 85px; }

.header-logo-image-unknown-size {
  height: 75px;
  width: auto; }
  @media (max-width: 800px) {
    .header-logo-image-unknown-size {
      height: 60px !important; } }

.header {
  box-shadow: none;
  will-change: transform;
  background-color: white;
  transition: 200ms !important;
  border-bottom: none;
  padding: 0;
  position: sticky;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 100; }
  .header .container {
    position: static; }
    @media (max-width: 80rem) {
      .header .container {
        padding: 0 1rem; } }
  .header.design-tool-hide {
    top: 0 !important;
    transform: translate3d(-100%, 0, 0);
    position: fixed !important; }
  .header.design-tool-show {
    top: 0 !important;
    transform: translate3d(0, 0, 0);
    position: fixed !important; }
  .header .header-top {
    display: grid;
    grid-template-columns: min-content 1fr min-content;
    gap: 0 1rem; }
    @media (max-width: 64rem) {
      .header .header-top {
        grid-template-columns: repeat(3, 1fr); } }

.header-inline-banner {
  display: none; }
  @media (min-width: 980px) {
    .header-inline-banner {
      display: block;
      position: absolute;
      bottom: 0.25rem;
      right: 1rem;
      font-size: 0.875rem; }
      .header-inline-banner p {
        margin-bottom: 0; } }

.store-logo-link {
  width: fit-content; }
  @media (max-width: 64rem) {
    .store-logo-link {
      margin: auto; }
      .store-logo-link img {
        min-height: 60px;
        min-width: 120px; } }
  .store-logo-link span {
    display: none; }
  .store-logo-link img {
    min-height: 75px;
    min-width: 144px; }
    @media (max-width: 64rem) {
      .store-logo-link img {
        min-height: 60px;
        min-width: 120px; } }

.navPages-action.has-subMenu:hover + .dropdown.megamenu {
  animation: modal-slide-top-animation 0.2s ease-in-out; }

@keyframes modal-slide-top-animation {
  0% {
    opacity: 0%; }
  100% {
    opacity: 100%; } }

#sale-nav {
  background: linear-gradient(to right, #f36c2e, #d52028, #2fbec1, #f6cd17, #0066cc, #015394);
  background-size: 200% 200%;
  animation: rainbow 2s ease-in-out infinite;
  background-clip: text;
  -webkit-background-clip: text;
  display: block;
  transition: color 0.2s ease-in-out, font-size 0.2s ease-in-out, font-weight 0.2s ease-in-out; }

#sale-nav:hover {
  color: rgba(0, 0, 0, 0);
  font-weight: 1200; }

@keyframes rainbow {
  0% {
    background-position: left; }
  50% {
    background-position: right; }
  100% {
    background-position: left; } }

#search_query:focus {
  background: #f8f8f8;
  background-image: linear-gradient(to right, #f8f8f8 0%, #eeeeee 20%, #f8f8f8 35%, #f8f8f8 100%);
  background-repeat: no-repeat;
  background-size: 1500px 500px;
  display: inline-block;
  position: relative;
  border-color: #366ab3;
  -webkit-animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-name: placeholderShimmer;
  -webkit-animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-name: placeholderShimmer;
  animation-fill-mode: forwards;
  animation-duration: 3s; }

@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: -868px 0; }
  100% {
    background-position: 5868px 0; } }

@keyframes placeholderShimmer {
  0% {
    background-position: -868px 0; }
  100% {
    background-position: 5868px 0; } }

.gradient-bottom {
  height: 2px;
  background: #2ebec0;
  background: linear-gradient(90deg, #2ebec0 75%, #005595 80%, #ae4d9d 85%, #d81f2a 90%, #f36e30 95%, #f8ce1a 100%); }

.body {
  margin: 0;
  min-height: calc(100vh - 250px);
  transition: all 0.2s !important; }
  .body.full-height {
    min-height: 100vh; }
    .body.full-height .container {
      height: 100vh; }

.menu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 50; }

.page {
  position: relative; }

.page-full {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  max-width: 100%; }
  .page-full:before, .page-full:after {
    content: " ";
    display: table; }
  .page-full:after {
    clear: both; }

@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--centered {
  width: 100% !important; }

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

.swal2-shown .cart-toast-title {
  color: #0d0d0d;
  font-size: 1rem !important; }

.swal2-shown .swal2-toast {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25) !important; }

.swal2-shown .swal2-timer-progress-bar {
  background-color: green !important; }

.swal2-shown .cart-toast-icon {
  border: none !important;
  height: 1.5rem !important;
  width: 1.5rem !important;
  min-width: 1.5rem !important; }
  .swal2-shown .cart-toast-icon .swal2-icon-content {
    width: 100%;
    height: 100%; }
    .swal2-shown .cart-toast-icon .swal2-icon-content svg {
      fill: green; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  position: relative;
  width: 100%;
  padding: 0 1rem; }

.container-full {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  padding: 0 15px;
  position: relative;
  width: 100%; }

.mobile-to-top-btn-container {
  position: fixed;
  left: 0;
  top: 0px;
  transition: 200ms;
  width: 100%;
  z-index: 9999;
  display: none;
  justify-content: flex-end;
  transform: translateY(-100%); }
  .mobile-to-top-btn-container .to-top-btn {
    width: 3rem;
    height: 3rem;
    margin-right: 0.75rem;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100vw; }
  .mobile-to-top-btn-container svg {
    z-index: 9999;
    fill: white;
    width: 1rem;
    height: 1rem;
    border-radius: 100vh; }

.blog-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem; }
  .blog-header-container .blog-categories-btn {
    border: 1px solid #0d0d0d;
    border-radius: 100vw;
    padding: 0.5rem 1rem; }
    @media (min-width: 1024px) {
      .blog-header-container .blog-categories-btn {
        display: none; } }
  .blog-header-container .blog-nav-sheet {
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    height: 100vh;
    overflow: auto;
    transform: translateX(100%);
    transition: 150ms;
    z-index: 1000000; }
    .blog-header-container .blog-nav-sheet .close-nav-sheet {
      position: absolute;
      top: 1rem;
      right: 1rem;
      cursor: pointer; }
      .blog-header-container .blog-nav-sheet .close-nav-sheet svg {
        width: 1.5rem;
        height: 1.5rem; }
    .blog-header-container .blog-nav-sheet h2 {
      margin-bottom: 3rem; }
    .blog-header-container .blog-nav-sheet[aria-hidden="false"] {
      transform: translateX(0); }

.category-accordion {
  height: fit-content;
  border-top: 1px solid #cccccc; }
  .category-accordion .category-accordion-btn {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    width: 100%;
    position: relative;
    padding: 0.5rem 0; }
    .category-accordion .category-accordion-btn[aria-expanded="true"] svg {
      transform: rotate(180deg); }
    .category-accordion .category-accordion-btn svg {
      position: absolute;
      right: 0;
      width: 0.75rem;
      height: 0.75rem;
      transition: 150ms; }
    .category-accordion .category-accordion-btn h3 {
      font-size: 1rem;
      text-align: left; }
  .category-accordion ul {
    display: none;
    padding: 0.5rem 0 1rem 1rem;
    margin: 0;
    flex-direction: column;
    gap: 0.25rem; }
    .category-accordion ul[aria-hidden="false"] {
      display: flex; }

.blogContainer {
  display: flex;
  height: 100%;
  /* Style the scrollbar thumb */
  /* Handle hover on the scrollbar thumb */
  /* Style the scrollbar itself (width, etc.) */ }
  .blogContainer .blog-nav::-webkit-scrollbar-track {
    background: #ffffff;
    /* Track background */
    border-radius: 10px;
    /* Optional: if you want rounded corners */ }
  .blogContainer .blog-nav::-webkit-scrollbar-thumb {
    background: #888;
    /* Thumb background */
    border-radius: 10px;
    /* Optional: if you want rounded corners */ }
  .blogContainer .blog-nav::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Thumb background on hover */ }
  .blogContainer .blog-nav::-webkit-scrollbar {
    width: 7px;
    /* Width of the scrollbar */ }
  .blogContainer .blog-nav {
    min-width: 15rem;
    max-width: 15rem;
    padding-right: 0.5rem;
    margin-right: 1rem;
    position: sticky;
    top: 0;
    overflow: auto;
    height: calc(100vh - 145px - 53px - 72px); }
    .blogContainer .blog-nav h2 {
      margin-bottom: 1rem; }
    @media (max-width: 1024px) {
      .blogContainer .blog-nav {
        display: none; } }
  .blogContainer .blog-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    height: 100%; }
    @media (max-width: 1024px) {
      .blogContainer .blog-grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 550px) {
      .blogContainer .blog-grid {
        grid-template-columns: repeat(1, 1fr); } }
    .blogContainer .blog-grid .blog-grid-item {
      display: flex;
      min-width: 100%;
      flex-direction: column;
      gap: 1rem;
      height: fit-content; }
      .blogContainer .blog-grid .blog-grid-item:hover .blog-title a {
        color: #0066cc; }
      .blogContainer .blog-grid .blog-grid-item .blog-title {
        margin-bottom: 0.5rem; }
        @media (max-width: 760px) {
          .blogContainer .blog-grid .blog-grid-item .blog-title {
            font-size: 1rem; } }
      @media (max-width: 760px) {
        .blogContainer .blog-grid .blog-grid-item .blog-grid-summary {
          font-size: 0.875rem; } }
      .blogContainer .blog-grid .blog-grid-item .blog-grid-thumbnail {
        margin: 0; }
        .blogContainer .blog-grid .blog-grid-item .blog-grid-thumbnail img {
          border-radius: 5px;
          width: 100%;
          aspect-ratio: 2/1; }

.blog .blog-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
  justify-content: center;
  align-items: center; }
  .blog .blog-header h1 {
    font-size: 2rem; }
    @media (max-width: 760px) {
      .blog .blog-header h1 {
        font-size: 1.25rem; } }
  .blog .blog-header p {
    margin: 0; }
    @media (max-width: 760px) {
      .blog .blog-header p {
        font-size: 0.875rem; } }

.blog iframe {
  max-width: 500px !important;
  width: 100% !important; }

.blog .blog-post-figure {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto; }
  .blog .blog-post-figure img {
    width: 100%; }

.blog .blog-post-body {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto; }

.sidebarBlock-heading {
  text-transform: none;
  margin: 0 0 1rem 0; }

.aside-nav {
  width: 13.5rem; }
  @media (max-width: 800px) {
    .aside-nav .categories {
      display: none; } }

.categories .navList {
  margin: 0;
  position: relative; }

.categories .sidebarBlock-heading {
  margin: 0 0 1rem 0;
  font-size: 1.5rem; }

.categories span {
  display: none; }

.mobile-categories-container {
  display: none; }
  @media (max-width: 800px) {
    .mobile-categories-container {
      display: flex;
      flex-direction: column;
      width: 100%;
      overflow: hidden; }
      .mobile-categories-container .categories {
        width: 100%;
        border-radius: 0px; }
        .mobile-categories-container .categories :before,
        .mobile-categories-container .categories :after {
          display: none; }
        .mobile-categories-container .categories .navList {
          width: 100%;
          display: flex;
          flex-wrap: nowrap;
          height: 3rem;
          overflow-x: scroll;
          overflow-y: hidden;
          padding-bottom: 1rem;
          margin-bottom: -1.5rem;
          scroll-snap-type: x mandatory;
          gap: 1rem; }
          .mobile-categories-container .categories .navList .navList-item {
            min-width: fit-content;
            display: flex;
            align-items: center;
            justify-content: center;
            scroll-snap-align: start; }
            .mobile-categories-container .categories .navList .navList-item .navList-action {
              padding: 0.25rem 0;
              text-decoration: none; } }

.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 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.5rem;
  row-gap: 3rem;
  width: 100%;
  margin: 0;
  list-style: none; }
  @media screen and (max-width: 900px) {
    .productGrid {
      grid-template-columns: repeat(2, 1fr);
      column-gap: 1rem;
      row-gap: 3rem; } }
  .productGrid .product {
    min-width: 100%; }

.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; }
    .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: #424548; }
  .listItem-button:hover {
    background-color: white;
    color: #424548; }

.listItem-figure {
  margin: 0 0 1.5rem; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%; } }
  @media (min-width: 1261px) {
    .listItem-figure {
      position: relative; } }
  .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: 16px;
      margin-bottom: 0; } }

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

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 801px) {
    .listItem-price {
      font-size: 18px; } }

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 14px;
      padding: 0.5625rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.75rem 0 0; } }

.htv-calc {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 1rem 0;
  width: 100%; }

.htv-input {
  margin: 0.5em 0;
  width: 100%;
  display: flex;
  flex-direction: column; }
  .htv-input.form-validation-error label {
    color: #e21017; }
  .htv-input.form-validation-error input {
    border-color: #e21017 !important;
    box-shadow: 0px 0px 0px 3px rgba(226, 16, 23, 0.25) !important;
    outline: none !important; }
  .htv-input input:focus {
    border-color: #0066cc;
    box-shadow: 0px 0px 0px 4px rgba(0, 102, 204, 0.25);
    outline: 1px solid #0066cc; }

.htv-input input {
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  color: #0d0d0d;
  font-size: 14px;
  height: 2.23rem;
  line-height: 1rem;
  padding: 0.5625rem 0.75rem;
  margin: 0.75rem 0 0 0;
  height: 40px;
  transition: 150ms; }
  .htv-input input:hover {
    border-color: #0066cc; }
  .htv-input input:focus {
    border-color: #f1f1f1;
    box-shadow: 0px 0px 0px 4px rgba(0, 102, 204, 0.25);
    outline: 1px solid #0066cc; }

.htv-input label {
  font-family: "IBM Plex Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #0d0d0d;
  font-weight: bold; }

.htv-calc a {
  border: 2px solid transparent;
  border-radius: 5px;
  margin: 1em 0;
  padding: 0.3em 1.5em;
  background-color: gray;
  color: white;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  font-size: 1em; }

.htv-calc a:hover {
  background-color: #525252;
  color: white; }

.htv-asterisk {
  color: #0d0d0d;
  float: none;
  font-weight: 500;
  margin-left: 0.375rem;
  text-transform: none; }

#sheet-answer {
  margin: 0 0 0.5em 0;
  color: #0066cc;
  color: lightslategray;
  font-size: 1.2em; }

.productView {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 1rem 0; }
  .productView .form-field--stock {
    display: none !important; }
  .productView .form {
    margin-bottom: 0.25rem; }
  @media screen and (max-width: 48rem) {
    .productView {
      flex-direction: column;
      align-items: center; } }
  .productView .productView-productTitle {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    margin: 0 0 1rem 0;
    gap: 0.75rem;
    padding: 0; }
    @media (max-width: 48rem) {
      .productView .productView-productTitle .productView-title {
        display: none; }
      .productView .productView-productTitle .productView-rating {
        display: none; }
      .productView .productView-productTitle .yotpo-widget-instance {
        display: none !important; }
      .productView .productView-productTitle .productView-brand {
        display: none; } }
    .productView .productView-productTitle.grid-enabled {
      margin: 0; }
    .productView .productView-productTitle.mobile-productView-title {
      display: flex !important; }
      .productView .productView-productTitle.mobile-productView-title .productView-price {
        display: none !important; }
      .productView .productView-productTitle.mobile-productView-title .productView-title {
        display: block !important; }
      .productView .productView-productTitle.mobile-productView-title .yotpo-widget-instance {
        display: flex !important; }
      .productView .productView-productTitle.mobile-productView-title .productView-brand {
        display: block !important; }
      .productView .productView-productTitle.mobile-productView-title .productView-rating {
        display: block !important; }
      @media (min-width: 48rem) {
        .productView .productView-productTitle.mobile-productView-title {
          display: none !important; } }
    .productView .productView-productTitle .productView-title {
      font-size: 1.25rem;
      line-height: 1.25;
      width: 90%;
      margin: 0;
      padding: 0; }
      @media (max-width: 48rem) {
        .productView .productView-productTitle .productView-title {
          font-size: 1.125rem; } }
      .productView .productView-productTitle .productView-title strong {
        font-weight: 600;
        margin: 0;
        padding: 0; }
    .productView .productView-productTitle .productView-brand {
      font-size: 1rem;
      color: #0d0d0d;
      text-decoration: none;
      width: fit-content;
      line-height: 1;
      font-weight: 500; }
      @media (max-width: 48rem) {
        .productView .productView-productTitle .productView-brand {
          font-size: 0.875rem; } }
    .productView .productView-productTitle .productView-rating {
      height: 16px;
      position: relative;
      margin: 0; }
      .productView .productView-productTitle .productView-rating .ratings-palceholder {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 3.5px;
        position: absolute;
        left: 0; }
        .productView .productView-productTitle .productView-rating .ratings-palceholder svg {
          width: 15px;
          height: 15px; }
      .productView .productView-productTitle .productView-rating .yotpo-widget-instance {
        margin: 0 !important;
        position: relative;
        z-index: 50; }
        .productView .productView-productTitle .productView-rating .yotpo-widget-instance .yotpo-reviews-star-ratings-widget {
          margin: 0 !important; }
        .productView .productView-productTitle .productView-rating .yotpo-widget-instance .yotpo-sr-bottom-line-summary span:first-child:not(.star-container) {
          height: fit-content !important; }
        .productView .productView-productTitle .productView-rating .yotpo-widget-instance .yotpo-sr-bottom-line-summary div:first-child:not(.star-container) {
          height: fit-content !important; }
        .productView .productView-productTitle .productView-rating .yotpo-widget-instance .star-container {
          width: 15px;
          height: 15px; }
          .productView .productView-productTitle .productView-rating .yotpo-widget-instance .star-container svg {
            width: 15px;
            height: 15px; }
        .productView .productView-productTitle .productView-rating .yotpo-widget-instance .yotpo-sr-bottom-line-text {
          line-height: 1 !important;
          height: fit-content !important;
          padding: 0 !important; }
    .productView .productView-productTitle .productView-price {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      font-size: 1.25rem;
      gap: 0.5rem; }
      .productView .productView-productTitle .productView-price .price--custom-price {
        font-size: 1rem;
        color: #535353; }
      .productView .productView-productTitle .productView-price .custom-price-section {
        margin-top: -0.5rem; }
      .productView .productView-productTitle .productView-price .price-non-sale-update {
        font-size: 1.25rem;
        font-weight: 500; }
      .productView .productView-productTitle .productView-price .savings-flag {
        background-color: #d10000;
        color: white;
        font-size: 1rem;
        padding: 1px 0.5rem;
        border-radius: 0.3125rem;
        font-weight: 600;
        text-transform: uppercase; }
      .productView .productView-productTitle .productView-price .price {
        line-height: 1;
        font-size: 1.25rem;
        color: #0d0d0d;
        margin: 0;
        font-weight: 700;
        padding: 0 !important; }
        .productView .productView-productTitle .productView-price .price.non-sale-price {
          color: #595959;
          text-decoration: line-through;
          font-weight: 500; }
  .productView .productView-images {
    max-width: 600px;
    position: sticky;
    width: 100%;
    margin-right: 2rem;
    height: 100%; }
    @media (max-width: 64rem) {
      .productView .productView-images {
        width: 50%; } }
    @media (max-width: 48rem) {
      .productView .productView-images {
        width: 100%;
        max-width: 450px;
        margin: auto;
        position: relative; } }
  .productView .productView-image {
    margin: 0;
    width: 100%;
    aspect-ratio: 1/1;
    position: relative; }
    @media (max-width: 64rem) {
      .productView .productView-image {
        pointer-events: none; } }
    @media (min-width: 64rem) {
      .productView .productView-image:hover .toggle-image-view,
      .productView .productView-image:hover .prev-thumbnail,
      .productView .productView-image:hover .next-thumbnail {
        opacity: 1; } }
    .productView .productView-image:focus-within .toggle-image-view,
    .productView .productView-image:focus-within .prev-thumbnail,
    .productView .productView-image:focus-within .next-thumbnail {
      opacity: 1; }
    .productView .productView-image .toggle-image-view {
      position: absolute;
      top: 0.5rem;
      right: 0.5rem;
      opacity: 0;
      transition: 150ms;
      background-color: white;
      width: 2rem;
      height: 2rem;
      border-radius: 0.3125rem;
      display: flex;
      align-items: center;
      justify-content: center; }
      .productView .productView-image .toggle-image-view:focus, .productView .productView-image .toggle-image-view:focus-visible {
        border: 1px solid white;
        outline: 2px solid #0066cc;
        box-shadow: 0px 0px 0px 4px rgba(0, 102, 204, 0.25);
        background-color: #cce6ff; }
        .productView .productView-image .toggle-image-view:focus svg, .productView .productView-image .toggle-image-view:focus-visible svg {
          fill: #0066cc; }
      .productView .productView-image .toggle-image-view:hover {
        background-color: #cccccc; }
      .productView .productView-image .toggle-image-view svg {
        width: 1rem;
        height: 1rem;
        fill: #0d0d0d; }
    .productView .productView-image .prev-thumbnail,
    .productView .productView-image .next-thumbnail {
      opacity: 0;
      position: absolute;
      background-color: white;
      transition: 150ms;
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      top: 50%;
      transform: translateY(-50%); }
      .productView .productView-image .prev-thumbnail:focus, .productView .productView-image .prev-thumbnail:focus-visible,
      .productView .productView-image .next-thumbnail:focus,
      .productView .productView-image .next-thumbnail:focus-visible {
        border: 1px solid white;
        outline: 2px solid #0066cc;
        box-shadow: 0px 0px 0px 4px rgba(0, 102, 204, 0.25);
        background-color: #cce6ff; }
        .productView .productView-image .prev-thumbnail:focus svg, .productView .productView-image .prev-thumbnail:focus-visible svg,
        .productView .productView-image .next-thumbnail:focus svg,
        .productView .productView-image .next-thumbnail:focus-visible svg {
          fill: #0066cc; }
      .productView .productView-image .prev-thumbnail:hover,
      .productView .productView-image .next-thumbnail:hover {
        background-color: #cccccc; }
      .productView .productView-image .prev-thumbnail:active,
      .productView .productView-image .next-thumbnail:active {
        scale: 0.95; }
      .productView .productView-image .prev-thumbnail svg,
      .productView .productView-image .next-thumbnail svg {
        fill: #0d0d0d; }
    .productView .productView-image .prev-thumbnail {
      z-index: 999;
      left: 0.5rem; }
      .productView .productView-image .prev-thumbnail svg {
        transform: rotate(-90deg); }
    .productView .productView-image .next-thumbnail {
      z-index: 999;
      right: 0.5rem; }
      .productView .productView-image .next-thumbnail svg {
        transform: rotate(90deg); }
  .productView .productView-img-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .productView .productView-img-container:after {
      display: none; }
    .productView .productView-img-container:hover {
      cursor: default; }
    .productView .productView-img-container a {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .productView .productView-img-container a:hover {
        cursor: default; }
    .productView .productView-img-container img {
      border-radius: 5px;
      height: 100%;
      width: 100%;
      object-fit: contain; }
  .productView .thumbnail-slide-container {
    width: 100%;
    display: flex;
    overflow: hidden;
    flex-wrap: nowrap;
    align-items: center; }
  .productView .productView-thumbnails {
    min-width: 100%;
    display: flex;
    gap: 0.5rem;
    padding: 0.5rem 0;
    list-style: none;
    margin: 0; }
  .productView .productView-thumbnail {
    position: relative;
    scroll-snap-align: start;
    flex: 0 0 12.25%;
    height: auto;
    aspect-ratio: 1; }
    .productView .productView-thumbnail.is-active {
      filter: brightness(0.75); }
    @media (max-width: 64rem) {
      .productView .productView-thumbnail {
        flex: 0 0 16.6666666667%; } }
    @media (max-width: 40rem) {
      .productView .productView-thumbnail {
        flex: 0 0 20%; } }
  .productView .productView-thumbnail-link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 5px;
    box-sizing: border-box; }
    .productView .productView-thumbnail-link::before {
      display: none; }
    .productView .productView-thumbnail-link:focus, .productView .productView-thumbnail-link:focus-visible {
      border: 1px solid white;
      outline: 2px solid #0066cc;
      box-shadow: 0px 0px 0px 6px rgba(0, 102, 204, 0.25); }
    .productView .productView-thumbnail-link img {
      height: 100%;
      width: 100%;
      object-fit: contain;
      border-radius: 5px; }
  .productView .productView-thumbnail-container {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center; }
  .productView .productView-details {
    width: 100%;
    padding: 0;
    margin-bottom: 0; }
    @media screen and (max-width: 48rem) {
      .productView .productView-details {
        margin-bottom: 0; } }
    .productView .productView-details .form-wishlist {
      padding-left: 8rem; }
      @media (max-width: 48rem) {
        .productView .productView-details .form-wishlist {
          padding-left: 9.5rem; } }
      @media (max-width: 30rem) {
        .productView .productView-details .form-wishlist {
          padding-left: 0; } }
    .productView .productView-details.grid-enabled .form-wishlist {
      padding-left: 0; }
  .productView .form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media screen and (max-width: 48rem) {
      .productView .form {
        margin-bottom: 0; } }
  .productView .floating-add-to-cart-btn {
    position: fixed;
    width: 100%;
    height: 56px;
    background-color: #0066cc;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    z-index: 999999;
    bottom: -100%;
    left: 0;
    color: white;
    font-weight: 600; }
    .productView .floating-add-to-cart-btn.loading {
      background-color: #cccccc !important; }
      .productView .floating-add-to-cart-btn.loading .floating-add-to-cart-message,
      .productView .floating-add-to-cart-btn.loading .floating-add-to-cart-value {
        display: none; }
    .productView .floating-add-to-cart-btn.show {
      bottom: 0; }
  .productView .cart-btn-spinner {
    position: absolute;
    width: 1.75rem;
    height: 1.75rem;
    animation: spin 1s linear infinite; }
  .productView .productView-price-qty {
    width: 100%;
    padding: 0;
    max-width: none; }
    @media screen and (max-width: 48rem) {
      .productView .productView-price-qty {
        margin: 0; } }
  .productView .alertBox {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 12px;
    font-weight: 700; }
  .productView .alertBox-icon {
    padding-right: 0.5rem; }
  .productView .productGrid-price {
    margin-bottom: 1rem; }
  .productView .productGrid-price--value {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0d0d0d; }
  .productView .productGrid-price--per {
    font-size: 1rem;
    margin-left: 0.5rem;
    color: #0d0d0d;
    font-weight: 500; }
  .productView .addToCart-container {
    flex-grow: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 2.5rem; }
    @media (max-width: 48rem) {
      .productView .addToCart-container {
        min-height: 56px; } }
    @media (max-width: 30rem) {
      .productView .addToCart-container {
        width: 100%; } }
    .productView .addToCart-container .form-action {
      width: 100%;
      display: flex;
      align-items: center;
      position: relative;
      justify-content: center;
      border-radius: 5px;
      transition: 150ms;
      border: none;
      margin: 0 !important;
      height: 2.5rem;
      background-color: #0066cc; }
      @media (max-width: 48rem) {
        .productView .addToCart-container .form-action {
          height: 56px; } }
      .productView .addToCart-container .form-action.disabled {
        background-color: #cccccc;
        color: #0d0d0d;
        cursor: not-allowed;
        opacity: 1; }
        .productView .addToCart-container .form-action.disabled input {
          border-color: #cccccc !important; }
        .productView .addToCart-container .form-action.disabled:hover {
          background-color: #cccccc;
          color: #0d0d0d;
          cursor: not-allowed; }
      .productView .addToCart-container .form-action:hover {
        cursor: pointer;
        background-color: #0073e6; }
      .productView .addToCart-container .form-action .addToCart-button-info {
        position: absolute;
        color: white;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        transition: 300ms; }
        .productView .addToCart-container .form-action .addToCart-button-info.disabled {
          color: #383838;
          cursor: not-allowed;
          opacity: 1; }
      .productView .addToCart-container .form-action .addToCart-button-price {
        margin-left: 0.5rem; }
      .productView .addToCart-container .form-action [data-add-to-cart] {
        background-color: transparent;
        color: transparent;
        border: 2px solid #0066cc;
        position: relative;
        margin: 0;
        height: 100%; }
        .productView .addToCart-container .form-action [data-add-to-cart]:focus, .productView .addToCart-container .form-action [data-add-to-cart]:focus-visible {
          box-shadow: 0px 0px 0px 4px rgba(0, 102, 204, 0.25);
          outline: 2px solid #0066cc;
          border-color: white; }
        .productView .addToCart-container .form-action [data-add-to-cart]:hover {
          border-color: #0073e6; }
        .productView .addToCart-container .form-action [data-add-to-cart].loading {
          background-color: #cccccc !important;
          border-color: #cccccc !important; }
          .productView .addToCart-container .form-action [data-add-to-cart].loading:hover {
            background-color: #cccccc !important;
            cursor: not-allowed; }
      @media (max-width: 48rem) {
        .productView .addToCart-container .form-action {
          flex-grow: 1;
          flex-direction: column;
          height: 56px;
          margin: 0 0 0.5rem 0; }
          .productView .addToCart-container .form-action [data-add-to-cart] {
            height: 100%;
            font-size: 1rem; } }
      @media (max-width: 40rem) {
        .productView .addToCart-container .form-action {
          width: 100; }
          .productView .addToCart-container .form-action [data-add-to-cart] {
            height: 100%;
            font-size: 1rem; } }
  .productView .productView-options {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .productView .productView-options .cross-sell-link {
      color: #0066cc;
      display: inline-block;
      margin: 0 0 0.5rem 0; }
      .productView .productView-options .cross-sell-link:hover, .productView .productView-options .cross-sell-link:focus {
        color: #0050a2; }
    .productView .productView-options .full-width {
      width: 100%; }
  .productView .add-to-cart-controls {
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
    width: 100%;
    align-items: flex-start;
    flex-direction: row; }
    @media (max-width: 30rem) {
      .productView .add-to-cart-controls {
        flex-direction: column;
        align-items: flex-start; } }
  .productView .show-transfer-pricing {
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0;
    margin-left: 1rem; }
  .productView .transfer-bulk-pricing {
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    display: none;
    margin-top: 1rem; }
    .productView .transfer-bulk-pricing.show {
      display: flex; }
  .productView .transfer-pricing-label {
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 0.25rem; }
  .productView .transfer-pricing-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-bottom: 1px solid #cccccc;
    font-weight: 500; }
    .productView .transfer-pricing-row.main-row {
      border-color: #535353; }
      .productView .transfer-pricing-row.main-row .transfer-pricing-cell {
        font-weight: 600; }
      .productView .transfer-pricing-row.main-row .transfer-pricing-cell {
        color: #0d0d0d; }
    .productView .transfer-pricing-row.highlight {
      background-color: rgba(0, 102, 204, 0.1);
      border-color: #0066cc; }
      .productView .transfer-pricing-row.highlight .transfer-pricing-cell {
        font-weight: 700; }
    .productView .transfer-pricing-row.blue-border {
      border-color: #0066cc; }
    .productView .transfer-pricing-row.total-price-row {
      border-bottom: none; }
    .productView .transfer-pricing-row.table-key {
      grid-template-columns: 1fr; }
  .productView .view-pricing-table {
    font-weight: 400;
    font-size: 0.875rem; }
    .productView .view-pricing-table:hover {
      cursor: pointer;
      text-decoration: underline; }
  .productView .transfer-pricing-cell {
    padding: 0.5rem;
    font-weight: 400; }
    .productView .transfer-pricing-cell.total-price {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      grid-column-start: 3;
      position: relative;
      font-size: 1.125rem;
      font-weight: 600; }
      .productView .transfer-pricing-cell.total-price .non-bulk-price::before {
        display: block;
        content: "Total:";
        position: absolute;
        left: 0; }
      .productView .transfer-pricing-cell.total-price .bulk-price::before {
        display: block;
        content: "Total:";
        position: absolute;
        font-weight: 400;
        font-size: 1rem;
        left: 0.5rem;
        bottom: 0.5rem; }
      .productView .transfer-pricing-cell.total-price .crossed-out {
        text-decoration: line-through;
        color: #535353;
        font-weight: 400;
        font-size: 1rem; }
        .productView .transfer-pricing-cell.total-price .crossed-out::before {
          display: none; }
      .productView .transfer-pricing-cell.total-price .hidden {
        display: none; }
    .productView .transfer-pricing-cell.discount {
      font-weight: 500;
      color: #0066cc; }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }
  .productView .productGrid-container {
    width: 100%;
    max-height: 450px;
    overflow-y: scroll; }
  .productView .productGrid-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem; }
    @media (max-width: 475px) {
      .productView .productGrid-items {
        grid-template-columns: repeat(2, 1fr); } }
  .productView .productGrid-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
  .productView .productGrid-item-qty-container {
    display: flex;
    justify-content: center; }
  .productView .ec-tooltip {
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    position: relative;
    bottom: 2px; }
    @media (max-width: 48rem) {
      .productView .ec-tooltip {
        position: static; } }
    .productView .ec-tooltip .ec-tooltip__handle {
      width: 100%;
      height: 100%;
      text-align: center;
      border-radius: 50%;
      border: 0.5px solid #0d0d0d;
      transition: none;
      vertical-align: unset; }
      .productView .ec-tooltip .ec-tooltip__handle svg {
        fill: #0d0d0d; }
      .productView .ec-tooltip .ec-tooltip__handle:focus, .productView .ec-tooltip .ec-tooltip__handle:focus-visible {
        outline: 1px solid #0066cc;
        border-color: white;
        box-shadow: 0px 0px 0px 2px rgba(0, 102, 204, 0.25); }
        .productView .ec-tooltip .ec-tooltip__handle:focus svg, .productView .ec-tooltip .ec-tooltip__handle:focus-visible svg {
          fill: #0066cc; }
    .productView .ec-tooltip .ec-tooltip__panel {
      background-color: white;
      box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
      border-radius: 0.3125rem;
      display: none;
      font-size: 0.875rem;
      font-weight: 400;
      padding: 0.5rem;
      position: absolute;
      top: 1.5rem;
      left: 100%;
      width: 240px;
      z-index: 2; }
      @media (max-width: 48rem) {
        .productView .ec-tooltip .ec-tooltip__panel {
          left: 50%;
          top: 30px;
          transform: translate(-50%, 0); } }
      .productView .ec-tooltip .ec-tooltip__panel p {
        margin: 0 0 1rem;
        line-height: 1.5; }
        .productView .ec-tooltip .ec-tooltip__panel p:last-child {
          margin: 0; }
      .productView .ec-tooltip .ec-tooltip__panel li {
        margin-bottom: 0.25rem; }
      .productView .ec-tooltip .ec-tooltip__panel[aria-hidden="false"] {
        display: block; }
  .productView .productView-content {
    width: 500px;
    min-width: 500px;
    margin: 0 0 0 1rem;
    display: flex;
    flex-direction: column; }
    @media (max-width: 64rem) {
      .productView .productView-content {
        width: 50%;
        min-width: 50%; } }
    @media (max-width: 48rem) {
      .productView .productView-content {
        width: 100%;
        min-width: 100%;
        margin: 1rem 0; } }
  .productView [data-grid-cart-btn] {
    width: 100%;
    position: relative;
    top: 1rem;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .productView [data-grid-cart-btn]:disabled {
      border-color: #cccccc;
      background-color: #cccccc; }
    @media (max-width: 48rem) {
      .productView [data-grid-cart-btn] {
        height: 56px; } }

.productView-tabs {
  float: none; }
  .productView-tabs .tabs {
    display: none; }
  @media (min-width: 551px) {
    .productView-tabs .tabs {
      display: block; }
    .productView-tabs .mobile-tab {
      display: none;
      text-align: left; } }

#yotpo-star-rating-reviews-summary {
  display: none !important; }

.yotpo-base-layout {
  width: 100% !important; }

.related-products-section {
  width: 100%;
  margin: 5rem 0; }
  .related-products-section .related-products-viewport {
    overflow: hidden;
    margin-top: 2rem; }
  .related-products-section .related-products-container {
    display: flex;
    touch-action: pan-y;
    margin-left: -1rem; }
    .related-products-section .related-products-container .related-product {
      flex: 0 0 20%;
      padding-left: 1rem;
      transform: translate3d(0, 0, 0);
      min-width: 0;
      display: flex;
      flex-direction: column;
      gap: 0.25rem;
      text-decoration: none;
      padding-left: 1rem; }
      .related-products-section .related-products-container .related-product:hover .related-carousel-title {
        color: #2dbdbf; }
      .related-products-section .related-products-container .related-product #yotpo-star-rating-reviews-summary {
        display: none !important; }
      @media (max-width: 64rem) {
        .related-products-section .related-products-container .related-product .star-container {
          width: 0.75rem !important;
          height: 0.75rem !important; }
        .related-products-section .related-products-container .related-product .yotpo-sr-bottom-line-text {
          font-size: 0.875rem !important; } }
      @media (max-width: 48rem) {
        .related-products-section .related-products-container .related-product {
          flex: 0 0 33.3333%; } }
      @media (max-width: 40rem) {
        .related-products-section .related-products-container .related-product {
          flex: 0 0 43%; } }
      @media (max-width: 30rem) {
        .related-products-section .related-products-container .related-product .yotpo-sr-bottom-line-summary {
          flex-direction: column !important;
          gap: 0.5rem !important; } }
      .related-products-section .related-products-container .related-product p,
      .related-products-section .related-products-container .related-product div,
      .related-products-section .related-products-container .related-product h3 {
        color: #0d0d0d;
        margin: 0;
        padding: 0; }
      @media (max-width: 48rem) {
        .related-products-section .related-products-container .related-product h3 {
          font-size: 1rem; } }
      .related-products-section .related-products-container .related-product img {
        width: 100%;
        aspect-ratio: 1 / 1;
        height: auto;
        object-fit: contain;
        border-radius: 0.3125rem; }

.related-carousel-brand {
  color: #535353; }
  @media (max-width: 64rem) {
    .related-carousel-brand {
      font-size: 0.875rem; } }

.related-carousel-title {
  color: #0d0d0d;
  transition: 150ms;
  margin: 0.125rem 0 !important;
  font-size: 1.125rem;
  font-weight: 600; }
  @media (max-width: 64rem) {
    .related-carousel-title {
      font-size: 1rem; } }
  @media (max-width: 40rem) {
    .related-carousel-title {
      font-size: 0.875rem; } }

.related-carousel-price {
  margin: 0.125rem 0 !important;
  color: #0d0d0d; }
  @media (max-width: 64rem) {
    .related-carousel-price {
      font-size: 0.875rem; } }

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
  max-height: 0;
  transition: max-height 0.2s ease-out; }

.breadcrumb.is-active:after {
  content: ""; }

.modal-image-affirm {
  display: flex;
  justify-content: center;
  align-items: center; }

@keyframes animatemodal {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 50%;
    opacity: 1; } }

.yotpo .text-m {
  margin-bottom: 0.7em !important; }

.file-upload-modal,
.file-upload-modal-size,
.calc-error-modal {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 0, 0, 0.085);
  border: 1px solid red;
  border-radius: 5px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.25s ease-in-out; }
  .file-upload-modal .file-upload-modal-content,
  .file-upload-modal .file-upload-modal-content-size,
  .file-upload-modal .calc-error-modal-content,
  .file-upload-modal-size .file-upload-modal-content,
  .file-upload-modal-size .file-upload-modal-content-size,
  .file-upload-modal-size .calc-error-modal-content,
  .calc-error-modal .file-upload-modal-content,
  .calc-error-modal .file-upload-modal-content-size,
  .calc-error-modal .calc-error-modal-content {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: 150ms ease-in-out; }
    .file-upload-modal .file-upload-modal-content svg,
    .file-upload-modal .file-upload-modal-content-size svg,
    .file-upload-modal .calc-error-modal-content svg,
    .file-upload-modal-size .file-upload-modal-content svg,
    .file-upload-modal-size .file-upload-modal-content-size svg,
    .file-upload-modal-size .calc-error-modal-content svg,
    .calc-error-modal .file-upload-modal-content svg,
    .calc-error-modal .file-upload-modal-content-size svg,
    .calc-error-modal .calc-error-modal-content svg {
      width: 1.5rem;
      height: 1.5rem;
      margin: 1rem;
      fill: red; }
    .file-upload-modal .file-upload-modal-content #file-modal-close,
    .file-upload-modal .file-upload-modal-content #file-modal-close-size,
    .file-upload-modal .file-upload-modal-content-size #file-modal-close,
    .file-upload-modal .file-upload-modal-content-size #file-modal-close-size,
    .file-upload-modal .calc-error-modal-content #file-modal-close,
    .file-upload-modal .calc-error-modal-content #file-modal-close-size,
    .file-upload-modal-size .file-upload-modal-content #file-modal-close,
    .file-upload-modal-size .file-upload-modal-content #file-modal-close-size,
    .file-upload-modal-size .file-upload-modal-content-size #file-modal-close,
    .file-upload-modal-size .file-upload-modal-content-size #file-modal-close-size,
    .file-upload-modal-size .calc-error-modal-content #file-modal-close,
    .file-upload-modal-size .calc-error-modal-content #file-modal-close-size,
    .calc-error-modal .file-upload-modal-content #file-modal-close,
    .calc-error-modal .file-upload-modal-content #file-modal-close-size,
    .calc-error-modal .file-upload-modal-content-size #file-modal-close,
    .calc-error-modal .file-upload-modal-content-size #file-modal-close-size,
    .calc-error-modal .calc-error-modal-content #file-modal-close,
    .calc-error-modal .calc-error-modal-content #file-modal-close-size {
      border-radius: 10px;
      font-size: 1rem;
      margin: 1rem 0 0 0;
      border: 1px solid #0066cc;
      color: #0066cc;
      transition: 150ms; }
      .file-upload-modal .file-upload-modal-content #file-modal-close:hover,
      .file-upload-modal .file-upload-modal-content #file-modal-close-size:hover,
      .file-upload-modal .file-upload-modal-content-size #file-modal-close:hover,
      .file-upload-modal .file-upload-modal-content-size #file-modal-close-size:hover,
      .file-upload-modal .calc-error-modal-content #file-modal-close:hover,
      .file-upload-modal .calc-error-modal-content #file-modal-close-size:hover,
      .file-upload-modal-size .file-upload-modal-content #file-modal-close:hover,
      .file-upload-modal-size .file-upload-modal-content #file-modal-close-size:hover,
      .file-upload-modal-size .file-upload-modal-content-size #file-modal-close:hover,
      .file-upload-modal-size .file-upload-modal-content-size #file-modal-close-size:hover,
      .file-upload-modal-size .calc-error-modal-content #file-modal-close:hover,
      .file-upload-modal-size .calc-error-modal-content #file-modal-close-size:hover,
      .calc-error-modal .file-upload-modal-content #file-modal-close:hover,
      .calc-error-modal .file-upload-modal-content #file-modal-close-size:hover,
      .calc-error-modal .file-upload-modal-content-size #file-modal-close:hover,
      .calc-error-modal .file-upload-modal-content-size #file-modal-close-size:hover,
      .calc-error-modal .calc-error-modal-content #file-modal-close:hover,
      .calc-error-modal .calc-error-modal-content #file-modal-close-size:hover {
        background-color: #0066cc;
        color: white;
        cursor: pointer; }
    .file-upload-modal .file-upload-modal-content .file-upload-modal-message,
    .file-upload-modal .file-upload-modal-content .calc-error-modal-message,
    .file-upload-modal .file-upload-modal-content-size .file-upload-modal-message,
    .file-upload-modal .file-upload-modal-content-size .calc-error-modal-message,
    .file-upload-modal .calc-error-modal-content .file-upload-modal-message,
    .file-upload-modal .calc-error-modal-content .calc-error-modal-message,
    .file-upload-modal-size .file-upload-modal-content .file-upload-modal-message,
    .file-upload-modal-size .file-upload-modal-content .calc-error-modal-message,
    .file-upload-modal-size .file-upload-modal-content-size .file-upload-modal-message,
    .file-upload-modal-size .file-upload-modal-content-size .calc-error-modal-message,
    .file-upload-modal-size .calc-error-modal-content .file-upload-modal-message,
    .file-upload-modal-size .calc-error-modal-content .calc-error-modal-message,
    .calc-error-modal .file-upload-modal-content .file-upload-modal-message,
    .calc-error-modal .file-upload-modal-content .calc-error-modal-message,
    .calc-error-modal .file-upload-modal-content-size .file-upload-modal-message,
    .calc-error-modal .file-upload-modal-content-size .calc-error-modal-message,
    .calc-error-modal .calc-error-modal-content .file-upload-modal-message,
    .calc-error-modal .calc-error-modal-content .calc-error-modal-message {
      width: 90%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start; }
      .file-upload-modal .file-upload-modal-content .file-upload-modal-message p,
      .file-upload-modal .file-upload-modal-content .calc-error-modal-message p,
      .file-upload-modal .file-upload-modal-content-size .file-upload-modal-message p,
      .file-upload-modal .file-upload-modal-content-size .calc-error-modal-message p,
      .file-upload-modal .calc-error-modal-content .file-upload-modal-message p,
      .file-upload-modal .calc-error-modal-content .calc-error-modal-message p,
      .file-upload-modal-size .file-upload-modal-content .file-upload-modal-message p,
      .file-upload-modal-size .file-upload-modal-content .calc-error-modal-message p,
      .file-upload-modal-size .file-upload-modal-content-size .file-upload-modal-message p,
      .file-upload-modal-size .file-upload-modal-content-size .calc-error-modal-message p,
      .file-upload-modal-size .calc-error-modal-content .file-upload-modal-message p,
      .file-upload-modal-size .calc-error-modal-content .calc-error-modal-message p,
      .calc-error-modal .file-upload-modal-content .file-upload-modal-message p,
      .calc-error-modal .file-upload-modal-content .calc-error-modal-message p,
      .calc-error-modal .file-upload-modal-content-size .file-upload-modal-message p,
      .calc-error-modal .file-upload-modal-content-size .calc-error-modal-message p,
      .calc-error-modal .calc-error-modal-content .file-upload-modal-message p,
      .calc-error-modal .calc-error-modal-content .calc-error-modal-message p {
        margin: 0; }
      .file-upload-modal .file-upload-modal-content .file-upload-modal-message p:nth-child(1),
      .file-upload-modal .file-upload-modal-content .calc-error-modal-message p:nth-child(1),
      .file-upload-modal .file-upload-modal-content-size .file-upload-modal-message p:nth-child(1),
      .file-upload-modal .file-upload-modal-content-size .calc-error-modal-message p:nth-child(1),
      .file-upload-modal .calc-error-modal-content .file-upload-modal-message p:nth-child(1),
      .file-upload-modal .calc-error-modal-content .calc-error-modal-message p:nth-child(1),
      .file-upload-modal-size .file-upload-modal-content .file-upload-modal-message p:nth-child(1),
      .file-upload-modal-size .file-upload-modal-content .calc-error-modal-message p:nth-child(1),
      .file-upload-modal-size .file-upload-modal-content-size .file-upload-modal-message p:nth-child(1),
      .file-upload-modal-size .file-upload-modal-content-size .calc-error-modal-message p:nth-child(1),
      .file-upload-modal-size .calc-error-modal-content .file-upload-modal-message p:nth-child(1),
      .file-upload-modal-size .calc-error-modal-content .calc-error-modal-message p:nth-child(1),
      .calc-error-modal .file-upload-modal-content .file-upload-modal-message p:nth-child(1),
      .calc-error-modal .file-upload-modal-content .calc-error-modal-message p:nth-child(1),
      .calc-error-modal .file-upload-modal-content-size .file-upload-modal-message p:nth-child(1),
      .calc-error-modal .file-upload-modal-content-size .calc-error-modal-message p:nth-child(1),
      .calc-error-modal .calc-error-modal-content .file-upload-modal-message p:nth-child(1),
      .calc-error-modal .calc-error-modal-content .calc-error-modal-message p:nth-child(1) {
        font-size: 14px;
        color: red;
        font-weight: bold; }
      .file-upload-modal .file-upload-modal-content .file-upload-modal-message p:nth-child(2),
      .file-upload-modal .file-upload-modal-content .calc-error-modal-message p:nth-child(2),
      .file-upload-modal .file-upload-modal-content-size .file-upload-modal-message p:nth-child(2),
      .file-upload-modal .file-upload-modal-content-size .calc-error-modal-message p:nth-child(2),
      .file-upload-modal .calc-error-modal-content .file-upload-modal-message p:nth-child(2),
      .file-upload-modal .calc-error-modal-content .calc-error-modal-message p:nth-child(2),
      .file-upload-modal-size .file-upload-modal-content .file-upload-modal-message p:nth-child(2),
      .file-upload-modal-size .file-upload-modal-content .calc-error-modal-message p:nth-child(2),
      .file-upload-modal-size .file-upload-modal-content-size .file-upload-modal-message p:nth-child(2),
      .file-upload-modal-size .file-upload-modal-content-size .calc-error-modal-message p:nth-child(2),
      .file-upload-modal-size .calc-error-modal-content .file-upload-modal-message p:nth-child(2),
      .file-upload-modal-size .calc-error-modal-content .calc-error-modal-message p:nth-child(2),
      .calc-error-modal .file-upload-modal-content .file-upload-modal-message p:nth-child(2),
      .calc-error-modal .file-upload-modal-content .calc-error-modal-message p:nth-child(2),
      .calc-error-modal .file-upload-modal-content-size .file-upload-modal-message p:nth-child(2),
      .calc-error-modal .file-upload-modal-content-size .calc-error-modal-message p:nth-child(2),
      .calc-error-modal .calc-error-modal-content .file-upload-modal-message p:nth-child(2),
      .calc-error-modal .calc-error-modal-content .calc-error-modal-message p:nth-child(2) {
        font-size: 14px;
        color: #333; }

.gridPrice-value {
  font-weight: bold; }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  background: rgba(0, 0, 255, 0);
  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;
  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; }

.product-badges {
  display: flex;
  flex-direction: column;
  position: absolute; }

.sale-text-burst {
  color: white;
  font-weight: 700;
  line-height: 0.9375rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.125rem;
  z-index: 50; }

.sale-flag-side {
  background: #d10000;
  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;
  margin-bottom: 5px;
  width: fit-content;
  transition: 800ms ease;
  z-index: 10; }

.digital-product-badge {
  width: fit-content;
  background-color: #ad4c9a;
  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;
  transition: 800ms ease;
  margin-bottom: 5px;
  z-index: 10;
  overflow: hidden; }

.sale-flag-in-cart {
  background: #0066cc;
  border-radius: 0 0 0 4px;
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.25rem 0.5rem;
  position: absolute;
  right: 0;
  transition: 800ms ease;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(-22px);
  transform: translateY(-22px);
  animation: flag-drop-in 400ms cubic-bezier(0.4, 0, 0.2, 1) 400ms 1 forwards; }

@-webkit-keyframes flag-drop-in {
  from {
    -webkit-transform: translateY(-22px); }
  to {
    -webkit-transform: translateY(0); } }

@-moz-keyframes flag-drop-in {
  from {
    transform: translateY(-22px); }
  to {
    transform: translateY(0); } }

@keyframes flag-drop-in {
  from {
    transform: translateY(-22px); }
  to {
    transform: translateY(0); } }

.product:hover .sale-flag-side {
  background: black;
  transition: 800ms ease; }

.sale-flag-sash {
  background: rgba(0, 0, 255, 0);
  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: 800ms ease;
  width: 7.4375rem;
  z-index: 10; }

.product:hover .sale-flag-sash {
  background: black;
  transition: 800ms ease; }

[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 rgba(0, 0, 255, 0);
  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%; } }

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

.image-viewer-modal {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: auto;
  transition: 300ms;
  background-color: rgba(0, 0, 0, 0.9);
  pointer-events: none; }
  .image-viewer-modal.open {
    opacity: 1; }
  .image-viewer-modal .image-viewer-next,
  .image-viewer-modal .image-viewer-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    background-color: transparent;
    border-radius: 50%;
    z-index: 1000; }
    .image-viewer-modal .image-viewer-next:hover,
    .image-viewer-modal .image-viewer-prev:hover {
      background-color: rgba(45, 189, 191, 0.1); }
    .image-viewer-modal .image-viewer-next:after,
    .image-viewer-modal .image-viewer-prev:after {
      content: "";
      width: 1.5rem;
      height: 1.5rem;
      background-repeat: no-repeat;
      background-size: 50%;
      background-position: center;
      position: absolute;
      filter: invert(1);
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .image-viewer-modal .image-viewer-next {
    right: -4rem; }
    .image-viewer-modal .image-viewer-next:after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E"); }
  .image-viewer-modal .image-viewer-prev {
    left: -4rem; }
    .image-viewer-modal .image-viewer-prev:after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z'/%3E%3C/svg%3E"); }
  .image-viewer-modal .image-viewer-modal-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 80rem;
    margin: auto;
    position: relative; }
    .image-viewer-modal .image-viewer-modal-content .image-viewer-close {
      position: absolute;
      top: 1rem;
      right: 1rem;
      color: white;
      font-weight: 600;
      z-index: 1000; }
      .image-viewer-modal .image-viewer-modal-content .image-viewer-close:hover {
        color: #cccccc; }
    .image-viewer-modal .image-viewer-modal-content .image-viewer {
      position: relative;
      width: 100%;
      margin: auto;
      max-width: 48rem; }
      .image-viewer-modal .image-viewer-modal-content .image-viewer .image-viewer-index {
        position: absolute;
        top: -2.5rem;
        color: white;
        font-weight: 600;
        z-index: 1000;
        font-size: 1.25rem; }
    .image-viewer-modal .image-viewer-modal-content .image-viewer-container {
      display: flex;
      aspect-ratio: 1;
      height: auto; }
    .image-viewer-modal .image-viewer-modal-content .image-viewer-image {
      flex: 0 0 100%;
      min-width: 100%;
      object-fit: contain;
      transform: translate3d(0, 0, 0);
      background-color: white; }
    .image-viewer-modal .image-viewer-modal-content .image-viewer-viewport {
      margin: auto;
      overflow: hidden;
      border-radius: 0.3125rem; }

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

.flex-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .flex-grid .grid-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .flex-grid .xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .flex-grid .xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  @media (min-width: 551px) {
    .flex-grid .sm-6 {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    .flex-grid .sm-4 {
      -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
      max-width: 33.333%; } }
  @media (min-width: 801px) {
    .flex-grid .md-2 {
      -ms-flex-preferred-size: 16.6667%;
      flex-basis: 16.6667%;
      max-width: 16.6667%; }
    .flex-grid .md-1-fifth {
      -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
      max-width: 20%; }
    .flex-grid .md-3 {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%; }
    .flex-grid .md-4 {
      -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
      max-width: 33.333%; }
    .flex-grid .md-6 {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; } }

.flex-grid-equipment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: center; }
  .flex-grid-equipment .grid-item-equipment {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin: 1em; }
  .flex-grid-equipment .xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .flex-grid-equipment .xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  @media (min-width: 551px) {
    .flex-grid-equipment .sm-6 {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    .flex-grid-equipment .sm-4 {
      -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
      max-width: 33.333%; } }
  @media (min-width: 801px) {
    .flex-grid-equipment .md-2 {
      -ms-flex-preferred-size: 16.6667%;
      flex-basis: 16.6667%;
      max-width: 16.6667%; }
    .flex-grid-equipment .md-1-fifth {
      -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
      max-width: 20%; }
    .flex-grid-equipment .md-3 {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%; }
    .flex-grid-equipment .md-4 {
      -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
      max-width: 33.333%; }
    .flex-grid-equipment .md-6 {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; } }

.sr-only {
  clip: rect(0 0 0 0);
  position: absolute; }

a {
  color: #0d0d0d;
  transition: color 150ms !important;
  text-decoration: underline; }
  a:focus-visible {
    outline: 1px solid #0066cc;
    box-shadow: 0px 0px 0px 4px rgba(0, 102, 204, 0.25);
    border-radius: 2px; }

button:focus-visible {
  outline: 1px solid #0066cc;
  box-shadow: 0px 0px 0px 4px rgba(0, 102, 204, 0.25);
  border-radius: 0.3125rem; }

.yotpo-product-name,
.avg-score,
.write-question-review-button-text,
.reviews-qa-label {
  color: #0d0d0d !important; }

a {
  transition: color 0.2s ease-in-out; }

a:hover {
  color: #2dbdbf; }

.scroll-bar-track {
  height: 3px;
  width: 100%;
  margin: 0.75rem 0 0.25rem 0;
  position: relative; }
  .scroll-bar-track .scroll-bar-thumb {
    background-color: #535353;
    height: 100%;
    will-change: transform;
    border-radius: 100vw;
    width: 0px; }

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

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

.text-right-cart {
  text-align: right;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.section {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .section.home-product-section .card {
    margin-bottom: 0; }
  .section .section-title {
    font-weight: bold;
    line-height: 1.1;
    margin-top: 0rem;
    margin-bottom: 0.5rem; }
  .section .section-intro {
    color: #666b71;
    font-size: 0.875rem;
    line-height: 1.4;
    margin-bottom: 2rem; }
  @media (min-width: 801px) {
    .section.lg {
      padding-top: 4rem;
      padding-bottom: 4rem; }
    .section .section-title {
      font-size: 1.75rem;
      margin-top: 1rem; } }

.home-category-icon-section .section-title {
  margin-bottom: 1rem; }

.home-category-icon-section .grid-item {
  margin-bottom: 1rem; }

.home-category-icon-section .category-link {
  max-width: 200px;
  margin: auto;
  text-decoration: none; }
  .home-category-icon-section .category-link img {
    border-radius: 50%;
    display: block;
    margin: 0 auto 1rem; }
  .home-category-icon-section .category-link h4 {
    margin: 0;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.3;
    text-align: center; }

@media (min-width: 801px) {
  .home-category-icon-section .section-title {
    margin-bottom: 2rem; } }

.category-icons {
  font-size: 0; }

.category-icon {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-decoration: none;
  margin: 0 auto 1rem; }
  .category-icon .icon {
    display: block;
    margin: auto;
    height: 120px;
    width: 120px;
    background: #f2f2f2;
    border-radius: 50%;
    padding: 35px 0 0; }
  @media only screen and (min-width: 376px) {
    .category-icon .icon {
      width: 160px;
      height: 160px;
      padding: 55px 0 0; } }
  .category-icon .icon svg {
    height: 50px;
    width: 50px;
    fill: inherit; }
  .category-icon .title {
    color: #0d0d0d;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin-top: 1rem; }
  @media (min-width: 551px) {
    .category-icon {
      width: 33.333%;
      margin: 0 auto 2rem; } }
  @media (min-width: 801px) {
    .category-icon {
      width: 25%; } }
  @media (min-width: 1261px) {
    .category-icon {
      width: 16.6667%; } }

.popular-brands {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .popular-brands:before, .popular-brands:after {
    content: " ";
    display: table; }
  .popular-brands:after {
    clear: both; }
  .popular-brands .brand-item {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    margin: 0 auto 1rem; }
  .popular-brands .img-container {
    background-color: #f2f2f2;
    border-radius: 50%;
    position: relative;
    width: 7.5rem;
    height: 7.5rem;
    margin: 0 auto 1rem; }
  .popular-brands .brand-img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 75%;
    transform: translate(-50%, -50%); }
  .popular-brands .title {
    color: #0d0d0d;
    font-size: 1rem;
    font-weight: bold; }
  @media only screen and (min-width: 576px) {
    .popular-brands .brand-item {
      width: 33.333%;
      margin: 0 auto 2rem; }
    .popular-brands .img-container {
      width: 10rem;
      height: 10rem; } }
  @media (min-width: 801px) {
    .popular-brands .title {
      font-size: 1.125rem; } }
  @media only screen and (min-width: 980px) {
    .popular-brands .brand-item {
      width: 16.667%;
      margin: 0 auto 3rem; } }
  @media (min-width: 1261px) {
    .popular-brands .brand-item {
      margin: 0 auto 4rem; } }

.trust-section .row {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  font-size: 0; }
  .trust-section .row:before, .trust-section .row:after {
    content: " ";
    display: table; }
  .trust-section .row:after {
    clear: both; }

.trust-section .trust-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: none;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: inline-block;
  font-size: 1rem;
  vertical-align: top;
  border-bottom: 2px solid #d7d7d7; }

.trust-section .trust-col.col-full {
  border: none;
  padding-top: 3rem; }

.trust-section a {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.25rem 0.5rem 0; }

.trust-section .security img {
  display: block;
  margin: 0 auto 2rem; }

.trust-section .col-title {
  color: #0d0d0d; }

@media (min-width: 551px) {
  .trust-section .trust-col {
    border: none;
    width: 50%;
    min-height: 160px; }
    .trust-section .trust-col:first-child, .trust-section .trust-col:nth-child(3) {
      border-right: 2px solid #d7d7d7; }
  .trust-section .trust-col.col-full {
    min-height: 0;
    width: 100%; }
  .trust-section .security img {
    display: inline-block;
    margin: 0 1rem 1.5rem; } }

@media (min-width: 801px) {
  .trust-section .trust-col {
    border-right: 2px solid #d7d7d7;
    width: 25%; }
  .trust-section .trust-col:nth-child(4),
  .trust-section .trust-col.col-full {
    border: none; }
  .trust-section .trust-col.col-full {
    width: 100%; } }

.category-header-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  z-index: 0;
  display: none; }

.custom-transfer-image-and-description {
  padding-bottom: 8em; }

.section.clothing-panels .grid-item {
  margin-bottom: 1.5rem; }

.section.clothing-panels .panel {
  border-radius: 16px;
  overflow: hidden; }

.section.clothing-panels .panel-gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48.44%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%; }

.section.clothing-panels .panel-content {
  padding: 1rem;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: #fff; }
  .section.clothing-panels .panel-content h3 {
    color: #fff;
    font-size: 1.75rem;
    margin: 0; }
  .section.clothing-panels .panel-content p {
    display: block;
    font-weight: bold;
    font-size: 0.875rem;
    margin-bottom: 1.5rem; }
  .section.clothing-panels .panel-content .button {
    margin: 0; }

@media (min-width: 551px) {
  .section.clothing-panels .panel-content h3 {
    font-size: 1.25rem; } }

@media (min-width: 801px) {
  .section.clothing-panels .panel-content {
    padding: 2rem 1rem; }
    .section.clothing-panels .panel-content h3 {
      font-size: 1.75rem; } }

.clothing-categories .grid-item {
  margin-bottom: 2rem; }

.clothing-categories .discover-category {
  max-width: 200px;
  margin: auto; }
  .clothing-categories .discover-category img {
    border-radius: 50%;
    display: block;
    margin: 0 auto 1rem; }
  .clothing-categories .discover-category h4 {
    margin: 0;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.3;
    text-align: center; }

@media (min-width: 801px) {
  .clothing-categories .grid-item {
    margin-bottom: 3rem; }
  .clothing-categories .discover-category h4 {
    font-size: 1.125rem; } }

.clothing-popular-brands .flex-grid {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.clothing-popular-brands .grid-item {
  margin-bottom: 2rem;
  -ms-flex-preferred-size: 140px;
  flex-basis: 140px;
  max-width: 140px; }

.clothing-popular-brands .img-container {
  background-color: #f8f8f8;
  border-radius: 50%;
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto 1rem; }

.clothing-popular-brands .brand-img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 75%;
  transform: translate(-50%, -50%); }

.clothing-popular-brands h4 {
  margin: 0;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.3;
  text-align: center; }

@media (min-width: 551px) {
  .clothing-popular-brands .flex-grid {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

@media (min-width: 801px) {
  .clothing-popular-brands .flex-grid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .clothing-popular-brands .grid-item.md-2 {
    -ms-flex-preferred-size: 140px;
    flex-basis: 140px;
    max-width: 140px; }
  .clothing-popular-brands h4 {
    font-size: 1.125rem; } }

[data-product-compare] + .button {
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5rem) center;
  background-size: 24px; }

.button + .pagination {
  display: none; }

.full-width-container {
  width: 100%;
  position: relative; }

.content-container {
  max-width: 80rem;
  margin: 0 auto; }

.collapsible {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  color: #0d0d0d;
  cursor: pointer;
  padding: 1rem;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  list-style: none;
  margin: 0;
  border-top: 1px solid lightgray; }
  @media only screen and (min-width: 600px) {
    .collapsible {
      size: 2rem; } }
  .collapsible::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M239 401c9.4 9.4 24.6 9.4 33.9 0L465 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-175 175L81 175c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L239 401z'/%3E%3C/svg%3E");
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 1rem; }
  .collapsible.expanded:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M239 111c9.4-9.4 24.6-9.4 33.9 0L465 303c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-175-175L81 337c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L239 111z'/%3E%3C/svg%3E"); }
  .collapsible .tabs-minus {
    display: none; }
  .collapsible .tabs-plus {
    display: flex; }
  .collapsible svg {
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
    fill: #0d0d0d; }
  .collapsible::before {
    content: "";
    display: none; }
  .collapsible li {
    border-bottom: 1px solid #e8e8e8;
    padding: 0.5rem 0.75rem; }
  .collapsible h3 {
    font-size: 1.125rem;
    margin: 0; }
    .collapsible h3 a {
      display: block;
      font-weight: 600;
      padding-right: 1.5rem;
      position: relative;
      text-decoration: none; }
  .collapsible p {
    display: none;
    line-height: 1.5;
    margin: 0; }
  .collapsible .expanded {
    background-color: #f1f1f1;
    padding: 0.5rem 0.75rem 1rem; }
    .collapsible .expanded h3 {
      margin: 0 0 0.5rem; }
      .collapsible .expanded h3 a {
        font-weight: 700; }
        .collapsible .expanded h3 a:after {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2$dark'%3E%3Cpath d='M19 13H5v-2h14v2z'/%3E%3C/svg%3E"); }
    .collapsible .expanded p {
      display: block; }

.clr-vinyl,
.clr-purple {
  color: #ad4c9a; }

.clr-printable,
.clr-printables,
.clr-violet {
  color: #ad4c9a; }

.clr-rhinestone,
.clr-rhinestones,
.clr-royal-blue {
  color: #0066cc; }

.clr-sublimation,
.clr-dye-sublimation,
.clr-light-blue {
  color: #0066cc; }

.clr-custom,
.clr-teal {
  color: #0066cc; }

.clr-equipment,
.clr-green {
  color: #298d2b; }

.clr-bundle,
.clr-bundles,
.clr-yellow {
  color: #f5cb15; }

.clr-sign-making,
.clr-amber {
  color: #f26b2d; }

.clr-accessories,
.clr-orange {
  color: #f26b2d; }

.clr-sale,
.clr-red,
.logout {
  color: #e21017; }

.clr-new-product,
.clr-new-products,
.clr-pink {
  color: #ad4c9a; }

.clr-clothing,
.clr-magenta {
  color: #ad4c9a; }

.clr-vinyl .icon,
.clr-purple .icon {
  fill: #ad4c9a; }

.clr-printable .icon,
.clr-printables .icon,
.clr-violet .icon {
  fill: #ad4c9a; }

.clr-rhinestone .icon,
.clr-rhinestones .icon,
.clr-royal-blue .icon {
  fill: #0066cc; }

.clr-sublimation .icon,
.clr-dye-sublimation .icon,
.clr-light-blue .icon {
  fill: #0066cc; }

.clr-custom .icon,
.clr-teal .icon {
  fill: #2dbdbf; }

.clr-equipment .icon,
.clr-green .icon {
  fill: #298d2b; }

.clr-bundle .icon,
.clr-bundles .icon,
.clr-yellow .icon {
  fill: #f5cb15; }

.clr-sign-making .icon,
.clr-amber .icon {
  fill: #f26b2d; }

.clr-accessories .icon,
.clr-orange .icon {
  fill: #f26b2d; }

.clr-sale .icon,
.clr-red .icon {
  fill: #e21017; }

.clr-new-product .icon,
.clr-new-products .icon,
.clr-pink .icon {
  fill: #ad4c9a; }

.clr-clothing .icon,
.clr-magenta .icon {
  fill: #ad4c9a; }

.clr-blue {
  color: #0066cc; }

.bg-vinyl,
.bg-heat-transfer-vinyl,
.bg-purple {
  background-color: #ad4c9a; }

.bg-printable,
.bg-printables,
.bg-violet {
  background-color: #ad4c9a; }

.bg-rhinestone,
.bg-rhinestones,
.bg-royal-blue {
  background-color: #0066cc; }

.bg-dye-sublimation,
.bg-sublimation,
.bg-light-blue {
  background-color: #0066cc; }

.bg-equipment,
.bg-green {
  background-color: #298d2b; }

.bg-bundle,
.bg-bundles,
.bg-yellow {
  background-color: #f5cb15; }

.bg-sign-making,
.bg-amber {
  background-color: #f26b2d; }

.bg-accessories,
.bg-orange {
  background-color: #f26b2d; }

.bg-sale,
.bg-red {
  background-color: #e21017; }

.bg-new-product,
.bg-new-products,
.bg-pink {
  background-color: #ad4c9a; }

.bg-clothing,
.bg-magenta {
  background-color: #ad4c9a; }

.bg-gray {
  background-color: #0d0d0d; }

.bg-blue {
  background-color: #0066cc; }

.affirm-as-low-as {
  font-size: 15px; }

.pci_logo {
  margin-bottom: 1em; }

#searchblogs {
  float: left;
  width: 80%;
  border: none;
  background-color: #ececec;
  padding: 1%;
  border-radius: 10px 0px 0px 10px; }

#searchblogsbutton {
  float: right;
  width: 20%;
  border: none;
  padding: 1%;
  background-color: #0275d8;
  color: white;
  cursor: pointer;
  border-radius: 0px 10px 10px 0px; }

#educationImage {
  animation-name: enter;
  /*change the number below to match the html to how often slides scroll*/
  /*example: 7s is 7 seconds*/
  animation-duration: 7s;
  animation-iteration-count: infinite; }

#educationBanner {
  width: 100%;
  min-height: 25%;
  text-align: center;
  margin: 0 auto;
  color: white; }

@keyframes enter {
  /*enters from right side and ends in middle of page, then exists to the left, ran again for next photo*/
  0% {
    transform: translate3d(2000px, 0px, 0px); }
  5% {
    transform: translate3d(0px, 0px, 0px);
    animation-timing-function: ease-out; }
  95% {
    transform: translate3d(0px, 0px, 0px);
    animation-timing-function: ease-in; }
  100% {
    transform: translate3d(-2000px, 0px, 0px); } }

#videoTable {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.iframe-media-adapt {
  margin: 1em; }

.videoTd {
  text-align: center;
  margin: 0 auto;
  padding: 1%; }

.videoImg {
  cursor: pointer;
  margin: 0.5em; }

#viewVideo {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: black;
  top: 0;
  left: 0;
  opacity: 0.4; }

.xImage {
  position: fixed;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  margin-top: 10%;
  margin-right: 5%;
  background-color: black;
  color: white;
  font-size: 20px;
  z-index: 1000; }

.videoSettings {
  opacity: 1;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -300px;
  z-index: 1000; }

#category {
  width: 100%;
  border: none;
  background-color: #ececec;
  padding: 1%;
  border-radius: 10px 10px 10px 10px;
  cursor: pointer;
  margin-bottom: 1em; }

#categoryContainer {
  width: 50%; }

.moreVideos {
  width: 50%;
  border: none;
  padding: 1%;
  background-color: #0275d8;
  color: white;
  cursor: pointer;
  border-radius: 10px; }

afterpay-placement:nth-of-type(2n) {
  display: none; }

.rhinestone-calculator {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.rhinestone-table,
.rhinestone-table tr,
.rhinestone-table td,
.rhinestone-header {
  border-collapse: collapse;
  padding: 0.5em; }

.rhinestone-table {
  width: 70%;
  text-align: center;
  margin-bottom: 5em; }

.rhinestone-label,
.tooltip {
  font-size: 1.5em; }

#rhinestone-heading,
#notice {
  margin-bottom: 2em;
  text-align: center; }

#rhinestone-heading {
  font-size: 1.5rem; }

.estimate-button {
  margin: 4em 0 0 0;
  width: 10em;
  cursor: pointer;
  font-size: 20px;
  color: white;
  background-color: #0066cc;
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 5px; }

.rhinestone-header {
  background-color: #0066cc;
  color: white; }

.rhinestone-table tbody tr:nth-child(even) {
  background-color: #fbe4cd; }

.rhinestone-form {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 70%; }

.rhinestone-form input,
.rhinestone-form select {
  margin: 1em 0 1em 0;
  width: 100%;
  font-size: 1em; }

.rhinestone-image {
  width: 100%;
  height: 15em;
  background-size: contain;
  object-fit: cover;
  color: white;
  filter: saturate(1.3) grayscale(0.01) invert(0.05); }

.rhinestone-guidelines-calc {
  margin: 0 0 5em 5em;
  align-self: flex-start; }

.flash {
  animation: flash 1s linear; }

@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@media screen and (min-width: 980px) {
  .cyber-month {
    text-align: center;
    outline: 5px solid #be0000;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-right: 20%;
    margin-left: 20%; } }

@media screen and (max-width: 980px) {
  .cyber-month {
    text-align: center;
    outline: 5px solid #be0000;
    border-radius: 20px;
    margin-bottom: 10px;
    margin-right: 3%;
    margin-left: 3%; }
  .iframe-media-adapt {
    height: 100px;
    width: 200px;
    margin: 0.2em; }
  .videoImg {
    height: 200px;
    width: 350px;
    margin: 0.1em; }
  .please-select {
    font-size: 0.2em; } }

@media screen and (max-width: 500px) {
  .videoImg {
    height: 100px;
    width: 160px;
    padding: 0.3em; }
  .rhinestone-table {
    width: 15em; }
  .rhinestone-form input,
  .rhinestone-form select {
    width: 15em; }
  #rhinestone-heading {
    font-size: 1em; } }

/* Traizel was here */
body .product-card-wrap.on-sale[_ngcontent-cjd-c531] .product-price[_ngcontent-cjd-c531],
.product-img[_ngcontent-gmy-c370] {
  display: none !important;
  color: transparent; }

a[data-add-to-cart] {
  display: none; }

.hover-custom {
  display: none !important;
  --c: #1095c1;
  /* the color */
  --b: 0.1em;
  /* border length*/
  --d: 20px;
  /* the cube depth */
  --_s: calc(var(--d) + var(--b));
  color: var(--c);
  border-style: solid;
  border-color: #000000;
  height: 100px;
  box-shadow: 10px 10px 5px black;
  border-width: var(--b) var(--b) var(--_s) var(--_s);
  background: conic-gradient(at left var(--d) bottom var(--d), #000000 90deg, rgba(255, 255, 255, 0.3) 0 225deg, rgba(255, 255, 255, 0.6) 0) border-box, conic-gradient(at left var(--_s) bottom var(--_s), #000000 90deg, var(--c) 0) 0 100%/calc(100% - var(--b)) calc(100% - var(--b)) border-box;
  transform: translate(calc(var(--d) / -1), var(--d));
  clip-path: polygon(var(--d) 0%, var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), 100% calc(100% - var(--d)), var(--d) calc(100% - var(--d)));
  transition: 0.5s; }

.hover-custom:hover {
  transform: translate(0, 0);
  clip-path: polygon(0% var(--d), var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), calc(100% - var(--d)) 100%, 0% 100%); }

/* 
The below safari styling and the firefox styling found on line 1130
lowers the padding on the megamenu items. This allows us to hover over
those items properly while using Safari and Firefox.
*/
/* Safari 6.1-10.0 (not 10.1) */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .navPages-action {
      padding-bottom: 0.5rem; } } }

@-moz-document url-prefix() {
  .navPages-action {
    padding-bottom: 0.5rem; } }

#loadingCustomShirts,
#loadingSupaDesigner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: translateZ(1px);
  background-color: white;
  margin-top: 15%; }

#loadingCustomShirts > img,
#loadingSupaDesigner > img {
  display: inline-block;
  height: 200px;
  margin: 8px;
  animation: lds-circle 3s cubic-bezier(0, 0.2, 0.3, 1) infinite;
  animation-delay: 0.5s; }

.coverSpinner {
  position: absolute;
  background-color: white;
  height: 100vh;
  width: 100vw;
  top: 100%;
  z-index: 9999; }

#longWait {
  opacity: 80%;
  visibility: hidden;
  transition: visibility 0s, opacity 0.5s linear;
  text-align: center; }

#openTrigger,
.openTriggerSupaColor,
#customAccordion1,
#customAccordion2,
#customAccordion3,
#customAccordion4,
#customAccordion5 {
  text-transform: capitalize;
  padding: 18px;
  font-size: 1em;
  text-decoration: none;
  background-color: #eeedee;
  color: #454545;
  font-weight: 700;
  line-height: inherit;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1em 0 1em 0; }

#howToUse {
  user-select: none; }

#expandIcon {
  height: 13px;
  filter: brightness(130%);
  user-select: none; }

.closeTrigger {
  transition: box-shadow 0.2s linear, filter 0.2s linear; }

.closeTrigger {
  height: 20px;
  border-radius: 50%;
  margin-bottom: 1em;
  margin-left: 99%;
  display: none; }

#openTrigger:hover,
.closeTrigger:hover,
#customAccordion:hover,
#customAccordion1:hover,
#customAccordion2:hover,
#customAccordion3:hover,
#customAccordion4:hover,
#customAccordion5:hover {
  cursor: pointer;
  background-color: #ccc;
  color: #454545; }

#popup,
#popup1,
#popup2,
#popup3,
#popup4,
#popup5 {
  padding: 1.5em;
  border-radius: 15px;
  transition: visibility 0s, opacity 0.5s linear;
  flex-direction: column;
  justify-content: center;
  margin: 2em 0 2em 0;
  display: none; }

#inksoftEmbed {
  margin-bottom: 2em !important; }

.coverCustomShirts {
  width: 21em;
  height: 3em;
  background-color: white;
  position: absolute;
  top: -7em;
  right: 0;
  z-index: 99999; }

.category-header-custom-shirts {
  background-color: #649fd6;
  border-radius: 1rem;
  margin: 0 0 1rem;
  overflow: hidden;
  padding: 1rem;
  position: relative; }
  .category-header-custom-shirts .page-heading {
    color: #fff;
    margin: 0;
    line-height: 1;
    position: relative; }

.page-heading--partners {
  text-align: center; }

@media screen and (max-width: 980px) {
  .coverCustomShirts {
    top: 0em; } }

@media screen and (max-width: 950px) {
  .coverCustomShirts {
    width: 12em; } }

@media screen and (max-width: 800px) {
  .coverCustomShirts {
    top: -7em; } }

@media screen and (max-width: 540px) {
  .coverCustomShirts {
    width: 10.2em; } }

@media screen and (max-width: 480px) {
  .coverCustomShirts {
    width: 6em; } }

@media screen and (max-width: 374px) {
  .coverCustomShirts {
    top: -3em; } }

#loadingSupaDesigner {
  height: 30%; }

.openTriggerSupaColor {
  left: 1em; }

@keyframes lds-circle {
  0%,
  20% {
    animation-timing-function: cubic-bezier(0, 0.2, 0.3, 1); }
  0% {
    transform: rotateY(100deg); }
  50% {
    transform: rotateY(360deg); }
  50% {
    transform: rotateY(1440deg); }
  100% {
    transform: rotateY(1440deg); } }

.secretButton {
  width: 2em;
  height: 2em;
  border-radius: 5px;
  background-color: white; }

.secretButton:hover {
  border: 0px solid white; }

#calcOpen {
  height: 40px;
  width: 34px;
  transition: transform 0.3s ease;
  clip-path: polygon(75% 0, 100% 31%, 100% 100%, 0 100%, 0 0);
  align-self: flex-start;
  background-color: white;
  border-radius: 4px; }

#calcOpen:hover {
  transform: scale(1.1); }

.calcAndInfo:hover .supaInfo {
  visibility: visible;
  opacity: 100%; }

.supaInfo {
  margin: -4em 0 1em -3em;
  text-align: center;
  font-size: small;
  padding: 1em 0.5em 2em 0.5em;
  background-color: #326bb4;
  color: white;
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 68% 85%, 50% 100%, 30% 85%, 0 85%);
  visibility: hidden;
  opacity: 0%;
  transition: visibility 0s, opacity 0.5s linear; }

.calcAndInfo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  height: 5em; }

#calculatorPopUp {
  visibility: hidden;
  background: #ababab;
  background: linear-gradient(180deg, #ababab 11%, #dddddd 84%);
  color: white;
  width: 25em;
  padding: 1em;
  box-shadow: 0 0 11px #afafaf;
  border-radius: 15px;
  transition: visibility 0s, opacity 0.5s linear;
  margin-top: 3em; }

#tail {
  visibility: hidden;
  height: 3em;
  width: 2em;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: #ababab;
  margin-right: 2em;
  box-shadow: 0 0 11px #afafaf;
  margin-top: 5.5em;
  transition: visibility 0s, opacity 0.5s linear; }

.calcPackage {
  position: absolute;
  right: -0.5em;
  top: -4.5em;
  display: flex;
  flex-direction: row-reverse;
  z-index: 0;
  transition: all 1s ease;
  display: none; }

.calcButtons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1em 0 1em 0; }

.supaCalcInserted {
  margin-bottom: 0 !important;
  text-align: center; }

.supaCalcInserted2 {
  margin-bottom: 0 !important;
  font-size: 2em;
  text-align: center; }

#one,
#onebold {
  margin-top: 1em;
  margin-bottom: 0 !important;
  font-size: 1.5em; }

#closeCalc {
  width: 5em;
  position: absolute;
  margin-top: 1em;
  margin-left: 16.5em;
  background-color: #dddddd;
  color: #0d0d0d;
  box-shadow: 0px 7px 11px -6px #afafaf;
  border-radius: 0 0 6px 6px;
  padding-bottom: 4px;
  text-align: center; }

.calcPlaceholder {
  height: 500px;
  width: 5px;
  background-color: white; }

@media screen and (max-width: 800px) {
  .calcPackage {
    flex-direction: column;
    right: 1em;
    top: 0 !important; }
  #calculatorPopUp {
    width: 20em;
    margin-top: 4.5em; }
  #tail {
    display: none; }
  #calcOpen {
    align-self: flex-end;
    border: 3px solid white; }
  #closeCalc {
    margin-left: 12.5em; }
  .supaInfo {
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 92% 85%, 82% 100%, 66% 85%, 0 85%);
    margin: -4em 0 1em -3em; }
  .calcAndInfo {
    align-items: flex-end; } }

@media screen and (max-width: 980px) {
  .calcPackage {
    top: 5em; } }

#one {
  display: none; }

.calcPackage2 {
  flex-direction: row-reverse; }

.yotpo .text-m {
  margin-left: 0.5em;
  margin-bottom: 2em; }

.yotpo-background.yotpo-right-align-background img {
  object-fit: scale-down !important; }

.yotpo-widget-referral-widget .yotpo-background .yotpo-left-align-image {
  object-fit: scale-down !important; }

.rewards-bottom-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8em 0 10em 0;
  flex-direction: column; }

.rewards-bottom {
  font-size: 1.5em;
  font-family: Cocogoose;
  width: 50%;
  text-align: center;
  color: #0066cc;
  margin: 0 0 1em 0; }

.sales-contact {
  font-size: larger; }

.product-table td,
.product-table td {
  padding: 0.5em; }

.video-background {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh; }

.video-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%); }

@media (min-aspect-ratio: 16 / 9) {
  .video-background iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw; } }

@media (max-aspect-ratio: 16 / 9) {
  .video-background iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh; } }

.saleImagesRow1,
.saleImagesRow2 {
  display: flex;
  justify-content: center;
  align-items: center; }

/* (A) WRAPPER */
.fullwrap {
  position: relative;
  /* required for (c2) */
  max-width: 500px;
  /* optional */ }

/* (C) CAPTION */
.fullcap {
  /* (C1) DIMENSIONS */
  box-sizing: border-box;
  width: 30em;
  height: 30em;
  /* (C2) POSITION */
  position: absolute;
  top: 1em;
  left: 1em;
  text-align: center;
  /* (C3) COLORS */
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center; }

/* (D) SHOW/HIDE */
.fullcap {
  visibility: none;
  opacity: 0;
  transition: opacity 0.3s; }

.fullwrap:hover .fullcap {
  visibility: visible;
  opacity: 1;
  cursor: pointer; }

.fullcap a {
  padding: 2em;
  background-color: #0275d8;
  color: white;
  transition: all 0.1s linear;
  border: 2px solid transparent;
  border-radius: 5px;
  text-decoration: none; }

.fullcap a:hover {
  border: 2px solid #0275d8;
  background-color: transparent; }

.hiddenButton {
  display: none; }

@media screen and (max-width: 980px) {
  .saleImagesRow1,
  .saleImagesRow2 {
    flex-direction: column; } }

.alignLeft {
  display: flex;
  justify-content: center;
  align-items: center; }

.alignLeft h3,
.alignRight h3 {
  font-size: 2em;
  font-weight: 900; }

.alignLeft p,
.alignRight p {
  font-size: 1.2em; }

.alignLeft img,
.alignRight img {
  width: 700px;
  height: auto;
  max-width: 100%;
  cursor: pointer; }

.alignRight {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse; }

.innerContent {
  margin: 0 2em 0 2em; }

.innerContent a {
  color: #3d89e9; }

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

@media screen and (max-width: 980px) {
  .alignRight,
  .alignLeft {
    flex-direction: column; } }

.saleImagesRow1,
.saleImagesRow2 {
  display: flex;
  justify-content: center;
  align-items: center; }

.saleImagesRow1 img,
.saleImagesRow2 img {
  width: 30em;
  margin: 1em; }

/* (A) WRAPPER */
.fullwrap {
  position: relative;
  /* required for (c2) */
  max-width: 500px;
  /* optional */ }

/* (C) CAPTION */
.fullcap {
  /* (C1) DIMENSIONS */
  box-sizing: border-box;
  width: 30em;
  height: 30em;
  /* (C2) POSITION */
  position: absolute;
  top: 1em;
  left: 1em;
  text-align: center;
  /* (C3) COLORS */
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center; }

/* (D) SHOW/HIDE */
.fullcap {
  visibility: none;
  opacity: 0;
  transition: opacity 0.3s; }

.fullwrap:hover .fullcap {
  visibility: visible;
  opacity: 1;
  cursor: pointer; }

.fullcap a {
  padding: 1em;
  background-color: #0275d8;
  color: white;
  transition: all 0.1s linear;
  border: 2px solid transparent;
  border-radius: 5px;
  text-decoration: none; }

.fullcap a:hover {
  border: 2px solid #0275d8;
  background-color: transparent; }

.hiddenButton {
  display: none; }

@media screen and (max-width: 980px) {
  .saleImagesRow1,
  .saleImagesRow2 {
    flex-direction: column; }
  .fullcap {
    width: 15em;
    height: 15em; }
  .fullwrap img {
    width: 15em;
    margin: 1em; } }

.alignLeft {
  display: flex;
  justify-content: center;
  align-items: center; }

.alignLeft h3,
.alignRight h3 {
  font-size: 2em;
  font-weight: 900; }

.alignLeft p,
.alignRight p {
  font-size: 1.2em; }

.alignLeft img,
.alignRight img {
  width: 700px;
  height: auto;
  max-width: 100%;
  cursor: pointer; }

.alignRight {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse; }

.innerContent {
  margin: 0 2em 0 2em; }

.innerContent a {
  color: #3d89e9; }

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

@media screen and (max-width: 980px) {
  .alignRight,
  .alignLeft {
    flex-direction: column; } }

#scrollWrapper {
  position: fixed;
  top: 15em;
  right: 1em;
  z-index: 100;
  transition: all 0.2s ease-in-out;
  display: none; }

@media screen and (max-width: 980px) {
  #scrollWrapper {
    top: 5em;
    opacity: 60%; } }

.header-blog {
  position: absolute;
  display: none;
  width: 100%;
  z-index: 20; }

.progress-container-blog {
  background-color: rgba(150, 150, 150, 0.4);
  height: 5px;
  width: 100%; }

.progress-bar-blog {
  background-color: #0066cc;
  background: linear-gradient(90deg, #2ebec0 75%, #005595 80%, #ae4d9d 85%, #d81f2a 90%, #f36e30 95%, #f8ce1a 100%);
  height: 5px;
  width: 0%; }

.sms-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.sms-exclusive {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #cacaca;
  border-radius: 15px;
  padding: 1em;
  transition: all 0.2s ease-in-out;
  background-color: white;
  width: 50%;
  margin: 3em 0 3em 0; }

.sms-exclusive:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px #cacaca; }

.sms-exclusive h3 {
  border-bottom: 1px solid #cacaca;
  padding: 0 0 1em 0; }

@media screen and (max-width: 980px) {
  .sms-exclusive {
    width: 80%; } }

.partner-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap; }

.partner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 1em;
  text-decoration: none; }

.partner img {
  width: 10em;
  height: 10em;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 0 0.5em 0; }

.blog-wrapper-insert {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap; }

.blog-container-insert {
  width: 15em;
  margin: 1em; }

.blog-container-insert a {
  text-decoration: none; }

.blog-container-insert p {
  margin: 0;
  padding: 0;
  opacity: 0.7; }

.blog-container-insert h3 {
  text-align: center;
  margin: 0.5em 0 0.5em 0; }

.blog-container-insert img {
  width: 15em; }

#qn-add-to-quote,
#qn-cart-to-quote {
  width: 100%; }

#qn-add-to-quote {
  margin: 0.5em 0 0.5em 0; }

.rhinestone-pricing-table {
  border: 1px solid black; }

.rhinestone-pricing-table td,
.rhinestone-pricing-table tr,
.rhinestone-pricing-table th {
  border: 1px solid black;
  padding: 1em; }

.actionBar-section .form-select,
.form-label {
  color: #0d0d0d;
  font-weight: 600; }

.home-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%; }

#category-notice {
  margin: 0 0 1em 5%;
  padding: 0; }

#category-carousel-notice {
  margin: 0 0 1em 5%;
  padding: 0; }

#slogan {
  position: fixed;
  position: absolute;
  justify-self: center;
  align-self: center;
  display: flex;
  color: white;
  line-height: 1;
  padding: 1em;
  font-size: 5em;
  font-family: Cocogoose;
  text-align: center;
  margin: 0;
  opacity: 80%;
  width: 50%;
  flex-direction: column; }
  @media screen and (max-width: 80rem) {
    #slogan {
      width: 100% !important;
      font-size: 2em; } }

.slogan-subtext {
  font-size: 0.5em;
  margin: 0.5em 0;
  color: white; }

.section-header {
  font-size: 2em;
  margin: 0 0 0 5.35%; }

.home-panel {
  margin: 1em 0 1em 0; }

.top-home-panel {
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Adjust this as required */
  margin: 0 auto;
  /* Responsive rule for showing mobile images and hiding desktop ones */ }
  .top-home-panel .arrow-btn-home {
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 150ms; }
    .top-home-panel .arrow-btn-home:hover {
      cursor: pointer;
      background-color: white; }
  .top-home-panel .left-arr {
    position: absolute;
    left: 2em;
    top: 50%;
    z-index: 9999; }
    .top-home-panel .left-arr svg {
      transform: rotate(-180deg);
      font-size: 25px; }
  .top-home-panel .right-arr {
    position: absolute;
    right: 2em;
    top: 50%;
    z-index: 9999; }
    .top-home-panel .right-arr svg {
      font-size: 25px; }
  .top-home-panel .top-home-panel-slide {
    display: flex;
    transition: transform 1s; }
  .top-home-panel a {
    flex: 0 0 100%; }
  .top-home-panel .home-image {
    width: 100%;
    display: block; }
  .top-home-panel .mobile {
    display: none;
    /* Hide mobile images by default */ }
  @media (max-width: 768px) {
    .top-home-panel {
      /* Adjust breakpoint as necessary */ }
      .top-home-panel .home-image {
        display: none; }
      .top-home-panel .mobile {
        display: block; } }

.top-header {
  display: grid;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  z-index: 20; }

#top-header-bottom-banner {
  position: absolute;
  background-color: #ad4c9997;
  color: rgba(255, 255, 255, 0.721);
  width: 100%;
  text-align: center;
  margin: 0;
  font-size: 1em;
  padding: 0.5em;
  font-style: italic;
  transition: all 0.2s ease-in-out; }

.top-header a {
  position: absolute;
  background-color: #0066cc;
  color: white;
  width: 15em;
  border-radius: 5px;
  padding: 1em 3em 1em 3em;
  text-align: center;
  text-decoration: none;
  font-size: 1.2em;
  margin: 0 0 5em 0;
  justify-self: center;
  border: 2px solid transparent;
  transition: all 0.2s ease-in-out; }

.home-codes {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  width: 80%;
  font-size: 1.3em;
  text-align: center; }
  @media screen and (max-width: 80rem) {
    .home-codes {
      font-size: 0.8em;
      flex-direction: column; } }

.home-code {
  font-weight: 900;
  color: var(--red); }

.home-codes p {
  padding: 0.5em 1em; }

.home-codes p {
  background-color: white; }

.home-button-set {
  position: absolute;
  margin: 0 0 3em 0; }
  @media screen and (max-width: 980px) {
    .home-button-set {
      display: flex; } }

.home-button-set a {
  position: relative;
  margin: 1em; }
  @media screen and (max-width: 980px) {
    .home-button-set a {
      font-size: 0.7em; } }

.home-button-set .promo-button {
  background: #ad4c9a; }

.home-button-set .promo-button:hover {
  border-color: #ad4c9a;
  color: #ad4c9a; }

.top-header a:hover {
  background-color: transparent;
  border: 2px solid #2dbdbf; }

.testimonial-container {
  display: flex;
  justify-content: center;
  align-items: center; }

.testimonial-bg {
  width: 100%;
  height: 25em;
  object-fit: cover; }

.testimonial-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 25em;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("https://cdn11.bigcommerce.com/s-et4qthkygq/images/stencil/original/image-manager/testimonial-bg-blur.jpg?t=1677705834&_gl=1*k6oalc*_ga*Mzc2ODIzODIuMTY3NzY4NTMwNg..*_ga_WS2VZYPC6G*MTY3NzcwNDYyMy41LjEuMTY3NzcwNjE4MS41Mi4wLjA."); }

@media screen and (max-width: 980px) {
  .testimonial-wrapper {
    height: auto;
    position: relative;
    padding: 5em 0 5em 0; }
  .testimonial-text {
    max-width: 80% !important;
    margin: 1em 0 2em 0 !important; }
  .testimonial-person {
    height: 15em !important;
    width: 15em;
    object-fit: cover;
    object-position: 20% -30%;
    background-color: white;
    border-radius: 50%;
    margin: 1.5em; } }

.testimonial-person {
  height: 27em;
  align-self: flex-end;
  z-index: 4;
  transform: translateY(-32px); }

.testimonial-text {
  max-width: 40%;
  color: white;
  margin: 0 0 0 6em;
  text-align: center; }

.testimonial-text h3 {
  font-family: Cocogoose;
  color: white;
  font-size: 2em;
  margin: 0; }

.testimonial-text p {
  font-size: 1.3em; }

.testimonial-btn {
  border: 1px solid white;
  border-radius: 4px;
  padding: 0.5em 1em;
  text-decoration: none;
  color: gray;
  background-color: white;
  text-align: center;
  width: 100%;
  transition: all 0.2s ease-in-out; }

.testimonial-btn:hover {
  background-color: transparent;
  color: white; }

.featured-item-content {
  width: 1400px;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 35em;
  flex-wrap: wrap;
  padding: 2em; }

@media screen and (max-width: 980px) {
  .featured-item-content {
    margin: 0 0 20em 0; }
  .featured-item-content .color-overlay,
  .featured-item-content .full-img {
    clip-path: none !important;
    width: 100vw !important; }
  .featured-item-content .color-overlay {
    height: 35em !important; }
  .featured-item-content {
    justify-content: center; } }

.featured-item-content .color-overlay {
  height: 35em;
  width: 80vw;
  position: absolute;
  clip-path: polygon(0 0, 65% 0, 55% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 55% 0, 65% 50%, 55% 100%, 0% 100%);
  left: 0;
  background-color: var(--orange);
  opacity: 0.7;
  animation: shimmer 15s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  background: linear-gradient(to right, var(--orange) 0%, #f69163 25%, var(--orange) 75%);
  background-size: 1000px 100%; }

@keyframes shimmer {
  from {
    background-position: -1000px 0; }
  to {
    background-position: 1000px 0; } }

.featured-item-content .full-img {
  clip-path: polygon(0 0, 65% 0, 55% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 55% 0, 65% 50%, 55% 100%, 0% 100%);
  width: 80vw;
  left: 0; }

.featured-item-img-and-overlay {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: rgba(255, 68, 0, 0.59);
  background: rgba(233, 106, 47, 0.858); }

.featured-item {
  position: absolute;
  margin: 5em; }

.featured-item img {
  width: 20em; }

.item-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 6;
  margin: 2em; }

.item-panel .wrapper {
  outline: 10px solid white; }

.item-panel h2 {
  margin: 0;
  font-family: Cocogoose;
  color: white;
  font-size: 4em;
  text-align: center; }

@media screen and (max-width: 980px) {
  .item-panel h2 {
    font-size: 2.5em; } }

.item-panel .order-featured-item {
  text-decoration: none;
  padding: 0.5em 1em 0.5em 1em;
  background-color: white;
  border: 2px solid transparent;
  color: gray;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  margin: 2em 0 0 0; }

.item-panel .order-featured-item:hover {
  background-color: transparent;
  border: 2px solid white;
  color: white; }

.featured-item-wrapper {
  width: 1600px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column; }

.category-container {
  display: flex;
  justify-content: center; }

.category-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 90%;
  gap: 1.5rem;
  box-sizing: border-box; }
  @media screen and (max-width: 1300px) {
    .category-grid {
      grid-template-columns: repeat(4, 1fr); } }
  @media screen and (max-width: 780px) {
    .category-grid {
      grid-template-columns: repeat(2, 1fr); } }

.category-grid.error-page {
  width: auto; }

@media screen and (max-width: 580px) {
  .card__inner,
  .color-overlay,
  .card__image img {
    width: 100%;
    height: 100%; }
  .card__inner h1,
  .card__inner .cat-parent,
  .cat-link {
    font-size: 0.5em; } }

@media screen and (max-width: 400px) {
  .card__inner,
  .color-overlay,
  .card__image img {
    height: 100% !important;
    width: 100% !important; } }

.color-overlay:hover,
.card__description img:hover {
  cursor: pointer; }

.card__inner h1,
.card__inner .cat-parent {
  position: absolute;
  color: white;
  z-index: 10;
  font-size: 2em;
  text-align: center;
  margin: 0;
  font-family: Cocogoose;
  text-decoration: none; }

.cat-parent .cat-link {
  text-decoration: none;
  color: white; }

.card__inner h1,
.color-overlay,
.card__description img,
.card__image img {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */ }

.carousel__slide {
  width: 100%;
  aspect-ratio: 1/1; }

.carousel__slide .card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box; }

.card__inner {
  box-shadow: #2dbdbf 0px 0px 0px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  backdrop-filter: blur(10px); }
  .card__inner .card__image {
    width: 100%;
    aspect-ratio: 1/1; }
    .card__inner .card__image a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%; }
    .card__inner .card__image img {
      width: 100%;
      height: 100%; }

.card__image img {
  object-fit: cover;
  transition: all 0.2s ease-in-out; }

.card__inner {
  transition: all 0.2s ease-in-out; }

.card__inner:hover .card__image img {
  filter: blur(3px);
  transform: scale(1.2); }

.section-home-product-section {
  padding: 1em 5em; }
  @media screen and (max-width: 980px) {
    .section-home-product-section {
      padding: 1em; } }

.section-home-product-section .productGrid {
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr); }
  @media screen and (max-width: 1500px) {
    .section-home-product-section .productGrid {
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (max-width: 980px) {
    .section-home-product-section .productGrid {
      grid-template-columns: repeat(2, 1fr); } }

.section-home-product-section .productGrid .product {
  margin-bottom: 0;
  width: 100%; }

.section-home-product-section .productGrid::before {
  content: none; }

.blog-overlay-wrapper {
  display: flex;
  justify-content: center;
  align-items: center; }

* {
  box-sizing: border-box; }

.ticker-wrap {
  position: relative;
  top: 0;
  width: 100%;
  height: 2em;
  background: #ad4c9a;
  box-sizing: content-box;
  margin: -0.75em 0 1em 0; }
  .ticker-wrap .ticker {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2em;
    line-height: 2em;
    white-space: nowrap;
    box-sizing: content-box; }

.ticker__item a {
  text-decoration: none;
  color: white;
  opacity: 100%;
  transition: all 0.2s ease-in-out;
  font-size: 0.9em; }

.ticker__item a:hover,
.ticker__item a:visited {
  color: white; }

.ticker__item a:hover {
  opacity: 100%; }

.ticker:hover {
  animation-play-state: paused; }

@media screen and (max-width: 980px) {
  .ticker-wrap {
    transform: translateY(10px); } }

.nanobar {
  display: none; }

.featured-category-header {
  position: absolute;
  z-index: 7;
  color: white;
  opacity: 0%;
  text-align: center;
  font-family: Cocogoose; }

@media screen and (max-width: 980px) {
  .featured-category-header {
    width: 80%;
    font-size: 1.2em; } }

.featured-category-color-overlay {
  background: #2fbec1;
  background: linear-gradient(0deg, #2fbec1 65%, rgba(47, 190, 193, 0.444415) 100%);
  width: 100vw;
  position: absolute;
  z-index: 5; }

.featured-category-img-and-overlay {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: #2fbec1;
  background: linear-gradient(0deg, #2fbec1 65%, rgba(47, 190, 193, 0.45) 100%); }

#featured-category-equipment {
  background: #005392;
  background: linear-gradient(0deg, #005392 65%, rgba(0, 83, 146, 0.45) 100%); }

.featured-category-content {
  width: 1600px;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  flex-wrap: wrap;
  padding: 0em 0 5em 0; }

.fc-bottom-banner {
  position: absolute;
  z-index: 6;
  background-color: #34a9aa;
  width: 100vw;
  align-self: flex-end;
  text-align: center;
  color: white;
  display: flex;
  align-self: flex-end;
  justify-content: center; }

#equipment-bottom-banner {
  background-color: #064779; }

.fc-bottom-banner p {
  padding: 0.3em 0 0.3em 0;
  margin: 0; }

.content-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 6;
  margin: 2em; }

.content-panel h1 {
  margin: 0 0 2em 0;
  padding: 0;
  color: white;
  font-family: Cocogoose; }

.content-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 40em;
  font-size: 1.3em;
  margin: 0.5em 0 0.5em 0; }

@media screen and (max-width: 980px) {
  .content-row {
    width: 20em;
    font-size: 1em; } }

.content-row a {
  text-decoration: none;
  color: white; }

.explore-btn {
  color: white;
  text-decoration: none;
  border: 1px solid white;
  padding: 0.5em 1em 0.5em 1em;
  margin: 5em 0 0 0;
  border-radius: 4px;
  transition: all 0.2s ease-in-out; }

.explore-btn:hover {
  color: black;
  background-color: white; }

.featured-product {
  width: 10em; }

.featured-products-homepage {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 980px) {
    .featured-products-homepage {
      margin: 1em; } }

:root {
  --white-c: #fff;
  --black-c: #000;
  --body-background-c: #fd7ac0;
  --wrapper-background-c: #d4f1f4;
  --wrapper-shadow-c: rgba(0, 0, 0, 0.219);
  --buttons-background-c: rgba(255, 255, 255, 0.219);
  --buttons-active-background-c: rgba(135, 207, 235, 0.493); }

/* Wrapper */
.wrapper {
  width: 300px;
  height: 400px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.765);
  box-shadow: 0 0 80px var(--wrapper-shadow-c); }

/* Images Area */
.images-area,
.images-area2,
.images-area-featured {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: hidden; }

.images-area img,
.images-area2 img,
.images-area-featured img {
  width: 100%;
  object-fit: contain;
  align-self: flex-start;
  transition: 150ms cubic-bezier(0.79, 0.03, 0, 0.99); }

.image-panel {
  min-width: 100%;
  transition: 150ms cubic-bezier(0.79, 0.03, 0, 0.99);
  text-align: left; }

.image-panel img {
  width: 100%;
  object-fit: contain;
  align-self: flex-start;
  transition: 150ms cubic-bezier(0.79, 0.03, 0, 0.99); }

.image-panel a {
  text-decoration: none; }

.product-information {
  padding: 0 0 0 1em;
  margin: 1em 0 0 0; }

.product-information p {
  margin: 0;
  padding: 0; }

.product-information .brand,
.sale-brand {
  font-size: 0.8em; }

.product-information .price {
  font-weight: 900; }

/* Buttons Area  */
.buttons-area {
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  overflow: hidden; }

.buttons-area > div {
  color: var(--white-c);
  background-color: var(--buttons-background-c);
  cursor: pointer;
  transition: 150ms ease-in-out; }

/* Buttons | Previous And Next */
.buttons-area > div:first-child {
  border-radius: 0 5px 5px 0;
  margin-left: -100px; }

.buttons-area > div:last-child {
  border-radius: 5px 0 0 5px;
  margin-right: -100px; }

/* Show The Buttons */
.wrapper:hover .buttons-area > div:first-child {
  margin-left: 0; }

.wrapper:hover .buttons-area > div:last-child {
  margin-right: 0; }

@media screen and (max-width: 980px) {
  .buttons-area > div:first-child {
    margin-left: 0; }
  .buttons-area > div:last-child {
    margin-right: 0; } }

.buttons-area div:hover:not(div.disabled) {
  background-color: var(--buttons-active-background-c); }

.buttons-area div:not(div.disabled):active {
  opacity: 0.7; }

/* Disabled Button */
.buttons-area > div.disabled {
  cursor: no-drop;
  opacity: 0.3; }

.buttons-area div i {
  font-size: 70px; }

/* Pagination Area */
.pagination-area,
.pagination-area2 {
  position: absolute;
  top: 105%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none; }

/* Pagination Spans */
.pagination-area span,
.pagination-area2 span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--white-c);
  margin-right: 5px;
  transform: scale(0.5);
  transition: 150ms ease-in-out;
  opacity: 0.4; }

/* Current Active Span */
.pagination-area span.active,
.pagination-area2 span.active {
  transform: scale(1);
  opacity: 1; }

/* End Wrapper */
.sale-container {
  display: flex;
  justify-content: center;
  align-items: flex-start; }

.wide-home-panel {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 1800px; }

@media screen and (max-width: 767px) {
  .wide-home-panel {
    justify-content: center; } }

.product-sale {
  width: 20em;
  margin: 2em; }

.product-sale .sale-brand {
  margin: 0.5em 0 0 0.2em; }

.product-sale img {
  width: 20em; }

.product-sale a {
  text-decoration: none; }

.product-sale h4 {
  margin: 0.5em 0 0 0;
  padding: 0 0.5em 0 0.5em;
  white-space: nowrap; }

.sale-price {
  background-color: var(--red);
  color: white;
  padding: 0.5em !important; }

.previous-price {
  text-decoration: line-through;
  margin: 0 0.5em 0 0; }

.as-low-as {
  font-size: 0.8em;
  text-transform: capitalize; }

.active-price {
  font-weight: 900; }

body {
  scroll-behavior: smooth; }

.core-container .core-text {
  display: none; }

/*
.core-container:hover .core-text {
  display: block;
}

.core-container h1 {
  padding: 1em;
  color: white;
  background-color: var(--red);
  border-radius: 5px;
  text-align: center;
  font-size: 3em;
}
*/
.partner-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap; }

.partner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 1em;
  text-decoration: none; }

.partner img {
  width: 10em;
  height: 10em;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 0 0.5em 0; }

.f-full-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap; }

.f-half-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: teal;
  width: 49em;
  margin: 1em;
  z-index: 9;
  border-radius: 25px;
  box-shadow: 0 0 80px var(--wrapper-shadow-c); }

@media screen and (max-width: 980px) {
  .f-half-container {
    flex-direction: column; }
  .f-featured-category-header {
    display: none; }
  .f-fc-bottom-banner,
  .f-fc-bottom-banner a {
    display: none;
    padding: 0 !important;
    margin: 0; }
  .f-content-panel {
    padding: 0 !important;
    align-items: center !important; } }

.f-content-panel {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  z-index: 6;
  margin: 2em;
  padding: 5em 0 5em 0; }

.f-content-panel h2 {
  padding: 0;
  color: white;
  font-family: Cocogoose;
  margin: 0; }

.f-content-row {
  display: flex;
  flex-direction: column;
  font-size: 1.3em;
  margin: 0.5em 0 0.5em 0; }

.f-content-row a {
  color: white;
  text-decoration: none;
  margin: 0.5em 0; }

.f-fc-bottom-banner {
  position: absolute;
  z-index: 6;
  background-color: #34a9aa;
  width: 49em;
  align-self: flex-end;
  text-align: center;
  color: white;
  display: flex;
  align-self: flex-end;
  justify-content: center;
  padding: 0.2em 0;
  border-radius: 0 0 25px 25px; }

.f-fc-bottom-banner a {
  text-decoration: none;
  color: white; }

.f-fc-bottom-banner p {
  margin: 0; }

.explore-btn {
  margin: 3em 0 0 0; }

.featured-category-container {
  display: none; }

.wrapper {
  margin: 2em; }

.f-featured-category-header {
  position: absolute;
  z-index: 7;
  color: white;
  text-align: center;
  font-family: Cocogoose;
  font-size: 1em;
  align-self: flex-start;
  opacity: 70%; }

.home-image {
  aspect-ratio: auto;
  height: auto;
  width: 100%;
  user-select: none; }

.home-image.mobile {
  display: none; }
  @media screen and (max-width: 700px) {
    .home-image.mobile {
      display: block; } }

.home-image.desktop {
  display: block; }
  @media screen and (max-width: 700px) {
    .home-image.desktop {
      display: none; } }

.htw-tagline {
  font-size: 20px;
  text-align: center;
  font-weight: center;
  margin: 1em 0; }
  @media screen and (max-width: 980px) {
    .htw-tagline {
      padding: 0 1em; } }

@media screen and (max-width: 980px) {
  .core-container1 h2 {
    font-size: 1em !important; }
  .hero-image {
    animation: none !important; } }

.hero-image {
  position: relative;
  height: 35em;
  width: 100%;
  background: black url(https://cdn11.bigcommerce.com/s-et4qthkygq/images/stencil/original/image-manager/fathers-day.jpg?t=1684157397&_gl=1*1pyvfla*_ga*NDMyMzM4ODE0LjE2ODM1NTE0ODY.*_ga_WS2VZYPC6G*MTY4NDE1NzM0MS4zMi4xLjE2ODQxNTczNTkuNDIuMC4w);
  animation: panning 55s infinite ease-in-out;
  z-index: -5; }

@keyframes panning {
  0% {
    background-position: 0% 100%; }
  25% {
    background-position: 100% 50%; }
  50% {
    background-position: 100% 100%; }
  75% {
    background-position: 50% 50%; }
  100% {
    background-position: 0 100%; } }

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ad814c97;
  background: #eb3333;
  background: linear-gradient(180deg, rgba(235, 51, 51, 0.749759) 10%, rgba(249, 217, 63, 0.724549) 50%, rgba(69, 179, 52, 0.693737) 90%);
  z-index: 10; }

.home-button-set .home-button {
  background: #eb3333; }

.home-button-set .home-button:hover {
  border-color: #eb3333; }

/*
.core-container1 .core-text  {
    display: none;
} */
.core-container1:hover .core-text {
  display: block; }

.core-container1 h2 {
  padding: 1em;
  color: white;
  background-color: #e21017;
  border-radius: 5px;
  text-align: center;
  font-size: 3em; }

@media screen and (max-width: 980px) {
  .core-container2 h2 {
    font-size: 1em !important; } }

/*
.core-container2 .core-text  {
    display: none;
}
*/
.core-container2:hover .core-text {
  display: block; }

.core-container2 h2 {
  padding: 1em;
  color: white;
  background-color: #f26b2d;
  border-radius: 5px;
  text-align: center;
  font-size: 3em; }

@media screen and (max-width: 980px) {
  .core-container3 h2 {
    font-size: 1em !important; } }

/*
.core-container3 .core-text  {
    display: none;
}
*/
.core-container3:hover .core-text {
  display: block; }

.core-container3 h2 {
  padding: 1em;
  color: white;
  background-color: #f5cb15;
  border-radius: 5px;
  text-align: center;
  font-size: 3em; }

@media screen and (max-width: 980px) {
  .core-container4 h2 {
    font-size: 1em !important; } }

/*
.core-container4 .core-text  {
    display: none;
}
*/
.core-container4:hover .core-text {
  display: block; }

.core-container4 h2 {
  padding: 1em;
  color: white;
  background-color: #2dbdbf;
  border-radius: 5px;
  text-align: center;
  font-size: 3em; }

@media screen and (max-width: 980px) {
  .core-container5 h2 {
    font-size: 1em !important; } }

/*
.core-container5 .core-text  {
    display: none;
}

*/
.core-container5:hover .core-text {
  display: block; }

.core-container5 h2 {
  padding: 1em;
  color: white;
  background-color: #0066cc;
  border-radius: 5px;
  text-align: center;
  font-size: 3em; }

@media screen and (max-width: 980px) {
  .core-container6 h2 {
    font-size: 1em !important; } }

/*
.core-container6 .core-text  {
    display: none;
}

*/
.core-container6:hover .core-text {
  display: block; }

.core-container6 h2 {
  padding: 1em;
  color: white;
  background-color: #ad4c9a;
  border-radius: 5px;
  text-align: center;
  font-size: 3em; }

.core-container1 h2,
.core-container1 p,
.core-container2 h2,
.core-container2 p,
.core-container3 h2,
.core-container3 p,
.core-container4 h2,
.core-container4 p,
.core-container5 h2,
.core-container5 p,
.core-container6 h2,
.core-container6 p {
  font-family: Cocogoose; }

#qn-dialog-toggle {
  bottom: 5em !important; }

.page-product {
  display: inline-block !important;
  width: 100% !important;
  overflow-x: visible; }
  @media screen and (max-width: 980px) {
    .page-product {
      overflow-x: hidden; } }

.download-container {
  width: 100%;
  height: 10em;
  margin: 1em 0; }

.download-link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  transition: all 0.2s ease-in-out; }

.download-link:hover {
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.418);
  transform: scale(1.02); }

.download-link h3 {
  position: absolute;
  color: white;
  margin: 0;
  padding: 0.5em 1em;
  border: 2px solid white;
  text-transform: uppercase; }

.download-img-svg {
  object-fit: cover;
  height: 10em;
  width: 100%;
  border-radius: 16px; }

.home-category-description {
  text-align: center;
  opacity: 70%;
  list-style: none;
  margin: 0;
  white-space: nowrap; }
  @media screen and (max-width: 980px) {
    .home-category-description {
      white-space: normal !important; } }

.discover-category a p {
  margin: 1em 0 1em 0;
  color: #0066cc;
  text-align: center; }

.deco-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 50% 50%;
  grid-template-rows: 40% 60%;
  grid-template-areas: "a c" "b c" "b c";
  align-content: right;
  align-items: center;
  margin: 5em 0; }
  @media screen and (max-width: 980px) {
    .deco-wrapper {
      display: flex !important;
      flex-direction: column;
      justify-content: center !important;
      align-items: center !important; } }

.deco-wrapper * {
  margin: 0; }

.deco-title {
  grid-area: a;
  align-self: flex-end;
  justify-self: center;
  margin: 0 0 2em 0;
  max-width: 80%;
  text-align: center; }
  @media screen and (max-width: 980px) {
    .deco-title {
      max-width: 100% !important;
      text-align: center !important; } }

.deco-title h3 {
  font-size: 2em;
  font-weight: 800;
  margin: 0 0 0.5em 0; }

.deco-title p {
  color: #0066cc; }

.deco-description {
  grid-area: b;
  opacity: 70%;
  width: 80%;
  align-self: flex-start;
  justify-self: center; }
  @media screen and (max-width: 980px) {
    .deco-description {
      padding: 0 1.5em !important;
      width: 100% !important; } }

.deco-image {
  grid-area: c;
  justify-self: center; }
  @media screen and (max-width: 980px) {
    .deco-image {
      max-height: 25em !important;
      margin: 2em 0 !important; } }

.deco-image img {
  height: 80%; }
  @media screen and (max-width: 980px) {
    .deco-image img {
      max-height: 25em;
      margin: 2em 0; } }

.faq-wrapper {
  padding: 0 5em; }
  @media screen and (max-width: 980px) {
    .faq-wrapper {
      padding: 0; } }

.deco-accordion,
.faq-wrapper {
  margin: 0 0 5em 0; }
  .deco-accordion .accordion-item,
  .faq-wrapper .accordion-item {
    border-bottom: 1px solid #e5e5e5; }
    .deco-accordion .accordion-item button[aria-expanded="true"],
    .faq-wrapper .accordion-item button[aria-expanded="true"] {
      border-bottom: 1px solid #03b5d2; }
  .deco-accordion button,
  .faq-wrapper button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 500;
    border: none;
    background: none;
    outline: none; }
    .deco-accordion button:hover, .deco-accordion button:focus,
    .faq-wrapper button:hover,
    .faq-wrapper button:focus {
      cursor: pointer;
      color: #03b5d2; }
      .deco-accordion button:hover::after, .deco-accordion button:focus::after,
      .faq-wrapper button:hover::after,
      .faq-wrapper button:focus::after {
        cursor: pointer;
        color: #03b5d2;
        border: 1px solid #03b5d2; }
    .deco-accordion button .accordion-title,
    .faq-wrapper button .accordion-title {
      padding: 1em 1.5em 1em 0; }
      @media screen and (max-width: 980px) {
        .deco-accordion button .accordion-title,
        .faq-wrapper button .accordion-title {
          width: 90%;
          display: inline-block; } }
    .deco-accordion button .icon,
    .faq-wrapper button .icon {
      display: inline-block;
      position: absolute;
      top: 18px;
      right: 0;
      width: 22px;
      height: 22px;
      border: 1px solid;
      border-radius: 22px;
      margin: 0 1em; }
      .deco-accordion button .icon::before,
      .faq-wrapper button .icon::before {
        display: block;
        position: absolute;
        content: "";
        top: 9px;
        left: 5px;
        width: 10px;
        height: 2px;
        background: currentColor; }
      .deco-accordion button .icon::after,
      .faq-wrapper button .icon::after {
        display: block;
        position: absolute;
        content: "";
        top: 5px;
        left: 9px;
        width: 2px;
        height: 10px;
        background: currentColor; }
  .deco-accordion button[aria-expanded="true"],
  .faq-wrapper button[aria-expanded="true"] {
    color: #03b5d2; }
    .deco-accordion button[aria-expanded="true"] .icon::after,
    .faq-wrapper button[aria-expanded="true"] .icon::after {
      width: 0; }
    .deco-accordion button[aria-expanded="true"] + .accordion-content,
    .faq-wrapper button[aria-expanded="true"] + .accordion-content {
      opacity: 1;
      transition: all 200ms linear;
      display: block !important;
      will-change: opacity, max-height; }
  .deco-accordion .accordion-content,
  .faq-wrapper .accordion-content {
    opacity: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height; }
    .deco-accordion .accordion-content p,
    .faq-wrapper .accordion-content p {
      font-size: 1rem;
      font-weight: 300;
      margin: 0em 0; }

.team-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-items: center;
  align-items: center; }
  @media screen and (max-width: 980px) {
    .team-wrapper {
      grid-template-columns: repeat(3, 1fr); } }

.member-wrapper,
.member-wrapper-no-silly {
  background-color: orangered;
  height: 15em;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5) inset; }
  @media screen and (max-width: 980px) {
    .member-wrapper,
    .member-wrapper-no-silly {
      justify-content: center; } }

.member-wrapper img,
.member-wrapper-no-silly img {
  transform: scale(1.3);
  transform-origin: top;
  z-index: 10;
  object-fit: cover;
  transition: all 0.2s ease-in-out; }

.member-description {
  position: absolute;
  color: white;
  align-self: flex-end;
  padding: 1em;
  opacity: 0%;
  z-index: 9;
  transition: all 0.2s ease-in-out; }
  @media screen and (max-width: 980px) {
    .member-description {
      align-self: center; } }

.member-description * {
  margin: 0;
  padding: 0;
  color: white;
  font-family: Cocogoose;
  text-align: left; }
  @media screen and (max-width: 980px) {
    .member-description * {
      text-align: center; } }

@media screen and (max-width: 980px) {
  .member-description h3 {
    font-size: 0.7em; } }

.member-description p {
  font-size: 0.7em; }
  @media screen and (max-width: 980px) {
    .member-description p {
      font-size: 0.5em; } }

.member-wrapper:hover img:first-child {
  opacity: 0; }

.member-wrapper:hover .member-silly {
  transform: scale(1.3) translateX(-78%);
  opacity: 1; }
  @media screen and (max-width: 980px) {
    .member-wrapper:hover .member-silly {
      display: block;
      transform: scale(1.3) translateX(-30%); } }

.member-silly {
  opacity: 0;
  z-index: 0 !important; }
  @media screen and (max-width: 980px) {
    .member-silly {
      display: none; } }

.member-wrapper:hover .member-description,
.member-wrapper-no-silly:hover .member-description {
  opacity: 1;
  z-index: 500; }

.testimonial-person-slide {
  height: 5em;
  width: 5em;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 0 1em 0;
  border: 5px solid #2dbdbf;
  justify-self: center; }

.test-f-container {
  display: flex;
  justify-content: center;
  position: sticky;
  z-index: 9; }

.test-f-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 1900px;
  column-gap: 1em;
  row-gap: 1em;
  margin: 2em 0;
  padding: 0 2em; }
  @media screen and (max-width: 980px) {
    .test-f-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; } }

.test-f-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 0 10px rgba(127, 127, 127, 0.459);
  padding: 1.5em;
  border-radius: 10px; }
  @media screen and (max-width: 980px) {
    .test-f-card {
      width: 300px;
      height: 18em;
      padding: 0.25em 0.5em; }
      .test-f-card .testimonial-person-slide {
        width: 3em;
        height: 3em;
        border-width: 2px; } }
  @media screen and (max-width: 980px) and (max-width: 400px) {
    .test-f-card {
      width: 100%; }
      .test-f-card .test-quote {
        width: 90%; } }

.test-quote {
  font-size: 16px !important; }

.testimonial-authors {
  font-family: Cocogoose !important;
  font-weight: 700;
  font-size: 20px;
  color: #03b5d2;
  font-style: normal !important;
  margin: 0; }

.test-f-card p {
  font-style: italic;
  text-align: center; }
  @media screen and (max-width: 980px) {
    .test-f-card p {
      font-size: 0.8em; } }

.test-f-card div {
  text-align: center; }
  .test-f-card div a {
    text-align: center;
    text-decoration: none; }
  .test-f-card div p {
    font-style: italic;
    text-align: center; }
    @media screen and (max-width: 980px) {
      .test-f-card div p {
        font-size: 0.8em; } }

.svg-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2em;
  row-gap: 2em; }
  @media screen and (max-width: 980px) {
    .svg-wrapper {
      grid-template-columns: repeat(1, 1fr); } }

.summer-days-banner-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 8em; }

.summer-days-text {
  font-size: 1.4em;
  text-align: center;
  width: 100%; }
  @media screen and (max-width: 980px) {
    .summer-days-text {
      font-size: 1em; } }

.svg-container {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out; }

.svg-container img {
  height: 20em;
  width: 20em;
  object-fit: cover; }

.svg-container:hover {
  transform: scale(1.1); }

.svg-container img:hover + .download-now {
  opacity: 1 !important; }

.download-now:hover {
  background-color: rgba(19, 56, 84, 0.56); }

.download-now {
  opacity: 0;
  position: absolute;
  background-color: rgba(0, 83, 146, 0.54);
  color: white;
  padding: 0.5em;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out; }

.category-title-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 3rem;
  gap: 2rem; }
  @media screen and (max-width: 980px) {
    .category-title-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; } }

.category-title-container {
  width: 100%; }

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

.category-title-container h3,
.category-title-container h1 {
  font-family: system-ui, -apple-system, Arial, sans-serif;
  font-weight: 700;
  font-size: 2.5em;
  margin: 0 0 1rem 0;
  padding: 0 1em 0 0; }
  @media screen and (max-width: 980px) {
    .category-title-container h3,
    .category-title-container h1 {
      text-align: center;
      margin: 0 0 0.5rem 0;
      padding: 0; } }

.category-title-container p {
  padding: 0 5em 0 0;
  font-size: 1.125rem; }
  @media screen and (max-width: 980px) {
    .category-title-container p {
      padding: 0;
      text-align: center;
      font-size: 1.1em; } }

.category-title-container p:last-child {
  margin: 0; }

.category-related-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 2rem;
  height: fit-content; }
  @media (max-width: 64rem) {
    .category-related-wrapper {
      grid-template-columns: 1fr;
      max-width: 650px;
      margin: auto; } }

.category-related-wrapper * {
  text-decoration: none !important; }

.category-related-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  position: relative; }
  .category-related-container h2 {
    font-size: 1rem; }
  .category-related-container:after {
    content: "";
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    right: -1rem;
    height: 100%;
    background-color: #cccccc; }
    @media (max-width: 64rem) {
      .category-related-container:after {
        width: 100%;
        height: 1px;
        top: unset;
        bottom: -1rem;
        right: unset; } }
  .category-related-container:last-child:after {
    display: none; }

.related-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.25rem 1rem;
  width: 100%;
  text-align: left; }

.related-links a {
  opacity: 70%; }

.related-image-and-caption {
  width: 100%;
  margin-top: auto; }
  .related-image-and-caption a {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem 0;
    color: #0d0d0d; }
    .related-image-and-caption a:hover h3 {
      color: #03b5d2; }

.related-image-and-caption a img {
  height: 12em;
  width: 100%;
  object-fit: cover; }

.related-image-caption {
  width: 100%; }

.related-image-caption * {
  text-decoration: none !important; }

.related-image-caption h3 {
  margin: 0 0 0.25em 0;
  font-size: 1rem; }
  @media screen and (max-width: 980px) {
    .related-image-caption h3 {
      margin-top: 0em !important; } }

.related-image-caption p {
  margin: 0;
  color: #535353; }

.shop-all-category {
  font-size: 2em;
  margin: 1.5em 0; }
  @media screen and (max-width: 980px) {
    .shop-all-category {
      text-align: center; } }

.category-page-filter {
  margin: 2em 0;
  display: flex;
  justify-content: flex-end; }
  @media screen and (max-width: 980px) {
    .category-page-filter {
      justify-content: center; } }

.category-page-filter * {
  color: #0d0d0d !important; }

@media screen and (max-width: 980px) {
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap; } }

.partnercard {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 150ms;
  border-radius: 5px;
  /* 5px rounded corners */
  width: 15em;
  margin: 10px;
  text-align: center;
  display: inline-block; }
  @media screen and (max-width: 980px) {
    .partnercard {
      width: 9.5em; } }

/* On mouse-over, add a deeper shadow */
.partnercard:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); }

/* Add some padding inside the card container */
.partnercontainer {
  padding: 2px 8px; }

.partnercontainer h4 {
  margin: 1em 0; }

.partner-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr); }
  @media screen and (max-width: 980px) {
    .partner-wrapper {
      grid-template-columns: repeat(2, 1fr); } }

.partnercard .partnercontainer .button {
  width: 3em;
  padding: 0.3em;
  margin: 0 0 1em 0;
  color: #2dbdbf;
  border-color: #2dbdbf; }

.gang-finder-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.gang-finder-wrapper img,
.gang-finder-wrapper p {
  width: 25%; }
  @media screen and (max-width: 980px) {
    .gang-finder-wrapper img,
    .gang-finder-wrapper p {
      width: 50%; } }

.gang-finder-wrapper p {
  width: 50%;
  margin: 2em 0; }
  @media screen and (max-width: 980px) {
    .gang-finder-wrapper p {
      width: 90%; } }

.gang-form-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }

.visualization-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0; }

#sheet {
  position: relative;
  border: 2px solid transparent;
  outline: 2px solid transparent;
  margin-bottom: 20px;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out; }

#designForm {
  display: flex;
  flex-direction: column;
  width: 100%; }

#designForm input {
  background-color: #f1f1f1;
  border: 0px;
  height: 40px;
  padding: 0 0.75rem;
  margin: 0.5em 0;
  border-radius: 5px;
  width: 100%; }

.gang-sheet-height,
.gang-sheet-width,
.gang-design-height,
.gang-design-width {
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.gang-inputs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }

.gang-sheet-inputs,
.gang-design-inputs {
  width: 100%;
  display: flex;
  justify-content: space-between; }

.design-select {
  height: 40px;
  width: 100%;
  margin-bottom: 0.5rem;
  border-radius: 5px;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  padding: 0 0.75rem; }
  .design-select:hover {
    border: 1px solid #03b5d2;
    cursor: pointer; }

.total-designs {
  color: #03b5d2;
  font-size: 2em;
  font-weight: 900; }

.design {
  position: absolute;
  border: 1px solid red;
  background-color: rgba(255, 0, 0, 0.3);
  transition: all 0.2s ease-in-out; }

.gang-sheet {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 0 1rem; }

#calculate-gang {
  background-color: #03b5d2;
  color: white;
  text-transform: uppercase;
  width: 100%;
  font-weight: 900;
  margin: 1em 0;
  padding: 0.5em 1em;
  border-radius: 5px;
  transition: all 0.2s ease-in-out; }

#calculate-gang:hover {
  background-color: #339798; }

#size-visualizer-container {
  max-height: 0;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  position: relative; }

.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20em;
  padding: 0 10% 0 0; }

#image-holder {
  border: 3px solid transparent;
  position: absolute; }

#blank-shirt {
  height: 100%; }

.visualizer-btn {
  text-align: end;
  color: #0d0d0d;
  font-style: italic;
  margin: 0;
  padding: 0 10% 0 0; }

.visualizer-btn:hover {
  cursor: pointer; }

.shirt-template {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

#shirt,
#design {
  top: 0;
  left: 0;
  touch-action: none;
  user-select: none;
  box-sizing: border-box; }

#shirt {
  width: 400px;
  height: auto; }
  @media screen and (max-width: 500px) {
    #shirt {
      width: 200px; } }

#design {
  position: absolute;
  width: 200px;
  height: auto;
  border: 3px solid transparent;
  transition: border-color 0.2s ease-in-out;
  max-width: 100%;
  height: auto; }

#design:hover {
  height: auto;
  border-color: red; }

#design.no-src {
  opacity: 0; }

.reset-image {
  width: 0px !important;
  height: 0px !important;
  transform: none !important; }

.label-input-sd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1em 0; }

.shirt-design-hud {
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 980px) {
    .shirt-design-hud {
      margin: 2em 0; } }

.shirt-design-wrapper {
  display: grid;
  grid-template-columns: 30% 70%;
  grid-column-gap: 4em; }
  @media screen and (max-width: 980px) {
    .shirt-design-wrapper {
      display: flex;
      flex-direction: column; } }

.design-size-disclaimer {
  margin: 1em 0;
  font-style: italic;
  opacity: 70%;
  text-align: center; }

#size-info {
  color: #03b5d2;
  font-weight: 900;
  font-size: 1.5em; }

.reg-btn.remove {
  border: none;
  padding: 0.2em 0;
  border-radius: 5px;
  color: white;
  background-color: #da6767;
  transition: all 0.2s ease-in-out; }

.reg-btn.remove:hover {
  background-color: #b75757; }

.contract-decoration-container {
  width: 100%; }

.contract-decoration-header {
  width: 90%;
  margin-inline: auto;
  font-size: 1.15em;
  margin-top: 5em; }

.contract-decoration-btn-container {
  margin-inline: auto;
  width: 90%;
  display: flex;
  justify-content: space-between;
  font-size: 1.5em; }
  @media screen and (max-width: 760px) {
    .contract-decoration-btn-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      font-size: 1.25em; } }

.contract-decoration-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.5em;
  width: 12em;
  margin: 1em;
  text-align: center;
  text-decoration: none;
  color: white;
  font-family: Cocogoose;
  transition: 150ms; }
  @media screen and (max-width: 760px) {
    .contract-decoration-btn {
      height: 3em;
      width: 12em;
      margin: 1em; } }

.contract-form {
  background-color: #ad4c9a; }

.contract-form:hover {
  background-color: transparent;
  border: 3px solid #ad4c9a;
  color: #ad4c9a; }

.contract-form:visited:hover {
  color: #ad4c9a; }

.contract-quote {
  background-color: #38cbcd; }

.contract-quote:hover {
  background-color: transparent;
  border: 3px solid #38cbcd;
  color: #38cbcd; }

.contract-quote:visited:hover {
  color: #38cbcd; }

.contract-learn-more {
  background-color: #084590; }

.contract-learn-more:hover {
  background-color: transparent;
  border: 3px solid #084590;
  color: #084590; }

.contract-learn-more:visited:hover {
  color: #084590; }

.contract-learn-more:visited,
.contract-quote:visited,
.contract-form:visited {
  color: white; }

.contract-offerings-container {
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2em; }

.contract-offerings-container h2 {
  font-size: 2.25em;
  font-family: cocogoose;
  text-align: center; }
  @media screen and (max-width: 760px) {
    .contract-offerings-container h2 {
      font-size: 1.5em; } }

.contract-offerings-items {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.item-container {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border: 5px solid #38cbcd;
  width: 10em;
  height: 10em;
  margin: 2em;
  transition: 150ms;
  text-decoration: none;
  color: white;
  font-family: cocogoose;
  font-size: 1.5em; }
  @media screen and (max-width: 760px) {
    .item-container {
      width: 12em;
      height: 12em;
      margin: 1em;
      font-size: 0.75em; } }

.contract-embroidered {
  background: linear-gradient(rgba(42, 157, 159, 0.66), rgba(42, 157, 159, 0.66)), url("https://cdn11.bigcommerce.com/s-et4qthkygq/images/stencil/640w/products/13021/65157/walakustom-embroidered-beanie__65533.1684975937.jpg?c=2");
  background-size: cover; }

.contract-printed {
  background: linear-gradient(rgba(42, 157, 159, 0.66), rgba(42, 157, 159, 0.66)), url("https://cdn11.bigcommerce.com/s-et4qthkygq/images/stencil/1280x1280/products/13631/68620/walakustom-custom-premium-heather-tee__30468.1689995023.jpg?c=2");
  background-size: cover; }

.contract-sublimated {
  background: linear-gradient(rgba(42, 157, 159, 0.66), rgba(42, 157, 159, 0.66)), url("https://cdn11.bigcommerce.com/s-et4qthkygq/images/stencil/500x500/products/13110/67718/walakustom-sublimated-full-printed-t-shirt-by-silky-socks__14813.1689389773.jpg?c=2");
  background-size: cover; }

.contract-wala {
  background: linear-gradient(rgba(42, 157, 159, 0.66), rgba(42, 157, 159, 0.66)), url("https://cdn11.bigcommerce.com/s-et4qthkygq/images/stencil/640w/products/7864/64269/walablanks-sublimation-apron-with-pockets__65174.1683245929.jpg?c=2");
  background-size: cover; }

.contract-rhinestones {
  background: linear-gradient(rgba(42, 157, 159, 0.66), rgba(42, 157, 159, 0.66)), url("https://cdn11.bigcommerce.com/s-et4qthkygq/images/stencil/640w/products/13554/67586/walakustom-rhinestone-crewneck__36817.1689389552.jpg?c=2");
  background-size: cover; }

.contract-stickers {
  background: linear-gradient(rgba(42, 157, 159, 0.66), rgba(42, 157, 159, 0.66)), url("https://cdn11.bigcommerce.com/s-et4qthkygq/images/stencil/1280x1280/products/12205/61400/custom-die-cut-stickers__61040.1677272979.jpg?c=2");
  background-size: cover; }

.contract-blanks {
  background: linear-gradient(rgba(42, 157, 159, 0.66), rgba(42, 157, 159, 0.66)), url("https://cdn11.bigcommerce.com/s-et4qthkygq/images/stencil/original/image-manager/mousepad.png?t=1701719180");
  background-size: cover; }

.contract-drinkware {
  background: linear-gradient(rgba(42, 157, 159, 0.66), rgba(42, 157, 159, 0.66)), url("https://cdn11.bigcommerce.com/s-et4qthkygq/images/stencil/original/image-manager/drinkware.png?t=1701719698");
  background-size: cover; }

.contract-photopanels {
  background: linear-gradient(rgba(42, 157, 159, 0.66), rgba(42, 157, 159, 0.66)), url("https://cdn11.bigcommerce.com/s-et4qthkygq/images/stencil/original/image-manager/screenshot-2023-12-04-at-1.33.21-pm.png?t=1701718413");
  background-size: cover; }

.contract-patches {
  background: linear-gradient(rgba(42, 157, 159, 0.66), rgba(42, 157, 159, 0.66)), url("https://cdn11.bigcommerce.com/s-et4qthkygq/images/stencil/original/image-manager/screenshot-2023-12-04-at-1.30.21-pm.png?t=1701718232");
  background-size: cover; }

.contract-tradeshow-displays {
  background: linear-gradient(rgba(42, 157, 159, 0.66), rgba(42, 157, 159, 0.66)), url("https://cdn11.bigcommerce.com/s-et4qthkygq/images/stencil/original/image-manager/screenshot-2023-12-04-at-1.29.21-pm.png?t=1701718171");
  background-size: cover; }

.contract-dtfapparel {
  background: linear-gradient(rgba(42, 157, 159, 0.66), rgba(42, 157, 159, 0.66)), url("https://cdn11.bigcommerce.com/s-et4qthkygq/images/stencil/original/image-manager/dtfapparel.png?t=1701722382");
  background-size: cover; }

.item-container:hover {
  scale: 105%;
  cursor: pointer;
  color: white; }

/* ========== Contract Information Styles ========== */
.decoration-info-container {
  width: 100%; }

.decoration-info-section {
  display: flex;
  flex-direction: column; }

.decoration-info-header {
  width: 100%;
  height: 12em;
  background: url("https://cdn11.bigcommerce.com/s-et4qthkygq/images/stencil/original/image-manager/contract-info-banner.png?t=1693508180&_gl=1*1a83234*_ga*NDcxNTcxNjI5LjE2OTE2ODk5Nzk.*_ga_WS2VZYPC6G*MTY5MzUwNzA1Ni42NC4xLjE2OTM1MDgxMTAuNTMuMC4w");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-block: 2em; }
  @media screen and (max-width: 760px) {
    .decoration-info-header {
      height: 10em;
      width: 100%;
      background-size: 200%;
      margin-block: 0;
      margin-bottom: -2em;
      margin-top: -1em; } }

.decoration-header-text {
  margin-left: 3em;
  width: 85%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.5em; }
  @media screen and (max-width: 760px) {
    .decoration-header-text {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 70%;
      margin-bottom: 0.25em;
      margin-left: 0; } }

.decoration-header-text h2 {
  font-size: 3em;
  font-family: cocogoose;
  color: white;
  padding: 0;
  margin: 0; }
  @media screen and (max-width: 760px) {
    .decoration-header-text h2 {
      font-size: 2em;
      text-align: center; } }

.decoration-info-article {
  width: 100%;
  margin-inline: auto; }

.decoration-info-item h3 {
  font-size: 1.5em;
  font-family: cocogoose; }
  @media screen and (max-width: 760px) {
    .decoration-info-item h3 {
      font-size: 1.2em; } }

.decoration-line-break {
  width: 95%;
  margin-inline: auto;
  height: 0.25em;
  background-color: #2dbdbf; }

.decoration-info-item {
  width: 90%;
  margin-inline: auto; }

.decoration-info-item p,
.decoration-info-item ul li {
  font-weight: bold; }

.contract-decoration-offering-text {
  font-size: 3em; }
  @media screen and (max-width: 760px) {
    .contract-decoration-offering-text {
      font-size: 1.5em !important; } }

.top-blogs-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em; }
  .top-blogs-container .top-blogs {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 1em; }

.top-blog-item-container {
  display: flex;
  width: 25em;
  height: fit-content;
  flex-direction: column;
  align-items: center;
  margin: 1em;
  padding: 0;
  float: none;
  transition: 150ms; }
  .top-blog-item-container h2 {
    padding: 0;
    margin: 0;
    height: 3em;
    font-family: cocogoose;
    font-size: 1.25em;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 0.5em; }
  .top-blog-item-container a {
    text-decoration: none;
    height: 100%;
    width: 100%; }
  .top-blog-item-container:hover h2 {
    color: #03b5d2; }

.all-blogs {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 3em;
  color: white;
  font-family: cocogoose;
  background-color: #03b5d2;
  transition: 150ms;
  font-size: 1.2em;
  margin-top: 2em; }
  .all-blogs:hover {
    background-color: transparent;
    border: 3px solid #03b5d2;
    color: #03b5d2;
    scale: 105%; }

/* ========== FAQ Accordion Styles ==========*/
.faqs-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2em;
  box-sizing: border-box; }

.faq-accordion {
  padding: 1em;
  width: 100%;
  text-align: left;
  font-weight: bold;
  transition: 150ms;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start; }
  .faq-accordion::before {
    content: "";
    /* Unicode character for "plus" sign (+) */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 1rem; }
  .faq-accordion.active::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z'/%3E%3C/svg%3E"); }

.yotpo-label-container {
  padding-top: 0 !important;
  border: none !important; }

.faq-question-list {
  width: 100%;
  margin: 0.5rem 0;
  padding: 0 0 0 1rem;
  list-style: none; }
  .faq-question-list li {
    margin: 0.5rem 0; }

.pricingDescription table {
  border: 1px solid black;
  margin: 0.5rem 0; }
  .pricingDescription table tbody {
    border: none; }

.faq-question {
  width: 100%;
  border-top: 1px solid lightgray; }
  .faq-question:last-child {
    border-bottom: 1px solid lightgray; }

.faq-answers {
  width: 100%;
  overflow: hidden;
  transition: 150ms ease-in-out;
  box-sizing: border-box;
  height: 0;
  padding-inline: 1rem; }
  .faq-answers p {
    margin: 0 0 0.5rem 0; }
  .faq-answers ul,
  .faq-answers ol {
    margin-block: 1em !important;
    margin-inline: 4em; }
    @media screen and (max-width: 450px) {
      .faq-answers ul,
      .faq-answers ol {
        margin-inline: 30px; } }
  .faq-answers li {
    margin-block: 0.5em; }
  .faq-answers a {
    text-decoration: none;
    color: #03b5d2; }
    .faq-answers a:hover {
      text-decoration: underline; }

.active-ans {
  background-color: white;
  overflow: hidden; }

.business-financing-qs {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #22c9ef;
  line-height: 35px;
  text-align: center; }
  @media screen and (max-width: 420px) {
    .business-financing-qs .business-financing-qs-logo {
      width: 70%;
      margin-bottom: 1em; }
    .business-financing-qs h2,
    .business-financing-qs h3 {
      font-size: 14px; } }
  .business-financing-qs .financing-info-qs-btn {
    margin: 1em 0;
    padding: 0.5em 1.5em;
    font-size: 1em;
    font-weight: bold;
    background-color: #162147;
    color: white; }
  .business-financing-qs h2 {
    color: #162147;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: -1em; }
    @media screen and (max-width: 420px) {
      .business-financing-qs h2 {
        font-size: 1.25em; } }
  .business-financing-qs .business-financing-qs-header-info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .business-financing-qs .business-financing-qs-header-info :nth-child(1),
    .business-financing-qs .business-financing-qs-header-info :nth-child(3) {
      color: white; }
    .business-financing-qs .business-financing-qs-header-info :nth-child(2) {
      color: #162147; }
    @media screen and (max-width: 420px) {
      .business-financing-qs .business-financing-qs-header-info {
        width: 100%;
        align-items: center;
        justify-content: space-between; } }
    .business-financing-qs .business-financing-qs-header-info h3 {
      font-weight: bold;
      width: 7em;
      text-align: center;
      font-size: 1.5em;
      margin: 1em 2em; }
      @media screen and (max-width: 420px) {
        .business-financing-qs .business-financing-qs-header-info h3 {
          font-size: 1em;
          width: 25%;
          margin: 0.5em;
          line-height: 20px; } }
  .business-financing-qs .business-financing-qs-articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1em 0; }
    @media screen and (max-width: 420px) {
      .business-financing-qs .business-financing-qs-articles {
        justify-content: center; } }
    .business-financing-qs .business-financing-qs-articles .business-financing-qs-article {
      width: 20em;
      text-align: center;
      color: #162147;
      margin: 0 1em; }
      @media screen and (max-width: 420px) {
        .business-financing-qs .business-financing-qs-articles .business-financing-qs-article {
          margin: 0 0.25em; }
          .business-financing-qs .business-financing-qs-articles .business-financing-qs-article :nth-child(2) {
            font-size: 1.15em !important;
            line-height: 20px !important;
            font-weight: bold;
            margin-top: 0.25em;
            margin-bottom: 0.75em; }
          .business-financing-qs .business-financing-qs-articles .business-financing-qs-article :nth-child(3) {
            line-height: 20px !important;
            font-weight: bold;
            font-size: 1em; } }
      .business-financing-qs .business-financing-qs-articles .business-financing-qs-article :nth-child(2) {
        font-size: 1.5em;
        font-weight: bold;
        margin-top: 0.25em; }
      .business-financing-qs .business-financing-qs-articles .business-financing-qs-article :nth-child(3) {
        line-height: 25px;
        font-weight: bold;
        font-size: 1em; }
      .business-financing-qs .business-financing-qs-articles .business-financing-qs-article h2 {
        color: #22c9ef;
        font-weight: bold; }
  .business-financing-qs p {
    font-size: 1.2em; }
  .business-financing-qs a {
    padding: 0.5em 1em;
    font-size: 1.25em;
    background-color: #22c9ef;
    text-decoration: none;
    color: #162147;
    font-weight: bold; }
  .business-financing-qs .business-financing-qs-footer {
    color: white;
    font-weight: bold;
    line-height: 25px;
    font-size: 1em;
    margin: 1em 0; }

.brand-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%; }

.brand-item {
  width: 250px;
  height: 250px;
  margin: 1em;
  display: flex;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
  flex-direction: column;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 594px) {
    .brand-item {
      width: 125px;
      height: 125px; }
      .brand-item img {
        width: 80%; } }

.brand-item-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90%; }
  .brand-item-image-container a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%; }

.brand-item-name-container {
  display: flex;
  height: 10%;
  justify-content: center;
  align-items: flex-end; }
  @media screen and (max-width: 594px) {
    .brand-item-name-container a {
      font-size: 12px; } }

/* Event container styles */
.event-container {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, Helvetica, sans-serif; }
  .event-container .events {
    width: 100%;
    display: flex;
    gap: 1;
    justify-content: center;
    flex-wrap: wrap; }
    .event-container .events .event {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 15em;
      margin: 0.75em;
      height: 30em;
      border-radius: 10px;
      -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.16);
      -moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.16);
      box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.16);
      transition: 150ms; }
      .event-container .events .event:hover {
        scale: 105%;
        color: #fff; }
        .event-container .events .event:hover .event-type {
          transition: 150ms;
          color: #03b5d2 !important; }
      .event-container .events .event .event-image {
        height: 45%;
        position: relative;
        bottom: 1em;
        margin: 0 5%;
        background-color: white;
        border-radius: 10px;
        display: flex;
        justify-content: center; }
        .event-container .events .event .event-image a {
          position: relative;
          bottom: 7.5em;
          height: 30em;
          width: 15em;
          display: flex;
          align-items: center;
          justify-content: center; }
          .event-container .events .event .event-image a img {
            width: 100%;
            aspect-ratio: 1/1;
            border-radius: 10px;
            position: relative;
            bottom: 0.75em; }
      .event-container .events .event .event-info {
        color: #333;
        height: 15%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        margin-bottom: 1em; }
        .event-container .events .event .event-info p {
          margin: 2.5px 0;
          font-size: 16px; }
      .event-container .events .event .event-header {
        display: flex;
        flex-direction: column;
        height: 25%;
        margin-top: 0.5em;
        margin-bottom: 2rem; }
        .event-container .events .event .event-header .event-date {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: flex-end;
          height: 50%; }
          .event-container .events .event .event-header .event-date .day-of-week {
            color: #666;
            font-weight: bold; }
          .event-container .events .event .event-header .event-date .date-item {
            color: #f5cb15;
            font-weight: bold;
            font-size: 1.5rem; }
        .event-container .events .event .event-header .event-type {
          color: #ad4c9a;
          font-weight: bold;
          cursor: pointer;
          height: 50%;
          display: flex;
          flex-wrap: wrap;
          align-items: flex-start;
          justify-content: center;
          margin: 5px 0 0 0; }
          .event-container .events .event .event-header .event-type p {
            margin: 0; }

.resources-items {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem; }
  @media screen and (max-width: 760px) {
    .resources-items {
      grid-template-columns: repeat(2, 1fr);
      gap: 0; } }

.resource-item {
  text-decoration: none;
  width: 100%;
  display: flex;
  padding: 0.5em;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: center;
  border-radius: 5px;
  transition: 150ms;
  font-weight: 600; }
  .resource-item img {
    width: 100%;
    border-radius: 5px;
    height: auto;
    aspect-ratio: 16/7;
    object-fit: cover; }
  .resource-item:hover {
    scale: 103%; }

.afterpay-personal-container {
  background-color: #b2fce4; }
  .afterpay-personal-container h2,
  .afterpay-personal-container h3,
  .afterpay-personal-container p {
    color: black; }

.personal-financing-option {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1em 0; }
  .personal-financing-option .logo-affirm {
    filter: invert(1); }
  .personal-financing-option h2 {
    font-weight: bold;
    text-align: center; }
  .personal-financing-option .personal-financing-option-info {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    @media screen and (max-width: 760px) {
      .personal-financing-option .personal-financing-option-info {
        justify-content: space-between; } }
    .personal-financing-option .personal-financing-option-info .personal-financing-option-container {
      width: 200px;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin: 0 2em; }
      .personal-financing-option .personal-financing-option-info .personal-financing-option-container h3 {
        font-weight: bold; }
      .personal-financing-option .personal-financing-option-info .personal-financing-option-container p {
        margin: 1em;
        text-align: center; }
      @media screen and (max-width: 760px) {
        .personal-financing-option .personal-financing-option-info .personal-financing-option-container {
          width: 45%;
          padding: 0.25em;
          margin: 0; } }

.personal-fiancing-aftyerpay-footer {
  padding: 1em;
  font-size: 14px;
  margin-bottom: 0; }

.checkoutHeader-logo {
  width: 300px !important; }

/* wally page */
.wally-container {
  margin-top: 85px;
  background: linear-gradient(#2fbfc0 8%, white 100%); }

.wally-hero-section {
  background-image: url("https://cdn11.bigcommerce.com/s-et4qthkygq/images/stencil/original/image-manager/pointing-up.png?t=1698855327");
  background-repeat: no-repeat;
  background-size: 55%;
  background-position: center -140px;
  position: relative;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -70px;
  margin-top: -70px; }

.wally-hero-section::before {
  content: "";
  background-color: rgba(47, 191, 192, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.wally-hero-title {
  color: #ad4c9a;
  line-height: 1.1;
  font-family: Cocogoose;
  font-size: 4rem;
  text-shadow: -5px 5px 0 #ffffff, 1px 1px 0 #ffffff, 1px -1px 0 #ffffff, -1px -1px 0 #ffffff; }

.wally-hero-content {
  text-align: center;
  position: relative; }

.origin-container {
  background-color: rgba(255, 255, 255, 0.95);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 65px;
  margin-bottom: 30px; }

.wally-text {
  flex: 1;
  padding: 15px; }

.wally-text p {
  flex: 1;
  padding: 50px; }

.wally-image img {
  max-width: 30%;
  height: auto; }

.wally-midsection {
  font-family: Cocogoose;
  background-color: #2fbfc0;
  text-align: center;
  color: #fff;
  padding: 50px;
  margin-top: -50px; }

.wally-midsection p {
  background-color: #2fbfc0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 20px;
  color: #ad4c9a;
  padding: 10px;
  -webkit-text-stroke: 2px #fff;
  -webkit-text-fill-color: #ad4c9a;
  -webkit-animation: fill 0.7s infinite alternate; }

.wally-midsection button {
  color: #ffff;
  background-color: #f5cb15;
  border-radius: 50px;
  padding: 15px; }

.wally-midsection button:hover {
  background-color: #ad4c9a; }

@-webkit-keyframes fill {
  from {
    -webkit-text-fill-color: #f6cb38; }
  to {
    -webkit-text-fill-color: #ad4c9a; } }

.mission-title h5 {
  text-align: center;
  font-family: Cocogoose;
  font-style: bold;
  color: #ad4c9a;
  font-size: 2rem; }

.wally-card-wrapper {
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s; }

.wally-card-wrapper:hover {
  transform: scale(1.1); }

.wally-card-img {
  max-width: 100%;
  width: 50px;
  height: auto;
  margin-bottom: 35px; }

.wally-card {
  background-color: rgba(255, 255, 255, 0.55);
  border-radius: 15px;
  padding: 20px;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column; }

.wally-card h2,
.wally-card p {
  font-family: Arial, Helvetica, sans-serif;
  max-height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ad4c9a; }

.wally-endsection {
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  justify-content: center; }

@media (max-width: 768px) {
  .wally-hero-section {
    background-image: url("https://cdn11.bigcommerce.com/s-et4qthkygq/images/stencil/original/image-manager/pointing-up.png?t=1698855327");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center -90px;
    position: relative;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -70px;
    margin-top: -70px; }
  .wally-hero-title {
    font-size: 2rem;
    padding: 10px; }
  .wally-main {
    display: flex;
    justify-content: center; }
  .wally-container {
    margin-top: 85px;
    max-width: none; }
  .wally-text {
    flex: 1; }
  .wally-text h3 {
    margin-top: -10px;
    margin-bottom: -10px; }
  .wally-image {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-top: 20px; }
  .wally-endsection {
    padding: 15px; }
  .wally-card {
    max-width: 100%; } }

/* Extend */
.extend-container {
  text-align: center; }

.extend-h2-title {
  font-size: 2.5rem;
  font-weight: 800;
  font-style: bolder; }

hr.class-1 {
  border-top: 1px solid #8c8b8b; }

.extend-h3-title {
  font-size: 1.5rem;
  font-weight: 700; }

.extend-logo {
  width: auto;
  height: 200px; }

.extend-wrapper {
  display: flex;
  flex-direction: row;
  text-align: left;
  overflow: hidden; }

.extend-icon {
  width: 70px;
  height: 70px;
  margin-right: 5px;
  margin-top: 25px; }

.extend-card {
  margin-right: 30px; }

.extend-card p {
  width: 300px; }

.claim-wrapper {
  display: flex;
  flex-direction: row; }

.claim-text-1 {
  width: 50%; }

.claim-text-2 {
  text-align: right;
  position: relative;
  top: -25; }

.claim-section {
  text-align: left; }

.claim-section img {
  width: 75%;
  height: auto; }

.claim-button {
  background-color: #ad4c9a;
  color: white;
  padding: 5px 30px 5px 30px;
  border-radius: 5px;
  font-weight: bold; }

.extend-image-mobile {
  display: none; }

@media (max-width: 768px) {
  .extend-container {
    text-align: center; }
  .extend-hero-img {
    display: none; }
  .extend-logo {
    width: 75%;
    height: auto; }
  .extend-image-mobile {
    display: block;
    width: 100%;
    height: auto; }
  .extend-h2-title {
    font-size: 2rem;
    font-weight: 800; }
  .extend-wrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
    overflow: hidden; }
  .extend-icon {
    width: 50px;
    height: auto;
    margin: 0 auto;
    margin-bottom: -30px;
    display: block; }
  .extend-card {
    margin-right: 0; }
  .extend-card p {
    width: 100%; }
  .claim-section {
    text-align: center; }
  .claim-wrapper {
    flex-direction: column;
    align-items: center; }
  .claim-text-1 {
    width: 100%; }
  .claim-text-2 {
    text-align: center;
    margin-top: 10px; }
  .claim-section img {
    width: 75%;
    height: auto; }
  .claim-button {
    margin-top: 10px; } }

.extend-images-container {
  width: 50%;
  display: flex;
  margin: 20px 0 0 100px;
  flex-direction: row;
  gap: 20px; }

.extend-images {
  width: 80%; }

.returns-policy-page ul li {
  margin: 0.75em 0; }

.product_2 .yotpo-headline::after,
.product_3 .yotpo-headline::after {
  display: none !important; }

.rewards-faq-container {
  width: 90%;
  max-width: 80rem;
  margin-inline: auto; }

.price {
  margin-right: 0.5em; }

.price--non-sale {
  margin-right: 0.5rem; }

.card-text {
  display: flex !important;
  flex-wrap: wrap !important; }

.price--per-unit {
  display: none !important; }

.form-fileDescription {
  color: #0d0d0d !important;
  font-size: 14px; }

input::placeholder {
  color: #535353 !important; }

.form-fileDescription--active {
  color: #999999 !important;
  font-size: 14px; }

:root {
  --clr-white: hsl(220, 37%, 100%);
  --clr-surface: hsl(220, 37%, 97%);
  --clr-text: hsl(244, 44%, 14%);
  --ff-base: "IBM Plex Sans", sans-serif;
  --ff-accent: "Young Serif", serif;
  --fw-regular: 500;
  --fw-bold: 600;
  --fw-black: 700;
  --fs-300: 1rem;
  --fs-500: 1.375rem; }

.contract-decor-hero-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1); }

.contract-decor-hero-banner img {
  width: 100%;
  height: auto;
  object-fit: cover; }

.contract-decor-herobanner-header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  padding: 10px 20px;
  font-size: 20px;
  text-align: center; }

.contract-decor-hero-banner-mobile {
  display: none; }

@media screen and (max-width: 768px) {
  .contract-decoration {
    grid-template-columns: none;
    /* Change grid template to stack like blocks */
    padding: 1rem;
    /* Adjust padding as needed */
    width: 90%; }
  .contract-decor-hero-banner img {
    width: 100%; } }

.grid-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; }

.contract-decoration {
  margin-block: 3rem;
  list-style: none;
  position: relative;
  display: grid;
  justify-content: start;
  gap: 1rem;
  background: var(--clr-white);
  padding: 2rem;
  border-radius: 0.75rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1); }

.contract-decoration::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1.25rem;
  left: -1.25rem;
  width: calc(100% + 2.5rem);
  height: calc(100% + 2.5rem);
  border-radius: inherit;
  background-color: transparent; }

.contractdecoration_icon {
  width: 2.5rem; }

.contractdecoration__title {
  font-size: var(--fs-500);
  font-weight: var(--fw-regular); }

.contractdecoration__paragraph {
  font-size: var(--fs-600);
  font-weight: var(--fw-black); }

.contract__button button {
  color: #fff;
  font-size: var(--fs-300);
  font-weight: var(--fw-bold);
  min-width: 150px;
  border: none;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; }

.first-button {
  background-color: #ab4f99;
  color: #fff;
  border: none;
  padding: 15px 20px;
  border-radius: 50px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  transition: background-color 0.3s ease-in-out; }

.second-button {
  background-color: #2dbebe;
  color: #fff;
  border: none;
  padding: 15px 20px;
  border-radius: 50px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  transition: background-color 0.3s ease-in-out; }

.contract__button:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }

.third-button {
  background-color: #085791;
  color: #fff;
  border: none;
  padding: 15px 20px;
  border-radius: 50px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  transition: background-color 0.3s ease-in-out; }

.first-button:hover {
  background-color: #bd70ae;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }

.second-button:hover {
  background-color: #49d4d4;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }

.third-button:hover {
  background-color: #0b74c1;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }

.form-select select {
  font-weight: normal !important; }

#chat-button {
  z-index: 10 !important;
  transition: 150ms;
  bottom: 5px !important;
  right: 5px !important; }

:root {
  /* colors */
  --clr-black: #1a1a1a;
  /* font families */
  --ff-base: $font-family;
  /* font weights */
  --fw-regular: 500;
  /* font sizes */
  --fs-300: 1rem;
  --fs-400: 1.125rem;
  --fs-500: 1.375rem;
  --fs-600: 1.75rem;
  --fs-700: 2.25rem; }

.hero-banner-supacolor img {
  width: 100%; }

.mobile-hero-banner-supacolor {
  display: none; }

/*supacolor */
.subtitle h3 {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  margin: 3rem;
  font-family: system-ui, -apple-system, Arial, sans-serif; }

.supacolor-title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.5rem; }

.grid {
  width: 100%;
  list-style: none; }

.plan {
  position: relative;
  display: grid;
  justify-content: center;
  background: var(--clr-black);
  color: #f3f0f0;
  padding: 2rem; }

.supa_icon {
  text-align: center;
  justify-self: center;
  width: 7rem;
  margin-bottom: 10px; }

.icon__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  font-family: system-ui, -apple-system, Arial, sans-serif;
  margin-bottom: 10px;
  text-align: center; }

.icon__paragraph {
  font-size: 1.2rem;
  text-align: center; }

.supa-columns-items {
  display: flex;
  justify-content: space-evenly;
  width: auto; }

/* Product Listing Grid*/
.grid-container-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  justify-items: center; }

.grid-item-product-listing {
  justify-self: center;
  align-self: center; }

.grid-item-product-listing img {
  width: 100%;
  height: auto; }

.supa-cat-card-text {
  text-align: center;
  color: black;
  font-size: 1rem;
  width: 100%;
  font-weight: bold;
  padding: 0.6rem; }

.grid-container-products a {
  text-decoration: none; }

.blog-title-supa,
.video-title h4 {
  color: white;
  text-align: center;
  font-size: 2rem;
  margin: 30px 0; }

.blog-title-supa {
  color: #000;
  margin-bottom: 5px; }

.slide-wrapper {
  display: flex;
  gap: 10px; }

/* Hero Carousel */
.supa-banner-carousel {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #1a1a1a; }

button.prevBtn-supacolor,
button.nextBtn-supacolor {
  color: white;
  position: absolute;
  font-size: 1.5em;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1; }

button.prevBtn-supacolor {
  left: 10px; }

button.nextBtn-supacolor {
  right: 10px; }

button.prevBtn-supacolor:hover,
button.nextBtn-supacolor:hover {
  background-color: rgba(239, 237, 237, 0.75); }

.supa-banner-slide {
  width: 100%;
  display: flex;
  position: relative;
  transition: transform 0.4s ease-in-out; }

.supa-slide-item {
  display: flex;
  justify-content: center;
  min-width: 100%;
  height: 500px; }

.supa-slide-item a {
  width: 100%; }

.supa-slide-item iframe {
  width: 100%; }

.supa-video-container,
.blog-section-container {
  display: flex;
  justify-content: center;
  margin-top: 20px; }

.blog-video-btn {
  text-align: center; }

.supa-videos-button {
  border: none;
  border-radius: 50px;
  background-color: #f3f0f0;
  color: #000;
  padding: 20px 50px;
  margin: 30px auto;
  font: 1.5rem;
  font-family: system-ui, -apple-system, Arial, sans-serif;
  text-align: center;
  cursor: pointer; }

.supa-videos-button:hover {
  background-color: #bfbfbf;
  transform: scale(1.05);
  color: #fff; }

.blog-videos-button:hover {
  background-color: #333;
  transform: scale(1.05); }

.blog-section-container {
  gap: 20px; }

.blog-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); }

.blog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.FAQ-container h1 {
  text-align: left;
  font-family: system-ui, -apple-system, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  margin-top: 30px;
  margin-bottom: 20px; }

.faq-paragraph {
  font-size: 1.5rem; }

.supa-Iframe {
  display: block !important;
  width: 100%;
  height: 500px; }

.blog-wrapper-supa {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px; }

.blog-section-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 10px;
  justify-content: center; }

.supa-video-container {
  text-align: center; }

.blog-videos-button {
  border: none;
  border-radius: 50px;
  background-color: #000000;
  color: #fff;
  padding: 20px 50px;
  margin-top: 20px;
  font: 1.5rem;
  font-family: system-ui, -apple-system, Arial, sans-serif;
  cursor: pointer; }

@media (max-width: 768px) {
  .subtitle h3 {
    font-size: 1.1rem; }
  .desktop-hero-banner-supacolor {
    display: none; }
  .mobile-hero-banner-supacolor {
    display: block; }
  .grid-container-products {
    grid-template-columns: 1fr;
    gap: 10px; }
  .blog-wrapper {
    grid-template-columns: repeat(2, 1fr); }
  .supa-columns-items {
    display: flex;
    flex-direction: column;
    margin-right: 20px; } }

@media (max-width: 410px) {
  .desktop-hero-banner-supacolor {
    display: none; }
  .mobile-hero-banner-supacolor {
    display: block; }
  .grid-container-products {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px; }
  .blog-card {
    width: 100%; }
  .blog-card img {
    width: 100%;
    height: auto; }
  .supa-Iframe {
    display: block !important;
    width: 100%;
    height: 200px; } }

.contact-container {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  max-width: none;
  width: 100%; }

.contact-section {
  background-color: #005392;
  color: #fff;
  text-align: center;
  text-transform: uppercase; }

.contact-section h1 {
  color: #fff;
  padding-top: 2rem;
  font-weight: 800;
  font-size: 2.5rem;
  font-family: Cocogoose;
  height: 300px; }

.contact-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -150px;
  grid-template-columns: repeat(3, 1fr);
  background-color: #005392;
  color: #fff;
  gap: 20px;
  margin: 0 30px; }

.banner-content {
  flex: 1;
  text-align: center; }

.banner-title {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 5px; }

.banner-icon {
  width: 70px;
  margin-bottom: -20px; }

.contact-form {
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }

.maps-container {
  text-align: center;
  margin-top: 70px; }

.maps-container h1 {
  text-align: center;
  font-family: system-ui, -apple-system, Arial, sans-serif;
  font-weight: 700; }

.google-maps {
  width: 100%;
  height: 450px;
  border: none; }

.FAQ-container h1 {
  text-align: left;
  font-family: system-ui, -apple-system, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 20px; }

.faq-paragraph {
  font-size: 1.5rem; }

.contact-form {
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: none; }

#myIframe {
  width: 100%;
  height: 900px; }

.social-media-section h1 {
  text-align: center;
  font-family: system-ui, -apple-system, Arial, sans-serif;
  font-weight: 700; }

.social-media-section {
  text-align: center;
  margin-bottom: 3rem; }

.sm-icons img {
  width: 40px;
  margin: 0 10px; }

/* CSS for mobile view */
@media screen and (max-width: 768px) {
  .contact-wrapper {
    flex-direction: column; }
  .banner-content {
    margin-bottom: 20px; }
  .contact-section h1 {
    font-size: 2rem;
    padding-top: 1rem; }
  .faq-accordion {
    font-size: 1.2rem; } }

/* CSS for smaller mobile devices */
@media screen and (max-width: 420px) {
  .contact-section h1 {
    font-size: 1.8rem; }
  .banner-icon {
    width: 50px; }
  .banner-title {
    font-size: 1rem; }
  .banner-subtitle {
    font-size: 0.9rem; }
  .contact-form {
    padding: 20px; }
  .maps-container h1 {
    font-size: 1.5rem; }
  .faq-container h1 {
    font-size: 1.5rem; }
  .faq-paragraph {
    font-size: 1rem; }
  .social-media-section h1 {
    font-size: 1.5rem; }
  .sm-icons img {
    width: 30px; } }

@media screen and (max-width: 1045px) {
  .contact-form {
    max-width: 600px; } }

@media screen and (max-width: 1700px) {
  .contact-form {
    max-width: 1500px;
    margin: 0 auto; } }

#sanmar-iframe iframe {
  width: 100% !important;
  height: 800px !important; }

.affirm-as-low-as .__affirm-logo:after,
.affirm-as-low-as .__affirm-logo {
  color: black !important;
  font-size: 1.5rem !important; }

square-placement {
  margin: 0.25rem 0;
  text-align: center;
  --messaging-font-size: 17px !important;
  --messaging-line-height: 1;
  --logo-badge-width: 90px; }
  square-placement .afterpay-main-text {
    color: black; }
  square-placement span.afterpay-main-text {
    color: black; }

klarna-placement::part(osm-container) {
  background-color: white;
  font-weight: 500;
  font-family: system-ui, -apple-system, Arial, sans-serif;
  padding: 0;
  font-size: 17px;
  border: none; }

klarna-placement::part(osm-cta) {
  font-weight: 500;
  padding: 0;
  font-size: 17px; }

klarna-placement::part(osm-message) {
  font-weight: 500;
  padding: 0;
  font-size: 17px; }

.page-product klarna-placement::part(osm-message) {
  font-family: system-ui, -apple-system, Arial, sans-serif; }

.page-cart klarna-placement::part(osm-message) {
  font-family: system-ui, -apple-system, Arial, sans-serif, sans-serif; }

klarna-placement::part(osm-logo) {
  font-size: 17px; }

.klaviyo-form-V84WkS {
  padding-bottom: 3rem; }
  .klaviyo-form-V84WkS form {
    padding: 0 !important; }
    @media (min-width: 800px) {
      .klaviyo-form-V84WkS form div:first-child {
        display: grid !important;
        grid-template-columns: 1fr 35rem 1fr; }
        .klaviyo-form-V84WkS form div:first-child [data-testid="form-row"] {
          width: 100%;
          margin: auto;
          display: flex !important;
          grid-column-start: 2; }
          .klaviyo-form-V84WkS form div:first-child [data-testid="form-row"]:first-child {
            grid-column: span 3; }
          .klaviyo-form-V84WkS form div:first-child [data-testid="form-row"] [data-testid="form-component"] {
            width: 100%;
            display: flex !important; }
            .klaviyo-form-V84WkS form div:first-child [data-testid="form-row"] [data-testid="form-component"] div {
              display: flex !important; } }

.htv-guide-header {
  text-align: center;
  margin: 1.5rem; }

a .container-htv-guide {
  text-decoration: none; }

.htv-guide--cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  justify-items: center;
  gap: 0.75rem;
  margin: auto;
  padding-top: 2rem;
  cursor: pointer; }

.htv-guide-img {
  width: 100%;
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden; }

.htv-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  list-style-type: none; }

.htv-item {
  border-radius: 5px;
  opacity: 1;
  transition: 0.5s ease;
  backface-visibility: hidden; }

.htv-guide-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-bottom: 2rem; }

.htv-guide-care-top-card {
  display: flex;
  gap: 2.5rem;
  height: 18rem; }

.htv-guide-care-img {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 18rem; }

.htv-guide-care-bottom-card {
  display: flex;
  flex-direction: row-reverse;
  gap: 2.5rem;
  height: 18rem; }

.htv-guide-care-container {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }

.htv-guide-care-subtitle {
  text-align: center;
  padding: 1rem; }

.htv-guide-care-list {
  padding: 2rem; }

.container-htv-guide {
  position: relative; }

.image {
  opacity: 1;
  transition: 0.5s ease;
  backface-visibility: hidden; }

.htv-guide-text-overlay {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  width: 90%;
  height: 70%;
  border-radius: 5px; }

.container-htv-guide:hover .htv-item {
  opacity: 0.3; }

.container-htv-guide:hover .htv-guide-text-overlay {
  opacity: 1; }

.text {
  background-color: #ffffff;
  color: black;
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 3px;
  padding-left: 10px; }

@media screen and (max-width: 480px) {
  .htv-guide--cards,
  .htv-items,
  .htv-guide-wrapper {
    display: flex;
    flex-direction: column; } }

.jZZ5Nd {
  display: none; }

.EbMsme {
  display: none; }

.support-banner {
  display: block;
  margin: auto; }

.defect-product-badge {
  background-color: rgba(255, 0, 0, 0.75);
  backdrop-filter: blur(10px);
  z-index: 9999;
  color: white;
  text-align: center;
  font-weight: 600;
  padding: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.contact-chat-box {
  border: #e0dede solid 1px;
  padding: 1rem;
  margin-top: 0.5rem;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; }

/* Custom items */
.category-product-title {
  font-weight: 600;
  font-size: 1.1rem;
  padding-top: 1rem; }

.custom-items-link {
  text-decoration: none;
  list-style-type: none; }

/*Projects page */
.project-container {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.project-image {
  width: 80%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px; }

.project-title h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2em;
  color: #2c3e50;
  font-family: system-ui, -apple-system, Arial, sans-serif;
  font-weight: 200;
  text-align: center; }

.projects-icon {
  width: 25px;
  height: 25px;
  position: relative;
  top: 6px;
  white-space: nowrap; }

.project-details {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px; }

.detail-item {
  flex: 1;
  margin: 5px 10px;
  font-size: 1.1em; }

.project-description {
  font-size: 1.2em;
  margin: 20px 0; }

.materials-section {
  margin: 20px 0;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fafafa; }

.materials-section h2 {
  font-size: 1.8em;
  color: #ad4c9a; }

.materials-section ul {
  list-style-type: disc;
  padding-left: 20px; }

.materials-section li {
  font-size: 1.1em;
  margin: 10px 0; }

.project-instructions h2 {
  font-size: 1.8em;
  margin-bottom: 10px;
  color: #2980b9; }

.project-instructions ol {
  padding-left: 20px; }

.project-instructions li {
  margin: 10px 0;
  font-size: 1.1em; }

.project-instructions li::marker {
  color: #e74c3c; }

.project-instructions .tip {
  font-style: italic;
  color: #3498db; }

/* DIY Projects */
.diy-card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 20px;
  margin: 0; }

@media screen and (max-width: 480px) {
  .diy-card-container {
    display: flex;
    flex-direction: column; }
  .diy-card-item {
    width: 100%; } }

@media screen and (min-width: 490px) {
  .diy-card-item {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: calc(33.333% - 20px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column; } }

.diy-card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }

.diy-card-title {
  background-color: #f9f9f9;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 1rem;
  text-align: center;
  margin: 0; }

.diy-card-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block; }

.diy-card-link {
  padding: 1rem;
  text-decoration: none;
  color: #333;
  display: flex;
  flex-direction: column;
  height: 100%; }

.category-product-title {
  font-weight: 600;
  font-size: 1rem;
  margin: 0; }

.customs-card-description {
  font-size: 0.875rem;
  margin-top: 0.5rem;
  color: #555; }

/* Main Page Styles */
.diy-card-list {
  width: 100%; }

.diy-project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin: 0; }

.diy-card {
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 20px 50px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  overflow: hidden;
  padding: 1.25rem;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease; }

.diy-card:hover {
  box-shadow: 0 0 0 2px #a83ede, 0 10px 60px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px); }

.diy-card-image {
  border-radius: 10px;
  width: 100%;
  height: 300px;
  object-fit: cover; }

.diy-card-header {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.diy-card-header a {
  font-weight: 600;
  font-size: 1.375rem;
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease; }

.diy-card-header a:hover {
  color: #a83ede; }

.diy-card-footer {
  margin-top: 1rem;
  border-top: 1px solid #ddd;
  padding-top: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.card-meta {
  display: flex;
  align-items: center;
  color: #787878;
  font-size: 0.875rem; }

.card-meta svg {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-right: 0.5em; }

.card-meta--views::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: currentColor;
  margin: 0 0.75em; }

.projects-banner-carousel {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #e0e0e0;
  padding: 2rem 0;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }

.projects-videos-button {
  border: none;
  border-radius: 50px;
  background-color: #a83ede;
  color: #fff;
  padding: 15px 40px;
  margin: 30px auto;
  font-size: 1.25rem;
  font-family: "Arial", sans-serif;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  transition: background-color 0.3s ease, box-shadow 0.3s ease; }

.projects-videos-button:hover {
  background-color: #940db8;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }

.projects-videos-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3); }

.diy-card--title {
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center; }

.diy-video-title {
  padding: 20px;
  text-align: center;
  font-size: 2rem; }

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

.project-container {
  margin-top: 50px;
  margin-bottom: 50px; }

.htv-guide--title {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  text-align: center; }

.htv--card {
  background: #ffffff;
  border-radius: 10px;
  margin: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
  padding: 20px; }

.htv-guide--container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); }

.temp-guide-title {
  font-size: 1rem;
  line-height: 1.3;
  text-align: left;
  margin-bottom: 1rem;
  font-weight: 700; }

.temp-guide-sizing {
  font-size: 12px;
  line-height: 1.3;
  color: #a8a8a8;
  font-style: italic;
  text-align: left;
  margin-bottom: 10px; }

.guide-buttons button {
  align-items: center;
  justify-content: center;
  margin: 0;
  height: 100%;
  padding: 0.75rem 0;
  line-height: 1.25;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 0.3125rem; }

.guide-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 40%;
  gap: 10px; }

.htv-accordion {
  margin: 10px 0; }

.htv-accordion input[type="checkbox"] {
  display: none; }

.htv-accordion label {
  position: relative;
  display: block;
  background: #f7f7f7;
  border-radius: 0.25em;
  cursor: pointer;
  margin-bottom: 0.125em;
  padding: 0.75rem 1em;
  z-index: 20;
  border: 1px solid #cccccc;
  text-align: center;
  font-size: 13px; }

.htv-accordion label:hover {
  background: #ccc; }

.htv-accordion input[type="checkbox"]:checked + label {
  background: #dddddd;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  color: #383838;
  margin-bottom: -1px; }

.htv-accordion label::after {
  content: "+";
  position: absolute;
  right: 5px;
  padding-right: 0.3rem; }

.htv-accordion input[type="checkbox"]:checked + label::after {
  content: "-"; }

.htv-accordion div {
  background: #f9f9f9;
  max-height: 0;
  overflow: hidden;
  z-index: 10;
  opacity: 0;
  transition: all 0.7s ease;
  border: 1px solid #cccccc;
  color: #383838;
  font-size: 13px;
  line-height: 1.5; }

.htv-accordion input[type="checkbox"]:checked + label + div {
  border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  max-height: 500px;
  margin-bottom: 0.125em;
  opacity: 1;
  transition: all 1s ease;
  padding-top: 0.9rem;
  padding-left: 0.5rem; }

.clothing-categories {
  padding: 40px;
  max-width: 1200px;
  margin: auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); }

.garment-title {
  font-family: "cocogoose";
  font-size: 2rem;
  color: #333;
  margin: 20px 0;
  text-align: center;
  position: relative; }

.garment-title::after {
  content: "";
  display: block;
  height: 4px;
  width: 50px;
  background: #ff6347;
  margin: 10px auto 0; }

.garment-description {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
  text-align: center; }

.garment-main-image {
  width: 100%;
  max-width: 800px;
  border-radius: 8px;
  margin: 0 auto 40px;
  display: block; }

.size-guide-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  justify-items: center; }

.size-item {
  max-width: 200px; }

.size-item img {
  border-radius: 50%;
  width: 100%;
  height: auto; }

.size-item-product {
  padding: 10px;
  text-align: center;
  font-size: 1rem;
  font-weight: bold; }

.size-item-link {
  text-decoration: none; }

.garment-guide-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px; }

.garment-guide-item {
  background: #ffffff;
  color: #333;
  flex: 1 1 calc(50% - 10px);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s, box-shadow 0.3s; }

.garment-guide-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); }

.garment-guide-image {
  width: 100%;
  max-width: 100%;
  border-radius: 8px; }

.garment-guide-text {
  margin-top: 15px; }

.garment-list {
  list-style-type: disc;
  margin: 20px auto;
  padding-left: 40px;
  font-size: 16px;
  color: #333; }

.garment-list li {
  margin-bottom: 10px; }

@media (max-width: 768px) {
  .garment-guide-item {
    flex: 1 1 100%; }
  .size-guide-container {
    grid-template-columns: repeat(2, 1fr); } }

.category-transfer-section-desktop {
  display: none; }

@media (max-width: 430px) {
  .category-transfer-section-desktop {
    display: block;
    padding-bottom: 40px; }
  .category-product-section-mobile {
    display: none; }
  .category-transfer-title {
    font-weight: 600;
    font-size: 1.1rem;
    padding-top: 2rem;
    text-align: center; }
  .category-product-slide-info p {
    padding: 8px; } }

.blog-price {
  font-weight: bold;
  color: #d9534f; }

.blog-price--text {
  background-color: #f2dede;
  padding: 2px 4px;
  border-radius: 3px; }

.artwork-resources {
  margin-bottom: 2rem; }
  .artwork-resources .artwork-resources-header {
    max-width: 64rem;
    margin-inline: auto; }
  .artwork-resources h1 {
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 1.875rem; }
  .artwork-resources h2 {
    margin-bottom: 1rem;
    font-size: 1rem; }
  .artwork-resources ol {
    padding-left: 1rem; }
    .artwork-resources ol li {
      padding: 0.25rem 0; }
  .artwork-resources .resources-container {
    margin-top: 5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem; }
    @media (max-width: 48rem) {
      .artwork-resources .resources-container {
        grid-template-columns: 1fr;
        row-gap: 5rem; } }
    .artwork-resources .resources-container .resource {
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media (max-width: 48rem) {
        .artwork-resources .resources-container .resource img,
        .artwork-resources .resources-container .resource .mock-it {
          height: 60px !important; } }
      .artwork-resources .resources-container .resource.mock-it a {
        background-color: #945bdf; }
      .artwork-resources .resources-container .resource.fabrica a {
        background-color: #080831; }
      .artwork-resources .resources-container .resource .mock-it {
        height: 80px;
        width: auto;
        display: flex;
        padding-inline: 1rem;
        justify-content: center;
        align-items: center;
        background-color: #945bdf;
        border-radius: 0.3125rem; }
        .artwork-resources .resources-container .resource .mock-it img {
          height: 80%;
          width: auto; }
      .artwork-resources .resources-container .resource img {
        height: 80px;
        width: auto; }
      .artwork-resources .resources-container .resource h3 {
        font-size: 1.25rem !important;
        font-weight: 700;
        margin-block: 2rem; }
      .artwork-resources .resources-container .resource p {
        text-align: center; }
      .artwork-resources .resources-container .resource a {
        padding: 0.5rem 1rem;
        text-decoration: none;
        border-radius: 0.3125rem;
        font-weight: 600;
        background-color: #df4798;
        text-align: center;
        color: white; }
        .artwork-resources .resources-container .resource a:hover {
          color: white !important; }

/* Grid Layout */
.landingpage-card-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  gap: 2rem;
  margin: auto;
  margin-bottom: 50px; }

.landingpage-blog-card {
  background: #ffffff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  border-radius: 8px 0; }

.landingpage-blog-card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px); }

.landingpage-blog-card-img img {
  width: 100%;
  height: 12rem;
  object-fit: cover;
  border-radius: 8px 8px 0 0; }

.landingpage-blog-card-content {
  padding: 1.25rem 1.5rem; }

.landingpage-blog-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 0.5rem; }

.landingpage-blog-author {
  font-size: 0.85rem;
  color: #777;
  margin-bottom: 1rem; }

.landingpage-description {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.5;
  margin-bottom: 1rem; }

.landingpage-blog-continue {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem; }

.landingpage-blog-continue span {
  font-weight: 500;
  color: #a237bd;
  cursor: pointer;
  transition: color 0.3s ease; }

.landingpage-blog-continue span:hover {
  color: #a237bd; }

/* Comparison Table for Blog*/
.comparison-table {
  width: 90%;
  margin: 20px auto;
  border-collapse: collapse;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden; }

.comparison-table th,
.comparison-table td {
  padding: 15px;
  text-align: center;
  border: 1px solid #ddd; }

.comparison-table thead th {
  background-color: #ad4c9a;
  color: white;
  text-transform: uppercase; }

.comparison-table tbody tr:nth-child(even) {
  background-color: #f9f9f9; }

.comparison-table td {
  font-size: 14px;
  color: #555; }

@media (max-width: 768px) {
  .comparison-table {
    width: 100%; }
  .comparison-table th,
  .comparison-table td {
    font-size: 12px;
    padding: 10px; } }

.core-values-container {
  text-align: center;
  padding: 30px 20px; }

.core-values-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 30px; }

.core-values-item {
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }

.core-values-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin: 10px 0; }

.core-values-info p {
  font-size: 1.1rem;
  line-height: 1.5;
  color: #666;
  margin-top: 15px; }

.core-values-icon img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  transition: transform 0.3s ease; }

.core-values-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }

.core-values-item:hover .core-values-icon img {
  transform: scale(1.1); }

.core-values-item--connection {
  border: 3px solid #e21117; }

.core-values-item--dedication {
  border: 3px solid #f16b2d; }

.core-values-item--embracing-change {
  border: 3px solid #f5cb13; }

.core-values-item--healthy-living {
  border: 3px solid #2dbdbf; }

.core-values-item--teamwork {
  border: 3px solid #0066cc; }

.core-values-item--development {
  border: 3px solid #ad4c9a; }

@media (max-width: 1024px) {
  .core-values-list {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 768px) {
  .core-values-list {
    grid-template-columns: 1fr;
    gap: 20px; }
  .core-values-item {
    padding: 20px; }
  .core-values-title {
    font-size: 1.6rem; }
  .core-values-info p {
    font-size: 0.95rem; } }

.needsclick.kl-teaser-V9Dup7 {
  bottom: 60px !important; }
  @media screen and (max-width: 1024px) {
    .needsclick.kl-teaser-V9Dup7 {
      bottom: 30px !important; } }

#yotpo-star-rating-highly-rated-topics {
  display: none !important; }

.klevu-fluid .klevuWrap {
  position: absolute;
  background: white;
  max-width: 844px;
  z-index: 10000000;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.26);
  padding: 0.5rem; }
  @media (max-width: 1216px) {
    .klevu-fluid .klevuWrap {
      width: calc(100% - 424px); } }
  @media (max-width: 980px) {
    .klevu-fluid .klevuWrap {
      max-width: 900px;
      width: calc(100% - 64px); } }
  @media (max-width: 800px) {
    .klevu-fluid .klevuWrap {
      max-width: 900px;
      width: calc(100% - 32px); } }

.kuProdImg {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: contain; }

[data-block-id="ku_quick_main_header_site_navigation"] .klevuSuggestionsBlock {
  padding: 0;
  border: none; }

.kuRecentSearchTerms ul,
.kuPopularSearchTerms ul {
  list-style: none;
  margin: 0; }
  .kuRecentSearchTerms ul li,
  .kuPopularSearchTerms ul li {
    display: flex; }
    .kuRecentSearchTerms ul li a,
    .kuPopularSearchTerms ul li a {
      text-decoration: none; }

[ku-empty] {
  display: none; }

.openMoi.moiSwitchOff {
  text-decoration: none; }

[data-container-role="content"] {
  display: flex; }
  @media (max-width: 600px) {
    [data-container-role="content"] {
      flex-direction: column; } }

[data-container-role="left"] {
  width: 15rem;
  margin-right: 1rem; }
  @media (max-width: 600px) {
    [data-container-role="left"] {
      margin-bottom: 1rem;
      margin-right: 0;
      width: 100%; }
      [data-container-role="left"] [data-block-id="ku_quick_left_call_outs"] {
        display: flex;
        width: 100%;
        gap: 1rem; }
        [data-container-role="left"] [data-block-id="ku_quick_left_call_outs"] .kuPreventDocumentClick {
          width: 50%; } }

[data-container-role="center"] {
  width: calc(100% - 16rem); }
  @media (max-width: 600px) {
    [data-container-role="center"] {
      width: 100%; } }

[data-block-id="ku_quick_other_items"] {
  display: flex;
  flex-direction: column; }
  [data-block-id="ku_quick_other_items"] .klevuResultsBlock {
    padding-right: 1rem; }
    @media (max-width: 600px) {
      [data-block-id="ku_quick_other_items"] .klevuResultsBlock {
        padding: 0; } }

.klevuHeadingText {
  padding-bottom: 0.25rem;
  font-size: 1.25rem;
  border-bottom: 1px solid #cccccc;
  margin: 0.5rem 0;
  display: flex;
  width: 100%;
  font-weight: 600; }
  @media (max-width: 500px) {
    .klevuHeadingText {
      font-size: 1rem; } }

.kuCarousel.kuTrendingProductsCarousel {
  display: flex;
  position: relative;
  width: 100%; }
  .kuCarousel.kuTrendingProductsCarousel .nav {
    position: absolute;
    width: 1.75rem;
    height: 1.75rem;
    background: black;
    border-radius: 50%;
    top: 32.5%; }
    .kuCarousel.kuTrendingProductsCarousel .nav.nav-right {
      right: -5px; }
      .kuCarousel.kuTrendingProductsCarousel .nav.nav-right .kuCarousel-arrow-icon-right {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23ffffff' d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
        background-size: 40%;
        background-position: center;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat; }
    .kuCarousel.kuTrendingProductsCarousel .nav.nav-left {
      left: -13px; }
      .kuCarousel.kuTrendingProductsCarousel .nav.nav-left .kuCarousel-arrow-icon-left {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23ffffff' d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z'/%3E%3C/svg%3E");
        background-size: 40%;
        background-position: center;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat; }

.kuCarousel-content {
  width: 100%;
  display: flex;
  overflow: hidden; }
  .kuCarousel-content .klevuProduct {
    width: calc(100% / 3) !important;
    min-width: calc(100% / 3);
    padding-right: 0.5rem; }
    @media (max-width: 1040px) {
      .kuCarousel-content .klevuProduct {
        width: calc(100% / 2) !important;
        min-width: calc(100% / 2); } }
    @media (max-width: 980px) {
      .kuCarousel-content .klevuProduct {
        width: calc(100% / 3) !important;
        min-width: calc(100% / 3); } }
    @media (max-width: 500px) {
      .kuCarousel-content .klevuProduct {
        width: calc(100% / 2) !important;
        min-width: calc(100% / 2); } }
    .kuCarousel-content .klevuProduct a {
      text-decoration: none; }
    .kuCarousel-content .klevuProduct .klevuQuickProductName {
      font-weight: 600;
      margin-top: 0.5rem; }
    .kuCarousel-content .klevuProduct img {
      border-radius: 5px;
      width: 100%;
      height: 100%;
      object-fit: contain; }

.klevuSuggestionsBlock {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 1rem; }
  .klevuSuggestionsBlock ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .klevuSuggestionsBlock ul .klevu-track-click {
      text-decoration: none; }

[data-content="productList"] [data-container-role="center"] {
  width: 100%; }

[data-content="productList"] .klevuResultsBlock {
  position: relative; }

[data-content="productList"] .klevuQuickSearchResults {
  margin: 1rem 0 0 0; }

[data-content="productList"] .kuQuickResultsListContainer ul {
  max-height: 30rem;
  margin: 0;
  overflow-y: scroll; }

[data-content="productList"] .kuQuickResultsListContainer ul::-webkit-scrollbar {
  width: 7px;
  /* Adjust the width of the scrollbar */
  border-radius: 5px; }

[data-content="productList"] .kuQuickResultsListContainer ul::-webkit-scrollbar-track {
  background: white;
  /* Color of the scrollbar track */ }

[data-content="productList"] .kuQuickResultsListContainer ul::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  /* Color of the scrollbar */
  border-radius: 5px; }

[data-content="productList"] .klevuProductsViewAll {
  position: absolute;
  top: 0;
  right: 0;
  color: #535353;
  font-size: 0.875rem; }

[data-content="productList"] .klevuProduct {
  padding: 0.5rem 0;
  border-bottom: 1px solid #cccccc; }
  [data-content="productList"] .klevuProduct:last-child {
    border-bottom: none;
    padding: 0.5rem 0 0 0; }
  [data-content="productList"] .klevuProduct a {
    display: flex;
    text-decoration: none; }
  [data-content="productList"] .klevuProduct .klevuProductItemTop {
    margin-right: 1rem;
    width: 20%;
    min-width: 20%; }
  [data-content="productList"] .klevuProduct .klevuQuickProductName {
    font-weight: 600; }
  [data-content="productList"] .klevuProduct .klevu-desc-l2 {
    font-size: 0.875rem;
    color: #535353;
    margin: 0.25rem 0; }
  [data-content="productList"] .klevuProduct img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 1; }
  [data-content="productList"] .klevuProduct .klevuQuickSalePrice {
    font-size: 0.875rem;
    color: #0d0d0d;
    font-weight: 600; }

.klevuLanding .klevuWrap {
  box-shadow: none;
  width: 100%;
  max-width: 100% !important;
  position: relative;
  z-index: 0; }
  .klevuLanding .klevuWrap .contentList [data-block-id="ku_landing_result_item_info"] {
    aspect-ratio: 3 / 2 !important; }
  .klevuLanding .klevuWrap .contentList .klevuImgWrap img {
    width: 100%;
    height: unset !important;
    aspect-ratio: 3 / 2 !important;
    object-fit: contain; }
  .klevuLanding .klevuWrap.productListActive .productList {
    display: block;
    margin: 0 !important;
    padding: 0 1rem; }
  .klevuLanding .klevuWrap.productListActive .contentList {
    display: none; }
  .klevuLanding .klevuWrap.contentListActive .productList {
    display: none; }
  .klevuLanding .klevuWrap.contentListActive .contentList {
    display: block;
    padding: 0 1rem; }

.klevuLanding .kuResults ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 0;
  list-style: none; }
  @media (max-width: 500px) {
    .klevuLanding .kuResults ul {
      grid-template-columns: repeat(2, 1fr); } }
  .klevuLanding .kuResults ul .klevuProduct {
    width: 100%; }
    .klevuLanding .kuResults ul .klevuProduct:hover .kuName a {
      color: #03b5d2; }
    .klevuLanding .kuResults ul .klevuProduct [data-block-id="ku_landing_result_item_info"] {
      display: flex;
      width: 100%;
      aspect-ratio: 1; }
  .klevuLanding .kuResults ul .kuName a {
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 600; }
  .klevuLanding .kuResults ul .kuProdBottom {
    padding: 0.5rem 0; }
    .klevuLanding .kuResults ul .kuProdBottom .kuDesc {
      margin-top: 0.5rem; }
  .klevuLanding .kuResults ul .kuProdTop {
    margin: 0;
    padding: 0;
    width: 100%; }
    .klevuLanding .kuResults ul .kuProdTop .klevuImgWrap {
      width: 100%;
      aspect-ratio: 1;
      display: flex; }
      .klevuLanding .kuResults ul .kuProdTop .klevuImgWrap a {
        width: 100%; }
        .klevuLanding .kuResults ul .kuProdTop .klevuImgWrap a img {
          width: 100%;
          height: 100%;
          object-fit: contain;
          aspect-ratio: 1;
          object-position: center; }

.klevuLanding [data-container-role="center"] {
  width: 100%; }
  @media (max-width: 600px) {
    .klevuLanding [data-container-role="center"] .klevuQuickSearchResults {
      padding: 0 0.5rem; } }

.klevuLanding [data-block-id="ku_landing_result_header"] {
  width: 100%;
  display: flex;
  position: relative; }
  @media (max-width: 500px) {
    .klevuLanding [data-block-id="ku_landing_result_header"] {
      justify-content: space-between; } }
  .klevuLanding [data-block-id="ku_landing_result_header"] .kuLandingResultsViewSwitchContainer,
  .klevuLanding [data-block-id="ku_landing_result_header"] .kuClearBoth {
    display: none; }
  .klevuLanding [data-block-id="ku_landing_result_header"] .kuPagination {
    position: absolute;
    right: 0; }
    @media (max-width: 500px) {
      .klevuLanding [data-block-id="ku_landing_result_header"] .kuPagination {
        display: none; } }
    .klevuLanding [data-block-id="ku_landing_result_header"] .kuPagination a {
      text-decoration: none; }
  .klevuLanding [data-block-id="ku_landing_result_header"] .kuDropdown {
    width: fit-content;
    margin-right: 0.5rem;
    margin-bottom: 2rem;
    position: relative; }
    @media (max-width: 500px) {
      .klevuLanding [data-block-id="ku_landing_result_header"] .kuDropdown {
        width: fit-content;
        margin-right: 0; } }
    .klevuLanding [data-block-id="ku_landing_result_header"] .kuDropdown:hover .kuDropdownOptions {
      display: flex; }
    .klevuLanding [data-block-id="ku_landing_result_header"] .kuDropdown:hover .kuDropdownLabel {
      color: #03b5d2; }
      .klevuLanding [data-block-id="ku_landing_result_header"] .kuDropdown:hover .kuDropdownLabel::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000000' d='M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z'/%3E%3C/svg%3E"); }
    .klevuLanding [data-block-id="ku_landing_result_header"] .kuDropdown .kuDropdownOptions {
      display: none;
      transition: 150ms;
      position: absolute;
      border-radius: 5px;
      width: 100%;
      flex-direction: column;
      left: 0;
      overflow: hidden;
      z-index: 10;
      background-color: white;
      -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.26);
      -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.26);
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.26); }
      .klevuLanding [data-block-id="ku_landing_result_header"] .kuDropdown .kuDropdownOptions .kuDropOption {
        transition: 150ms;
        padding: 0.25rem; }
      .klevuLanding [data-block-id="ku_landing_result_header"] .kuDropdown .kuDropdownOptions .kuDropOption:hover {
        background-color: #f1f1f1; }
    .klevuLanding [data-block-id="ku_landing_result_header"] .kuDropdown .kuDropdownLabel {
      transition: 150ms;
      width: max-content;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0; }
      .klevuLanding [data-block-id="ku_landing_result_header"] .kuDropdown .kuDropdownLabel::after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000000' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
        width: 1rem;
        height: 1rem;
        margin-left: 0.5rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }

.klevuLanding .kuTabs {
  display: flex !important;
  justify-content: center;
  margin: 2rem 0; }
  .klevuLanding .kuTabs .kuTab {
    text-decoration: none;
    margin: 0 0.75rem; }
    .klevuLanding .kuTabs .kuTab.kuTabSelected {
      border-bottom: 2px solid #0d0d0d; }

[data-block-id="ku_landing_result_items"] .kuPagination {
  display: flex;
  justify-content: flex-end;
  margin: 1rem 0; }
  [data-block-id="ku_landing_result_items"] .kuPagination a {
    text-decoration: none;
    margin: 0 0.25rem; }

.klevu-moi .moiContainer.active::before {
  display: none; }

.kuLandingNoResults {
  margin-top: 2rem;
  padding: 0 1rem; }

.kuNoResultsProductRecommendationSlider.kuNoResultsPopularProducts {
  margin-top: 1rem; }

.klevuNoResultsRecsResultsInner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-block: 1rem; }
  @media (max-width: 900px) {
    .klevuNoResultsRecsResultsInner {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 500px) {
    .klevuNoResultsRecsResultsInner {
      grid-template-columns: repeat(2, 1fr); } }

.klevuNoResultsRecs-itemImg img {
  border-radius: 5px; }

.klevuNoResultsRecs-itemDesc {
  display: flex;
  flex-direction: column; }

a.klevuProductClick.kuTrackRecentView.klevuNoResultsRecsTitle {
  text-decoration: none;
  font-size: 1.25rem;
  margin: 0.25rem 0;
  font-weight: 600; }
  @media (max-width: 500px) {
    a.klevuProductClick.kuTrackRecentView.klevuNoResultsRecsTitle {
      font-size: 1rem; } }

.home-container {
  overflow-x: hidden; }
  @media (max-width: 48rem) {
    .home-container h2 {
      font-size: 1.25rem; } }

.home-section {
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
  padding: 0 1rem;
  padding-top: 2rem;
  padding-bottom: 3rem; }
  @media (max-width: 48rem) {
    .home-section {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; } }

.products-carousel-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0; }
  .products-carousel-header button {
    background-color: #f1f1f1;
    border: none;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 150ms; }
    .products-carousel-header button:hover {
      background-color: #cccccc; }
    .products-carousel-header button:active {
      scale: 0.96; }
    .products-carousel-header button svg {
      fill: #0d0d0d;
      height: 1rem;
      width: 1rem; }

.home-product-carousel-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem; }

.home-product-carousel {
  position: relative; }

.home-product-carousel-viewport {
  overflow: hidden; }

.home-product-carousel-container {
  display: flex;
  touch-action: pan-y; }

.home-product-carousel-cell {
  transform: translate3d(0, 0, 0);
  flex: 0 0 calc(100% / 6);
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  text-decoration: none;
  padding-left: 1.5rem; }
  .home-product-carousel-cell .yotpo-sr-bottom-line-summary {
    gap: 0.5rem;
    margin: 0.25rem 0;
    align-items: center !important; }
    .home-product-carousel-cell .yotpo-sr-bottom-line-summary div:first-child:not(.star-container) {
      height: fit-content !important;
      margin: 0 !important; }
  .home-product-carousel-cell .yotpo-sr-bottom-line-right-panel {
    height: fit-content !important; }
    .home-product-carousel-cell .yotpo-sr-bottom-line-right-panel .yotpo-sr-bottom-line-text {
      line-height: 1 !important;
      padding: 0 !important;
      font-size: 1rem !important; }
  .home-product-carousel-cell:hover .product-carousel-title {
    color: #2dbdbf; }
  @media (max-width: 64rem) {
    .home-product-carousel-cell .star-container {
      width: 0.75rem !important;
      height: 0.75rem !important; }
    .home-product-carousel-cell .yotpo-sr-bottom-line-text {
      font-size: 1rem !important; } }
  @media (max-width: 48rem) {
    .home-product-carousel-cell {
      flex: 0 0 33.3333%; } }
  @media (max-width: 40rem) {
    .home-product-carousel-cell {
      flex: 0 0 43%; } }
  @media (max-width: 30rem) {
    .home-product-carousel-cell .yotpo-sr-bottom-line-summary {
      flex-direction: column !important;
      gap: 0.5rem !important; } }
  .home-product-carousel-cell p,
  .home-product-carousel-cell div,
  .home-product-carousel-cell h3 {
    color: #0d0d0d;
    margin: 0;
    padding: 0; }
  .home-product-carousel-cell img {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: contain;
    border-radius: 0.3125rem; }

.product-carousel-brand {
  color: #535353; }
  @media (max-width: 64rem) {
    .product-carousel-brand {
      font-size: 0.875rem; } }

.product-carousel-price {
  margin: 0.125rem 0 !important;
  color: #0d0d0d; }
  @media (max-width: 64rem) {
    .product-carousel-price {
      font-size: 0.875rem; } }

.product-carousel-title {
  color: #0d0d0d;
  transition: 150ms;
  margin: 0.125rem 0 !important;
  font-size: 1rem;
  font-weight: 600; }
  @media (max-width: 64rem) {
    .product-carousel-title {
      font-size: 1rem; } }
  @media (max-width: 40rem) {
    .product-carousel-title {
      font-size: 0.875rem; } }

#here-for-you {
  transition: all 1.2s ease-in-out;
  text-align: center;
  padding: 1rem;
  margin: 3rem 0;
  font-size: 2rem; }
  @media (max-width: 800px) {
    #here-for-you {
      font-size: 1.25rem;
      margin: 2rem 0 5rem 0; } }

.our-impact-carousel-section {
  max-height: 30rem;
  overflow: hidden;
  display: flex; }
  @media (max-width: 64rem) {
    .our-impact-carousel-section {
      flex-direction: column;
      max-height: none;
      padding: 0; } }

.impact-carousel {
  flex-grow: 1;
  min-width: 500px; }
  @media (max-width: 64rem) {
    .impact-carousel {
      flex-direction: column;
      min-width: 100%;
      max-height: 25rem; } }

.impact-carousel-viewport {
  overflow: hidden;
  width: 100%; }

.impact-carousel-container {
  display: flex;
  touch-action: pan-y;
  width: 100%; }

.impact-carousel-cell {
  flex: 0 0 100%;
  min-width: 100%;
  transform: translate3d(0, 0, 0); }

.our-impact-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  gap: 1.5rem;
  min-width: 500px;
  background-color: #f1f1f1; }
  @media (max-width: 80rem) {
    .our-impact-text-container {
      min-width: 425px; } }
  @media (max-width: 64rem) {
    .our-impact-text-container {
      min-width: 100%;
      height: fit-content; } }
  .our-impact-text-container h2 {
    font-size: 2.25rem !important;
    font-weight: 700; }
    @media (max-width: 64rem) {
      .our-impact-text-container h2 {
        font-size: 1.5rem !important; } }
  .our-impact-text-container p {
    color: #0d0d0d;
    margin: 0;
    text-align: center; }
    @media (max-width: 64rem) {
      .our-impact-text-container p {
        font-size: 0.875rem; } }
  .our-impact-text-container a {
    color: white;
    background-color: #0d0d0d;
    border-radius: 0.3125rem;
    text-align: center;
    padding: 0.25rem 0.5rem;
    text-decoration: none;
    margin: 0; }
    @media (max-width: 64rem) {
      .our-impact-text-container a {
        font-size: 0.875rem; } }

.wally-link {
  color: #ad4c9a;
  text-decoration: none; }

.main {
  overflow: hidden; }

#home-yotpo-reviews-carousel {
  max-width: 80rem;
  width: 100%;
  margin: auto;
  padding: 0 1rem;
  height: 465px;
  margin-bottom: 2rem; }
  #home-yotpo-reviews-carousel .yotpo-reviews-carousel-bottomline-seo {
    justify-content: flex-start !important; }
    #home-yotpo-reviews-carousel .yotpo-reviews-carousel-bottomline-seo .reviews-carousel-reviews-bottomline {
      flex-direction: row !important;
      align-items: center; }
    #home-yotpo-reviews-carousel .yotpo-reviews-carousel-bottomline-seo .yotpo-star-ratings {
      margin-right: 0.5rem;
      position: relative;
      top: 2px; }
  #home-yotpo-reviews-carousel .glide__slides {
    transition: 300ms !important; }
  #home-yotpo-reviews-carousel .yotpo-reviews-carousel-header-container {
    display: flex;
    justify-content: flex-start !important; }
    #home-yotpo-reviews-carousel .yotpo-reviews-carousel-header-container .yotpo-reviews-carousel-header {
      font-weight: 700 !important;
      font-family: system-ui, -apple-system, Arial, sans-serif !important;
      margin: 0 0 1rem 0 !important; }
  #home-yotpo-reviews-carousel .yotpo-reviews-carousel-widget-container {
    width: 100% !important; }
  #home-yotpo-reviews-carousel .yotpo-reviews-carousel-container {
    position: relative; }
    @media (max-width: 400px) {
      #home-yotpo-reviews-carousel .yotpo-reviews-carousel-container .reviews-carousel-card-container {
        width: 100% !important; } }
    #home-yotpo-reviews-carousel .yotpo-reviews-carousel-container .glide__arrows {
      position: absolute;
      top: -4rem;
      right: 0;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
    #home-yotpo-reviews-carousel .yotpo-reviews-carousel-container .glide__arrow--right::after {
      content: "";
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
      width: 1rem;
      height: 1rem;
      color: #0d0d0d;
      background-repeat: no-repeat;
      background-position: center; }
    #home-yotpo-reviews-carousel .yotpo-reviews-carousel-container .glide__arrow--left::after {
      content: "";
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z'/%3E%3C/svg%3E");
      width: 1rem;
      height: 1rem;
      color: #0d0d0d;
      background-repeat: no-repeat;
      background-position: center; }
    #home-yotpo-reviews-carousel .yotpo-reviews-carousel-container .yotpo-carousel-arrow {
      background-color: #f1f1f1;
      box-shadow: none !important;
      border: none !important;
      width: 3rem !important;
      height: 3rem !important;
      position: static;
      margin-left: 0.5rem;
      transition: 150ms;
      transform: translate(0px) !important; }
      @media (max-width: 800px) {
        #home-yotpo-reviews-carousel .yotpo-reviews-carousel-container .yotpo-carousel-arrow {
          display: none; } }
      #home-yotpo-reviews-carousel .yotpo-reviews-carousel-container .yotpo-carousel-arrow svg {
        display: none; }
      #home-yotpo-reviews-carousel .yotpo-reviews-carousel-container .yotpo-carousel-arrow:hover {
        background-color: #cccccc; }
      #home-yotpo-reviews-carousel .yotpo-reviews-carousel-container .yotpo-carousel-arrow:active {
        scale: 0.96; }
  #home-yotpo-reviews-carousel .yotpo-reviews-carousel-container::before,
  #home-yotpo-reviews-carousel .yotpo-reviews-carousel-container::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    pointer-events: none;
    z-index: 2; }
    @media (max-width: 800px) {
      #home-yotpo-reviews-carousel .yotpo-reviews-carousel-container::before,
      #home-yotpo-reviews-carousel .yotpo-reviews-carousel-container::after {
        display: none; } }
  #home-yotpo-reviews-carousel .yotpo-reviews-carousel-container::before {
    left: 0;
    background: linear-gradient(to right, white, rgba(255, 255, 255, 0)); }
  #home-yotpo-reviews-carousel .yotpo-reviews-carousel-container::after {
    right: 0;
    background: linear-gradient(to left, white, rgba(255, 255, 255, 0)); }

.home-blog-section {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 80rem;
  gap: 1rem;
  width: 100%;
  margin: auto;
  padding-inline: 1rem; }
  @media (max-width: 64rem) {
    .home-blog-section {
      padding-inline: 0; } }

.home-blog-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-grow: 1;
  background-color: white;
  gap: 1.5rem;
  margin: auto;
  z-index: 20;
  padding: 1rem 0; }
  @media (max-width: 48rem) {
    .home-blog-container {
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem; } }
  @media (max-width: 64rem) {
    .home-blog-container {
      padding: 1rem; } }

.home-blog-overlay {
  color: #0d0d0d;
  max-width: 40rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem; }
  .home-blog-overlay p {
    margin: 0;
    text-align: center; }
    @media (max-width: 64rem) {
      .home-blog-overlay p {
        font-size: 0.875rem; } }

@media screen and (max-width: 980px) {
  .home-blog-overlay {
    padding: 1em; } }

.home-blog-overlay-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30rem;
  overflow: hidden; }
  .home-blog-overlay-wrapper p {
    font-size: 1rem; }

.home-blog-overlay h2 {
  color: #0d0d0d;
  font-size: 1.5rem !important;
  margin: 0; }
  @media (max-width: 64rem) {
    .home-blog-overlay h2 {
      font-size: 1.25rem !important; } }

.home-blog-overlay a {
  color: #FFFFFF;
  background-color: #0066cc;
  padding: 0.5rem 1rem;
  border-radius: 0.3125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease-in-out; }
  .home-blog-overlay a:hover {
    color: white !important; }

.full-img {
  width: 100%;
  height: 100%;
  object-position: 50% 30%;
  object-fit: cover;
  filter: brightness(0.9); }

.blog-post-home {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  text-align: center;
  height: fit-content; }

.blog-title-home {
  margin: 0.5em 0 0.5em 0;
  font-weight: 700;
  font-size: 1.125rem; }
  @media (max-width: 64rem) {
    .blog-title-home {
      font-size: 1rem; } }
  @media (max-width: 48rem) {
    .blog-title-home {
      font-size: 0.875rem; } }

.blog-content-preview {
  font-size: 1rem;
  color: #535353; }
  @media (max-width: 64rem) {
    .blog-content-preview {
      font-size: 0.875rem; } }
  @media (max-width: 48rem) {
    .blog-content-preview {
      font-size: 0.75rem; } }

.blog-post-home a {
  text-decoration: none; }

.blog-img {
  min-width: 100%;
  border-radius: 5px; }

.category-carousel {
  display: flex;
  flex-direction: column;
  gap: 1rem; }
  @media (min-width: 48rem) {
    .category-carousel {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-template-rows: repeat(2, auto);
      gap: 2rem; } }

.category-carousel-image {
  width: 100%;
  height: fit-content;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 0.3125rem;
  aspect-ratio: 3/1; }
  @media (min-width: 48rem) {
    .category-carousel-image {
      aspect-ratio: 3/2;
      grid-column: 1 / span 4;
      grid-row: 1 / span 2;
      grid-row-start: 1; } }
  @media (max-width: 48rem) {
    .category-carousel-image {
      display: none; } }
  .category-carousel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.category-carousel-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: start;
  height: fit-content; }
  @media (min-width: 48rem) {
    .category-carousel-header {
      grid-column: 5 / span 8;
      grid-row-start: 1; } }
  .category-carousel-header p {
    margin: 0; }

[data-category-carousel] {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative; }
  @media (min-width: 48rem) {
    [data-category-carousel] {
      grid-row-start: 2;
      grid-column: 5 / span 8; } }

[data-category-carousel-viewport] {
  overflow: hidden;
  width: 100%; }
  [data-category-carousel-viewport].htv-viewport .category-carousel-item {
    flex: 0 0 calc(100% / 8 + 0.125rem); }
    @media (max-width: 64rem) {
      [data-category-carousel-viewport].htv-viewport .category-carousel-item {
        flex: 0 0 calc(30% + 0.166rem); } }
    @media (max-width: 40rem) {
      [data-category-carousel-viewport].htv-viewport .category-carousel-item {
        flex: 0 0 42%; } }
    [data-category-carousel-viewport].htv-viewport .category-carousel-item figure {
      background-color: #cccccc; }
    [data-category-carousel-viewport].htv-viewport .category-carousel-item img {
      width: 100%;
      height: auto; }

[data-category-carousel-container] {
  display: flex;
  touch-action: pan-y;
  width: 100%;
  margin-bottom: 0; }

.category-carousel-item {
  flex: 0 0 calc(100% / 5 + 0.2rem);
  min-width: 0;
  padding-left: 1rem; }
  @media (max-width: 64rem) {
    .category-carousel-item {
      flex: 0 0 30%; } }
  @media (max-width: 40rem) {
    .category-carousel-item {
      flex: 0 0 42%; } }
  .category-carousel-item a {
    text-decoration: none;
    color: #0d0d0d;
    display: flex;
    flex-direction: column;
    gap: 0.25rem; }
    .category-carousel-item a figure {
      width: 100%;
      aspect-ratio: 3 / 2;
      overflow: hidden;
      border-radius: 0.3125rem;
      background-color: white;
      margin: 0;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center; }
      .category-carousel-item a figure img {
        width: auto;
        height: 100%;
        object-fit: contain; }
    .category-carousel-item a h3 {
      width: 100%;
      text-align: center;
      font-size: 0.875rem;
      font-weight: 600;
      white-space: wrap; }
    .category-carousel-item a:hover h3 {
      color: #2dbdbf; }

[data-category-carousel-actions] {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  position: absolute;
  right: 0;
  bottom: 100%;
  top: -3rem; }
  @media (max-width: 64rem) {
    [data-category-carousel-actions] {
      display: none; } }
  [data-category-carousel-actions] button {
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f1f1f1;
    border-radius: 100vw;
    transition: 150ms; }
    [data-category-carousel-actions] button:hover {
      background-color: #cccccc; }
    [data-category-carousel-actions] button:active {
      scale: 0.96; }
    [data-category-carousel-actions] button svg {
      width: 1rem;
      height: 1rem; }

.mobile-navigation-menu {
  display: none; }
  @media (max-width: 64rem) {
    .mobile-navigation-menu {
      display: block; } }
  .mobile-navigation-menu .mobileMenu-toggle {
    display: flex;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-block: auto; }
    .mobile-navigation-menu .mobileMenu-toggle svg {
      width: 1.75rem;
      height: 1.75rem;
      fill: #0d0d0d; }

.mobile-navigation-menu-container {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10201020102;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 150ms; }
  .mobile-navigation-menu-container .nav-buttons {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 0.5rem 1rem !important; }
    .mobile-navigation-menu-container .nav-buttons .nav-button {
      padding: 0.5rem;
      margin: 0.5rem 0;
      width: 100% !important;
      text-align: center;
      justify-content: center !important;
      border-radius: 5px;
      background-color: #0d0d0d;
      color: white !important;
      font-weight: 600;
      border: 1px solid #0d0d0d; }
      .mobile-navigation-menu-container .nav-buttons .nav-button.contact-button {
        background-color: transparent;
        color: #0d0d0d !important; }
  .mobile-navigation-menu-container .off-canvas-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #cccccc;
    background-color: #f1f1f1; }
    .mobile-navigation-menu-container .off-canvas-header .off-canvas-user {
      display: flex;
      align-items: center; }
      .mobile-navigation-menu-container .off-canvas-header .off-canvas-user svg {
        width: 1rem;
        height: 1rem;
        margin-left: 0.5rem; }
    .mobile-navigation-menu-container .off-canvas-header .off-canvas-logo {
      width: 3rem;
      height: 3rem; }
  .mobile-navigation-menu-container.open {
    opacity: 1;
    pointer-events: all; }
  .mobile-navigation-menu-container ul {
    list-style: none;
    margin: 0; }
  .mobile-navigation-menu-container a {
    text-decoration: none; }
  .mobile-navigation-menu-container .mobile-navigation-content {
    background-color: white;
    position: fixed;
    right: -325px;
    top: 0;
    max-width: 300px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    pointer-events: none;
    -webkit-box-shadow: 2px 0px 15px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 0px 15px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 0px 15px 1px rgba(0, 0, 0, 0.4); }
    .mobile-navigation-menu-container .mobile-navigation-content.close {
      transition: 200ms;
      transform: translateX(325px); }
    .mobile-navigation-menu-container .mobile-navigation-content.transition {
      transform: translateX(-325px);
      transition: 200ms; }
    .mobile-navigation-menu-container .mobile-navigation-content.open {
      right: 0;
      pointer-events: all; }
  .mobile-navigation-menu-container .mobile-nav-link {
    padding: 1rem;
    font-size: 1rem;
    border-bottom: 1px solid #cccccc; }
    .mobile-navigation-menu-container .mobile-nav-link:last-child {
      border-bottom: none; }
    .mobile-navigation-menu-container .mobile-nav-link .mobile-nav-action {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%; }
      .mobile-navigation-menu-container .mobile-nav-link .mobile-nav-action svg {
        width: 1rem;
        height: 1rem; }
    .mobile-navigation-menu-container .mobile-nav-link .mobile-nav-links-sub {
      position: fixed;
      background-color: white;
      top: 0;
      right: -300px;
      z-index: 10000;
      min-height: 100%;
      max-height: 100%;
      overflow-y: auto;
      overflow-x: hidden;
      max-width: 300px;
      width: 100%;
      pointer-events: none;
      transition: 150ms;
      padding: 0.5rem 0; }
      .mobile-navigation-menu-container .mobile-nav-link .mobile-nav-links-sub.tier-2 {
        z-index: 10001;
        padding: 0; }
      .mobile-navigation-menu-container .mobile-nav-link .mobile-nav-links-sub.tier-3 {
        z-index: 10002;
        padding: 0; }
      .mobile-navigation-menu-container .mobile-nav-link .mobile-nav-links-sub .mobile-nav-link-sub {
        padding: 1rem;
        border-bottom: 1px solid #cccccc; }
        .mobile-navigation-menu-container .mobile-nav-link .mobile-nav-links-sub .mobile-nav-link-sub.shop-all .mobile-nav-action {
          color: #0d0d0d !important;
          font-weight: 600; }
        .mobile-navigation-menu-container .mobile-nav-link .mobile-nav-links-sub .mobile-nav-link-sub.back {
          background-color: #f1f1f1;
          position: relative; }
          .mobile-navigation-menu-container .mobile-nav-link .mobile-nav-links-sub .mobile-nav-link-sub.back .mobile-nav-action {
            color: #0d0d0d !important;
            justify-content: center;
            font-weight: 600; }
          .mobile-navigation-menu-container .mobile-nav-link .mobile-nav-links-sub .mobile-nav-link-sub.back svg {
            transform: rotate(180deg);
            margin-left: 0.5rem;
            position: absolute;
            left: 1rem; }
      .mobile-navigation-menu-container .mobile-nav-link .mobile-nav-links-sub.open {
        right: 0;
        pointer-events: all; }

.custom-form-modal {
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2rem 1rem;
  z-index: 99999;
  transition: transform 400ms 400ms cubic-bezier(0, 0, 0.2, 1); }
  .custom-form-modal.is-open {
    transform: translateY(-100%); }
  @media (min-width: 551px) {
    .custom-form-modal {
      padding: 2.5rem; } }
  @media only screen and (max-height: 700px) {
    .custom-form-modal {
      overflow: hidden;
      overflow-y: scroll; } }

.custom-form-modal-open {
  overflow: hidden; }
  .custom-form-modal-open body {
    overflow: hidden; }
  .custom-form-modal-open .custom-form-modal {
    transform: translateY(-100%); }

.modal-control {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 0.5rem;
  color: #acb0b2;
  outline: none !important; }
  .modal-control.close {
    left: auto;
    right: 1rem; }
  .modal-control .icon {
    display: block;
    margin: auto;
    height: 2rem;
    width: 2rem; }
    .modal-control .icon svg {
      fill: #03b5d2; }
    .modal-control .icon:active svg, .modal-control .icon:focus svg, .modal-control .icon:hover svg {
      fill: #03b5d2; }
  @media (min-width: 551px) {
    .modal-control {
      top: 2.5rem;
      left: 2.5rem; }
      .modal-control.close {
        left: auto;
        right: 2.5rem; } }

#drag-drop-form {
  margin: auto;
  max-width: 704px; }

.form-progress-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  max-width: 560px;
  margin: 0 auto 2rem; }

.progress-bar {
  height: 4px;
  background-color: #ebebeb;
  position: absolute;
  top: 0.875rem;
  left: 40px;
  width: calc(100% - 80px);
  z-index: 0; }
  .progress-bar .fill {
    background-color: #03b5d2;
    width: 0;
    height: 100%;
    transition: width 400ms cubic-bezier(0, 0, 0.2, 1); }
  @media (min-width: 551px) {
    .progress-bar {
      left: 55px;
      width: calc(100% - 110px); } }

#drag-drop-form[data-current-step="1"] .progress-bar .fill {
  width: 25%; }

#drag-drop-form[data-current-step="2"] .progress-bar .fill {
  width: 75%; }

#drag-drop-form[data-current-step="3"] .progress-bar .fill {
  width: 100%; }

.step-icon {
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  flex: 0 0 auto;
  position: relative;
  width: 80px; }
  .step-icon .icon {
    background-color: #ebebeb;
    border-radius: 50%;
    display: block;
    margin: 0 auto 0.25rem;
    width: 2rem;
    height: 2rem; }
  .step-icon .icon.envelope svg {
    width: 1rem; }
  .step-icon svg {
    width: 1.25rem;
    height: 2rem; }
  .step-icon .icon.checkmark {
    cursor: pointer;
    background-color: #edf6ff;
    display: none; }
  @media (min-width: 551px) {
    .step-icon {
      width: 110px; } }

#drag-drop-form[data-current-step="1"] .step-icon.contact,
#drag-drop-form[data-current-step="2"] .step-icon.artwork,
#drag-drop-form[data-current-step="3"] .step-icon.rhinestones {
  color: #03b5d2; }

[data-current-step="2"] .step-icon.contact .icon,
[data-current-step="3"] .step-icon.contact .icon,
[data-current-step="3"] .step-icon.artwork .icon {
  display: none; }

#drag-drop-form[data-current-step="1"] .step-icon.contact .icon,
#drag-drop-form[data-current-step="2"] .step-icon.artwork .icon,
#drag-drop-form[data-current-step="3"] .step-icon.rhinestones .icon {
  background-color: #03b5d2; }

#drag-drop-form[data-current-step="1"] .step-icon.contact .icon svg,
#drag-drop-form[data-current-step="2"] .step-icon.artwork .icon svg,
#drag-drop-form[data-current-step="3"] .step-icon.rhinestones .icon svg {
  fill: #fff; }

#drag-drop-form[data-current-step="2"] .step-icon.contact .icon,
#drag-drop-form[data-current-step="3"] .step-icon.artwork .icon {
  background-color: #edf6ff; }

#drag-drop-form[data-current-step="2"] .step-icon.contact .icon,
#drag-drop-form[data-current-step="3"] .step-icon.contact .icon,
#drag-drop-form[data-current-step="3"] .step-icon.artwork .icon {
  display: none; }

#drag-drop-form[data-current-step="2"] .step-icon.contact .icon.checkmark,
#drag-drop-form[data-current-step="3"] .step-icon.contact .icon.checkmark,
#drag-drop-form[data-current-step="3"] .step-icon.artwork .icon.checkmark {
  display: block; }

.form-title {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.5rem; }
  @media (min-width: 551px) {
    .form-title {
      font-size: 1.75rem; } }

.form-section {
  display: none; }

#drag-drop-form[data-current-step="1"] .form-section.one,
#drag-drop-form[data-current-step="2"] .form-section.two,
#drag-drop-form[data-current-step="3"] .form-section.three,
#drag-drop-form.is-success[data-current-step="3"] .form-section.four {
  display: block;
  min-height: 360px;
  margin-bottom: 1.5rem; }

#drag-drop-form.is-success[data-current-step="3"] .form-title,
#drag-drop-form.is-success[data-current-step="3"] .form-section,
#drag-drop-form.is-success[data-current-step="3"] .form-actions,
#drag-drop-form.is-success[data-current-step="3"] .form-progress-nav {
  display: none; }

.form-section .form-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .form-section .form-flex-container.mw-360 {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto; }

.form-section .form-input-container {
  border: none;
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: auto;
  height: auto;
  max-width: 100%;
  padding: 0 0.75rem; }

.form-section .form-input-container label,
.form-section .form-input-container .form-label {
  display: block;
  height: auto; }

.form-section .form-input-container .form-label {
  margin: 1rem 0 0.25rem;
  font-size: 0.875rem;
  font-weight: 500; }

.form-section .form-input-container input[type="text"],
.form-section .form-input-container input[type="email"],
.form-section .form-input-container input[type="tel"],
.form-section .form-input-container input[type="number"] {
  background: #f8f8f8;
  border: 1px solid transparent;
  border-radius: 4px;
  border: none;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 0.75rem;
  width: 100%; }
  .form-section .form-input-container input[type="text"]:hover,
  .form-section .form-input-container input[type="email"]:hover,
  .form-section .form-input-container input[type="tel"]:hover,
  .form-section .form-input-container input[type="number"]:hover {
    border: 1px solid #acb0b2; }
  .form-section .form-input-container input[type="text"]:active, .form-section .form-input-container input[type="text"]:focus,
  .form-section .form-input-container input[type="email"]:active,
  .form-section .form-input-container input[type="email"]:focus,
  .form-section .form-input-container input[type="tel"]:active,
  .form-section .form-input-container input[type="tel"]:focus,
  .form-section .form-input-container input[type="number"]:active,
  .form-section .form-input-container input[type="number"]:focus {
    border: 1px solid #03b5d2; }
  .form-section .form-input-container input[type="text"].is-error,
  .form-section .form-input-container input[type="email"].is-error,
  .form-section .form-input-container input[type="tel"].is-error,
  .form-section .form-input-container input[type="number"].is-error {
    border: 1px solid #a40000 !important; }

@media (min-width: 551px) {
  .form-section .form-input-container.one-half {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; } }

@media (min-width: 801px) {
  .form-section .form-title {
    margin-bottom: 3rem;
    font-size: 1.75rem; } }

.form-section.four {
  padding: 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%; }
  .form-section.four .form-section-heading {
    font-size: 2rem;
    line-height: 1.1;
    margin-top: 0; }
  .form-section.four .success-icon {
    margin-bottom: 1rem; }
  .form-section.four .success-icon .icon {
    height: 4rem;
    width: 4rem; }
    .form-section.four .success-icon .icon svg {
      fill: #00a13b; }
  @media (min-width: 801px) {
    .form-section.four .form-section-heading {
      font-size: 3rem;
      line-height: 1.1;
      margin-top: 0; }
    .form-section.four p {
      font-size: 1.25rem; } }

.row.rsx_table {
  padding: 1rem;
  font-size: 0;
  border: 1px solid #ebebeb;
  border-radius: 0.25rem;
  height: 360px;
  overflow-y: scroll; }
  .row.rsx_table .col-25 {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ebebeb;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    margin: 5px;
    width: calc(50% - 10px); }
  .row.rsx_table img {
    display: block;
    margin: 1rem auto 0.5rem; }
  .row.rsx_table :checked + .col-25 {
    border-color: #03b5d2; }
    .row.rsx_table :checked + .col-25 strong {
      color: #03b5d2; }
  @media (min-width: 551px) {
    .row.rsx_table .col-25 {
      width: calc(33.333% - 10px); } }
  @media (min-width: 801px) {
    .row.rsx_table .col-25 {
      width: calc(25% - 10px); } }

.form-section.two .form-input-container {
  padding: 0; }

.form-section.two .form-input-container label {
  margin: 0; }

.form-section.two .drag-drop-input {
  position: relative;
  padding: 1.5rem 1rem 0.75rem;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  border-radius: 4px;
  margin: 0 0 1rem; }
  .form-section.two .drag-drop-input.is-dragover {
    background-color: #edf6ff; }

.form-section.two .drag-drop-input .status-uploading,
.form-section.two .drag-drop-input .status-success,
.form-section.two .drag-drop-input .status-error {
  display: none; }

.form-section.two .drag-drop-input .file-placeholder,
.form-section.two .drag-drop-input .drag-drop-text {
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1; }
  .form-section.two .drag-drop-input .file-placeholder .clr-blue,
  .form-section.two .drag-drop-input .drag-drop-text .clr-blue {
    display: block;
    font-size: 0.875rem;
    margin: auto;
    width: 90px; }

.form-section.two #artwork-files {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.form-section.two .icon.upload-icon {
  width: 5rem;
  height: 4.5rem;
  display: block;
  margin: auto; }
  .form-section.two .icon.upload-icon svg {
    fill: none;
    stroke: #03b5d2; }

.form-section.two .icon.clear-icon {
  background-color: #ccc;
  border-radius: 50%;
  display: none;
  margin-left: 0.25rem; }
  .form-section.two .icon.clear-icon svg {
    fill: #fff; }

.form-section.two #artwork-files.has-files + label .clear-icon {
  display: inline-block;
  vertical-align: middle; }

.form-section.two .upload-disclaimer {
  text-align: center;
  font-size: 0.75rem;
  padding: 0 2rem; }

.form-section.two .alertBox {
  font-size: 0.875rem; }

.multiple-options-bin .tag {
  cursor: pointer;
  height: 1.5rem !important;
  border: 1px solid #ebebeb;
  border-radius: 1.5rem;
  padding: 0.25rem;
  padding-left: 0.125rem;
  padding-right: 0.375rem;
  display: inline-block !important;
  margin: 0 0.5rem 0.5rem 0 !important;
  overflow: hidden; }
  .multiple-options-bin .tag img,
  .multiple-options-bin .tag strong,
  .multiple-options-bin .tag .tag-close {
    display: inline-block;
    vertical-align: top; }
  .multiple-options-bin .tag img {
    height: 1rem;
    margin: -1px 0 0; }
  .multiple-options-bin .tag strong,
  .multiple-options-bin .tag .tag-close {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1rem;
    margin-left: 0.375rem; }
  .multiple-options-bin .tag .tag-close {
    font-size: 0.875rem;
    width: 0.875rem;
    text-align: center;
    line-height: 0.875rem; }

#drag-drop-form .form-actions {
  position: relative; }
  #drag-drop-form .form-actions .button {
    display: none; }
  #drag-drop-form .form-actions .button.back,
  #drag-drop-form .form-actions .button.skip {
    min-width: unset;
    position: absolute;
    top: 0;
    left: 0; }
  #drag-drop-form .form-actions .button.skip {
    left: auto;
    right: 0; }

#drag-drop-form[data-current-step="1"] .form-actions .button.next,
#drag-drop-form[data-current-step="2"] .form-actions .button.back,
#drag-drop-form[data-current-step="2"] .form-actions .button.next,
#drag-drop-form[data-current-step="2"] .form-actions .button.skip,
#drag-drop-form[data-current-step="3"] .form-actions .button.back,
#drag-drop-form[data-current-step="3"] .form-actions .button.submit {
  display: block;
  margin: auto; }

.button.submit .icon {
  display: none; }

.is-uploading .button.submit .icon {
  display: inline-block; }

#error-msg {
  display: none;
  padding: 1rem;
  border: 1px solid #a40000;
  color: #a40000;
  background-color: #ffdddd;
  border-radius: 4px;
  margin: 0; }
  #error-msg li {
    display: block;
    margin: 0 0 0.25rem;
    font-size: 0.875rem; }

#drag-drop-form.is-error #error-msg {
  display: block; }

#root {
  width: 100%;
  margin: 0 auto;
  display: flex;
  margin-top: 0.5rem;
  flex-direction: column; }
  #root + .productView-price-qty {
    width: 100%; }
  #root .grid-swatch-color-container {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #cccccc;
    border-radius: 3px;
    overflow: hidden;
    height: 30px;
    width: 75px; }
    #root .grid-swatch-color-container div {
      width: 100% !important;
      height: 100% !important; }
  #root .grid-swatch-container {
    max-width: 150px; }
    #root .grid-swatch-container p {
      margin: 0;
      font-size: 0.75rem;
      text-align: center; }
  #root .product-option-grid::-webkit-scrollbar {
    width: 7px;
    /* Adjust the width of the scrollbar */
    border-radius: 5px; }
  #root .product-option-grid::-webkit-scrollbar-track {
    background: white;
    /* Color of the scrollbar track */ }
  #root .product-option-grid::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    /* Color of the scrollbar */
    border-radius: 5px; }
  #root .product-option-grid {
    max-height: 400px;
    overflow-y: auto; }
    #root .product-option-grid .table-header {
      position: sticky;
      top: 0;
      background-color: white;
      z-index: 10;
      padding: 0.25rem 0;
      border-bottom: 1px solid #cccccc;
      margin-bottom: 0.5rem; }
      #root .product-option-grid .table-header .table-cell-body {
        font-size: 0.75rem;
        font-weight: 600;
        line-height: 15px; }
    #root .product-option-grid .table-body {
      display: flex;
      flex-direction: column;
      gap: 0.5rem; }
    #root .product-option-grid input {
      border-radius: 3px !important;
      border: 1px solid #cccccc !important; }
    #root .product-option-grid input:disabled {
      background-color: #cccccc;
      border: 1px solid #535353 !important;
      pointer-events: none; }
    #root .product-option-grid .table-row {
      display: flex;
      align-items: flex-start;
      gap: 0.5rem; }
    #root .product-option-grid .table-cell-head {
      min-width: 5rem;
      max-width: 5rem; }
    #root .product-option-grid .table-cell-body {
      min-width: 50px;
      max-width: 50px;
      text-align: center;
      position: relative;
      overflow: hidden; }
      #root .product-option-grid .table-cell-body.disabled:hover {
        cursor: no-drop; }
      #root .product-option-grid .table-cell-body.disabled:after {
        content: "";
        width: 58.31px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -3px;
        height: 1px;
        background-color: #535353;
        transform: rotate(31deg); }

.visualizer-image-upload-container {
  width: 100%; }

.visualizer-viewport.not-pdp {
  opacity: 1;
  pointer-events: all;
  position: relative;
  z-index: 10;
  background-color: #cccccc;
  min-height: 100vh;
  max-height: 100%; }
  .visualizer-viewport.not-pdp .custom-design-visualizer {
    max-width: 100%;
    padding: 0 1rem;
    max-height: 100%;
    min-height: 100vh; }
  .visualizer-viewport.not-pdp .design-visualizer-actions {
    margin-top: 1.5rem;
    border-radius: 0.3125rem; }
    @media (max-width: 64rem) {
      .visualizer-viewport.not-pdp .design-visualizer-actions {
        margin-top: 0;
        border-radius: 0; } }
  .visualizer-viewport.not-pdp .custom-design-visualizer-image-container {
    max-width: 100%;
    width: fit-content; }

.visualizer-viewport {
  display: flex;
  opacity: 0;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(13, 13, 13, 0.75);
  transition: 150ms; }
  .visualizer-viewport.active {
    opacity: 1;
    pointer-events: all; }

.custom-design-visualizer {
  width: 100%;
  max-width: 80rem;
  background-color: #cccccc;
  border-radius: 0.3125rem;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  max-height: 800px;
  height: 100%; }
  @media (max-width: 64rem) {
    .custom-design-visualizer {
      border-radius: 0;
      max-height: 100%; } }

.design-visualizer-actions {
  display: flex;
  flex-direction: column;
  background-color: white;
  width: 25%;
  min-width: 300px;
  height: 100%;
  z-index: 999999;
  gap: 1rem;
  padding: 1.5rem;
  position: relative;
  transition: 150ms; }
  .design-visualizer-actions.open {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    pointer-events: all;
    background-color: white; }
    .design-visualizer-actions.open div,
    .design-visualizer-actions.open button {
      opacity: 1;
      pointer-events: all; }
    .design-visualizer-actions.open .toggle-visualizer-actions .hamburger {
      display: none; }
    .design-visualizer-actions.open .toggle-visualizer-actions .x-icon {
      display: block; }
  @media (max-width: 64rem) {
    .design-visualizer-actions {
      position: absolute;
      background-color: transparent;
      top: 0;
      left: 0;
      transform: translate3d(-228px, 0, 0); }
      .design-visualizer-actions div,
      .design-visualizer-actions button {
        transition: 150ms;
        opacity: 0;
        pointer-events: none; }
      .design-visualizer-actions .toggle-visualizer-actions {
        display: block;
        pointer-events: all; } }

.toggle-visualizer-actions {
  width: 1.5rem;
  height: 1.5rem;
  align-self: flex-end;
  display: none;
  pointer-events: none; }
  .toggle-visualizer-actions .hamburger {
    display: block; }
  .toggle-visualizer-actions .x-icon {
    display: none; }
  .toggle-visualizer-actions svg {
    fill: #0d0d0d;
    width: 1.5rem;
    height: 1.5rem; }

.productView .design-visualizer-presets {
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 135px; }
  .productView .design-visualizer-presets label {
    font-size: 0.875rem;
    font-weight: 600; }
  .productView .design-visualizer-presets select {
    height: 40px; }

.custom-design-visualizer-sizes,
.design-visualizer-presets {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.25rem;
  align-items: flex-start; }
  .custom-design-visualizer-sizes label,
  .design-visualizer-presets label {
    font-size: 1rem;
    font-weight: 600; }
  .custom-design-visualizer-sizes select,
  .design-visualizer-presets select {
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    border-radius: 0.3125rem;
    width: 100%;
    height: 2rem;
    padding: 0 0.25rem; }
    .custom-design-visualizer-sizes select:hover,
    .design-visualizer-presets select:hover {
      border-color: #0066cc; }

.design-visualizer-inputs-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  position: relative; }

.selected-options-container {
  flex-direction: column;
  gap: 0.5rem; }

.selected-options-label {
  font-weight: 600;
  font-size: 0.875rem; }

.selected-options-size {
  font-size: 1rem;
  width: calc(100% - 4.5rem);
  background-color: #f1f1f1;
  border-radius: 0.3125rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.25rem;
  padding-left: 0.5rem;
  height: 40px;
  position: relative;
  margin-bottom: 1rem; }

.selected-options-container,
#toggle-visualizer {
  display: none; }

.custom-design-visualizer-inputs {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  width: 100%; }
  .custom-design-visualizer-inputs .visualizer-input-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    width: 100%;
    position: relative; }
    .custom-design-visualizer-inputs .visualizer-input-container .width-disclaimer {
      position: absolute;
      left: 5.5rem;
      top: 2px;
      z-index: 999999;
      width: 1rem;
      height: 1rem; }
      .custom-design-visualizer-inputs .visualizer-input-container .width-disclaimer svg {
        width: 0.85rem;
        height: 0.85rem; }
        .custom-design-visualizer-inputs .visualizer-input-container .width-disclaimer svg:hover {
          cursor: pointer; }
        .custom-design-visualizer-inputs .visualizer-input-container .width-disclaimer svg:hover + .width-disclaimer-message {
          opacity: 1; }
      .custom-design-visualizer-inputs .visualizer-input-container .width-disclaimer .width-disclaimer-message {
        background-color: white;
        position: absolute;
        top: 1.5rem;
        left: 0;
        padding: 0.5rem;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
        width: 300px;
        border-radius: 0.3125rem;
        transition: 150ms;
        opacity: 0;
        z-index: 999999;
        font-size: 0.875rem;
        pointer-events: none; }
        @media (max-width: 40rem) {
          .custom-design-visualizer-inputs .visualizer-input-container .width-disclaimer .width-disclaimer-message {
            width: 250px; } }
    .custom-design-visualizer-inputs .visualizer-input-container label {
      font-size: 1rem;
      font-weight: 600; }
    .custom-design-visualizer-inputs .visualizer-input-container input {
      width: 100%;
      font-size: 1.125rem;
      border: 1px solid #f1f1f1;
      background-color: #f1f1f1;
      border-radius: 0.3125rem;
      padding: 0 0 0 0.5rem;
      height: 2rem; }
      .custom-design-visualizer-inputs .visualizer-input-container input:hover {
        border-color: #0066cc; }
      .custom-design-visualizer-inputs .visualizer-input-container input:focus {
        outline: 1px solid #0066cc;
        border-color: #f1f1f1;
        box-shadow: 0px 0px 0px 4px rgba(0, 102, 204, 0.25); }

.custom-design-visualizer-image-container {
  max-width: 40rem;
  width: 100%;
  position: relative;
  margin: auto;
  height: 100%;
  min-width: 640px;
  max-height: 100vh;
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none; }

.square-inches-info {
  font-size: 1rem; }
  .square-inches-info p {
    margin: 0; }
  .square-inches-info span {
    font-size: 1.125rem;
    font-weight: 700; }

#current-square-inches[data-under-limit="true"] {
  color: #298d2b; }

#current-square-inches[data-under-limit="false"] {
  color: #e21017; }

#reset-visualizer {
  color: #0066cc;
  background-color: transparent;
  align-self: flex-end; }
  #reset-visualizer:hover {
    cursor: pointer;
    text-decoration: underline; }

#toggle-visualizer {
  background-color: #0066cc;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  top: 0;
  color: white;
  font-weight: 600;
  padding: 0 1rem;
  border-radius: 0.3125rem;
  transition: 150ms;
  margin-bottom: 1rem; }
  #toggle-visualizer:hover {
    cursor: pointer;
    background-color: #0080ff; }

.save-design-edits {
  background-color: #0066cc;
  color: white;
  font-size: 1.125rem;
  font-weight: 600;
  width: 100%;
  position: absolute;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.3125rem;
  width: calc(100% - 3rem);
  left: 1.5rem;
  bottom: 1.5rem;
  transition: 150ms; }
  .save-design-edits:hover {
    cursor: pointer;
    background-color: #0080ff; }

.custom-design-visualizer-image {
  pointer-events: none;
  height: 100%;
  width: auto;
  max-height: 100vh;
  display: none; }
  .custom-design-visualizer-image.active {
    display: block; }

.custom-design-visualizer-gender-selector {
  display: flex;
  flex-direction: column;
  gap: 0.5rem; }
  .custom-design-visualizer-gender-selector span {
    font-size: 1rem;
    font-weight: 600; }

.gender-selector-groups {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 0.5rem; }

.gender-selector-group {
  width: calc(100% / 3); }
  .gender-selector-group input {
    display: none; }
  .gender-selector-group label {
    width: 100%;
    padding: 0.5rem;
    text-align: center;
    background-color: #f1f1f1;
    display: flex;
    justify-content: center;
    border-radius: 0.3125rem;
    align-items: center;
    transition: 150ms;
    border: 1px solid #f1f1f1; }
    .gender-selector-group label:hover {
      cursor: pointer;
      background-color: rgba(0, 102, 204, 0.1);
      border-color: #0066cc; }
  .gender-selector-group input:checked + label {
    background-color: #0066cc;
    color: white;
    border-color: #0066cc; }
  .gender-selector-group input:disabled + label {
    background-color: #cccccc;
    color: #535353;
    border-color: #cccccc;
    cursor: not-allowed; }

.mobile-dimensions-information {
  display: none; }
  @media (max-width: 48rem) {
    .mobile-dimensions-information {
      display: block;
      position: absolute;
      width: fit-content;
      bottom: 124px;
      left: 1rem;
      background-color: white;
      padding: 0.5rem;
      border-radius: 0.3125rem;
      box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
      font-size: 1rem;
      z-index: 9999; } }

.visualizer-image-thumbnails {
  position: absolute;
  right: 1rem;
  top: 5rem;
  display: flex;
  flex-direction: column;
  z-index: 9999;
  background-color: white;
  border-radius: 0.3125rem; }
  @media (max-width: 48rem) {
    .visualizer-image-thumbnails {
      top: unset;
      flex-direction: row;
      justify-content: center;
      width: 100%;
      right: 0;
      bottom: 0;
      border-radius: 0;
      gap: 1.5rem; } }
  .visualizer-image-thumbnails .visualizer-image-thumbnail {
    width: 4rem;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.5rem; }
    .visualizer-image-thumbnails .visualizer-image-thumbnail:hover {
      cursor: pointer; }
      .visualizer-image-thumbnails .visualizer-image-thumbnail:hover span:after {
        background-color: #0d0d0d; }
    @media (max-width: 48rem) {
      .visualizer-image-thumbnails .visualizer-image-thumbnail {
        width: 30%;
        max-width: 3.5rem;
        padding: 1rem 0; } }
    .visualizer-image-thumbnails .visualizer-image-thumbnail.selected span {
      color: #0066cc; }
      .visualizer-image-thumbnails .visualizer-image-thumbnail.selected span:after {
        background-color: #0066cc; }
    .visualizer-image-thumbnails .visualizer-image-thumbnail span {
      font-weight: 600;
      font-size: 0.875rem;
      position: relative;
      transition: 150ms; }
      .visualizer-image-thumbnails .visualizer-image-thumbnail span:after {
        content: "";
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        background-color: white; }
    .visualizer-image-thumbnails .visualizer-image-thumbnail img {
      width: 100%;
      height: 100%;
      aspect-ratio: 1 / 1;
      background-color: #cccccc;
      object-fit: contain;
      border-radius: 0.3125rem; }

.productView-options .custom-design-visualizer-preserve-aspect-ratio {
  top: 25%; }

.custom-design-visualizer-preserve-aspect-ratio {
  position: absolute;
  top: 42%;
  left: -1.6rem;
  display: flex;
  justify-content: center;
  align-items: center; }
  .custom-design-visualizer-preserve-aspect-ratio input {
    display: none; }
  .custom-design-visualizer-preserve-aspect-ratio .chain-icon {
    width: 2rem;
    height: 2rem;
    display: block;
    position: absolute;
    bottom: 1rem; }
    .custom-design-visualizer-preserve-aspect-ratio .chain-icon:after {
      content: "";
      display: block;
      width: 2rem;
      height: 4rem;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA2MCA2MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMzEuOTI4NiAxLjM3MTQzQzMxLjI1ODUgMS4zNzE0MyAzMC43MTUzIDEuODgzMSAzMC43MTUzIDIuNTE0MjlWMTUuMzE0M0MzMC43MTUzIDE1LjY5MyAzMC4zODkzIDE2IDI5Ljk4NzMgMTZDMjkuNTg1MiAxNiAyOS4yNTkzIDE1LjY5MyAyOS4yNTkzIDE1LjMxNDNWMi41MTQyOUMyOS4yNTkzIDEuMTI1NjggMzAuNDU0NCAwIDMxLjkyODYgMEgzNC4yNjU2QzM0LjY2NzcgMCAzNC45OTM2IDAuMzA3MDA1IDM0Ljk5MzYgMC42ODU3MTRDMzQuOTkzNiAxLjA2NDQyIDM0LjY2NzcgMS4zNzE0MyAzNC4yNjU2IDEuMzcxNDNIMzEuOTI4NloiIGZpbGw9IiMyRTJFMkUiLz4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMzEuOTI4NiA1OC42Mjg2QzMxLjI1ODUgNTguNjI4NiAzMC43MTUzIDU4LjExNjkgMzAuNzE1MyA1Ny40ODU3VjQ0LjY4NTdDMzAuNzE1MyA0NC4zMDcgMzAuMzg5MyA0NCAyOS45ODczIDQ0QzI5LjU4NTIgNDQgMjkuMjU5MyA0NC4zMDcgMjkuMjU5MyA0NC42ODU3VjU3LjQ4NTdDMjkuMjU5MyA1OC44NzQzIDMwLjQ1NDQgNjAgMzEuOTI4NiA2MEgzNC4yNzJDMzQuNjc0MSA2MCAzNSA1OS42OTMgMzUgNTkuMzE0M0MzNSA1OC45MzU2IDM0LjY3NDEgNTguNjI4NiAzNC4yNzIgNTguNjI4NkgzMS45Mjg2WiIgZmlsbD0iIzJFMkUyRSIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNSAyNC44MTg2QzI1IDIyLjE1NzQgMjcuMjM2MyAyMCAyOS45OTQ5IDIwQzMyLjc1MzUgMjAgMzQuOTg5NyAyMi4xNTc0IDM0Ljk4OTcgMjQuODE4NlYyNy45Mjc0QzM0Ljk4OTcgMjguMjk5NCAzNC42NzcxIDI4LjYwMSAzNC4yOTE1IDI4LjYwMUMzMy45MDU5IDI4LjYwMSAzMy41OTMzIDI4LjI5OTQgMzMuNTkzMyAyNy45Mjc0VjI0LjgxODZDMzMuNTkzMyAyMi45MDE0IDMxLjk4MjIgMjEuMzQ3MSAyOS45OTQ5IDIxLjM0NzFDMjguMDA3NSAyMS4zNDcxIDI2LjM5NjQgMjIuOTAxNCAyNi4zOTY0IDI0LjgxODZWMjcuOTI3NEMyNi4zOTY0IDI4LjI5OTQgMjYuMDgzOCAyOC42MDEgMjUuNjk4MiAyOC42MDFDMjUuMzEyNiAyOC42MDEgMjUgMjguMjk5NCAyNSAyNy45Mjc0VjI0LjgxODZaIiBmaWxsPSIjMkUyRTJFIi8+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTI1IDM1LjE4MTRDMjUgMzcuODQyNiAyNy4yMzYzIDQwIDI5Ljk5NDkgNDBDMzIuNzUzNSA0MCAzNC45ODk3IDM3Ljg0MjYgMzQuOTg5NyAzNS4xODE0VjMyLjA3MjZDMzQuOTg5NyAzMS43MDA2IDM0LjY3NzEgMzEuMzk5IDM0LjI5MTUgMzEuMzk5QzMzLjkwNTkgMzEuMzk5IDMzLjU5MzMgMzEuNzAwNiAzMy41OTMzIDMyLjA3MjZWMzUuMTgxNEMzMy41OTMzIDM3LjA5ODYgMzEuOTgyMiAzOC42NTI5IDI5Ljk5NDkgMzguNjUyOUMyOC4wMDc1IDM4LjY1MjkgMjYuMzk2NCAzNy4wOTg2IDI2LjM5NjQgMzUuMTgxNFYzMi4wNzI2QzI2LjM5NjQgMzEuNzAwNiAyNi4wODM4IDMxLjM5OSAyNS42OTgyIDMxLjM5OUMyNS4zMTI2IDMxLjM5OSAyNSAzMS43MDA2IDI1IDMyLjA3MjZWMzUuMTgxNFoiIGZpbGw9IiMyRTJFMkUiLz4NCjwvc3ZnPg0K"); }
  .custom-design-visualizer-preserve-aspect-ratio input:checked + .chain-icon::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA2MCA2MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMzEuOTI4NiAxLjM3MTQzQzMxLjI1ODUgMS4zNzE0MyAzMC43MTUzIDEuODgzMSAzMC43MTUzIDIuNTE0MjlWMTUuMzE0M0MzMC43MTUzIDE1LjY5MyAzMC4zODkzIDE2IDI5Ljk4NzMgMTZDMjkuNTg1MiAxNiAyOS4yNTkzIDE1LjY5MyAyOS4yNTkzIDE1LjMxNDNWMi41MTQyOUMyOS4yNTkzIDEuMTI1NjggMzAuNDU0NCAwIDMxLjkyODYgMEgzNC4yNjU2QzM0LjY2NzcgMCAzNC45OTM2IDAuMzA3MDA1IDM0Ljk5MzYgMC42ODU3MTRDMzQuOTkzNiAxLjA2NDQyIDM0LjY2NzcgMS4zNzE0MyAzNC4yNjU2IDEuMzcxNDNIMzEuOTI4NloiIGZpbGw9IiMyRTJFMkUiLz4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMzEuOTI4NiA1OC42Mjg2QzMxLjI1ODUgNTguNjI4NiAzMC43MTUzIDU4LjExNjkgMzAuNzE1MyA1Ny40ODU3VjQ0LjY4NTdDMzAuNzE1MyA0NC4zMDcgMzAuMzg5MyA0NCAyOS45ODczIDQ0QzI5LjU4NTIgNDQgMjkuMjU5MyA0NC4zMDcgMjkuMjU5MyA0NC42ODU3VjU3LjQ4NTdDMjkuMjU5MyA1OC44NzQzIDMwLjQ1NDQgNjAgMzEuOTI4NiA2MEgzNC4yNzJDMzQuNjc0MSA2MCAzNSA1OS42OTMgMzUgNTkuMzE0M0MzNSA1OC45MzU2IDM0LjY3NDEgNTguNjI4NiAzNC4yNzIgNTguNjI4NkgzMS45Mjg2WiIgZmlsbD0iIzJFMkUyRSIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNSAyNC44MTg2QzI1IDIyLjE1NzQgMjcuMjM2MyAyMCAyOS45OTQ5IDIwQzMyLjc1MzUgMjAgMzQuOTg5NyAyMi4xNTc0IDM0Ljk4OTcgMjQuODE4NlYyNy45Mjc0QzM0Ljk4OTcgMjguMjk5NCAzNC42NzcxIDI4LjYwMSAzNC4yOTE1IDI4LjYwMUMzMy45MDU5IDI4LjYwMSAzMy41OTMzIDI4LjI5OTQgMzMuNTkzMyAyNy45Mjc0VjI0LjgxODZDMzMuNTkzMyAyMi45MDE0IDMxLjk4MjIgMjEuMzQ3MSAyOS45OTQ5IDIxLjM0NzFDMjguMDA3NSAyMS4zNDcxIDI2LjM5NjQgMjIuOTAxNCAyNi4zOTY0IDI0LjgxODZWMjcuOTI3NEMyNi4zOTY0IDI4LjI5OTQgMjYuMDgzOCAyOC42MDEgMjUuNjk4MiAyOC42MDFDMjUuMzEyNiAyOC42MDEgMjUgMjguMjk5NCAyNSAyNy45Mjc0VjI0LjgxODZaIiBmaWxsPSIjMkUyRTJFIi8+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTI1IDM1LjE4MTRDMjUgMzcuODQyNiAyNy4yMzYzIDQwIDI5Ljk5NDkgNDBDMzIuNzUzNSA0MCAzNC45ODk3IDM3Ljg0MjYgMzQuOTg5NyAzNS4xODE0VjMyLjA3MjZDMzQuOTg5NyAzMS43MDA2IDM0LjY3NzEgMzEuMzk5IDM0LjI5MTUgMzEuMzk5QzMzLjkwNTkgMzEuMzk5IDMzLjU5MzMgMzEuNzAwNiAzMy41OTMzIDMyLjA3MjZWMzUuMTgxNEMzMy41OTMzIDM3LjA5ODYgMzEuOTgyMiAzOC42NTI5IDI5Ljk5NDkgMzguNjUyOUMyOC4wMDc1IDM4LjY1MjkgMjYuMzk2NCAzNy4wOTg2IDI2LjM5NjQgMzUuMTgxNFYzMi4wNzI2QzI2LjM5NjQgMzEuNzAwNiAyNi4wODM4IDMxLjM5OSAyNS42OTgyIDMxLjM5OUMyNS4zMTI2IDMxLjM5OSAyNSAzMS43MDA2IDI1IDMyLjA3MjZWMzUuMTgxNFoiIGZpbGw9IiMyRTJFMkUiLz4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjkuOTk0OSAyNi43MzU3QzMwLjM4MDUgMjYuNzM1NyAzMC42OTMxIDI3LjAzNzMgMzAuNjkzMSAyNy40MDkzVjMyLjU5MDZDMzAuNjkzMSAzMi45NjI2IDMwLjM4MDUgMzMuMjY0MiAyOS45OTQ5IDMzLjI2NDJDMjkuNjA5MyAzMy4yNjQyIDI5LjI5NjcgMzIuOTYyNiAyOS4yOTY3IDMyLjU5MDZWMjcuNDA5M0MyOS4yOTY3IDI3LjAzNzMgMjkuNjA5MyAyNi43MzU3IDI5Ljk5NDkgMjYuNzM1N1oiIGZpbGw9IiMyRTJFMkUiLz4NCjwvc3ZnPg0K"); }
  .custom-design-visualizer-preserve-aspect-ratio label {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.3125rem;
    transition: 150ms;
    z-index: 9999;
    position: relative;
    bottom: 4px; }
    .custom-design-visualizer-preserve-aspect-ratio label:hover {
      cursor: pointer; }

.page-preserve-aspect-ratio {
  position: absolute;
  top: 42%;
  left: -1.6rem;
  display: flex;
  justify-content: center;
  align-items: center; }
  .page-preserve-aspect-ratio input {
    display: none; }
  .page-preserve-aspect-ratio .chain-icon {
    width: 2rem;
    height: 2rem;
    display: block;
    position: absolute;
    bottom: 0;
    right: 5px; }
    .page-preserve-aspect-ratio .chain-icon:after {
      content: "";
      display: block;
      width: 2rem;
      height: 5rem;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA2MCA2MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMzEuOTI4NiAxLjM3MTQzQzMxLjI1ODUgMS4zNzE0MyAzMC43MTUzIDEuODgzMSAzMC43MTUzIDIuNTE0MjlWMTUuMzE0M0MzMC43MTUzIDE1LjY5MyAzMC4zODkzIDE2IDI5Ljk4NzMgMTZDMjkuNTg1MiAxNiAyOS4yNTkzIDE1LjY5MyAyOS4yNTkzIDE1LjMxNDNWMi41MTQyOUMyOS4yNTkzIDEuMTI1NjggMzAuNDU0NCAwIDMxLjkyODYgMEgzNC4yNjU2QzM0LjY2NzcgMCAzNC45OTM2IDAuMzA3MDA1IDM0Ljk5MzYgMC42ODU3MTRDMzQuOTkzNiAxLjA2NDQyIDM0LjY2NzcgMS4zNzE0MyAzNC4yNjU2IDEuMzcxNDNIMzEuOTI4NloiIGZpbGw9IiMyRTJFMkUiLz4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMzEuOTI4NiA1OC42Mjg2QzMxLjI1ODUgNTguNjI4NiAzMC43MTUzIDU4LjExNjkgMzAuNzE1MyA1Ny40ODU3VjQ0LjY4NTdDMzAuNzE1MyA0NC4zMDcgMzAuMzg5MyA0NCAyOS45ODczIDQ0QzI5LjU4NTIgNDQgMjkuMjU5MyA0NC4zMDcgMjkuMjU5MyA0NC42ODU3VjU3LjQ4NTdDMjkuMjU5MyA1OC44NzQzIDMwLjQ1NDQgNjAgMzEuOTI4NiA2MEgzNC4yNzJDMzQuNjc0MSA2MCAzNSA1OS42OTMgMzUgNTkuMzE0M0MzNSA1OC45MzU2IDM0LjY3NDEgNTguNjI4NiAzNC4yNzIgNTguNjI4NkgzMS45Mjg2WiIgZmlsbD0iIzJFMkUyRSIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNSAyNC44MTg2QzI1IDIyLjE1NzQgMjcuMjM2MyAyMCAyOS45OTQ5IDIwQzMyLjc1MzUgMjAgMzQuOTg5NyAyMi4xNTc0IDM0Ljk4OTcgMjQuODE4NlYyNy45Mjc0QzM0Ljk4OTcgMjguMjk5NCAzNC42NzcxIDI4LjYwMSAzNC4yOTE1IDI4LjYwMUMzMy45MDU5IDI4LjYwMSAzMy41OTMzIDI4LjI5OTQgMzMuNTkzMyAyNy45Mjc0VjI0LjgxODZDMzMuNTkzMyAyMi45MDE0IDMxLjk4MjIgMjEuMzQ3MSAyOS45OTQ5IDIxLjM0NzFDMjguMDA3NSAyMS4zNDcxIDI2LjM5NjQgMjIuOTAxNCAyNi4zOTY0IDI0LjgxODZWMjcuOTI3NEMyNi4zOTY0IDI4LjI5OTQgMjYuMDgzOCAyOC42MDEgMjUuNjk4MiAyOC42MDFDMjUuMzEyNiAyOC42MDEgMjUgMjguMjk5NCAyNSAyNy45Mjc0VjI0LjgxODZaIiBmaWxsPSIjMkUyRTJFIi8+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTI1IDM1LjE4MTRDMjUgMzcuODQyNiAyNy4yMzYzIDQwIDI5Ljk5NDkgNDBDMzIuNzUzNSA0MCAzNC45ODk3IDM3Ljg0MjYgMzQuOTg5NyAzNS4xODE0VjMyLjA3MjZDMzQuOTg5NyAzMS43MDA2IDM0LjY3NzEgMzEuMzk5IDM0LjI5MTUgMzEuMzk5QzMzLjkwNTkgMzEuMzk5IDMzLjU5MzMgMzEuNzAwNiAzMy41OTMzIDMyLjA3MjZWMzUuMTgxNEMzMy41OTMzIDM3LjA5ODYgMzEuOTgyMiAzOC42NTI5IDI5Ljk5NDkgMzguNjUyOUMyOC4wMDc1IDM4LjY1MjkgMjYuMzk2NCAzNy4wOTg2IDI2LjM5NjQgMzUuMTgxNFYzMi4wNzI2QzI2LjM5NjQgMzEuNzAwNiAyNi4wODM4IDMxLjM5OSAyNS42OTgyIDMxLjM5OUMyNS4zMTI2IDMxLjM5OSAyNSAzMS43MDA2IDI1IDMyLjA3MjZWMzUuMTgxNFoiIGZpbGw9IiMyRTJFMkUiLz4NCjwvc3ZnPg0K"); }
  .page-preserve-aspect-ratio input:checked + .chain-icon::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA2MCA2MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMzEuOTI4NiAxLjM3MTQzQzMxLjI1ODUgMS4zNzE0MyAzMC43MTUzIDEuODgzMSAzMC43MTUzIDIuNTE0MjlWMTUuMzE0M0MzMC43MTUzIDE1LjY5MyAzMC4zODkzIDE2IDI5Ljk4NzMgMTZDMjkuNTg1MiAxNiAyOS4yNTkzIDE1LjY5MyAyOS4yNTkzIDE1LjMxNDNWMi41MTQyOUMyOS4yNTkzIDEuMTI1NjggMzAuNDU0NCAwIDMxLjkyODYgMEgzNC4yNjU2QzM0LjY2NzcgMCAzNC45OTM2IDAuMzA3MDA1IDM0Ljk5MzYgMC42ODU3MTRDMzQuOTkzNiAxLjA2NDQyIDM0LjY2NzcgMS4zNzE0MyAzNC4yNjU2IDEuMzcxNDNIMzEuOTI4NloiIGZpbGw9IiMyRTJFMkUiLz4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMzEuOTI4NiA1OC42Mjg2QzMxLjI1ODUgNTguNjI4NiAzMC43MTUzIDU4LjExNjkgMzAuNzE1MyA1Ny40ODU3VjQ0LjY4NTdDMzAuNzE1MyA0NC4zMDcgMzAuMzg5MyA0NCAyOS45ODczIDQ0QzI5LjU4NTIgNDQgMjkuMjU5MyA0NC4zMDcgMjkuMjU5MyA0NC42ODU3VjU3LjQ4NTdDMjkuMjU5MyA1OC44NzQzIDMwLjQ1NDQgNjAgMzEuOTI4NiA2MEgzNC4yNzJDMzQuNjc0MSA2MCAzNSA1OS42OTMgMzUgNTkuMzE0M0MzNSA1OC45MzU2IDM0LjY3NDEgNTguNjI4NiAzNC4yNzIgNTguNjI4NkgzMS45Mjg2WiIgZmlsbD0iIzJFMkUyRSIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNSAyNC44MTg2QzI1IDIyLjE1NzQgMjcuMjM2MyAyMCAyOS45OTQ5IDIwQzMyLjc1MzUgMjAgMzQuOTg5NyAyMi4xNTc0IDM0Ljk4OTcgMjQuODE4NlYyNy45Mjc0QzM0Ljk4OTcgMjguMjk5NCAzNC42NzcxIDI4LjYwMSAzNC4yOTE1IDI4LjYwMUMzMy45MDU5IDI4LjYwMSAzMy41OTMzIDI4LjI5OTQgMzMuNTkzMyAyNy45Mjc0VjI0LjgxODZDMzMuNTkzMyAyMi45MDE0IDMxLjk4MjIgMjEuMzQ3MSAyOS45OTQ5IDIxLjM0NzFDMjguMDA3NSAyMS4zNDcxIDI2LjM5NjQgMjIuOTAxNCAyNi4zOTY0IDI0LjgxODZWMjcuOTI3NEMyNi4zOTY0IDI4LjI5OTQgMjYuMDgzOCAyOC42MDEgMjUuNjk4MiAyOC42MDFDMjUuMzEyNiAyOC42MDEgMjUgMjguMjk5NCAyNSAyNy45Mjc0VjI0LjgxODZaIiBmaWxsPSIjMkUyRTJFIi8+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTI1IDM1LjE4MTRDMjUgMzcuODQyNiAyNy4yMzYzIDQwIDI5Ljk5NDkgNDBDMzIuNzUzNSA0MCAzNC45ODk3IDM3Ljg0MjYgMzQuOTg5NyAzNS4xODE0VjMyLjA3MjZDMzQuOTg5NyAzMS43MDA2IDM0LjY3NzEgMzEuMzk5IDM0LjI5MTUgMzEuMzk5QzMzLjkwNTkgMzEuMzk5IDMzLjU5MzMgMzEuNzAwNiAzMy41OTMzIDMyLjA3MjZWMzUuMTgxNEMzMy41OTMzIDM3LjA5ODYgMzEuOTgyMiAzOC42NTI5IDI5Ljk5NDkgMzguNjUyOUMyOC4wMDc1IDM4LjY1MjkgMjYuMzk2NCAzNy4wOTg2IDI2LjM5NjQgMzUuMTgxNFYzMi4wNzI2QzI2LjM5NjQgMzEuNzAwNiAyNi4wODM4IDMxLjM5OSAyNS42OTgyIDMxLjM5OUMyNS4zMTI2IDMxLjM5OSAyNSAzMS43MDA2IDI1IDMyLjA3MjZWMzUuMTgxNFoiIGZpbGw9IiMyRTJFMkUiLz4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjkuOTk0OSAyNi43MzU3QzMwLjM4MDUgMjYuNzM1NyAzMC42OTMxIDI3LjAzNzMgMzAuNjkzMSAyNy40MDkzVjMyLjU5MDZDMzAuNjkzMSAzMi45NjI2IDMwLjM4MDUgMzMuMjY0MiAyOS45OTQ5IDMzLjI2NDJDMjkuNjA5MyAzMy4yNjQyIDI5LjI5NjcgMzIuOTYyNiAyOS4yOTY3IDMyLjU5MDZWMjcuNDA5M0MyOS4yOTY3IDI3LjAzNzMgMjkuNjA5MyAyNi43MzU3IDI5Ljk5NDkgMjYuNzM1N1oiIGZpbGw9IiMyRTJFMkUiLz4NCjwvc3ZnPg0K"); }
  .page-preserve-aspect-ratio label {
    bottom: -1.25rem;
    right: 0.75rem;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.3125rem;
    transition: 150ms;
    z-index: 9999;
    position: relative; }
    .page-preserve-aspect-ratio label:hover {
      cursor: pointer; }

#custom-design-visualizer-box {
  position: absolute;
  top: 10%;
  width: 224px;
  height: 224px;
  background-color: transparent;
  padding: 1.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  cursor: grab;
  outline: 1.5px solid #0066cc;
  z-index: 9999; }
  #custom-design-visualizer-box.grabbing {
    cursor: grabbing;
    outline: 2px dashed #0066cc; }
    #custom-design-visualizer-box.grabbing #custom-design-visualizer-resize-handle {
      opacity: 0; }
  #custom-design-visualizer-box span {
    font-size: 0.875rem; }
  #custom-design-visualizer-box img {
    height: 100%;
    width: 100%;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none; }
  #custom-design-visualizer-box #custom-design-visualizer-resize-handle {
    width: 2.25rem;
    z-index: 99999;
    height: 2.25rem;
    background-color: white;
    border: 1px solid #0066cc;
    border-radius: 50%;
    position: absolute;
    bottom: -2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -2rem; }
    #custom-design-visualizer-box #custom-design-visualizer-resize-handle:hover {
      cursor: pointer;
      background-color: #f1f1f1; }
    #custom-design-visualizer-box #custom-design-visualizer-resize-handle svg {
      fill: #0066cc;
      width: 1rem;
      height: 1rem;
      transform: rotate(90deg); }

.visualizer-boundaries-box {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 50%;
  height: 66%;
  left: 50%;
  top: 15%;
  transform: translateX(-50%); }

#show-header {
  position: absolute;
  top: 1.5rem;
  right: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 0.3125rem;
  border: 1px solid #0066cc;
  font-size: 0.875rem;
  color: #0066cc;
  font-weight: 700;
  z-index: 9999;
  cursor: pointer;
  transition: 150ms; }

.visualizer-disclaimer {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0066cc;
  padding: 1px;
  border-radius: 50%; }
  .visualizer-disclaimer:hover {
    cursor: pointer; }
    .visualizer-disclaimer:hover .disclaimer-message {
      opacity: 1; }
  .visualizer-disclaimer svg {
    width: 100%;
    height: 100%;
    fill: white; }
  .visualizer-disclaimer .disclaimer-message {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 20rem;
    right: 0.75rem;
    top: 1.75rem;
    padding: 0.5rem;
    background-color: white;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    border-radius: 0.3125rem;
    font-size: 0.875rem;
    transition: 150ms;
    z-index: 99999; }
