@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  background: #ffffff;
  font-family: "nimbus-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #303030;
  color: #303030;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0.25em;
}

select {
  width: 100%;
  border-radius: 0.25em;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0.25em;
  background: transparent;
  line-height: 1;
}
[data-whatinput=mouse] button {
  outline: 0;
}

.is-visible {
  display: block !important;
}

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

.row {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.46875rem;
  margin-left: -0.46875rem;
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.46875rem;
  padding-left: 0.46875rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.46875rem;
  padding-left: 0.46875rem;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.46875rem;
  padding-left: 0.46875rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}
.column-block {
  margin-bottom: 0.9375rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}

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

p {
  margin-bottom: 1em;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

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

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

small {
  font-size: 0.8125em;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "nimbus-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #dddedc;
  color: #dddedc;
}

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 1.375rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
a {
  line-height: inherit;
  color: #0067c5;
  color: #0067c5;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #005aac;
  color: #005aac;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 90rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 0.0625rem solid #dddedc;
  border-bottom: 0.0625rem solid #dddedc;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1em;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25em;
  list-style-type: disc;
}

ol {
  margin-left: 1.25em;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25em;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1em;
}
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 0.0625rem solid #a3a3a3;
  border-left: 0.0625rem solid #a3a3a3;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #a3a3a3;
  color: #a3a3a3;
}

cite {
  display: block;
  font-size: 0.8125em;
  color: #a3a3a3;
  color: #a3a3a3;
}
cite:before {
  content: "— ";
}

abbr {
  border-bottom: 0.0625rem dotted #0a0a0a;
  border-bottom: 0.0625rem dotted #0a0a0a;
  color: #303030;
  color: #303030;
  cursor: help;
}

figure {
  margin: 0;
}

code {
  padding: 0.125em 0.3125em 0.0625em;
  border: 0.0625rem solid #dddedc;
  border: 0.0625rem solid #dddedc;
  background-color: #efefef;
  background-color: #efefef;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  color: #0a0a0a;
}

kbd {
  margin: 0;
  padding: 0.125em 0.25em 0;
  background-color: #efefef;
  background-color: #efefef;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
  color: #0a0a0a;
  border-radius: 0.25em;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #a3a3a3;
  color: #a3a3a3;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

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

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

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

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

.text-justify {
  text-align: justify;
}
.show-for-print {
  display: none !important;
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 0.125rem solid #dddedc;
  border: 0.125rem solid #dddedc;
  border-radius: 0.25em;
  background-color: #ffffff;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "nimbus-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: #303030;
  color: #303030;
  -webkit-transition: border-color 250ms ease-in-out;
  -o-transition: border-color 250ms ease-in-out;
  transition: border-color 250ms ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 0.125rem solid #a3a3a3;
  border: 0.125rem solid #a3a3a3;
  background-color: #ffffff;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color 250ms ease-in-out;
  -o-transition: border-color 250ms ease-in-out;
  transition: border-color 250ms ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #bfbebe;
  color: #bfbebe;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #bfbebe;
  color: #bfbebe;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #bfbebe;
  color: #bfbebe;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #bfbebe;
  color: #bfbebe;
}

input::placeholder,
textarea::placeholder {
  color: #bfbebe;
  color: #bfbebe;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #efefef;
  background-color: #efefef;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25em;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #303030;
  color: #303030;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
  color: #0a0a0a;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}
.input-group > :first-child {
  border-radius: 0.25em 0 0 0.25em;
}
.input-group > :last-child > * {
  border-radius: 0 0.25em 0.25em 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #dddedc;
  border: 1px solid #dddedc;
  background: #efefef;
  background: #efefef;
  color: #0a0a0a;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 0.0625rem solid #dddedc;
  border: 0.0625rem solid #dddedc;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
  background: #ffffff;
  background: #ffffff;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0.125rem solid #dddedc;
  border: 0.125rem solid #dddedc;
  border-radius: 0.25em;
  background-color: #ffffff;
  background-color: #ffffff;
  font-family: "nimbus-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: normal;
  color: #303030;
  color: #303030;
  -webkit-transition: border-color 250ms ease-in-out;
  -o-transition: border-color 250ms ease-in-out;
  transition: border-color 250ms ease-in-out;
}
select:focus {
  outline: none;
  border: 0.125rem solid #a3a3a3;
  border: 0.125rem solid #a3a3a3;
  background-color: #ffffff;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color 250ms ease-in-out;
  -o-transition: border-color 250ms ease-in-out;
  transition: border-color 250ms ease-in-out;
}
select:disabled {
  background-color: #efefef;
  background-color: #efefef;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0.25em;
}
thead,
tbody,
tfoot {
  border: 1px solid #dddedc;
  border: 1px solid #dddedc;
  background-color: #ffffff;
  background-color: #ffffff;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #efefef;
  background: #efefef;
  color: #303030;
  color: #303030;
}

tfoot {
  background: #efefef;
  background: #efefef;
  color: #303030;
  color: #303030;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #efefef;
  background-color: #efefef;
}

table.unstriped tbody {
  background-color: #ffffff;
  background-color: #ffffff;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #dddedc;
  border-bottom: 1px solid #dddedc;
  background-color: #ffffff;
  background-color: #ffffff;
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #dddedc;
  background-color: #dddedc;
}
table.hover tfoot tr:hover {
  background-color: #dddedc;
  background-color: #dddedc;
}
table.hover tbody tr:hover {
  background-color: #efefef;
  background-color: #efefef;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #dddedc;
  background-color: #dddedc;
}

.table-scroll {
  overflow-x: auto;
}
.table-scroll table {
  width: auto;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
}
.clearfix::after {
  clear: both;
}

/*  */
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 1.25rem;
  background-size: 0.9375rem 0.625rem;
  background-position: 97% center;
  background-origin: padding-box;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,%3Csvg%20viewBox=%220%200%2072%2027%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d=%22M18%200h36L36%2027z%22%20style=%22fill:%20%23a3a3a3;%20fill:%20%23a3a3a3;%22%20fill-rule=%22evenodd%22%20/%3E%3C/svg%3E');
}

input:required:valid {
  border-color: #129134;
  border-color: #129134;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc;
}

.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url('//cdn.shopify.com/s/files/1/0810/5967/t/147/assets/photoswipe.png?v=8827081661663583228') 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url('//cdn.shopify.com/s/files/1/0810/5967/t/147/assets/photoswipe-preloader.gif?v=7700873655460149608') 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /* 
  	The idea of animating inner circle is based on Polymer ("material") loading indicator 
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background-color: #ffffff;
  background-color: #ffffff;
  background-image: url('//cdn.shopify.com/s/files/1/0810/5967/t/147/assets/ajax-loader.gif?v=17252394562530792104');
  background-position: center;
  background-repeat: no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "nimbus-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "nimbus-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/**
 * Settings
 */
/**
 * Easings
 */
/**
 * Core
 */
[data-sal] {
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-sal][data-sal-duration="200"] {
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

[data-sal][data-sal-duration="250"] {
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

[data-sal][data-sal-duration="300"] {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

[data-sal][data-sal-duration="350"] {
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

[data-sal][data-sal-duration="400"] {
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

[data-sal][data-sal-duration="450"] {
  -webkit-transition-duration: 0.45s;
  -o-transition-duration: 0.45s;
  transition-duration: 0.45s;
}

[data-sal][data-sal-duration="500"] {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

[data-sal][data-sal-duration="550"] {
  -webkit-transition-duration: 0.55s;
  -o-transition-duration: 0.55s;
  transition-duration: 0.55s;
}

[data-sal][data-sal-duration="600"] {
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

[data-sal][data-sal-duration="650"] {
  -webkit-transition-duration: 0.65s;
  -o-transition-duration: 0.65s;
  transition-duration: 0.65s;
}

[data-sal][data-sal-duration="700"] {
  -webkit-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

[data-sal][data-sal-duration="750"] {
  -webkit-transition-duration: 0.75s;
  -o-transition-duration: 0.75s;
  transition-duration: 0.75s;
}

[data-sal][data-sal-duration="800"] {
  -webkit-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

[data-sal][data-sal-duration="850"] {
  -webkit-transition-duration: 0.85s;
  -o-transition-duration: 0.85s;
  transition-duration: 0.85s;
}

[data-sal][data-sal-duration="900"] {
  -webkit-transition-duration: 0.9s;
  -o-transition-duration: 0.9s;
  transition-duration: 0.9s;
}

[data-sal][data-sal-duration="950"] {
  -webkit-transition-duration: 0.95s;
  -o-transition-duration: 0.95s;
  transition-duration: 0.95s;
}

[data-sal][data-sal-duration="1000"] {
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

[data-sal][data-sal-duration="1050"] {
  -webkit-transition-duration: 1.05s;
  -o-transition-duration: 1.05s;
  transition-duration: 1.05s;
}

[data-sal][data-sal-duration="1100"] {
  -webkit-transition-duration: 1.1s;
  -o-transition-duration: 1.1s;
  transition-duration: 1.1s;
}

[data-sal][data-sal-duration="1150"] {
  -webkit-transition-duration: 1.15s;
  -o-transition-duration: 1.15s;
  transition-duration: 1.15s;
}

[data-sal][data-sal-duration="1200"] {
  -webkit-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
}

[data-sal][data-sal-duration="1250"] {
  -webkit-transition-duration: 1.25s;
  -o-transition-duration: 1.25s;
  transition-duration: 1.25s;
}

[data-sal][data-sal-duration="1300"] {
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

[data-sal][data-sal-duration="1350"] {
  -webkit-transition-duration: 1.35s;
  -o-transition-duration: 1.35s;
  transition-duration: 1.35s;
}

[data-sal][data-sal-duration="1400"] {
  -webkit-transition-duration: 1.4s;
  -o-transition-duration: 1.4s;
  transition-duration: 1.4s;
}

[data-sal][data-sal-duration="1450"] {
  -webkit-transition-duration: 1.45s;
  -o-transition-duration: 1.45s;
  transition-duration: 1.45s;
}

[data-sal][data-sal-duration="1500"] {
  -webkit-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
}

[data-sal][data-sal-duration="1550"] {
  -webkit-transition-duration: 1.55s;
  -o-transition-duration: 1.55s;
  transition-duration: 1.55s;
}

[data-sal][data-sal-duration="1600"] {
  -webkit-transition-duration: 1.6s;
  -o-transition-duration: 1.6s;
  transition-duration: 1.6s;
}

[data-sal][data-sal-duration="1650"] {
  -webkit-transition-duration: 1.65s;
  -o-transition-duration: 1.65s;
  transition-duration: 1.65s;
}

[data-sal][data-sal-duration="1700"] {
  -webkit-transition-duration: 1.7s;
  -o-transition-duration: 1.7s;
  transition-duration: 1.7s;
}

[data-sal][data-sal-duration="1750"] {
  -webkit-transition-duration: 1.75s;
  -o-transition-duration: 1.75s;
  transition-duration: 1.75s;
}

[data-sal][data-sal-duration="1800"] {
  -webkit-transition-duration: 1.8s;
  -o-transition-duration: 1.8s;
  transition-duration: 1.8s;
}

[data-sal][data-sal-duration="1850"] {
  -webkit-transition-duration: 1.85s;
  -o-transition-duration: 1.85s;
  transition-duration: 1.85s;
}

[data-sal][data-sal-duration="1900"] {
  -webkit-transition-duration: 1.9s;
  -o-transition-duration: 1.9s;
  transition-duration: 1.9s;
}

[data-sal][data-sal-duration="1950"] {
  -webkit-transition-duration: 1.95s;
  -o-transition-duration: 1.95s;
  transition-duration: 1.95s;
}

[data-sal][data-sal-duration="2000"] {
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
}

[data-sal][data-sal-delay="50"] {
  -webkit-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

[data-sal][data-sal-delay="100"] {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

[data-sal][data-sal-delay="150"] {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

[data-sal][data-sal-delay="200"] {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

[data-sal][data-sal-delay="250"] {
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

[data-sal][data-sal-delay="300"] {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

[data-sal][data-sal-delay="350"] {
  -webkit-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

[data-sal][data-sal-delay="400"] {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

[data-sal][data-sal-delay="450"] {
  -webkit-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

[data-sal][data-sal-delay="500"] {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

[data-sal][data-sal-delay="550"] {
  -webkit-transition-delay: 0.55s;
  -o-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

[data-sal][data-sal-delay="600"] {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

[data-sal][data-sal-delay="650"] {
  -webkit-transition-delay: 0.65s;
  -o-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

[data-sal][data-sal-delay="700"] {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

[data-sal][data-sal-delay="750"] {
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

[data-sal][data-sal-delay="800"] {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

[data-sal][data-sal-delay="850"] {
  -webkit-transition-delay: 0.85s;
  -o-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

[data-sal][data-sal-delay="900"] {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

[data-sal][data-sal-delay="950"] {
  -webkit-transition-delay: 0.95s;
  -o-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

[data-sal][data-sal-delay="1000"] {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

[data-sal][data-sal-delay="1050"] {
  -webkit-transition-delay: 1.05s;
  -o-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

[data-sal][data-sal-delay="1100"] {
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

[data-sal][data-sal-delay="1150"] {
  -webkit-transition-delay: 1.15s;
  -o-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

[data-sal][data-sal-delay="1200"] {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

[data-sal][data-sal-delay="1250"] {
  -webkit-transition-delay: 1.25s;
  -o-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

[data-sal][data-sal-delay="1300"] {
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

[data-sal][data-sal-delay="1350"] {
  -webkit-transition-delay: 1.35s;
  -o-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

[data-sal][data-sal-delay="1400"] {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

[data-sal][data-sal-delay="1450"] {
  -webkit-transition-delay: 1.45s;
  -o-transition-delay: 1.45s;
  transition-delay: 1.45s;
}

[data-sal][data-sal-delay="1500"] {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

[data-sal][data-sal-delay="1550"] {
  -webkit-transition-delay: 1.55s;
  -o-transition-delay: 1.55s;
  transition-delay: 1.55s;
}

[data-sal][data-sal-delay="1600"] {
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

[data-sal][data-sal-delay="1650"] {
  -webkit-transition-delay: 1.65s;
  -o-transition-delay: 1.65s;
  transition-delay: 1.65s;
}

[data-sal][data-sal-delay="1700"] {
  -webkit-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

[data-sal][data-sal-delay="1750"] {
  -webkit-transition-delay: 1.75s;
  -o-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

[data-sal][data-sal-delay="1800"] {
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

[data-sal][data-sal-delay="1850"] {
  -webkit-transition-delay: 1.85s;
  -o-transition-delay: 1.85s;
  transition-delay: 1.85s;
}

[data-sal][data-sal-delay="1900"] {
  -webkit-transition-delay: 1.9s;
  -o-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

[data-sal][data-sal-delay="1950"] {
  -webkit-transition-delay: 1.95s;
  -o-transition-delay: 1.95s;
  transition-delay: 1.95s;
}

[data-sal][data-sal-delay="2000"] {
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}

[data-sal][data-sal-easing=linear] {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

[data-sal][data-sal-easing=ease] {
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

[data-sal][data-sal-easing=ease-in] {
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

[data-sal][data-sal-easing=ease-out] {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

[data-sal][data-sal-easing=ease-in-out] {
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

[data-sal][data-sal-easing=ease-in-cubic] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

[data-sal][data-sal-easing=ease-out-cubic] {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-out-cubic] {
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-circ] {
  -webkit-transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-sal][data-sal-easing=ease-out-circ] {
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-sal][data-sal-easing=ease-in-out-circ] {
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-sal][data-sal-easing=ease-in-expo] {
  -webkit-transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -o-transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

[data-sal][data-sal-easing=ease-out-expo] {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-sal][data-sal-easing=ease-in-out-expo] {
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing=ease-in-quad] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sal][data-sal-easing=ease-out-quad] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sal][data-sal-easing=ease-in-out-quad] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sal][data-sal-easing=ease-in-quart] {
  -webkit-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

[data-sal][data-sal-easing=ease-out-quart] {
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-sal][data-sal-easing=ease-in-out-quart] {
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-sal][data-sal-easing=ease-in-quint] {
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[data-sal][data-sal-easing=ease-out-quint] {
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sal][data-sal-easing=ease-in-out-quint] {
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

[data-sal][data-sal-easing=ease-in-sine] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sal][data-sal-easing=ease-out-sine] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sal][data-sal-easing=ease-in-out-sine] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sal][data-sal-easing=ease-in-back] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sal][data-sal-easing=ease-out-back] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sal][data-sal-easing=ease-in-out-back] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/**
 * Animations
 */
[data-sal|=fade] {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

[data-sal|=fade].sal-animate,
body.sal-disabled [data-sal|=fade] {
  opacity: 1;
}

.yotpo.testimonials {
  display: none !important;
}

.yotpo .star-clickable .text-m {
  display: inline-block;
  font-family: "nimbus-sans";
  font-size: 0.75rem;
  line-height: 0.9375rem;
  margin-left: 0.625rem;
  color: #ffffff;
  color: #ffffff;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -29.25rem 0;
  }
  100% {
    background-position: 29.25rem 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -29.25rem 0;
  }
  100% {
    background-position: 29.25rem 0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

a {
  color: inherit;
}

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

::-moz-selection {
  background: #252f4f;
  background: #1d66c7;
  color: #ffffff;
  color: #ffffff;
}

::selection {
  background: #252f4f;
  background: #1d66c7;
  color: #ffffff;
  color: #ffffff;
}

::-moz-selection {
  background: #252f4f;
  background: #1d66c7;
  color: #ffffff;
  color: #ffffff;
}

button {
  cursor: pointer;
  outline: none;
}

blockquote {
  padding: 0;
  margin: 0;
  border: none;
  line-height: 1;
}

html {
  scroll-behavior: smooth;
}

iframe {
  display: block;
  border: none;
}

.h1-s {
  font-family: "triplex-sans";
  font-size: 2.25rem;
  line-height: 2.375rem;
  font-weight: 600;
}

.h2-s {
  font-family: "triplex-sans";
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
}

.h3-s {
  font-family: "triplex-sans";
  line-height: 1;
  font-size: 0.8125rem;
  font-weight: 600;
}

.h3-r {
  font-family: "nimbus-sans";
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 400;
}

.caption {
  font-family: "nimbus-sans";
  font-size: 0.625rem;
  line-height: 1rem;
  letter-spacing: 0.104375rem;
  text-transform: uppercase;
  font-weight: 600;
}

/* ===================================================== */
/* Utility Classes */
/* ===================================================== */
.u-hide {
  display: none !important;
}

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

.justify-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/* ===================================================== */
/* General Objects */
/* ===================================================== */
.o-row {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.o-container {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.o-internal {
  padding-top: 1.5rem;
  padding-bottom: 5rem;
  background-color: #F7F7F7;
}

.o-button, .shopify-challenge__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  margin: 0;
  padding: 0.9375rem;
  font-family: "nimbus-sans";
  font-size: 0.875rem;
  line-height: 0.9375rem;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #e81818;
  background-color: #1d66c7;
  color: #ffffff;
  color: #ffffff;
  border-radius: 6px;
  -webkit-transition: background-color 0.15s ease-out, color 0.15s ease-out, border-color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out, color 0.15s ease-out, border-color 0.15s ease-out;
  transition: background-color 0.15s ease-out, color 0.15s ease-out, border-color 0.15s ease-out;
  -webkit-box-shadow: 0.125rem 0.125rem 0.4375rem 0.125rem rgba(0, 0, 0, 0.4);
  box-shadow: 0.125rem 0.125rem 0.4375rem 0.125rem rgba(0, 0, 0, 0.4);
  min-width: 9.375rem;
}
.o-button:hover, .shopify-challenge__button:hover, .o-button:focus, .shopify-challenge__button:focus {
  border-color: var(--color-button-border-hover);
  background-color: #cf000f;
  background-color: #044dae;
  color: #ffffff;
  color: #e6e6e6;
}
.o-button--secondary {
  background-color: #e81818;
  background-color: #ffffff;
  color: #ffffff;
  color: #1d66c7;
}
.o-button--secondary:hover, .o-button--secondary:focus {
  background-color: transparent;
  border-color: transparent;
  border-color: var(--color-button-border-hover-secondary);
  background-color: #cf000f;
  background-color: #e6e6e6;
  color: #ffffff;
  color: #044dae;
}
.o-button--narrow {
  border-radius: 0.15625rem;
}
.o-button--minwidth {
  min-width: 10.625rem;
}
.o-button--large {
  width: 100%;
  padding: 1rem;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 600;
}

.o-play {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 3.875rem;
  border: 0.125rem solid #e81818;
  border: 0.125rem solid #1d66c7;
  color: #e81818;
  color: #1d66c7;
  border-radius: 2.15625rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  line-height: 1;
  font-size: 1.0625rem;
  font-weight: 600;
  -webkit-transition: color 0.15s ease-out, border-color 0.15s ease-out;
  -o-transition: color 0.15s ease-out, border-color 0.15s ease-out;
  transition: color 0.15s ease-out, border-color 0.15s ease-out;
  --play-circle: #e81818;
  --play-circle: #1d66c7;
  --play-triangle: #ffffff;
  --play-triangle: #ffffff;
}
.o-play.has-text {
  padding-right: 1.4375rem;
  height: 4.5625rem;
}
.o-play.has-text .o-play-icon {
  margin-right: 0.9375rem;
}
.o-play.no-border {
  border: none !important;
}
.o-play:hover, .o-play:focus {
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  --play-circle: #cf000f;
  --play-circle: #044dae;
  --play-triangle: #ffffff;
  --play-triangle: #e6e6e6;
}
.o-play-icon {
  width: 3.125rem;
  height: 3.125rem;
}
.o-play--standard:hover, .o-play--standard:focus {
  border: 0.125rem solid #cf000f;
  border: 0.125rem solid #044dae;
  color: #ffffff;
  color: #e6e6e6;
}
.o-play--secondary {
  border: 0.125rem solid #e81818;
  border: 0.125rem solid #ffffff;
  color: #e81818;
  color: #ffffff;
  --play-circle: #e81818;
  --play-circle: #ffffff;
  --play-triangle: #ffffff;
  --play-triangle: #1d66c7;
}
.o-play--secondary:hover, .o-play--secondary:focus {
  --play-circle: #cf000f;
  --play-circle: #e6e6e6;
  --play-triangle: #ffffff;
  --play-triangle: #044dae;
  border: 0.125rem solid #cf000f;
  border: 0.125rem solid #e6e6e6;
  color: #ffffff;
  color: #044dae;
}

.o-pageTitle {
  text-transform: uppercase;
  text-align: center;
}

.o-pageSubtext {
  margin: 1.5625rem auto;
  font-size: 1.25rem;
  text-align: center;
}

.o-Section {
  margin: 2.44140625rem 0;
}
.o-Section:empty {
  display: none;
}
.o-Section--flush {
  margin: 0;
}

.o-sectionHeading {
  margin: 0 0 1.5625rem 0;
  font-size: 1.25rem;
  text-transform: uppercase;
  text-align: center;
}

.o-sectionSubhead {
  max-width: 50rem;
  margin: 0 auto 1.5625rem auto;
  font-size: 1rem;
  text-align: center;
}
.o-sectionHeading + .o-sectionSubhead {
  margin-top: -1.25rem;
}

/*  */
.o-placeholder {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0 0 100% 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease-out 150ms;
  -o-transition: opacity 300ms ease-out 150ms;
  transition: opacity 300ms ease-out 150ms;
}
.o-placeholder.lazyload {
  opacity: 0;
}
.o-placeholder.lazyloaded {
  opacity: 1;
}
.o-placeholder.has-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,%3Csvg%20viewBox=%220%200%201024%201024%22%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d=%22M872,192%20L152,192%20C129.88,192%20112,209.88%20112,232%20L112,792%20C112,814.08%20129.88,832%20152,832%20L872,832%20C894.12,832%20912,814.08%20912,792%20L912,232%20C912,209.92%20894.12,192%20872,192%20L872,192%20L872,192%20Z%20M832,752%20L192,752%20L192,272%20L832,272%20L832,752%20L832,752%20L832,752%20Z%20M684.6,547.08%20L555.36,611.28%20L404.56,367.24%20L272,672%20L752,672%20L684.6,547.08%20L684.6,547.08%20L684.6,547.08%20Z%20M642,472%20C669.6,472%20692,449.6%20692,422%20C692,394.4%20669.6,372%20642,372%20C614.4,372%20592,394.4%20592,422%20C592,449.6%20614.4,472%20642,472%20L642,472%20L642,472%20Z%22%20style=%22fill:%20%23efefef;%20fill:%20%23efefef;%22%3E%3C/path%3E%3C/svg%3E');
  opacity: 0;
  -webkit-transition: opacity 150ms ease-out;
  -o-transition: opacity 150ms ease-out;
  transition: opacity 150ms ease-out;
}
.o-placeholder.has-icon.lazyload::before, .o-placeholder.has-icon.lazyloading::before, .o-placeholder.has-icon.lazyloaded.has-noImages::before {
  opacity: 1;
}
.o-placeholder > svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #303030;
  fill: #303030;
}

.o-placeholderSvg {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0 0 100% 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #efefef;
  background-color: #efefef;
  border: 0.125rem solid #bfbebe;
  border: 0.125rem solid #bfbebe;
  fill: #a3a3a3;
  fill: #a3a3a3;
}

.o-formErrors {
  max-width: 30rem;
  margin: 1rem auto;
  padding: 1rem;
  font-family: "nimbus-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  background-color: #ffffff;
  background-color: #ffffff;
  border: 0.125rem solid #d50430;
  border: 0.125rem solid #d50430;
  border-radius: 0.25em;
}
.o-formErrors ul {
  margin-bottom: 0;
}

.o-formSuccess {
  color: #129134;
  color: #129134;
  font-weight: 600;
  line-height: 1;
}

/* ===================================================== */
/* User Content (RTE) */
/* ===================================================== */
.o-flexVideo {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.o-flexVideo iframe,
.o-flexVideo object,
.o-flexVideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.o-rte {
  overflow: hidden;
}
.o-rte::before, .o-rte::after {
  display: table;
  content: " ";
}
.o-rte::after {
  clear: both;
}
.o-rte h1 {
  position: relative;
  margin: 0.5em 0 0.25em 0;
  padding: 0;
  font-size: 1.4em;
  text-transform: uppercase;
}
.o-rte h2 {
  position: relative;
  margin: 0.5em 0 0.25em 0;
  padding: 0;
  font-size: 1.25em;
  text-transform: uppercase;
}
.o-rte h3 {
  position: relative;
  margin: 0.5em 0 0.25em 0;
  padding: 0;
  font-size: 1em;
  text-transform: uppercase;
}
.o-rte h4 {
  position: relative;
  margin: 0.5em 0 0.25em 0;
  padding: 0;
  font-size: 1em;
  text-transform: uppercase;
}
.o-rte h5,
.o-rte h6 {
  position: relative;
  margin: 0.5em 0 0.25em 0;
  padding: 0;
  font-size: 1em;
  text-transform: uppercase;
}
.o-rte img {
  max-width: 100%;
}
.o-rte p {
  font-family: "nimbus-sans";
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.o-rte p:last-child {
  margin-bottom: 0;
}
.o-rte p + p {
  margin-top: -0.25em;
}
.o-rte ul,
.o-rte ol,
.o-rte dl {
  font-size: 1em;
}
.o-rte ul {
  list-style: disc outside none;
  padding-left: 1.8em;
  margin: 0 0 1em 0;
}
.o-rte ul ul {
  list-style: circle outside none;
}
.o-rte ul li {
  list-style: inherit;
}
.o-rte ul li p + p {
  margin-top: -1em;
}
.o-rte ol {
  list-style: decimal outside none;
  padding-left: 1.8em;
  margin: 0 0 1em 0;
}
.o-rte ol ol {
  list-style: decimal outside none;
}
.o-rte ol li {
  list-style: inherit;
}
.o-rte ol li p + p {
  margin-top: -1em;
}
.o-rte blockquote h1,
.o-rte blockquote h2,
.o-rte blockquote h3,
.o-rte blockquote h4,
.o-rte blockquote h5,
.o-rte blockquote h6 {
  line-height: 1.4;
}
.o-rte a:not(.o-button):not(.shopify-challenge__button) {
  border-bottom: 0.0625rem solid currentColor;
}
.o-rte iframe,
.o-rte object {
  max-width: 100%;
}
.o-rte figure {
  text-align: center;
  margin: 1em 2.5em;
}
.o-rte figcaption {
  margin: 1em 0;
  font-size: 0.8em;
  font-style: italic;
}
.o-rte .figure {
  text-align: center;
  margin: 1em 2.5em;
}
.o-rte .figure > .caption {
  margin: 1em 0;
  font-size: 0.8em;
  font-style: italic;
}

.Pagination {
  overflow: hidden;
}
.Pagination-items {
  margin: 3.125rem 0 0 0;
  padding: 0;
  font-family: "nimbus-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}
.Pagination-item {
  display: none;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.Pagination-item.is-current {
  display: inline-block;
}
.Pagination-item.is-dimmed {
  display: inline-block;
}
.Pagination-item.is-prev, .Pagination-item.is-next {
  display: inline-block;
}
.Pagination-itemLink {
  display: block;
  min-width: 2.5rem;
  padding: 0.5rem;
  border: 0.0625rem solid #EDEEF4;
  border-radius: 6px;
  color: #303030;
  color: #303030;
  background-color: #FBFCFE;
}
.Pagination-itemLink[aria-hidden] {
  min-width: 0;
  padding: 0.25rem;
  background-color: #ffffff;
  background-color: #ffffff;
  color: #3C3D41;
  border-color: transparent;
  cursor: default;
}
.Pagination-itemLink[aria-disabled] {
  color: #ffffff;
  color: #ffffff;
  background-color: #252f4f;
  background-color: #1d66c7;
}
.Pagination-arrow {
  display: inline-block;
  vertical-align: middle;
}
.Pagination-arrowLink {
  display: block;
  width: 2.5rem;
  padding: 0.25rem;
}

.Header {
  z-index: 30;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.Header-container {
  z-index: 30;
  position: relative;
  background-color: #ffffff;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.125rem 0.5rem 0.0625rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.125rem 0.5rem 0.0625rem rgba(0, 0, 0, 0.08);
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.Header-sections {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.Header-section.is-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
}
.Header-section.is-middle {
  display: none;
}
.Header-section.is-right {
  position: relative;
  top: -0.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.Header-logo {
  width: 4.75rem;
  height: 2.625rem;
  margin-top: -0.1875rem;
  margin-left: 0.625rem;
}
.Header-logoLink {
  display: block;
  font-family: "nimbus-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  color: #303030;
  color: #303030;
}
.Header-logoLink:hover, .Header-logoLink:focus {
  color: #303030;
  color: #303030;
}
.Header-logoFallbackText {
  padding: 1rem 0;
  overflow: hidden;
}
.Header-logoImagePlaceholder {
  width: 5.125rem;
  height: 3.125rem;
  overflow: hidden;
}
.Header-logoImagePlaceholder svg {
  height: 3.125rem;
}
.Header-iconLink {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.Header-iconLink + .Header-iconLink {
  margin-left: 1.4375rem;
}
.Header-icon {
  position: relative;
}
.Header-icon.search {
  position: relative;
  top: 0.1875rem;
  width: 0.9375rem;
}
.Header-icon.cart {
  width: 1.875rem;
}
.Header-icon svg {
  fill: #252f4f;
  fill: #1d66c7;
}
.Header-iconText {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}
.Header-cartItemCount {
  display: block;
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem;
  z-index: 1;
  width: 0.75rem;
  height: 0.75rem;
  font-family: "triplex-sans";
  font-size: 0.6875rem;
  line-height: 0.75rem;
  text-align: center;
  font-weight: 600;
  border-radius: 100%;
  background-color: #FFE200;
  color: #012F51;
}
.Header-cartItemCount[data-item-count="0"] {
  display: none;
}

.HeaderMenu {
  overflow: hidden;
}
.HeaderMenu.is-initialized {
  overflow: visible;
}
.HeaderMenu-item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1.25rem;
  padding: 0;
  border-bottom: 0.125rem solid transparent;
  -webkit-transition: border-color 0.15s ease-out;
  -o-transition: border-color 0.15s ease-out;
  transition: border-color 0.15s ease-out;
}
.HeaderMenu-item.has-dropdown:hover, .HeaderMenu-item.has-dropdown:focus {
  border-color: #1D66C7;
}
.HeaderMenu-itemLink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25rem 0;
  font-size: 1.0625rem;
  line-height: 0.625rem;
  color: #3F5E85;
}
.HeaderMenu-itemLinkIcon {
  position: relative;
  top: -0.0625rem;
  margin-left: 0.375rem;
  width: 0.6875rem;
  height: 0.4375rem;
}

.HeaderDropdown {
  display: block;
  visibility: hidden;
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  z-index: 100;
  opacity: 0;
  -webkit-transition: visibility 0s ease-in-out 0.4s, opacity 0.4s ease-in-out;
  -o-transition: visibility 0s ease-in-out 0.4s, opacity 0.4s ease-in-out;
  transition: visibility 0s ease-in-out 0.4s, opacity 0.4s ease-in-out;
  background-color: #F7F7F7;
  text-align: left;
  white-space: normal;
  -webkit-transform: translateY(0.125rem);
  -ms-transform: translateY(0.125rem);
  transform: translateY(0.125rem);
}
.HeaderDropdown-items {
  max-width: 59.375rem;
  margin: 0 auto;
  padding: 2.8125rem 0 5rem 0;
}
.HeaderDropdown-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.HeaderDropdown-nav {
  max-width: 13rem;
  width: 100%;
}
.HeaderDropdown-category {
  margin-bottom: 1.0625rem;
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #003973;
  color: #003973;
}
.HeaderDropdown-products {
  margin: 0;
  padding: 0;
}
.HeaderDropdown-product + .HeaderDropdown-product {
  margin-top: 0.9375rem;
}
.HeaderDropdown-productName {
  display: block;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  -webkit-transition: color 0.15s ease-out;
  -o-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}
.HeaderDropdown-productQuantity {
  margin-top: 0.3125rem;
  font-size: 0.5625rem;
  line-height: 0.6875rem;
  font-weight: 600;
}
.HeaderDropdown-productCollectionLink {
  margin-top: 1.875rem;
}
.HeaderDropdown-productFooter {
  margin-top: 1.875rem;
}
.HeaderDropdown-productFooter p {
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
.HeaderDropdown-productFooter a {
  color: #252f4f;
  color: #1d66c7;
}
.HeaderMenu-item:hover .HeaderDropdown, .HeaderHamburger:hover .HeaderDropdown, .HeaderHamburger:focus .HeaderDropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.1s, 0s, 0s;
  -o-transition-delay: 0.1s, 0s, 0s;
  transition-delay: 0.1s, 0s, 0s;
}

.HeaderDropdown .HeaderDropdown {
  display: none;
}

.HeaderProduct {
  width: 100%;
  max-width: 40.625rem;
}
.HeaderProduct-card {
  position: relative;
  max-width: 40.625rem;
  max-height: 20.3125rem;
  overflow: hidden;
}
.HeaderProduct-dimmer {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5.9375rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(89, 89, 89, 0)), color-stop(29.61%, rgba(0, 0, 0, 0.38)), to(#000000));
  background: -o-linear-gradient(top, rgba(89, 89, 89, 0) 0%, rgba(0, 0, 0, 0.38) 29.61%, #000000 100%);
  background: linear-gradient(180deg, rgba(89, 89, 89, 0) 0%, rgba(0, 0, 0, 0.38) 29.61%, #000000 100%);
}
.HeaderProduct-body {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25rem 2.8125rem;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.HeaderProduct-title {
  margin-right: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 600;
  color: #ffffff;
  color: #ffffff;
  font-family: "triplex-sans";
}
.HeaderProduct-description {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #3C3D41;
}
.HeaderProduct-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.625rem 0;
}
.HeaderProduct-price {
  font-size: 0.75rem;
  letter-spacing: 0.125rem;
  line-height: 1rem;
  font-weight: 600;
  color: #9595A5;
}
.HeaderProduct .o-placeholder {
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  padding-bottom: 50%;
  background-size: cover;
  background-color: #eeeeee;
}
.HeaderProduct .o-placeholder:hover, .HeaderProduct .o-placeholder:focus {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.HeaderHamburger {
  position: relative;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 0;
  background-color: #252f4f;
  background-color: #1d66c7;
  color: #ffffff;
  color: #ffffff;
}
.HeaderHamburger:hover, .HeaderHamburger:focus {
  outline: none;
}
.HeaderHamburger-bar {
  position: absolute;
  left: 0.9375rem;
  display: block;
  width: 1.0625rem;
  height: 0.125rem;
  border-radius: 0.5rem;
  background-color: currentColor;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.HeaderHamburger-bar:nth-of-type(1) {
  top: 0.875rem;
  -webkit-transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease-out 0.1s;
  transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease-out 0.1s;
  -o-transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s;
  transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s;
  transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s, -webkit-transform 0.3s ease-out 0.1s;
}
.HeaderHamburger-bar:nth-of-type(2) {
  top: 1.375rem;
  -webkit-transition: opacity 0.3s ease-out 0.1s;
  -o-transition: opacity 0.3s ease-out 0.1s;
  transition: opacity 0.3s ease-out 0.1s;
}
.HeaderHamburger-bar:nth-of-type(3) {
  top: 1.875rem;
  -webkit-transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease-out 0.1s;
  transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease-out 0.1s;
  -o-transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s;
  transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s;
  transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s, -webkit-transform 0.3s ease-out 0.1s;
}
.HeaderHamburger.is-active .HeaderHamburger-bar:nth-of-type(1) {
  top: 1.375rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 0.3s ease 0.1s, -webkit-transform 0.3s ease-out 0.5s;
  transition: top 0.3s ease 0.1s, -webkit-transform 0.3s ease-out 0.5s;
  -o-transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s;
  transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s;
  transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s, -webkit-transform 0.3s ease-out 0.5s;
}
.HeaderHamburger.is-active .HeaderHamburger-bar:nth-of-type(2) {
  opacity: 0;
}
.HeaderHamburger.is-active .HeaderHamburger-bar:nth-of-type(3) {
  top: 1.375rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top 0.3s ease 0.1s, -webkit-transform 0.3s ease-out 0.5s;
  transition: top 0.3s ease 0.1s, -webkit-transform 0.3s ease-out 0.5s;
  -o-transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s;
  transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s;
  transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s, -webkit-transform 0.3s ease-out 0.5s;
}

.SearchBox {
  top: 5.1875rem !important;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  background-color: #F7F7F7;
  -webkit-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.SearchBox.is-expanded {
  opacity: 1;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  visibility: visible;
}
.SearchBox-container {
  padding: 0 2.5rem;
  max-width: 59.375rem;
  width: 100%;
  margin: 0 auto;
  overflow: auto;
  max-height: 85vh;
}
.SearchBox-form {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.5rem 0;
  background-color: #F7F7F7;
}
.SearchBox-field {
  height: auto;
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  font-family: "triplex-sans";
  font-size: 1.6875rem;
  line-height: 2.125rem;
  letter-spacing: -0.0625rem;
  font-weight: 600;
  background-color: transparent;
}
.SearchBox-field:placeholder {
  color: #A3A3A3;
}
.SearchBox-field:focus {
  border: none;
  background-color: transparent;
}
.SearchBox-submitButton {
  width: 3.4375rem;
  padding: 0.9375rem;
  border-radius: 0;
}
.SearchBox-submitButton:hover svg {
  fill: #012F51;
}
.SearchBox-submitButton svg {
  fill: #A3A3A3;
}

.SearchBoxResults {
  display: grid;
  grid-gap: 1.25rem;
}
.SearchBoxResults-notfound {
  display: block;
  padding-bottom: 2.5rem;
}
.SearchBoxResults-footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.5rem 0;
  font-size: 0.875rem;
  background-color: #F7F7F7;
}
.SearchBoxResults-seeAll {
  color: #252f4f;
  color: #1d66c7;
}
.SearchBoxResults-close {
  border: none;
  border-radius: 0;
  font-size: inherit;
}

.SearchboxProduct {
  display: -ms-flexbox;
  display: flex;
}
.SearchboxProduct-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -0.1875rem;
}
.SearchboxProduct-title {
  display: block;
  margin-bottom: 0.625rem;
  font-family: "triplex-sans";
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.0125rem;
  font-weight: 600;
  -webkit-transition: color 0.15s ease-out;
  -o-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}
.SearchboxProduct-picture {
  width: 6.875rem;
  height: 6.875rem;
  background-size: cover;
  margin-right: 1.875rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.SearchboxProduct-body {
  display: none;
  font-size: 0.75rem;
}
.SearchboxProduct-body img,
.SearchboxProduct-body iframe,
.SearchboxProduct-body .tabs,
.SearchboxProduct-body em,
.SearchboxProduct-body h1,
.SearchboxProduct-body h2,
.SearchboxProduct-body h3,
.SearchboxProduct-body h4,
.SearchboxProduct-body h5,
.SearchboxProduct-body h6,
.SearchboxProduct-body ol,
.SearchboxProduct-body li,
.SearchboxProduct-body p,
.SearchboxProduct-body #tab1,
.SearchboxProduct-body #tab2,
.SearchboxProduct-body #tab3 {
  display: none;
}
.SearchboxProduct-body #tab1.active {
  display: block;
}
.SearchboxProduct-body > p:first-child,
.SearchboxProduct-body #tab1 p:first-child {
  display: block;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.SearchboxProduct-body p {
  line-height: 1.2;
}
.SearchboxProduct-cta {
  font-size: 0.75rem;
  line-height: 1;
  color: #252f4f;
  color: #1d66c7;
}

.has-open-offcanvas {
  position: fixed !important;
  width: 100%;
}
.has-open-offcanvas #recently-notification {
  z-index: 1 !important;
}
.has-open-offcanvas #ju_bbox {
  display: none !important;
}
.has-open-offcanvas #ju_custom_open_btn {
  display: none !important;
}

.Offcanvas {
  z-index: 0;
  position: fixed;
  top: auto;
  left: 0;
  margin: 0;
  padding: 0;
}
.Offcanvas--left, .Offcanvas--right {
  height: calc(100% - 83px);
  -webkit-transform: translateX(-100%) translateZ(0);
  transform: translateX(-100%) translateZ(0);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  -o-transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  background-color: #fff;
}
.Offcanvas--right {
  width: 100%;
  max-width: 23.6875rem;
  left: auto;
  right: 0;
  top: 5.1875rem;
  -webkit-transform: translateX(100%) translateZ(0);
  transform: translateX(100%) translateZ(0);
}
.Offcanvas.is-expanded {
  z-index: 20;
  -webkit-transform: translateX(0%) translateZ(0);
  transform: translateX(0%) translateZ(0);
}
.Offcanvas-bgDimmer {
  display: none;
  position: fixed;
  top: 5.1875rem;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.has-open-offcanvas .Offcanvas-bgDimmer {
  display: block;
}

.Offcanvas-content {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  margin: 0;
  padding: 0.9375rem 0.9375rem 0 0.9375rem;
}

.OffcanvasSearch form {
  margin: 0 0 1rem 0;
}
.OffcanvasSearch input[type=text] {
  margin: 0;
  padding-left: 2.5rem;
  background-size: auto 45%;
  background-position: 0.75rem center;
  background-repeat: no-repeat;
  background-image: url('//cdn.shopify.com/s/files/1/0810/5967/t/147/assets/icon-search.png?59140');
}
.OffcanvasSearch input[type=text]:focus {
  background-image: url('//cdn.shopify.com/s/files/1/0810/5967/t/147/assets/icon-search-dark.png?59140');
}

.OffcanvasNav {
  font-family: "nimbus-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.OffcanvasNav-items {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
.OffcanvasNav-items .OffcanvasNav-items {
  padding: 0;
  overflow: hidden;
  font-size: 0.8rem;
  -webkit-transition: height 300ms ease-in-out;
  -o-transition: height 300ms ease-in-out;
  transition: height 300ms ease-in-out;
}
.OffcanvasNav-items .OffcanvasNav-items.is-hidden {
  height: 0 !important;
}

.OffcanvasNav-item {
  margin: 0;
  padding: 0;
}
.OffcanvasNav-itemLink {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.5em 0;
  color: #303030;
  color: #303030;
}
.OffcanvasNav-itemLink:hover, .OffcanvasNav-itemLink:focus {
  color: #303030;
  color: #303030;
}
.OffcanvasNav-itemLink.is-active {
  font-weight: bold;
}
.OffcanvasNav-itemLink.is-top {
  padding-right: 0.5rem;
}
.OffcanvasNav-subitems {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 0 1em;
  list-style: none;
  font-size: 0.8rem;
  text-transform: none;
}
.OffcanvasNav-subitem {
  margin: 0;
  padding: 0;
}
.OffcanvasNav-subitemLink {
  display: block;
  margin: 0;
  padding: 0.5em 0;
  color: #303030;
  color: #303030;
}
.OffcanvasNav-subitemLink:hover, .OffcanvasNav-subitemLink:focus {
  color: #303030;
  color: #303030;
}
.OffcanvasNav-subitemLink.is-active {
  font-weight: bold;
}
.OffcanvasNav-chevron {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) translateZ(0) rotate(45deg);
  transform: translateY(-50%) translateZ(0) rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  background: transparent;
  border-top: 0.1rem solid #303030;
  border-top: 0.1rem solid #303030;
  border-right: 0.1rem solid #303030;
  border-right: 0.1rem solid #303030;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  -o-transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}
.OffcanvasNav-itemLink.is-expanded .OffcanvasNav-chevron {
  -webkit-transform: translateY(-50%) translateZ(0) rotate(135deg);
  transform: translateY(-50%) translateZ(0) rotate(135deg);
}

.OffcanvasAccount {
  margin: 1rem 0 0 0;
  padding: 1rem 0 0 0;
  border-top: 1px solid #ccc;
}
.OffcanvasAccount-items {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.OffcanvasAccount-item {
  margin: 0;
  padding: 0;
}
.OffcanvasAccount-item > a {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.7857rem 0;
  color: #303030;
  color: #303030;
}
.OffcanvasAccount-item > a:hover, .OffcanvasAccount-item > a:focus {
  color: #303030;
  color: #303030;
}

.MenuMobile {
  width: 100%;
  top: 5.1875rem;
  background-color: #ffffff;
  background-color: #ffffff;
}
.MenuMobile-content {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.MenuMobile-items {
  margin: 0;
  padding: 0;
}
.MenuMobile-item {
  padding: 0.9375rem 1.25rem;
  background-color: #ffffff;
  background-color: #ffffff;
  border-bottom: 0.0625rem solid #f4f4f4;
  -webkit-transition: color ease 0.3s;
  -o-transition: color ease 0.3s;
  transition: color ease 0.3s;
}
.MenuMobile-item .icon-plus {
  display: -ms-flexbox;
  display: flex;
}
.MenuMobile-item.is-active {
  background-color: #F7F7F7;
}
.MenuMobile-item.is-active .icon-plus {
  display: none;
}
.MenuMobile-item.is-active .icon-minus {
  display: -ms-flexbox;
  display: flex;
}
.MenuMobile-category {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.78125rem;
  color: #003973;
  color: #003973;
}
.MenuMobile-icon {
  display: none;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.5625rem;
  height: 100%;
}
.MenuMobile-icon svg {
  fill: #003973;
  fill: #003973;
}
.MenuMobile-submenu {
  display: none;
  margin: 0.9375rem 0 0 0;
}
.MenuMobile-products {
  margin: 0;
  padding: 0;
}
.MenuMobile-product + .MenuMobile-product {
  margin-top: 0.9375rem;
}
.MenuMobile-productName {
  display: block;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  -webkit-transition: color 0.15s ease-out;
  -o-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}
.MenuMobile-productQuantity {
  margin-top: 0.3125rem;
  font-size: 0.5625rem;
  line-height: 0.6875rem;
  font-weight: 600;
}
.MenuMobile-productCollectionLink {
  margin-top: 1.875rem;
  text-align: center;
}
.MenuMobile-productFooter {
  margin-top: 1.875rem;
  text-align: center;
}
.MenuMobile-productFooter p {
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
.MenuMobile-productFooter a {
  color: #252f4f;
  color: #1d66c7;
}

.MenuMobileLinks {
  padding: 1.25rem;
}
.MenuMobileLinks-item {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #003973;
  color: #003973;
  font-weight: 300;
}
.MenuMobileLinks-item + .MenuMobileLinks-item {
  margin-top: 0.625rem;
}

.Footer {
  margin: 0;
  padding: 3.125rem 0;
  background-color: #252f4f;
  background-color: #1d66c7;
  color: #ffffff;
  color: #ffffff;
}
.Footer hr {
  background-color: #252f4f;
  background-color: #1d66c7;
  opacity: 0.1;
  margin-top: 3.75rem;
  margin-bottom: 4.375rem;
}
.Footer a:hover, .Footer a:focus {
  color: #ffffff;
  color: #ffffff;
}
.Footer p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
.Footer-logo {
  width: 5.1875rem;
  grid-column: 1/3;
  grid-row: 1;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.Footer-logo svg {
  height: 2.5rem;
}
.Footer-sections {
  max-width: 72.5rem;
  margin: 0 auto;
  padding: 0 2.1875rem;
}
.Footer-section {
  display: -ms-flexbox;
  display: flex;
}
@supports (display: grid) {
  .Footer-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 3.125rem;
  }
}
.Footer-section--long {
  display: grid;
}
@supports (display: grid) {
  .Footer-section--long {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 3.125rem;
  }
}

.FooterLogos {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row: 2;
  grid-column: 1/3;
  width: 18.75rem;
  margin-top: -3.125rem;
}
.FooterLogos-img {
  max-width: 5.625rem;
  width: 100%;
  height: 5.625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.FooterMenu {
  width: 100%;
  overflow: hidden;
}
.FooterMenu--newsletter {
  grid-column: 1/3;
  grid-row: 1;
}
.FooterMenu--social {
  grid-column: 1/3;
  grid-row: 2;
}
.FooterMenu-items {
  list-style: none;
  line-height: 1.5rem;
}
.FooterMenu-title {
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}
.FooterMenu-itemLink {
  font-size: 0.875rem;
  line-height: 0.0625rem;
  color: #ffffff;
  color: #ffffff;
}
.FooterMenu-itemLink:hover, .FooterMenu-itemLink:focus {
  color: #ffffff;
  color: #ffffff;
}
.FooterMenu-richtext {
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.875rem;
  font-weight: 300;
  color: #ffffff;
  color: #ffffff;
}

.FooterSocial {
  margin-top: 2.375rem;
}
.FooterSocial-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@supports (display: grid) {
  .FooterSocial-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, 2.6875rem);
    grid-gap: 10px;
  }
}
.FooterSocial-item {
  width: 2.6875rem;
}
@supports (display: grid) {
  .FooterSocial-item {
    width: auto;
  }
}
.FooterSocial-itemLink {
  display: block;
  background-color: #ffffff;
  background-color: #ffffff;
  border-radius: 100%;
  padding: 0.8125rem;
}
.FooterSocial-itemLink svg {
  fill: #252f4f;
  fill: #1d66c7;
}

.FooterNewsletter {
  position: relative;
  margin-top: 2.4375rem;
  max-width: 15.1875rem;
}
.FooterNewsletter.success .o-formSuccess {
  display: block;
}
.FooterNewsletter.success .FooterNewsletter-formBody {
  display: none;
}
.FooterNewsletter input {
  margin: 0;
  padding: 0 0 0 1.125rem;
  height: 2.7rem;
  width: 100%;
  border-radius: 0.225rem;
  background-color: #ffffff;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.125rem 0.0625rem 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 0.125rem 0.0625rem 0 rgba(0, 0, 0, 0.03);
  border: none;
  font-size: 0.7875rem;
  line-height: 1rem;
}
.FooterNewsletter input:focus {
  outline: none;
  border: none;
}
.FooterNewsletter input::-webkit-input-placeholder {
  font-weight: 300;
  color: #aeaeae;
}
.FooterNewsletter input::-moz-placeholder {
  font-weight: 300;
  color: #aeaeae;
}
.FooterNewsletter input:-ms-input-placeholder {
  font-weight: 300;
  color: #aeaeae;
}
.FooterNewsletter input::-ms-input-placeholder {
  font-weight: 300;
  color: #aeaeae;
}
.FooterNewsletter input::placeholder {
  font-weight: 300;
  color: #aeaeae;
}
.FooterNewsletter button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 2.5rem;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 0;
}
.FooterNewsletter .o-placeholder {
  width: 0.3375rem;
  height: 0.84375rem;
}
.FooterNewsletter .o-formSuccess {
  display: none;
}

.FooterCopyRight {
  margin-top: 3.125rem;
  font-size: 0.7875rem;
  line-height: 0.875rem;
  font-weight: 300;
}

/*------------------------------------------------
* Breadcrumbs
------------------------------------------------*/
/*  */
.Breadcrumbs {
  padding: 1em 0;
  font-size: 0.75rem;
  text-transform: uppercase;
  border-top: 0.0625rem solid #efefef;
  border-top: 0.0625rem solid #efefef;
}
.Breadcrumbs-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.Breadcrumbs-item {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 1.25em 0 0;
  line-height: 1.8;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.Breadcrumbs-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) translateZ(0);
  transform: translateY(-50%) translateZ(0);
  width: 1em;
  height: 1em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2020%2020%22%3E%3Cpath%20d=%22M13.25%2010L6.109%202.58a.697.697%200%200%201%200-.979.68.68%200%200%201%20.969%200l7.83%207.908a.697.697%200%200%201%200%20.979l-7.83%207.908a.68.68%200%200%201-.969%200%20.697.697%200%200%201%200-.979L13.25%2010z%22%20style=%22fill:%20%23a3a3a3;%20fill:%20%23a3a3a3;%22%20/%3E%3C/svg%3E');
}
.Breadcrumbs-items .Breadcrumbs-item:last-child {
  padding: 0;
  color: #a3a3a3;
  color: #a3a3a3;
}
.Breadcrumbs-items .Breadcrumbs-item:last-child::after {
  display: none;
}

.Breadcrumbs-item > a {
  color: #303030;
  color: #303030;
  border-bottom: 0.0625rem solid transparent;
  -webkit-transition: border-color 200ms ease-in-out;
  -o-transition: border-color 200ms ease-in-out;
  transition: border-color 200ms ease-in-out;
}
.Breadcrumbs-item > a:hover, .Breadcrumbs-item > a:focus {
  color: #303030;
  color: #303030;
  border-bottom-color: #a3a3a3;
  border-bottom-color: #a3a3a3;
}

.slick-dots li {
  width: auto;
  height: auto;
}
.slick-dots li button {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100%;
  background-color: #D8D8D8;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  background-color: #252f4f;
  background-color: #1d66c7;
}

.Announcement {
  font-family: "triplex-sans";
  font-size: 0.9375rem;
  line-height: 1.125rem;
  font-weight: 600;
  padding-top: 0.40625rem;
  padding-bottom: 0.40625rem;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.Announcement-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.Announcement-center {
  width: 100%;
  text-align: center;
}
.Announcement-left, .Announcement-right {
  display: none;
}
.Announcement strong {
  color: var(--color-highlight);
}
.Announcement-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}
.Announcement-menuItem {
  position: relative;
  padding: 0 0.5rem;
  margin-right: 0.3125rem;
  line-height: 1;
  border-right: 0.0625rem solid #E7E7E7;
}
.Announcement-menuItem:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.Announcement-iconContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.Announcement-menuItemLink {
  text-decoration: underline;
  line-height: 1.2;
}
.Announcement-menuItemLink:hover {
  color: inherit;
}
.Announcement-icon {
  width: 1rem;
  margin-right: 0.9375rem;
}

.Highlights {
  overflow: hidden;
  padding-bottom: 2.5rem;
  max-width: 100%;
}
.Highlights-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 70.3125rem;
  margin-top: -2.1875rem;
  margin-bottom: 0 !important;
  padding-bottom: 3rem;
  overflow: hidden;
}
.Highlights-item {
  width: 11.875rem !important;
  outline: none;
}
.Highlights-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  min-height: 5rem;
}
.Highlights-icon.washing-machine {
  width: 3.8125rem;
}
.Highlights-icon.cover {
  width: 4.1875rem;
}
.Highlights-icon.memory-foam {
  width: 3.8125rem;
}
.Highlights-icon.smell-bed {
  width: 3.8125rem;
}
.Highlights-icon.calendar-day-30 {
  width: 3.625rem;
}
.Highlights-subhead {
  margin-top: 0.1875rem;
  font-size: 1.125rem;
  line-height: 1;
  text-align: center;
}
.Highlights-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.Highlights .slick-list,
.Highlights .slick-track {
  width: 100%;
}
.Highlights .slick-dots {
  bottom: 1.5625rem;
}

.Pawrents {
  padding-top: 0.9375rem;
  padding-bottom: 1.875rem;
  background-color: #F9F9F9;
  overflow: hidden;
  color: #003973;
  color: #003973;
  text-align: center;
}
.Pawrents-title {
  text-align: center;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1rem;
  letter-spacing: 0.125rem;
  font-family: "nimbus-sans";
  color: #252f4f;
  color: #1d66c7;
  font-weight: bold;
}
.Pawrents-slick {
  width: 100%;
  padding-top: 1.75rem;
}
.Pawrents-block {
  outline: none;
}
.Pawrents-text {
  font-family: "nimbus-sans";
  font-weight: 300;
  color: #3C3D41;
  text-align: center;
  line-height: 1.5rem;
  font-size: 1rem;
  max-width: 20.125rem;
  min-height: 6.25rem;
  margin: auto;
  padding-bottom: 1.5625rem;
}
.Pawrents-logo {
  height: 2.5rem;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.Pawrents .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.Pawrents .slick-dots {
  bottom: 0;
  padding-top: 2rem;
  position: relative;
}
.Pawrents .slick-dots li {
  width: 0.5rem;
  height: 0.5rem;
}
.Pawrents-arrow {
  z-index: 1;
  opacity: 0.5;
  width: 2.5rem;
  height: 2.5rem;
}
.Pawrents-arrow:hover {
  opacity: 1;
}
.Pawrents-arrow:before {
  content: "";
}
.Pawrents-arrow svg {
  fill: transparent;
}
.Pawrents-arrow.slick-prev {
  left: -2.5rem;
}
.Pawrents-arrow.slick-next {
  right: -2.5rem;
}

.Pawrent {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 12.5rem;
  min-height: 8.4375rem;
  padding-top: 1.875rem;
  width: 100%;
  margin: 0 1.25rem;
}
.Pawrent-body {
  height: 5rem;
}
.Pawrent-quote {
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: -0.03125rem;
  font-weight: 300;
}
.Pawrent-title {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.3125rem;
}
.Pawrent-title.has-border:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.1875rem;
  margin: 0 auto;
  width: 60%;
  height: 0.125rem;
  background-color: currentColor;
}
.Pawrent-title.is-spaced {
  margin-bottom: 0.625rem;
}
.Pawrent-orte {
  font-family: "nimbus-sans";
  font-weight: 300;
  font-size: 0.875rem;
}
.Pawrent-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.5625rem;
  padding-top: 0.9375rem;
  border-top: 0.0625rem solid #A3A3A3;
  width: 100%;
}
.Pawrent-footer.is-yotpo {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.Pawrent-stars {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  width: 7.25rem;
  height: 1.1875rem;
  margin: 0.125rem auto 0 auto;
}
.Pawrent-magazine {
  width: 4.0625rem;
  margin: 0 auto 0.625rem auto;
}
.Pawrent-magazine .o-placeholder {
  padding-bottom: 26.1538461538%;
}
.Pawrent-yotpo {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.4375rem;
}

.Difference {
  padding-top: 2.6875rem;
  padding-bottom: 3.3125rem;
  margin-top: 3.75rem;
  background-color: #f9f6f8;
}
.Difference-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.Difference-body {
  text-align: center;
  margin: 0 auto;
}
.Difference-title {
  color: #9595A5;
  margin-bottom: 1.125rem;
  position: relative;
  z-index: 2;
}
.Difference-animationContainer {
  display: inline-block;
  width: 2.75rem;
  position: relative;
}
.Difference-animationContainer i {
  visibility: hidden;
}
.Difference-animation {
  position: absolute;
  top: -3.8125rem;
  left: 0.4375rem;
  width: 1.875rem;
}
.Difference-headline {
  margin-bottom: 1.375rem;
  font-family: "triplex-sans";
  font-size: 1.6875rem;
  letter-spacing: -0.0625rem;
  line-height: 2.125rem;
  font-weight: 600;
  text-align: center;
}
.Difference-description p {
  font-size: 1rem;
  line-height: 1.25rem;
}
.Difference-slideshow {
  width: 100%;
  height: 100%;
  margin: 0.625rem auto 0 auto;
}
.Difference-slideshowWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.Difference-slideshowWrapper .slick-slider {
  overflow: hidden;
  -ms-flex: 1;
  flex: 1;
}
.Difference-slideshowContainer {
  height: 100%;
}
.Difference-slide {
  outline: none;
  height: 100%;
}
.Difference .slick-slide img {
  margin: 0 auto;
}
.Difference .slick-list {
  overflow: hidden;
}
.Difference .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.Difference .slick-slide img {
  max-width: 100%;
}
.Difference .slick-dots {
  position: static;
  margin-top: 2.8125rem;
}
.Difference .o-play {
  margin: 2.5rem auto 0 auto;
}

.SocialMedia {
  overflow: hidden;
}
.SocialMedia .slick-initialized .slick-slide {
  display: -ms-flexbox;
  display: flex;
}
.SocialMedia .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.SocialMedia .slick-slide {
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.SocialMedia-container {
  display: -ms-flexbox;
  display: flex;
}
.SocialMedia-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 17.5rem;
  min-height: 27.875rem;
  margin: 0.625rem 0.3125rem 1.875rem 0.3125rem;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 0.5rem 1.25rem 0;
  box-shadow: 0 0.5rem 1.25rem 0;
  overflow: hidden;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  outline: none;
}
.SocialMedia-body {
  padding: 1.5625rem 1.875rem 3.5rem 1.875rem;
  background-color: #ffffff;
  background-color: #ffffff;
  color: #3B3D40;
  text-align: center;
}
.SocialMedia-quote {
  min-height: 5.625rem;
}
.SocialMedia-quote p {
  font-family: "nimbus-sans";
  font-size: 0.875rem;
  line-height: 1;
  font-style: italic;
}
.SocialMedia-quote strong,
.SocialMedia-quote a {
  font-style: inherit;
  font-weight: inherit;
  color: #1D66C7;
}
.SocialMedia-authorContainer {
  margin-top: 1.625rem;
}
.SocialMedia-author {
  display: block;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: -0.0175rem;
  font-weight: 300;
}
.SocialMedia-pet {
  position: relative;
  background-color: #eeeeee;
  max-width: 17.5rem;
  width: 100%;
}
.SocialMedia-petPlaceholder {
  padding-bottom: 100%;
  background-size: cover;
}
.SocialMedia-socialIcon {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  width: 1.25rem;
  height: 1.25rem;
}
.SocialMedia-socialIcon .o-placeholder svg {
  fill: #ffffff;
  fill: #ffffff;
}
.SocialMedia .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.SocialMedia .slick-dots {
  display: none;
}

.Headline {
  padding: 3.125rem 15px;
}
.Headline-headline {
  font-size: 1.75rem;
  line-height: 1.875rem;
  font-weight: 300;
  text-align: center;
  color: #003973;
  color: #003973;
}

.InternalHeadline {
  max-width: 45.625rem;
  margin: 0 auto;
  padding: 0 0 3.125rem 0;
  text-align: center;
}
.InternalHeadline-title {
  font-weight: 600;
  color: #3c3d41;
}
.InternalHeadline-description {
  margin-top: 1.5625rem;
  padding: 0 0.9375rem;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
}
.FeaturedProducts-product {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #eeeeee;
  height: 100%;
  max-height: 37.5rem;
}
.FeaturedProducts-dimmer {
  z-index: 1;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 8.4375rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(89, 89, 89, 0)), color-stop(29.61%, rgba(0, 0, 0, 0.38)), to(#000000));
  background: -o-linear-gradient(top, rgba(89, 89, 89, 0) 0%, rgba(0, 0, 0, 0.38) 29.61%, #000000 100%);
  background: linear-gradient(180deg, rgba(89, 89, 89, 0) 0%, rgba(0, 0, 0, 0.38) 29.61%, #000000 100%);
}
.FeaturedProducts-imagePlaceholder {
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  background-size: cover;
}
.FeaturedProducts-imagePlaceholder:hover, .FeaturedProducts-imagePlaceholder:focus {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}
.FeaturedProducts-content {
  padding: 0.625rem;
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  color: #ffffff;
  text-align: center;
}
.FeaturedProducts-title {
  margin-bottom: 0.5rem;
  font-family: "triplex-sans";
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
}
.FeaturedProducts-description {
  font-size: 1.0625rem;
  letter-spacing: 0.025rem;
}
.FeaturedProducts-btn-mobile {
  display: table;
  margin: 1.25rem auto;
}
.FeaturedProducts-btn-desktop {
  display: none;
}

.FeaturedProductsFullScreen {
  position: relative;
  height: 100%;
  overflow: hidden;
  background-color: #eeeeee;
}
.FeaturedProductsFullScreen-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.FeaturedProductsFullScreen-dimmer {
  z-index: 1;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 10.9375rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(89, 89, 89, 0)), color-stop(29.61%, rgba(0, 0, 0, 0.38)), to(#000000));
  background: -o-linear-gradient(top, rgba(89, 89, 89, 0) 0%, rgba(0, 0, 0, 0.38) 29.61%, #000000 100%);
  background: linear-gradient(180deg, rgba(89, 89, 89, 0) 0%, rgba(0, 0, 0, 0.38) 29.61%, #000000 100%);
}
.FeaturedProductsFullScreen-content {
  padding: 0.625rem;
  position: relative;
  z-index: 2;
  color: #ffffff;
  color: #ffffff;
  text-align: center;
}
.FeaturedProductsFullScreen-title {
  font-family: "triplex-sans";
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
}
.FeaturedProductsFullScreen-imagePlaceholder {
  background-size: cover;
  background-position: center;
}
.FeaturedProductsFullScreen .o-button, .FeaturedProductsFullScreen .shopify-challenge__button {
  margin-top: 1.25rem;
}
.FeaturedProductsFullScreen .yotpo {
  margin-bottom: 0.625rem;
}
.FeaturedProductsFullScreen .yotpo.bottomLine {
  float: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.FeaturedProductsFullScreen .text-m {
  color: #ffffff !important;
  color: #ffffff !important;
}

.FeaturedVideo {
  position: relative;
  height: 17.1875rem;
  overflow: hidden;
  color: #ffffff;
  color: #ffffff;
}
.FeaturedVideo-dimmer {
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 8.3125rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(89, 89, 89, 0)), color-stop(29.61%, rgba(0, 0, 0, 0.38)), to(#000000));
  background: -o-linear-gradient(top, rgba(89, 89, 89, 0) 0%, rgba(0, 0, 0, 0.38) 29.61%, #000000 100%);
  background: linear-gradient(180deg, rgba(89, 89, 89, 0) 0%, rgba(0, 0, 0, 0.38) 29.61%, #000000 100%);
}
.FeaturedVideo-image {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
}
.FeaturedVideo-image .o-placeholder {
  background-size: cover;
  background-position: center;
}
.FeaturedVideo-heading {
  font-family: "triplex-sans";
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 800;
}
.FeaturedVideo-subhead p {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: -0.0125rem;
}
.FeaturedVideo-container {
  z-index: 3;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.FeaturedVideo-content {
  padding: 0.625rem;
  max-width: 35.625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.Testimonials {
  overflow: hidden;
  padding-top: 2.5rem;
  background: #F9F9F9;
}
.Testimonials-title {
  text-align: center;
  color: #9595A5;
}
.Testimonials .slick-list {
  padding: 0 !important;
}
.Testimonials .slick-initialized .slick-slide {
  display: -ms-flexbox;
  display: flex;
}
.Testimonials .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.Testimonials .slick-slide {
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.Testimonials-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.Testimonials-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 100vw;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  outline: none;
  padding: 6.25rem 0.625rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.Testimonials-item.slick-current {
  opacity: 1;
}
.Testimonials-icon {
  position: absolute;
  top: 1.875rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2rem;
  height: 1.5625rem;
}
.Testimonials-icon svg {
  fill: #EEEEEE;
}
.Testimonials-pet {
  width: 100%;
  height: 100%;
  max-width: 6.5625rem;
  max-height: 6.5625rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5625rem;
  border-radius: 100%;
  background-color: #eeeeee;
  overflow: hidden;
}
.Testimonials-quote {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.Testimonials-quote p {
  font-family: "nimbus-sans";
  font-size: 1.5rem;
  letter-spacing: -0.02375rem;
  line-height: 1.8125rem;
  font-weight: 300;
  color: #3B3D40;
}
.Testimonials-quote b {
  color: #252f4f;
  color: #1d66c7;
  font-weight: 400;
}
.Testimonials-authorContainer {
  margin-top: 0.9375rem;
}
.Testimonials-author {
  display: block;
  border-bottom: none !important;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: -0.0175rem;
  font-weight: 300;
  color: #3B3D40;
}
.Testimonials .slick-dots {
  bottom: 3.4375rem;
}
.Testimonials .slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* ===================================================== */
/* Home Page */
/* ===================================================== */
.IndexSection--flush + .IndexSection--flush {
  margin-top: -3.125rem;
}
.IndexSection.BannerGrid {
  margin: 0 0 1.25rem 0;
}
.IndexSection.BannerGrid + .IndexSection.BannerGrid {
  margin-top: -1.25rem;
}
.IndexSection.FeatureRow + .IndexSection.FeatureRow {
  margin-top: 2.1875rem;
}

.IndexBlog-items {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.IndexBlog-item {
  width: 100%;
  max-width: 20rem;
  margin: 0 auto 1rem auto;
  text-align: left;
}

.IndexBlog-itemLink {
  display: block;
  background-color: #dadada;
  background-color: #dadada;
  color: #ffffff;
  color: #ffffff;
}
.IndexBlog-itemLink:hover, .IndexBlog-itemLink:focus {
  color: #ffffff;
  color: #ffffff;
}
.IndexBlog-itemImage {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0 0 100% 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.IndexBlog-itemDimmer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0a0a0a;
  background-color: #0a0a0a;
  opacity: 0.4;
  -webkit-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.IndexBlog-itemLink:hover .IndexBlog-itemDimmer, .IndexBlog-itemLink:focus .IndexBlog-itemDimmer {
  opacity: 0.5;
}

.IndexBlog-itemCaption {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateZ(0);
  transform: translateY(-50%) translateZ(0);
  width: 100%;
  padding: 0 1rem;
}
.IndexBlog-itemInfo {
  position: absolute;
  bottom: 100%;
  left: 1rem;
  margin: 0 0 0.5rem 0;
  font-size: 0.8rem;
}
.IndexBlog-itemTitle {
  overflow: hidden;
  margin: 0;
  line-height: 1.3;
}

.Slideshow {
  height: calc(100vh - 5.1875rem);
}
.Slideshow-container {
  position: relative;
  height: 100%;
  border-radius: 0 0 20% 0;
  overflow: hidden;
}
.Slideshow-placeholder {
  height: 100%;
  background-color: #0a0a0a;
  background-color: #0a0a0a;
  background-color: #eeeeee;
}
.Slideshow-items {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.SlideshowItem {
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}
.SlideshowItem-link {
  display: block;
  color: #ffffff;
  color: #ffffff;
}
.SlideshowItem-link:focus, .SlideshowItem-link:hover {
  color: #ffffff;
  color: #ffffff;
}
.SlideshowItem-imagePlaceholder {
  height: 100%;
  background-size: cover;
  background-color: #dddedc;
  background-color: #dddedc;
}
.SlideshowItem-dimmer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.SlideshowItem-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.SlideshowItem-captionContainer {
  position: absolute;
  top: 2.8125rem;
  left: 0;
  right: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out 300ms;
  -o-transition: opacity 300ms ease-in-out 300ms;
  transition: opacity 300ms ease-in-out 300ms;
  text-align: center;
}
.SlideshowItem-captionContainer[data-position~=center] {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.slick-current .SlideshowItem-captionContainer {
  opacity: 1;
}

.Slideshow-items[data-item-count="0"] .SlideshowItem-captionContainer {
  opacity: 1;
}

.Slideshow-items[data-item-count="1"] .SlideshowItem-captionContainer {
  opacity: 1;
}

.SlideshowItem-caption {
  padding: 0.625rem;
  max-width: 32.5rem;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  color: #ffffff;
}
.SlideshowItem-heading {
  margin: 0;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  font-family: "triplex-sans";
  font-size: 2.6875rem;
  line-height: 3.125rem;
  letter-spacing: -0.0625rem;
  font-weight: 600;
}
.SlideshowItem-heading:only-child {
  margin-bottom: 0;
}
.SlideshowItem-heading > small {
  font-size: 0.5em;
  font-weight: normal;
}
.SlideshowItem-subhead {
  margin: 0.5rem 0 0 0;
}
.SlideshowItem-ctaContainer {
  margin: 2.5rem 0 0 0;
}
.SlideshowItem-caption .SlideshowItem-ctaContainer:only-child {
  margin: 0;
}

.SlideshowControls-arrows {
  display: none;
  margin: 0;
}
.SlideshowControls-arrow {
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%) translateZ(0);
  transform: translateY(-50%) translateZ(0);
  width: 4rem;
  margin: 0;
  padding: 0.875rem;
  line-height: 0;
  background-color: transparent;
  color: #ffffff;
  color: #ffffff;
  border: none;
  border-radius: 4rem;
  opacity: 0.5;
  -webkit-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}
.SlideshowControls-arrow:hover {
  opacity: 0.9;
}
.SlideshowControls-arrow:hover, .SlideshowControls-arrow:focus {
  outline: none;
}
.SlideshowControls-arrow[data-action=next] {
  left: auto;
  right: 1rem;
}
.SlideshowControls-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-color: #ffffff;
  opacity: 0.25;
  border-radius: 4rem;
}
.SlideshowControls-arrowIcon {
  width: 100%;
}
.SlideshowControls-arrowIcon svg {
  fill: #ffffff;
  fill: #ffffff;
}
.SlideshowControls-dots {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  margin: 0.5em 0;
  font-size: 0.64rem;
  text-align: center;
}
.SlideshowControls-dot {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0;
  padding: 0.5em;
}
.SlideshowControls-dotRadio {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.SlideshowControls-dotLabel {
  display: block;
  position: relative;
  width: 1em;
  height: 1em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  background-color: transparent;
  border: 0.125rem solid #bfbebe;
  border: 0.125rem solid #bfbebe;
  border-radius: 1em;
  -webkit-transition: background-color 250ms ease-in-out;
  -o-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
}
.SlideshowControls-dotRadio + .SlideshowControls-dotLabel {
  display: block;
  margin: 0;
}

.SlideshowControls-dotRadio:checked + .SlideshowControls-dotLabel {
  background-color: #bfbebe;
  background-color: #bfbebe;
}

/* ===================================================== */
/* Banner Grid */
/* ===================================================== */
.BannerGrid {
  text-align: center;
}
.BannerGrid-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.BannerGrid-item {
  width: 100%;
  max-width: 20rem;
  margin: 0 auto 1.875rem auto;
  padding: 0 0.625rem;
}

.BannerGrid-itemLink {
  display: block;
  color: #ffffff;
  color: #ffffff;
}
.BannerGrid-itemLink:hover, .BannerGrid-itemLink:focus {
  color: #ffffff;
  color: #ffffff;
  outline: none;
}
.BannerGrid-itemDimmer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0a0a0a;
  background-color: #0a0a0a;
  opacity: 0.2;
  -webkit-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}
.BannerGrid-item:hover .BannerGrid-itemDimmer, .BannerGrid-itemLink:focus .BannerGrid-itemDimmer {
  opacity: 0.3;
}

.BannerGrid-itemPlaceholder {
  padding: 0 0 100% 0;
  background-size: cover;
}

.BannerGrid-caption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 1rem;
  font-size: 0.625rem;
  -webkit-transform: translateY(-50%) translateZ(0);
  transform: translateY(-50%) translateZ(0);
}
.BannerGrid-itemHeading {
  font-family: "nimbus-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
}
.BannerGrid-itemSubhead {
  font-size: 1.25em;
}
.BannerGrid-itemButton {
  margin: 0;
  font-size: 1em;
  background-color: transparent;
  border-color: transparent;
}
.BannerGrid-itemButton:hover, .BannerGrid-itemButton:focus {
  background-color: transparent;
  border-color: transparent;
}
.BannerGrid-itemHeading + .BannerGrid-itemButton {
  margin: 1.25em 0 0 0;
}

.BannerGrid-itemSubhead + .BannerGrid-itemButton {
  margin: 1.25em 0 0 0;
}

.FeatureRow {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.FeatureRow-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.FeatureRow-textContainer {
  max-width: 31.25rem;
  margin-top: 1.5625rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.FeatureRow-headline {
  color: #3C3D41;
}
.FeatureRow-description {
  margin-top: 1.375rem;
}
.FeatureRow-description p {
  font-size: 1rem;
  line-height: 1;
  color: #656B6F;
}
.FeatureRow-description a {
  text-decoration: underline;
}
.FeatureRow-description, .FeatureRow-buttonContainer {
  margin-top: 0.9375rem;
}
.FeatureRow .caption {
  margin-bottom: 1.0625rem;
  color: #9595A5;
}

.Newsletter {
  position: relative;
  text-align: center;
  padding-top: 4.375rem;
  background-color: #f9f9f9;
  color: #3c3d41;
  overflow: hidden;
}
.Newsletter-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
  height: 100%;
}
.Newsletter-content {
  z-index: 2;
}
.Newsletter-pet {
  margin-top: 3.125rem;
  width: 50%;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
}
.Newsletter-pet .o-placeholder {
  background-position: bottom center;
  background-repeat: no-repeat;
}
.Newsletter-heading {
  font-family: "triplex-sans";
  font-size: 1.6875rem;
  line-height: 2.125rem;
  letter-spacing: -0.0625rem;
  font-weight: 600;
}
.Newsletter-subheading {
  margin-top: 0.9375rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}
.Newsletter input[type=email] {
  width: 100%;
  height: 100%;
  max-width: 12.8125rem;
  margin: 0;
  padding-left: 1rem;
  background-color: #ffffff;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
}
.Newsletter-submit {
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0 0.25rem 0.25rem 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  min-width: 8.4375rem;
  background-color: #252f4f;
  background-color: #1d66c7;
  font-family: "nimbus-sans";
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
  color: #ffffff;
}
.Newsletter-submit::-webkit-input-placeholder {
  color: #aaaaaa;
}
.Newsletter-submit::-moz-placeholder {
  color: #aaaaaa;
}
.Newsletter-submit:-ms-input-placeholder {
  color: #aaaaaa;
}
.Newsletter-submit::-ms-input-placeholder {
  color: #aaaaaa;
}
.Newsletter-submit::placeholder {
  color: #aaaaaa;
}
.Newsletter-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 23.4375rem;
  margin: 2.375rem auto 0 auto;
  height: 2.8125rem;
}
.Newsletter-form.success .o-formSuccess {
  display: block;
}
.Newsletter-form.success .Newsletter-formBody {
  display: none;
}
.Newsletter-formBody {
  display: -ms-flexbox;
  display: flex;
}
.Newsletter .o-formSuccess {
  display: none;
}

.Lightbox {
  z-index: 50;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.Lightbox.is-open {
  visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.Lightbox.is-open .Lightbox-dimmer,
.Lightbox.is-open .Lightbox-content {
  opacity: 1;
}
.Lightbox.is-open .Lightbox-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.Lightbox-grid {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.Lightbox-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.Lightbox-closeContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.Lightbox-close {
  z-index: 1;
  position: relative;
  right: -2.5rem;
  top: 0;
  width: 6.25rem;
  height: 5rem;
  padding: 0 2.5rem;
}
.Lightbox-close svg {
  color: #ffffff;
  color: #ffffff;
}
.Lightbox-close:hover svg {
  color: #252f4f;
  color: #1d66c7;
}
.Lightbox-content {
  height: calc(100vh - 10rem);
  max-height: 48rem;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.Lightbox-content video,
.Lightbox-content iframe {
  display: block;
}
.Lightbox-dimmer {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.Lightbox iframe,
.Lightbox video {
  width: 100%;
  height: 100%;
}
.Lightbox video {
  background-color: #0a0a0a;
  background-color: #0a0a0a;
}

.ProductCard {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #ffffff;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.125rem 0.375rem 0 rgba(69, 73, 91, 0.08);
  box-shadow: 0 0.125rem 0.375rem 0 rgba(69, 73, 91, 0.08);
  overflow: hidden;
}
.ProductCard-header, .ProductCard-body, .ProductCard-footer {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.ProductCard-header {
  padding-top: 2.1875rem;
}
.ProductCard-title {
  font-family: "triplex-sans";
  font-size: 1.75rem;
  line-height: 2.1875rem;
  font-weight: 600;
}
.ProductCard-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.9375rem;
  margin-bottom: 1.25rem;
}
.ProductCard-material {
  font-size: 12px;
  line-height: 18px;
}
.ProductCard-gallery {
  overflow: hidden;
}
.ProductCard-galleryItem {
  float: left;
}
.ProductCard-galleryPlaceholder {
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  padding-bottom: 81.0810810811%;
}
.ProductCard-galleryPlaceholder:hover, .ProductCard-galleryPlaceholder:focus {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}
.ProductCard-thumbGalleryThumbPlaceholder {
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  background-size: cover;
}
.ProductCard-thumbGalleryThumbPlaceholder:hover, .ProductCard-thumbGalleryThumbPlaceholder:focus {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}
.ProductCard-body {
  padding-top: 1.25rem;
}
.ProductCard-prices {
  padding-top: 0.125rem;
}
.ProductCard-originalPrice {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #9196A8;
  text-decoration: line-through;
  margin-bottom: 0.25rem;
}
.ProductCard-currentPrice {
  display: inline-block;
  margin-right: 0.625rem;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  font-weight: 600;
}
.ProductCard-priceSave {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #218130;
}
.ProductCard-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.ProductCard-thumbGallery {
  display: -ms-flexbox;
  display: flex;
  width: 9.6875rem;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
.ProductCard-thumbGallery.slick-slider {
  opacity: 1;
  display: block;
}
.ProductCard-thumbGallery .slick-list {
  margin-right: -0.625rem;
}
.ProductCard-thumbGallery .slick-slide {
  margin-right: 0.625rem;
}
.ProductCard-thumbGallery .slick-track {
  min-width: 6.25rem;
}
.ProductCard-thumbGalleryThumb {
  border: 0.0625rem solid #E4E5EC;
  outline: none;
}
.ProductCard-description {
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
}
.ProductCard-description img,
.ProductCard-description iframe,
.ProductCard-description .tabs,
.ProductCard-description em,
.ProductCard-description h1,
.ProductCard-description h2,
.ProductCard-description h3,
.ProductCard-description h4,
.ProductCard-description h5,
.ProductCard-description h6,
.ProductCard-description ol,
.ProductCard-description li,
.ProductCard-description p,
.ProductCard-description #tab1,
.ProductCard-description #tab2,
.ProductCard-description #tab3 {
  display: none;
}
.ProductCard-description #tab1.active {
  display: block;
}
.ProductCard-description > p:first-child,
.ProductCard-description #tab1 p:first-child {
  display: block;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ProductCard-description p {
  font-size: 0.9375rem;
  line-height: 1.5rem;
}
.ProductCard-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  -webkit-box-shadow: 0 -1px 0 0 #EDEEF4;
  box-shadow: 0 -1px 0 0 #EDEEF4;
  background-color: #FBFCFE;
}
.ProductCard-cta {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #1D66C7;
}
.ProductCard-options {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #868686;
}

.ProductCardNew {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #ffffff;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.125rem 0.375rem 0 rgba(69, 73, 91, 0.08);
  box-shadow: 0 0.125rem 0.375rem 0 rgba(69, 73, 91, 0.08);
  overflow: hidden;
}
.ProductCardNew-header, .ProductCardNew-body, .ProductCardNew-sizes, .ProductCardNew-footer {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  width: 100%;
  float: left;
}
.ProductCardNew-header {
  padding-top: 1.25rem;
}
.ProductCardNew-body {
  padding-bottom: 1.25rem;
}
.ProductCardNew-sizesTitle {
  text-align: center;
  font-family: "nimbus-sans";
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 10px;
}
.ProductCardNew-title {
  font-family: "triplex-sans";
  font-size: 1.25rem;
  line-height: 2.1875rem;
  font-weight: 600;
  text-align: center;
}
.ProductCardNew-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.ProductCardNew-sizesLine {
  text-align: center;
  width: 100%;
  float: left;
  overflow-wrap: break-word;
}
.ProductCardNew-size {
  border: 1px solid #ddd;
  padding: 6px 12px;
  border-radius: 40px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "nimbus-sans";
  color: #464855;
  white-space: nowrap;
  margin: 5px;
  display: inline-block;
}
.ProductCardNew-size.active {
  border: 1px solid #1d66c7;
  background: #1d66c7;
  color: #fff;
}
.ProductCardNew-buttonContainer {
  width: 250px;
  float: right;
}
.ProductCardNew-material {
  font-size: 12px;
  line-height: 18px;
}
.ProductCardNew-gallery {
  overflow: hidden;
}
.ProductCardNew-gallery.slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.ProductCardNew-gallery .slick-dots {
  position: absolute;
  height: 35px;
  bottom: 0px;
}
.ProductCardNew-gallery .slick-dots button {
  width: 15px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(29, 102, 199, 0.6);
}
.ProductCardNew-gallery .slick-dots li.slick-active button {
  background-color: #fff;
  border: 1px solid #1d66c7;
}
.ProductCardNew-galleryItem {
  float: left;
}
.ProductCardNew-galleryPlaceholder {
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  padding-bottom: 81.0810810811%;
}
.ProductCardNew-galleryPlaceholder:hover, .ProductCardNew-galleryPlaceholder:focus {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}
.ProductCardNew-thumbGalleryThumbPlaceholder {
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  background-size: cover;
}
.ProductCardNew-thumbGalleryThumbPlaceholder:hover, .ProductCardNew-thumbGalleryThumbPlaceholder:focus {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}
.ProductCardNew-body {
  padding-top: 1.25rem;
}
.ProductCardNew-prices {
  padding-top: 0.125rem;
  float: left;
}
.ProductCardNew-originalPrice {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #9196A8;
  text-decoration: line-through;
  margin-bottom: 0.25rem;
}
.ProductCardNew-originalPrice.empty {
  height: 1.0625rem;
}
.ProductCardNew-currentPrice {
  display: inline-block;
  margin-right: 0.625rem;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  font-weight: 600;
}
.ProductCardNew-priceSave {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #218130;
}
.ProductCardNew-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.ProductCardNew-thumbGallery {
  display: -ms-flexbox;
  display: flex;
  width: 9.6875rem;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
.ProductCardNew-thumbGallery.slick-slider {
  opacity: 1;
  display: block;
}
.ProductCardNew-thumbGallery .slick-list {
  margin-right: -0.625rem;
}
.ProductCardNew-thumbGallery .slick-slide {
  margin-right: 0.625rem;
}
.ProductCardNew-thumbGallery .slick-track {
  min-width: 6.25rem;
}
.ProductCardNew-thumbGalleryThumb {
  border: 0.0625rem solid #E4E5EC;
  outline: none;
}
.ProductCardNew-description {
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
}
.ProductCardNew-description img,
.ProductCardNew-description iframe,
.ProductCardNew-description .tabs,
.ProductCardNew-description em,
.ProductCardNew-description h1,
.ProductCardNew-description h2,
.ProductCardNew-description h3,
.ProductCardNew-description h4,
.ProductCardNew-description h5,
.ProductCardNew-description h6,
.ProductCardNew-description ol,
.ProductCardNew-description li,
.ProductCardNew-description p,
.ProductCardNew-description #tab1,
.ProductCardNew-description #tab2,
.ProductCardNew-description #tab3 {
  display: none;
}
.ProductCardNew-description #tab1.active {
  display: block;
}
.ProductCardNew-description > p:first-child,
.ProductCardNew-description #tab1 p:first-child {
  display: block;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ProductCardNew-description p {
  font-size: 0.9375rem;
  line-height: 1.5rem;
}
.ProductCardNew-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  -webkit-box-shadow: 0 -1px 0 0 #EDEEF4;
  box-shadow: 0 -1px 0 0 #EDEEF4;
  background-color: #FBFCFE;
}
.ProductCardNew-cta {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #1D66C7;
}
.ProductCardNew-options {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #868686;
}

/* ===================================================== */
/* Grid */
/* ===================================================== */
.Grid {
  text-align: center;
}
.Grid--alignLeft {
  text-align: left;
}
.Grid--alignRight {
  text-align: right;
}
.Grid-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  min-width: 12.5rem;
  max-width: 20rem;
  padding: 0.5rem 0.5rem 1.953125rem 0.5rem;
}

.Grid--itemsPerRow-small-1 .Grid-item {
  width: 100%;
}

.Grid--itemsPerRow-small-2 .Grid-item {
  width: 50%;
}

.Grid--itemsPerRow-small-3 .Grid-item {
  width: 33.3333333333%;
}

.Grid--itemsPerRow-small-4 .Grid-item {
  width: 25%;
}

.Grid--itemsPerRow-small-5 .Grid-item {
  width: 20%;
}

.Grid--itemsPerRow-small-6 .Grid-item {
  width: 16.6666666667%;
}
.GridItem {
  position: relative;
  max-width: 30rem;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  border: 0.125rem solid transparent;
  border-radius: 0.25em;
  -webkit-transition: border-color 250ms ease-in-out;
  -o-transition: border-color 250ms ease-in-out;
  transition: border-color 250ms ease-in-out;
}
.GridItem:hover, .GridItem:focus {
  border-color: #efefef;
  border-color: #efefef;
}
.slick-slider .GridItem:hover, .slick-slider .GridItem:focus {
  border-color: transparent;
}

.GridItem-link {
  display: block;
  position: relative;
  color: #303030;
  color: #303030;
}
.GridItem-link:hover, .GridItem-link:focus {
  color: #303030;
  color: #303030;
}
.GridItem-imageContainer {
  position: relative;
  margin: 1.25rem 0;
  padding: 0 1.25rem;
}
.GridItem-imagePlaceholder.has-secondImage.lazyloaded {
  -webkit-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}
.GridItem:hover .GridItem-imagePlaceholder.has-secondImage {
  opacity: 0;
}

.GridItem-secondImagePlaceholder {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  background-color: #ffffff;
  opacity: 0;
}
.GridItem-secondImagePlaceholder.lazyloaded {
  opacity: 0;
  -webkit-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}
.GridItem:hover .GridItem-secondImagePlaceholder {
  opacity: 1;
}

.GridItem-details {
  margin: 1.25rem 0;
  padding: 0 1.25rem;
  text-align: center;
}
.GridItem-title {
  margin: 0 0 0.5em 0;
  padding: 0;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.GridItem-title:only-child {
  margin: 0;
}
.GridItem-titleLink {
  color: #303030;
  color: #303030;
}
.GridItem-titleLink:hover, .GridItem-titleLink:focus {
  color: #303030;
  color: #303030;
}
.Carousel-items--noDetails .GridItem-extraDetails {
  display: none;
}

.GridItem-price {
  font-weight: bold;
}
.GridItem-price > del {
  color: #a3a3a3;
  color: #a3a3a3;
}
.GridItem-productsCount {
  font-size: 0.8125rem;
}
.GridItem-thumbs {
  display: block;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: visibility 0s ease-in-out 0.4s, opacity 0.4s ease-in-out;
  -o-transition: visibility 0s ease-in-out 0.4s, opacity 0.4s ease-in-out;
  transition: visibility 0s ease-in-out 0.4s, opacity 0.4s ease-in-out;
}
.GridItem-thumbs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-color: #ffffff;
  opacity: 0.95;
}
.GridItem:hover .GridItem-thumbs {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.1s, 0s, 0s;
  -o-transition-delay: 0.1s, 0s, 0s;
  transition-delay: 0.1s, 0s, 0s;
}

.GridItem-thumb {
  display: inline-block;
  position: relative;
  z-index: 5;
  vertical-align: middle;
  width: 25%;
  padding: 0.625rem;
}
.GridItem-badge {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 1;
  width: 2rem;
}
.GridItem-badge.is-sale svg {
  fill: #e81818;
  fill: #1d66c7;
}

/* ===================================================== */
/* List */
/* ===================================================== */
.List {
  margin: 0;
  padding: 0;
  list-style: none;
}
.List-item {
  margin: 0 0 1.5625rem 0;
  padding: 0;
}

.ListItem {
  position: relative;
  max-width: 40rem;
  margin: 0;
  padding: 0;
  text-align: left;
}
.ListItem-image {
  max-width: 5rem;
}
.ListItem-imageLink {
  display: block;
  position: relative;
  color: #303030;
  color: #303030;
}
.ListItem-imageLink:hover, .ListItem-imageLink:focus {
  color: #303030;
  color: #303030;
}
.ListItem-imageContainer {
  margin: 0;
  padding: 0;
}
.ListItem-title {
  margin: 0 0 0.5em 0;
  padding: 0;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.ListItem-title:only-child {
  margin: 0;
}
.ListItem-price {
  font-weight: bold;
}
.ListItem-price > del {
  color: #a3a3a3;
  color: #a3a3a3;
}

.SocialSharing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.SocialSharing-title {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: normal;
  margin-right: 0.9375rem;
}
.SocialSharing-item {
  padding: 0 20px;
}
.SocialSharing-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.SocialSharing-link {
  --color-icon: #252f4f;
  --color-icon: #1d66c7;
  --color-bgc: transparent;
  display: block;
  width: 1.5rem;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: var(--color-bgc);
}
.SocialSharing-link svg {
  fill: var(--color-icon);
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.Page-title {
  color: #3C3D41;
  text-align: center;
  font-family: "triplex-sans";
  font-size: 1.6875rem;
  line-height: 2.125rem;
  font-weight: 600;
}
.Page-content h2 {
  font-size: 1.4375rem;
  line-height: 1.875rem;
}
.Page-content h1,
.Page-content h2,
.Page-content h3,
.Page-content h4 h5,
.Page-content h6 {
  font-family: "triplex-sans";
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.25rem;
}
.Page-content p {
  font-size: 1rem;
  line-height: 1;
  color: #656B6F;
}

/* ===================================================== */
/* Contact Page */
/* ===================================================== */
.ContactPage-content {
  position: relative;
  max-width: 30rem;
  margin: 1rem auto;
}

.ContactForm {
  position: relative;
  width: 100%;
  max-width: 30rem;
  margin: 0 auto 1.953125rem auto;
}
.ContactForm-buttonContainer {
  text-align: right;
}

.Cart {
  background: #f9f9f9;
}
.Cart-rightPanel {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}
.Cart-discount {
  grid-row: 1;
  margin-bottom: 1.25rem;
}
.Cart-title {
  color: #b1b1b1;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 0px;
}
.Cart-items {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.Cart-container {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr;
}
.Cart-productsContainer {
  background-color: #fff;
}
.Cart-productsContainer.is-empty {
  background-color: transparent;
}
.Cart-sections {
  display: grid;
  grid-template-columns: 80px 1fr 105px 40px;
  border-bottom: 1px solid #e4e4df;
  grid-template-rows: 1fr 55px;
  grid-gap: 0px 20px;
}
.Cart-sections:last-of-type {
  border-bottom: 0px solid transparent;
}
.Cart-sections.prod {
  -ms-flex-line-pack: center;
  align-content: center;
}
.Cart-sections.prod.upsell .Cart-upsell {
  padding: 1.5rem 0 2rem 0;
}
.Cart-sections.title {
  padding: 15px 0px;
  font-size: 12px;
  display: none;
}
.Cart-sections .center {
  text-align: center;
}
.Cart-sections .prod {
  text-align: left;
  width: 80px;
  margin: auto;
}
.Cart-remove, .Cart-quantity, .Cart-price {
  justify-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.Cart-totalPrice {
  justify-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  display: none;
  font-weight: 600;
  font-size: 12px;
}
.Cart-title {
  grid-column: 2/5;
}
.Cart-img {
  justify-self: center;
  grid-column: 1;
  grid-row: 1/6;
  align-self: baseline;
  padding: 15px 0;
}
.Cart-price {
  font-weight: 600;
  font-size: 12px;
}
.Cart-price span.crossout {
  opacity: 0.7;
  text-decoration: line-through;
}
.Cart-totalWrapper {
  padding: 1.953125rem 0 0 0;
  font-family: "nimbus-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-align: center;
}
.Cart-totalTitle {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem 0 0;
  font-weight: bold;
  text-transform: uppercase;
}
.Cart-shippingAtCheckout {
  margin: 1em 0 0 0;
  font-size: 0.875rem;
  font-style: italic;
  text-align: center;
}
.Cart-checkoutWrapper {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.Cart-checkoutButton {
  width: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  height: 50px;
  border-radius: 4px;
  font-weight: 600;
}
.Cart-extraCheckoutButtons {
  text-align: center;
}
.Cart-infoText {
  width: 100%;
  padding: 15px 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.Cart-infoText p {
  font-size: 12px;
  color: #333333;
}
.Cart-infoText-extramsg {
  text-align: center;
  font-weight: bold;
  font-family: "nimbus-sans";
  font-size: 12px;
  padding-bottom: 20px;
  color: #1d66c7 !important;
  padding-top: 6px;
}
.Cart-infoText-extramsgSummary {
  text-align: center;
  font-weight: bold;
  color: #1d66c7;
  font-family: "nimbus-sans";
  font-size: 12px;
  padding-top: 20px;
}
.Cart-infoTextLeft {
  display: none;
}
.Cart-infoTextDiscount {
  margin-top: 0.25rem;
}
.Cart-removeLink div {
  width: 18px;
}
.Cart-quantity .o-qtyControls {
  border: 1px solid #dadada;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.03);
  height: 40px;
  width: 100px;
}
.Cart-quantity .o-qtyControls-button {
  width: 40px;
  height: 30px;
  padding: 8px;
  border-radius: 100%;
  background-color: transparent;
}
.Cart-quantity .o-qtyControls-button svg {
  fill: #1d66c7;
  color: #1d66c7;
}
.Cart-quantity .o-qtyControls-indicator {
  font-size: 12px;
}
.Cart-checkoutContainer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 9999;
  background: #fff;
  padding: 15px 10px 30px 10px;
  left: 0px;
  -webkit-box-shadow: 0px -3px 4px 0px rgba(162, 162, 162, 0.5);
  box-shadow: 0px -3px 4px 0px rgba(162, 162, 162, 0.5);
}
.Cart-upsell {
  grid-column-start: 1;
  grid-column-end: 5;
}
.Cart-upsell-wrap {
  background: -webkit-gradient(linear, right top, left top, from(#d2e5ff), color-stop(#4690f1), to(#1d66c7));
  background: -o-linear-gradient(right, #d2e5ff, #4690f1, #1d66c7);
  background: linear-gradient(to left, #d2e5ff, #4690f1, #1d66c7);
  padding: 2px;
  position: relative;
  border-radius: 4px;
}
.Cart-upsell-box {
  margin: auto;
  position: relative;
  padding: 0.875rem 0.25rem 0.875rem 0.875rem;
  background: #fff;
  border-radius: 4px;
}
.Cart-upsell h4 {
  font-family: "triplex-sans";
  font-weight: bold;
  font-size: 1.25rem;
  color: #1d66c7;
  margin: 0;
  background: #fff;
  top: -16px;
  display: inline-block;
  position: absolute;
  padding: 0 0.125rem;
}
.Cart-upsell-product {
  display: grid;
  grid-template-columns: 134px 1fr;
  gap: 0.5rem;
}
.Cart-upsell-ImgPlaceholder {
  background-size: cover;
  height: 100%;
}
.Cart-upsell-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.Cart-upsell-title {
  font-family: "nimbus-sans";
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #373737;
  margin-bottom: 0.625rem;
}
.Cart-upsell-subtitle {
  font-family: "nimbus-sans";
  font-size: 0.625rem;
  line-height: 0.75rem;
  color: #333333;
  display: inline-block;
  margin-bottom: 0.625rem;
}
.Cart-upsell-price {
  font-family: "nimbus-sans";
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.1;
  color: #209e1d;
}
.Cart-upsell-price span.crossout {
  color: #71716e;
  font-weight: normal;
  text-decoration: line-through;
}
.Cart-upsell-button {
  margin-top: 0.75rem;
}
.Cart-upsell-button .o-button--yellow {
  background: #f8e20b;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #1d66c7;
  width: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 0.625rem 0;
}
.Cart-upsell-button .o-button--yellow:hover {
  -webkit-box-shadow: 0 0 0.375rem 0.375rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0.375rem 0.375rem rgba(0, 0, 0, 0.05);
}
.Cart-cross-sell {
  padding: 1.625rem 0 1.25rem;
}
.Cart-cross-sell h3 {
  font-family: "nimbus-sans";
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #1d66c7;
  margin-bottom: 1rem;
}
.Cart-cross-sell-box {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
  row-gap: 16px;
}
.Cart-cross-sell-product {
  background: #fff;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 0.75rem 0.75rem 1rem 0.75rem;
  display: grid;
  grid-template-columns: 80px 1fr;
  position: relative;
}
.Cart-cross-sell-imagePlaceholder {
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.Cart-cross-sell-content {
  padding-left: 1.125rem;
}
.Cart-cross-sell-title {
  font-family: "triplex-sans";
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2;
  color: #373737;
  margin-bottom: 0;
}
.Cart-cross-sell-variant {
  font-family: "nimbus-sans";
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1.2;
  color: #71716e;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.Cart-cross-sell-price {
  font-family: "nimbus-sans";
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.1;
  color: #209e1d;
}
.Cart-cross-sell-price span.crossout {
  color: #71716e;
  font-weight: normal;
  text-decoration: line-through;
}
.Cart-cross-sell-button {
  position: absolute;
  bottom: 13px;
  right: 12px;
}
.Cart-cross-sell-button a {
  font-family: "nimbus-sans";
  font-weight: bold;
  font-size: 12px;
  line-height: 1.2;
  color: #1d66c7;
  text-transform: uppercase;
  line-height: 24px;
  display: -ms-flexbox;
  display: flex;
}
.Cart-cross-sell-button a span {
  width: 24px;
  height: 24px;
  border: 1px solid #dadada;
  line-height: 24px;
  text-align: center;
  font-size: 20px;
  border-radius: 100%;
  margin-left: 4px;
}

.CartItem {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
.CartDrawer-items .CartItem {
  margin-bottom: 2.5rem;
}
.CartDrawer-items .CartItem:last-child {
  margin-bottom: 0;
}

.CartItem-section.is-image {
  width: 5.3125rem;
  margin-right: 1.5625rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.CartItem-section.is-qty {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.4375rem;
}
.CartItem-imageLink {
  display: block;
  overflow: hidden;
}
.CartItem-imagePlaceholder {
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.CartItem-imagePlaceholder {
  background-color: #ffffff;
  background-color: #ffffff;
}
.CartItem-title {
  font-family: "triplex-sans";
  font-size: 16px;
  letter-spacing: -0.03125rem;
  font-weight: 600;
  color: #4d4d4d;
}
.CartItem-title:hover, .CartItem-title:focus {
  color: #4d4d4d;
}
.CartItem-variantTitle {
  font-size: 12px;
  color: #71716e;
  font-family: "triplex-sans";
  font-weight: 600;
}
.CartItem-price {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 0.1875rem;
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 600;
  color: #4d4d4d;
}

.CartDrawer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
  font-family: "nimbus-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.CartDrawer-summary {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  margin-top: 2.5rem;
  padding: 0.625rem 0 1.5625rem 0;
  background-color: #fff;
  border-top: 0.0625rem solid #979797;
}
.CartDrawer-subtotalContainer, .CartDrawer-buttonsWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.CartDrawer-subtotalLabel {
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: 0.0375rem;
}
.CartDrawer-subtotal {
  padding-right: 0.9375rem;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  font-weight: 600;
}
.CartDrawer-buttonsWrapper {
  margin-top: 1.375rem;
}
.CartDrawer-closeButton {
  font-size: 1.125rem;
  line-height: 1.375rem;
  width: 100%;
  text-align: center;
}
.CartDrawer-items {
  margin: 1.5625rem 0 0 0;
  padding: 0;
}
.CartDrawer-promoArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2.5rem;
  width: 100%;
  min-height: 4.375rem;
  font-size: 1.125rem;
  line-height: 1.375rem;
  background-color: #F7F7F7;
  background-size: cover;
  background-position: center;
}
.CartDrawer-promoExternalText {
  display: block;
  margin-top: 0.9375rem;
  text-align: center;
  font-style: italic;
}
.CartDrawer-checkoutButton {
  width: 100%;
}

.Article-logo {
  display: block;
  max-width: 7.5rem;
  margin: 0 auto 0.625rem auto;
}
.Article-title {
  max-width: 40rem;
  margin: auto;
  color: #3c3d41;
}
.Article-tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.Article-tag {
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 0.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #003973;
  color: #003973;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.Article-tag:before {
  content: "•";
  margin: 0 0.25rem;
}
.Article-tag:first-child:before {
  content: "";
}
.Article-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 1.25rem;
  padding-bottom: 3rem;
}
.Article-date, .Article-author {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "triplex-sans";
  font-weight: 300;
}
.Article-author:before {
  content: "•";
  margin: 0 0.625rem;
  vertical-align: middle;
}
.Article-content {
  padding: 0;
  max-width: 60rem;
  margin: 2rem auto 0 auto;
}
.Article-published {
  color: #bfbebe;
  color: #bfbebe;
  text-transform: uppercase;
}
.Article-featuredIllustration {
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
}
.Article-featuredIllustration img {
  display: block;
  margin: 0 auto;
}
.Article-header {
  text-align: center;
  padding-bottom: 2.5rem;
}
.Article-headerSocialSharing {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.Article .o-rte img {
  display: block;
  margin: 2rem auto;
}
.Article .o-rte h1,
.Article .o-rte h2,
.Article .o-rte h3,
.Article .o-rte h4,
.Article .o-rte h5,
.Article .o-rte h6 {
  text-transform: initial !important;
  font-family: "nimbus-sans";
  font-weight: 300;
}
.Article .o-rte h1 span,
.Article .o-rte h1 strong,
.Article .o-rte h1 b,
.Article .o-rte h2 span,
.Article .o-rte h2 strong,
.Article .o-rte h2 b,
.Article .o-rte h3 span,
.Article .o-rte h3 strong,
.Article .o-rte h3 b,
.Article .o-rte h4 span,
.Article .o-rte h4 strong,
.Article .o-rte h4 b,
.Article .o-rte h5 span,
.Article .o-rte h5 strong,
.Article .o-rte h5 b,
.Article .o-rte h6 span,
.Article .o-rte h6 strong,
.Article .o-rte h6 b {
  font: inherit !important;
  font-weight: inherit !important;
}
.Article .o-rte strong,
.Article .o-rte b {
  font: inherit;
  line-height: inherit;
}
.Article .o-rte h1,
.Article .o-rte h2 {
  margin-bottom: 1rem;
  font-size: 2.375rem;
  line-height: 1.2;
}
.Article .o-rte h3,
.Article .o-rte h4,
.Article .o-rte h5,
.Article .o-rte h6 {
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 1.2;
}
.Article .o-rte meta:first-child + h1,
.Article .o-rte meta:first-child + h2,
.Article .o-rte meta:first-child + h3 {
  margin-top: 0;
}
.Article .o-rte p + h2 {
  margin-top: 2rem;
}
.Article .twitter-tweet,
.Article iframe {
  display: block;
  margin: 3.125rem auto !important;
}

.BackToBlog {
  margin: 1.953125rem 0 0 0;
  font-family: "nimbus-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 0.8rem;
  text-align: center;
  text-transform: uppercase;
}

.ArticleShare {
  max-width: 45rem;
  margin: 0 auto;
  padding: 3.75rem 0;
}
.ArticleShare-title {
  margin-bottom: 3rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 300;
  text-align: center;
  color: #003973;
  color: #003973;
}
.ArticleShare-share {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}
.ArticleShare-about {
  max-width: 12.8125rem;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}
.ArticleShare-writtenBy {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "nimbus-sans";
  font-weight: 400;
}
.ArticleShare-author {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-family: "triplex-sans";
  font-weight: 600;
}
.ArticleShare-authorPicture {
  max-width: 7.5rem;
  width: 100%;
  margin: 0 auto 0.75rem auto;
}

.Comments {
  max-width: 57.5rem;
  margin: 0 auto 3.75rem auto;
}
.Comments-title {
  font-family: "triplex-sans";
}
.Comments-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.Comments-item {
  display: block;
  margin: 0;
  padding: 0;
}
.Comments-form {
  max-width: 30rem;
  margin: 0 auto;
}
.Comments-formTitle {
  font-family: "triplex-sans";
  text-align: center;
}
.Comments-formNote {
  margin-bottom: 0.9375rem;
  font-size: 0.875rem;
  font-style: italic;
  text-align: center;
}
.Comments-buttonContainer {
  text-align: center;
}

.Comment {
  position: relative;
  margin: 1.25rem 0;
  padding: 1.25rem;
  background-color: #ffffff;
  background-color: #ffffff;
  border: 0.0625rem solid #dddedc;
  border: 0.0625rem solid #dddedc;
  border-radius: 0.1875rem;
  -webkit-box-shadow: 0 0.0625rem 0.25rem #efefef;
  box-shadow: 0 0.0625rem 0.25rem #efefef;
  -webkit-box-shadow: 0 0.0625rem 0.25rem #efefef;
  box-shadow: 0 0.0625rem 0.25rem #efefef;
}
.Comment.is-spam {
  opacity: 0.3;
}
.Comment.is-spam::after {
  content: "Spam";
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 1rem;
  font-family: "nimbus-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #ffffff;
  background-color: #ffffff;
}
.Comment.is-unapproved {
  opacity: 0.75;
}
.Comment.is-unapproved::after {
  content: "Unapproved";
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 1rem;
  font-family: "nimbus-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #a3a3a3;
  color: #a3a3a3;
  background-color: #ffffff;
  background-color: #ffffff;
}
.Comment.is-spam .Comment-content {
  max-height: 3rem;
  overflow: hidden;
}

.Comment-info {
  font-family: "nimbus-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin: 0 0 1rem 0;
}
.Comment-author {
  font-size: 0.875rem;
  color: #252f4f;
  color: #1d66c7;
}
.Comment-createdAt {
  font-size: 0.75rem;
  color: #a3a3a3;
  color: #a3a3a3;
}

.Search-form {
  max-width: 36.25rem;
  padding: 0 0 3.125rem 0;
  margin: 0 auto;
}
.Search-formContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0.125rem solid #EEEE;
}
.Search-field {
  height: auto;
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  font-family: "triplex-sans";
  font-size: 1.6875rem;
  line-height: 2.125rem;
  letter-spacing: -0.0625rem;
  font-weight: 600;
  text-indent: 0.625rem;
  background-color: transparent;
}
.Search-field:placeholder {
  color: #A3A3A3;
}
.Search-field:focus {
  border: none;
  background-color: transparent;
}
.Search-submitButton {
  width: 3.4375rem;
  padding: 0.9375rem;
  border-radius: 0;
}
.Search-submitButton:hover svg {
  fill: #012F51;
}
.Search-submitButton svg {
  fill: #A3A3A3;
}

/*------------------------------------------------
* Customer Pages
------------------------------------------------*/
.Customer-form {
  max-width: 24rem;
  margin: 0 auto;
}
.Customer-formSuccessMessage {
  max-width: 30rem;
  margin: 0 auto 1rem auto;
  font-weight: bold;
  text-align: center;
}
.Customer-backButton {
  margin: 1em 0;
}
.Customer-addresses {
  max-width: 24rem;
  margin: 0 auto;
}
.Customer-address {
  margin: 1.5625rem 0;
}

.ProductsGrid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-template-columns: 1fr;
  grid-row-gap: 1.25rem;
  max-width: 83.75rem;
  padding-left: 1.0666666667%;
  padding-right: 1.0666666667%;
  margin: 0 auto;
}
@supports (display: grid) {
  .ProductsGrid {
    display: grid;
  }
}
.ProductsGrid .ProductCard {
  width: 23.125rem;
  margin: 0.625rem 10px;
}
@supports (display: grid) {
  .ProductsGrid .ProductCard {
    width: auto;
    margin: 0;
  }
}

.ProductsGridNew {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-template-columns: 1fr;
  grid-row-gap: 1.25rem;
  max-width: 83.75rem;
  padding-left: 1.0666666667%;
  padding-right: 1.0666666667%;
  margin: 0 auto;
  background: #fff;
}
@supports (display: grid) {
  .ProductsGridNew {
    display: grid;
  }
}
.ProductsGridNew .ProductCardNew {
  width: 23.125rem;
  margin: 0.625rem 10px;
}
@supports (display: grid) {
  .ProductsGridNew .ProductCardNew {
    width: auto;
    margin: 0;
  }
}

.Faqs-container {
  max-width: 78.75rem;
}
.Faqs .caption {
  color: #9595a5;
}
.Faqs-headline {
  margin-bottom: 1.75rem;
  text-align: center;
}

.FaqsAccordions {
  position: relative;
}
.FaqsAccordions-item {
  position: relative;
  display: block;
  padding: 1rem 3.75rem 1rem 0;
  border-bottom: 0.0625rem solid #757373;
  outline: none;
}
.FaqsAccordions-item .FaqsAccordions-arrows-minus {
  display: none;
}
.FaqsAccordions-item.is-active {
  border-top-color: transparent;
}
.FaqsAccordions-item.is-active .FaqsAccordions-arrows-minus {
  display: block;
}
.FaqsAccordions-item.is-active .FaqsAccordions-arrows-plus {
  display: none;
}
.FaqsAccordions-title {
  display: block;
  font-size: 1.125rem;
  line-height: 1;
  outline: none;
  cursor: pointer;
}
.FaqsAccordions-title::-webkit-details-marker {
  display: none;
}
.FaqsAccordions-headline {
  margin-top: 2.0625rem;
}
.FaqsAccordions-headline.is-first {
  margin-top: 0;
}
.FaqsAccordions-arrows {
  position: absolute;
  top: 50%;
  right: 0.1875rem;
  width: 1.0625rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.FaqsAccordions-arrows svg {
  fill: #757373;
}
.FaqsAccordions-content {
  margin-bottom: 0.75rem;
  padding-top: 1.25rem;
  display: none;
}
.FaqsAccordions .o-rte p {
  margin-top: 1.25rem;
}
.FaqsAccordions .o-rte p:first-child {
  margin-top: 0;
}
.FaqsAccordions .o-rte p + p {
  margin-top: 1.25rem;
}

.FaqsContact {
  text-align: center;
  margin-top: 1.875rem;
}
.FaqsContact-item {
  margin-top: 1.5rem;
}
.FaqsContact-headline {
  margin-bottom: 0.3125rem;
}
.FaqsContact-space {
  margin-top: 1.6875rem;
}
.FaqsContact-content p {
  font-weight: bold;
}

.CollectionFilters {
  margin: 1.25rem 0;
}
.CollectionFilters-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 83.75rem;
}
.CollectionFilters-list {
  display: none;
  background-color: #ffffff;
  background-color: #ffffff;
  max-width: 46.25rem;
  width: 100%;
  padding: 0 2.5rem;
}
.CollectionFilters-item {
  font-size: 0.9375rem;
  line-height: 1;
  margin: 0 0.84375rem;
  padding: 0.84375rem 0;
  text-transform: uppercase;
}
.CollectionFilters-item.is-active {
  border-bottom: 0.09375rem solid #003973;
  border-bottom: 0.09375rem solid #003973;
}
.CollectionFilters-controls {
  max-width: 9.375rem;
  margin: 0 0.375rem;
}
.CollectionFilters-controlSelector {
  width: 100%;
  min-height: 2.8125rem;
  margin: 0;
  padding: 0.96875rem 1.875rem;
  font-family: "nimbus-sans";
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.1125rem;
  font-weight: normal;
  border: none;
  color: #3c3d41;
  background-color: #e1e1e1;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0.25rem;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAOBAMAAADZH/H+AAAAKlBMVEUAAAA+PkI9PUFVVVU8PkE9PkI9PkE8PkE8PkE+PkI9PUI+PkFAQIA8PUESiOgiAAAADXRSTlMAgKYDkomgnJh4aFoEtGgiQgAAAF1JREFUCNc1zjsNgEAQhOEfB1xJgQMKJCABDxhBCpYgEAoyXtjJ3W6yj8zXLBRqDdCpB7wPRp0+Y3/RAY51xTA4mqjgeAaDg43KRXojNrh2aKAbSFgg4QES1jzzvx9TnCuNdM5bVgAAAABJRU5ErkJggg==");
  background-size: 0.6875rem 0.4375rem;
  background-position: 90% center;
}
.CollectionFilters-controlSelector:hover, .CollectionFilters-controlSelector:focus {
  outline: none;
  border: none;
  color: #3c3d41;
  background-color: #e1e1e1;
}
.CollectionFilters-controlSelector--dark {
  color: #3c3d41;
  background-color: #e1e1e1;
}
.CollectionFilters-controlSelector--dark:hover, .CollectionFilters-controlSelector--dark:focus {
  color: #3c3d41;
  background-color: #e1e1e1;
}
.CollectionFilters-controlSelector--white {
  background-color: #FFFFFF;
}
.CollectionFilters-controlSelector--white:hover, .CollectionFilters-controlSelector--white:focus {
  background-color: #FFFFFF;
}

.CollectionNew-background {
  background: #fff;
}
.CollectionNew-text {
  color: #333333;
  text-align: center;
  font-size: 16px;
  font-family: "nimbus-sans";
  padding: 0px 10px 40px 10px;
}
.CollectionNew-title {
  font-size: 34px;
  color: #003973;
  color: #003973;
  font-family: "nimbus-sans";
  text-align: center;
  font-weight: 300;
  padding: 20px 10px;
}

.CollectionFiltersNew {
  margin: 1.25rem 0;
}
.CollectionFiltersNew-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 83.75rem;
}
.CollectionFiltersNew-list {
  display: none;
  max-width: 46.25rem;
  width: 100%;
  padding: 0 0.3125rem;
}
.CollectionFiltersNew-title {
  color: #B1B1B1;
  text-transform: uppercase;
  font-family: "nimbus-sans";
  font-size: 12px;
  font-weight: 500;
  float: left;
  padding: 8px 10px 8px 40px;
}
.CollectionFiltersNew-item {
  font-size: 12px;
  line-height: 1;
  margin: 0 5px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-family: "nimbus-sans";
  color: #333333;
  border-radius: 15px 15px 0px 0px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.CollectionFiltersNew-item.is-active {
  background: #fff;
  color: #1d66c7;
  font-weight: 600;
}
.CollectionFiltersNew-line {
  height: 1px;
  background: #ddd;
  margin-top: -1px;
}
.CollectionFiltersNew-background {
  background: #fff;
}
.CollectionFiltersNew-controls {
  max-width: 9.375rem;
  margin: 0 0.375rem;
}
.CollectionFiltersNew-controlSelector {
  width: 100%;
  min-height: 2.8125rem;
  margin: 0;
  padding: 0.96875rem 1.875rem;
  font-family: "nimbus-sans";
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.1125rem;
  font-weight: normal;
  border: none;
  color: #3c3d41;
  background-color: #e1e1e1;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0.25rem;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAOBAMAAADZH/H+AAAAKlBMVEUAAAA+PkI9PUFVVVU8PkE9PkI9PkE8PkE8PkE+PkI9PUI+PkFAQIA8PUESiOgiAAAADXRSTlMAgKYDkomgnJh4aFoEtGgiQgAAAF1JREFUCNc1zjsNgEAQhOEfB1xJgQMKJCABDxhBCpYgEAoyXtjJ3W6yj8zXLBRqDdCpB7wPRp0+Y3/RAY51xTA4mqjgeAaDg43KRXojNrh2aKAbSFgg4QES1jzzvx9TnCuNdM5bVgAAAABJRU5ErkJggg==");
  background-size: 0.6875rem 0.4375rem;
  background-position: 90% center;
}
.CollectionFiltersNew-controlSelector:hover, .CollectionFiltersNew-controlSelector:focus {
  outline: none;
  border: none;
  color: #3c3d41;
  background-color: #e1e1e1;
}
.CollectionFiltersNew-controlSelector--dark {
  color: #3c3d41;
  background-color: #e1e1e1;
}
.CollectionFiltersNew-controlSelector--dark:hover, .CollectionFiltersNew-controlSelector--dark:focus {
  color: #3c3d41;
  background-color: #e1e1e1;
}
.CollectionFiltersNew-controlSelector--white {
  background-color: #FFFFFF;
}
.CollectionFiltersNew-controlSelector--white:hover, .CollectionFiltersNew-controlSelector--white:focus {
  background-color: #FFFFFF;
}

.shopify-challenge__container {
  min-height: 50vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
.shopify-challenge__button {
  border: none;
}

.CollectionHeader {
  width: 100%;
}
.CollectionHeader-arrow {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 34px;
  height: 34px;
  z-index: 9999;
}
.CollectionHeader-arrow.slick-next {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(36.15%, #f7f7f7), color-stop(64.62%, rgba(247, 247, 247, 0.6)), to(rgba(247, 247, 247, 0.3)));
  background: -o-linear-gradient(right, #f7f7f7 36.15%, rgba(247, 247, 247, 0.6) 64.62%, rgba(247, 247, 247, 0.3) 100%);
  background: linear-gradient(270deg, #f7f7f7 36.15%, rgba(247, 247, 247, 0.6) 64.62%, rgba(247, 247, 247, 0.3) 100%);
}
.CollectionHeader-arrow.slick-next::before {
  display: none;
}
.CollectionHeader-arrow.slick-prev {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(36.15%, #f7f7f7), color-stop(64.62%, rgba(247, 247, 247, 0.6)), to(rgba(247, 247, 247, 0.3)));
  background: -o-linear-gradient(left, #f7f7f7 36.15%, rgba(247, 247, 247, 0.6) 64.62%, rgba(247, 247, 247, 0.3) 100%);
  background: linear-gradient(90deg, #f7f7f7 36.15%, rgba(247, 247, 247, 0.6) 64.62%, rgba(247, 247, 247, 0.3) 100%);
}
.CollectionHeader-arrow.slick-prev::before {
  display: none;
}
.CollectionHeader-arrow.slick-disabled {
  opacity: 0;
}
.CollectionHeader-arrow .o-placeholder > svg {
  fill: #1D66C7;
}
.CollectionHeader-title {
  color: #B1B1B1;
  text-transform: uppercase;
  font-family: "nimbus-sans";
  font-size: 12px;
  font-weight: 500;
  padding: 10px 20px;
  letter-spacing: 1px;
  width: 100%;
}
.CollectionHeader-title2 {
  color: #464855;
  text-transform: uppercase;
  font-family: "nimbus-sans";
  font-size: 12px;
  font-weight: 500;
  float: left;
  display: inline-block;
  padding: 10px 20px;
  letter-spacing: 1px;
  width: 100%;
  line-height: 12px;
}
.CollectionHeader-item {
  font-size: 12px;
  line-height: 1;
  margin: 0 4px;
  padding: 10px;
  text-transform: uppercase;
  font-family: "nimbus-sans";
  color: #333333;
  border-radius: 15px 15px 0px 0px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-bottom: -1px;
  text-align: center;
}
.CollectionHeader-item.is-active {
  background: #fff;
  color: #1d66c7;
  font-weight: 600;
  z-index: 1;
  border-bottom: 2px solid white;
}
.CollectionHeader-item.blank-item {
  border: 0;
  padding: 10px 5px;
}
.CollectionHeader-line {
  height: 1px;
  background: #ddd;
  margin-top: -1px;
  width: 100%;
  float: left;
}
.CollectionHeader-background {
  background: #fff;
  float: left;
  width: 100%;
}
.CollectionHeader-childrenRow {
  float: left;
  display: inline-block;
  width: 100%;
  padding: 0px 20px 0px 20px;
}
.CollectionHeader-link {
  color: #003973;
  color: #003973;
  font-size: 14px;
  font-family: "nimbus-sans";
  padding: 0px 10px;
  display: none;
}
.CollectionHeader-link.is-active {
  color: #1D66C7;
  text-decoration: underline;
  font-weight: 600;
}
.CollectionHeader-select {
  margin-bottom: 0px;
}

.Collection-bottomContent input {
  display: none;
  visibility: hidden;
}
.Collection-bottomContent label {
  display: block;
  font-size: inherit;
  line-height: 1.6;
  font-weight: inherit;
  margin: 0;
  font-weight: 600;
  color: #1c62c1;
  text-decoration: underline;
  text-underline-position: under;
}
#Collection-bottomContent-expand {
  height: 0px;
  overflow: hidden;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}

#Collection-bottomContent-toggle:checked ~ #Collection-bottomContent-expand {
  height: auto;
}

.Collection-bottomContent {
  max-width: 83.75rem;
  margin: auto;
  padding-left: 1.0666667%;
  padding-right: 1.0666667%;
  padding-top: 1.5rem;
}
.Collection-bottomContent hr {
  height: 1px;
  color: #dcdcdc;
  margin-bottom: 1.875rem;
}
.Collection-bottomContent-body {
  padding: 0 0.9375rem;
}

.CartUpsell {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid #DADADA;
  padding-top: 20px;
  width: 100%;
}
.CartUpsell-textContainer {
  -ms-flex-item-align: center;
  align-self: center;
  padding: 20px;
}
.CartUpsell-title {
  color: #B1B1B1;
  font-size: 20px;
  text-align: left;
  font-weight: 600;
}
.CartUpsell-text {
  font-size: 12px;
  color: #333333;
  text-align: left;
}
.CartUpsell-productContainer {
  -ms-flex-item-align: center;
  align-self: center;
  justify-self: center;
  padding: 20px;
}
.CartUpsell-productName {
  color: #515356;
  font-weight: 600;
  text-align: center;
  font-family: "triplex-sans";
  font-size: 18px;
}
.CartUpsell-info {
  color: #515356;
  font-weight: 400;
  text-align: center;
  font-size: 12px;
}
.CartUpsell-priceNew {
  text-align: center;
  font-family: "triplex-sans";
  color: #209E1D;
  font-size: 18px;
  padding: 3px 0px;
  font-weight: 600;
}
.CartUpsell-priceNew span {
  color: #535353;
  font-family: "nimbus-sans";
}
.CartUpsell-discount {
  background: #FFE200;
  border-radius: 18px;
  width: 100%;
  text-align: center;
  color: #1D66C7;
  font-size: 12px;
  padding: 4px 15px;
  margin-bottom: 10px;
}
.CartUpsell-imagePlaceholder {
  width: 265px;
  height: 265px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
}
.CartUpsell-btnContainer {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 10px;
}
.CartUpsell-btn {
  color: #e81818;
  color: #1d66c7;
  background: #fff;
  border: 1px solid #e81818;
  border: 1px solid #1d66c7;
  border-radius: 5px;
  text-align: center;
  font-family: "triplex-sans";
  width: 180px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 10px;
}
.CartUpsell-btn:hover {
  background: #e81818;
  background: #1d66c7;
  color: #fff;
}
.CartUpsell-item-wrapper {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
}
.CartUpsell-message {
  background: #1d66c7;
  padding: 0.9375rem;
  color: white;
  font-weight: 600;
}
.CartUpsell-inline-message {
  color: #1d66c7;
  font-weight: 600;
}
.CartUpsell-section is-image {
  vertical-align: top;
  max-width: 6.875rem;
  width: 35%;
}
.CartUpsell-section is-info {
  width: 65%;
  overflow: hidden;
  line-height: 1.5;
  padding-left: 1.125rem;
}

.Blog {
  --blog-background: #f9f9f9;
  background: var(--blog-background);
}

.BlogCategory {
  padding-top: 3rem;
}

.BlogHeader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.BlogHeader-title {
  font-family: "triplex-sans";
  font-size: 2.375rem;
  line-height: 2.375rem;
  font-weight: 600;
  color: #252f4f;
  color: #1d66c7;
}
.BlogHeader-icon {
  margin-left: 1.25rem;
}
.BlogHeader-hr {
  margin-top: 1.125rem;
  margin-bottom: 1.875rem;
  position: relative;
  height: 0.0625rem;
  background-color: #d8d8d8;
}
.BlogHeader-hr:before {
  content: " ";
  position: absolute;
  left: 0;
  top: -0.1875rem;
  display: block;
  width: 4.5rem;
  height: 0.25rem;
  background-color: #252f4f;
  background-color: #1d66c7;
}

.BlogCard {
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  background-color: #ffffff;
  background-color: #ffffff;
  overflow: hidden;
}
.BlogCard.is-large .BlogCard-illustrationPlaceholder {
  padding-bottom: 71.875%;
}
.BlogCard-content {
  padding: 1rem;
}
.BlogCard-illustration {
  --scale: 1;
  position: relative;
  display: block;
  overflow: hidden;
}
.BlogCard-illustration:hover, .BlogCard-illustration:focus {
  --scale: 1.1;
}
.BlogCard-illustrationPlaceholder {
  background-size: cover;
  -webkit-transform: scale(var(--scale));
  -ms-transform: scale(var(--scale));
  transform: scale(var(--scale));
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.BlogCard-tags {
  top: 0.75rem;
  left: 0;
  right: 0;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 0.75rem;
}
.BlogCard-tag {
  position: relative;
  padding: 0.25rem 0.4375rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}
.BlogCard-tagTitle {
  position: relative;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #e81818;
  color: #1d66c7;
}
.BlogCard-tagBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-color: #ffffff;
  border-radius: 0.25rem;
  opacity: 0.9;
}
.BlogCard-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "triplex-sans";
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #003973;
  color: #003973;
}
.BlogCard-excerpt {
  margin-top: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.BlogCard-readmore {
  display: block;
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #e81818;
  color: #1d66c7;
  font-weight: 600;
  text-transform: uppercase;
}
.BlogCard-badge {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  border-radius: 100%;
  background-color: #ffffff;
  background-color: #ffffff;
}
.BlogCard-badge img {
  position: absolute;
  top: 0.3125rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.BlogBanner {
  background-color: #ffffff;
  background-color: #ffffff;
}
.BlogBanner-placeholder {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.BlogBanner-placeholder-mobile {
  padding-bottom: 87.5%;
  display: block;
}
.BlogBanner-placeholder-desktop {
  display: none;
}

.BlogIndexNewsletter {
  --background: #003973;
  --background: #003973;
  margin: 0 0 2.5rem 0;
}
.BlogIndexNewsletter-container {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
}
.BlogIndexNewsletter-grid {
  position: relative;
  display: grid;
  grid-template-areas: "illustration" "content";
  color: #ffffff;
  color: #ffffff;
}
.BlogIndexNewsletter-illustrationPlaceholder {
  padding-bottom: 83.3922261484%;
}
.BlogIndexNewsletter-content {
  grid-area: content;
  padding: 1.5rem 1rem;
  background-color: var(--background);
}
.BlogIndexNewsletter-title {
  font-size: 2.375rem;
  line-height: 2.5rem;
  font-family: "triplex-sans";
  text-align: center;
}
.BlogIndexNewsletter-subtitle {
  margin-top: 1.5rem;
  text-align: center;
}
.BlogIndexNewsletter-illustration {
  grid-area: illustration;
  background-color: #ffffff;
  background-color: #ffffff;
  padding-top: 1.5rem;
}
.BlogIndexNewsletter-subscribe {
  position: relative;
  margin-top: 2rem;
}
.BlogIndexNewsletter-subscribe .o-formSuccess {
  display: none;
  text-align: center;
}
.BlogIndexNewsletter-subscribe.success .BlogIndexNewsletter-body {
  display: none;
}
.BlogIndexNewsletter-subscribe.success .o-formSuccess {
  display: block;
}
.BlogIndexNewsletter-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
}
.BlogIndexNewsletter-email {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  min-height: 3.125rem;
  color: inherit;
  background: transparent;
  text-align: center;
  border-bottom: 0.0625rem solid currentColor;
}
.BlogIndexNewsletter-email:focus, .BlogIndexNewsletter-email:active {
  border: none;
  border-bottom: 0.0625rem solid currentColor;
  color: inherit;
  background: transparent;
}
.BlogIndexNewsletter-email::-webkit-input-placeholder {
  color: #ffffff;
  color: #ffffff;
  text-align: center;
}
.BlogIndexNewsletter-email::-moz-placeholder {
  color: #ffffff;
  color: #ffffff;
  text-align: center;
}
.BlogIndexNewsletter-email:-ms-input-placeholder {
  color: #ffffff;
  color: #ffffff;
  text-align: center;
}
.BlogIndexNewsletter-email::-ms-input-placeholder {
  color: #ffffff;
  color: #ffffff;
  text-align: center;
}
.BlogIndexNewsletter-email::placeholder {
  color: #ffffff;
  color: #ffffff;
  text-align: center;
}
.BlogIndexNewsletter-submit {
  margin-top: 0.625rem;
  padding: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 600;
  color: #ffffff;
  color: #ffffff;
  background-color: var(--background);
}

.BlogVideo-container {
  padding: 2rem 0;
  color: #ffffff;
  color: #ffffff;
  background-color: #252f4f;
  background-color: #1d66c7;
}
.BlogVideo-title {
  margin-bottom: 2rem;
  font-weight: bold;
  text-align: center;
  font-family: "triplex-sans";
  font-size: 2.6875rem;
  line-height: 2.875rem;
}
.BlogVideo-items {
  display: -ms-flexbox;
  display: flex;
}
.BlogVideo-item {
  width: 100%;
  margin: 0 0.875rem;
  outline: none;
}
.BlogVideo-content {
  position: relative;
}
.BlogVideo-details {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  font-family: "triplex-sans";
  font-weight: bold;
  line-height: 1.875rem;
}
.BlogVideo-play {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.BlogVideo-illustration {
  position: relative;
}
.BlogVideo-illustrationPlaceholder {
  position: relative;
  z-index: 1;
  padding-bottom: 71.1111111111%;
  background-size: cover;
  border-radius: 0.5rem;
}
.BlogVideo-illustrationBg {
  position: absolute;
  top: 0.25rem;
  right: -0.25rem;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  background-color: #ffffff;
  background-color: #ffffff;
}
.BlogVideo .slick-dots button {
  width: 0.625rem;
  height: 0.625rem;
  border: 0.0625rem solid #ffffff;
  border: 0.0625rem solid #ffffff;
  background: transparent;
  padding: 0;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.BlogVideo .slick-dots li.slick-active button {
  background-color: #ffffff;
  background-color: #ffffff;
}

.BlogFilter {
  background: #f9f9f9;
}
.BlogFilter-container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: row;
  justify-content: row;
  min-height: 3.5rem;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.BlogFilter-container.is-active .BlogFilter-tags {
  display: -ms-flexbox;
  display: flex;
}
.BlogFilter-tags {
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: center;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  text-transform: uppercase;
  display: none;
  color: #003973;
  color: #003973;
}
.BlogFilter-tag {
  padding-bottom: 1rem;
  text-align: center;
}
.BlogFilter-tag:last-child {
  padding-bottom: 1.25rem;
}
.BlogFilter-tag.is-active {
  text-decoration: underline;
}
.BlogFilter-tag-title.is-active {
  text-decoration: underline;
}
.BlogFilter-btn {
  display: block;
  padding: 1.25rem;
  color: #9196a8;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
.BlogFilter-title {
  color: #9196a8;
  padding-right: 3.5rem;
  text-transform: uppercase;
}
.BlogFilter-title-desktop {
  display: none;
}
.BlogFilter-rss {
  display: block;
  width: 100%;
  max-width: 1.5rem;
  position: absolute;
  top: 1rem;
  right: 1.25rem;
}

.BlogPostsGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
.BlogPostsGrid-more {
  margin: 2.5rem 0;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 600;
  text-align: center;
  color: #3c3d41;
}

.BlogIndexRecent {
  position: relative;
  z-index: 1;
  margin: -2.5rem 0 0 0;
  padding: 2.5rem 0;
}
.BlogIndexRecent-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
.BlogIndexRecent-more {
  margin-top: 2.5rem;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 600;
  text-align: center;
  color: #3c3d41;
}

.BlogFeatured {
  position: relative;
  padding: 1.25rem 0 5.875rem 0;
  overflow: hidden;
  background-color: #e81818;
  background-color: #1d66c7;
}
.BlogFeatured-main {
  position: relative;
  z-index: 2;
}
.BlogFeatured-carousel {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.BlogFeatured-carousel .slick-dots button {
  width: 0.625rem;
  height: 0.625rem;
  border: 0.0625rem solid #ffffff;
  border: 0.0625rem solid #ffffff;
  background: transparent;
  padding: 0;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.BlogFeatured-carousel.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.BlogFeatured-carousel .slick-dots li.slick-active button {
  background-color: #ffffff;
  background-color: #ffffff;
}
.BlogFeatured-carousel .slick-prev {
  left: 0.8125rem;
}
.BlogFeatured-carousel .slick-next {
  right: 1.25rem;
}
.BlogFeatured-carousel .slick-prev,
.BlogFeatured-carousel .slick-next {
  z-index: 1;
  display: none !important;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  background-color: #ffffff;
}
.BlogFeatured-carousel .slick-prev:before,
.BlogFeatured-carousel .slick-next:before {
  display: none;
}
.BlogFeatured-cards {
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  margin-top: 3rem;
  scrollbar-width: 0;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.BlogFeatured-cards::-webkit-scrollbar {
  display: none;
}
.BlogFeatured-cards .BlogCard {
  -ms-flex: 0 0 calc(100% - 2rem);
  flex: 0 0 calc(100% - 2rem);
  margin-right: 1rem;
  scroll-snap-align: center;
}
.BlogFeatured-bubble-1 {
  z-index: 2;
  position: absolute;
  top: -0.75rem;
  left: -2.5rem;
  width: 100%;
  max-width: 33.8125rem;
}
.BlogFeatured-bubble-2 {
  z-index: 2;
  position: absolute;
  bottom: 3.125rem;
  right: -9.375rem;
  width: 100%;
  max-width: 21.3125rem;
}
.BlogFeatured-wave {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.BlogFeatured-wave svg {
  position: relative;
  z-index: 1;
}
.BlogFeatured-wave:after {
  content: " ";
  position: absolute;
  top: 0.0625rem;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--blog-background);
}

.BlogFeaturedTileLarge {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: grid !important;
  grid-template-areas: "illustration" "content";
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  background-color: #ffffff;
  outline: none;
}
.BlogFeaturedTileLarge + .BlogFeaturedTileLarge {
  margin-left: 0.5rem;
}
.BlogFeaturedTileLarge-hr {
  margin: 1.875rem 0 1.625rem 0;
  width: 2.5rem;
  height: 0.125rem;
  border-radius: 0.125rem;
  background-color: #252f4f;
  background-color: #1d66c7;
}
.BlogFeaturedTileLarge-content {
  grid-area: content;
}
.BlogFeaturedTileLarge-illustration {
  --scale: 1;
  position: relative;
  grid-area: illustration;
  display: block;
  overflow: hidden;
}
.BlogFeaturedTileLarge-illustration:hover, .BlogFeaturedTileLarge-illustration:focus {
  --scale: 1.1;
}
.BlogFeaturedTileLarge-illustrationPlaceholder {
  background-size: cover;
  padding-bottom: 51.9480519481%;
  -webkit-transform: scale(var(--scale));
  -ms-transform: scale(var(--scale));
  transform: scale(var(--scale));
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.BlogFeaturedTileLarge-badge {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  border-radius: 100%;
  background-color: #ffffff;
  background-color: #ffffff;
}
.BlogFeaturedTileLarge-badge img {
  position: absolute;
  top: 0.3125rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.BlogFeaturedTileLarge-tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.BlogFeaturedTileLarge-tag {
  position: relative;
  margin-right: 0.5rem;
  padding: 0.46875rem 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0.25rem;
  color: #ffffff;
  color: #ffffff;
  background-color: #e81818;
  background-color: #1d66c7;
  min-width: 7.25rem;
  text-align: center;
}
.BlogFeaturedTileLarge-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "triplex-sans";
  font-size: 1.6875rem;
  line-height: 1;
  font-weight: 600;
  color: #003973;
  color: #003973;
}
.BlogFeaturedTileLarge-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 0.5rem;
}
.BlogFeaturedTileLarge-cta {
  display: block;
  margin-top: 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #e81818;
  color: #1d66c7;
}

.BlogRelated {
  max-width: 87.5rem;
  padding: 2.5rem 1rem 2.5rem 1rem;
  margin: auto;
  max-height: 43.75rem;
  padding-top: 3.1875rem;
  height: auto;
  margin-bottom: 1.25rem;
}
.BlogRelated-title {
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 2.25rem;
  text-align: center;
  color: #003973;
  color: #003973;
}
.BlogRelated-container {
  padding-left: 1.75rem;
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
}
.BlogRelated-items {
  display: grid;
  gap: 2.5rem;
}

.BlogReviews {
  padding-bottom: 4.375rem;
}

.PressBanner {
  background-color: #ffffff;
  background-color: #ffffff;
}
.PressBanner-container {
  display: grid;
  gap: 1.25rem;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 25rem;
  padding-top: 1.5rem;
}
.PressBanner-button, .PressBanner-description {
  margin-top: 1.5rem;
}
.PressBanner-illustrations {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.PressBanner-description a {
  color: #252f4f;
  color: #1d66c7;
  font-weight: 600;
}
.PressBanner-logo {
  max-width: 35.9375rem;
}
.PressBanner-logoPlaceholder {
  padding-bottom: 52%;
}
.PressBanner-placeholder {
  display: block;
  position: relative;
  width: 100%;
  background-position: bottom right;
}
.PressBanner-placeholder-mobile {
  display: block;
  padding-bottom: 56.2091503268%;
}
.PressBanner-placeholder-desktop {
  display: none;
  padding-bottom: 50.5050505051%;
}

.PressAnnouncement-container {
  background-color: #1D66C7;
  background-color: #1d66c7;
  padding: 1.5rem 0;
  color: #ffffff;
  color: #ffffff;
}
.PressAnnouncement p {
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.PressAnnouncement a:hover {
  color: #ffffff;
  color: #ffffff;
}

.PressNews {
  margin: 2rem 0;
}
.PressNews-container {
  display: grid;
  gap: 2rem;
}
.PressNews-tile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 0.5rem;
  padding: 4rem 2rem 2.5rem 2rem;
  border: 0.125rem solid #ffffff;
  border: 0.125rem solid #ffffff;
  background: #ffffff;
  background: #ffffff;
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.2);
}
.PressNews-date {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.PressNews-logo {
  margin: 0 auto 2.5rem auto;
}
.PressNews-description {
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.PressNews-more {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #252f4f;
  color: #1d66c7;
}

.PressLatest {
  margin: 2rem 0;
}
.PressLatest-headline {
  margin-bottom: 2rem;
  text-align: center;
}
.PressLatest-container {
  display: grid;
  gap: 2.5rem;
  max-width: 51rem;
  margin: 0 auto;
}
.PressLatest-tile {
  display: grid;
  gap: 1.5rem;
}
.PressLatest-title {
  font-family: "triplex-sans";
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
}
.PressLatest-more {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #252f4f;
  color: #1d66c7;
}
.Product-container,
.Product .Highlights {
  background-color: #f9f9f9;
}
.Product-container {
  background-color: #f9f9f9;
}
.Product-content {
  max-width: 20.3125rem;
  margin: 0 auto;
}
.Product-contentBody {
  width: 100%;
  max-width: 26.25rem;
  margin: 0 auto;
  padding-top: 1.5625rem;
}
.Product-title {
  font-family: "triplex-sans";
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 600;
  text-align: center;
}
.Product-featuredImage {
  display: none;
  max-width: 25rem;
  margin: 2.5rem auto 0 auto;
}
.Product-featuredImage .o-placeholder {
  padding-bottom: 38.0434782609%;
}
.Product-price {
  font-size: 1.5625rem;
  line-height: 1.875rem;
  font-weight: 600;
}
.Product-price > del {
  position: relative;
  font-size: 1.3125rem;
  line-height: 1.5rem;
  font-weight: normal;
  color: #8f8f8f;
}
.Product-lightboxImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.Product-groupTitle {
  margin-top: 0.625rem;
  margin: 0.625rem 0 0.9375rem 0;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.125rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.Product-groupTitleStyle {
  max-width: 20.3125rem;
  margin-left: auto !important;
  margin-right: auto !important;
}
.Product-groupTitleQty {
  text-align: left;
}
.Product-msg {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-align: center;
  color: #adadad;
}

.ProductTabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.625rem;
}
.ProductTabs-button {
  display: inline-block;
  margin: 0 0.9375rem;
  font-family: "nimbus-sans";
  font-size: 0.875rem;
  line-height: 1.0625rem;
  text-align: center;
}
.ProductTabs-button:after {
  content: " ";
  display: block;
  height: 0.0625rem;
  background: currentColor;
}

.ProductForm {
  margin-top: 1.25rem;
}
.ProductForm-controls {
  margin-top: 0.75rem;
  padding-right: 0.3125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.ProductForm-options {
  margin-bottom: 1.5625rem;
}
.ProductForm-submitButton {
  margin-top: 2.5rem;
}

.o-qtyControls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.o-qtyControls-button {
  width: 1.5625rem;
  height: 1.5625rem;
  padding: 0.3125rem;
  border-radius: 100%;
  background-color: #3c3d41;
}
.o-qtyControls-button svg {
  fill: #ffffff;
  fill: #ffffff;
  color: #ffffff;
  color: #ffffff;
}
.o-qtyControls-indicator {
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 600;
  margin: 0 0.9375rem;
}

.ProductNotification {
  margin-top: 1.875rem;
}
.ProductNotification-title {
  margin-bottom: 0.3125rem;
  font-size: 0.875rem;
  font-style: italic;
  text-align: center;
  color: #303030;
  color: #303030;
}
.ProductNotification input[type=email] {
  width: 100%;
  height: 100%;
  max-width: 12.8125rem;
  margin: 0;
  padding-left: 1rem;
  background-color: #F7F7F7;
  border: none;
  border-radius: 0;
}
.ProductNotification-submit {
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0 0.25rem 0.25rem 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  min-width: 8.4375rem;
  background-color: #252f4f;
  background-color: #1d66c7;
  font-family: "nimbus-sans";
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
  color: #ffffff;
}
.ProductNotification-submit::-webkit-input-placeholder {
  color: #aaaaaa;
}
.ProductNotification-submit::-moz-placeholder {
  color: #aaaaaa;
}
.ProductNotification-submit:-ms-input-placeholder {
  color: #aaaaaa;
}
.ProductNotification-submit::-ms-input-placeholder {
  color: #aaaaaa;
}
.ProductNotification-submit::placeholder {
  color: #aaaaaa;
}
.ProductNotification-formBody {
  display: -ms-flexbox;
  display: flex;
  height: 2.8125rem;
}
.ProductNotification .o-formSuccess {
  text-align: center;
}
.ProductNotification-successMessage {
  display: none;
}
.ProductNotification form.success .ProductNotification-successMessage {
  display: block;
}
.ProductNotification form.success .ProductNotification-formBody {
  display: none;
}

.ProductAlert {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.625rem;
}
.ProductAlert-message {
  display: inline-block;
  padding: 0.5rem 0.9375rem;
  font-size: 0.75rem;
  border-radius: 0.25rem;
  background-color: #303030;
  background-color: #303030;
  color: #ffffff;
  color: #ffffff;
  text-align: center;
}

.ProductSwitcher {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #E4E5EC;
}
.ProductSwitcher-container {
  margin-top: 1.5625rem;
  border-top: 0.0625rem solid #E4E5EC;
}
.ProductSwitcher-secondRow {
  border-top: none;
  padding-top: 0;
}
.ProductSwitcher-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
@supports (display: grid) {
  .ProductSwitcher-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, 3.4375rem);
    grid-gap: 0.9375rem;
  }
}
.ProductSwitcher-item {
  width: 3.4375rem;
  margin: 0 0.9375rem;
}
@supports (display: grid) {
  .ProductSwitcher-item {
    margin: 0;
    width: auto;
  }
}
.ProductSwitcher-itemLink {
  display: block;
  border-radius: 100%;
  overflow: hidden;
}
.ProductSwitcher-itemLink .o-placeholder {
  background-size: cover;
}
.ProductSwitcher-itemLink.is-active {
  border: 3px solid #2069C7;
}
.ProductSwitcher-label {
  position: relative;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  width: 5.625rem;
  margin-top: 0.125rem;
  font-size: 0.575rem;
  text-align: center;
  color: #003973;
  color: #003973;
}

.ProductGallery {
  position: relative;
  overflow: hidden;
}
.ProductGallery-arrow {
  z-index: 1;
}
.ProductGallery-arrow.slick-prev {
  left: -25px;
}
.ProductGallery-arrow.slick-prev:before {
  content: "";
}
.ProductGallery-arrow.slick-next {
  right: -25px;
}
.ProductGallery-arrow.slick-next:before {
  content: "";
}
.ProductGallery-arrow .o-placeholder > svg {
  fill: #000;
}
.ProductGallery-images {
  display: none;
  position: relative;
}
.ProductGallery-images:focus {
  outline: none;
}
.ProductGallery-images.slick-initialized {
  display: block;
}
.ProductGallery-images.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.ProductGallery-image {
  position: relative;
}
.ProductGallery-image .o-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ProductGallery-image *::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}
.ProductGallery-image *::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}
.ProductGallery-image *::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.ProductGallery-zoom {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  width: auto;
  padding: 6px 10px;
  position: absolute;
  bottom: 16px;
  z-index: 1;
  left: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
}
.ProductGallery-zoom .zoom-desktop {
  display: none;
}
.ProductGallery-zoomImage {
  height: 12px;
  float: left;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.ProductGallery-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: inherit;
  height: inherit;
  left: 0;
  top: 0;
}
.ProductGallery-videoPlaceholder {
  padding-bottom: 80.4166666667%;
}
.ProductGallery-dimmer {
  z-index: 1;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 12.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(89, 89, 89, 0)), color-stop(29.61%, rgba(0, 0, 0, 0.38)), to(#000000));
  background: -o-linear-gradient(top, rgba(89, 89, 89, 0) 0%, rgba(0, 0, 0, 0.38) 29.61%, #000000 100%);
  background: linear-gradient(180deg, rgba(89, 89, 89, 0) 0%, rgba(0, 0, 0, 0.38) 29.61%, #000000 100%);
}
.ProductGallery-btnPlay {
  z-index: 2;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 1.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.ProductGallery-imageLink {
  display: block;
  position: relative;
}
.ProductGallery-imageLink:focus {
  outline: none;
}
.ProductGallery-thumbs {
  margin: 0.625rem 1.875rem 0.625rem 1.875rem;
}
.ProductGallery-thumbs.disable-track-mobile .slick-track {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.ProductGallery-thumbs:empty {
  display: none;
}
.ProductGallery-thumb {
  position: relative;
  margin: 0 0.46875rem;
  padding: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  border-radius: 0.223125rem;
  overflow: hidden;
  cursor: pointer;
}
.ProductGallery-thumb .o-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 1.9375rem;
  height: 1.9375rem;
  margin: 0 auto;
  padding: 0.0625rem 0.0625rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ProductGallery-thumb .o-play .o-play-icon {
  width: auto;
  height: auto;
}
.ProductGallery-thumb .o-play .o-placeholder {
  width: 1.5625rem;
  padding-bottom: 100%;
}
.ProductGallery-thumb .o-placeholder {
  width: 3.125rem;
  padding-bottom: 3.125rem;
}
.ProductGallery-thumb:hover, .ProductGallery-thumb:focus {
  outline: none;
}
.ProductGallery-thumb.slick-slide {
  opacity: 0.5;
}
.ProductGallery-thumb.slick-current {
  opacity: 1;
}
.ProductGallery-carouselPlaceholder {
  position: relative;
}
.ProductGallery-imagePlaceholder {
  padding-bottom: 80.4166666667%;
}
.ProductGallery-thumbPlaceholder {
  background-color: #eeeeee;
  background-size: cover;
}

.ProductGalleryLightbox {
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  background-color: #ffffff;
  background-color: #ffffff;
  overflow: auto;
  padding: 5rem 15px 5rem 15px;
}
.ProductGalleryLightbox-header {
  z-index: 2;
  top: 0;
  left: 0;
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
  background-color: #ffffff;
  height: 5rem;
  border-bottom: 0.0625rem solid #f4f4f4;
}
.ProductGalleryLightbox-title {
  margin: 0;
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 600;
  font-family: "triplex-sans";
}
.ProductGalleryLightbox-close {
  position: relative;
  right: -2.5rem;
  top: 0;
  width: 6.25rem;
  height: 5rem;
  padding: 0 2.5rem;
}
.ProductGalleryLightbox-close svg {
  color: #0a0a0a;
  color: #0a0a0a;
}
.ProductGalleryLightbox-close:hover svg {
  color: #252f4f;
  color: #1d66c7;
}
.ProductGalleryLightbox-label {
  position: absolute;
  left: -0.625rem;
  font-family: "nimbus-sans";
  text-transform: uppercase;
  font-size: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}
.ProductGalleryLightbox-image {
  position: relative;
  max-width: 45rem;
  margin: 0 auto;
}
.ProductGalleryLightbox-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: inherit;
  height: inherit;
  left: 0;
  top: 0;
}
.ProductGalleryLightbox .o-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ProductRadioButtons-group {
  margin-bottom: 1rem;
}
.ProductRadioButtons-groupTitle {
  margin: 0.625rem 0 0.9375rem 0;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.125rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.ProductRadioButtons-item {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin: 0 0.5rem 0.5rem 0;
}
.ProductRadioButtons-group .ProductRadioButtons-item:last-child {
  margin-right: 0;
}

.ProductRadioButtons-itemRadio {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.ProductRadioButtons-itemLabel {
  display: block;
  position: relative;
  padding: 0.75em 1em 0.8em 1em;
  font-family: "nimbus-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background-color: #ffffff;
  background-color: #ffffff;
  color: #303030;
  color: #303030;
  border: 0.125rem solid #303030;
  border: 0.125rem solid #303030;
  cursor: pointer;
}
.ProductRadioButtons-itemRadio + .ProductRadioButtons-itemLabel {
  display: block;
  margin: 0;
}

.ProductRadioButtons-itemRadio:checked + .ProductRadioButtons-itemLabel {
  background-color: #303030;
  background-color: #303030;
  color: #ffffff;
  color: #ffffff;
}

.ProductRadioButtons-itemRadio:disabled + .ProductRadioButtons-itemLabel {
  color: #dddedc;
  color: #dddedc;
  border-color: #dddedc;
  border-color: #dddedc;
}

.ProductDropdowns-groupTitle {
  margin: 0.625rem 0 0.9375rem 0;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.125rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.ProductDropdowns-dropdown {
  margin-bottom: 0;
  height: 2.625rem;
  border: 0.055rem solid #E4E5EC;
  font-size: 0.765625rem;
  line-height: 1.0625rem;
  -webkit-box-shadow: 0 0.125rem 0.0625rem 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 0.125rem 0.0625rem 0 rgba(0, 0, 0, 0.03);
  color: #3C3D41;
  border-radius: 0;
}
.ProductDropdowns-dropdown:hover, .ProductDropdowns-dropdown:focus {
  border: 0.055rem solid #E4E5EC;
}
.ProductDropdowns-styleContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ProductDropdowns-styleLabel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.ProductDropdowns-stylePlaceholder {
  position: relative;
  top: -0.1875rem;
  width: 0.9375rem;
  margin-left: 0.3125rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.ProductDropdowns-stylePlaceholder svg {
  fill: #252f4f;
  fill: #1d66c7;
}

.ProductSingleOption {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0.75rem 0.9375rem;
  background-color: #f0f0f0;
}
.ProductSingleOption-icon {
  width: 0.75rem;
  height: 0.5625rem;
  margin-right: 0.3125rem;
}
.ProductSingleOption-label {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
}

.ProductDetail {
  padding: 3.4375rem 0 0.3125rem 0;
  overflow: hidden;
}
.ProductDetail-headline {
  font-family: "triplex-sans";
  font-size: 2rem;
  line-height: 2.5625rem;
  font-weight: 600;
  text-align: center;
}
.ProductDetail-description p {
  max-width: 49.0625rem;
  margin: 0 auto;
  padding: 0 0.625rem;
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: center;
}
.ProductDetail-headline + .ProductDetail-description {
  margin-top: 1.875rem;
}
.ProductDetail-image {
  position: relative;
  max-width: 48rem;
  padding: 1.5625rem 0;
  margin: 0 auto;
}
.ProductDetail-imagePlaceholder {
  padding-bottom: 78.125%;
}
.ProductDetail-tooltip {
  z-index: 2;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
}
.ProductDetail-tooltip.is-open .ProductDetail-tooltipIconPlus {
  display: none;
}
.ProductDetail-tooltip.is-open .ProductDetail-tooltipIconMinus {
  display: block;
}
.ProductDetail-tooltip--1 {
  top: calc(27% - 22px);
  right: 15%;
}
.ProductDetail-tooltip--1 .ProductDetail-tooltipContent {
  right: calc(100% - 1.375rem);
  top: calc(-100% - 0.625rem);
}
.ProductDetail-tooltip--2 {
  top: calc(54% - 22px);
  left: 40%;
}
.ProductDetail-tooltip--2 .ProductDetail-tooltipContent {
  left: -5.625rem;
  top: calc(-100% - 0.625rem);
}
.ProductDetail-tooltip--3 {
  bottom: calc(48% - 22px);
  left: 16%;
}
.ProductDetail-tooltip--3 .ProductDetail-tooltipContent {
  top: calc(-100% - 0.625rem);
  left: calc(100% - 22px);
}
.ProductDetail-tooltip--4 {
  bottom: calc(24% - 22px);
  right: 35%;
}
.ProductDetail-tooltip--4 .ProductDetail-tooltipContent {
  left: -5.625rem;
  top: calc(-100% - 0.625rem);
}
.ProductDetail-tooltipPulse {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  background: #1e306e;
}
.ProductDetail-tooltipPulse:hover {
  -webkit-animation: none;
  animation: none;
}
.ProductDetail-tooltipPulse:after {
  content: " ";
  position: absolute;
  left: -0.1875rem;
  top: -0.1875rem;
  width: 3.1875rem;
  height: 3.1875rem;
  border-radius: 100%;
  border: 0.0625rem solid #1e306e;
  -webkit-box-shadow: 0 0 0 rgba(30, 48, 110, 0.4);
  box-shadow: 0 0 0 rgba(30, 48, 110, 0.4);
  -webkit-animation: product-detail-tooltip 2s infinite;
  animation: product-detail-tooltip 2s infinite;
}
.ProductDetail-tooltipContent {
  position: absolute;
  top: 50%;
  display: none;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13.75rem;
  padding: 0.625rem 1.5625rem;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-weight: 600;
  text-align: center;
  background: #1e316e;
  color: #ffffff;
  color: #ffffff;
}
.ProductDetail-tooltipIcon {
  width: 1.25rem;
}
.ProductDetail-tooltipIcon svg {
  fill: #ffffff;
  fill: #ffffff;
}
.ProductDetail-tooltipIconMinus {
  display: none;
}
.ProductDetail-arrow {
  position: absolute;
  display: none;
}
.ProductDetail-arrow--1 {
  width: 6.3125rem;
  left: -2.75rem;
  bottom: -1.125rem;
}
.ProductDetail-arrow--2 {
  width: 4.375rem;
  top: 0.0625rem;
  right: -1.875rem;
}
.ProductDetail-arrow--3 {
  width: 5rem;
  top: -5.5rem;
  right: -5rem;
}
.ProductDetail-arrow--4 {
  width: 4.6875rem;
  height: 1.5625rem;
  left: -1.0625rem;
  bottom: -0.625rem;
}
@-webkit-keyframes product-detail-tooltip {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(30, 48, 110, 0.4);
    box-shadow: 0 0 0 0 rgba(30, 48, 110, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(30, 48, 110, 0);
    box-shadow: 0 0 0 10px rgba(30, 48, 110, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(30, 48, 110, 0);
    box-shadow: 0 0 0 0 rgba(30, 48, 110, 0);
  }
}
@keyframes product-detail-tooltip {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(30, 48, 110, 0.4);
    box-shadow: 0 0 0 0 rgba(30, 48, 110, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(30, 48, 110, 0);
    box-shadow: 0 0 0 10px rgba(30, 48, 110, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(30, 48, 110, 0);
    box-shadow: 0 0 0 0 rgba(30, 48, 110, 0);
  }
}

.ProductDetailLightbox {
  z-index: 50;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 3.125rem 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #ffffff;
  background-color: #ffffff;
}
.ProductDetailLightbox.is-open {
  visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.ProductDetailLightbox.is-open .ProductDetailLightbox-dimmer,
.ProductDetailLightbox.is-open .ProductDetailLightbox-content {
  opacity: 1;
}
.ProductDetailLightbox.is-open .ProductDetailLightbox-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.ProductDetailLightbox-grid {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
}
.ProductDetailLightbox-closeContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.ProductDetailLightbox-close {
  position: relative;
  right: -2.5rem;
  top: 0;
  width: 6.25rem;
  height: 2.5rem;
  padding: 0 2.5rem;
}
.ProductDetailLightbox-close svg {
  fill: #0a0a0a;
  fill: #0a0a0a;
}
.ProductDetailLightbox-headline {
  margin-bottom: 1.875rem;
  font-size: 1.5rem;
  line-height: 1.75rem;
  text-align: center;
}
.ProductDetailLightbox-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.ProductDetailLightbox-item {
  position: relative;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.9375rem;
  width: 100%;
  max-width: 15.625rem;
  text-align: center;
}
.ProductDetailLightbox-item.is-active {
  display: -ms-flexbox;
  display: flex;
}
.ProductDetailLightbox-item + .ProductDetailLightbox-item:before {
  position: absolute;
  left: 0;
  top: inherit;
  height: 11.875rem;
  width: 0.0625rem;
  background-color: #E9E9E9;
}
.ProductDetailLightbox-itemHeadline {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  font-weight: 600;
  text-transform: uppercase;
}
.ProductDetailLightbox-itemDescription p {
  font-size: 1.125rem;
  line-height: 1.25rem;
}
.ProductDetailLightbox-itemDescription p + p {
  margin-top: 1.25rem;
}
.ProductDetailLightbox-itemHighlight {
  display: inline-block;
  min-width: 10.9375rem;
  margin: 0.9375rem auto 0 auto;
  padding: 0.625rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #FFE200;
  color: #1E306E;
}

.ProductDetailLightboxNav {
  margin-bottom: 0.625rem;
}
.ProductDetailLightboxNav-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.ProductDetailLightboxNav-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.3125rem;
  min-width: 4.6875rem;
  min-height: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  text-align: center;
  color: #3C3D41;
  background-color: #F1F1F1;
}
.ProductDetailLightboxNav-item.is-active {
  color: #1D66C7;
  background-color: #ffffff;
  background-color: #ffffff;
}

.ProductSpecifications {
  background-color: #F7F7F7;
  color: #3C3D41;
}
.ProductSpecifications-container.o-container {
  padding-top: 3.4375rem;
  padding-bottom: 2.1875rem;
  max-width: 73.75rem;
}
.ProductSpecifications-headline {
  margin: 0 0 1.25rem 0;
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 300;
  color: #003973;
  color: #003973;
  text-align: center;
}
.ProductSpecifications-list {
  margin: 0;
}
.ProductSpecifications-toggle {
  position: relative;
  margin: 0;
  padding: 1rem 0.625rem;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: normal;
  cursor: pointer;
  border-bottom: 0.0625rem solid #E3E3E3;
}
.ProductSpecifications-toggle .icon-minus {
  display: none;
}
.ProductSpecifications-toggle.is-active .icon-plus {
  display: none;
}
.ProductSpecifications-toggle.is-active .icon-minus {
  display: block;
}
.ProductSpecifications-icon {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  width: 0.9375rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ProductSpecifications-description iframe {
  height: 37.5rem;
}
.ProductSpecifications-description img {
  display: block;
  margin: 1.875rem auto;
}
.ProductSpecifications-description .tabs {
  display: none;
}
.ProductSpecifications-description h1,
.ProductSpecifications-description h2,
.ProductSpecifications-description h3 {
  margin: 0.9375rem 0;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: normal;
}
.ProductSpecifications-description .tabs-content ul {
  list-style: initial;
}
.ProductSpecifications-content {
  display: none;
  padding: 1.25rem;
}
.ProductSpecifications-content p:empty {
  height: 1.25rem;
}
.ProductSpecifications-content ul {
  list-style: initial;
}

.ProductCuratedPictures-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 2.1875rem;
  margin: 0 auto;
  max-width: 1440px;
}
@supports (display: grid) {
  .ProductCuratedPictures-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 2.3125rem;
    grid-row-gap: 1.5625rem;
  }
}
.ProductCuratedPictures-image {
  width: 100%;
}
.ProductCuratedPictures-imagePlaceholder {
  background-size: cover;
  background-color: #eeeeee;
}
.ProductCuratedPictures-spacer {
  height: 3.125rem;
}

.Product .yotpo.bottomLine {
  margin-top: 0.9375rem;
  height: 1.25rem;
}
.Product .yotpo-slider .yotpo-slider-title-wrapper .yotpo-slider-title {
  display: block;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  margin-bottom: 0 !important;
  font-family: "nimbus-sans" !important;
  font-size: 1.75rem !important;
  line-height: 1.875rem !important;
  font-weight: 300 !important;
  text-align: center;
  color: #003973 !important;
  color: #003973 !important;
}
.Product .yotpo-slider .yotpo-pictures-gallery-header-wrapper,
.Product .yotpo-slider .yotpo-slider-title-wrapper {
  margin-bottom: 0;
}
.Product .standalone-bottomline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.Product .yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name,
.Product .yotpo .yotpo-comment .yotpo-header .yotpo-header-element .y-label.yotpo-user-name,
.Product .yotpo .yotpo-question .yotpo-header .yotpo-header-element .y-label.yotpo-user-name,
.Product .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-element .y-label.yotpo-user-name,
.Product .yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active span,
.Product .yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active .yotpo-nav-wrapper,
.Product .write-question-review-buttons-container .write-question-review-button .write-question-review-button-icon {
  color: #252f4f !important;
  color: #1d66c7 !important;
}

.ProductNotification {
  width: 100%;
  position: fixed;
  left: 0px;
  bottom: 0px;
  -webkit-box-shadow: 0px -6px 10px 0px rgba(193, 193, 193, 0.5);
  box-shadow: 0px -6px 10px 0px rgba(193, 193, 193, 0.5);
  background: #fff;
  z-index: 9999;
  padding: 20px 30px 35px 30px;
}
.ProductNotification-container {
  display: grid;
  grid-template-columns: 80px calc(100% - 80px);
  grid-gap: 20px;
  -ms-flex-pack: center;
  justify-content: center;
}
.ProductNotification-product {
  font-size: 16px;
  color: #373737;
  text-align: left;
  font-family: "triplex-sans";
  font-weight: 600;
}
.ProductNotification-variant {
  color: #71716E;
  font-family: "nimbus-sans";
  text-transform: uppercase;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
}
.ProductNotification-info {
  color: #209E1D;
  font-family: "nimbus-sans";
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}
.ProductNotification-info:before {
  content: "x";
  background: url("//cdn.shopify.com/s/files/1/0810/5967/t/147/assets/check-mark.svg?v=12480941651009972342");
  width: 18px;
  height: 16px;
  color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 4px;
}
.ProductNotification-img {
  width: 80px;
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ProductNotification-btnContainer {
  align-self: center;
  grid-column: span 2;
}

.cross-sell {
  padding: 2rem 0;
}
.cross-sell h2 {
  font-family: "nimbus-sans";
  font-weight: 300;
  font-size: 1.75rem;
  text-align: center;
  color: #003973;
  color: #003973;
  margin-bottom: 1.625rem;
}
.cross-sell .o-button, .cross-sell .shopify-challenge__button {
  margin-top: 0.875rem;
}
.cross-sell--slider {
  margin: 0 0.9375rem;
}
.cross-sell--slider.slick-initialized {
  margin: 0;
  max-width: 100%;
}
.cross-sell--slide {
  position: relative;
  height: 300px;
  margin-bottom: 5.25rem;
  outline: 0;
}
.cross-sell--slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 5;
}
.cross-sell--slide:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  background: -o-linear-gradient(170deg, #000000 0.05%, rgba(0, 0, 0, 0) 0.06%, rgba(0, 0, 0, 0.5) 73.85%);
  background: linear-gradient(280deg, #000000 0.05%, rgba(0, 0, 0, 0) 0.06%, rgba(0, 0, 0, 0.5) 73.85%);
}
.cross-sell--slide .o-button, .cross-sell--slide .shopify-challenge__button {
  position: absolute;
  right: 50%;
  bottom: -4.375rem;
  z-index: 7;
  width: 150px;
  margin-right: -75px;
}
.cross-sell--meta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 7;
  padding: 0.75rem 0.9375rem;
}
.cross-sell--meta h3 {
  font-family: "triplex-sans";
  font-style: normal;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 21px;
  color: #fff;
  text-align: center;
}
.cross-sell--meta p {
  font-family: "nimbus-sans";
  font-size: 1.0625rem;
  color: #fff;
  text-align: center;
}
.cross-sell .slick-slide {
  margin: 0 0.5rem 5.25rem;
}

.AboutUsLetter-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.AboutUsLetter-text {
  max-width: 27.5rem;
}
.AboutUsLetter-signature {
  position: relative;
  margin-top: -2.0625rem;
  max-width: 9.625rem;
  color: #9595A5;
}
.AboutUsLetter-ceo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  max-width: 46.875rem;
}
.AboutUsLetter-ceoPlaceholder {
  padding-bottom: 80.4%;
}
.AboutUsLetter .caption {
  margin-bottom: 1.875rem;
}
.AboutUsLetter .o-rte p {
  margin-bottom: 1.875rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-style: italic;
  color: #3C3D41;
}
.AboutUsLetter .o-rte p:last-child {
  margin-bottom: 0;
}

.AboutUsProcess {
  background-color: #f9f9f9;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.AboutUsProcess-text {
  display: none;
}
.AboutUsProcess-text.is-active {
  display: block;
}
.AboutUsProcess-title {
  margin-top: 1.0625rem;
}
.AboutUsProcess .caption {
  margin-bottom: 0.5rem;
  color: #9595a5;
}
.AboutUsProcess .o-rte {
  margin-top: 1.4375rem;
  max-width: 27.5625rem;
  min-height: 6.25rem;
}

.AboutUsProcessInfographic {
  position: relative;
  overflow: hidden;
  margin-top: 1.4375rem;
}
.AboutUsProcessInfographic-wrapper {
  position: relative;
  width: 82.5rem;
  height: 23.125rem;
  right: var(--center-bullet, 0);
  -webkit-transition: right ease var(--animation-duration, 0.3s);
  -o-transition: right ease var(--animation-duration, 0.3s);
  transition: right ease var(--animation-duration, 0.3s);
}
.AboutUsProcessInfographic-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.3125rem;
  height: 1.3125rem;
  border-radius: 100%;
  -webkit-transform: translate(122.5px, 330.7937469482px);
  -ms-transform: translate(122.5px, 330.7937469482px);
  transform: translate(122.5px, 330.7937469482px);
  background-color: #252f4f;
  background-color: #1d66c7;
}
.AboutUsProcessInfographic-graphic {
  position: relative;
  display: block;
  left: 8.125rem;
  top: 1.375rem;
}
.AboutUsProcessInfographic-tooltip {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  width: 9rem;
  height: 2.5rem;
  padding: 0;
  margin: 0;
  border: none;
  opacity: 0.5;
  color: #9595A5;
  -webkit-transition: 0.3s opacity, 0.3s fill;
  -o-transition: 0.3s opacity, 0.3s fill;
  transition: 0.3s opacity, 0.3s fill;
}
.AboutUsProcessInfographic-tooltip .o-placeholder {
  padding-bottom: 27.7777777778%;
}
.AboutUsProcessInfographic-tooltip--1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.AboutUsProcessInfographic-tooltip--2 {
  bottom: 2.6875rem;
  left: 26.75rem;
}
.AboutUsProcessInfographic-tooltip--3 {
  top: 2.0625rem;
  left: 15.75rem;
}
.AboutUsProcessInfographic-tooltip--4 {
  top: 14.875rem;
  left: 44.5rem;
}
.AboutUsProcessInfographic-tooltip--5 {
  top: 0;
  left: 50.1875rem;
}
.AboutUsProcessInfographic-tooltip--6 {
  top: 10.5rem;
  left: 63.5rem;
}
.AboutUsProcessInfographic-tooltip.is-active, .AboutUsProcessInfographic-tooltip:hover {
  color: #252f4f;
  color: #1d66c7;
  opacity: 1;
}
.AboutUsProcessInfographic-advanceBtn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 3.75rem auto 0 auto;
}

.OurPawtner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.OurPawtner + .OurPawtner {
  margin-top: 1.875rem;
}
.OurPawtner-content {
  width: 100%;
  max-width: 48.75rem;
  margin: 0 auto;
}
.OurPawtner-headlineContainer {
  display: -ms-flexbox;
  display: flex;
}
.OurPawtner-socialIcon {
  width: 1.625rem;
  margin-right: 0.5rem;
  margin-top: 0.5625rem;
}
.OurPawtner-socialIcon svg {
  fill: #252f4f;
  fill: #1d66c7;
}
.OurPawtner-headline {
  font-size: 2rem;
  letter-spacing: -0.075rem;
  line-height: 2.5625rem;
  font-weight: 600;
  font-family: "triplex-sans";
}
.OurPawtner .o-rte {
  margin: 1.25rem 0;
}
.OurPawtner-image {
  width: 100%;
  margin-bottom: 1.25rem;
}
.OurPawtner-imgPlaceholder {
  padding-bottom: 62.5%;
  background-size: cover;
}

/*******************************/
/*    Collection - Dog Beds    */
/*******************************/
.DogBeds-title {
  font-size: 34px;
  color: #003973;
  color: #003973;
  font-family: "nimbus-sans";
  text-align: center;
  font-weight: 300;
  padding: 20px 10px;
}
.DogBeds-text {
  color: #333333;
  text-align: center;
  font-size: 16px;
  font-family: "nimbus-sans";
  padding: 0px 10px 40px 10px;
}

/************************************/
/*    Collection - Animal Prints    */
/************************************/
.AnimalPrints-container {
  display: grid;
  grid-row-gap: 1.25rem;
  grid-template-columns: 1fr;
  padding-bottom: 20px;
  padding-left: 1.0666666667%;
  padding-right: 1.0666666667%;
  max-width: 83.75rem;
  margin: auto;
}
.AnimalPrints-title {
  font-size: 34px;
  color: #003973;
  color: #003973;
  font-family: "nimbus-sans";
  text-align: center;
  font-weight: 300;
  padding: 20px 10px;
}
.AnimalPrints-text {
  color: #333333;
  text-align: center;
  font-size: 16px;
  font-family: "nimbus-sans";
  padding: 0px 10px 20px 10px;
}
.AnimalPrints-blockContainer {
  grid-template-columns: 1fr;
  position: absolute;
  width: calc(100% - 40px);
  z-index: 1;
  background: #fff;
  left: 20px;
  -webkit-box-shadow: -1px 4px 10px #ababab;
  box-shadow: -1px 4px 10px #ababab;
  display: none;
}
.AnimalPrints-blockContainer.open {
  display: initial;
}
.AnimalPrints-close {
  color: #1d66c7;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 7px;
}
.AnimalPrints-block {
  border-right: 1px solid #DEDEDE;
  padding: 15px 15px;
}
.AnimalPrints-block:last-of-type {
  border-right: 0px solid transparent;
}
.AnimalPrints-titleBlock {
  text-align: center;
  color: #333333;
  font-size: 14px;
  font-family: "nimbus-sans";
}
.AnimalPrints-subtitle {
  color: #003973;
  color: #003973;
  font-size: 14px;
  font-family: "nimbus-sans";
  text-align: center;
  font-weight: 600;
}
.AnimalPrints-size {
  color: #464855;
  font-size: 14px;
  font-family: "nimbus-sans";
  text-align: center;
  border: 1px solid #DDDDDD;
  border-radius: 20px;
  padding: 7px 20px;
  display: table;
  margin: auto;
  width: auto;
}
.AnimalPrints-image {
  height: 125px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/**************************************/
/*    Collection - PupRur Oryginal    */
/**************************************/
.PupRug_oryginal-title {
  font-size: 34px;
  color: #003973;
  color: #003973;
  font-family: "nimbus-sans";
  text-align: center;
  font-weight: 300;
  padding: 20px 10px;
}
.PupRug_oryginal-text {
  color: #333333;
  text-align: center;
  font-size: 16px;
  font-family: "nimbus-sans";
  padding: 0px 10px 20px 10px;
}
.PupRug_oryginal-container {
  display: none;
  grid-template-columns: 1fr;
  position: absolute;
  z-index: 1;
  background: #fff;
  width: calc(100% - 40px);
  left: 20px;
  -webkit-box-shadow: -1px 4px 10px #ababab;
  box-shadow: -1px 4px 10px #ababab;
}
.PupRug_oryginal-container.open {
  display: initial;
}
.PupRug_oryginal-block {
  border-right: 1px solid #DEDEDE;
  padding: 15px 15px;
}
.PupRug_oryginal-block:last-of-type {
  border-right: 0px solid transparent;
}
.PupRug_oryginal-size {
  color: #464855;
  font-size: 14px;
  font-family: "nimbus-sans";
  text-align: center;
  border: 1px solid #DDDDDD;
  border-radius: 20px;
  padding: 7px 20px;
  display: table;
  margin: auto;
  width: auto;
}
.PupRug_oryginal-size.mobile {
  margin-bottom: 20px;
}
.PupRug_oryginal-close {
  color: #1d66c7;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 7px;
}
.PupRug_oryginal-blockText {
  color: #333333;
  text-align: center;
  font-size: 16px;
  font-family: "nimbus-sans";
  padding: 10px 10px 0px 10px;
}

/*************************************/
/*    Collection - PupRug Runners    */
/*************************************/
.PupRug_runners-container {
  display: grid;
  grid-row-gap: 1.25rem;
  grid-template-columns: minmax(0, 1fr);
  padding-bottom: 40px;
  padding-left: 1.0666666667%;
  padding-right: 1.0666666667%;
  max-width: 83.75rem;
  margin: auto;
}
.PupRug_runners-title {
  font-size: 34px;
  color: #003973;
  color: #003973;
  font-family: "nimbus-sans";
  text-align: center;
  font-weight: 300;
  padding: 20px 10px;
}
.PupRug_runners-text {
  color: #333333;
  text-align: center;
  font-size: 16px;
  font-family: "nimbus-sans";
  padding: 0px 10px 20px 10px;
}
.PupRug_runners-subheader {
  font-family: "triplex-sans";
  color: #333333;
  text-align: center;
  padding: 10px 10px 0px 10px;
  font-size: 18px;
  font-weight: 600;
}
.PupRug_runners-close {
  color: #1d66c7;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 7px;
}
.PupRug_runners-size {
  color: #464855;
  font-size: 14px;
  font-family: "nimbus-sans";
  text-align: center;
  border: 1px solid #DDDDDD;
  border-radius: 20px;
  padding: 7px 20px;
  display: table;
  margin: auto;
  width: auto;
  margin-bottom: 20px;
}
.PupRug_runners-size.mobile {
  margin-bottom: 20px;
}
.PupRug_runners-titleBlock {
  text-align: center;
  color: #333333;
  font-size: 14px;
  font-family: "nimbus-sans";
}
.PupRug_runners-subtitle {
  color: #003973;
  color: #003973;
  font-size: 14px;
  font-family: "nimbus-sans";
  text-align: center;
  font-weight: 600;
}
.PupRug_runners-blockContainer {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 1;
  width: calc(100% - 40px);
  left: 20px;
  -webkit-box-shadow: -1px 4px 10px #ababab;
  box-shadow: -1px 4px 10px #ababab;
  padding: 20px 0px 0px 0px;
}
.PupRug_runners-blockContainer.open {
  display: initial;
}
.PupRug_runners-block {
  border-right: 1px solid #DEDEDE;
  padding: 15px 15px;
}
.PupRug_runners-block:last-of-type {
  border-right: 0px solid transparent;
}
.PupRug_runners-image {
  height: 125px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/*******************************/
/*    Collection - Cat Landing */
/*******************************/
.cat-landing .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cat-landing--hero {
  background: #003973;
  background: #003973;
  padding: 3.75rem 0 5rem;
  position: relative;
  overflow: hidden;
}
.cat-landing--hero h1 {
  font-family: "nimbus-sans";
  font-weight: 300;
  font-size: 2.375rem;
  line-height: 1;
  color: #fff;
  position: relative;
  text-align: center;
}
.cat-landing--hero h2 {
  font-family: "triplex-sans";
  font-weight: bold;
  font-size: 2.375rem;
  line-height: 1;
  color: #fff;
  position: relative;
  text-align: center;
}
.cat-landing--hero .o-container {
  z-index: 10;
  position: relative;
}
.cat-landing--hero:after {
  content: "";
  display: block;
  background-image: url('//cdn.shopify.com/s/files/1/0810/5967/t/147/assets/cat-face.png?v=2276857482360675989');
  background-size: contain;
  width: 443px;
  height: 311px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cat-landing--wave {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
}
.cat-landing--wave svg {
  width: 100%;
  height: 100%;
}
.cat-landing--wave.blue-wave {
  bottom: -1px;
  z-index: 4;
}
.cat-landing--wave.blue-wave svg {
  fill: #1D66C7;
}
.cat-landing--wave.blue-wave canvas {
  width: 100%;
  height: 80px !important;
}
.cat-landing--wave.white-wave {
  z-index: 3;
  bottom: -1px;
  background: #fff;
  height: 35px;
}
.cat-landing--wave.white-wave svg {
  fill: #fff;
}
.cat-landing--wave.bottom {
  bottom: auto;
  top: 0;
}
.cat-landing--wave.bottom.white-wave {
  height: 44px;
}
.cat-landing--wave.bottom.blue-wave {
  bottom: auto;
  top: -3px;
}
.cat-landing--wave.bottom.blue-wave canvas {
  width: 100%;
  height: 100px !important;
}
.cat-landing--intro {
  padding: 1.25rem 0;
}
.cat-landing--desc {
  width: 100%;
  padding: 1.25rem 0;
  text-align: center;
}
.cat-landing--desc p {
  font-family: "nimbus-sans";
  font-weight: 300;
  font-size: 1.75rem;
  line-height: 1.2;
  margin: 0 0 2.5rem;
}
.cat-landing--desc .o-button, .cat-landing--desc .shopify-challenge__button {
  font-size: 1.125rem;
  padding: 1.125rem;
  font-weight: 500;
}
.cat-landing--desc-image {
  width: 40%;
  margin-top: -300px;
  display: none;
}
.cat-landing--image-container {
  position: relative;
  z-index: 10;
  width: 17.5rem;
  margin: 0 0.75rem;
}
.cat-landing--image-container img {
  position: relative;
  border-radius: 4px;
}
.cat-landing--image-container.backoverlay img {
  z-index: 10;
}
.cat-landing--image-container.backoverlay::after {
  content: "";
  display: none;
  width: 85%;
  height: 95%;
  z-index: 9;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
.cat-landing--image-container.backoverlay .badge {
  top: 12px;
  left: 12px;
}
.cat-landing--image-container.backoverlay--yellow::after {
  background: #F7C249;
}
.cat-landing--features {
  padding: 0 0 2.5rem 0;
}
.cat-landing--features .o-container {
  padding-left: 0;
  padding-right: 0;
}
.cat-landing--product-image {
  width: 100%;
}
.cat-landing--product-details {
  width: 100%;
  padding-top: 2.5rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.cat-landing--product-details h3 {
  font-family: "triplex-sans";
  font-weight: bold;
  font-size: 2.25rem;
  color: #003973;
  color: #003973;
  text-align: center;
}
.cat-landing--product-details .ProductDetail {
  padding: 2.5rem 0.9375rem 1.25rem;
}
.cat-landing--product-details .ProductDetail-tooltipContent {
  font-size: 1rem;
}
.cat-landing .badge {
  width: 96px;
  height: 96px;
  border-radius: 100%;
  position: absolute;
  top: 16px;
  left: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 0 6px;
  z-index: 11;
}
.cat-landing .badge p {
  color: #fff;
  font-family: "triplex-sans";
  text-align: center;
  font-size: 0.875rem;
  line-height: 1;
}
.cat-landing .badge.badge--yellow {
  background: #F7C249;
  border-color: #fff;
}
.cat-landing .badge.badge--blue {
  background: #003973;
  background: #003973;
  border-color: #fff;
}
.cat-landing--products {
  background: #003973;
  background: #003973;
  position: relative;
  padding: 6.25rem 0 1.25rem;
  overflow: hidden;
}
.cat-landing--products .white-wave {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
}
.cat-landing--product {
  margin-bottom: 3.75rem;
}
.cat-landing--product .product--title {
  text-align: center;
  font-family: "triplex-sans";
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 1;
  color: #fff;
  position: relative;
  padding: 0;
  margin-bottom: 1.25rem;
  z-index: 10;
}
.cat-landing--product .product--reviews {
  width: 200px;
  margin: 0 auto 1.25rem;
}
.cat-landing--product .product--reviews a {
  color: #fff !important;
  font-size: 1rem !important;
  line-height: 1.25rem !important;
}
.cat-landing--product .product--gallery {
  width: 100%;
  position: relative;
}
.cat-landing--product .product--gallery img {
  border-radius: 4px;
}
.cat-landing--product .product--shape {
  position: absolute;
  z-index: 1;
  width: 400px;
  height: auto;
  top: -4.375rem;
  left: -11.875rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cat-landing--product .product--gallery-js {
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  position: relative;
  z-index: 10;
}
.cat-landing--product .product--gallery-js .slick-slide {
  outline: 0;
}
.cat-landing--product .product--gallery-js .slick-list {
  border-radius: 4px;
}
.cat-landing--product .product--gallery-js .slick-dots {
  bottom: 25px;
}
.cat-landing--product .product--gallery-js .slick-dots li button {
  width: 1rem;
  height: 1rem;
  border: 1px solid #1D66C7;
  background: #fff;
  opacity: 0.5;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.cat-landing--product .product--gallery-js .slick-dots li.slick-active button {
  opacity: 1;
}
.cat-landing--product .product--details {
  width: 100%;
  padding-top: 0.625rem;
  z-index: 10;
  position: relative;
}
.cat-landing--product .product--subtitle {
  font-style: normal;
  font-weight: 300;
  font-size: 1.75rem;
  line-height: 1;
  color: #fff;
  margin-bottom: 0.9375rem;
  text-align: center;
}
.cat-landing--product .product--desc {
  margin-bottom: 1.875rem;
}
.cat-landing--product .product--desc p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}
.cat-landing--product .product--variants {
  text-align: center;
}
.cat-landing--product .product--variants p {
  font-size: 0.875rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.cat-landing--product .product--variants-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.cat-landing--product .product--variants-item {
  margin: 0 0.75rem 1.5625rem 0.75rem;
}
.cat-landing--product .product--variants-item a {
  display: block;
  text-align: center;
  color: #fff;
}
.cat-landing--product .product--variants-item a img {
  border-radius: 100%;
  margin-bottom: 0.625rem;
  width: 3.25rem;
  height: auto;
}
.cat-landing--product .product--variants-item a span {
  text-transform: uppercase;
  font-size: 0.75rem;
  display: block;
}
.cat-landing--product .product--meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.cat-landing--product .product--price {
  margin-right: 0.9375rem;
}
.cat-landing--product .product--price span {
  font-size: 0.875rem;
  text-decoration: line-through;
  color: #DDDDDD;
  display: block;
}
.cat-landing--product .product--price p {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}
.cat-landing--product .product--shop-now .o-button, .cat-landing--product .product--shop-now .shopify-challenge__button {
  background: #F7C249;
  font-size: 1.125rem;
  min-width: 13.75rem;
}
.cat-landing--product .product--shop-now .o-button:hover, .cat-landing--product .product--shop-now .shopify-challenge__button:hover {
  background: #F4AB05;
}
.cat-landing .product--features {
  width: 100%;
}
.cat-landing .product--features-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 750px;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3.125rem;
}
.cat-landing .product--feature {
  width: 8rem;
  margin-bottom: 6.875rem;
  position: relative;
}
.cat-landing .product--feature-circle {
  width: 8rem;
  height: 8rem;
  padding: 0;
  background: #fff;
  border-radius: 100%;
  border: 3px solid #1D66C7;
}
.cat-landing .product--feature p {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0.625rem;
  font-weight: bold;
  position: absolute;
  width: 166px;
  height: 166px;
  border-radius: 50%;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
  top: -82px;
  left: 27px;
}
.cat-landing .product--feature p span {
  font-family: "Source Code Pro", monospace;
  font-weight: 700;
  font-size: 0.875rem;
  position: absolute;
  width: 20px;
  height: 83px;
  left: 0;
  top: 0;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
}
.cat-landing .product--feature svg {
  fill: #1D66C7;
}
.cat-landing .product--feature:nth-child(4) {
  margin-top: 6.25rem;
}
.cat-landing .product--cat-sleeping {
  width: 100%;
  position: relative;
}
.cat-landing .product--cat-sleeping .sleeping-animation {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-65%, -75%);
  -ms-transform: translate(-65%, -75%);
  transform: translate(-65%, -75%);
}
.cat-landing .product--cat-sleeping .sleeping-animation span {
  color: #003973;
  color: #003973;
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 4rem;
  opacity: 0;
  -webkit-animation: sleep 9s infinite linear;
  animation: sleep 9s infinite linear;
  font-family: "triplex-sans";
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.cat-landing .product--cat-sleeping .sleeping-animation span:nth-child(2n) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.cat-landing .product--cat-sleeping .sleeping-animation span:nth-child(3n) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.cat-landing--instagram {
  padding: 2.8125rem 0;
  position: relative;
  overflow: hidden;
}
.cat-landing--instagram h2 {
  font-size: 2.25rem;
  font-family: "triplex-sans";
  font-weight: bold;
  color: #003973;
  color: #003973;
  margin-bottom: 0;
  text-align: center;
}
.cat-landing--instagram-link {
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
}
.cat-landing--instagram-link a {
  color: #003973;
  color: #003973;
}
.cat-landing--instagram .o-container {
  position: relative;
  z-index: 10;
}
.cat-landing--instagram .slider--shape {
  position: absolute;
  z-index: 1;
  width: 650px;
  height: auto;
  bottom: -5.625rem;
  left: -9.375rem;
}
.cat-landing--wild-slider {
  margin-top: 3.75rem;
  position: relative;
  z-index: 10;
}
.cat-landing--wild-slider .slick-dots li button {
  width: 1rem;
  height: 1rem;
  border: 1px solid #1D66C7;
  background: #fff;
  opacity: 0.5;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.cat-landing--wild-slider .slick-dots li.slick-active button {
  opacity: 1;
}
.cat-landing--wild-item {
  max-width: 20rem;
  outline: 0;
  width: 17.5rem;
  margin: 0 0.75rem;
}
.cat-landing--wild-item img {
  border-radius: 8px;
}

@-webkit-keyframes sleep {
  0% {
    -webkit-transform: translate(0, 0) scale(0.3);
    transform: translate(0, 0) scale(0.3);
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  33% {
    -webkit-transform: translate(-50%, -33%) scale(0.33);
    transform: translate(-50%, -33%) scale(0.33);
  }
  66% {
    -webkit-transform: translate(50%, -66%) scale(0.66);
    transform: translate(50%, -66%) scale(0.66);
  }
  75% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -100%) scale(1);
    transform: translate(-50%, -100%) scale(1);
    opacity: 0;
  }
}
@keyframes sleep {
  0% {
    -webkit-transform: translate(0, 0) scale(0.3);
    transform: translate(0, 0) scale(0.3);
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  33% {
    -webkit-transform: translate(-50%, -33%) scale(0.33);
    transform: translate(-50%, -33%) scale(0.33);
  }
  66% {
    -webkit-transform: translate(50%, -66%) scale(0.66);
    transform: translate(50%, -66%) scale(0.66);
  }
  75% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -100%) scale(1);
    transform: translate(-50%, -100%) scale(1);
    opacity: 0;
  }
}
.char1 {
  -webkit-transform: rotate(6.9230769231deg);
  -ms-transform: rotate(6.9230769231deg);
  transform: rotate(6.9230769231deg);
}

.char2 {
  -webkit-transform: rotate(13.8461538462deg);
  -ms-transform: rotate(13.8461538462deg);
  transform: rotate(13.8461538462deg);
}

.char3 {
  -webkit-transform: rotate(20.7692307692deg);
  -ms-transform: rotate(20.7692307692deg);
  transform: rotate(20.7692307692deg);
}

.char4 {
  -webkit-transform: rotate(27.6923076923deg);
  -ms-transform: rotate(27.6923076923deg);
  transform: rotate(27.6923076923deg);
}

.char5 {
  -webkit-transform: rotate(34.6153846154deg);
  -ms-transform: rotate(34.6153846154deg);
  transform: rotate(34.6153846154deg);
}

.char6 {
  -webkit-transform: rotate(41.5384615385deg);
  -ms-transform: rotate(41.5384615385deg);
  transform: rotate(41.5384615385deg);
}

.char7 {
  -webkit-transform: rotate(48.4615384615deg);
  -ms-transform: rotate(48.4615384615deg);
  transform: rotate(48.4615384615deg);
}

.char8 {
  -webkit-transform: rotate(55.3846153846deg);
  -ms-transform: rotate(55.3846153846deg);
  transform: rotate(55.3846153846deg);
}

.char9 {
  -webkit-transform: rotate(62.3076923077deg);
  -ms-transform: rotate(62.3076923077deg);
  transform: rotate(62.3076923077deg);
}

.char10 {
  -webkit-transform: rotate(69.2307692308deg);
  -ms-transform: rotate(69.2307692308deg);
  transform: rotate(69.2307692308deg);
}

.char11 {
  -webkit-transform: rotate(76.1538461538deg);
  -ms-transform: rotate(76.1538461538deg);
  transform: rotate(76.1538461538deg);
}

.char12 {
  -webkit-transform: rotate(83.0769230769deg);
  -ms-transform: rotate(83.0769230769deg);
  transform: rotate(83.0769230769deg);
}

.char13 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.char14 {
  -webkit-transform: rotate(96.9230769231deg);
  -ms-transform: rotate(96.9230769231deg);
  transform: rotate(96.9230769231deg);
}

.char15 {
  -webkit-transform: rotate(103.8461538462deg);
  -ms-transform: rotate(103.8461538462deg);
  transform: rotate(103.8461538462deg);
}

.char16 {
  -webkit-transform: rotate(110.7692307692deg);
  -ms-transform: rotate(110.7692307692deg);
  transform: rotate(110.7692307692deg);
}

.char17 {
  -webkit-transform: rotate(117.6923076923deg);
  -ms-transform: rotate(117.6923076923deg);
  transform: rotate(117.6923076923deg);
}

.char18 {
  -webkit-transform: rotate(124.6153846154deg);
  -ms-transform: rotate(124.6153846154deg);
  transform: rotate(124.6153846154deg);
}

.char19 {
  -webkit-transform: rotate(131.5384615385deg);
  -ms-transform: rotate(131.5384615385deg);
  transform: rotate(131.5384615385deg);
}

.char20 {
  -webkit-transform: rotate(138.4615384615deg);
  -ms-transform: rotate(138.4615384615deg);
  transform: rotate(138.4615384615deg);
}

.char21 {
  -webkit-transform: rotate(145.3846153846deg);
  -ms-transform: rotate(145.3846153846deg);
  transform: rotate(145.3846153846deg);
}

.char22 {
  -webkit-transform: rotate(152.3076923077deg);
  -ms-transform: rotate(152.3076923077deg);
  transform: rotate(152.3076923077deg);
}

.char23 {
  -webkit-transform: rotate(159.2307692308deg);
  -ms-transform: rotate(159.2307692308deg);
  transform: rotate(159.2307692308deg);
}

.char24 {
  -webkit-transform: rotate(166.1538461538deg);
  -ms-transform: rotate(166.1538461538deg);
  transform: rotate(166.1538461538deg);
}

.char25 {
  -webkit-transform: rotate(173.0769230769deg);
  -ms-transform: rotate(173.0769230769deg);
  transform: rotate(173.0769230769deg);
}

.char26 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.CartProducts-container {
  width: 100%;
  padding-bottom: 50px;
  overflow-x: hidden;
}
.CartProducts-container .ProductCard {
  margin: 0px 10px;
}
.CartProducts .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.CartProducts .slick-dots {
  position: absolute;
  height: 35px;
  bottom: 10px;
}
.CartProducts .slick-dots button {
  width: 15px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(29, 102, 199, 0.6);
}
.CartProducts .slick-dots li.slick-active button {
  background-color: #fff;
  border: 1px solid #1d66c7;
}
.CartProducts-title {
  font-size: 20px;
  color: #B1B1B1;
  font-weight: 600;
  padding: 15px 0px;
}
.CartProducts-frame {
  border-top: 1px solid #DADADA;
  margin-top: 20px;
}

.CartDiscount-container {
  background: #fff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(153, 153, 153, 0.5);
  box-shadow: 0px 1px 3px 0px rgba(153, 153, 153, 0.5);
  padding: 15px 10px;
  float: left;
  width: 100%;
  position: relative;
}
.CartDiscount-title {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "nimbus-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #252f4f;
  color: #1d66c7;
}
.CartDiscount-icon {
  width: 25px;
  height: 25px;
  top: 15px;
  right: 15px;
}
.CartDiscount-icon.plus {
  background: url("//cdn.shopify.com/s/files/1/0810/5967/t/147/assets/blue-plus.svg?v=11809161839830234973");
  background-position: center right 15px;
  background-repeat: no-repeat;
  background-size: 25px;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 60px;
}
.CartDiscount-icon.minus {
  background: url("//cdn.shopify.com/s/files/1/0810/5967/t/147/assets/blue-minus.svg?v=17271733550917957826");
  background-position: center right 15px;
  background-repeat: no-repeat;
  background-size: 25px;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 60px;
}
.CartDiscount-text {
  text-align: center;
  font-size: 14px;
  color: #333333;
  padding: 5px 20px;
}
.CartDiscount-input {
  background: #EEEEEE;
  border-radius: 5px;
  color: #9D9D9D;
  font-size: 12px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  border: 0px solid transparent;
  text-align: center;
  margin: auto;
}
.CartDiscount-input::-webkit-input-placeholder {
  text-transform: uppercase;
}
.CartDiscount-input::-moz-placeholder {
  text-transform: uppercase;
}
.CartDiscount-input:-ms-input-placeholder {
  text-transform: uppercase;
}
.CartDiscount-input::-ms-input-placeholder {
  text-transform: uppercase;
}
.CartDiscount-input::placeholder {
  text-transform: uppercase;
}
.CartDiscount-body {
  width: 100%;
  float: left;
  display: none;
}
.CartDiscount-body.open {
  display: block;
}
.CartDiscount-inputContainer {
  width: 100%;
  text-align: center;
  padding: 5px 0px;
}
.CartDiscount-btnContainer {
  width: 100%;
  text-align: center;
  padding: 5px 0px;
}
.CartDiscount-btn {
  color: #e81818;
  color: #1d66c7;
  background: #fff;
  border: 1px solid #e81818;
  border: 1px solid #1d66c7;
  border-radius: 5px;
  text-align: center;
  font-family: "triplex-sans";
  width: 90%;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 45px;
  cursor: pointer;
}
.CartDiscount-btn:hover {
  background: #e81818;
  background: #1d66c7;
  color: #fff;
}
.CartDiscount-btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.CartDiscount-smallText {
  color: #333333;
  font-size: 12px;
  text-align: center;
  margin: 0px;
  padding: 5px 0px;
}
.CartDiscount-tick {
  width: 16px;
  float: left;
  display: inline-block;
}
.CartDiscount-feature {
  display: inline-block;
  color: #515356;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "nimbus-sans";
  font-weight: 600;
  float: left;
  padding-left: 5px;
  width: calc(100% - 16px);
}
.CartDiscount-featureContainer {
  width: 100%;
  float: left;
  padding-left: 15%;
  padding-right: 15%;
  padding-bottom: 3px;
}
.CartDiscount-form .o-formSuccess {
  display: none;
}
.CartDiscount-form.success .o-formSuccess {
  display: block;
  text-align: center;
  padding: 10px 20px;
}
.CartDiscount-info {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 0.5rem;
  font-size: 12px;
  font-family: "nimbus-sans";
  text-align: center;
  color: #515356;
}

.CartSummary {
  background: #fff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(153, 153, 153, 0.5);
  box-shadow: 0px 1px 3px 0px rgba(153, 153, 153, 0.5);
  float: left;
  width: 100%;
  margin-top: 0px;
}
.CartSummary-section {
  border-bottom: 1px solid #E4E4DF;
  padding: 10px 20px;
  width: 100%;
  float: left;
}
.CartSummary-section:last-of-type {
  border-bottom: 1px solid transparent;
}
.CartSummary-section p {
  float: left;
  width: 100%;
}
.CartSummary-section.details {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto;
}
.CartSummary-section.details #af_tagged_discounts {
  display: none !important;
}
.CartSummary-section.details #af_tagged_discounts {
  margin: 0 !important;
}
.CartSummary-section.details #af_discount_response {
  margin: 0 !important;
  color: #515356;
  font-weight: 600;
  font-family: "triplex-sans";
  text-transform: uppercase;
  line-height: 26px;
  font-size: 16px;
}
.CartSummary-section.details #af_discount_response svg {
  display: none !important;
}
.CartSummary-section.details .af_growup {
  color: #1D66C7;
  font-size: 16px;
  font-weight: 600;
  font-family: "nimbus-sans";
}
.CartSummary-error {
  color: #cf000f;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0px;
}
.CartSummary-btn {
  color: #e81818;
  color: #1d66c7;
  background: #fff;
  border: 1px solid #e81818;
  border: 1px solid #1d66c7;
  border-radius: 5px;
  text-align: center;
  font-family: "triplex-sans";
  width: 70%;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 45px;
  margin-bottom: 10px;
  cursor: pointer;
}
.CartSummary-btn:hover {
  background: #e81818;
  background: #1d66c7;
  color: #fff;
}
.CartSummary-title {
  float: left;
  color: #2F302E;
  font-size: 16px;
  font-weight: 600;
  font-family: "triplex-sans";
  text-transform: uppercase;
  line-height: 26px;
}
.CartSummary-title2 {
  color: #515356;
  float: left;
  font-weight: 600;
  font-family: "triplex-sans";
  text-transform: uppercase;
  line-height: 26px;
  font-size: 16px;
}
.CartSummary-price {
  float: right;
  color: #464855;
  font-size: 18px;
  font-weight: 600;
  font-family: "nimbus-sans";
}
.CartSummary-price2 {
  float: right;
  color: #464855;
  font-size: 16px;
  font-weight: 600;
  font-family: "nimbus-sans";
}
.CartSummary-progressBar {
  background: #D8D8D8;
  border-radius: 13px;
  height: 25px;
  width: 100%;
  position: relative;
}
.CartSummary-progress {
  background: -webkit-gradient(linear, right top, left top, from(#4690F1), to(#D2E5FF));
  background: -o-linear-gradient(right, #4690F1 0%, #D2E5FF 100%);
  background: linear-gradient(270deg, #4690F1 0%, #D2E5FF 100%);
  position: absolute;
  height: 25px;
  border-radius: 13px;
}
.CartSummary-progressText {
  color: #000000;
  font-family: "nimbus-sans";
  font-size: 12px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
  text-align: center;
}
.CartSummary-progressText span {
  font-weight: 600;
}
.CartSummary-progressText .o-placeholder {
  width: 22px;
  height: 15px;
  padding: 0px;
  display: inline-block;
  top: 3px;
}
.CartSummary-progressText svg {
  width: 22px;
  height: 15px;
}
.CartSummary-info {
  font-size: 12px;
  margin-top: 0.5rem;
  margin-bottom: 20px;
  text-align: center;
  font-family: "nimbus-sans";
  color: #515356;
}
@media print, screen and (min-width: 40em) {
  /* MQPacker */
  .row .row {
    margin-right: -1.875rem;
    margin-left: -1.875rem;
  }
  .column, .columns {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
  .medium-1 {
    width: 8.3333333333%;
  }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    width: 16.6666666667%;
  }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  .medium-pull-3 {
    position: relative;
    left: -25%;
  }

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .medium-4 {
    width: 33.3333333333%;
  }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-5 {
    width: 41.6666666667%;
  }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  .medium-pull-6 {
    position: relative;
    left: -50%;
  }

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .medium-7 {
    width: 58.3333333333%;
  }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-8 {
    width: 66.6666666667%;
  }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  .medium-pull-9 {
    position: relative;
    left: -75%;
  }

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .medium-10 {
    width: 83.3333333333%;
  }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-11 {
    width: 91.6666666667%;
  }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }

  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }

  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .medium-uncentered,
.medium-push-0,
.medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
  .column-block {
    margin-bottom: 3.75rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.9375rem;
  }

  h4 {
    font-size: 1.5625rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }
  .medium-text-left {
    text-align: left;
  }

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

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

  .medium-text-justify {
    text-align: justify;
  }
  .o-sectionHeading {
    font-size: 1.953125rem;
    margin: 0 0 1.953125rem 0;
  }
  .o-sectionSubhead {
    font-size: 1.125rem;
    margin: 0 auto 1.953125rem auto;
  }
  .o-sectionHeading + .o-sectionSubhead {
    margin-top: -1.5625rem;
  }
  .o-rte h1 {
    font-size: 1.75em;
  }
  .o-rte h2 {
    font-size: 1.5625em;
  }
  .o-rte h3 {
    font-size: 1.25em;
  }
  .Pagination-item {
    display: inline-block;
  }
  .Footer-logo {
    grid-column: 1/4;
  }
  .Footer-section {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .Footer-section--long {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .FooterLogos {
    grid-column: 1/4;
  }
  .FooterMenu--newsletter {
    grid-column: initial;
    grid-row: initial;
  }
  .FooterMenu--social {
    grid-column: 1/4;
  }
  .Breadcrumbs {
    font-size: 0.8125rem;
  }
  .Testimonials-item {
    max-width: 28.75rem;
    margin: 0 1.25rem;
  }
  .IndexBlog-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    max-width: 100%;
    margin: 0;
    padding: 0.5rem;
  }
  .SlideshowControls-dots {
    top: auto;
    bottom: 0;
  }
  .BannerGrid-item {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    padding: 0 0.9375rem;
  }
  .BannerGrid-items[data-item-count="2"] .BannerGrid-item {
    width: 50%;
  }
  .BannerGrid-items[data-item-count="3"] .BannerGrid-item {
    width: 33.3333333333%;
  }
  .BannerGrid-items[data-item-count="1"] .BannerGrid-itemPlaceholder {
    padding: 0 0 33.3333333333% 0;
  }
  .BannerGrid-items[data-item-count="2"] .BannerGrid-itemPlaceholder {
    padding: 0 0 66.6666666667% 0;
  }
  .BannerGrid-caption {
    font-size: 0.6875rem;
  }
  .Grid--itemsPerRow-medium-1 .Grid-item {
    width: 100%;
  }

  .Grid--itemsPerRow-medium-2 .Grid-item {
    width: 50%;
  }

  .Grid--itemsPerRow-medium-3 .Grid-item {
    width: 33.3333333333%;
  }

  .Grid--itemsPerRow-medium-4 .Grid-item {
    width: 25%;
  }

  .Grid--itemsPerRow-medium-5 .Grid-item {
    width: 20%;
  }

  .Grid--itemsPerRow-medium-6 .Grid-item {
    width: 16.6666666667%;
  }
  .Cart-sections.prod.upsell .Cart-upsell {
    padding: 1.5rem 1.25rem 2rem;
  }
  .Cart-totalTitle {
    margin: 0 1.953125rem 0 0;
  }
  .Cart-upsell {
    grid-column-end: end;
  }
  .Cart-upsell-box {
    padding: 0.875rem;
    padding-bottom: 1.1875rem;
  }
  .Cart-upsell-product {
    grid-template-columns: 136px 1fr;
    gap: 1.0625rem;
  }
  .Cart-cross-sell-box {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .ProductsGrid {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1.0666666667%;
  }
  .ProductsGridNew {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1.0666666667%;
  }
  .FaqsAccordions-content {
    max-width: 31.25rem;
    margin-bottom: 0.9375rem;
  }
  .CollectionHeader {
    display: flow-root;
  }
  .CollectionHeader-listCollection {
    max-width: 46.25rem;
    padding: 0 0.3125rem;
    width: 100%;
    float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .CollectionHeader-title {
    float: left;
  }
  .CollectionHeader-item {
    padding: 10px 15px;
  }
  .CollectionHeader-item.blank-item {
    display: none;
  }
  .BlogPostsGrid {
    grid-template-columns: 1fr 1fr;
  }
  .BlogIndexRecent-grid {
    grid-template-columns: 1fr 1fr;
  }
  .ProductGallery-thumbs.disable-track .slick-track {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
  .ProductDetail-tooltip--1 {
    top: calc(24% - 22px);
  }
  .ProductDetail-tooltip--4 {
    bottom: calc(22% - 22px);
  }
  .ProductCuratedPictures-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .cross-sell {
    padding: 5rem 0;
  }
  .cross-sell h2 {
    margin-bottom: 3rem;
    font-size: 2.375rem;
  }
  .cross-sell--slider {
    margin: 0 2.5rem;
  }
  .cross-sell--slide {
    height: 480px;
    margin-bottom: 1.25rem;
  }
  .cross-sell--slide .o-button, .cross-sell--slide .shopify-challenge__button {
    width: auto;
    margin-right: 0;
    right: 1.875rem;
    bottom: 1.875rem;
  }
  .cross-sell--meta {
    padding: 2.5rem 1.875rem;
  }
  .cross-sell--meta h3 {
    text-align: left;
    width: 60%;
  }
  .cross-sell--meta p {
    text-align: left;
    width: 60%;
  }
  .cross-sell .slick-slide {
    margin-left: 0;
    margin-right: 1.5rem;
    margin-bottom: 1.25rem;
  }
  .AnimalPrints-container {
    grid-column-gap: 1.0666666667%;
  }
  .PupRug_runners-container {
    grid-column-gap: 1.0666666667%;
  }
  .cat-landing--wave.blue-wave {
    bottom: -5px;
  }
  .cat-landing--wave.blue-wave canvas {
    height: 100% !important;
  }
  .cat-landing--wave.white-wave {
    height: auto;
    background: none;
  }
  .cat-landing--wave.bottom.white-wave {
    height: auto;
    background: none;
  }
  .cat-landing--wave.bottom.blue-wave {
    top: 0px;
  }
  .cat-landing--wave.bottom.blue-wave canvas {
    height: 100% !important;
  }
  .cat-landing .product--cat-sleeping .sleeping-animation {
    -webkit-transform: translate(-130%, -100%);
    -ms-transform: translate(-130%, -100%);
    transform: translate(-130%, -100%);
  }
}
@media screen and (min-width: 50em) {
  /* MQPacker */
}
@media print, screen and (min-width: 64em) {
  /* MQPacker */
  .row .row {
    margin-right: -1.875rem;
    margin-left: -1.875rem;
  }
  .large-1 {
    width: 8.3333333333%;
  }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    width: 16.6666666667%;
  }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

  .large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .large-3 {
    width: 25%;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
  }

  .large-pull-3 {
    position: relative;
    left: -25%;
  }

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .large-4 {
    width: 33.3333333333%;
  }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-5 {
    width: 41.6666666667%;
  }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

  .large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .large-6 {
    width: 50%;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
  }

  .large-pull-6 {
    position: relative;
    left: -50%;
  }

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .large-7 {
    width: 58.3333333333%;
  }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-8 {
    width: 66.6666666667%;
  }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

  .large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .large-9 {
    width: 75%;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
  }

  .large-pull-9 {
    position: relative;
    left: -75%;
  }

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .large-10 {
    width: 83.3333333333%;
  }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-11 {
    width: 91.6666666667%;
  }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }

  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }

  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }

  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }

  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }

  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }

  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }

  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }

  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }

  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .large-uncentered,
.large-push-0,
.large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
  .large-text-left {
    text-align: left;
  }

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

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

  .large-text-justify {
    text-align: justify;
  }
  [data-sal|=slide] {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  [data-sal=slide-up] {
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
  }
  [data-sal|=slide].sal-animate,
body.sal-disabled [data-sal|=slide] {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .h1-s {
    font-size: 3rem;
    line-height: 3.1875rem;
    letter-spacing: -0.1125rem;
  }
  .h2-s {
    font-size: 1.625rem;
  }
  .h3-s {
    font-size: 1.375rem;
  }
  .h3-r {
    font-size: 1.6875rem;
  }
  .caption {
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0.125rem;
  }
  .o-row {
    padding-left: 60px;
    padding-right: 60px;
  }
  .o-container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .o-internal {
    padding-top: 2.5rem;
  }
  .o-button, .shopify-challenge__button {
    padding: 1.0625rem;
  }
  .o-button--narrow {
    padding: 0.8125rem;
  }
  .o-play {
    height: 4.5625rem;
  }
  .o-play-icon {
    width: 3.8125rem;
    height: 3.8125rem;
  }
  .Header-container {
    padding: 0;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
  }
  .Header-section.is-left {
    display: block;
  }
  .Header-section.is-middle {
    display: block;
  }
  .Header-section.is-right {
    top: 0;
  }
  .Header-logo {
    margin-top: 0;
    margin-left: 0;
    width: 5.625rem;
    height: 3.125rem;
  }
  .Header-logoLink {
    font-size: 1.5625rem;
  }
  .Header-iconLink {
    width: 1.5625rem;
    height: 1.5625rem;
  }
  .Header-iconLink + .Header-iconLink {
    margin-left: 1.75rem;
  }
  .Header-icon.cart {
    width: 1.25rem;
  }
  .Header-icon svg {
    fill: #012F51;
  }
  .Header-cartItemCount {
    top: -0.125rem;
    right: -0.125rem;
  }
  .HeaderHamburger {
    display: none;
  }
  .SearchBox-field {
    font-size: 2.375rem;
    line-height: 3.4375rem;
    letter-spacing: -0.1125rem;
  }
  .SearchBoxResults {
    grid-template-columns: 1fr 1fr;
  }
  .Offcanvas--right {
    top: 5.875rem;
  }
  .Footer {
    padding: 5.625rem 0;
  }
  .Footer-logo {
    grid-column: initial;
    grid-row: initial;
  }
  .Footer-section {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 0;
    grid-column-gap: 0.9375rem;
  }
  .Footer-section--long {
    grid-template-columns: 1fr 1fr 1fr 1fr 3fr;
    grid-row-gap: 0;
    grid-column-gap: 0.9375rem;
  }
  .FooterLogos {
    grid-gap: 2rem;
    grid-row: initial;
    grid-column: initial;
    width: 100%;
    margin-top: 0;
  }
  .FooterLogos-img {
    max-width: 7.1875rem;
    height: 7.1875rem;
  }
  .FooterMenu--social {
    grid-column: initial;
    grid-row: initial;
  }
  .FooterCopyRight {
    margin-top: 4.375rem;
  }
  .Announcement {
    font-family: "nimbus-sans";
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
  .Announcement-center {
    text-align: unset;
    width: auto;
  }
  .Announcement-left, .Announcement-right {
    display: block;
  }
  .Highlights-container {
    margin: -0.625rem auto 0 auto;
    padding-bottom: 0;
  }
  .Highlights-item {
    width: 100%;
    max-width: 10.9375rem;
  }
  .Highlights-subhead {
    font-size: 1.125rem;
  }
  .Highlights-button {
    margin-top: 2.8125rem;
  }
  .Pawrents {
    padding-top: 1rem;
    padding-bottom: 1.25rem;
  }
  .Pawrent {
    padding-top: 0;
    margin: 0;
  }
  .Pawrent-title {
    font-size: 1.5rem;
    line-height: 1.125rem;
  }
  .Pawrent-title.has-border:after {
    bottom: -0.4375rem;
  }
  .Pawrent-orte {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-top: 0.5rem;
  }
  .Pawrent-footer.is-yotpo {
    position: relative;
    top: 0.3125rem;
    padding-top: 0.25rem;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .Pawrent-stars {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0.3125rem auto 0 auto;
  }
  .Pawrent-yotpo {
    width: 2.375rem;
    height: 2.375rem;
    margin-right: 0.4375rem;
    margin-top: 0;
  }
  .Difference {
    overflow: hidden;
    padding-top: 5.625rem;
    padding-bottom: 1.875rem;
  }
  .Difference-container {
    display: grid;
    max-width: 77.5rem;
    grid-template-columns: 27.5rem minmax(39.5625rem, 1fr);
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .Difference-body {
    padding-top: 1.875rem;
    text-align: initial;
  }
  .Difference-title {
    margin-bottom: 0.5625rem;
  }
  .Difference-animation {
    top: -8.25rem;
    left: -0.5rem;
    width: 3.75rem;
  }
  .Difference-headline {
    margin-top: 0.9375rem;
    margin-left: -1.5625rem;
    margin-bottom: 0;
    font-size: 3rem;
    letter-spacing: -0.1125rem;
    line-height: 3.8125rem;
  }
  .Difference-description {
    margin-top: 0.9375rem;
  }
  .Difference-description p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .Difference-slideshow {
    margin: 0 0.9375rem 0 0;
  }
  .Difference .slick-dots {
    margin-top: 3.9375rem;
  }
  .Difference .o-play {
    margin: 1.625rem 0 0 0;
  }
  .SocialMedia-item {
    width: 21.5625rem;
    min-height: 34.375rem;
    margin: 0 0.9375rem 3.125rem 0.9375rem;
  }
  .SocialMedia-body {
    padding: 1.875rem 2.1875rem 3.5rem 2.1875rem;
  }
  .SocialMedia-quote p {
    font-size: 1.125rem;
  }
  .SocialMedia-author {
    font-size: 1.125rem;
  }
  .SocialMedia-pet {
    max-width: 21.5625rem;
  }
  .SocialMedia .slick-dots {
    display: block;
    bottom: 0;
  }
  .Headline-headline {
    font-size: 2.375rem;
    line-height: 2.875rem;
  }
  .InternalHeadline-description {
    margin-top: 1.25rem;
    padding: 0;
  }
  @supports (display: grid) {
    .FeaturedProducts-container {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 1.25rem;
    }
  }
  .FeaturedProducts-dimmer {
    height: 12.5rem;
  }
  .FeaturedProducts-content {
    padding: 1.5625rem 3.75rem;
  }
  .FeaturedProducts-content {
    text-align: initial;
  }
  .FeaturedProducts-title {
    margin-bottom: 0.3125rem;
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
  .FeaturedProducts-description {
    font-size: 1.5rem;
    line-height: 1.8125rem;
    letter-spacing: 0;
  }
  .FeaturedProducts-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .FeaturedProducts-btn-mobile {
    display: none;
  }
  .FeaturedProducts-btn-desktop {
    display: inline-block;
    margin-left: 1.25rem;
  }
  .FeaturedProductsFullScreen {
    border-radius: 0 0 18vw 0;
    max-width: 96.5%;
  }
  .FeaturedProductsFullScreen-dimmer {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(89, 89, 89, 0)), color-stop(29.61%, rgba(0, 0, 0, 0.16)), to(#525252));
    background: -o-linear-gradient(top, rgba(89, 89, 89, 0) 0%, rgba(0, 0, 0, 0.16) 29.61%, #525252 100%);
    background: linear-gradient(180deg, rgba(89, 89, 89, 0) 0%, rgba(0, 0, 0, 0.16) 29.61%, #525252 100%);
    height: 11.5625rem;
  }
  .FeaturedProductsFullScreen-content {
    padding: 1.5625rem 3.75rem;
  }
  .FeaturedProductsFullScreen-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 43.125rem;
    text-align: initial;
  }
  .FeaturedProductsFullScreen-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .FeaturedProductsFullScreen-imagePlaceholder {
    padding-bottom: 52.7777777778%;
  }
  .FeaturedProductsFullScreen .o-button, .FeaturedProductsFullScreen .shopify-challenge__button {
    margin-top: 0;
    margin-left: 5rem;
  }
  .FeaturedProductsFullScreen .yotpo {
    margin-bottom: 0.75rem;
  }
  .FeaturedProductsFullScreen .yotpo.bottomLine {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .FeaturedVideo {
    height: 21.875rem;
  }
  .FeaturedVideo-dimmer {
    width: 50%;
    max-width: 47.7083333333%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(89, 89, 89, 0)), color-stop(29.61%, rgba(0, 0, 0, 0.38)), to(#000000));
    background: -o-linear-gradient(left, rgba(89, 89, 89, 0) 0%, rgba(0, 0, 0, 0.38) 29.61%, #000000 100%);
    background: linear-gradient(90deg, rgba(89, 89, 89, 0) 0%, rgba(0, 0, 0, 0.38) 29.61%, #000000 100%);
  }
  .FeaturedVideo-image .o-placeholder {
    background-attachment: fixed;
  }
  .FeaturedVideo-heading {
    font-size: 3rem;
    line-height: 3.8125rem;
  }
  .FeaturedVideo-subhead {
    margin-top: 1.0625rem;
  }
  .FeaturedVideo-subhead p {
    font-size: 1.125rem;
    line-height: 1.3125rem;
    letter-spacing: 0;
  }
  .FeaturedVideo-container {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .FeaturedVideo-content {
    padding: 1.5625rem 3.75rem;
  }
  .FeaturedVideo-content {
    display: block;
  }
  .FeaturedVideo .o-rte,
.FeaturedVideo .o-play {
    margin-top: 0.9375rem;
  }
  .Testimonials-item {
    padding: 6.25rem 0;
  }
  .Testimonials-icon {
    top: 1.875rem;
  }
  .Testimonials-pet {
    max-width: 11.25rem;
    max-height: 11.25rem;
    margin-top: 4.375rem;
  }
  .Testimonials-quote p {
    font-size: 2rem;
    letter-spacing: -0.03125rem;
    line-height: 2.375rem;
  }
  .Testimonials .slick-dots {
    bottom: 1.875rem;
  }
  .IndexSection.FeatureRow + .IndexSection.FeatureRow {
    margin-top: 5.625rem;
  }
  .IndexBlog-item {
    width: 33.3333333333%;
  }
  .IndexBlog-items .IndexBlog-item:nth-child(4):last-child {
    display: none;
  }
  .Slideshow-container {
    border-radius: 0 0 16vw 0;
  }
  .SlideshowItem-captionContainer {
    text-align: initial;
  }
  .SlideshowItem-captionContainer {
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
  }
  .SlideshowItem-captionContainer[data-position~=top] {
    top: 10%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .SlideshowItem-captionContainer[data-position~=bottom] {
    top: auto;
    bottom: 10%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .SlideshowItem-captionContainer[data-position~=left] {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .SlideshowItem-captionContainer[data-position~=right] {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .SlideshowItem-caption {
    padding: 1.5625rem 3.75rem;
  }
  .SlideshowItem-caption {
    margin-left: 0;
    margin-right: 0;
  }
  .SlideshowItem-heading {
    padding-left: 0;
    padding-right: 0;
    font-size: 3rem;
    line-height: 3.8125rem;
    letter-spacing: -0.1125rem;
    font-weight: 800;
  }
  .SlideshowItem-subhead {
    margin: 0.8125rem 0 0 0;
  }
  .SlideshowControls-arrows {
    display: block;
  }
  .SlideshowControls-dots {
    font-size: 1rem;
  }
  .BannerGrid-caption {
    font-size: 0.9375rem;
  }
  .FeatureRow {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }
  .FeatureRow-container {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    text-align: initial;
  }
  .FeatureRow-container.has-imageOnRight {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .FeatureRow-container.has-imageOnLeft .FeatureRow-textContainer {
    margin-left: 5%;
  }
  .FeatureRow-container.has-imageOnLeft .FeatureRow-imageContainer {
    margin-left: 1.375rem;
  }
  .FeatureRow-container.has-imageOnRight .FeatureRow-textContainer {
    margin-left: 10%;
    margin-right: 10%;
  }
  .FeatureRow-container.has-imageOnRight .FeatureRow-imageContainer {
    margin-left: -1.375rem;
  }
  .FeatureRow-textContainer {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .FeatureRow-description p {
    font-size: 1.125rem;
    line-height: 1.3125rem;
  }
  .Newsletter {
    padding-top: 0;
    height: 27.0625rem;
  }
  .Newsletter-content {
    padding-bottom: 1.5625rem;
  }
  .Newsletter-pet {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 18.75rem;
    max-height: 18.75rem;
    margin-top: 0;
    margin-left: 4%;
    margin-right: auto;
  }
  .Newsletter-heading {
    font-size: 3rem;
    line-height: 3.4375rem;
    letter-spacing: -0.1125rem;
  }
  .Newsletter-subheading {
    margin-top: 1.25rem;
    margin-top: 0.625rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .Grid--itemsPerRow-large-1 .Grid-item {
    width: 100%;
  }

  .Grid--itemsPerRow-large-2 .Grid-item {
    width: 50%;
  }

  .Grid--itemsPerRow-large-3 .Grid-item {
    width: 33.3333333333%;
  }

  .Grid--itemsPerRow-large-4 .Grid-item {
    width: 25%;
  }

  .Grid--itemsPerRow-large-5 .Grid-item {
    width: 20%;
  }

  .Grid--itemsPerRow-large-6 .Grid-item {
    width: 16.6666666667%;
  }
  .Page-title {
    font-size: 3rem;
    line-height: 3.4375rem;
  }
  .Page-content h2 {
    font-size: 2.75rem;
    line-height: 3.1875rem;
  }
  .Page-content p {
    font-size: 1.125rem;
    line-height: 1.3125rem;
  }
  .Cart-discount {
    grid-row: unset;
    margin-bottom: 0;
  }
  .Cart-container {
    grid-template-columns: 2fr 1fr;
    grid-gap: 40px;
  }
  .Cart-sections {
    grid-template-columns: 140px 1fr 130px 135px 130px 65px;
    grid-template-rows: 1fr;
    grid-gap: 0px;
  }
  .Cart-sections.prod {
    min-height: 120px;
  }
  .Cart-sections.prod.upsell {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    grid-template-rows: 1fr 210px;
  }
  .Cart-sections.title {
    display: grid;
  }
  .Cart-totalPrice {
    display: initial;
  }
  .Cart-title {
    grid-column: 2;
  }
  .Cart-img {
    grid-row: 1/1;
    align-self: center;
  }
  .Cart-checkoutWrapper {
    margin-bottom: 0px;
  }
  .Cart-infoTextLeft {
    display: block;
  }
  .Cart-infoTextRight {
    text-align: right;
  }
  .Cart-checkoutContainer {
    position: relative;
    z-index: 0;
    background: transparent;
    padding: 0px;
    left: 0px;
    -webkit-box-shadow: 0px 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px 0px transparent;
  }
  .Cart-upsell-ImgPlaceholder {
    height: auto;
  }
  .Cart-upsell-content {
    margin-top: 0.3125rem;
  }
  .Cart-upsell-title {
    font-size: 1rem;
    line-height: 1.1875rem;
  }
  .Cart-upsell-subtitle {
    margin-bottom: 1.125rem;
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
  .Cart-upsell-button {
    margin-top: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .Cart-upsell-button .o-button--yellow {
    padding: 0.75rem 1.6875rem;
  }
  .Article-tags {
    margin-bottom: 1rem;
  }
  .Article-tag {
    padding-bottom: 0;
  }
  .Article-header {
    padding-bottom: 3.5rem;
  }
  .Article .o-rte img {
    margin: 3rem auto;
  }
  .Article .o-rte h1,
.Article .o-rte h2 {
    margin-bottom: 2rem;
  }
  .Article .o-rte p + h2 {
    margin-top: 4rem;
  }
  .ArticleShare-title {
    font-size: 2.375rem;
    line-height: 2.875rem;
  }
  .Search-field {
    font-size: 2.375rem;
    line-height: 3.4375rem;
    letter-spacing: -0.1125rem;
  }
  .ProductsGrid {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.125rem;
    grid-column-gap: 1.5625rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .ProductsGridNew {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.125rem;
    grid-column-gap: 1.5625rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .Faqs-container {
    display: grid;
    grid-template-columns: 41.4375rem auto;
    grid-column-gap: 2.5rem;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .Faqs-headline {
    text-align: initial;
  }
  .FaqsAccordions-item {
    padding: 1.75rem 1.875rem 1.75rem 0;
  }
  .FaqsAccordions-title {
    font-size: 1.5rem;
  }
  .FaqsAccordions-headline {
    margin-top: 4.0625rem;
  }
  .FaqsContact {
    margin-top: 0;
    text-align: initial;
  }
  .CollectionFilters-container {
    display: grid;
    grid-template-columns: 11.875rem auto 11.875rem;
    grid-column-gap: 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .CollectionFilters-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .CollectionFilters-controls {
    margin: 0;
    max-width: 100%;
  }
  .CollectionFilters-controls--mobile-only {
    display: none;
  }
  .CollectionFilters-controlSelector {
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 0;
  }
  .CollectionNew-text {
    padding: 0px 80px 40px 80px;
  }
  .CollectionNew-title {
    padding: 20px 20px;
    font-size: 38px;
  }
  .CollectionFiltersNew-container {
    display: grid;
    grid-template-columns: 11.875rem auto 11.875rem;
    grid-column-gap: 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .CollectionFiltersNew-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .CollectionFiltersNew-controls {
    margin: 0;
    max-width: 100%;
  }
  .CollectionFiltersNew-controls--mobile-only {
    display: none;
  }
  .CollectionFiltersNew-controlSelector {
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 0;
  }
  .CollectionHeader-title {
    padding: 8px 10px 8px 40px;
    width: auto;
  }
  .CollectionHeader-title2 {
    padding: 12px 10px 12px 40px;
    width: auto;
  }
  .CollectionHeader-childrenRow {
    width: calc(100% - 160px);
    padding: 5px 0px 0px 0px;
  }
  .CollectionHeader-link {
    display: initial;
  }
  .CollectionHeader-select {
    display: none;
  }
  .Collection-bottomContent {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .Collection-bottomContent-body {
    padding: 0 0 1.875rem 0;
  }
  .CartUpsell {
    grid-template-columns: 1fr 265px 1fr;
  }
  .BlogHeader-title {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .BlogHeader-icon {
    display: block;
  }
  .BlogHeader-hr {
    margin-top: 0.5rem;
    margin-bottom: 3rem;
  }
  .BlogBanner-placeholder-mobile {
    display: none;
  }
  .BlogBanner-placeholder-desktop {
    display: block;
    padding-bottom: 22.5694444444%;
  }
  .BlogIndexNewsletter {
    margin: 12rem 0 4.375rem 0;
  }
  .BlogIndexNewsletter-container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .BlogIndexNewsletter-grid {
    grid-template-areas: "content illustration";
    grid-template-columns: 60% 42.8787878788%;
    gap: 1.25rem;
    min-height: 23.5rem;
    border-radius: 0.5rem;
    background-color: var(--background);
  }
  .BlogIndexNewsletter-content {
    padding: 4.75rem;
    background-color: transparent;
  }
  .BlogIndexNewsletter-title {
    font-size: 3rem;
    line-height: 3.5rem;
    text-align: left;
  }
  .BlogIndexNewsletter-subtitle {
    text-align: left;
  }
  .BlogIndexNewsletter-illustration {
    width: 100%;
    position: absolute;
    right: 4rem;
    bottom: 0;
    padding-top: 0;
    background-color: transparent;
  }
  .BlogIndexNewsletter-subscribe {
    margin-top: 2.625rem;
  }
  .BlogIndexNewsletter-subscribe .o-formSuccess {
    text-align: left;
  }
  .BlogIndexNewsletter-email {
    text-align: left;
  }
  .BlogIndexNewsletter-email::-webkit-input-placeholder {
    text-align: left;
  }
  .BlogIndexNewsletter-email::-moz-placeholder {
    text-align: left;
  }
  .BlogIndexNewsletter-email:-ms-input-placeholder {
    text-align: left;
  }
  .BlogIndexNewsletter-email::-ms-input-placeholder {
    text-align: left;
  }
  .BlogIndexNewsletter-email::placeholder {
    text-align: left;
  }
  .BlogIndexNewsletter-submit {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
  }
  .BlogVideo-container {
    padding: 3.5rem 0;
  }
  .BlogVideo-title {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .BlogVideo-details {
    margin-top: 2.5rem;
    font-size: 1.5rem;
  }
  .BlogVideo-illustrationBg {
    top: 1.125rem;
    right: -1.125rem;
  }
  .BlogFilter-container {
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 4.5rem;
  }
  .BlogFilter-container.is-active .BlogFilter-tags {
    display: -ms-flexbox;
    display: flex;
  }
  .BlogFilter-tags {
    -ms-flex-direction: row;
    flex-direction: row;
    display: -ms-flexbox;
    display: flex;
  }
  .BlogFilter-tag {
    padding-right: 3.5rem;
    padding-bottom: 0;
    text-align: left;
  }
  .BlogFilter-tag:last-child {
    padding-bottom: 0;
  }
  .BlogFilter-btn {
    display: none;
  }
  .BlogFilter-title-desktop {
    display: block;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    font-weight: bold;
  }
  .BlogFilter-rss {
    top: 1.25rem;
    right: 0;
    max-width: 2rem;
  }
  .BlogPostsGrid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .BlogPostsGrid-more {
    margin: 4rem 0;
  }
  .BlogIndexRecent {
    margin: -7.5rem 0 0 0;
  }
  .BlogIndexRecent {
    padding: 4rem 0;
  }
  .BlogIndexRecent-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .BlogIndexRecent-more {
    margin-top: 4rem;
  }
  .BlogFeatured {
    padding: 3.75rem 0 16.25rem 0;
  }
  .BlogFeatured-carousel.slick-slider {
    overflow: initial;
  }
  .BlogFeatured-carousel .slick-prev,
.BlogFeatured-carousel .slick-next {
    display: block !important;
  }
  .BlogFeatured-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    -webkit-mask-image: none;
    overflow: visible;
  }
  .BlogFeatured-cards .BlogCard {
    width: auto;
    margin-right: 0;
  }
  .BlogFeatured-bubble-1 {
    top: 1.25rem;
  }
  .BlogFeatured-bubble-2 {
    bottom: 22.5rem;
    right: 0;
  }
  .BlogFeaturedTileLarge {
    grid-template-areas: "content illustration";
    grid-template-columns: 1fr 1fr;
    gap: 3.75rem;
    padding: 2.5rem 3.75rem;
  }
  .BlogFeaturedTileLarge-illustration {
    max-height: 25rem;
  }
  .BlogFeaturedTileLarge-illustrationPlaceholder {
    padding-bottom: 70.1754385965%;
  }
  .BlogFeaturedTileLarge-title {
    font-size: 2.25rem;
  }
  .BlogFeaturedTileLarge-excerpt {
    margin-top: 1.5rem;
  }
  .BlogRelated {
    padding: 4rem 3.75rem 4rem 3.75rem;
    margin-bottom: 1.875rem;
  }
  .BlogRelated-title {
    text-align: left;
    font-size: 2.375rem;
    line-height: 2.875rem;
  }
  .BlogRelated-items {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .PressBanner-container {
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
  }
  .PressBanner-placeholder-mobile {
    display: none;
  }
  .PressBanner-placeholder-desktop {
    display: block;
  }
  .PressNews {
    margin: 5rem 0;
  }
  .PressNews-container {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
  .PressLatest {
    margin: 5rem 0;
  }
  .PressLatest-headline {
    margin-bottom: 5rem;
  }
  .PressLatest-container {
    gap: 3rem;
  }
  .Product {
    margin-top: 3.125rem;
  }
  .Product-container,
.Product .Highlights {
    background-color: transparent;
  }
  .Product-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
  }
  @supports (display: grid) {
    .Product-container {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
  }
  .Product-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 2.5rem;
    margin: 0;
    max-width: 100%;
  }
  .Product-contentBody {
    padding-top: 0;
  }
  .Product-title {
    max-width: 100%;
    font-size: 2rem;
    line-height: 2.5625rem;
    letter-spacing: -0.075rem;
  }
  .Product-featuredImage {
    display: block;
  }
  .Product-info {
    max-width: 20.3125rem;
    margin: 0 auto;
  }
  .Product-groupTitle {
    margin: 0.625rem 0 0.4375rem 0;
    text-align: left;
  }
  .Product-spacer {
    height: 3.125rem;
  }
  .ProductForm-options {
    margin-bottom: 0;
  }
  .ProductForm-submitButton {
    margin-top: 0.9375rem;
  }
  .ProductSwitcher {
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
    border-bottom: none;
    margin-top: 1.875rem;
  }
  .ProductSwitcher.ProductSwitcher-secondRow {
    margin-top: 20px;
  }
  .ProductGallery {
    max-width: 45rem;
  }
  .ProductGallery-zoom .zoom-desktop {
    display: initial;
  }
  .ProductGallery-zoom .zoom-mobile {
    display: none;
  }
  .ProductGallery-thumbs:empty {
    display: none;
  }
  .ProductRadioButtons-groupTitle {
    margin: 0.625rem 0 0.4375rem 0;
    text-align: left;
  }
  .ProductDropdowns-groupTitle {
    margin: 0.625rem 0 0.4375rem 0;
    text-align: left;
  }
  .ProductDropdowns-stylePlaceholder {
    top: 0.0625rem;
  }
  .ProductDetail-headline {
    font-size: 3rem;
    line-height: 3.8125rem;
  }
  .ProductDetail-description p {
    padding: 0;
    font-size: 1.125rem;
    line-height: 1.3125rem;
  }
  .ProductDetail-image {
    padding: 0;
  }
  .ProductDetail-tooltip--1 {
    top: calc(21.5% - 22px);
  }
  .ProductDetail-tooltip--2 {
    top: 51%;
  }
  .ProductDetail-tooltip--3 {
    bottom: 44%;
    right: 40%;
  }
  .ProductDetail-tooltip--4 {
    bottom: calc(18% - 22px);
  }
  .ProductDetail-tooltipIcon {
    width: 0.9375rem;
  }
  .ProductDetailLightbox {
    top: auto;
    bottom: 0;
    height: auto;
  }
  .ProductDetailLightbox-item {
    display: -ms-flexbox;
    display: flex;
  }
  .ProductDetailLightbox-item + .ProductDetailLightbox-item:before {
    content: " ";
  }
  .ProductDetailLightboxNav {
    display: none;
  }
  .ProductDetailLightboxNav-item + .ProductDetailLightboxNav-item {
    border-left: 0.0625rem solid #D0D0D0;
  }
  .ProductSpecifications-container.o-container {
    padding-top: 5.3125rem;
    padding-bottom: 6.25rem;
  }
  .ProductSpecifications-headline {
    margin: 1.5625rem 0;
    text-align: initial;
    font-size: 2.375rem;
    line-height: 2.875rem;
  }
  .ProductSpecifications-toggle {
    font-size: 1.5rem;
    line-height: 1.8125rem;
    padding: 1.5625rem 5rem 1.5625rem 0;
  }
  .ProductSpecifications-icon {
    width: 1.0625rem;
    right: 2.5rem;
  }
  .ProductSpecifications-description h1,
.ProductSpecifications-description h2,
.ProductSpecifications-description h3 {
    font-size: 1.5rem;
    line-height: 1.8125rem;
  }
  .ProductCuratedPictures-image {
    max-width: 27rem;
  }
  .ProductCuratedPictures-imagePlaceholder {
    padding-bottom: 85.8796296296%;
  }
  .Product .yotpo-slider .yotpo-slider-title-wrapper .yotpo-slider-title {
    font-size: 2.375rem !important;
    line-height: 2.875rem !important;
  }
  .ProductNotification {
    padding: 15px 20px;
  }
  .ProductNotification-container {
    grid-template-columns: 80px 300px 280px;
  }
  .ProductNotification-btnContainer {
    grid-column: span 1;
  }
  .cross-sell--meta h3 {
    text-align: left;
    width: 60%;
  }
  .cross-sell--meta p {
    text-align: left;
    width: 60%;
    font-size: 1.5rem;
  }
  .AboutUsLetter-container {
    -ms-flex-align: initial;
    align-items: initial;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .AboutUsProcess .o-rte {
    min-height: 4.6875rem;
  }
  .OurPawtner {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .OurPawtner + .OurPawtner {
    margin-top: 9.375rem;
  }
  .OurPawtner.is-left .OurPawtner-content {
    padding-right: 2.5rem;
  }
  .OurPawtner.is-right {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .OurPawtner.is-right .OurPawtner-content {
    padding-left: 2.5rem;
  }
  .OurPawtner-content {
    max-width: 100%;
    margin: 0;
  }
  .OurPawtner .o-rte {
    max-width: 31.25rem;
  }
  .OurPawtner-image {
    max-width: 40rem;
    max-height: 25rem;
    margin-bottom: 0;
  }
  .DogBeds-title {
    padding: 20px 20px;
    font-size: 38px;
  }
  .DogBeds-text {
    padding: 0px 80px 40px 80px;
  }
  .AnimalPrints-container {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    grid-column-gap: 3.75rem;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }
  .AnimalPrints-title {
    padding: 20px 0px;
    font-size: 38px;
    text-align: left;
  }
  .AnimalPrints-text {
    padding: 0px;
    text-align: left;
  }
  .AnimalPrints-blockContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: transparent;
    width: 100%;
    position: relative;
    left: 0px;
    -webkit-box-shadow: 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px transparent;
  }
  .AnimalPrints-close {
    display: none;
  }
  .AnimalPrints-size.mobile {
    display: none;
  }
  .PupRug_oryginal-title {
    padding: 20px 20px;
    font-size: 38px;
  }
  .PupRug_oryginal-text {
    padding: 0px 80px 40px 80px;
  }
  .PupRug_oryginal-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0px 60px 40px 60px;
    position: relative;
    background: transparent;
    width: 100%;
    left: 0px;
    -webkit-box-shadow: 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px transparent;
  }
  .PupRug_oryginal-size.mobile {
    display: none;
  }
  .PupRug_oryginal-close {
    display: none;
  }
  .PupRug_runners-container {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    grid-column-gap: 3.75rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .PupRug_runners-title {
    padding: 20px 0px;
    font-size: 38px;
    text-align: left;
  }
  .PupRug_runners-text {
    padding: 0px;
    text-align: left;
  }
  .PupRug_runners-subheader {
    display: none;
  }
  .PupRug_runners-close {
    display: none;
  }
  .PupRug_runners-size.mobile {
    display: none;
  }
  .PupRug_runners-blockContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    background: transparent;
    width: 100%;
    left: 0px;
    -webkit-box-shadow: 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px transparent;
    padding: 0px;
  }
  .cat-landing .row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cat-landing--hero {
    padding: 6.25rem 0 9.375rem;
    min-height: 28.125rem;
  }
  .cat-landing--hero h1 {
    width: 60%;
    font-size: 3.375rem;
    text-align: left;
  }
  .cat-landing--hero h2 {
    width: 60%;
    font-size: 3.375rem;
    padding-left: 2.25rem;
    text-align: left;
  }
  .cat-landing--hero:after {
    width: 880px;
    height: 413px;
  }
  .cat-landing--desc {
    text-align: left;
    width: 60%;
    padding: 1.25rem 5.625rem 1.25rem 0;
  }
  .cat-landing--desc p {
    font-size: 2.5rem;
  }
  .cat-landing--desc-image {
    display: block;
  }
  .cat-landing--image-container {
    width: 100%;
    margin: 0;
  }
  .cat-landing--image-container.backoverlay {
    padding: 1.25rem 0 0 1.25rem;
  }
  .cat-landing--image-container.backoverlay::after {
    display: block;
  }
  .cat-landing--image-container.backoverlay .badge {
    top: 32px;
    left: 32px;
  }
  .cat-landing--features .o-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cat-landing--features .hidden-desktop {
    display: none;
  }
  .cat-landing--product-image {
    width: 40%;
  }
  .cat-landing--product-details {
    padding-top: 4.0625rem;
    padding-left: 0;
    padding-right: 0;
    width: 715px;
  }
  .cat-landing--product-details h3 {
    text-align: left;
    font-size: 3.875rem;
    padding-left: 5rem;
  }
  .cat-landing--product-details .ProductDetail {
    padding: 4.0625rem 8.75rem 5.3125rem 11.25rem;
  }
  .cat-landing--product-details .ProductDetail-tooltip--3 {
    bottom: 30%;
  }
  .cat-landing--products {
    padding: 15rem 0 2.5rem;
  }
  .cat-landing--product {
    margin-bottom: 7.1875rem;
  }
  .cat-landing--product.reverse .row {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .cat-landing--product.reverse .product--gallery {
    padding-right: 0;
    padding-left: 3.4375rem;
  }
  .cat-landing--product.reverse .product--details {
    padding-left: 0;
    padding-right: 3.4375rem;
  }
  .cat-landing--product.reverse .product--shape {
    left: auto;
    right: -12.5rem;
  }
  .cat-landing--product .product--title {
    padding: 0 6.25rem;
    font-size: 4.125rem;
    margin-bottom: 1.875rem;
  }
  .cat-landing--product .product--reviews {
    margin-bottom: 5rem;
  }
  .cat-landing--product .product--gallery {
    width: 55%;
    padding-right: 3.4375rem;
  }
  .cat-landing--product .product--shape {
    width: 600px;
    top: -10.625rem;
    left: -18.125rem;
  }
  .cat-landing--product .product--details {
    padding-top: 1.5625rem;
    width: 45%;
    padding-left: 3.4375rem;
    padding-top: 5rem;
  }
  .cat-landing--product .product--subtitle {
    font-size: 2.375rem;
    text-align: left;
    margin-bottom: 1.875rem;
  }
  .cat-landing--product .product--desc p {
    font-size: 1.125rem;
    text-align: left;
  }
  .cat-landing--product .product--variants {
    text-align: left;
  }
  .cat-landing--product .product--variants-list {
    text-align: left;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .cat-landing--product .product--variants-item {
    margin: 0 1.25rem 1.5625rem 0;
  }
  .cat-landing--product .product--meta {
    -ms-flex-pack: start;
    justify-content: start;
  }
  .cat-landing .product--features {
    width: 50%;
  }
  .cat-landing .product--features-grid {
    margin-top: 0;
    padding: 0 6.875rem;
    height: 750px;
  }
  .cat-landing .product--feature p {
    font-size: 1rem;
  }
  .cat-landing .product--cat-sleeping .sleeping-animation {
    -webkit-transform: translate(-80%, -100%);
    -ms-transform: translate(-80%, -100%);
    transform: translate(-80%, -100%);
  }
  .cat-landing .product--cat-sleeping {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .cat-landing--instagram {
    padding: 4.375rem 0 8.125rem;
  }
  .cat-landing--instagram h2 {
    font-size: 3rem;
  }
  .cat-landing--instagram-link {
    font-size: 1.5rem;
  }
  .cat-landing--instagram .slider--shape {
    width: 1800px;
    bottom: -68.75rem;
    left: -18.75rem;
  }
  .cat-landing--wild-item {
    width: 20rem;
    margin: 0 1.5625rem;
  }
  .CartProducts-container {
    padding-bottom: 60px;
  }
  .CartDiscount-container {
    padding: 20px 10px;
    margin-top: 20px;
  }
  .CartDiscount-icon {
    display: none;
  }
  .CartDiscount-input {
    width: 70%;
  }
  .CartDiscount-body {
    display: block;
  }
  .CartDiscount-btn {
    width: 70%;
  }
  .CartSummary {
    margin-top: 20px;
  }
}
@media screen and (min-width: 75em) {
  /* MQPacker */
  .Testimonials-item {
    max-width: 38.75rem;
    margin: 0 3.125rem;
  }
  .BannerGrid-caption {
    font-size: 1rem;
  }
  .Grid--itemsPerRow-xlarge-1 .Grid-item {
    width: 100%;
  }

  .Grid--itemsPerRow-xlarge-2 .Grid-item {
    width: 50%;
  }

  .Grid--itemsPerRow-xlarge-3 .Grid-item {
    width: 33.3333333333%;
  }

  .Grid--itemsPerRow-xlarge-4 .Grid-item {
    width: 25%;
  }

  .Grid--itemsPerRow-xlarge-5 .Grid-item {
    width: 20%;
  }

  .Grid--itemsPerRow-xlarge-6 .Grid-item {
    width: 16.6666666667%;
  }
  .Article-content {
    margin-top: 4rem;
  }
  .ProductsGrid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 3.4375rem;
  }
  .ProductsGridNew {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 3.4375rem;
  }
  .BlogPostsGrid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .BlogIndexRecent-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .PressNews-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .ProductDetail-tooltip--1 {
    max-width: 15rem;
    top: 17%;
    right: -23%;
  }
  .ProductDetail-tooltip--2 {
    width: 16.25rem;
    top: 34%;
    left: -22%;
  }
  .ProductDetail-tooltip--3 {
    bottom: 22%;
    right: 0;
    left: -28%;
  }
  .ProductDetail-tooltip--4 {
    bottom: 17%;
    right: -10%;
  }
  .ProductDetail-tooltip--4 .ProductDetail-tooltipContent {
    text-align: center;
  }
  .ProductDetail-tooltipPulse {
    display: none;
  }
  .ProductDetail-tooltipContent {
    position: static;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 15.625rem;
    text-align: initial;
    background-color: transparent;
    color: #1e316e;
  }
  .ProductDetail-arrow {
    display: block;
  }
  .cross-sell--slider {
    margin: 0 auto;
    max-width: 1234px;
  }
  .cat-landing--hero h1 {
    font-size: 4.125rem;
  }
  .cat-landing--hero h2 {
    font-size: 4.125rem;
  }
  .cat-landing--product-details .ProductDetail-tooltip--1 {
    top: 0%;
    right: -53%;
  }
  .cat-landing--product-details .ProductDetail-tooltip--2 {
    left: -51%;
    top: 33%;
  }
  .cat-landing--product-details .ProductDetail-tooltip--3 {
    left: -26%;
    bottom: 3%;
  }
  .cat-landing--product-details .ProductDetail-tooltip--4 {
    bottom: 1%;
    right: -30%;
  }
  .cat-landing--product-details .ProductDetail-arrow--1 {
    left: -5.625rem;
    bottom: -3.125rem;
  }
  .cat-landing--product-details .ProductDetail-arrow--2 {
    top: -0.9375rem;
    right: 1.5625rem;
  }
  .cat-landing--product-details .ProductDetail-arrow--3 {
    right: 6.5625rem;
  }
  .cat-landing--product-details .ProductDetail-arrow--4 {
    left: -1.8125rem;
    bottom: -1.5rem;
  }
  .cat-landing--product .product--title {
    padding: 0 16.25rem;
  }
  .cat-landing .product--cat-sleeping .sleeping-animation {
    -webkit-transform: translate(-100%, -100%);
    -ms-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
  }
}
@media screen and (min-width: 90em) {
  /* MQPacker */
  .ProductDetail-tooltip--3 {
    left: -30%;
  }
}
@media screen and (max-width: 63.9375em) {
  /* MQPacker */
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
table.stack th,
table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
  .o-play--compact {
    border: none;
    height: auto;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .o-play--compact .o-play-text {
    display: none;
  }
  .o-play--compact:hover, .o-play--compact:focus {
    border: none;
  }
  .Header-grid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .FooterCopyRight {
    grid-row-gap: 1.5625rem;
  }
  .FooterCopyRight p:first-child {
    grid-column: 1/3;
    grid-row: 2;
  }
  .SlideshowItem-subhead.o-rte p {
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }
}
@media print {
  /* MQ Packer */
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
blockquote {
    border: 1px solid #a3a3a3;
    border: 1px solid #a3a3a3;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
@media screen and (max-width: 1024px) {
  /* MQPacker */
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@media screen and (min-width: 0\0 ) {
  /* MQPacker */
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFBAMAAABlfdtYAAAAGFBMVEUAAACnrL6oq76oq76oq72ursWqv7+nq72PqlQRAAAAB3RSTlMAusykjBYM/dhK2wAAACNJREFUCNdjcC8vL3dgYC4vL2ZgYBAvFwCSSUUJQJJVlIEBAGXABT1vRtGQAAAAAElFTkSuQmCC");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (-o-min-device-pixel-ratio: 35/32), (min-resolution: 105dpi), (-o-min-device-pixel-ratio: 11/10), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
    background-image: url('//cdn.shopify.com/s/files/1/0810/5967/t/147/assets/photoswipe.svg?v=11818149571331188026');
  }

  .pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .BlogIndexNewsletter-body {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 78.125rem) {
  .AboutUsProcessInfographic-wrapper {
    right: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .AboutUsProcessInfographic-advanceBtn {
    display: none;
  }
}
