/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://use.typekit.net/olx3twq.css");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

/*! Flickity v2.0.8
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/*! 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 * {
    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 */
  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;
  transform: translateZ(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;
  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;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  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;
  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;
  transition: opacity 0.2s;
  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(../img/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (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(../img/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.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;
  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;
  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;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: 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 {
    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;
  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(../img/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    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 {
  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; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@keyframes clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes donut-rotate {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(-140deg); }
  100% {
    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;
  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; }

/*----------  Media Queries  ----------*/
/*----------  Layout  ----------*/
/**
 *
 * Add responsive padding / margins to an element
 * usage:
 *   @include layout-spacing(margin-top);
 * or
 *   @include layout-spacing((margin-top, padding-bottom));
 *
 */
/*----------  Responsive Product Grids  ----------*/
/*----------  Maintain Aspect Ratio  ----------*/
/*----------  Utils  ----------*/
/*----------  Text styles  ----------*/
/*----------  Headings  ----------*/
/*----------  Buttons  ----------*/
/*---------- Images ----------*/
.sr-only, .required-text, .account-wishlist .account-sub-heading, .form-field-swatch .form-label-text, .form-field-swatch .shipping-calculator .form-field-radio span, .shipping-calculator .form-field-radio .form-field-swatch span, .form-input.form-checkbox, .modal-leave-review .form-checkbox.product-item-rating, .form-input.form-radio, .modal-leave-review .form-radio.product-item-rating, .compare-checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.button-navigation-toggle, .carousel-nav-item, .modal-content .modal-close, .main-navigation-breadcrumb, .compare-grid-item-remove, .compare-widget-toggle, .compare-widget-cancel, .compare-widget-remove-all, .compare-widget-item-remove, .catalog-util-bar .util-panel-close, .catalog-util-bar .dropdown-toggle, .share-dropdown-toggle, .cart-item-giftwrap-control, .cart-action-minor, .show-calculator, .shipping-quote-submit .button-cancel, .cart-item-edit-button {
  padding: 0;
  font-family: inherit;
  background: transparent;
  border: 0;
  border-radius: 100px; }

html {
  -webkit-font-smoothing: antialiased; }

.search-tabs .tab-title, .single-product-info-links, .form-field-title, .site-header-utils, .footer-address-heading, .breadcrumbs, .link-list-title, .mini-cart-subtotal-title, .main-navigation-panel-title, .newsletter-heading, .compare-grid-item-label, .content-result-type, .compare-widget-toggle, .compare-widget-cancel, .compare-widget-cta, .compare-widget-item-remove, .product-badge, .catalog-util-label, .cart-item-price-label, .cart-total-label, .cart-action-minor {
  font-family: "Work Sans";
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase; }

.user-content h1 {
  font-family: "Work Sans";
  font-size: 3rem;
  line-height: 1.2em;
  color: white; }

.user-content h2, .product-title {
  font-family: "Work Sans";
  font-size: 2.25rem;
  line-height: 1.4em;
  color: white; }

.user-content h3 {
  font-family: "Work Sans";
  font-size: 2rem;
  line-height: 1.4em;
  color: white; }

.user-content h4, .review-form-title {
  font-family: "Work Sans";
  font-size: 1.5rem;
  line-height: 1.4em;
  color: white; }

.user-content h5 {
  font-family: "Work Sans";
  font-size: 1rem;
  line-height: 1.4em;
  color: white; }

.blog-item-readmore, .content-result-read-more, .product-description-read-more, .cart-item-giftwrap-control, .giftwrap-image, .cart-action-minor, .show-calculator, .shipping-quote-submit .button-cancel, .cart-item-edit-button {
  color: #2d2d2d;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: opacity 0.2s ease; }
  .blog-item-readmore:hover, .content-result-read-more:hover, .product-description-read-more:hover, .cart-item-giftwrap-control:hover, .giftwrap-image:hover, .cart-action-minor:hover, .show-calculator:hover, .shipping-quote-submit .button-cancel:hover, .cart-item-edit-button:hover {
    opacity: 0.7; }

.cart-item-options, .cart-item-giftwrap-type,
.cart-item-giftwrap-message {
  font-family: "Work Sans";
  color: rgba(255, 255, 255, 0.5); }

.button-progress .complete-text .checkmark, .facet-control-hierarchy .checkmark,
.facet-control-multi .checkmark, .compare-checkbox-label .checkmark {
  transition: stroke-dashoffset 0.4s ease-in-out;
  stroke-dasharray: 50 50;
  stroke-dashoffset: 50; }

.button-progress.will-complete .checkmark, .facet-control-hierarchy .active .checkmark,
.facet-control-multi .active .checkmark, .compare-checkbox:checked ~ .compare-checkbox-label .checkmark {
  stroke-dashoffset: 0; }

input[type='checkbox'] + .form-label-text::before, .shipping-calculator .form-field-radio input[type='checkbox'] + span::before, .facet-control-hierarchy .checkbox-box,
.facet-control-multi .checkbox-box, .compare-checkbox-label .compare-checkbox-box {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #606060;
  transition: all 0.2s ease-out 0.4s; }

input[type='checkbox']:checked + .form-label-text::before, .shipping-calculator .form-field-radio input[type='checkbox']:checked + span::before, .facet-control-hierarchy .active .checkbox-box,
.facet-control-multi .active .checkbox-box, .compare-checkbox:checked ~ .compare-checkbox-label .compare-checkbox-box {
  background-color: #2d2d2d;
  border-color: transparent;
  transition: all 0.2s ease-out; }

.site-main-sidebar .site-utils-small::before {
  display: block;
  width: calc(100% - 2.5rem);
  height: 0.0625rem;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.3);
  content: ''; }
  @media screen and (min-width: 33.75em) {
    .site-main-sidebar .site-utils-small::before {
      margin-left: 1rem;
      width: 4.6875rem;
      background-color: #606060; } }
  @media screen and (min-width: 33.75em) and (min-width: 48em) {
    .site-main-sidebar .site-utils-small::before {
      margin-left: 1.5rem; } }
  @media screen and (min-width: 33.75em) and (min-width: 64em) {
    .site-main-sidebar .site-utils-small::before {
      margin-left: 2.5rem; } }

.search-tabs .tab-title, .single-product-info-links {
  display: block;
  max-height: 3.75rem;
  line-height: 3.75rem;
  color: #fff;
  background: #5e6b76; }
  .search-tabs .active.tab-title, .active.single-product-info-links {
    color: #fff;
    background: #2d2d2d; }

.site-alerts {
  position: fixed;
  bottom: 0;
  z-index: 14;
  width: 100%; }

.alert {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3.125rem;
  padding: 0.5rem 2rem;
  color: #fff;
  box-shadow: 0 0 0 1px #fff;
  transition: opacity 0.3s ease; }
  .alert.dismissed {
    opacity: 0; }
  .alert.hidden, .alert.alert-dynamic {
    display: none; }
  .alert.animating, .alert.visible {
    display: block; }
  .alert.animating-in, .alert.animating-out {
    opacity: 0;
    transition: opacity 0.3s ease; }
  .alert.visible {
    opacity: 1;
    transform: translateX(0); }
  .alert .alert-dismiss {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 0.75rem;
    height: 0.75rem;
    margin-top: -0.375rem;
    line-height: 0;
    color: transparent;
    cursor: pointer; }
    .alert .alert-dismiss:hover {
      opacity: 1; }
  .alert.alert-success, .alert.success {
    background-color: #4fb7d7; }
    .alert.alert-success .alert-dismiss, .alert.success .alert-dismiss {
      color: #24809c; }
  .alert.alert-error, .alert.error {
    background-color: #3f6184; }
    .alert.alert-error .alert-dismiss, .alert.error .alert-dismiss {
      color: #0e151c; }
  .alert.alert-info, .alert.neutral {
    background-color: #b0b5b6; }
    .alert.alert-info .alert-dismiss, .alert.neutral .alert-dismiss {
      color: #62696b; }
  .alert a:not(.alert-dismiss) {
    color: #fff;
    text-decoration: underline; }
    .alert a:not(.alert-dismiss):hover {
      text-decoration: none; }
  .alert.out-of-stock-alert {
    margin-top: 2rem; }

html {
  height: 100%;
  box-sizing: border-box; }

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

body {
  position: relative;
  overflow-x: hidden;
  font-family: "Work Sans";
  font-size: 1rem;
  line-height: 1.4em;
  color: white;
  background-color: #343e49; }

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease; }
  a:hover:not(.noHover) {
    opacity: 0.7; }
  .user-content a {
    color: #2d2d2d; }

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

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

.is-hidden {
  display: none; }

.scroll-locked {
  height: 100%;
  overflow: hidden; }
  .scroll-locked.page-category {
    overflow: auto; }

.user-content h2,
.user-content h3,
.user-content h4,
.user-content h5 {
  color: #3c424d; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.4em; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: inherit; }

.user-content h1,
.user-content h2,
.user-content h3,
.user-content h4,
.user-content h5,
.user-content h6 {
  margin-bottom: 0.5em; }
  .user-content h1:first-child,
  .user-content h2:first-child,
  .user-content h3:first-child,
  .user-content h4:first-child,
  .user-content h5:first-child,
  .user-content h6:first-child {
    margin-top: 0; }
  .user-content h1:last-child,
  .user-content h2:last-child,
  .user-content h3:last-child,
  .user-content h4:last-child,
  .user-content h5:last-child,
  .user-content h6:last-child {
    margin-bottom: 0; }

.user-content ul {
  padding-left: 2.5rem;
  margin: 1rem 0;
  list-style-type: disc; }

.ratio-16-9 {
  width: 100%;
  padding-bottom: 56.25%; }

.ratio-4-3 {
  width: 100%;
  padding-bottom: 75%; }

.ratio-1-1 {
  width: 100%;
  padding-bottom: 100%; }

.ratio-3-4 {
  width: 100%;
  padding-bottom: 133.33333%; }

.ratio-10-2 {
  width: 100%;
  padding-bottom: 20%; }

.ratio-10-4 {
  width: 100%;
  padding-bottom: 40%; }

.button {
  font-family: "Work Sans";
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0;
  font-family: inherit;
  background: transparent;
  border: 0;
  border-radius: 100px;
  position: relative;
  display: inline-block;
  height: 3.5rem;
  min-width: 16.875rem;
  padding-right: 1.5em;
  padding-left: 1.5em;
  overflow: hidden;
  font-size: 1rem;
  line-height: 3.5rem;
  text-align: center;
  transition: all 0.2s ease-out; }
  @media screen and (max-width: 33.6875em) {
    .button {
      font-size: 0.875rem; } }
  .button:hover {
    opacity: 1; }
  .button:active::before {
    opacity: 0.1;
    transform: scale(0, 0);
    transition-duration: 0s; }
  .button:disabled, .button.button-disabled {
    cursor: not-allowed;
    opacity: 0.8; }
  .button::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
    background-position: 50%;
    background-repeat: no-repeat;
    content: '';
    opacity: 0;
    transform: scale(10, 10);
    transition: transform 0.2s, opacity 0.4s; }
  .button-x-small {
    height: 2.5rem;
    font-size: 0.875rem;
    line-height: 2.5rem; }
  .button-small, .account-forgot-form .account-button-primary, .compare-wishlist .button-secondary, .compare-wishlist .account-button-secondary, .compare-wishlist [data-payment-method-form] .button:not(.button-primary):not(.account-button-primary):not(.button-contact-submit), [data-payment-method-form] .compare-wishlist .button:not(.button-primary):not(.account-button-primary):not(.button-contact-submit),
  .compare-wishlist [data-address-form] .button:not(.button-primary):not(.account-button-primary):not(.button-contact-submit), [data-address-form] .compare-wishlist .button:not(.button-primary):not(.account-button-primary):not(.button-contact-submit), .giftcard-balance-container .button-primary, .giftcard-balance-container .account-button-primary, .giftcard-balance-container .button-contact-submit, .giftcard-balance-container .backorder-modal .button, .backorder-modal .giftcard-balance-container .button {
    height: 3rem;
    min-width: 14.375rem;
    line-height: 3rem; }
  .button-primary, .account-button-primary, .button-contact-submit, .backorder-modal .button {
    color: white;
    color: #fff;
    background-color: #2d2d2d; }
    .button-primary:hover, .account-button-primary:hover, .button-contact-submit:hover, .backorder-modal .button:hover {
      background-color: #242424; }
  .button-secondary, .account-button-secondary, [data-payment-method-form] .button:not(.button-primary):not(.account-button-primary):not(.button-contact-submit),
  [data-address-form] .button:not(.button-primary):not(.account-button-primary):not(.button-contact-submit) {
    color: #9db6c7;
    border: 1px solid #9db6c7;
    background-color: transparent; }
    .button-secondary:hover, .account-button-secondary:hover, [data-payment-method-form] .button:hover:not(.button-primary):not(.account-button-primary):not(.button-contact-submit),
    [data-address-form] .button:hover:not(.button-primary):not(.account-button-primary):not(.button-contact-submit) {
      color: white;
      background-color: #2d2d2d; }
  @media screen and (min-width: 48em) {
    .button + .button {
      margin-left: 1.25em; } }

.button-progress {
  position: relative; }
  .button-progress.in-progress .button-text {
    visibility: hidden; }
  .button-progress .complete-text {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    visibility: hidden; }
    .button-progress .complete-text span {
      margin: auto; }
  .button-progress.will-complete .complete-text {
    visibility: visible; }
  .button-progress.will-complete .checkmark {
    transition-delay: 0.5s; }

.overlay-button {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%; }

.spinner {
  width: 1rem;
  height: 1rem;
  color: inherit;
  pointer-events: none;
  border: 2px solid;
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: 0.8s loader linear infinite; }

@keyframes loader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.form-field-control {
  display: block; }

.form-inline-message {
  display: inline-block;
  margin-top: 1rem;
  color: #3f6184; }
  .search-form .form-inline-message {
    position: absolute;
    margin-top: 0.5rem; }

.form-inline {
  display: flex; }
  .form-inline .form-input, .form-inline .modal-leave-review .product-item-rating, .modal-leave-review .form-inline .product-item-rating {
    margin-right: 1.5rem; }
  .form-inline .button {
    flex: 0 0 auto; }

.form-input, .modal-leave-review .product-item-rating {
  width: 100%;
  height: 3rem;
  padding: 0.75rem 1rem;
  font-family: "Work Sans";
  background: transparent;
  border: 1px solid #606060;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none; }
  .form-input::placeholder, .modal-leave-review .product-item-rating::placeholder {
    color: #5e6b76; }
  .form-input:focus, .modal-leave-review .product-item-rating:focus {
    background: #e6e6e6;
    outline: none; }
  .form-input.form-file, .modal-leave-review .form-file.product-item-rating {
    display: flex;
    flex: 0 0 1; }
  .form-inline .form-input, .form-inline .modal-leave-review .product-item-rating, .modal-leave-review .form-inline .product-item-rating {
    display: inline-block;
    vertical-align: middle; }

textarea {
  height: auto !important; }

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

.form-label {
  display: block;
  padding-bottom: 0.75rem;
  color: #3c424d; }
  .product-options .form-label {
    min-width: 7.8125rem; }

.form-field-title {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #3c424d; }
  .form-required .form-field-title::after {
    color: #3f6184;
    content: '*'; }

.form-label-text, .shipping-calculator .form-field-radio span {
  position: relative; }

input[type='checkbox'] + .form-label-text::before, .shipping-calculator .form-field-radio input[type='checkbox'] + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  transform: translateY(-50%); }

input[type='checkbox']:checked + .form-label-text::before, .shipping-calculator .form-field-radio input[type='checkbox']:checked + span::before {
  color: #fff;
  text-align: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' viewBox='0 0 16 16'%3E%3Cpath class='checkmark' fill='none' stroke='%23fff' stroke-width='2' stroke-miterlimit='10' d='M1 8l5 6 9-11'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  content: ''; }

.shipping-calculator .form-field-radio span {
  position: relative; }

input[type='radio'] + .form-label-text::before, .shipping-calculator .form-field-radio input[type='radio'] + span::before,
input[type='radio'] + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #606060;
  border-radius: 50%;
  content: '';
  transform: translateY(-50%); }

input[type='radio']:checked + .form-label-text::before, .shipping-calculator .form-field-radio input[type='radio']:checked + span::before,
input[type='radio']:checked + span::before {
  background-color: #2d2d2d;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Ccircle cx='8' cy='8' r='4' fill='%23fff' /%3E%3C/svg%3E ");
  background-position: 50% center;
  background-repeat: no-repeat;
  border: 1px solid #2d2d2d;
  content: ''; }

.form-select-wrapper {
  position: relative;
  display: block;
  cursor: pointer; }
  .form-select-wrapper::after {
    position: absolute;
    top: calc(50% - 0.25rem);
    right: 0.5rem;
    width: 0.625rem;
    height: 0.625rem;
    pointer-events: none;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='a' d='M12 8l-3 3-3-3h6z' fill='%233c424d' /%3E%3C/svg%3E");
    background-position: 50% center;
    background-repeat: no-repeat;
    content: ''; }
  .form-select-wrapper .form-select {
    width: 100%;
    background: transparent;
    -moz-appearance: none; }
    .form-select-wrapper .form-select:hover {
      border-color: #3c424d; }
    .form-select-wrapper .form-select option {
      color: #000; }

.form-selected-text {
  display: inline-block;
  padding: 0.625rem 0;
  vertical-align: middle; }

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  appearance: none;
  margin: 0; }

input[type='number'] {
  -moz-appearance: textfield; }

.loading-overlay {
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(139, 139, 139, 0.5); }
  body > .loading-overlay {
    position: fixed; }

.loading,
.loading:after {
  border-radius: 50%;
  width: 4em;
  height: 4em; }

.loading {
  position: relative;
  margin: auto;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 0.6em solid rgba(45, 45, 45, 0.2);
  border-right: 0.6em solid rgba(45, 45, 45, 0.2);
  border-bottom: 0.6em solid rgba(45, 45, 45, 0.2);
  border-left: 0.6em solid #2d2d2d;
  transform: translateZ(0);
  animation: loading 0.8s infinite linear; }

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

@media screen and (max-width: 63.9375em) {
  .sidebar-is-visible {
    position: fixed;
    overflow: hidden; } }

.site-main {
  margin-top: 5.875rem;
  overflow: hidden; }
  @media screen and (min-width: 33.75em) {
    .site-main {
      display: flex;
      margin-top: 7.5rem; } }

.site-main-sidebar {
  width: 100%;
  overflow: hidden; }
  @media screen and (max-width: 63.9375em) {
    .site-main-sidebar {
      position: fixed;
      top: 5.875rem;
      right: 100%;
      bottom: 0;
      z-index: 12;
      transition: transform 0.2s ease-out; }
      .sidebar-is-visible .site-main-sidebar {
        transform: translate3d(100%, 0, 0); } }
  @media screen and (max-width: 63.9375em) and (min-width: 33.75em) {
    .site-main-sidebar {
      top: 7.5rem; } }
  @media screen and (min-width: 33.75em) {
    .site-main-sidebar {
      flex: 0 0 auto;
      width: 21.6875rem;
      color: white; } }
  .site-main-sidebar .site-utils-small {
    color: #fff; }
    @media screen and (min-width: 48em) {
      .site-main-sidebar .site-utils-small {
        display: none; } }
    .site-main-sidebar .site-utils-small .main-navigation-container {
      padding-top: 3.125rem; }

.site-main-sidebar-inner {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #2d2d2d; }
  @media screen and (max-width: 33.6875em) {
    .site-main-sidebar-inner {
      position: absolute;
      top: 0 !important;
      bottom: 0; } }
  @media screen and (min-width: 64em) {
    .site-main-sidebar-inner {
      width: 21.6875rem;
      height: 100%;
      max-height: calc(100vh - 7.5rem);
      background-color: #343e49;
      border-right: 1px solid #606060; } }
  @media screen and (min-width: 64em) {
    .site-main-sidebar-inner.is-sticky {
      position: fixed;
      top: 7.5rem;
      left: 0; } }

.site-main-content {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 1rem; }
  @media screen and (min-width: 48em) {
    .site-main-content {
      padding-right: 1.5rem;
      padding-left: 1.5rem; } }
  @media screen and (min-width: 64em) {
    .site-main-content {
      padding-right: 2.5rem;
      padding-left: 2.5rem; } }
  @media screen and (min-width: 48em) {
    .site-main-content {
      padding-bottom: 1.5rem; } }
  @media screen and (min-width: 64em) {
    .site-main-content {
      padding-bottom: 2.5rem; } }
  @media screen and (min-width: 64em) {
    .site-main-content {
      width: calc(100% - 21.6875rem); } }
  .page-account_addressbook .site-main-content {
    overflow-x: hidden; }

.page-content {
  max-width: 48.5rem;
  margin-right: auto;
  margin-left: auto;
  font-family: "Work Sans"; }

.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }
  @media screen and (min-width: 48em) {
    .container {
      padding-right: 1.5rem;
      padding-left: 1.5rem; } }
  @media screen and (min-width: 64em) {
    .container {
      padding-right: 2.5rem;
      padding-left: 2.5rem; } }

.grid-container {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }
  @media screen and (min-width: 48em) {
    .grid-container {
      margin-right: -0.75rem;
      margin-left: -0.75rem; } }
  @media screen and (min-width: 64em) {
    .grid-container {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }

.grid-item {
  flex: 0 1 auto;
  margin-right: 0.5rem;
  margin-left: 0.5rem; }
  @media screen and (min-width: 48em) {
    .grid-item {
      margin-right: 0.75rem;
      margin-left: 0.75rem; } }
  @media screen and (min-width: 64em) {
    .grid-item {
      margin-right: 1.25rem;
      margin-left: 1.25rem; } }

.site-header {
  position: fixed;
  position: sticky;
  top: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  height: 5.875rem;
  background-color: transparent;
  border-bottom: 1px solid #606060; }
  @media screen and (min-width: 33.75em) {
    .site-header {
      height: 7.5rem; } }
  .site-header-section {
    flex: 0 1 auto;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    display: flex;
    align-items: center; }
    @media screen and (min-width: 48em) {
      .site-header-section {
        margin-right: 0.75rem;
        margin-left: 0.75rem; } }
    @media screen and (min-width: 64em) {
      .site-header-section {
        margin-right: 1.25rem;
        margin-left: 1.25rem; } }
  .site-header > .grid-container {
    align-items: flex-start;
    flex: 1;
    flex-wrap: wrap;
    height: 5.875rem;
    padding-bottom: 0.625rem; }
    @media screen and (max-width: 33.6875em) {
      .site-header > .grid-container {
        width: 100%; } }
    @media screen and (min-width: 33.75em) {
      .site-header > .grid-container {
        align-items: center;
        flex-wrap: nowrap;
        padding: 0; } }

.header-section-branding {
  width: calc(66.66667% - 1rem);
  order: 1; }
  @media screen and (min-width: 48em) {
    .header-section-branding {
      width: calc(66.66667% - 1.5rem); } }
  @media screen and (min-width: 64em) {
    .header-section-branding {
      width: calc(66.66667% - 2.5rem); } }
  @media screen and (max-width: 47.9375em) {
    .header-section-branding {
      height: 2.875rem; } }
  @media screen and (min-width: 33.75em) {
    .header-section-branding {
      width: calc(33.33333% - 1rem); } }
  @media screen and (min-width: 33.75em) and (min-width: 48em) {
    .header-section-branding {
      width: calc(33.33333% - 1.5rem); } }
  @media screen and (min-width: 33.75em) and (min-width: 64em) {
    .header-section-branding {
      width: calc(33.33333% - 2.5rem); } }
  @media screen and (min-width: 64em) {
    .header-section-branding {
      width: auto;
      padding-bottom: 0; }
      .logo-position-center .header-section-branding {
        flex: 1 0 auto;
        order: 2; }
      .logo-position-right .header-section-branding {
        order: 3; } }

.header-section-search {
  width: calc(100% - 1rem);
  position: relative;
  order: 3; }
  @media screen and (min-width: 48em) {
    .header-section-search {
      width: calc(100% - 1.5rem); } }
  @media screen and (min-width: 64em) {
    .header-section-search {
      width: calc(100% - 2.5rem); } }
  @media screen and (max-width: 33.6875em) {
    .header-section-search {
      height: 2.5rem; } }
  @media screen and (min-width: 33.75em) {
    .header-section-search {
      order: 2; } }
  @media screen and (min-width: 64em) {
    .header-section-search {
      flex: 1 0 auto;
      width: auto; }
      .logo-position-center .header-section-search {
        order: 1;
        width: 100%;
        max-width: 18.4375rem; } }

.header-section-utils {
  width: auto;
  justify-content: flex-end;
  order: 2; }
  @media screen and (max-width: 47.9375em) {
    .header-section-utils {
      height: 2.875rem; } }
  @media screen and (min-width: 33.75em) {
    .header-section-utils {
      order: 3; } }
  @media screen and (min-width: 64em) {
    .header-section-utils {
      justify-content: flex-start;
      width: auto;
      padding-bottom: 0; }
      .logo-position-right .header-section-utils {
        order: 1; } }

.site-header-branding {
  max-width: calc(100% - 2.25rem); }
  .site-header-branding.has-logo {
    height: 100%; }
  @media screen and (min-width: 48em) {
    .site-header-branding {
      flex: 0 0 auto; } }
  @media screen and (min-width: 64em) {
    .site-header-branding {
      max-width: 100%; }
      .logo-position-left .site-header-branding,
      .logo-position-right .site-header-branding {
        width: calc(21.6875rem - 5rem);
        width: auto;
        padding-right: 1rem; }
      .logo-position-center .site-header-branding {
        width: 100%;
        text-align: center; } }
  .site-header-branding .logo-image {
    display: inline-block;
    margin-top: 0.5rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem; }
    .site-header-branding .logo-image img {
      display: block;
      max-height: 2.875rem;
      width: 100%; }
      @media not screen and (-webkit-min-device-pixel-ratio: 2), not screen and (min--moz-device-pixel-ratio: 2), not screen and (-o-min-device-pixel-ratio: 2 / 1), not screen and (min-device-pixel-ratio: 2), not screen and (min-resolution: 192dpi), not screen and (min-resolution: 2dppx) {
        .site-header-branding .logo-image img {
          image-rendering: -webkit-optimize-contrast; } }
      @media screen and (min-width: 33.75em) {
        .site-header-branding .logo-image img {
          max-height: 6.5rem; } }
  .site-header-branding .logo-text a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.button-navigation-toggle {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 1.125rem;
  height: 0.75rem;
  margin-right: 1.125rem;
  cursor: pointer; }
  @media screen and (min-width: 64em) {
    .button-navigation-toggle {
      display: none; } }
  .button-navigation-toggle:focus {
    outline: none; }
    .button-navigation-toggle:focus::before, .button-navigation-toggle:focus::after,
    .button-navigation-toggle:focus .burger,
    .button-navigation-toggle:focus .button-navigation-toggle::before,
    .button-navigation-toggle:focus .button-navigation-toggle::after {
      background-color: #2d2d2d; }
  .button-navigation-toggle::before, .button-navigation-toggle::after {
    content: '';
    transition: top 0.1s linear 0.1s, transform 0.1s linear; }
  .button-navigation-toggle::before {
    top: 0; }
  .button-navigation-toggle::after {
    top: 100%; }
  .button-navigation-toggle .burger, .button-navigation-toggle .button-navigation-toggle::before, .button-navigation-toggle .button-navigation-toggle::after {
    top: 50%; }
  .sidebar-is-visible .button-navigation-toggle::before, .sidebar-is-visible .button-navigation-toggle::after {
    top: 50%;
    transition: top 0.1s linear, transform 0.1s linear 0.1s; }
  .sidebar-is-visible .button-navigation-toggle::before {
    transform: rotate(-45deg); }
  .sidebar-is-visible .button-navigation-toggle::after {
    transform: rotate(45deg); }
  .sidebar-is-visible .button-navigation-toggle .burger, .sidebar-is-visible .button-navigation-toggle .button-navigation-toggle::before, .sidebar-is-visible .button-navigation-toggle .button-navigation-toggle::after {
    opacity: 0; }

.burger, .button-navigation-toggle::before, .button-navigation-toggle::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: white; }

.site-header-utils {
  display: flex; }
  .site-header-utils > * {
    flex: 0 1 auto;
    margin-right: 0.5rem;
    margin-left: 0.5rem; }
    @media screen and (min-width: 48em) {
      .site-header-utils > * {
        margin-right: 0.75rem;
        margin-left: 0.75rem; } }
    @media screen and (min-width: 64em) {
      .site-header-utils > * {
        margin-right: 1.25rem;
        margin-left: 1.25rem; } }
  .site-header-utils > :first-child {
    margin-left: 0; }
  .site-header-utils > :last-child {
    margin-right: 0; }
    @media screen and (min-width: 48em) {
      .site-header-utils > :last-child {
        margin-right: 0.75rem; } }
  @media screen and (max-width: 47.9375em) {
    .site-header-utils .currency-selector {
      display: none; } }

.account-link {
  display: flex;
  align-items: center; }
  .account-link-text {
    margin-left: 0.8125rem; }
    @media screen and (max-width: 63.9375em) {
      .account-link-text {
        display: none; } }
  .account-link-dropdown {
    align-self: flex-start;
    margin-left: 0.375rem; }
    .account-link-dropdown svg {
      position: relative;
      top: -2px; }
  .account-link:hover {
    opacity: 0.7; }

.account-dropdown-panel {
  right: 0;
  width: 10.9375rem;
  padding: 1rem;
  margin-top: 1rem;
  font-family: "Work Sans";
  font-weight: 300;
  background: #3f6184;
  border: 1px solid #606060; }
  @media screen and (min-width: 64em) {
    .account-dropdown-panel {
      right: 50%;
      margin-right: -5.4375rem; } }

.account-dropdown-item {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }
  .account-dropdown-item:first-child {
    padding-top: 0; }
  .account-dropdown-item:last-child {
    padding-top: 0.75rem;
    margin-top: 0.75rem;
    border-top: 1px solid #606060; }

.account-utils:hover {
  color: #2d2d2d; }

.mini-cart-toggle {
  display: flex;
  align-items: center; }
  .mini-cart-toggle svg {
    display: inline-block;
    vertical-align: middle; }
  .mini-cart-toggle:hover {
    color: #2d2d2d; }

.mini-cart-icon-wrap.cart-empty .mini-cart-icon-full {
  display: none; }

.mini-cart-icon-wrap.cart-full .mini-cart-icon-empty {
  display: none; }

.mini-cart-icon-wrap.cart-full .mini-cart-icon-full {
  display: inline-block; }

.mini-cart-count {
  display: none;
  margin-left: 0.5rem; }
  .mini-cart-count.show {
    display: inline-block; }

.site-footer-upper {
  padding-top: 6rem; }
  .site-footer-upper.light {
    background-color: #3f6184; }
  .site-footer-upper.dark {
    background-color: black; }
  .site-footer-upper .instagramPluginContainer .sec_evmpopup {
    max-width: 90%;
    margin: 0 auto; }
  .site-footer-upper .instagramPluginContainer .sec_evmcontent {
    padding: 1rem; }
  .site-footer-upper .instagramPluginContainer #evm-insta .evmgrid {
    display: flex !important;
    flex-flow: row nowrap !important;
    align-items: center;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    margin-left: 5vw; }
    .site-footer-upper .instagramPluginContainer #evm-insta .evmgrid #evm-hover-li {
      width: 70vw !important;
      height: 70vw !important;
      margin: 0 2.5vw 0 0 !important;
      scroll-snap-align: start;
      flex-shrink: 0;
      display: block !important; }
      .site-footer-upper .instagramPluginContainer #evm-insta .evmgrid #evm-hover-li a {
        height: 100%; }
        .site-footer-upper .instagramPluginContainer #evm-insta .evmgrid #evm-hover-li a div {
          height: 100%; }
  .site-footer-upper .instagramPluginContainer h2 a {
    color: white !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 1rem; }
  @media screen and (min-width: 48em) {
    .site-footer-upper .instagramPluginContainer h2 a {
      font-size: 3rem; }
    .site-footer-upper .instagramPluginContainer .sec_evmcontent {
      padding: 1.5rem; }
    .site-footer-upper .instagramPluginContainer .evm_slide_next {
      right: -20px; }
    .site-footer-upper .instagramPluginContainer .evm_slide_prev {
      left: -20px; } }
  @media screen and (min-width: 64em) {
    .site-footer-upper .instagramPluginContainer {
      border-bottom: solid white 1px;
      position: relative; }
      .site-footer-upper .instagramPluginContainer #evm-insta .evmgrid {
        margin-left: 0 !important;
        justify-content: center; }
        .site-footer-upper .instagramPluginContainer #evm-insta .evmgrid #evm-hover-li {
          width: 24% !important;
          margin: 1rem 0.25rem !important;
          height: 20vh !important;
          min-height: 300px !important;
          max-height: 400px !important;
          float: none !important; }
          .site-footer-upper .instagramPluginContainer #evm-insta .evmgrid #evm-hover-li .evmbutton:hover .evm-instagram-overlay {
            display: none !important; }
          .site-footer-upper .instagramPluginContainer #evm-insta .evmgrid #evm-hover-li a {
            height: auto; }
            .site-footer-upper .instagramPluginContainer #evm-insta .evmgrid #evm-hover-li a div {
              height: auto; } }
  @media screen and (min-width: 1600px) {
    .site-footer-upper .instagramPluginContainer:after {
      margin-left: calc((100vw - 1600px) / -2); } }

.site-footer-upper-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 80rem;
  padding: 2.5rem 1rem;
  margin: 0 auto;
  color: #fff; }
  @media screen and (min-width: 48em) {
    .site-footer-upper-container {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  @media screen and (min-width: 64em) {
    .site-footer-upper-container {
      padding-right: 3rem;
      padding-left: 3rem; } }

.site-footer-section {
  width: calc(100% - 1rem);
  flex-grow: 1;
  margin: 0 auto 2.5rem;
  text-align: center; }
  @media screen and (min-width: 48em) {
    .site-footer-section {
      width: calc(100% - 1.5rem); } }
  @media screen and (min-width: 64em) {
    .site-footer-section {
      width: calc(100% - 2.5rem); } }
  .site-footer-section:last-child {
    margin-bottom: 0; }
  .site-footer-section-social {
    order: 3; }
  @media screen and (min-width: 48em) {
    .site-footer-section {
      width: calc(25% - 1rem);
      flex: 0 1 auto;
      margin-right: 0.5rem;
      margin-left: 0.5rem;
      margin-bottom: 0;
      text-align: center;
      flex: 1 1 auto; } }
  @media screen and (min-width: 48em) and (min-width: 48em) {
    .site-footer-section {
      width: calc(25% - 1.5rem); } }
  @media screen and (min-width: 48em) and (min-width: 64em) {
    .site-footer-section {
      width: calc(25% - 2.5rem); } }
  @media screen and (min-width: 48em) and (min-width: 48em) {
    .site-footer-section {
      margin-right: 0.75rem;
      margin-left: 0.75rem; } }
  @media screen and (min-width: 48em) and (min-width: 64em) {
    .site-footer-section {
      margin-right: 1.25rem;
      margin-left: 1.25rem; } }
  @media screen and (max-width: 63.9375em) and (min-width: 48em) {
    .site-footer-section {
      text-align: left; } }
  @media screen and (min-width: 64em) {
    .site-footer-section {
      order: 0; } }
  .site-footer-section.site-footer-newsletter, .site-footer-section.site-footer-address {
    flex-grow: 2; }
  .site-footer-section.site-footer-disable {
    display: none; }

@media screen and (min-width: 48em) {
  .site-footer-section:first-child:nth-last-child(4) .newsletter-subscription-form .form-inline,
  .site-footer-section:first-child:nth-last-child(4) ~ .site-footer-newsletter .newsletter-subscription-form .form-inline {
    display: flex; }
    .site-footer-section:first-child:nth-last-child(4) .newsletter-subscription-form .form-inline .newsletter-input,
    .site-footer-section:first-child:nth-last-child(4) ~ .site-footer-newsletter .newsletter-subscription-form .form-inline .newsletter-input {
      width: 100%;
      max-width: 100%;
      margin-bottom: 1rem; } }

.footer-address-heading {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 500; }
  .dark .footer-address-heading {
    color: #fff; }

.footer-address-content {
  font-family: "Work Sans";
  font-weight: 300;
  color: #cbd9e6; }
  .dark .footer-address-content {
    color: rgba(255, 255, 255, 0.8); }
  .footer-address-content p {
    margin: 0; }

.site-footer-lower {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  display: flex;
  align-items: center;
  flex: 1 0 auto;
  flex-wrap: wrap;
  color: #fff; }
  @media screen and (min-width: 48em) {
    .site-footer-lower {
      padding-right: 1.5rem;
      padding-left: 1.5rem; } }
  @media screen and (min-width: 64em) {
    .site-footer-lower {
      padding-right: 2.5rem;
      padding-left: 2.5rem; } }
  @media screen and (min-width: 75em) {
    .site-footer-lower {
      justify-content: space-between; } }

.site-footer-credits {
  width: calc(100% - 1rem);
  font-family: "Work Sans";
  font-weight: 300;
  text-align: center; }
  @media screen and (min-width: 48em) {
    .site-footer-credits {
      width: calc(100% - 1.5rem); } }
  @media screen and (min-width: 64em) {
    .site-footer-credits {
      width: calc(100% - 2.5rem); } }
  @media screen and (min-width: 75em) {
    .site-footer-credits {
      width: calc(58.33333% - 1rem);
      text-align: left; } }
  @media screen and (min-width: 75em) and (min-width: 48em) {
    .site-footer-credits {
      width: calc(58.33333% - 1.5rem); } }
  @media screen and (min-width: 75em) and (min-width: 64em) {
    .site-footer-credits {
      width: calc(58.33333% - 2.5rem); } }

.site-footer-credits-list {
  margin: 1rem 0; }

.site-footer-payment-list.footer-has-trust-seal {
  margin-top: 10px; }

.site-footer-payment-list-item,
.site-footer-credits-list-item {
  display: inline-block;
  color: #b3b3b3; }
  .site-footer-payment-list-item p,
  .site-footer-credits-list-item p {
    margin: 0; }

.site-footer-payment {
  width: calc(100% - 1rem);
  margin-top: 1rem;
  text-align: center; }
  @media screen and (min-width: 48em) {
    .site-footer-payment {
      width: calc(100% - 1.5rem); } }
  @media screen and (min-width: 64em) {
    .site-footer-payment {
      width: calc(100% - 2.5rem); } }
  @media screen and (min-width: 75em) {
    .site-footer-payment {
      width: calc(41.66667% - 1rem);
      margin-top: 0;
      text-align: right; } }
  @media screen and (min-width: 75em) and (min-width: 48em) {
    .site-footer-payment {
      width: calc(41.66667% - 1.5rem); } }
  @media screen and (min-width: 75em) and (min-width: 64em) {
    .site-footer-payment {
      width: calc(41.66667% - 2.5rem); } }

.site-footer-payment-list-item {
  padding-right: 1rem;
  vertical-align: middle; }
  .site-footer-payment-list-item:last-child {
    padding-right: 0; }

table.geotrust-ssl-seal-table {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 1rem;
  vertical-align: middle;
  border: 0; }
  table.geotrust-ssl-seal-table td {
    padding: 0;
    border: 0; }

.cookie-message {
  position: sticky;
  bottom: 0;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 0 !important;
  background: rgba(52, 62, 73, 0.95);
  border-top: 1px solid #606060; }

.apple-pay-checkout-button {
  display: none;
  box-sizing: border-box;
  min-width: 50px;
  height: 60px;
  background-size: 100% 60%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 5px;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-color: white;
  border: 1px solid black; }
  .additional-checkout-buttons .apple-pay-checkout-button {
    margin: 15px 0; }
  .apple-pay-supported .apple-pay-checkout-button {
    display: block; }

.breadcrumbs {
  margin-right: -1rem;
  margin-left: -1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  height: 3.125rem;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  overflow-x: auto;
  overflow-y: hidden;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  white-space: nowrap;
  background-color: #3f6184;
  border-bottom: 1px solid #606060; }
  @media screen and (min-width: 48em) {
    .breadcrumbs {
      margin-right: -1.5rem;
      margin-left: -1.5rem; } }
  @media screen and (min-width: 64em) {
    .breadcrumbs {
      margin-right: -2.5rem;
      margin-left: -2.5rem; } }
  @media screen and (min-width: 48em) {
    .breadcrumbs {
      padding-right: 1.5rem;
      padding-left: 1.5rem; } }
  @media screen and (min-width: 64em) {
    .breadcrumbs {
      padding-right: 2.5rem;
      padding-left: 2.5rem; } }

.banners, .promo-message {
  margin-right: -1rem;
  margin-left: -1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  color: rgba(255, 255, 255, 0.8);
  background-color: #3f6184;
  border-bottom: 1px solid #606060; }
  @media screen and (min-width: 48em) {
    .banners, .promo-message {
      margin-right: -1.5rem;
      margin-left: -1.5rem; } }
  @media screen and (min-width: 64em) {
    .banners, .promo-message {
      margin-right: -2.5rem;
      margin-left: -2.5rem; } }
  @media screen and (min-width: 48em) {
    .banners, .promo-message {
      padding-right: 1.5rem;
      padding-left: 1.5rem; } }
  @media screen and (min-width: 64em) {
    .banners, .promo-message {
      padding-right: 2.5rem;
      padding-left: 2.5rem; } }

.carousel + .banners-top {
  border-top: 1px solid #606060; }

.banners-bottom {
  margin-top: 1rem;
  margin-bottom: -1rem;
  border-top: 1px solid #606060; }
  @media screen and (min-width: 48em) {
    .banners-bottom {
      margin-top: 1.5rem; } }
  @media screen and (min-width: 64em) {
    .banners-bottom {
      margin-top: 2.5rem; } }
  @media screen and (min-width: 48em) {
    .banners-bottom {
      margin-bottom: -1.5rem; } }
  @media screen and (min-width: 64em) {
    .banners-bottom {
      margin-bottom: -2.5rem; } }

.banner p:first-child {
  margin-top: 0; }

.banner p:last-child {
  margin-bottom: 0; }

.promo-message {
  text-align: center;
  background-color: #b0b5b6; }

.carousel {
  margin-right: -1rem;
  margin-left: -1rem;
  overflow: hidden; }
  @media screen and (min-width: 48em) {
    .carousel {
      margin-right: -1.5rem;
      margin-left: -1.5rem; } }
  @media screen and (min-width: 64em) {
    .carousel {
      margin-right: -2.5rem;
      margin-left: -2.5rem; } }
  .carousel .flickity-viewport {
    transition: height 0.2s ease-out; }

.carousel-item {
  position: relative;
  width: 100%;
  margin: 0; }

.carousel-item-image {
  background-size: cover;
  background-position: 50%;
  opacity: 0;
  transition: opacity 0.3s ease-out; }
  .carousel-item-image.flickity-bg-lazyloaded {
    opacity: 1; }
  .carousel-item-image img {
    opacity: 0; }
  .carousel-item-image:not(.ratio-any) img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .carousel-item-image.ratio-vh {
    height: 90vw; }
    @media screen and (min-width: 33.75em) {
      .carousel-item-image.ratio-vh {
        height: calc(100vh - 7.5rem); } }

.carousel-nav {
  position: absolute;
  bottom: 100%;
  padding: 0;
  margin: 0;
  border: 0; }
  @media screen and (max-width: 33.6875em) {
    .carousel-nav {
      left: 1rem; } }
  @media screen and (max-width: 33.6875em) and (min-width: 48em) {
    .carousel-nav {
      left: 1.5rem; } }
  @media screen and (max-width: 33.6875em) and (min-width: 64em) {
    .carousel-nav {
      left: 2.5rem; } }

.carousel-nav-item {
  display: block;
  float: left;
  width: 3.125rem;
  height: 3.125rem;
  background-color: rgba(255, 255, 255, 0.9); }
  .carousel-nav-item:first-child {
    border-right: 1px solid #d9d9d9; }
  .carousel-nav-item svg {
    pointer-events: none; }
  .carousel-style-dark .carousel-nav-item {
    color: #f2f2f2;
    background-color: rgba(0, 0, 0, 0.9); }
    .carousel-style-dark .carousel-nav-item:first-child {
      border-right: 1px solid #333333; }
  .carousel-style-accent .carousel-nav-item {
    color: #fff;
    background-color: rgba(45, 45, 45, 0.9); }
    .carousel-style-accent .carousel-nav-item:first-child {
      border-right: 1px solid rgba(71, 71, 71, 0.8); }

.carousel-item-info-wrapper {
  position: relative;
  opacity: 0;
  transition: all 0.4s ease-out 0.4s; }
  @media screen and (min-width: 33.75em) {
    .carousel-item-info-wrapper {
      width: 100%;
      padding-right: 1rem;
      padding-left: 1rem;
      position: absolute;
      bottom: 0;
      transform: translateY(2.5rem); } }
  @media screen and (min-width: 33.75em) and (min-width: 48em) {
    .carousel-item-info-wrapper {
      padding-right: 1.5rem;
      padding-left: 1.5rem; } }
  @media screen and (min-width: 33.75em) and (min-width: 64em) {
    .carousel-item-info-wrapper {
      padding-right: 2.5rem;
      padding-left: 2.5rem; } }
  .is-selected .carousel-item-info-wrapper {
    opacity: 1;
    transform: translateY(0); }

.carousel-item-info {
  overflow: hidden;
  max-width: 34.5rem;
  padding-top: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  background-color: #fff; }
  @media screen and (min-width: 33.75em) {
    .carousel-item-info {
      padding-top: 2.5rem;
      padding-right: 2.5rem;
      padding-left: 2.5rem; } }
  .carousel-style-light .carousel-item-info .button,
  .carousel-style-dark .carousel-item-info .button {
    font-family: "Work Sans";
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0;
    font-family: inherit;
    background: transparent;
    border: 0;
    border-radius: 100px;
    position: relative;
    display: inline-block;
    height: 3.5rem;
    min-width: 16.875rem;
    padding-right: 1.5em;
    padding-left: 1.5em;
    overflow: hidden;
    font-size: 1rem;
    line-height: 3.5rem;
    text-align: center;
    transition: all 0.2s ease-out;
    color: white;
    color: #fff;
    background-color: #2d2d2d; }
    @media screen and (max-width: 33.6875em) {
      .carousel-style-light .carousel-item-info .button,
      .carousel-style-dark .carousel-item-info .button {
        font-size: 0.875rem; } }
    .carousel-style-light .carousel-item-info .button:hover,
    .carousel-style-dark .carousel-item-info .button:hover {
      opacity: 1; }
    .carousel-style-light .carousel-item-info .button:active::before,
    .carousel-style-dark .carousel-item-info .button:active::before {
      opacity: 0.1;
      transform: scale(0, 0);
      transition-duration: 0s; }
    .carousel-style-light .carousel-item-info .button:disabled, .carousel-style-light .carousel-item-info .button.button-disabled,
    .carousel-style-dark .carousel-item-info .button:disabled,
    .carousel-style-dark .carousel-item-info .button.button-disabled {
      cursor: not-allowed;
      opacity: 0.8; }
    .carousel-style-light .carousel-item-info .button::before,
    .carousel-style-dark .carousel-item-info .button::before {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      pointer-events: none;
      background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
      background-position: 50%;
      background-repeat: no-repeat;
      content: '';
      opacity: 0;
      transform: scale(10, 10);
      transition: transform 0.2s, opacity 0.4s; }
    .carousel-style-light .carousel-item-info .button:hover,
    .carousel-style-dark .carousel-item-info .button:hover {
      background-color: #242424; }
  .carousel-style-dark .carousel-item-info {
    color: #fff;
    background-color: #000; }
  .carousel-style-accent .carousel-item-info {
    color: #fff;
    background-color: #2d2d2d; }
    .carousel-style-accent .carousel-item-info .button {
      font-family: "Work Sans";
      font-size: 0.75rem;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding: 0;
      font-family: inherit;
      background: transparent;
      border: 0;
      border-radius: 100px;
      position: relative;
      display: inline-block;
      height: 3.5rem;
      min-width: 16.875rem;
      padding-right: 1.5em;
      padding-left: 1.5em;
      overflow: hidden;
      font-size: 1rem;
      line-height: 3.5rem;
      text-align: center;
      transition: all 0.2s ease-out;
      color: #000;
      background-color: #fff;
      border-bottom: 1px solid #2d2d2d; }
      @media screen and (max-width: 33.6875em) {
        .carousel-style-accent .carousel-item-info .button {
          font-size: 0.875rem; } }
      .carousel-style-accent .carousel-item-info .button:hover {
        opacity: 1; }
      .carousel-style-accent .carousel-item-info .button:active::before {
        opacity: 0.1;
        transform: scale(0, 0);
        transition-duration: 0s; }
      .carousel-style-accent .carousel-item-info .button:disabled, .carousel-style-accent .carousel-item-info .button.button-disabled {
        cursor: not-allowed;
        opacity: 0.8; }
      .carousel-style-accent .carousel-item-info .button::before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        pointer-events: none;
        background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
        background-position: 50%;
        background-repeat: no-repeat;
        content: '';
        opacity: 0;
        transform: scale(10, 10);
        transition: transform 0.2s, opacity 0.4s; }
      .carousel-style-accent .carousel-item-info .button:hover {
        color: #2d2d2d; }

.carousel-item-title {
  font-family: "Work Sans";
  font-size: 2.25rem;
  line-height: 1.4em;
  color: white;
  margin-bottom: 1.125rem;
  color: inherit; }
  @media screen and (min-width: 33.75em) {
    .carousel-item-title {
      font-family: "Work Sans";
      font-size: 3rem;
      line-height: 1.2em;
      color: white;
      color: inherit; } }

.carousel-item-text {
  margin-bottom: 2.5rem;
  font-family: "Work Sans";
  line-height: 1.6em; }
  .carousel-style-dark .carousel-item-text {
    opacity: 0.8; }

.carousel-button-wrapper {
  line-height: 0; }

.currency-selector {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  .currency-selector .currencies {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .currency-selector .currency-selected {
    margin-right: 0.3125rem; }
  .currency-selector:hover {
    color: #2d2d2d; }

.dropdown {
  position: relative;
  display: inline-block; }

@media screen and (max-width: 47.9375em) {
  .dropdown-toggle::after {
    display: none;
    content: 'slideToggle'; } }

.dropdown-toggle:focus {
  color: #000; }

.dropdown-panel {
  position: absolute;
  z-index: 4;
  display: none;
  max-height: calc( 99vh - (5.875rem + 3.8125rem));
  background-color: #fff;
  overflow-y: auto; }
  .dropdown-panel.share-dropdown-panel {
    z-index: 13; }
  .dropdown-panel.dropdown-fullwidth {
    width: 100%; }
    @media screen and (min-width: 64em) {
      .dropdown-panel.dropdown-fullwidth {
        width: calc(100% - 21.6875rem); } }
  .dropdown-panel.animating, .dropdown-panel.visible {
    display: block !important; }
  .dropdown-panel.animating-in, .dropdown-panel.animating-out {
    margin-top: -0.625rem;
    opacity: 0;
    transition: opacity 0.2s ease, margin 0.2s ease; }
  .dropdown-panel.visible {
    margin-top: 0;
    opacity: 1; }

.link-list-title {
  margin-bottom: 0.5rem;
  font-weight: 500; }
  .dark .link-list-title {
    color: #fff; }

.link-list-item a {
  color: #cbd9e6; }
  .dark .link-list-item a {
    color: rgba(255, 255, 255, 0.8); }

.site-footer .link-list-item {
  font-family: "Work Sans";
  font-weight: 300; }

.site-main-sidebar .link-list-item {
  line-height: 2.25; }
  @media screen and (min-width: 33.75em) {
    .site-main-sidebar .link-list-item {
      line-height: 2.5; } }

.site-main-sidebar .link-list-wrapper {
  margin-bottom: 4rem; }
  @media screen and (min-width: 33.75em) {
    .site-main-sidebar .link-list-wrapper {
      margin-bottom: 2.5rem; } }
  .site-main-sidebar .link-list-wrapper::before {
    display: block;
    width: 100%;
    height: 0.0625rem;
    background-color: #fff;
    content: ""; }
    @media screen and (min-width: 33.75em) {
      .site-main-sidebar .link-list-wrapper::before {
        width: 4.6875rem;
        background-color: #606060; } }

.site-main-sidebar .link-list {
  padding-top: 2rem; }

.site-main-sidebar .link-list-title {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  @media screen and (min-width: 64em) {
    .site-main-sidebar .link-list-title {
      color: white;
      border-color: #606060; } }

.site-main-sidebar .link-list-item a {
  color: #fff; }
  @media screen and (min-width: 64em) {
    .site-main-sidebar .link-list-item a {
      color: white; } }

.mini-cart {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 14;
  flex: 0 0 auto;
  height: 100%;
  max-width: 30rem;
  overflow: auto;
  background-color: #fff;
  border-left: 1px solid #606060;
  transition: transform 0.2s ease-out;
  color: black; }
  @media screen and (min-width: 48em) {
    .mini-cart {
      padding-right: 1.5rem;
      padding-left: 1.5rem; } }
  @media screen and (min-width: 64em) {
    .mini-cart {
      padding-right: 2.5rem;
      padding-left: 2.5rem; } }
  .mini-cart-is-visible .mini-cart {
    display: flex;
    transform: translate3d(-100%, 0, 0); }
  @media screen and (min-width: 64em) {
    .logo-position-right.mini-cart-is-visible .mini-cart {
      transform: translate3d(100%, 0, 0); } }
  @media screen and (min-width: 64em) {
    .logo-position-right .mini-cart {
      right: 100%;
      left: auto; } }
  @media screen and (max-width: 63.9375em) and (min-width: 33.75em) {
    .mini-cart::after {
      display: none;
      content: 'sidebarToggle'; } }

.off-canvas-screen {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.75);
  content: '';
  opacity: 0;
  transition: opacity 0.3s ease-out; }
  .mini-cart-is-visible .off-canvas-screen {
    bottom: 0;
    z-index: 12;
    opacity: 1; }

.mini-cart-inner {
  width: 100%; }

.mini-cart-header {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #606060; }

.mini-cart-title,
.button-cart-close {
  flex: 0 1 auto;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  width: calc(50% - 1rem); }
  @media screen and (min-width: 48em) {
    .mini-cart-title,
    .button-cart-close {
      margin-right: 0.75rem;
      margin-left: 0.75rem; } }
  @media screen and (min-width: 64em) {
    .mini-cart-title,
    .button-cart-close {
      margin-right: 1.25rem;
      margin-left: 1.25rem; } }
  @media screen and (min-width: 48em) {
    .mini-cart-title,
    .button-cart-close {
      width: calc(50% - 1.5rem); } }
  @media screen and (min-width: 64em) {
    .mini-cart-title,
    .button-cart-close {
      width: calc(50% - 2.5rem); } }

.mini-cart-title {
  font-family: "Work Sans";
  font-size: 1.5rem;
  line-height: 1.4em;
  color: white;
  margin-left: 0;
  color: #000; }

.button-cart-close {
  height: auto;
  min-width: auto;
  padding: 0;
  margin-right: 0;
  font-size: 0.75rem;
  color: #000;
  text-align: right; }

.mini-cart-contents {
  position: relative; }

.mini-cart-item {
  position: relative;
  padding: 2rem 0;
  border-bottom: 1px solid #606060; }
  .mini-cart-item:first-child {
    padding-top: 0; }
  .mini-cart-item:last-of-type {
    border-bottom: 0; }
  .mini-cart-item.removing {
    pointer-events: none; }
    .mini-cart-item.removing div {
      background: white; }

.mini-cart-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(52, 62, 73, 0.8); }
  .mini-cart-item-overlay .spinner {
    border: 3px solid #2d2d2d;
    border-bottom-color: transparent; }

.mini-cart-item-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }
  @media screen and (min-width: 48em) {
    .mini-cart-item-wrap {
      margin-right: -0.75rem;
      margin-left: -0.75rem; } }
  @media screen and (min-width: 64em) {
    .mini-cart-item-wrap {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  .mini-cart-item-wrap .mini-cart-item-info,
  .mini-cart-item-wrap .mini-cart-item-actions {
    flex: 0 1 auto;
    margin-right: 0.5rem;
    margin-left: 0.5rem; }
    @media screen and (min-width: 48em) {
      .mini-cart-item-wrap .mini-cart-item-info,
      .mini-cart-item-wrap .mini-cart-item-actions {
        margin-right: 0.75rem;
        margin-left: 0.75rem; } }
    @media screen and (min-width: 64em) {
      .mini-cart-item-wrap .mini-cart-item-info,
      .mini-cart-item-wrap .mini-cart-item-actions {
        margin-right: 1.25rem;
        margin-left: 1.25rem; } }
  .mini-cart-item-wrap .mini-cart-item-actions {
    width: calc(25% - 1rem); }
    @media screen and (min-width: 48em) {
      .mini-cart-item-wrap .mini-cart-item-actions {
        width: calc(25% - 1.5rem); } }
    @media screen and (min-width: 64em) {
      .mini-cart-item-wrap .mini-cart-item-actions {
        width: calc(25% - 2.5rem); } }

.mini-cart-item-info {
  width: calc(50% - 1rem); }
  @media screen and (min-width: 48em) {
    .mini-cart-item-info {
      width: calc(50% - 1.5rem); } }
  @media screen and (min-width: 64em) {
    .mini-cart-item-info {
      width: calc(50% - 2.5rem); } }

.mini-cart-item-title {
  display: block;
  margin-bottom: 0.25rem;
  text-transform: uppercase; }

.mini-cart-item-options {
  color: #000;
  margin-bottom: 0.25rem; }
  .mini-cart-item-options .option-value:not(:last-child):after {
    content: ','; }

.mini-cart-item-price {
  color: #000; }

.mini-cart-item-actions {
  text-align: right; }

.mini-cart-footer {
  margin-top: 1.5rem; }

.mini-cart-footer-title {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  margin-bottom: 1.5rem;
  color: #000;
  text-transform: uppercase; }
  @media screen and (min-width: 48em) {
    .mini-cart-footer-title {
      margin-right: -0.75rem;
      margin-left: -0.75rem; } }
  @media screen and (min-width: 64em) {
    .mini-cart-footer-title {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }

.mini-cart-subtotal-title,
.mini-cart-subtotal-amount {
  flex: 0 1 auto;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  width: calc(50% - 1rem); }
  @media screen and (min-width: 48em) {
    .mini-cart-subtotal-title,
    .mini-cart-subtotal-amount {
      margin-right: 0.75rem;
      margin-left: 0.75rem; } }
  @media screen and (min-width: 64em) {
    .mini-cart-subtotal-title,
    .mini-cart-subtotal-amount {
      margin-right: 1.25rem;
      margin-left: 1.25rem; } }
  @media screen and (min-width: 48em) {
    .mini-cart-subtotal-title,
    .mini-cart-subtotal-amount {
      width: calc(50% - 1.5rem); } }
  @media screen and (min-width: 64em) {
    .mini-cart-subtotal-title,
    .mini-cart-subtotal-amount {
      width: calc(50% - 2.5rem); } }

.mini-cart-subtotal-title {
  font-size: 0.75rem; }

.mini-cart-subtotal-amount {
  text-align: right; }

.mini-cart-actions {
  padding-bottom: 1rem; }
  @media screen and (min-width: 48em) {
    .mini-cart-actions {
      padding-bottom: 1.5rem; } }
  @media screen and (min-width: 64em) {
    .mini-cart-actions {
      padding-bottom: 2.5rem; } }
  .mini-cart-actions .button-secondary, .mini-cart-actions .account-button-secondary, .mini-cart-actions [data-payment-method-form] .button:not(.button-primary):not(.account-button-primary):not(.button-contact-submit), [data-payment-method-form] .mini-cart-actions .button:not(.button-primary):not(.account-button-primary):not(.button-contact-submit),
  .mini-cart-actions [data-address-form] .button:not(.button-primary):not(.account-button-primary):not(.button-contact-submit), [data-address-form] .mini-cart-actions .button:not(.button-primary):not(.account-button-primary):not(.button-contact-submit) {
    color: #5e6b76;
    border: 1px solid #5e6b76; }
    .mini-cart-actions .button-secondary:active, .mini-cart-actions .account-button-secondary:active, .mini-cart-actions [data-payment-method-form] .button:active:not(.button-primary):not(.account-button-primary):not(.button-contact-submit), [data-payment-method-form] .mini-cart-actions .button:active:not(.button-primary):not(.account-button-primary):not(.button-contact-submit),
    .mini-cart-actions [data-address-form] .button:active:not(.button-primary):not(.account-button-primary):not(.button-contact-submit), [data-address-form] .mini-cart-actions .button:active:not(.button-primary):not(.account-button-primary):not(.button-contact-submit), .mini-cart-actions .button-secondary:hover, .mini-cart-actions .account-button-secondary:hover, .mini-cart-actions [data-payment-method-form] .button:hover:not(.button-primary):not(.account-button-primary):not(.button-contact-submit), [data-payment-method-form] .mini-cart-actions .button:hover:not(.button-primary):not(.account-button-primary):not(.button-contact-submit),
    .mini-cart-actions [data-address-form] .button:hover:not(.button-primary):not(.account-button-primary):not(.button-contact-submit), [data-address-form] .mini-cart-actions .button:hover:not(.button-primary):not(.account-button-primary):not(.button-contact-submit) {
      background: #5e6b76;
      color: #fff; }
  .mini-cart-actions .button-primary, .mini-cart-actions .account-button-primary, .mini-cart-actions .button-contact-submit, .mini-cart-actions .backorder-modal .button, .backorder-modal .mini-cart-actions .button {
    background: #2d2d2d;
    color: #fff; }
    .mini-cart-actions .button-primary:active, .mini-cart-actions .account-button-primary:active, .mini-cart-actions .button-contact-submit:active, .mini-cart-actions .backorder-modal .button:active, .backorder-modal .mini-cart-actions .button:active, .mini-cart-actions .button-primary:hover, .mini-cart-actions .account-button-primary:hover, .mini-cart-actions .button-contact-submit:hover, .mini-cart-actions .backorder-modal .button:hover, .backorder-modal .mini-cart-actions .button:hover {
      background: #5e6b76;
      color: #fff; }
  .mini-cart-actions .button {
    width: 100%;
    min-width: auto; }
    .mini-cart-actions .button + .button {
      margin-top: 1rem;
      margin-left: 0; }

.mini-cart-empty {
  font-family: "Work Sans";
  font-size: 1.5rem;
  line-height: 1.4em;
  color: white;
  text-align: center; }

.modal-container {
  display: none; }

.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 12;
  display: none;
  background-color: rgba(255, 255, 255, 0.75);
  opacity: 0; }
  .modal-overlay.animating, .modal-overlay.visible {
    display: block;
    transition: opacity 0.3s ease; }
  .modal-overlay.visible {
    opacity: 1; }

.modal-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 13;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0; }
  .modal-wrapper.animating, .modal-wrapper.visible {
    display: block;
    transition: opacity 0.2s ease; }
  .modal-wrapper.animating-in {
    transition-delay: 0.1s; }
  .modal-wrapper.visible {
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1; }

.modal {
  position: relative;
  max-width: 39.375rem;
  margin-right: auto;
  margin-left: auto; }
  .modal.modal-quick-view, .modal.modal-quick-add {
    width: calc(100% - 1rem); }
  .modal.modal-quick-view {
    max-width: 73.125rem; }

.modal-content {
  position: relative;
  padding: 2.5rem 2rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  background: #f2f2f2; }
  @media screen and (min-width: 64em) {
    .modal-content {
      margin-top: 2rem;
      margin-bottom: 2rem; } }
  @media screen and (min-width: 64em) {
    .modal-content {
      padding: 4rem; } }
  .modal-content .modal-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem; }
    .modal-content .modal-close svg {
      width: 0.875rem;
      height: 0.875rem; }

.js .main-navigation {
  visibility: hidden; }
  .js .main-navigation.loaded {
    visibility: visible; }

.checkout .main-navigation {
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s;
  visibility: hidden; }

.checkout .main-navigation-open {
  opacity: 1;
  pointer-events: all;
  transition: all 0.2s;
  visibility: visible;
  z-index: 100; }

.main-navigation-container {
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  margin-top: 1rem;
  margin-bottom: 4rem;
  overflow: hidden; }
  @media screen and (min-width: 48em) {
    .main-navigation-container {
      padding-right: 1.5rem;
      padding-left: 1.5rem; } }
  @media screen and (min-width: 64em) {
    .main-navigation-container {
      padding-right: 2.5rem;
      padding-left: 2.5rem; } }
  @media screen and (min-width: 33.75em) {
    .main-navigation-container {
      margin-top: 0;
      margin-bottom: 2.5rem; } }

.main-navigation-breadcrumbs {
  margin-right: 1rem;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: transform 0.3s ease-out;
  height: 3.125rem;
  padding-top: 1rem; }
  @media screen and (min-width: 48em) {
    .main-navigation-breadcrumbs {
      margin-right: 1.5rem;
      margin-left: 1.5rem; } }
  @media screen and (min-width: 64em) {
    .main-navigation-breadcrumbs {
      margin-right: 2.5rem;
      margin-left: 2.5rem; } }
  @media screen and (min-width: 64em) {
    .main-navigation-breadcrumbs {
      border-color: #606060; } }
  .main-navigation-breadcrumbs.is-active .navigation-go-back {
    position: static;
    opacity: 1;
    visibility: visible; }
  .main-navigation-breadcrumbs.is-active .main-navigation-panel-title {
    display: none; }
  .main-navigation-breadcrumbs.no-transition {
    transition-duration: 0s; }
  .main-navigation-breadcrumbs .navigation-go-back {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-out; }
  .main-navigation-breadcrumbs .main-navigation-panel-title {
    margin-bottom: 1rem; }

.main-navigation-breadcrumb {
  margin-bottom: 1.5rem;
  color: #fff; }
  @media screen and (min-width: 33.75em) {
    .main-navigation-breadcrumb {
      margin-bottom: 1rem; } }
  @media screen and (min-width: 64em) {
    .main-navigation-breadcrumb {
      color: white; } }
  .main-navigation-breadcrumb:focus {
    border-bottom: 1px solid;
    outline: 0; }
  .main-navigation-breadcrumb.reset-all {
    display: inline-block;
    order: 2;
    text-align: right;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-out; }
    .main-navigation-breadcrumb.reset-all.is-active {
      opacity: 1;
      visibility: visible; }
    .no-transition .main-navigation-breadcrumb.reset-all {
      transition-duration: 0s; }
  .main-navigation-breadcrumb .navigation-go-back-desktop {
    display: inline-block;
    margin-right: 0.5rem; }
  .main-navigation-breadcrumb .navigation-go-back-mobile {
    position: relative;
    top: 0.125rem;
    left: -0.5625rem;
    display: inline-block;
    transform: rotate(90deg); }
    @media screen and (min-width: 33.75em) {
      .main-navigation-breadcrumb .navigation-go-back-mobile {
        display: none; } }

.main-navigation-panel {
  width: 100%;
  color: #fff;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease-out, height 0.3s ease-out; }
  @media screen and (min-width: 33.75em) {
    .main-navigation-panel {
      padding-top: 1rem; } }
  @media screen and (min-width: 64em) {
    .main-navigation-panel {
      color: white; } }
  .main-navigation-panel.is-right, .main-navigation-panel.is-left {
    position: absolute;
    top: 0;
    visibility: hidden; }
  .main-navigation-panel.is-right {
    transform: translateX(calc(100% + 2.5rem)); }
  .main-navigation-panel.is-left {
    transform: translateX(calc(-100% - 2.5rem)); }
  .main-navigation-panel.is-hidden {
    opacity: 0; }
  .main-navigation-panel.no-transition {
    transition-duration: 0s; }
  .main-navigation-panel a {
    display: block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    transition: all 0.3s ease-out; }
    .main-navigation-panel a svg {
      transition: all 0.3s ease-out; }
    @media screen and (min-width: 33.75em) {
      .main-navigation-panel a:hover {
        background-color: #3f6184; } }

.main-navigation-panel-title {
  padding-top: 0;
  padding-bottom: 0;
  color: rgba(255, 255, 255, 0.8); }
  @media screen and (min-width: 33.75em) {
    .main-navigation-panel-title {
      padding: 1rem 0; } }
  @media screen and (min-width: 64em) {
    .main-navigation-panel-title {
      color: inherit; } }
  @media screen and (max-width: 33.6875em) {
    .main-navigation-panel-child .main-navigation-panel-title {
      padding-top: 2rem;
      padding-bottom: 1rem;
      margin-top: 0; } }

.main-navigation-item {
  position: relative;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  line-height: 2.25; }
  @media screen and (min-width: 33.75em) {
    .main-navigation-item {
      line-height: 2.5; } }
  .main-navigation-item.is-active a,
  .main-navigation-item.is-active a:hover {
    background-color: rgba(255, 255, 255, 0.1); }
    @media screen and (min-width: 33.75em) {
      .main-navigation-item.is-active a,
      .main-navigation-item.is-active a:hover {
        color: #2d2d2d;
        background-color: rgba(45, 45, 45, 0.08); } }
  .main-navigation-item:first-child {
    margin-top: 0; }
  .main-navigation-item svg {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%); }

.main-navigation-item-count {
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7); }
  @media screen and (min-width: 64em) {
    .main-navigation-item-count {
      color: #606060; } }

.newsletter-heading {
  display: inline-block;
  margin-bottom: calc(1rem - 0.125rem);
  font-weight: 500; }
  .dark .newsletter-heading {
    color: #fff; }

.newsletter-subheading {
  margin: 0 auto 1rem;
  color: #cbd9e6; }
  .dark .newsletter-subheading {
    color: rgba(255, 255, 255, 0.8); }
  .site-footer .newsletter-subheading {
    font-family: "Work Sans";
    font-weight: 300; }

.newsletter-subscription-form .form-inline {
  justify-content: center; }
  @media screen and (max-width: 63.9375em) and (min-width: 48em) {
    .newsletter-subscription-form .form-inline {
      justify-content: flex-start; } }

.newsletter-subscription-form .newsletter-input {
  width: 50%;
  max-width: 15.625rem; }

.newsletter-subscription-form .newsletter-button-wrapper .button-small, .newsletter-subscription-form .newsletter-button-wrapper .account-forgot-form .account-button-primary, .account-forgot-form .newsletter-subscription-form .newsletter-button-wrapper .account-button-primary, .newsletter-subscription-form .newsletter-button-wrapper .compare-wishlist .button-secondary, .compare-wishlist .newsletter-subscription-form .newsletter-button-wrapper .button-secondary, .newsletter-subscription-form .newsletter-button-wrapper .compare-wishlist .account-button-secondary, .compare-wishlist .newsletter-subscription-form .newsletter-button-wrapper .account-button-secondary, .newsletter-subscription-form .newsletter-button-wrapper .compare-wishlist [data-payment-method-form] .button:not(.button-primary):not(.account-button-primary):not(.button-contact-submit), .compare-wishlist [data-payment-method-form] .newsletter-subscription-form .newsletter-button-wrapper .button:not(.button-primary):not(.account-button-primary):not(.button-contact-submit), .newsletter-subscription-form .newsletter-button-wrapper [data-payment-method-form] .compare-wishlist .button:not(.button-primary):not(.account-button-primary):not(.button-contact-submit), [data-payment-method-form] .compare-wishlist .newsletter-subscription-form .newsletter-button-wrapper .button:not(.button-primary):not(.account-button-primary):not(.button-contact-submit),
.newsletter-subscription-form .newsletter-button-wrapper .compare-wishlist [data-address-form] .button:not(.button-primary):not(.account-button-primary):not(.button-contact-submit), .compare-wishlist [data-address-form] .newsletter-subscription-form .newsletter-button-wrapper .button:not(.button-primary):not(.account-button-primary):not(.button-contact-submit), .newsletter-subscription-form .newsletter-button-wrapper [data-address-form] .compare-wishlist .button:not(.button-primary):not(.account-button-primary):not(.button-contact-submit), [data-address-form] .compare-wishlist .newsletter-subscription-form .newsletter-button-wrapper .button:not(.button-primary):not(.account-button-primary):not(.button-contact-submit), .newsletter-subscription-form .newsletter-button-wrapper .giftcard-balance-container .button-primary, .giftcard-balance-container .newsletter-subscription-form .newsletter-button-wrapper .button-primary, .newsletter-subscription-form .newsletter-button-wrapper .giftcard-balance-container .account-button-primary, .giftcard-balance-container .newsletter-subscription-form .newsletter-button-wrapper .account-button-primary, .newsletter-subscription-form .newsletter-button-wrapper .giftcard-balance-container .button-contact-submit, .giftcard-balance-container .newsletter-subscription-form .newsletter-button-wrapper .button-contact-submit, .newsletter-subscription-form .newsletter-button-wrapper .giftcard-balance-container .backorder-modal .button, .giftcard-balance-container .backorder-modal .newsletter-subscription-form .newsletter-button-wrapper .button, .newsletter-subscription-form .newsletter-button-wrapper .backorder-modal .giftcard-balance-container .button, .backorder-modal .giftcard-balance-container .newsletter-subscription-form .newsletter-button-wrapper .button {
  min-width: auto; }

.newsletter-summary {
  font-family: "Work Sans";
  font-weight: 300;
  color: #cbd9e6; }
  .dark .newsletter-summary {
    color: rgba(255, 255, 255, 0.8); }

.pagination {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
  margin-bottom: 2rem; }

.pagination-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  border: none;
  color: black;
  transition: all 0.3s ease; }
  .pagination-item:hover {
    border-color: #d66352;
    color: #d66352;
    opacity: 1; }
  .pagination-item.pagination-current {
    text-decoration: underline;
    border-color: transparent;
    color: black; }
  .infinite-scroll-enabled .pagination-item {
    visibility: hidden; }
  .account-body .pagination-item {
    width: auto;
    height: auto;
    border: 0; }
    .account-body .pagination-item .pagination-page {
      margin-left: 0.5rem; }
    .infinite-scroll-enabled .account-body .pagination-item {
      visibility: visible; }

.form-field-quantity-control {
  position: relative;
  display: block; }
  .form-field-quantity-control .form-input, .form-field-quantity-control .modal-leave-review .product-item-rating, .modal-leave-review .form-field-quantity-control .product-item-rating {
    width: 100%;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    text-align: center; }
    .cart-item-quantity .form-field-quantity-control .form-input, .cart-item-quantity .form-field-quantity-control .modal-leave-review .product-item-rating, .modal-leave-review .cart-item-quantity .form-field-quantity-control .product-item-rating {
      padding-right: 2rem;
      padding-left: 2rem; }
  .form-field-quantity-control .quantity-control-action {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: -1.25rem;
    cursor: pointer; }
    .form-field-quantity-control .quantity-control-action:hover {
      color: #2d2d2d; }
  .form-field-quantity-control .quantity-decrement {
    left: 0.5rem; }
  .form-field-quantity-control .quantity-increment {
    right: 0.5rem; }

.quick-search {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  min-height: 6.25rem;
  overflow: hidden;
  background: #fff;
  color: #000; }
  .quick-search.animating, .quick-search.visible {
    display: flex; }
  .quick-search.animating-in, .quick-search.animating-out {
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease; }
  .quick-search.visible {
    opacity: 1;
    transform: translateY(0); }

.quick-search-inner {
  position: relative;
  display: flex;
  width: 100%; }

.quick-search-list {
  width: 50%;
  max-height: 21.5625rem;
  margin-bottom: 5.3125rem;
  overflow: scroll; }
  .quick-search-list:first-child {
    border-right: 1px solid #606060; }

.quick-search-loading {
  padding: 1.5rem;
  color: #000; }

.quick-search-loader {
  display: block;
  padding-bottom: 1rem; }
  .quick-search-loader:last-child {
    padding-bottom: 0; }

.quick-search-item {
  padding: 1rem; }
  .quick-search-item:hover {
    background: #3f6184; }

.quick-search-item-link {
  display: block; }

.quick-search-item-image {
  height: 6.25rem;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: contain; }
  .thumbnail-cover .quick-search-item-image {
    background-size: cover; }

.quick-search-item-info {
  margin-top: 1rem; }

.quick-search-link-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center; }
  .quick-search-link-wrapper a {
    color: #2d2d2d;
    text-transform: uppercase; }
  .quick-search-link-wrapper.no-results {
    display: none; }

.quick-search-section-title {
  font-size: 0.875rem;
  letter-spacing: 0.125rem;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background: #9db6c7; }

.quick-search-item-content-title {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase; }
  @media screen and (min-width: 33.75em) {
    .quick-search-item-content-title {
      font-size: 1rem; } }

.quick-search-item-content-summary {
  font-size: 0.75rem;
  color: #000; }

.quick-search-no-results {
  width: 100%;
  padding: 1.5rem;
  text-align: center; }

.search-form {
  width: 100%; }
  .search-form .form-field {
    position: relative; }
  .search-form .form-input, .search-form .modal-leave-review .product-item-rating, .modal-leave-review .search-form .product-item-rating {
    width: 100%;
    padding-left: 3rem;
    font-family: "Work Sans"; }
    @media screen and (max-width: 33.6875em) {
      .search-form .form-input, .search-form .modal-leave-review .product-item-rating, .modal-leave-review .search-form .product-item-rating {
        height: 2.5rem;
        padding-left: 1rem;
        line-height: 2.5rem;
        background: #3f6184;
        border: 0; } }
    .search-form .form-input:focus, .search-form .modal-leave-review .product-item-rating:focus, .modal-leave-review .search-form .product-item-rating:focus {
      background: transparent; }
  .search-form .button-search-submit {
    padding: 0;
    font-family: inherit;
    background: transparent;
    border: 0;
    border-radius: 100px;
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2; }
    @media screen and (max-width: 33.6875em) {
      .search-form .button-search-submit {
        top: 0.75rem;
        right: 1rem;
        left: auto; } }
    .search-form .button-search-submit svg {
      fill: #000; }

.share-links {
  margin: 1.5rem 0;
  background: transparent;
  display: flex;
  align-items: center; }

.share-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 10px; }
  .share-link a {
    display: flex;
    justify-content: center;
    align-items: center; }
    .share-link a svg {
      width: 25px;
      height: 25px; }
  .share-link:last-child {
    padding-right: 0; }
  .share-link:hover {
    color: #2d2d2d; }

.blog-item {
  flex: 0 1 auto;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  width: calc(33.33333% - 1rem); }
  @media screen and (min-width: 48em) {
    .blog-item {
      margin-right: 0.75rem;
      margin-left: 0.75rem; } }
  @media screen and (min-width: 64em) {
    .blog-item {
      margin-right: 1.25rem;
      margin-left: 1.25rem; } }
  @media screen and (min-width: 48em) {
    .blog-item {
      width: calc(33.33333% - 1.5rem); } }
  @media screen and (min-width: 64em) {
    .blog-item {
      width: calc(33.33333% - 2.5rem); } }
  .blog-index-grid .blog-item {
    margin-bottom: 1rem; }
    @media screen and (min-width: 48em) {
      .blog-index-grid .blog-item {
        margin-bottom: 1.5rem; } }
    @media screen and (min-width: 64em) {
      .blog-index-grid .blog-item {
        margin-bottom: 2.5rem; } }
    @media screen and (max-width: 33.6875em) {
      .blog-index-grid .blog-item {
        width: calc(100% - 1rem); } }
  @media screen and (max-width: 33.6875em) and (min-width: 48em) {
    .blog-index-grid .blog-item {
      width: calc(100% - 1.5rem); } }
  @media screen and (max-width: 33.6875em) and (min-width: 64em) {
    .blog-index-grid .blog-item {
      width: calc(100% - 2.5rem); } }
    @media screen and (max-width: 47.9375em) {
      .blog-index-grid .blog-item {
        width: calc(50% - 1rem); } }
  @media screen and (max-width: 47.9375em) and (min-width: 48em) {
    .blog-index-grid .blog-item {
      width: calc(50% - 1.5rem); } }
  @media screen and (max-width: 47.9375em) and (min-width: 64em) {
    .blog-index-grid .blog-item {
      width: calc(50% - 2.5rem); } }
    @media screen and (max-width: 74.9375em) and (min-width: 64em) {
      .blog-index-grid .blog-item {
        width: calc(50% - 1rem); } }
  @media screen and (max-width: 74.9375em) and (min-width: 64em) and (min-width: 48em) {
    .blog-index-grid .blog-item {
      width: calc(50% - 1.5rem); } }
  @media screen and (max-width: 74.9375em) and (min-width: 64em) and (min-width: 64em) {
    .blog-index-grid .blog-item {
      width: calc(50% - 2.5rem); } }

.blog-item-thumbnail {
  position: relative;
  margin: 0;
  overflow: hidden; }
  .blog-item-thumbnail:hover img {
    transform: translate3d(0, 0, 0) scale(1.1); }
  .blog-item-thumbnail img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease; }

.blog-item-content {
  margin-top: 1.25rem; }
  @media screen and (min-width: 75em) {
    .blog-item-content {
      margin-top: 2rem; } }
  .blog-item-content.no-thumbnail {
    margin-top: 0; }
    .blog-item-content.no-thumbnail::before {
      display: block;
      width: 100%;
      height: 0.0625rem;
      background-color: #606060;
      content: ''; }
      @media screen and (min-width: 33.75em) {
        .blog-item-content.no-thumbnail::before {
          width: 4.6875rem; } }

.blog-item-title {
  font-family: "Work Sans";
  font-size: 1.5rem;
  line-height: 1.4em;
  color: white;
  text-transform: none; }
  @media screen and (min-width: 75em) {
    .blog-item-title {
      margin-bottom: 0.5rem; } }
  .no-thumbnail .blog-item-title {
    padding-top: 1rem; }

.blog-item-summary {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Work Sans";
  color: rgba(255, 255, 255, 0.8); }
  @media screen and (min-width: 75em) {
    .blog-item-summary {
      margin-bottom: 1.5rem; } }

.account-wrapper {
  font-size: 15px; }

.account-nav,
.account-body {
  vertical-align: top; }

@media screen and (min-width: 620px) {
  .account-body {
    float: right;
    width: 65%;
    padding-left: 15px; } }

@media screen and (min-width: 900px) {
  .account-body {
    width: 75%; } }

.account-body > :first-child {
  margin-top: 0; }

.account-nav-hidden .account-body {
  float: none;
  width: 100%;
  padding-left: 0;
  margin-left: 0; }

@media screen and (max-width: 619px) {
  .account-nav {
    margin-bottom: 30px; } }

@media screen and (min-width: 620px) {
  .account-nav {
    float: left;
    width: 35%;
    padding-right: 15px; } }

@media screen and (min-width: 900px) {
  .account-nav {
    width: 25%; } }

.account-wrapper .form-label-text, .account-wrapper .shipping-calculator .form-field-radio span, .shipping-calculator .form-field-radio .account-wrapper span {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px; }

.account-wrapper .form-field-checkbox .form-label-text, .account-wrapper .form-field-checkbox .shipping-calculator .form-field-radio span, .shipping-calculator .form-field-radio .account-wrapper .form-field-checkbox span,
.account-wrapper .form-field-radio .form-label-text,
.account-wrapper .shipping-calculator .form-field-radio span,
.shipping-calculator .account-wrapper .form-field-radio span {
  width: auto; }

.account-wrapper .form-field {
  margin-bottom: 15px; }

.account-wrapper .form-input, .account-wrapper .modal-leave-review .product-item-rating, .modal-leave-review .account-wrapper .product-item-rating {
  width: 100%; }
  .account-wrapper .form-input.account-form-half, .account-wrapper .modal-leave-review .account-form-half.product-item-rating, .modal-leave-review .account-wrapper .account-form-half.product-item-rating {
    width: 50%; }
  .account-wrapper .form-input:focus, .account-wrapper .modal-leave-review .product-item-rating:focus, .modal-leave-review .account-wrapper .product-item-rating:focus {
    background: #fff;
    border: solid 4px #9db6c7; }

.account-wrapper .form-actions {
  clear: both; }

@media screen and (min-width: 480px) {
  .account-form-column-container .form-field {
    float: left;
    width: 50%; }
    .account-form-column-container .form-field:nth-child(odd) {
      padding-right: 15px; }
    .account-form-column-container .form-field:nth-child(even) {
      padding-left: 15px; } }

.account-wrapper table {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px; }

.account-wrapper td,
.account-wrapper th {
  padding: 15px; }

.account-table-tight th,
.account-table-tight td {
  padding: 10px 0;
  border-bottom: 1px solid #606060; }

.account-items {
  margin-bottom: 30px; }

.account-item {
  position: relative;
  display: table;
  width: 100%;
  border-bottom: 1px solid #606060; }
  .account-item:first-of-type {
    border-top: 1px solid #606060; }

.account-item-thumbnail,
.account-item-body,
.account-item-badge,
.account-item-actions {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media screen and (min-width: 400px) {
    .account-item-thumbnail,
    .account-item-body,
    .account-item-badge,
    .account-item-actions {
      display: table-cell;
      vertical-align: top; } }

.account-item-checkbox {
  display: table-cell;
  min-width: 30px;
  margin-bottom: 0;
  vertical-align: middle; }

.account-item-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100; }

.account-item-thumbnail {
  min-width: 100px; }
  .account-item-thumbnail img {
    height: auto;
    max-width: 100px; }

.account-item-body {
  width: 100%; }
  @media screen and (min-width: 400px) {
    .account-item-thumbnail + .account-item-body {
      padding-left: 15px; } }

.account-item-title {
  margin-top: 3px;
  font-size: 15px; }
  .account-item-title a {
    color: inherit; }

.account-item-title-large {
  font-size: 18px; }

.account-item-description {
  margin-top: 0;
  margin-bottom: 5px;
  color: white; }

.account-item-details {
  font-size: 15px;
  color: white; }

.account-item-detail {
  float: left;
  margin-top: 15px;
  margin-right: 30px; }

.account-item-detail-title {
  display: block;
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  color: white;
  text-transform: uppercase; }

.account-item-actions {
  white-space: nowrap; }

.account-header {
  display: table;
  width: 100%;
  margin-bottom: 15px; }

.account-heading,
.account-toolbar {
  display: table-cell;
  vertical-align: baseline;
  color: #000; }
  .account-heading .alert-error,
  .account-toolbar .alert-error {
    display: none; }

.account-toolbar {
  text-align: right; }
  .account-toolbar * {
    display: inline; }

.account-tool {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 0;
  background: transparent;
  margin-left: 10px;
  cursor: pointer;
  color: inherit;
  border: 0; }
  .account-tool:hover {
    color: white; }
  .account-tool:focus {
    outline: 0; }

.account-nav-list {
  padding: 0;
  margin-bottom: 15px;
  list-style: none;
  border: 1px solid #606060;
  border-radius: 0; }

.account-nav-item {
  color: white;
  border-top: 1px solid #606060; }
  .account-nav-item:first-child {
    border-top: 0; }
  .account-nav-item.is-active {
    color: #2d2d2d;
    border-left: 3px solid #2d2d2d; }

.account-nav-link {
  display: block;
  padding: 15px;
  color: inherit; }

.account-nav-badge {
  float: right; }

.account-wrapper .pagination {
  margin-top: 15px; }

.account-card, .payment-method-details, .payment-method-edit-form {
  background: #f5f5f5; }
  .account-card .form-input, .payment-method-details .form-input, .payment-method-edit-form .form-input, .account-card .modal-leave-review .product-item-rating, .modal-leave-review .account-card .product-item-rating, .payment-method-details .modal-leave-review .product-item-rating, .modal-leave-review .payment-method-details .product-item-rating, .payment-method-edit-form .modal-leave-review .product-item-rating, .modal-leave-review .payment-method-edit-form .product-item-rating {
    background-color: #fff; }

.account-card {
  padding: 15px;
  margin: 15px 0;
  border-radius: 0; }

.account-toggle-hidden {
  display: none; }

.account-status {
  padding: 6px 10px 5px;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  color: black;
  text-align: center;
  text-transform: uppercase;
  background: white; }

.account-shipments {
  margin-bottom: 30px; }

.account-shipments-table th,
.account-shipments-table td {
  padding: 10px 0;
  text-align: left; }

.account-shipments-table th {
  padding: 15px 0 0;
  border-top: 1px solid #606060; }

.account-wrapper .account-shipments-table {
  margin-top: 0;
  margin-bottom: 0; }

.payment-method-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.payment-method-name {
  width: 100%; }

.payment-method {
  display: flex;
  align-content: center;
  justify-content: center;
  min-height: 250px;
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid #606060; }
  @media screen and (min-width: 400px) {
    .payment-method {
      width: calc(50% - 15px); } }
  .payment-method .panel-payment-method {
    display: block; }
    .payment-method .panel-payment-method:hover .payment-method-title {
      color: #2d2d2d; }
  .payment-method .panel-new-payment-method {
    position: relative;
    width: 100%;
    min-width: 305px; }
    .payment-method .panel-new-payment-method .panel-body {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .payment-method .payment-method-new-icon {
    width: 30px;
    height: 30px; }

.payment-method-card {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin-top: 20px; }

.payment-method-brand-contianer {
  display: flex; }

.payment-method-icon-card {
  width: 40px;
  height: 30px; }

.payment-method-brand {
  padding-top: 2px;
  padding-left: 10px; }

.payment-method-default-icon {
  width: 24px;
  height: 24px;
  padding-left: 5px; }

.payment-method-expiry {
  display: flex; }

.payment-method-details {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  margin-top: 30px; }
  .payment-method-details .payment-methods-label {
    width: calc(50% - 20px); }
    @media screen and (min-width: 400px) {
      .payment-method-details .payment-methods-label {
        width: calc(40% - 20px); } }
  .payment-method-details .payment-method-description {
    width: calc(50% - 20px);
    text-align: right; }
    @media screen and (min-width: 400px) {
      .payment-method-details .payment-method-description {
        width: calc(60% - 20px); } }

.payment-method-edit-form {
  padding: 30px 20px 20px; }
  .payment-method-edit-form .form-actions {
    text-align: left; }

.account-page-add-address .account-content {
  padding-top: 15px;
  border-top: 1px solid #606060; }

.account-address-detail {
  display: block; }

.account-address-form {
  padding-top: 15px; }
  @media screen and (min-width: 900px) {
    .account-address-form .form-field {
      float: left;
      width: 50%;
      padding-right: 15px; }
      .account-address-form .form-field:nth-of-type(2n) {
        padding-right: 0;
        padding-left: 15px; }
      .account-address-form .form-field:nth-of-type(2n + 1) {
        clear: left; } }
  .account-address-form .form-actions {
    padding-top: 15px; }

.account-page-orders-receipt .account-content {
  padding-top: 15px;
  border-top: 1px solid #606060; }

.account-item-body *,
.account-receipt-total * {
  color: #5e6b76 !important; }

.account-receipt-summary {
  float: left;
  width: 33%;
  padding-right: 30px; }
  .account-receipt-summary * {
    color: #5e6b76; }
  .account-receipt-summary .account-status {
    color: #fff; }
  @media screen and (max-width: 900px) {
    .account-receipt-summary {
      width: 100%;
      padding-right: 0;
      padding-bottom: 30px; } }

.account-receipt-summary-title {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 15px; }

.account-receipt-summary-address {
  line-height: 1.5; }

.account-receipt-detail {
  margin-bottom: 5px; }

.account-receipt-detail-title {
  color: white; }

.account-receipt-comments {
  white-space: pre-line; }

.account-receipt-items {
  padding-top: 15px; }

.account-receipt-download {
  margin: 10px 0; }

.account-receipt-totals {
  display: table;
  width: 50%;
  margin-left: 50%; }
  @media screen and (max-width: 620px) {
    .account-receipt-totals {
      width: 100%;
      margin-left: 0; } }

.account-receipt-total {
  display: table-row;
  margin-bottom: 15px; }

.account-receipt-total-title,
.account-receipt-total-value {
  display: table-cell;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #606060; }
  .account-receipt-total:first-of-type .account-receipt-total-title, .account-receipt-total:first-of-type
  .account-receipt-total-value {
    border-top: 0; }

.account-receipt-total-title {
  font-weight: normal;
  letter-spacing: 1px;
  color: white; }

.account-receipt-total-value {
  text-align: right; }

.account-return-table th {
  text-align: left; }
  .account-return-table th:last-of-type {
    text-align: right; }

.account-return-table .form-field {
  margin-bottom: 0; }

.account-return-fields {
  margin-top: 30px; }
  .account-return-fields .form-field-select {
    width: 50%; }

.account-wishlists {
  margin-bottom: 30px; }

.account-messages-table.table-clean {
  border-bottom: 1px solid #606060; }
  .account-messages-table.table-clean td {
    padding-right: 0;
    padding-left: 0;
    vertical-align: top;
    border-top: 1px solid #606060; }

.account-messages-table-date {
  width: 22%;
  text-align: right; }

.account-message-subject {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500; }
  .account-message-is-reply .account-message-subject:before {
    padding-right: 5px;
    content: "\21c9"; }
  .account-message-is-read .account-message-subject {
    color: white; }

.account-message-content {
  padding-right: 30px;
  font-size: 15px;
  line-height: 1.5;
  color: white;
  white-space: pre-line; }
  .account-message-is-read .account-message-content {
    color: white; }

.account-message-date {
  color: white; }

.account-messages-form-subject {
  width: 50%; }

.account-download {
  padding: 15px 0 0;
  margin: 15px 0;
  border-top: 1px solid #606060; }

.account-download-title {
  margin: 0;
  font-size: 1em; }

.account-download-link {
  color: inherit;
  text-decoration: underline; }

.account-download-filename {
  font-size: 1.2em; }

.account-download-filesize {
  padding-left: 5px;
  font-weight: normal;
  color: white; }

.account-download-description {
  padding-top: 10px;
  padding-bottom: 10px; }

.account-download-expiry {
  font-size: 0.9em;
  color: white; }

.account-download-expiry-item {
  display: block;
  padding-bottom: 5px; }
  .account-download-expiry-item:last-of-type {
    padding-bottom: 0; }

.account-downloads-gallery-image {
  text-align: center; }

.account-downloads-gallery-thumbs {
  text-align: center; }

.account-downloads-gallery-thumb {
  display: inline-block;
  width: 10%;
  height: 10%;
  padding: 0 2px;
  vertical-align: middle;
  cursor: pointer; }
  .account-downloads-gallery-thumb img {
    width: 100%;
    height: auto; }

.account-invoice-date {
  margin-top: -20px;
  font-size: 15px; }

.account-invoice-addresses {
  margin-top: 30px;
  margin-bottom: 30px; }

.account-invoice-address {
  float: left;
  margin-right: 30px; }

.account-invoice-address-title {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 15px; }

.account-invoice-address-body {
  line-height: 1.5; }

.account-wrapper .account-invoice-table {
  margin-bottom: 0; }

.account-invoice-table th,
.account-invoice-table td {
  padding-right: 15px;
  text-align: left;
  vertical-align: top; }
  .account-invoice-table th:nth-of-type(0n + 3),
  .account-invoice-table td:nth-of-type(0n + 3) {
    width: 10%; }
  .account-invoice-table th:last-of-type,
  .account-invoice-table td:last-of-type {
    width: 160px;
    padding-right: 0;
    text-align: right; }

.account-invoice-table td:first-of-type {
  width: 85px; }

.account-invoice-item-thumbnail {
  width: 60px;
  height: auto; }

.account-invoice-item-name {
  margin-bottom: 5px;
  font-weight: bold; }

.account-invoice-total-title {
  font-weight: bold; }

.account-wrapper .account-invoice-totals {
  width: auto;
  margin-top: 0;
  margin-left: auto; }

.account-invoice-totals th,
.account-invoice-totals td {
  padding-right: 15px; }
  .account-invoice-totals th:last-of-type,
  .account-invoice-totals td:last-of-type {
    width: 160px;
    padding-right: 0;
    text-align: right; }

.account-page-settings .alert:first-of-type {
  margin-top: 0; }

.account-page-settings .account-content {
  padding-top: 15px;
  border-top: 1px solid #606060; }

.account-settings-form {
  padding-top: 15px; }
  .account-settings-form .form-field {
    float: left;
    width: 50%;
    padding-right: 7.5px;
    vertical-align: top; }
    .account-settings-form .form-field:nth-of-type(2n + 0) {
      padding-right: 0;
      padding-left: 7.5px; }
  .account-settings-form .form-actions {
    padding-top: 15px; }

.account-page-payment .account-content {
  padding-top: 15px;
  border-top: 1px solid #606060; }

@media screen and (min-width: 400px) {
  .payment-method-form {
    max-width: 60%; } }

.payment-method-form .payment-method-form-column {
  display: flex; }
  .payment-method-form .payment-method-form-column .payment-method-form-inputs {
    width: 70%; }
    .payment-method-form .payment-method-form-column .payment-method-form-inputs:last-child {
      width: 30%;
      padding-left: 10px; }
    .payment-method-form .payment-method-form-column .payment-method-form-inputs.payment-card-number, .payment-method-form .payment-method-form-column .payment-method-form-inputs.payment-cvv {
      position: relative; }
    .payment-method-form .payment-method-form-column .payment-method-form-inputs .payment-method-form-inputs-icon {
      position: absolute;
      top: 50px;
      right: 10px;
      width: 24px;
      height: 24px;
      fill: currentColor; }

.payment-method-form .form-field-checkbox {
  display: flex;
  align-content: center; }
  .payment-method-form .form-field-checkbox .form-field-title {
    position: relative;
    top: 1px;
    margin-bottom: 0; }

.payment-method-form .form-field-control {
  width: 20px; }

.payment-method-form .payment-method-form-details {
  display: inline-block;
  margin-bottom: 30px; }
  .payment-method-form .payment-method-form-details:first-child {
    margin-right: 30px; }

.payment-method-form .payment-method-form-details-description {
  margin-left: 0;
  font-weight: 700; }

.payment-method-form-subheading {
  margin: 0; }

.payment-method-form-cards-icon {
  width: 40px;
  margin-right: 5px; }

.billing-heading {
  margin: 0; }

.billing-addess-form {
  padding-top: 15px;
  border-top: 1px solid #606060; }
  .billing-addess-form .form-field {
    width: 100%; }
    @media screen and (min-width: 400px) {
      .billing-addess-form .form-field {
        float: left;
        width: 50%;
        padding-right: 7.5px; }
        .billing-addess-form .form-field:nth-of-type(2n + 1) {
          clear: left; } }

.billing-actions .button + .button {
  margin-top: 20px; }
  @media screen and (min-width: 400px) {
    .billing-actions .button + .button {
      margin-top: 0;
      margin-left: 5px; } }

.account-page-login .alert {
  max-width: 860px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto; }

.account-login-wrapper {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (min-width: 620px) {
    .account-login-wrapper {
      display: table;
      width: 100%;
      table-layout: fixed; } }

.account-page-login .account-sub-heading {
  margin: 0 0 20px; }

@media screen and (min-width: 620px) {
  .account-login,
  .account-create {
    display: table-cell;
    vertical-align: top; } }

@media screen and (max-width: 620px) {
  .account-login {
    margin-bottom: 30px; } }

@media screen and (min-width: 620px) {
  .account-login {
    padding: 15px 45px 15px 0; } }

.account-login-button {
  margin-right: 15px; }

.account-create {
  padding: 15px;
  background: #f5f5f5; }

.account-create-intro:empty {
  display: none; }

.account-create-facts {
  padding-left: 20px;
  margin-bottom: 30px;
  list-style: disc; }
  .account-create-facts li:empty {
    display: none; }

.account-page-forgot .account-body {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  float: none; }

.account-forgot-form {
  display: table;
  width: 100%;
  margin-top: 30px; }
  .account-forgot-form .form-field,
  .account-forgot-form .form-actions {
    display: table-cell;
    text-align: left;
    vertical-align: bottom; }
  .account-forgot-form .form-actions {
    width: 1px;
    padding-left: 10px; }

.account-page-create .account-header {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #606060;
  color: #000; }

.account-page-create .account-body {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto; }

.account-create-form .g-recaptcha > div {
  margin: 0 auto; }

@media screen and (min-width: 620px) {
  .account-create-form .form-field {
    float: left;
    width: 50%;
    padding-right: 15px; }
    .account-create-form .form-field:nth-of-type(2n) {
      padding-right: 0;
      padding-left: 15px; }
    .account-create-form .form-field:nth-of-type(2n + 1) {
      clear: left; } }

.account-create-details,
.account-create-address {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #606060; }

.account-create-form-actions {
  text-align: center; }

.account-create-captcha {
  display: inline-block;
  vertical-align: middle; }
  @media screen and (max-width: 619px) {
    .account-create-captcha {
      margin-bottom: 15px; } }
  @media screen and (min-width: 620px) {
    .account-create-captcha {
      margin-right: 15px; } }

.account-page-created .account-body {
  float: none;
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
  .account-page-created .account-body p {
    margin-bottom: 30px;
    line-height: 1.5; }
  .account-page-created .account-body em {
    font-family: monospace;
    font-style: normal;
    font-weight: bold;
    background: #f5f5f5; }

.account-page-new-password .account-content {
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto; }

.new-password-requirements {
  margin-bottom: 30px;
  text-align: center; }

.giftcard-nav {
  padding: 60px;
  margin-bottom: 60px;
  text-align: center; }

.giftcard-nav-item {
  display: inline-block;
  margin: 0 1em;
  color: white; }
  .giftcard-nav-item.is-active {
    color: white; }

.giftcard-heading-container {
  margin-bottom: 60px;
  text-align: center; }

.giftcard-form-help-message {
  display: block;
  margin-top: 6px; }

.giftcard-form-preview iframe {
  width: 100%; }

.giftcard-single-theme {
  display: none; }

.giftcard-balance-container {
  max-width: 600px;
  margin: 0 auto; }

.form-giftcard-balance {
  position: relative; }
  .form-giftcard-balance .form-field-title {
    position: absolute;
    left: -9999px; }
  .form-giftcard-balance .form-field-control {
    display: block; }
    @media screen and (min-width: 630px) {
      .form-giftcard-balance .form-field-control {
        margin-right: calc(30% + 15px); } }
  @media screen and (min-width: 630px) {
    .form-giftcard-balance .form-actions {
      position: absolute;
      top: 0;
      right: 0;
      width: 30%; } }
  .form-giftcard-balance .button {
    width: 100%; }

.giftcard-redeem-steps {
  line-height: 1.5; }
  .giftcard-redeem-steps li {
    margin-bottom: 0.75em; }

.form-field-swatch .swatch-none .swatch {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.15); }
  .form-field-swatch .swatch-none .swatch svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.price-ns-label,
.price-value-label,
.price-rrp-label {
  word-break: break-word; }

.price-rrp,
.price-ns {
  text-decoration: line-through; }

.cookie-message {
  text-align: center;
  margin-bottom: 15px; }

.cookie-message-container {
  padding: 0 15px;
  margin: 0 auto; }

.account-tool {
  z-index: 3; }

.account-nav {
  width: 100%; }

.account-nav-list {
  margin-bottom: 0.5rem;
  text-align: center;
  border: 0; }

.account-nav-item {
  display: inline-block;
  padding: 1rem 1rem 1rem 0;
  border-top: 0; }
  .account-nav-item.is-active {
    border-left: 0; }
    .account-nav-item.is-active a {
      color: #d66352;
      font-weight: 700;
      text-decoration: underline; }
  .account-nav-item:last-child {
    padding-right: 0; }

.account-nav-link {
  padding: 0;
  color: #000; }

@media screen and (max-width: 47.9375em) {
  .account-toolbar,
  .account-heading {
    display: block;
    color: #000; } }

.account-toolbar {
  padding-top: 10px; }
  @media screen and (max-width: 47.9375em) {
    .account-toolbar {
      text-align: center; } }
  .account-toolbar .alert-error {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    line-height: 34px; }

.account-body {
  float: none;
  width: 100%;
  padding-left: 0; }
  .account-body .account-heading {
    padding-top: 1rem; }

.account-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .account-wrapper .pagination-next {
    color: #2d2d2d; }

.account-heading {
  font-family: "Work Sans";
  font-size: 2rem;
  line-height: 1.4em;
  color: white;
  color: #000; }

.account-button-primary {
  background: #d66352; }
  .account-button-primary.account-login-button, .account-button-primary.account-button-small {
    min-width: auto; }

.account-button-secondary {
  margin-top: 1rem; }
  @media screen and (min-width: 48em) {
    .account-button-secondary {
      margin-top: 0;
      margin-left: 1.25em; } }

.account-forgot-password-link {
  color: #2d2d2d; }

.account-content .form-actions .button,
.account-content .account-item-actions .button {
  overflow: visible; }

.account-content .alert {
  height: auto;
  padding: 0.5rem 1rem;
  line-height: 1.25rem; }

.account-product-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }
  @media screen and (min-width: 48em) {
    .account-product-wrapper {
      margin-right: -0.75rem;
      margin-left: -0.75rem; } }
  @media screen and (min-width: 64em) {
    .account-product-wrapper {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }

.account-product-item {
  flex: 0 1 auto;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  width: calc(50% - 1rem);
  margin-bottom: 1rem;
  position: relative;
  text-align: center;
  width: 90%;
  margin: 0 auto 3rem; }
  @media screen and (min-width: 48em) {
    .account-product-item {
      margin-right: 0.75rem;
      margin-left: 0.75rem; } }
  @media screen and (min-width: 64em) {
    .account-product-item {
      margin-right: 1.25rem;
      margin-left: 1.25rem; } }
  @media screen and (min-width: 48em) {
    .account-product-item {
      width: calc(50% - 1.5rem); } }
  @media screen and (min-width: 64em) {
    .account-product-item {
      width: calc(50% - 2.5rem); } }
  @media screen and (min-width: 48em) {
    .account-product-item {
      margin-bottom: 1.5rem; } }
  @media screen and (min-width: 64em) {
    .account-product-item {
      margin-bottom: 2.5rem; } }
  @media screen and (min-width: 48em) {
    .account-product-item {
      width: calc(50% - 2.5rem); } }
  @media screen and (min-width: 64em) {
    .account-product-item {
      width: calc(33% - 2.5rem); } }
  @media screen and (min-width: 75em) {
    .account-product-item {
      width: calc(25% - 2.5rem); } }
  @media screen and (min-width: 112.5em) {
    .account-product-item {
      width: calc(16% - 2.5rem); } }
  .account-product-item figure {
    margin: 0; }

.account-product-item-remove input {
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  background: #fff;
  border: 0; }

.account-product-item-brand {
  display: none; }

.account-product-item-price {
  display: block;
  margin-top: 0.5rem; }

.account-create {
  background: #fff; }

.account-create-details,
.account-create-address {
  display: inline-block;
  width: 100%; }

.account-forgot-form .form-label {
  padding-bottom: 0; }

.payment-method-form .form-checkbox {
  position: relative !important;
  top: 3px;
  width: 18px !important;
  height: 18px !important;
  clip: auto;
  -webkit-appearance: checkbox; }

[data-payment-method-form] .payment-method-form-inputs .form-field-control,
[data-address-form] .payment-method-form-inputs .form-field-control {
  width: 100%; }

[data-payment-method-form] .payment-method-form-inputs-icon,
[data-address-form] .payment-method-form-inputs-icon {
  top: 43px !important; }

[data-payment-method-form] .payment-method-form-subheading,
[data-address-form] .payment-method-form-subheading {
  margin: 0.5rem 0; }

.payment-method .payment-method-details {
  margin-bottom: 0; }

@media screen and (max-width: 47.9375em) {
  .payment-method {
    width: 100%; } }

.payment-method-edit-form .button {
  min-width: auto; }

.brand-item {
  width: calc(50% - 1rem);
  margin-bottom: 1rem;
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid #606060; }
  @media screen and (min-width: 48em) {
    .brand-item {
      width: calc(50% - 1.5rem); } }
  @media screen and (min-width: 64em) {
    .brand-item {
      width: calc(50% - 2.5rem); } }
  @media screen and (min-width: 48em) {
    .brand-item {
      margin-bottom: 1.5rem; } }
  @media screen and (min-width: 64em) {
    .brand-item {
      margin-bottom: 2.5rem; } }
  @media screen and (min-width: 48em) {
    .brand-item {
      width: calc(33.33333% - 1rem); } }
  @media screen and (min-width: 48em) and (min-width: 48em) {
    .brand-item {
      width: calc(33.33333% - 1.5rem); } }
  @media screen and (min-width: 48em) and (min-width: 64em) {
    .brand-item {
      width: calc(33.33333% - 2.5rem); } }
  .brand-item a:hover {
    opacity: 1; }
  .brand-item:hover img {
    transform: translate3d(0, 0, 0) scale(1.1); }
  .brand-item .brand-item-image {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden; }
  .brand-item img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    transition: all 0.2s ease-out; }
  .brand-item.no-brand-image {
    height: auto; }
    .brand-item.no-brand-image:hover {
      background: #2d2d2d;
      border-color: #2d2d2d;
      transition: all 0.2s ease-out; }
      .brand-item.no-brand-image:hover a {
        color: #fff; }
      .brand-item.no-brand-image:hover:active::before {
        opacity: 0.1;
        transform: scale(0, 0);
        transition-duration: 0s; }
    .brand-item.no-brand-image .brand-name {
      background-color: transparent; }
  .brand-item .brand-name {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    background: rgba(52, 62, 73, 0.8);
    transform: translateY(-50%); }

.brand-item-title {
  font-family: "Work Sans";
  font-size: 1rem;
  line-height: 1.4em;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 45% 0; }

.compare-grid-wrapper {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 5rem; }

.compare-grid:not(.flickity-enabled) {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }
  @media screen and (min-width: 48em) {
    .compare-grid:not(.flickity-enabled) {
      margin-right: -0.75rem;
      margin-left: -0.75rem; } }
  @media screen and (min-width: 64em) {
    .compare-grid:not(.flickity-enabled) {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }

.compare-grid::after {
  display: none;
  content: "flickity"; }
  @media screen and (min-width: 112.5em) {
    .compare-grid::after {
      content: ""; } }

.compare-grid .flickity-page-dots {
  bottom: calc(100% + 1rem); }

.compare-grid-item {
  flex: 0 1 auto;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  flex: 1 0 auto;
  width: 80vw;
  max-width: 19.375rem; }
  @media screen and (min-width: 48em) {
    .compare-grid-item {
      margin-right: 0.75rem;
      margin-left: 0.75rem; } }
  @media screen and (min-width: 64em) {
    .compare-grid-item {
      margin-right: 1.25rem;
      margin-left: 1.25rem; } }
  .compare-grid-item:not(:first-child) .compare-grid-item-label {
    visibility: hidden; }
  .compare-grid-item .price,
  .compare-grid-item .product-grid-item-brand {
    margin-top: 0.5rem; }

.compare-grid-item-top {
  display: flex;
  flex-direction: column;
  text-align: center; }
  .compare-grid-item-top .button {
    width: 100%; }
    .compare-grid-item-top .button + .button {
      margin-top: 1rem;
      margin-left: 0; }

.compare-grid-item-image {
  position: relative;
  overflow: hidden; }
  .compare-grid-item-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%; }

.compare-grid-item-header {
  display: flex;
  align-items: flex-start;
  justify-content: center; }
  .compare-grid-item-header .product-grid-item-name, .compare-grid-item-header .account-product-item-title {
    order: 1; }

.product-grid-item-brand {
  font-family: "Work Sans";
  color: rgba(255, 255, 255, 0.5); }

.compare-grid-item-remove {
  order: 2;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.5); }
  .compare-grid-item-remove + .product-grid-item-name, .compare-grid-item-remove + .account-product-item-title {
    padding-left: 1rem;
    margin-left: auto;
    margin-right: auto; }
  .compare-grid-item-remove svg {
    pointer-events: none; }

.compare-grid-item-actions {
  padding-top: 1.5rem;
  margin-top: auto; }

.compare-grid-item-label {
  position: relative;
  margin-bottom: 1rem; }
  .compare-grid-item-label.label-rating {
    margin-top: 4rem; }

.compare-grid-item-bottom {
  position: relative;
  padding-top: 4rem;
  margin-top: 4rem; }
  .compare-grid-item-bottom:before {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 2.5rem);
    display: block;
    border-top: 1px solid #606060;
    content: ""; }

.compare-wishlist .button-secondary, .compare-wishlist .account-button-secondary, .compare-wishlist [data-payment-method-form] .button:not(.button-primary):not(.account-button-primary):not(.button-contact-submit), [data-payment-method-form] .compare-wishlist .button:not(.button-primary):not(.account-button-primary):not(.button-contact-submit),
.compare-wishlist [data-address-form] .button:not(.button-primary):not(.account-button-primary):not(.button-contact-submit), [data-address-form] .compare-wishlist .button:not(.button-primary):not(.account-button-primary):not(.button-contact-submit) {
  margin-bottom: 0.75rem; }

.contact-form-container .form {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem; }

@media screen and (min-width: 48em) {
  .contact-form-container .form-field-text,
  .contact-form-container .form-field-email {
    width: calc(50% - 1rem); } }
  @media screen and (min-width: 48em) and (min-width: 48em) {
    .contact-form-container .form-field-text,
    .contact-form-container .form-field-email {
      width: calc(50% - 1.5rem); } }
  @media screen and (min-width: 48em) and (min-width: 64em) {
    .contact-form-container .form-field-text,
    .contact-form-container .form-field-email {
      width: calc(50% - 2.5rem); } }

@media screen and (min-width: 48em) {
    .contact-form-container .form-field-text:nth-child(even),
    .contact-form-container .form-field-email:nth-child(even) {
      margin-right: 1.5rem; } }

.contact-form-container .form-field-multiline {
  width: calc(100% - 1rem);
  margin-right: 3rem; }
  @media screen and (min-width: 48em) {
    .contact-form-container .form-field-multiline {
      width: calc(100% - 1.5rem); } }
  @media screen and (min-width: 64em) {
    .contact-form-container .form-field-multiline {
      width: calc(100% - 2.5rem); } }

.button-contact-submit {
  margin-top: 2.5rem; }

#form-contact-us .g-recaptcha {
  margin-top: 2rem; }
  @media screen and (min-width: 33.75em) {
    #form-contact-us .g-recaptcha {
      transform: scale(0.9);
      transform-origin: 0 0; } }

blockquote {
  font-family: "Work Sans";
  font-size: 1.5rem;
  line-height: 1.4em;
  color: white;
  position: relative;
  padding: 1.25rem 2.5rem;
  margin: 4rem 0;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  background-color: #3f6184; }
  @media screen and (min-width: 48em) {
    blockquote {
      font-family: "Work Sans";
      font-size: 2rem;
      line-height: 1.4em;
      color: white;
      padding: 2.5rem 5rem;
      margin-top: 2rem;
      margin-bottom: 2rem; } }
  blockquote::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #2d2d2d;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 18 18'%3E%3Cpath fill='%23fff' d='M4.483 14.5a2.987 2.987 0 0 0 2.983-2.983 2.987 2.987 0 0 0-2.983-2.983c-.41 0-.81.084-1.181.245L2.12 9.29l.527-1.174C3.295 6.67 4.29 5.49 5.433 4.869a.197.197 0 0 0-.188-.345C3.092 5.695 1.5 8.649 1.5 11.517A2.987 2.987 0 0 0 4.483 14.5zm0-6.966a3.987 3.987 0 0 1 3.983 3.983A3.987 3.987 0 0 1 4.483 15.5 3.987 3.987 0 0 1 .5 11.517C.5 8.297 2.277 5 4.767 3.645a1.195 1.195 0 0 1 1.623.48c.316.58.101 1.307-.48 1.623-.679.37-1.315 1.004-1.828 1.806.133-.013.267-.02.401-.02zm8.708 6.966a2.987 2.987 0 0 0 2.983-2.983 2.987 2.987 0 0 0-2.983-2.983c-.41 0-.81.084-1.181.245l-1.183.512.528-1.176c.648-1.445 1.643-2.624 2.786-3.246a.197.197 0 1 0-.188-.345c-2.153 1.171-3.745 4.125-3.745 6.993A2.987 2.987 0 0 0 13.19 14.5zm0-6.966a3.987 3.987 0 0 1 3.983 3.983 3.987 3.987 0 0 1-3.983 3.983 3.987 3.987 0 0 1-3.983-3.983c0-3.22 1.777-6.517 4.267-7.872a1.194 1.194 0 0 1 1.623.48c.316.58.101 1.307-.48 1.623-.679.37-1.314 1.004-1.828 1.806a3.98 3.98 0 0 1 .4-.02z'/%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    content: ""; }
    @media screen and (min-width: 48em) {
      blockquote::before {
        width: 4rem;
        height: 4rem;
        line-height: 4rem; } }

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

.error-header .error-title {
  margin-top: 5rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8); }

.page-error {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8); }
  .page-error .error-button {
    margin-top: 2.5rem; }
    .page-error .error-button.button-primary, .page-error .error-button.account-button-primary, .page-error .error-button.button-contact-submit, .page-error .backorder-modal .error-button.button, .backorder-modal .page-error .error-button.button {
      background-color: #5e6b76; }
      .page-error .error-button.button-primary:hover, .page-error .error-button.account-button-primary:hover, .page-error .error-button.button-contact-submit:hover, .page-error .backorder-modal .error-button.button:hover, .backorder-modal .page-error .error-button.button:hover {
        background-color: #4b565e; }

.giftcard-nav {
  margin-bottom: 0; }

.giftcard-nav-item.is-active {
  color: #2d2d2d; }

.giftcard-form-preview.has-preview {
  padding: 1rem 0; }

.giftcard-heading-container {
  text-align: left; }

.giftcard-heading {
  font-family: "Work Sans";
  font-size: 2rem;
  line-height: 1.4em;
  color: white; }

.giftcard-header,
.giftcard-subheading {
  display: none; }
  .giftcard-heading-container .giftcard-header, .giftcard-heading-container
  .giftcard-subheading {
    display: block; }

.giftcard-balance-container h2,
.giftcard-balance-container h3 {
  margin: 0.625rem 0; }

.home-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow: hidden; }
  @media screen and (min-width: 48em) {
    .home-section {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      margin-top: 1.5rem;
      margin-bottom: 1.5rem; } }
  @media screen and (min-width: 64em) {
    .home-section {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
      margin-top: 2.5rem;
      margin-bottom: 2.5rem; } }
  .home-section + .home-section {
    border-top: 1px solid #606060; }
  .home-section:first-child {
    padding-top: 0;
    margin-top: 0; }

.home-section-title, .related-products-title {
  font-family: "Work Sans";
  font-size: 1.5rem;
  line-height: 1.4em;
  color: white;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  text-align: center; }

/*----------  Featured Grid & Blog  ----------*/
.home-section-grid-blog .home-section-grid-container:after,
.home-section-grid-featured .home-section-grid-container:after {
  display: none;
  content: "flickity"; }

@media screen and (min-width: 48em) {
  .home-section-grid-blog .home-section-grid-container,
  .home-section-grid-featured .home-section-grid-container {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem; } }
  @media screen and (min-width: 48em) and (min-width: 48em) {
    .home-section-grid-blog .home-section-grid-container,
    .home-section-grid-featured .home-section-grid-container {
      margin-right: -0.75rem;
      margin-left: -0.75rem; } }
  @media screen and (min-width: 48em) and (min-width: 64em) {
    .home-section-grid-blog .home-section-grid-container,
    .home-section-grid-featured .home-section-grid-container {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }

@media screen and (min-width: 48em) {
    .home-section-grid-blog .home-section-grid-container:after,
    .home-section-grid-featured .home-section-grid-container:after {
      content: ""; } }

.home-section-grid-featured-item {
  flex: 0 1 auto;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  margin-bottom: 1rem;
  position: relative;
  width: calc(100% - 2.5rem); }
  @media screen and (min-width: 48em) {
    .home-section-grid-featured-item {
      margin-right: 0.75rem;
      margin-left: 0.75rem; } }
  @media screen and (min-width: 64em) {
    .home-section-grid-featured-item {
      margin-right: 1.25rem;
      margin-left: 1.25rem; } }
  @media screen and (min-width: 48em) {
    .home-section-grid-featured-item {
      margin-bottom: 1.5rem; } }
  @media screen and (min-width: 64em) {
    .home-section-grid-featured-item {
      margin-bottom: 2.5rem; } }
  @media screen and (min-width: 33.75em) {
    .home-section-grid-featured-item {
      width: 70%; } }
  .home-section-grid-featured-item img {
    width: 100%;
    height: 100%; }
    @media screen and (min-width: 48em) {
      .home-section-grid-featured-item img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; } }
  @media screen and (min-width: 48em) {
    .home-section-grid-featured-item:only-child .home-section-grid-featured-item-image {
      width: 100%;
      padding-bottom: 56.25%; }
    .home-section-grid-featured-item:not(:only-child):first-child, .home-section-grid-featured-item:not(:only-child):nth-child(2) {
      width: calc(50% - 1rem); } }
  @media screen and (min-width: 48em) and (min-width: 48em) {
    .home-section-grid-featured-item:not(:only-child):first-child, .home-section-grid-featured-item:not(:only-child):nth-child(2) {
      width: calc(50% - 1.5rem); } }
  @media screen and (min-width: 48em) and (min-width: 64em) {
    .home-section-grid-featured-item:not(:only-child):first-child, .home-section-grid-featured-item:not(:only-child):nth-child(2) {
      width: calc(50% - 2.5rem); } }
  @media screen and (min-width: 48em) {
      .home-section-grid-featured-item:not(:only-child):first-child .home-section-grid-featured-item-image, .home-section-grid-featured-item:not(:only-child):nth-child(2) .home-section-grid-featured-item-image {
        width: 100%;
        padding-bottom: 80.61856%;
        position: relative;
        overflow: hidden; }
    .home-section-grid-featured-item:not(:only-child):nth-child(n+3) {
      width: calc(33.33333% - 1rem); } }
  @media screen and (min-width: 48em) and (min-width: 48em) {
    .home-section-grid-featured-item:not(:only-child):nth-child(n+3) {
      width: calc(33.33333% - 1.5rem); } }
  @media screen and (min-width: 48em) and (min-width: 64em) {
    .home-section-grid-featured-item:not(:only-child):nth-child(n+3) {
      width: calc(33.33333% - 2.5rem); } }
  @media screen and (min-width: 48em) {
      .home-section-grid-featured-item:not(:only-child):nth-child(n+3) .home-section-grid-featured-item-image {
        width: 100%;
        padding-bottom: 100%; } }
  .home-section-grid-featured-item .item-info {
    padding-top: 1rem;
    padding-right: 1rem;
    margin-right: 1rem;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #343e49; }
    @media screen and (min-width: 48em) {
      .home-section-grid-featured-item .item-info {
        padding-top: 1.5rem;
        padding-right: 1.5rem;
        margin-right: 1.5rem; } }
    @media screen and (min-width: 64em) {
      .home-section-grid-featured-item .item-info {
        padding-top: 2.5rem;
        padding-right: 2.5rem;
        margin-right: 2.5rem; } }
  .home-section-grid-featured-item .item-info-name {
    font-family: "Work Sans";
    font-size: 1rem;
    line-height: 1.4em;
    color: white;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .home-section-grid-featured-item .item-info-cta {
    margin-top: 0.5rem;
    font-family: "Work Sans";
    color: #2d2d2d; }

/*----------  Simple Grid  ----------*/
.home-section-grid .home-section-grid-container {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }
  @media screen and (min-width: 48em) {
    .home-section-grid .home-section-grid-container {
      margin-right: -0.75rem;
      margin-left: -0.75rem; } }
  @media screen and (min-width: 64em) {
    .home-section-grid .home-section-grid-container {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }

.home-section-grid .product-grid-item {
  width: calc(50% - 1rem);
  margin-bottom: 1rem; }
  @media screen and (min-width: 48em) {
    .home-section-grid .product-grid-item {
      width: calc(50% - 1.5rem); } }
  @media screen and (min-width: 64em) {
    .home-section-grid .product-grid-item {
      width: calc(50% - 2.5rem); } }
  @media screen and (min-width: 33.75em) {
    .home-section-grid .product-grid-item {
      width: calc(33.33333% - 1rem); } }
  @media screen and (min-width: 33.75em) and (min-width: 48em) {
    .home-section-grid .product-grid-item {
      width: calc(33.33333% - 1.5rem); } }
  @media screen and (min-width: 33.75em) and (min-width: 64em) {
    .home-section-grid .product-grid-item {
      width: calc(33.33333% - 2.5rem); } }
  @media screen and (min-width: 64em) {
    .home-section-grid .product-grid-item {
      width: calc(50% - 1rem); } }
  @media screen and (min-width: 64em) and (min-width: 48em) {
    .home-section-grid .product-grid-item {
      width: calc(50% - 1.5rem); } }
  @media screen and (min-width: 64em) and (min-width: 64em) {
    .home-section-grid .product-grid-item {
      width: calc(50% - 2.5rem); } }
  @media screen and (min-width: 75em) {
    .home-section-grid .product-grid-item {
      width: calc(33.33333% - 1rem); } }
  @media screen and (min-width: 75em) and (min-width: 48em) {
    .home-section-grid .product-grid-item {
      width: calc(33.33333% - 1.5rem); } }
  @media screen and (min-width: 75em) and (min-width: 64em) {
    .home-section-grid .product-grid-item {
      width: calc(33.33333% - 2.5rem); } }
  @media screen and (min-width: 87.5em) {
    .home-section-grid .product-grid-item {
      width: calc(25% - 1rem); } }
  @media screen and (min-width: 87.5em) and (min-width: 48em) {
    .home-section-grid .product-grid-item {
      width: calc(25% - 1.5rem); } }
  @media screen and (min-width: 87.5em) and (min-width: 64em) {
    .home-section-grid .product-grid-item {
      width: calc(25% - 2.5rem); } }
  @media screen and (min-width: 112.5em) {
    .home-section-grid .product-grid-item {
      width: calc(16.66667% - 1rem); } }
  @media screen and (min-width: 112.5em) and (min-width: 48em) {
    .home-section-grid .product-grid-item {
      width: calc(16.66667% - 1.5rem); } }
  @media screen and (min-width: 112.5em) and (min-width: 64em) {
    .home-section-grid .product-grid-item {
      width: calc(16.66667% - 2.5rem); } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .home-section-grid .product-grid-item {
      width: calc(50% - 1.5rem); } }
  @media all and (-ms-high-contrast: none) and (min-width: 540px), (-ms-high-contrast: active) and (min-width: 540px) {
    .home-section-grid .product-grid-item {
      width: calc(25% - 1.5rem); } }
  @media all and (-ms-high-contrast: none) and (min-width: 1024px), (-ms-high-contrast: active) and (min-width: 1024px) {
    .home-section-grid .product-grid-item {
      width: calc(50% - 2.5rem); } }
  @media all and (-ms-high-contrast: none) and (min-width: 1200px), (-ms-high-contrast: active) and (min-width: 1200px) {
    .home-section-grid .product-grid-item {
      width: calc(33.33333% - 2.5rem); } }
  @media all and (-ms-high-contrast: none) and (min-width: 1400px), (-ms-high-contrast: active) and (min-width: 1400px) {
    .home-section-grid .product-grid-item {
      width: calc(25% - 2.5rem); } }
  @media all and (-ms-high-contrast: none) and (min-width: 1800px), (-ms-high-contrast: active) and (min-width: 1800px) {
    .home-section-grid .product-grid-item {
      width: calc(16.6667% - 2.5rem); } }
  @media screen and (min-width: 48em) {
    .home-section-grid .product-grid-item {
      margin-bottom: 1.5rem; } }
  @media screen and (min-width: 64em) {
    .home-section-grid .product-grid-item {
      margin-bottom: 2.5rem; } }
  .home-section-grid .product-grid-item:only-child {
    flex-grow: 1; }
  @media screen and (max-width: 63.9375em) and (min-width: 33.75em) {
    .home-section-grid .product-grid-item:first-child:nth-last-child(2),
    .home-section-grid .product-grid-item:first-child:nth-last-child(2) ~ .product-grid-item {
      flex-grow: 1; } }
  @media screen and (min-width: 75em) {
    .home-section-grid .product-grid-item:first-child:nth-last-child(2),
    .home-section-grid .product-grid-item:first-child:nth-last-child(2) ~ .product-grid-item {
      flex-grow: 1; } }
  @media screen and (min-width: 87.5em) {
    .home-section-grid .product-grid-item:first-child:nth-last-child(2),
    .home-section-grid .product-grid-item:first-child:nth-last-child(2) ~ .product-grid-item {
      flex-grow: 1; }
    .home-section-grid .product-grid-item:first-child:nth-last-child(3),
    .home-section-grid .product-grid-item:first-child:nth-last-child(3) ~ .product-grid-item {
      flex-grow: 1; } }
  @media screen and (min-width: 112.5em) {
    .home-section-grid .product-grid-item:first-child:nth-last-child(2),
    .home-section-grid .product-grid-item:first-child:nth-last-child(2) ~ .product-grid-item {
      flex-grow: 1; }
    .home-section-grid .product-grid-item:first-child:nth-last-child(3),
    .home-section-grid .product-grid-item:first-child:nth-last-child(3) ~ .product-grid-item {
      flex-grow: 1; }
    .home-section-grid .product-grid-item:first-child:nth-last-child(4),
    .home-section-grid .product-grid-item:first-child:nth-last-child(4) ~ .product-grid-item {
      flex-grow: 1; }
    .home-section-grid .product-grid-item:first-child:nth-last-child(5),
    .home-section-grid .product-grid-item:first-child:nth-last-child(5) ~ .product-grid-item {
      flex-grow: 1; } }

/*----------  Carousel  ----------*/
.home-section-carousel .home-section-grid-container {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  display: block; }
  @media screen and (min-width: 48em) {
    .home-section-carousel .home-section-grid-container {
      margin-right: -0.75rem;
      margin-left: -0.75rem; } }
  @media screen and (min-width: 64em) {
    .home-section-carousel .home-section-grid-container {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }

.home-section-carousel .product-grid-item {
  width: calc(50% - 1rem); }
  @media screen and (min-width: 48em) {
    .home-section-carousel .product-grid-item {
      width: calc(50% - 1.5rem); } }
  @media screen and (min-width: 64em) {
    .home-section-carousel .product-grid-item {
      width: calc(50% - 2.5rem); } }
  @media screen and (min-width: 33.75em) {
    .home-section-carousel .product-grid-item {
      width: calc(33.33333% - 1rem); } }
  @media screen and (min-width: 33.75em) and (min-width: 48em) {
    .home-section-carousel .product-grid-item {
      width: calc(33.33333% - 1.5rem); } }
  @media screen and (min-width: 33.75em) and (min-width: 64em) {
    .home-section-carousel .product-grid-item {
      width: calc(33.33333% - 2.5rem); } }
  @media screen and (min-width: 64em) {
    .home-section-carousel .product-grid-item {
      width: calc(50% - 1rem); } }
  @media screen and (min-width: 64em) and (min-width: 48em) {
    .home-section-carousel .product-grid-item {
      width: calc(50% - 1.5rem); } }
  @media screen and (min-width: 64em) and (min-width: 64em) {
    .home-section-carousel .product-grid-item {
      width: calc(50% - 2.5rem); } }
  @media screen and (min-width: 75em) {
    .home-section-carousel .product-grid-item {
      width: calc(33.33333% - 1rem); } }
  @media screen and (min-width: 75em) and (min-width: 48em) {
    .home-section-carousel .product-grid-item {
      width: calc(33.33333% - 1.5rem); } }
  @media screen and (min-width: 75em) and (min-width: 64em) {
    .home-section-carousel .product-grid-item {
      width: calc(33.33333% - 2.5rem); } }
  @media screen and (min-width: 87.5em) {
    .home-section-carousel .product-grid-item {
      width: calc(25% - 1rem); } }
  @media screen and (min-width: 87.5em) and (min-width: 48em) {
    .home-section-carousel .product-grid-item {
      width: calc(25% - 1.5rem); } }
  @media screen and (min-width: 87.5em) and (min-width: 64em) {
    .home-section-carousel .product-grid-item {
      width: calc(25% - 2.5rem); } }
  @media screen and (min-width: 112.5em) {
    .home-section-carousel .product-grid-item {
      width: calc(16.66667% - 1rem); } }
  @media screen and (min-width: 112.5em) and (min-width: 48em) {
    .home-section-carousel .product-grid-item {
      width: calc(16.66667% - 1.5rem); } }
  @media screen and (min-width: 112.5em) and (min-width: 64em) {
    .home-section-carousel .product-grid-item {
      width: calc(16.66667% - 2.5rem); } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .home-section-carousel .product-grid-item {
      width: calc(50% - 1.5rem); } }
  @media all and (-ms-high-contrast: none) and (min-width: 540px), (-ms-high-contrast: active) and (min-width: 540px) {
    .home-section-carousel .product-grid-item {
      width: calc(25% - 1.5rem); } }
  @media all and (-ms-high-contrast: none) and (min-width: 1024px), (-ms-high-contrast: active) and (min-width: 1024px) {
    .home-section-carousel .product-grid-item {
      width: calc(50% - 2.5rem); } }
  @media all and (-ms-high-contrast: none) and (min-width: 1200px), (-ms-high-contrast: active) and (min-width: 1200px) {
    .home-section-carousel .product-grid-item {
      width: calc(33.33333% - 2.5rem); } }
  @media all and (-ms-high-contrast: none) and (min-width: 1400px), (-ms-high-contrast: active) and (min-width: 1400px) {
    .home-section-carousel .product-grid-item {
      width: calc(25% - 2.5rem); } }
  @media all and (-ms-high-contrast: none) and (min-width: 1800px), (-ms-high-contrast: active) and (min-width: 1800px) {
    .home-section-carousel .product-grid-item {
      width: calc(16.6667% - 2.5rem); } }

/*----------  Recent Blog Posts  ----------*/
.recent-blog-posts.home-section-grid-container {
  display: block;
  margin-right: 0;
  margin-left: 0; }
  @media screen and (min-width: 48em) {
    .recent-blog-posts.home-section-grid-container {
      display: flex; } }

.recent-blog-posts .blog-item {
  width: calc(100% - 2.5rem); }
  @media screen and (min-width: 33.75em) {
    .recent-blog-posts .blog-item {
      width: 70%; } }
  @media screen and (min-width: 48em) {
    .recent-blog-posts .blog-item {
      width: calc(33.33333% - 1rem); } }
  @media screen and (min-width: 48em) and (min-width: 48em) {
    .recent-blog-posts .blog-item {
      width: calc(33.33333% - 1.5rem); } }
  @media screen and (min-width: 48em) and (min-width: 64em) {
    .recent-blog-posts .blog-item {
      width: calc(33.33333% - 2.5rem); } }

.page-title {
  font-family: "Work Sans";
  font-size: 2.25rem;
  line-height: 1.4em;
  color: white;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  text-align: center; }

.page-subtitle {
  font-size: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  text-align: center; }

.page-rss-group {
  margin-bottom: 1.5rem; }
  .page-rss-group:last-child {
    margin-bottom: 0; }
  .page-rss-group h2 {
    font-family: "Work Sans";
    font-size: 1.5rem;
    line-height: 1.4em;
    color: white; }

.page-search .product-catalog-header .page-title {
  font-family: "Work Sans";
  font-size: 3rem;
  line-height: 1.2em;
  color: white;
  color: white; }

.search-tabs .tabs {
  display: flex;
  justify-content: center; }

.search-tabs .tab-title {
  padding-right: 3.875rem;
  padding-left: 3.875rem; }

.search-tab-title {
  font-family: "Work Sans";
  font-size: 1.5rem;
  line-height: 1.4em;
  color: white;
  margin-top: 4rem;
  margin-bottom: 2.5rem;
  text-align: center;
  color: white; }

.content-result {
  max-width: 48.5rem;
  padding-bottom: 2rem;
  margin: 0 auto 2rem; }
  .content-result:not(:last-child) {
    border-bottom: 1px solid #606060; }

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

.content-result-summary {
  margin-bottom: 1.5rem; }

.search-results-suggestion {
  padding: 2rem 0;
  text-align: center; }

.search-result-group-wrapper {
  padding: 2rem;
  margin-bottom: 2.5rem;
  background: #3f6184;
  color: #fff; }
  .search-result-group-wrapper .search-results-title {
    font-family: "Work Sans";
    font-size: 1rem;
    line-height: 1.4em;
    color: white;
    padding-bottom: 1rem; }
  .search-result-group-wrapper .search-result {
    padding-bottom: 1rem; }
    .search-result-group-wrapper .search-result:last-child {
      padding-bottom: 0; }
  .search-result-group-wrapper .search-result-brand::after {
    content: ','; }
  .search-result-group-wrapper .search-result-brand:last-child::after {
    content: ''; }

.single-blog-post {
  max-width: 48.5rem;
  margin: 0 auto; }

.single-blog-post-header {
  margin-bottom: 4rem;
  text-align: center; }
  .single-blog-post-header .page-title {
    margin-bottom: 1.25rem; }
  .single-blog-post-header .timestamp {
    color: rgba(255, 255, 255, 0.5); }

.single-blog-post-image-container {
  margin: 0 0 4rem; }
  .single-blog-post-image-container img {
    width: 100%; }

.single-blog-post-content {
  font-family: "Work Sans"; }

.single-blog-post-footer {
  padding-top: 4rem;
  margin-top: 4rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  border-top: 1px solid #606060; }
  @media screen and (min-width: 33.75em) {
    .single-blog-post-footer {
      padding-top: 5rem;
      margin-top: 5rem; } }

.single-blog-post-author {
  margin-bottom: 0.5rem; }

.single-blog-post-tags-container {
  font-weight: 300; }

.single-blog-post-tags-content {
  color: #2d2d2d; }

.sitemap-content {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: space-between; }

.sitemap-group {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  flex-basis: auto;
  width: 100%;
  text-align: left; }
  @media screen and (min-width: 48em) {
    .sitemap-group {
      padding-right: 1.5rem;
      padding-left: 1.5rem; } }
  @media screen and (min-width: 64em) {
    .sitemap-group {
      padding-right: 2.5rem;
      padding-left: 2.5rem; } }
  @media screen and (min-width: 33.75em) {
    .sitemap-group {
      width: calc(50% - 1rem); } }
  @media screen and (min-width: 33.75em) and (min-width: 48em) {
    .sitemap-group {
      width: calc(50% - 1.5rem); } }
  @media screen and (min-width: 33.75em) and (min-width: 64em) {
    .sitemap-group {
      width: calc(50% - 2.5rem); } }
  @media screen and (min-width: 64em) {
    .sitemap-group {
      width: calc(33.33333% - 1rem); } }
  @media screen and (min-width: 64em) and (min-width: 48em) {
    .sitemap-group {
      width: calc(33.33333% - 1.5rem); } }
  @media screen and (min-width: 64em) and (min-width: 64em) {
    .sitemap-group {
      width: calc(33.33333% - 2.5rem); } }
  .sitemap-group ul {
    padding-left: 1rem;
    list-style: disc; }
    .sitemap-group ul li {
      margin-bottom: 1rem; }
      .sitemap-group ul li a {
        color: white; }

.sitemap-title {
  font-family: "Work Sans";
  font-size: 1rem;
  line-height: 1.4em;
  color: white;
  margin-bottom: 1rem; }

.sitemap-showall {
  display: block;
  margin-top: 1rem;
  font-weight: 600; }

.style-guide .section {
  margin-bottom: 4rem; }

.style-guide .flex-row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  max-width: 1200px; }

.style-guide h2 {
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  color: #5e6b76;
  border-bottom: 1px solid #3c424d;
  margin-bottom: 1.5rem;
  font-size: 1.5rem; }

.style-guide .colors .color {
  margin-right: 2rem;
  margin-bottom: 0.5rem;
  width: 20%; }
  .style-guide .colors .color p {
    margin-top: 0.25rem;
    padding: 0.75rem 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center; }

.style-guide .fonts {
  margin-bottom: 1rem; }
  .style-guide .fonts h5 {
    font-size: 1.5rem; }
    .style-guide .fonts h5 a {
      color: #d66352; }
  .style-guide .fonts p {
    font-size: 2rem;
    margin-right: 2rem;
    margin-bottom: 1rem; }

.style-guide .components h4 {
  font-size: 1.5rem;
  margin: 3rem 0 1rem; }
  .style-guide .components h4:first-of-type {
    margin-top: 1rem; }

.style-guide .components .links a {
  margin-right: 3rem; }

.style-guide .components .links .inline {
  color: #d66352; }

.style-guide .components .links .special {
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  border-bottom: 2px solid #d66352;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 300; }

.style-guide .components .list {
  padding-left: 3rem; }
  .style-guide .components .list li {
    position: relative;
    list-style: none; }
    .style-guide .components .list li:before {
      content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 100 100' height='2rem' width='2rem'><line stroke='red' stroke-width='2' x1='30' y1='60' x2='40' y2='70'/><line stroke='red' stroke-width='2' x1='40' y1='70' x2='70' y2='40'/></svg>");
      position: absolute;
      left: -50px;
      top: -0.25rem;
      border-radius: 2rem;
      height: 2rem;
      width: 2rem;
      border: 1px solid #5e6b76;
      display: flex;
      justify-content: center;
      align-items: center; }
    .style-guide .components .list li strong {
      text-transform: uppercase;
      font-weight: normal;
      font-size: 1.5rem; }

.style-guide .components table {
  min-width: 50%; }
  .style-guide .components table th {
    background: #dddedf;
    color: #5e6b76;
    padding: 0.5rem;
    text-align: left;
    font-weight: 400; }
  .style-guide .components table tr {
    border: 1px solid #dddedf; }
    .style-guide .components table tr.highlight {
      background: #d66352; }
  .style-guide .components table td {
    padding: 0.5rem; }
  .style-guide .components table tr.highlight {
    border: none; }
    .style-guide .components table tr.highlight th {
      color: white;
      background: #5e6b76; }

.style-guide .components form .form-field-checkbox,
.style-guide .components form .form-field-radio {
  margin: 1rem 0;
  display: flex; }
  .style-guide .components form .form-field-checkbox div,
  .style-guide .components form .form-field-radio div {
    margin-right: 1.25rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem; }
    .style-guide .components form .form-field-checkbox div label,
    .style-guide .components form .form-field-radio div label {
      padding: 0;
      margin-left: 0.5rem; }

.style-guide .components form input[type="submit"] {
  line-height: 1rem;
  justify-content: center; }

.style-guide .icons .icon {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-right: 3rem;
  margin-bottom: 3rem; }
  .style-guide .icons .icon-stroked div svg {
    stroke: #5e6b76;
    stroke-width: 5px; }
  .style-guide .icons .icon-cart circle,
  .style-guide .icons .icon-cart path {
    stroke: #5e6b76 !important; }
  .style-guide .icons .icon div {
    height: 3rem;
    width: 3rem;
    margin-bottom: 0.5rem; }
    .style-guide .icons .icon div svg {
      width: 100%;
      height: 100%;
      fill: #5e6b76; }

.style-guide .sliders .testimonials {
  justify-content: center;
  position: relative;
  background: #f2f2f2;
  padding: 2rem 0;
  overflow: hidden;
  border: 1px solid #5e6b76; }
  .style-guide .sliders .testimonials-slider {
    width: 100%;
    max-width: 1200px; }
  .style-guide .sliders .testimonials .swiper-button-prev,
  .style-guide .sliders .testimonials .swiper-button-next {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 1px solid black;
    top: 55%;
    opacity: 1 !important;
    pointer-events: all !important; }
    .style-guide .sliders .testimonials .swiper-button-prev:after,
    .style-guide .sliders .testimonials .swiper-button-next:after {
      content: none; }
    .style-guide .sliders .testimonials .swiper-button-prev svg,
    .style-guide .sliders .testimonials .swiper-button-next svg {
      stroke: #d66352;
      stroke-width: 5px;
      width: 60%; }
  .style-guide .sliders .testimonials .swiper-slide {
    background: white;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .style-guide .sliders .testimonials .swiper-slide p {
      padding: 0 2rem;
      color: #5e6b76;
      text-align: center;
      font-weight: 300;
      line-height: 1.1rem; }
  @media screen and (min-width: 33.75em) {
    .style-guide .sliders .testimonials .swiper-slide {
      width: 60%; } }
  @media screen and (min-width: 48em) {
    .style-guide .sliders .testimonials .swiper-slide {
      width: 50%;
      margin-left: 5%;
      margin-right: 5%; }
    .style-guide .sliders .testimonials .swiper-button-prev,
    .style-guide .sliders .testimonials .swiper-button-next {
      top: 50%;
      height: 150px;
      width: 150px; }
      .style-guide .sliders .testimonials .swiper-button-prev svg,
      .style-guide .sliders .testimonials .swiper-button-next svg {
        stroke-width: 2px; }
    .style-guide .sliders .testimonials .swiper-button-prev {
      left: 12%; }
    .style-guide .sliders .testimonials .swiper-button-next {
      right: 12%; } }
  @media screen and (min-width: 64em) {
    .style-guide .sliders .testimonials .swiper-button-prev,
    .style-guide .sliders .testimonials .swiper-button-next {
      top: 40%;
      height: 175px;
      width: 175px; }
    .style-guide .sliders .testimonials .swiper-button-prev {
      left: 16%; }
    .style-guide .sliders .testimonials .swiper-button-next {
      right: 16%; } }

.style-guide .sliders .products {
  margin-top: 4rem;
  justify-content: center; }
  .style-guide .sliders .products-slider {
    max-width: 1200px; }
  .style-guide .sliders .products .swiper-button-prev,
  .style-guide .sliders .products .swiper-button-next {
    display: none;
    pointer-events: none;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    border: 1px solid #5e6b76;
    top: 55%; }
    .style-guide .sliders .products .swiper-button-prev:after,
    .style-guide .sliders .products .swiper-button-next:after {
      content: none; }
    .style-guide .sliders .products .swiper-button-prev svg,
    .style-guide .sliders .products .swiper-button-next svg {
      stroke: #d66352;
      stroke-width: 5px;
      width: 60%; }
  .style-guide .sliders .products .swiper-button-prev {
    top: 1rem;
    right: 150px;
    left: auto; }
  .style-guide .sliders .products .swiper-button-next {
    top: 1rem;
    right: 50px;
    left: auto; }
  .style-guide .sliders .products .swiper-slide {
    width: 70vw;
    display: flex;
    flex-flow: column;
    align-items: center; }
    .style-guide .sliders .products .swiper-slide div {
      background: #f2f2f2;
      box-shadow: 5px 5px 15px #bdbdbd;
      height: 250px;
      width: 100%;
      margin-bottom: 1rem;
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat; }
    .style-guide .sliders .products .swiper-slide h3 {
      text-transform: uppercase;
      color: #5e6b76;
      font-size: 1.25rem;
      margin-bottom: 1rem;
      text-align: center; }
    .style-guide .sliders .products .swiper-slide a {
      width: 70%;
      justify-content: center; }
  @media screen and (min-width: 33.75em) {
    .style-guide .sliders .products .swiper-slide {
      width: 45vw; } }
  @media screen and (min-width: 48em) {
    .style-guide .sliders .products {
      padding-top: 6rem;
      position: relative; }
      .style-guide .sliders .products .swiper-slide {
        width: 35vw;
        max-width: 400px; }
        .style-guide .sliders .products .swiper-slide div {
          height: 350px;
          margin-bottom: 2rem; }
        .style-guide .sliders .products .swiper-slide a {
          width: 40%; }
      .style-guide .sliders .products .swiper-button-prev,
      .style-guide .sliders .products .swiper-button-next {
        display: flex;
        pointer-events: all; } }
  @media screen and (min-width: 112.5em) {
    .style-guide .sliders .products .swiper-slide {
      width: 25vw; } }

.page-custom-landing {
  color: #3c424d; }
  .page-custom-landing p {
    font-weight: 300;
    font-size: 18px; }
  .page-custom-landing .relative {
    position: relative; }
  .page-custom-landing .landing-container {
    width: 90%;
    margin: 0 auto;
    max-width: 1600px; }
  .page-custom-landing .order-2,
  .page-custom-landing .order-2-big {
    order: 2; }
  .page-custom-landing .landingHero {
    --txtColor: $color-white;
    padding: 1rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    min-height: calc(100vh - 4.5rem);
    position: relative;
    color: var(--txtColor); }
    .page-custom-landing .landingHero img {
      --filter: '';
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      position: absolute;
      filter: var(--filter); }
    .page-custom-landing .landingHero h1,
    .page-custom-landing .landingHero p {
      z-index: 10;
      position: relative;
      text-transform: uppercase; }
    .page-custom-landing .landingHero h1 {
      font-size: 3rem;
      margin-bottom: 2rem;
      font-weight: 700; }
    .page-custom-landing .landingHero p {
      font-size: 1.25rem;
      margin: 0;
      letter-spacing: 2px; }
  .page-custom-landing .landing-section {
    --bgColor: $color-white;
    --txtColor: $davis-blue-darker;
    background: auto;
    background: var(--bgColor);
    padding: 4rem 0;
    color: #3c424d;
    color: var(--txtColor); }
  .page-custom-landing .landing-section-content {
    align-self: center;
    line-height: 1.7; }
    .page-custom-landing .landing-section-content h3 {
      font-size: 1.75rem;
      position: relative;
      margin-top: 1rem;
      margin-bottom: 1rem;
      text-transform: uppercase; }
      .page-custom-landing .landing-section-content h3.withUnderline {
        padding-bottom: 1.25rem;
        margin-bottom: 1.25rem;
        position: relative;
        font-size: 2rem;
        text-transform: uppercase; }
      .page-custom-landing .landing-section-content h3.withUnderline:after {
        content: '';
        height: 3px;
        width: 5rem;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #d66352; }
    .page-custom-landing .landing-section-content h4 {
      font-size: 1.25rem; }
    .page-custom-landing .landing-section-content a {
      color: #d66352; }
    .page-custom-landing .landing-section-content .bookNow {
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      width: max-content;
      justify-content: center;
      min-width: 14rem;
      font-weight: 500;
      margin-top: 2rem; }
  .page-custom-landing .sectionHeader {
    text-align: center;
    padding-bottom: 1.25rem;
    margin-bottom: 3.25rem;
    position: relative;
    font-size: 2rem;
    text-transform: uppercase; }
    .page-custom-landing .sectionHeader:after {
      content: '';
      height: 3px;
      width: 5rem;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      background: #d66352; }
    .page-custom-landing .sectionHeader.skipDeco {
      margin-bottom: 2rem; }
  .page-custom-landing .landing-row {
    --gap: '10vw';
    --alignItems: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
    align-items: var(--alignItems);
    justify-content: center; }
  .page-custom-landing img.landing-row-item {
    max-height: 500px;
    object-fit: cover; }
  .page-custom-landing .landing-row-item {
    --width: 'auto';
    --minWidth: 300px;
    --flexGrow: 0;
    width: auto;
    width: var(--width);
    min-width: auto;
    min-width: var(--minWidth);
    flex-grow: var(--flexGrow); }
  .page-custom-landing .landing-row + .landing-row {
    margin-top: 1.5rem; }
  .page-custom-landing .scheduleDayText {
    font-size: 1.25rem;
    letter-spacing: 1px; }
  .page-custom-landing .scheduleDayItems {
    padding-left: 1.5rem; }
  .page-custom-landing .scheduleDayItem {
    position: relative;
    margin: 1.25rem;
    font-weight: 300; }
    .page-custom-landing .scheduleDayItem:before {
      color: inherit;
      content: '';
      position: absolute;
      left: -1.5em;
      width: 0.75rem;
      height: 0.75rem;
      border-radius: 100%;
      border: solid #9db6c7 1px;
      top: 50%;
      transform: translateY(-50%); }
  .page-custom-landing .sponsorsGrid {
    --logoMinSize: 200px;
    --gap: 3rem 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(var(--logoMinSize), 1fr));
    gap: var(--gap);
    align-items: center;
    justify-items: center; }
  .page-custom-landing .landing-swiper-container .swiper {
    display: grid; }
  .page-custom-landing .landing-swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .page-custom-landing .landing-swiper-container .swiper-button {
    display: none;
    position: absolute;
    bottom: -30px;
    right: 2rem;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    border: 1px solid white;
    background-color: transparent;
    z-index: 10;
    z-index: 1000; }
    .page-custom-landing .landing-swiper-container .swiper-button svg {
      stroke: white;
      stroke-width: 5px;
      width: 60%; }
    .page-custom-landing .landing-swiper-container .swiper-button.swiper-landing-prev {
      right: 7rem; }
  .page-custom-landing .landing-swiper-container .swiper-landing-pagination {
    z-index: 10;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%); }
    .page-custom-landing .landing-swiper-container .swiper-landing-pagination .swiper-pagination-bullet {
      background: #dddedf;
      opacity: 0.5;
      width: 0.75rem;
      height: 0.75rem; }
      .page-custom-landing .landing-swiper-container .swiper-landing-pagination .swiper-pagination-bullet:not(:first-child) {
        margin-left: 0.25rem; }
    .page-custom-landing .landing-swiper-container .swiper-landing-pagination .swiper-pagination-bullet-active {
      opacity: 1;
      background: #fff; }
  @media screen and (min-width: 48em) {
    .page-custom-landing .landingHero {
      min-height: calc(100vh - 6.5rem); }
    .page-custom-landing .landing-section-content {
      max-width: 75ch; }
      .page-custom-landing .landing-section-content h3 {
        margin-top: 0;
        margin-bottom: 2rem;
        padding-bottom: 2rem; }
    .page-custom-landing .landing-row + .landing-row {
      margin-top: 4.5rem; }
    .page-custom-landing .sectionHeader {
      font-size: 3rem;
      padding-bottom: 2rem;
      margin-bottom: 4rem; }
      .page-custom-landing .sectionHeader.skipDeco:after {
        display: none; }
    .page-custom-landing .landing-page-schedule {
      min-width: 300px;
      max-width: 500px;
      margin: 0 auto;
      padding: 2rem 0;
      position: relative; }
      .page-custom-landing .landing-page-schedule:after {
        content: '';
        width: 10%;
        border-bottom: solid #9db6c7 1px;
        border-left: solid #9db6c7 1px;
        border-right: none;
        position: absolute;
        left: 55%;
        transform: translate(-50%);
        top: 0;
        bottom: 0; }
      .page-custom-landing .landing-page-schedule:before {
        content: '';
        width: 10%;
        border-bottom: solid #9db6c7 1px;
        border-right: solid #9db6c7 1px;
        border-left: none;
        position: absolute;
        left: 45%;
        transform: translate(-50%);
        top: 0;
        bottom: 0; }
    .page-custom-landing .top-deco {
      width: 20%;
      border-top: solid #d66352 3px;
      position: absolute;
      left: 50%;
      z-index: 10;
      transform: translate(-50%);
      top: 0;
      bottom: 0; }
    .page-custom-landing .landing-page-schedule-list-top {
      position: relative; }
    .page-custom-landing .scheduleDayLi {
      display: flex;
      justify-content: space-between;
      margin-bottom: 3rem; }
      .page-custom-landing .scheduleDayLi:first-of-type {
        margin-top: 3rem; }
    .page-custom-landing .scheduleDayText {
      display: inline-block;
      width: 50%;
      font-size: 1.5rem;
      text-transform: uppercase;
      padding-right: 1.5rem; }
    .page-custom-landing .scheduleDayItems {
      padding-left: 0;
      width: 50%; }
    .page-custom-landing .scheduleDayItem {
      position: static;
      margin: 0;
      display: flex;
      align-items: center;
      position: relative;
      padding-left: 20%; }
      .page-custom-landing .scheduleDayItem:before, .page-custom-landing .scheduleDayItem:after {
        content: '';
        position: absolute; }
      .page-custom-landing .scheduleDayItem:before {
        width: 1rem;
        height: 1rem;
        left: -0.5rem;
        border-radius: 100%;
        border: solid #9db6c7 2px;
        background: var(--bgColor);
        z-index: 10; }
      .page-custom-landing .scheduleDayItem:after {
        width: 15%;
        height: 2px;
        left: 0;
        background-color: #9db6c7; }
    .page-custom-landing .scheduleDayItem + .scheduleDayItem {
      margin-top: 1rem; }
    .page-custom-landing .landing-swiper-container .swiper-button {
      display: inline-block; } }
  @media screen and (min-width: 64em) {
    .page-custom-landing .landing-container {
      width: 85%;
      margin: 0 auto;
      max-width: 1600px; }
    .page-custom-landing .landingHero h1 {
      font-size: 4rem; }
    .page-custom-landing .landingHero p {
      font-size: 1.5rem; }
    .page-custom-landing .landing-section {
      padding: 5.25rem 0; }
    .page-custom-landing img.landing-row-item {
      max-height: unset;
      object-fit: none;
      max-width: max-content; }
    .page-custom-landing .landing-page-schedule {
      min-width: 300px;
      max-width: 500px;
      margin: 0 auto;
      padding: 2rem 0;
      position: relative; }
      .page-custom-landing .landing-page-schedule:after {
        content: '';
        width: 10%;
        border-bottom: solid #9db6c7 2px;
        border-left: solid #9db6c7 1px;
        border-right: none;
        position: absolute;
        left: 55%;
        transform: translate(-50%);
        top: 0;
        bottom: 0; }
      .page-custom-landing .landing-page-schedule:before {
        content: '';
        width: 10%;
        border-bottom: solid #9db6c7 2px;
        border-right: solid #9db6c7 1px;
        border-left: none;
        position: absolute;
        left: 45%;
        transform: translate(-50%);
        top: 0;
        bottom: 0; }
    .page-custom-landing .top-deco {
      width: 20%;
      border-top: solid #d66352 3px;
      position: absolute;
      left: 50%;
      z-index: 10;
      transform: translate(-50%);
      top: 0;
      bottom: 0; }
    .page-custom-landing .landing-page-schedule-list-top {
      position: relative; }
    .page-custom-landing .scheduleDayLi {
      display: flex;
      justify-content: space-between;
      margin-bottom: 3rem; }
      .page-custom-landing .scheduleDayLi:first-of-type {
        margin-top: 3rem; } }
  .page-custom-landing div[data-sub-layout] {
    margin: 0 !important;
    padding: 0 !important; }

/*----------  Catalog Header  ----------*/
.product-catalog-header {
  margin-bottom: 2.5rem; }
  .product-catalog-header .page-title {
    font-family: "Work Sans";
    font-size: 1.5rem;
    line-height: 1.4em;
    color: white;
    margin-top: 2.5rem;
    margin-bottom: 0; }

.product-catalog-banner {
  margin-top: 1rem;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 48em) {
    .product-catalog-banner {
      margin-top: 1.5rem; } }
  @media screen and (min-width: 64em) {
    .product-catalog-banner {
      margin-top: 2.5rem; } }

.product-catalog-banner-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%; }

.product-catalog-description {
  margin: 1rem auto 0;
  max-width: 48.5rem;
  font-family: "Work Sans";
  font-size: 1.25rem;
  line-height: 1.6em;
  color: rgba(255, 255, 255, 0.8);
  text-align: center; }
  .product-catalog-description p:first-child {
    margin-top: 0; }
  .product-catalog-description p:last-child {
    margin-bottom: 0; }

/*----------  Catalog Grid  ----------*/
.product-grid .product-grid-item {
  width: calc(50% - 1rem);
  margin-bottom: 1rem; }
  @media screen and (min-width: 48em) {
    .product-grid .product-grid-item {
      width: calc(50% - 1.5rem); } }
  @media screen and (min-width: 64em) {
    .product-grid .product-grid-item {
      width: calc(50% - 2.5rem); } }
  @media screen and (min-width: 33.75em) {
    .product-grid .product-grid-item {
      width: calc(33.33333% - 1rem); } }
  @media screen and (min-width: 33.75em) and (min-width: 48em) {
    .product-grid .product-grid-item {
      width: calc(33.33333% - 1.5rem); } }
  @media screen and (min-width: 33.75em) and (min-width: 64em) {
    .product-grid .product-grid-item {
      width: calc(33.33333% - 2.5rem); } }
  @media screen and (min-width: 64em) {
    .product-grid .product-grid-item {
      width: calc(50% - 1rem); } }
  @media screen and (min-width: 64em) and (min-width: 48em) {
    .product-grid .product-grid-item {
      width: calc(50% - 1.5rem); } }
  @media screen and (min-width: 64em) and (min-width: 64em) {
    .product-grid .product-grid-item {
      width: calc(50% - 2.5rem); } }
  @media screen and (min-width: 75em) {
    .product-grid .product-grid-item {
      width: calc(33.33333% - 1rem); } }
  @media screen and (min-width: 75em) and (min-width: 48em) {
    .product-grid .product-grid-item {
      width: calc(33.33333% - 1.5rem); } }
  @media screen and (min-width: 75em) and (min-width: 64em) {
    .product-grid .product-grid-item {
      width: calc(33.33333% - 2.5rem); } }
  @media screen and (min-width: 87.5em) {
    .product-grid .product-grid-item {
      width: calc(25% - 1rem); } }
  @media screen and (min-width: 87.5em) and (min-width: 48em) {
    .product-grid .product-grid-item {
      width: calc(25% - 1.5rem); } }
  @media screen and (min-width: 87.5em) and (min-width: 64em) {
    .product-grid .product-grid-item {
      width: calc(25% - 2.5rem); } }
  @media screen and (min-width: 112.5em) {
    .product-grid .product-grid-item {
      width: calc(16.66667% - 1rem); } }
  @media screen and (min-width: 112.5em) and (min-width: 48em) {
    .product-grid .product-grid-item {
      width: calc(16.66667% - 1.5rem); } }
  @media screen and (min-width: 112.5em) and (min-width: 64em) {
    .product-grid .product-grid-item {
      width: calc(16.66667% - 2.5rem); } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .product-grid .product-grid-item {
      width: calc(50% - 1.5rem); } }
  @media all and (-ms-high-contrast: none) and (min-width: 540px), (-ms-high-contrast: active) and (min-width: 540px) {
    .product-grid .product-grid-item {
      width: calc(25% - 1.5rem); } }
  @media all and (-ms-high-contrast: none) and (min-width: 1024px), (-ms-high-contrast: active) and (min-width: 1024px) {
    .product-grid .product-grid-item {
      width: calc(50% - 2.5rem); } }
  @media all and (-ms-high-contrast: none) and (min-width: 1200px), (-ms-high-contrast: active) and (min-width: 1200px) {
    .product-grid .product-grid-item {
      width: calc(33.33333% - 2.5rem); } }
  @media all and (-ms-high-contrast: none) and (min-width: 1400px), (-ms-high-contrast: active) and (min-width: 1400px) {
    .product-grid .product-grid-item {
      width: calc(25% - 2.5rem); } }
  @media all and (-ms-high-contrast: none) and (min-width: 1800px), (-ms-high-contrast: active) and (min-width: 1800px) {
    .product-grid .product-grid-item {
      width: calc(16.6667% - 2.5rem); } }
  @media screen and (min-width: 48em) {
    .product-grid .product-grid-item {
      margin-bottom: 1.5rem; } }
  @media screen and (min-width: 64em) {
    .product-grid .product-grid-item {
      margin-bottom: 2.5rem; } }

.facet-content > .loading-overlay .loading {
  margin-top: 12.5rem; }

.compare-widget {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  width: 100%;
  padding: 0.5rem 1.5rem 0;
  background: #3f6184;
  border-top: 1px solid #606060;
  transition: all 0.3s ease-out; }
  @media screen and (min-width: 48em) {
    .compare-widget {
      right: 1rem;
      margin-left: 1rem;
      width: auto;
      padding-top: 1.5rem;
      border-right: 1px solid #606060;
      border-left: 1px solid #606060; } }
  @media screen and (min-width: 48em) and (min-width: 48em) {
    .compare-widget {
      right: 1.5rem;
      margin-left: 1.5rem; } }
  @media screen and (min-width: 48em) and (min-width: 64em) {
    .compare-widget {
      right: 2.5rem;
      margin-left: 2.5rem; } }
  .compare-widget.animating, .compare-widget.visible {
    display: block; }
  .compare-widget.animating-in, .compare-widget.animating-out {
    transform: translateY(100%); }
  .compare-widget.visible {
    transform: translateY(0);
    opacity: 1; }
    @media screen and (max-width: 47.9375em) {
      .util-active .compare-widget.visible {
        transform: translateY(-3.5rem); } }
  .compare-widget[data-compare-count="1"] .compare-multiple {
    display: none; }
  .compare-widget:not([data-compare-count="1"]) .compare-one {
    display: none; }

.compare-widget-header {
  text-align: center;
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 48em) {
    .compare-widget-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      text-align: left; } }

@media screen and (min-width: 48em) {
  .compare-widget-toggle {
    display: none; } }

.compare-widget-toggle.is-open svg {
  transform: rotate(180deg); }

.compare-widget-toggle .compare-one,
.compare-widget-toggle .compare-multiple {
  display: block;
  margin-top: 0.5rem; }

@media screen and (min-width: 48em) {
  .compare-widget-content {
    display: flex;
    align-items: center;
    justify-content: space-between; } }

.compare-widget-cancel {
  color: rgba(255, 255, 255, 0.8); }
  @media screen and (min-width: 48em) {
    .compare-widget-cancel {
      display: none; } }

@media screen and (max-width: 47.9375em) {
  .compare-widget-action {
    font-family: "Work Sans";
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-left: 2rem;
    color: #2d2d2d; } }

@media screen and (min-width: 48em) {
  .compare-widget-action {
    font-family: "Work Sans";
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0;
    font-family: inherit;
    background: transparent;
    border: 0;
    border-radius: 100px;
    position: relative;
    display: inline-block;
    height: 3.5rem;
    min-width: 16.875rem;
    padding-right: 1.5em;
    padding-left: 1.5em;
    overflow: hidden;
    font-size: 1rem;
    line-height: 3.5rem;
    text-align: center;
    transition: all 0.2s ease-out;
    height: 2.5rem;
    font-size: 0.875rem;
    line-height: 2.5rem;
    color: #9db6c7;
    border: 1px solid #9db6c7;
    background-color: transparent;
    min-width: 0; } }
  @media screen and (min-width: 48em) and (max-width: 33.6875em) {
    .compare-widget-action {
      font-size: 0.875rem; } }

@media screen and (min-width: 48em) {
    .compare-widget-action:hover {
      opacity: 1; }
    .compare-widget-action:active::before {
      opacity: 0.1;
      transform: scale(0, 0);
      transition-duration: 0s; }
    .compare-widget-action:disabled, .compare-widget-action.button-disabled {
      cursor: not-allowed;
      opacity: 0.8; }
    .compare-widget-action::before {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      pointer-events: none;
      background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
      background-position: 50%;
      background-repeat: no-repeat;
      content: '';
      opacity: 0;
      transform: scale(10, 10);
      transition: transform 0.2s, opacity 0.4s; }
    .compare-widget-action:hover {
      color: white;
      background-color: #2d2d2d; } }

.compare-widget-cta {
  margin-right: 1.5rem;
  color: rgba(255, 255, 255, 0.5); }
  @media screen and (max-width: 47.9375em) {
    .compare-widget-cta {
      display: none; } }

.compare-widget-remove-all {
  color: #2d2d2d;
  font-size: 0.875rem; }
  @media screen and (max-width: 47.9375em) {
    .compare-widget-remove-all {
      display: none; } }

@media screen and (max-width: 47.9375em) {
  .compare-widget-items-wrap {
    display: none;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; } }

@media screen and (min-width: 48em) {
  .compare-widget-items-wrap {
    display: block !important; } }

.compare-widget-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  vertical-align: middle; }
  @media screen and (min-width: 48em) {
    .compare-widget-items {
      margin-left: -0.75rem; } }

.compare-widget-item {
  position: relative;
  display: none;
  margin-right: 0.75rem;
  margin-bottom: 1.5rem;
  margin-left: 0.75rem;
  transition: all 0.2s ease; }
  .compare-widget-item.animating, .compare-widget-item.visible {
    display: block; }
  .compare-widget-item.animating-in, .compare-widget-item.animating-out {
    transform: scale(0);
    opacity: 0; }
  @media screen and (max-width: 33.6875em) {
    .compare-widget-item:first-child:nth-last-child(3) .compare-widget-item-image,
    .compare-widget-item:first-child:nth-last-child(3) ~ .compare-widget-item .compare-widget-item-image {
      width: calc(33.3333vw - 2.5rem);
      height: calc(33.3333vw - 2.5rem); } }

.compare-widget-item-image {
  width: calc(50vw - 4rem);
  height: calc(50vw - 4rem);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #fff; }
  @media screen and (min-width: 33.75em) {
    .compare-widget-item-image {
      width: 5.75rem;
      height: 5.75rem; } }

.compare-widget-item-remove {
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  text-align: center; }
  @media screen and (min-width: 48em) {
    .compare-widget-item-remove {
      position: absolute;
      top: 0;
      height: 100%;
      color: transparent; }
      .compare-widget-item-remove:before {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        font-size: 1.25rem;
        color: #000;
        background-color: rgba(255, 255, 255, 0.7);
        opacity: 0;
        transition: opacity 0.2s ease-out;
        content: '\00d7'; }
      .compare-widget-item-remove:hover:before {
        opacity: 1; } }

.compare-widget-footer {
  flex: 0 0 auto;
  padding-bottom: 1.5rem;
  vertical-align: middle; }
  @media screen and (max-width: 47.9375em) {
    .compare-widget-footer {
      text-align: center; } }
  @media screen and (min-width: 48em) {
    .compare-widget-footer {
      margin-left: 1.75rem; } }

@media screen and (max-width: 56.1875em) {
  .facet-block-container {
    display: none; }
    .facet-block-container.is-visible {
      display: block; } }

@media screen and (max-width: 83.0625em) and (min-width: 64em) {
  .facet-block-container {
    display: none; }
    .facet-block-container.is-visible {
      display: block;
      border-left: 1px solid #606060; } }

@media screen and (min-width: 83.125em) {
  .facet-block-container {
    display: flex;
    flex: 0 1 auto;
    height: 100%; } }

@media screen and (max-width: 63.9375em) and (min-width: 56.25em) {
  .facet-block-container {
    display: flex;
    flex: 0 1 auto;
    height: 100%; } }

@media screen and (min-width: 83.125em) {
  .facet-block-container .catalog-util-label {
    display: inline-flex;
    align-items: center; } }

@media screen and (max-width: 63.9375em) and (min-width: 56.25em) {
  .facet-block-container .catalog-util-label {
    display: inline-flex;
    align-items: center; } }

@media screen and (max-width: 74.9375em) and (min-width: 83.125em) {
  .facet-block-container .catalog-util-label {
    display: none; } }

.facet-block.is-overflowing {
  visibility: hidden; }

.facet-block-title {
  display: none;
  font-family: "Work Sans"; }
  .dropdown-more-menu .facet-block-title {
    display: block;
    margin-bottom: 1rem; }

.more-menu .dropdown-toggle {
  color: #2d2d2d;
  transform: translateX(0); }

.dropdown-more-menu {
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  flex-wrap: wrap;
  border-top: 1px solid #606060;
  border-bottom: 1px solid #606060; }
  @media screen and (min-width: 48em) {
    .dropdown-more-menu {
      padding-top: 1.5rem;
      padding-right: 1.5rem;
      padding-bottom: 1.5rem;
      padding-left: 1.5rem; } }
  @media screen and (min-width: 64em) {
    .dropdown-more-menu {
      padding-top: 2.5rem;
      padding-right: 2.5rem;
      padding-bottom: 2.5rem;
      padding-left: 2.5rem; } }
  .dropdown-more-menu.visible {
    display: flex !important; }
  .dropdown-more-menu .facet-block-content {
    flex-grow: 1;
    padding-left: 0;
    margin-bottom: 2rem; }

.facet-block-content {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

.facet-item-link {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.2s ease; }
  .facet-item-link:hover {
    opacity: 1;
    color: #2d2d2d; }

.facet-item-count,
.rating-and-up-text {
  margin-left: 0.5rem;
  font-size: 0.75rem; }

.facet-control-range {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 14.375rem; }
  .facet-control-range .form-field {
    width: calc(50% - 0.5rem); }
  .facet-control-range .form-actions {
    margin-top: 1rem; }

.facet-control-hierarchy .facet-item:not(:last-child),
.facet-control-multi .facet-item:not(:last-child) {
  margin-bottom: 0.5rem; }

.facet-control-hierarchy .checkbox-box,
.facet-control-multi .checkbox-box {
  margin-right: 0.5rem;
  text-align: center;
  color: white; }
  .facet-control-hierarchy .checkbox-box svg,
  .facet-control-multi .checkbox-box svg {
    width: 0.625rem; }

.facet-toggle-more {
  margin-top: 1rem;
  color: #2d2d2d; }
  .facet-toggle-more::before {
    margin-right: 0.3125rem;
    content: "+"; }

.product-grid-item {
  position: relative;
  overflow: hidden;
  text-align: center; }
  .product-grid-item:hover .grid-item-overlay {
    opacity: 1; }
  .product-grid-item:hover .button {
    bottom: 0; }
  .product-grid-item:hover .product-badge {
    color: #fff;
    background-color: #000;
    transform: scale(0.66); }
  @media (any-hover: none), (any-hover: on-demand) {
    .product-grid-item .has-quickshop .grid-item-overlay {
      bottom: -112px; }
    .product-grid-item .no-options .grid-item-overlay {
      bottom: auto; }
    .product-grid-item .grid-item-overlay {
      width: 100%;
      top: auto;
      right: auto;
      bottom: -55px;
      left: auto;
      position: absolute;
      padding: 0;
      margin-top: 1rem;
      background-color: transparent;
      opacity: 1; }
      .product-grid-item .grid-item-overlay .button {
        height: 2.5rem;
        font-size: 0.875rem;
        line-height: 2.5rem;
        color: white;
        color: #fff;
        background-color: #2d2d2d;
        bottom: auto;
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
        .product-grid-item .grid-item-overlay .button:hover {
          background-color: #242424; }
        .product-grid-item .grid-item-overlay .button + .button {
          height: 2.5rem;
          font-size: 0.875rem;
          line-height: 2.5rem;
          color: #9db6c7;
          border: 1px solid #9db6c7;
          background-color: transparent; }
          .product-grid-item .grid-item-overlay .button + .button:hover {
            color: white;
            background-color: #2d2d2d; } }
      @media (any-hover: none) and (any-hover: none), (any-hover: on-demand) and (any-hover: none), (any-hover: none) and (any-hover: on-demand), (any-hover: on-demand) and (any-hover: on-demand) {
        .product-grid-item .grid-item-overlay .button + .button {
          background-color: #343e49; } }
  .product-grid-item .rating-stars {
    margin-top: 1rem; }
  .product-grid-item .price {
    display: block;
    margin-top: 0.5rem; }
  .product-grid-item .product-badge {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transition: all 0.2s ease-out;
    transform-origin: top right; }
  .product-grid-item .flickity-page-dots {
    bottom: 10px; }

.grid-item-image-container {
  position: relative;
  overflow: hidden; }
  @media (any-hover: none), (any-hover: on-demand) {
    .grid-item-image-container {
      overflow: visible;
      margin-bottom: 62px; }
      .grid-item-image-container.no-options {
        margin-bottom: 0; }
      .grid-item-image-container.has-quickshop {
        margin-bottom: 125px; } }

.grid-item-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%; }

.grid-item-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.2s ease-out; }
  .grid-item-overlay .button {
    position: relative;
    bottom: 2rem;
    width: 100%;
    max-width: 13.75rem;
    min-width: 0;
    font-size: 0.75rem;
    transition: bottom 0.2s ease-out; }
    .grid-item-overlay .button + .button {
      margin-top: 1rem;
      margin-left: 0; }

.grid-item-overlay-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.product-grid-item-name, .account-product-item-title {
  font-family: "Work Sans";
  font-size: 1rem;
  line-height: 1.4em;
  color: white;
  margin-top: 1rem;
  transition: color 0.2s ease-out;
  color: #333333; }
  .product-grid-item-name:hover, .account-product-item-title:hover {
    color: #2d2d2d; }

.product-grid-item-out-of-stock-message {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-family: "Work Sans";
  font-size: 0.875rem; }

.product-badge {
  height: 2.5rem;
  padding-right: 1.25em;
  padding-left: 1.25em;
  line-height: 2.5rem;
  color: white;
  background-color: #2d2d2d; }
  .product-badge.product-badge-sold-out {
    background-color: #000; }

.compare-checkbox:focus ~ .compare-checkbox-label .compare-checkbox-box {
  outline: #2d2d2d auto 3px;
  outline-offset: 2px; }

.compare-checkbox-label {
  position: relative;
  display: inline-flex;
  margin-top: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer; }
  .compare-checkbox-label .compare-checkbox-box {
    margin-right: 0.5rem;
    overflow: hidden;
    color: white; }
  .compare-checkbox-label svg {
    width: 0.625rem; }

.flickity-prev-next-button {
  width: 3.125rem;
  height: 3.125rem;
  color: #95a4b4;
  background-color: #495767;
  border-radius: 0;
  transition: background-color 0.2s ease-out; }
  .flickity-prev-next-button.previous {
    left: 0.5rem; }
    @media screen and (min-width: 48em) {
      .flickity-prev-next-button.previous {
        left: 0.75rem; } }
    @media screen and (min-width: 64em) {
      .flickity-prev-next-button.previous {
        left: 1.25rem; } }
  .flickity-prev-next-button.next {
    right: 0.5rem; }
    @media screen and (min-width: 48em) {
      .flickity-prev-next-button.next {
        right: 0.75rem; } }
    @media screen and (min-width: 64em) {
      .flickity-prev-next-button.next {
        right: 1.25rem; } }
  .flickity-prev-next-button:hover {
    background-color: #546476; }
  .flickity-prev-next-button svg {
    transform: scale(0.5); }
  .flickity-prev-next-button .arrow {
    fill: currentColor; }

.quick-view-link {
  letter-spacing: 0.125rem;
  color: #2d2d2d;
  text-transform: uppercase; }

.modal-quick-add .modal-content,
.modal-quick-view .modal-content {
  opacity: 0; }
  .loaded .modal-quick-add .modal-content, .loaded
  .modal-quick-view .modal-content {
    opacity: 1; }

.modal-quick-add .product-actions,
.modal-quick-view .product-actions {
  padding-top: 0;
  border-top: 0; }
  .modal-quick-add .product-actions .button + .button,
  .modal-quick-view .product-actions .button + .button {
    margin-top: 1.25em; }
    @media screen and (min-width: 39.6875em) {
      .modal-quick-add .product-actions .button + .button,
      .modal-quick-view .product-actions .button + .button {
        margin-top: 0; } }

.modal-quick-add .dropdown-panel,
.modal-quick-view .dropdown-panel {
  z-index: 13; }

@media screen and (min-width: 64em) {
  .modal-quick-view .product-image-slides-wrap {
    top: 2.5rem; } }

.modal-quick-add .product-title {
  width: 100%;
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 48em) {
    .modal-quick-add .product-title {
      margin-bottom: 2.5rem; } }

.modal-quick-add .quick-view-link {
  display: inline-block;
  margin-top: 2rem; }

@media screen and (max-width: 56.1875em) {
  .catalog-util-bar-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    transition: transform 0.3s ease-out; }
    .compare-active .catalog-util-bar-wrapper {
      transform: translateY(100%); }
    .util-active .catalog-util-bar-wrapper {
      transform: none; } }

@media screen and (max-width: 83.0625em) and (min-width: 64em) {
  .catalog-util-bar-wrapper {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 11;
    width: calc(100% - 21.6875rem);
    transition: transform 0.3s ease-out; }
    .compare-active .catalog-util-bar-wrapper {
      transform: translateY(100%); }
    .util-active .catalog-util-bar-wrapper {
      transform: none; } }

@media screen and (min-width: 83.125em) {
  .catalog-util-bar-wrapper {
    margin-bottom: 1rem;
    position: sticky;
    top: calc(7.5rem - 1px);
    z-index: 3;
    background-color: #343e49; } }
  @media screen and (min-width: 83.125em) and (min-width: 48em) {
    .catalog-util-bar-wrapper {
      margin-bottom: 1.5rem; } }
  @media screen and (min-width: 83.125em) and (min-width: 64em) {
    .catalog-util-bar-wrapper {
      margin-bottom: 2.5rem; } }

@media screen and (max-width: 63.9375em) and (min-width: 56.25em) {
  .catalog-util-bar-wrapper {
    margin-bottom: 1rem;
    position: sticky;
    top: calc(7.5rem - 1px);
    z-index: 3;
    background-color: #343e49; } }
  @media screen and (max-width: 63.9375em) and (min-width: 56.25em) and (min-width: 48em) {
    .catalog-util-bar-wrapper {
      margin-bottom: 1.5rem; } }
  @media screen and (max-width: 63.9375em) and (min-width: 56.25em) and (min-width: 64em) {
    .catalog-util-bar-wrapper {
      margin-bottom: 2.5rem; } }

.catalog-util-bar-toggle {
  position: absolute;
  bottom: 100%;
  display: none;
  width: 100%;
  border-top: 4px solid #2d2d2d; }
  .compare-active .catalog-util-bar-toggle {
    display: block; }
  .catalog-util-bar-toggle .button {
    right: 1rem;
    position: absolute;
    bottom: 4px;
    height: 2.5rem;
    min-width: 0;
    padding: 0 0.625rem; }
    @media screen and (min-width: 48em) {
      .catalog-util-bar-toggle .button {
        right: 1.5rem; } }
    @media screen and (min-width: 64em) {
      .catalog-util-bar-toggle .button {
        right: 2.5rem; } }

@media screen and (max-width: 56.1875em) {
  .catalog-util-bar {
    position: fixed;
    top: 0;
    bottom: 3.5rem;
    overflow-y: auto;
    width: 100%;
    background-color: #343e49;
    transform: translateY(100%);
    transition: transform 0.2s ease; }
    .is-visible .catalog-util-bar {
      transform: translateY(0); } }

@media screen and (max-width: 83.0625em) and (min-width: 64em) {
  .catalog-util-bar {
    position: fixed;
    top: 0;
    bottom: 3.5rem;
    overflow-y: auto;
    width: calc(100% - 21.6875rem);
    background-color: #343e49;
    transform: translateY(100%);
    transition: transform 0.2s ease; }
    .is-visible .catalog-util-bar {
      transform: translateY(0); } }

@media screen and (min-width: 83.125em) {
  .catalog-util-bar {
    display: flex;
    align-items: center;
    height: 3.8125rem;
    border-top: 1px solid #606060;
    border-bottom: 1px solid #606060; } }

@media screen and (max-width: 63.9375em) and (min-width: 56.25em) {
  .catalog-util-bar {
    display: flex;
    align-items: center;
    height: 3.8125rem;
    border-top: 1px solid #606060;
    border-bottom: 1px solid #606060; } }

.catalog-util-bar .util-panel-close {
  position: absolute;
  top: 1.375rem;
  right: 1.5rem;
  z-index: 1;
  padding: 0; }
  @media screen and (min-width: 83.125em) {
    .catalog-util-bar .util-panel-close {
      display: none; } }
  @media screen and (max-width: 63.9375em) and (min-width: 56.25em) {
    .catalog-util-bar .util-panel-close {
      display: none; } }
  .catalog-util-bar .util-panel-close svg {
    width: 1.25rem;
    height: 1.25rem; }

.catalog-util-bar .dropdown {
  display: block; }
  @media screen and (max-width: 56.1875em) {
    .catalog-util-bar .dropdown {
      padding-right: 1.5rem;
      padding-left: 1.5rem; } }
  @media screen and (max-width: 83.0625em) and (min-width: 64em) {
    .catalog-util-bar .dropdown {
      padding-right: 1.5rem;
      padding-left: 1.5rem; } }
  @media screen and (min-width: 83.125em) {
    .catalog-util-bar .dropdown {
      display: flex;
      flex: 0 0 auto;
      align-items: center;
      height: 100%; } }
  @media screen and (max-width: 63.9375em) and (min-width: 56.25em) {
    .catalog-util-bar .dropdown {
      display: flex;
      flex: 0 0 auto;
      align-items: center;
      height: 100%; } }

.catalog-util-bar .dropdown-toggle {
  padding: 1.5rem 0;
  font-family: "Work Sans"; }
  @media screen and (max-width: 56.1875em) {
    .catalog-util-bar .dropdown-toggle {
      position: relative;
      width: 100%;
      text-align: left;
      border-bottom: 1px solid #606060; }
      .catalog-util-bar .dropdown-toggle::before {
        position: absolute;
        right: 0.25rem;
        top: 50%;
        display: block;
        height: 0.5rem;
        width: 0.5rem;
        margin-top: -0.125rem;
        border-style: solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-width: 1px 1px 0 0;
        content: "";
        transform: rotate(45deg);
        transition: all 0.1s linear; } }
  @media screen and (max-width: 83.0625em) and (min-width: 64em) {
    .catalog-util-bar .dropdown-toggle {
      position: relative;
      width: 100%;
      text-align: left;
      border-bottom: 1px solid #606060; }
      .catalog-util-bar .dropdown-toggle::before {
        position: absolute;
        right: 0.25rem;
        top: 50%;
        display: block;
        height: 0.5rem;
        width: 0.5rem;
        margin-top: -0.125rem;
        border-style: solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-width: 1px 1px 0 0;
        content: "";
        transform: rotate(45deg);
        transition: all 0.1s linear; } }
  @media screen and (min-width: 83.125em) {
    .catalog-util-bar .dropdown-toggle {
      height: 100%;
      padding: 0 1.875rem 0 1.25rem;
      line-height: 0; }
      .catalog-util-bar .dropdown-toggle:hover, .catalog-util-bar .dropdown-toggle:focus, .catalog-util-bar .dropdown-toggle.tether-enabled {
        background-color: #3f6184;
        outline: 0; } }
  @media screen and (max-width: 63.9375em) and (min-width: 56.25em) {
    .catalog-util-bar .dropdown-toggle {
      height: 100%;
      padding: 0 1.875rem 0 1.25rem;
      line-height: 0; }
      .catalog-util-bar .dropdown-toggle:hover, .catalog-util-bar .dropdown-toggle:focus, .catalog-util-bar .dropdown-toggle.tether-enabled {
        background-color: #3f6184;
        outline: 0; } }
  .catalog-util-bar .dropdown-toggle.dropdown-visible::before {
    transform: rotate(0);
    width: 0.75rem;
    height: 0;
    margin-top: 0; }
  .catalog-util-bar .dropdown-toggle svg {
    position: absolute;
    right: 0.75rem;
    margin-bottom: 0.125rem;
    margin-left: 0.5rem; }
    @media screen and (max-width: 56.1875em) {
      .catalog-util-bar .dropdown-toggle svg {
        display: none; } }
    @media screen and (max-width: 83.0625em) and (min-width: 64em) {
      .catalog-util-bar .dropdown-toggle svg {
        display: none; } }

.catalog-util-bar .catalog-util-dropdown-panel {
  position: absolute;
  top: 100%; }

.catalog-util-bar .more-menu {
  visibility: hidden; }
  @media screen and (max-width: 56.1875em) {
    .catalog-util-bar .more-menu {
      display: none; } }
  @media screen and (max-width: 83.0625em) and (min-width: 64em) {
    .catalog-util-bar .more-menu {
      display: none; } }
  .catalog-util-bar .more-menu.is-visible {
    visibility: visible; }

@media screen and (max-width: 56.1875em) {
  .catalog-util-label {
    display: block;
    padding: 1.5rem;
    text-align: center;
    border-bottom: 1px solid #606060; } }

@media screen and (max-width: 83.0625em) and (min-width: 64em) {
  .catalog-util-label {
    display: block;
    padding: 1.5rem;
    text-align: center;
    border-bottom: 1px solid #606060; } }

@media screen and (min-width: 83.125em) {
  .catalog-util-label {
    flex: 0 0 auto;
    margin-right: 1rem; } }

@media screen and (max-width: 63.9375em) and (min-width: 56.25em) {
  .catalog-util-label {
    flex: 0 0 auto;
    margin-right: 1rem; } }

.catalog-util-dropdown-panel {
  min-width: 14.375rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  @media screen and (min-width: 83.125em) {
    .catalog-util-dropdown-panel {
      border: 1px solid #606060; } }
  @media screen and (max-width: 63.9375em) and (min-width: 56.25em) {
    .catalog-util-dropdown-panel {
      border: 1px solid #606060; } }
  .catalog-util-dropdown-panel .form-label {
    color: rgba(255, 255, 255, 0.8); }
    .catalog-util-dropdown-panel .form-label:last-child {
      padding-bottom: 0; }

.catalog-shop-by {
  margin-top: -0.5rem; }

.catalog-shop-by-action {
  display: block;
  padding: 0.5rem 1.5rem; }
  .catalog-shop-by-action:hover {
    background-color: #3f6184; }

@media screen and (max-width: 56.1875em) {
  .sort-block-container {
    display: none; }
    .sort-block-container.is-visible {
      display: block; }
    .sort-block-container .dropdown-toggle {
      display: none; }
    .sort-block-container .dropdown-panel {
      display: block !important; } }

@media screen and (max-width: 83.0625em) and (min-width: 64em) {
  .sort-block-container {
    display: none; }
    .sort-block-container.is-visible {
      display: block; }
    .sort-block-container .dropdown-toggle {
      display: none; }
    .sort-block-container .dropdown-panel {
      display: block !important; } }

@media screen and (min-width: 83.125em) {
  .sort-block-container {
    flex: 0 0 auto;
    height: 100%;
    padding-left: 1rem;
    margin-left: auto; } }

@media screen and (max-width: 63.9375em) and (min-width: 56.25em) {
  .sort-block-container {
    flex: 0 0 auto;
    height: 100%;
    padding-left: 1rem;
    margin-left: auto; } }

.product-list-sort {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.catalog-util-active-filters {
  display: flex;
  align-items: center;
  padding-top: 1.5rem; }
  @media screen and (max-width: 56.1875em) {
    .catalog-util-active-filters {
      position: relative;
      padding: 0.5rem;
      background-color: #343e49;
      border-top: 1px solid #606060; } }
  @media screen and (max-width: 83.0625em) and (min-width: 64em) {
    .catalog-util-active-filters {
      position: relative;
      padding: 0.5rem;
      background-color: #343e49;
      border-top: 1px solid #606060; } }
  .catalog-util-active-filters .icon-star-full:not(:first-child) {
    margin-left: 0.5rem; }
  .catalog-util-active-filters .icon-x {
    width: 0.625rem;
    margin-left: 1rem; }
  .catalog-util-active-filters .clear-all {
    color: #2d2d2d;
    font-size: 0.875rem; }

.catalog-util-active-filter {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  margin-right: 1rem;
  background-color: #3f6184; }

.catalog-util-button-wrapper {
  display: flex;
  background-color: #343e49; }
  @media screen and (min-width: 83.125em) {
    .catalog-util-button-wrapper {
      display: none; } }
  @media screen and (max-width: 63.9375em) and (min-width: 56.25em) {
    .catalog-util-button-wrapper {
      display: none; } }
  .catalog-util-button-wrapper .button {
    flex: 1;
    min-width: 0; }
    .catalog-util-button-wrapper .button:first-child {
      margin-right: 1px; }
    .catalog-util-button-wrapper .button + .button {
      margin-left: 0; }

.product-images .product-image-slide {
  display: none;
  width: 100%;
  height: auto; }

.product-images .flickity-viewport {
  margin-bottom: 0; }
  .product-images .flickity-viewport .product-image-slide {
    display: block;
    opacity: 0;
    transition: opacity 0.2s ease-out; }
    .product-images .flickity-viewport .product-image-slide.is-selected {
      opacity: 1; }
    .product-images .flickity-viewport .product-image-slide img {
      width: 100%; }

.product-images-pagination-item {
  display: inline-block;
  width: 4.125rem;
  padding-bottom: 4.125rem;
  margin-top: 2.5rem;
  margin-right: 1rem;
  cursor: pointer;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  background-size: cover;
  transition: opacity 0.2s ease; }
  .product-images-pagination-item:last-child {
    margin-right: 0; }
  .product-images-pagination-item:hover {
    opacity: 0.75; }
  .product-images-pagination-item.active {
    border: 2px solid #d66352;
    position: relative; }

.swatch-value {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5); }

.form-field-swatch .form-field-control {
  display: flex;
  flex-wrap: wrap; }

.form-field-swatch .swatch-wrap {
  position: relative;
  float: left;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px solid rgba(96, 96, 96, 0.5); }

.form-field-swatch .swatch-none .swatch {
  overflow: visible;
  border: 1px solid transparent; }
  .form-field-swatch .swatch-none .swatch svg {
    width: 1.6875rem;
    height: 1.6875rem; }

.form-field-swatch .swatch {
  position: relative;
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid transparent; }
  .form-field-swatch .swatch::before {
    display: none; }

.form-field-swatch .swatch-wrap:hover .swatch {
  border-color: #606060; }

.form-field-swatch .swatch-color {
  position: absolute;
  top: 0.0625rem;
  right: 0.0625rem;
  bottom: 0.0625rem;
  left: 0.0625rem;
  background-size: cover; }
  .form-field-swatch .swatch-color.secondary {
    left: 50%; }
  .form-field-swatch .swatch-color.tertiary {
    top: 50%;
    left: 50%; }

.form-field-swatch .swatch-radio {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0; }
  .form-field-swatch .swatch-radio:checked + .swatch::after {
    position: absolute;
    top: -0.3125rem;
    right: -0.3125rem;
    width: 1.125rem;
    height: 1.125rem;
    background: #2d2d2d;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' viewBox='0 0 16 16'%3E%3Cpath class='checkmark' fill='none' stroke='%23fff' stroke-width='2' stroke-miterlimit='10' d='M1 8l5 6 9-11'/%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    border-radius: 50%;
    content: ''; }

.form-field-swatch .swatch-pattern-expanded {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  display: none;
  padding: 3px;
  background: #343e49;
  transform: translateX(-50%); }
  .form-field-swatch .swatch-pattern-expanded img {
    display: block;
    width: 6.25rem;
    max-width: none; }

@media screen and (min-width: 48em) {
  .form-field-swatch .swatch-wrap:hover .swatch-pattern-expanded {
    display: block; } }

.form-field-rectangle .form-field-control {
  display: flex;
  flex-wrap: wrap; }

.form-field-rectangle .rectangle {
  position: relative;
  display: block;
  flex: 0 0 auto;
  margin-right: 0.75rem; }
  .form-field-rectangle .rectangle:hover .rectangle-text {
    border-color: #2d2d2d; }
  .form-field-rectangle .rectangle.form-label {
    min-width: 2rem;
    color: #000; }

.form-field-rectangle .rectangle-text {
  display: block;
  height: 2rem;
  padding: 0 0.5rem;
  font-weight: 300;
  line-height: 2;
  text-align: center;
  border: 1px solid #606060; }
  .form-field-rectangle .rectangle-text::before {
    opacity: 0; }

.form-field-rectangle .form-input, .form-field-rectangle .modal-leave-review .product-item-rating, .modal-leave-review .form-field-rectangle .product-item-rating {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0; }
  .form-field-rectangle .form-input:checked + .rectangle-text, .form-field-rectangle .modal-leave-review .product-item-rating:checked + .rectangle-text, .modal-leave-review .form-field-rectangle .product-item-rating:checked + .rectangle-text {
    color: #fff;
    background-color: #2d2d2d;
    border-color: #2d2d2d; }

.form-field-product-list-images .form-field-control {
  border: 1px solid #606060; }

.form-field-checkbox .form-label-text, .form-field-checkbox .shipping-calculator .form-field-radio span, .shipping-calculator .form-field-radio .form-field-checkbox span,
.form-field-radio .form-label-text,
.shipping-calculator .form-field-radio span,
.form-field-product-list .form-label-text,
.form-field-product-list .shipping-calculator .form-field-radio span,
.shipping-calculator .form-field-radio .form-field-product-list span {
  display: inline-block;
  padding-left: 1.75rem;
  vertical-align: middle;
  cursor: pointer; }

.product-picklist-item {
  position: relative; }
  .product-picklist-item input[type='radio'] + .product-picklist-item-body::before {
    position: absolute;
    top: 50%;
    left: 9.375rem;
    display: inline-block;
    width: 1.125rem;
    height: 1.125rem;
    border: 1px solid #606060;
    border-radius: 50%;
    transform: translateY(-50%);
    content: ''; }
  .product-picklist-item input[type='radio']:checked + .product-picklist-item-body::before {
    background-color: #2d2d2d;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Ccircle cx='8' cy='8' r='4' fill='%23fff' /%3E%3C/svg%3E ");
    background-position: 50% center;
    background-repeat: no-repeat;
    border: 1px solid #2d2d2d;
    content: ''; }

.product-picklist-item-body {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 3.75rem;
  padding: 0.625rem 1.25rem;
  cursor: pointer; }
  .product-picklist-item-body.picklist-none {
    padding-left: 9.375rem; }

.product-picklist-image-wrap {
  flex: 0 0 auto;
  width: 6.25rem;
  margin-right: 1.875rem; }

.product-picklist-image {
  vertical-align: bottom; }

.product-picklist-label-text {
  flex: 0 1 auto;
  line-height: 1.4em; }

.form-field-date {
  max-width: 100%; }
  .form-field-date .form-field-control {
    display: flex;
    align-items: center; }
  .form-field-date .form-select {
    width: 100%; }
  .form-field-date .form-date-year {
    width: 44%; }
  .form-field-date .form-date-month {
    width: 25%;
    margin-right: 3%;
    margin-left: 3%; }
  .form-field-date .form-date-day {
    width: 25%; }

.option-unavailable {
  opacity: 0.5; }
  .option-unavailable .swatch-radio {
    cursor: not-allowed; }

.price {
  font-family: "Work Sans";
  color: #000; }
  .price .price-withtax,
  .price .price-withouttax {
    display: block; }
  .price .price-saved {
    display: block;
    margin-top: 0.5rem;
    font-size: 1.25rem; }
  .price .price-value {
    display: inline-block; }

.price-rrp {
  text-decoration: line-through; }

.prices-both .price-withouttax,
.prices-both-onsale .price-withouttax {
  display: block;
  margin-top: 0.125rem; }

.prices-both-onsale .price-rrp,
.prices-taxed-onsale .price-rrp,
.prices-notax-onsale .price-rrp {
  margin-right: 0.5rem; }

.prices-both-onsale .price-value,
.prices-taxed-onsale .price-value,
.prices-notax-onsale .price-value {
  color: white; }

.price-is-discounted {
  text-decoration: line-through; }

.single-product-page {
  max-width: 75rem;
  padding-top: 5rem;
  margin: 0 auto; }
  .single-product-page .productSingleBreadcrumbHolder {
    width: 100%;
    display: none; }
    .single-product-page .productSingleBreadcrumbHolder .breadcrumbs a {
      text-decoration: none; }
    @media screen and (min-width: 64em) {
      .single-product-page .productSingleBreadcrumbHolder {
        display: block; }
        .single-product-page .productSingleBreadcrumbHolder span:nth-of-type(n + 2) {
          display: none; }
        .single-product-page .productSingleBreadcrumbHolder .breadcrumb-active {
          display: none; } }

.product-images,
.product-details {
  flex: 0 1 auto;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  margin-left: 0;
  margin-right: 0; }
  @media screen and (min-width: 48em) {
    .product-images,
    .product-details {
      margin-right: 0.75rem;
      margin-left: 0.75rem; } }
  @media screen and (min-width: 64em) {
    .product-images,
    .product-details {
      margin-right: 1.25rem;
      margin-left: 1.25rem; } }

.single-product-form-section {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  align-items: center; }

.product-images {
  width: calc(100% - 1rem); }
  @media screen and (min-width: 48em) {
    .product-images {
      width: calc(100% - 1.5rem); } }
  @media screen and (min-width: 64em) {
    .product-images {
      width: calc(100% - 2.5rem); } }
  @media screen and (min-width: 64em) {
    .product-images {
      width: calc(50% - 1rem); } }
  @media screen and (min-width: 64em) and (min-width: 48em) {
    .product-images {
      width: calc(50% - 1.5rem); } }
  @media screen and (min-width: 64em) and (min-width: 64em) {
    .product-images {
      width: calc(50% - 2.5rem); } }

@media screen and (min-width: 64em) {
  .product-image-slides-wrap {
    position: sticky;
    top: 10rem; } }

.product-details {
  width: calc(100% - 1rem);
  position: relative; }
  @media screen and (min-width: 48em) {
    .product-details {
      width: calc(100% - 1.5rem); } }
  @media screen and (min-width: 64em) {
    .product-details {
      width: calc(100% - 2.5rem); } }
  @media screen and (min-width: 64em) {
    .product-details {
      width: calc(50% - 1rem);
      padding: 0 1rem; } }
  @media screen and (min-width: 64em) and (min-width: 48em) {
    .product-details {
      width: calc(50% - 1.5rem); } }
  @media screen and (min-width: 64em) and (min-width: 64em) {
    .product-details {
      width: calc(50% - 2.5rem); } }
  .product-details .product-badge {
    display: inline-block; }
  .product-details .price {
    margin-top: 1rem;
    font-size: 1.5rem; }

.product-details-header .rating-stars {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.product-title {
  margin-bottom: 0.5rem; }

.product-brand,
.product-custom-field {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-family: "Work Sans";
  color: #000;
  font-weight: 300; }

.product-stock {
  color: #000; }
  .product-stock.product-stock-low {
    color: #3f6184; }
  .product-stock.product-stock-hidden {
    display: none; }

.product-release-date {
  margin-top: 1rem; }

.product-description {
  margin-top: 1rem;
  font-family: "Work Sans";
  opacity: 0; }
  .product-quick-view .product-description, .product-description.loaded {
    opacity: 1; }

.product-description-read-more {
  display: inline-block;
  margin-top: 1rem; }

.add-to-cart-form {
  color: #000; }
  .add-to-cart-form .form-field-title {
    display: block;
    padding-bottom: 0.625rem;
    color: #1a1a1a; }

.product-options {
  display: inline-block;
  width: 100%; }
  .product-options .form-field:first-child {
    margin-top: 1rem; }

.add-to-cart-quantity-container {
  width: 50%; }
  .add-to-cart-quantity-container .form-label-text, .add-to-cart-quantity-container .shipping-calculator .form-field-radio span, .shipping-calculator .form-field-radio .add-to-cart-quantity-container span {
    display: block;
    padding-bottom: 0.625rem; }

.single-product-bulk-pricing-block {
  padding: 1.5rem 0;
  font-family: "Work Sans";
  font-weight: 300; }

.bulk-pricing-title {
  font-weight: 600; }

.product-actions {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2.5rem;
  border-top: 1px solid #606060; }
  .product-actions .dropdown {
    max-width: 13.4375rem;
    margin-right: 1.25em; }
  .product-actions .button {
    min-width: 13.4375rem;
    padding: 0; }
    .product-actions .button:first-child {
      margin-right: 0; }
      @media screen and (max-width: 47.9375em) and (min-width: 30em) {
        .product-actions .button:first-child {
          margin-right: 1.25em; } }
      @media screen and (max-width: 79.1875em) and (min-width: 64em) {
        .product-actions .button:first-child {
          margin-right: 1.25em; } }
    @media screen and (max-width: 30.9375em) {
      .product-actions .button + .button {
        margin-top: 1.25em; } }
    @media screen and (max-width: 79.1875em) and (min-width: 64em) {
      .product-actions .button + .button {
        margin-top: 1.25em;
        margin-left: 0; } }
  .product-actions .button-primary, .product-actions .account-button-primary, .product-actions .button-contact-submit, .product-actions .backorder-modal .button, .backorder-modal .product-actions .button {
    background-color: #2d2d2d;
    color: white; }
    .product-actions .button-primary:hover, .product-actions .account-button-primary:hover, .product-actions .button-contact-submit:hover, .product-actions .backorder-modal .button:hover, .backorder-modal .product-actions .button:hover {
      opacity: 0.8; }
  .product-actions .button-secondary, .product-actions .account-button-secondary, .product-actions [data-payment-method-form] .button:not(.button-primary):not(.account-button-primary):not(.button-contact-submit), [data-payment-method-form] .product-actions .button:not(.button-primary):not(.account-button-primary):not(.button-contact-submit),
  .product-actions [data-address-form] .button:not(.button-primary):not(.account-button-primary):not(.button-contact-submit), [data-address-form] .product-actions .button:not(.button-primary):not(.account-button-primary):not(.button-contact-submit) {
    color: #5e6b76;
    border: 1px solid #5e6b76; }
    .product-actions .button-secondary:hover, .product-actions .account-button-secondary:hover, .product-actions [data-payment-method-form] .button:hover:not(.button-primary):not(.account-button-primary):not(.button-contact-submit), [data-payment-method-form] .product-actions .button:hover:not(.button-primary):not(.account-button-primary):not(.button-contact-submit),
    .product-actions [data-address-form] .button:hover:not(.button-primary):not(.account-button-primary):not(.button-contact-submit), [data-address-form] .product-actions .button:hover:not(.button-primary):not(.account-button-primary):not(.button-contact-submit) {
      color: #fff;
      background-color: #5e6b76; }

.product-alert {
  padding-top: 1.5rem; }
  .product-alert .alert {
    height: auto;
    padding: 1rem;
    line-height: normal;
    text-align: left; }

.product-dropdown-panel {
  width: 16.25rem;
  padding: 1rem;
  margin-top: 0.1875rem;
  color: #fff;
  color: #000;
  background: #2d2d2d; }
  .product-dropdown-panel::before {
    position: absolute;
    top: -0.625rem;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 0;
    border-right: 0.625rem solid transparent;
    border-bottom: 0.625rem solid #2d2d2d;
    border-left: 0.625rem solid transparent;
    content: '';
    transform: translateX(-50%); }

.product-share-block {
  position: relative;
  top: -1.5rem;
  width: 50%;
  padding-top: 0;
  padding-left: 1.25rem; }
  @media screen and (min-width: 33.75em) {
    .product-share-block {
      padding-left: 2.5rem; } }
  .no-qty .product-share-block {
    position: static;
    padding-top: 1rem;
    padding-left: 0; }

.share-dropdown-toggle {
  display: flex; }
  .share-dropdown-toggle:hover {
    color: #2d2d2d; }
  .share-dropdown-toggle .share-icon {
    padding-right: 0.5rem; }

.related-products {
  width: 100%; }

.related-products-grid {
  display: block; }
  .related-products-grid:after {
    display: none;
    content: 'flickity'; }
  @media screen and (min-width: 48em) {
    .related-products-grid {
      display: flex;
      flex-wrap: wrap;
      display: flex;
      flex-wrap: wrap;
      margin-right: -0.5rem;
      margin-left: -0.5rem; } }
  @media screen and (min-width: 48em) and (min-width: 48em) {
    .related-products-grid {
      margin-right: -0.75rem;
      margin-left: -0.75rem; } }
  @media screen and (min-width: 48em) and (min-width: 64em) {
    .related-products-grid {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 48em) {
      .related-products-grid:after {
        content: ''; } }
  .related-products-grid .product-grid-item {
    width: calc(83.33333% - 1rem); }
    @media screen and (min-width: 48em) {
      .related-products-grid .product-grid-item {
        width: calc(83.33333% - 1.5rem); } }
    @media screen and (min-width: 64em) {
      .related-products-grid .product-grid-item {
        width: calc(83.33333% - 2.5rem); } }
    @media screen and (min-width: 48em) {
      .related-products-grid .product-grid-item {
        width: calc(25% - 1rem); } }
  @media screen and (min-width: 48em) and (min-width: 48em) {
    .related-products-grid .product-grid-item {
      width: calc(25% - 1.5rem); } }
  @media screen and (min-width: 48em) and (min-width: 64em) {
    .related-products-grid .product-grid-item {
      width: calc(25% - 2.5rem); } }
    @media screen and (min-width: 48em) {
        .related-products-3 .related-products-grid .product-grid-item,
        .related-products-6 .related-products-grid .product-grid-item {
          width: calc(33.33333% - 1rem); } }
    @media screen and (min-width: 48em) and (min-width: 48em) {
      .related-products-3 .related-products-grid .product-grid-item,
      .related-products-6 .related-products-grid .product-grid-item {
        width: calc(33.33333% - 1.5rem); } }
    @media screen and (min-width: 48em) and (min-width: 64em) {
      .related-products-3 .related-products-grid .product-grid-item,
      .related-products-6 .related-products-grid .product-grid-item {
        width: calc(33.33333% - 2.5rem); } }
    @media screen and (min-width: 48em) {
        .related-products-grid .product-grid-item .button {
          padding-right: 0;
          padding-left: 0; } }

@media screen and (min-width: 64em) {
  .single-product-form-section {
    padding-bottom: 2rem;
    border-bottom: solid 1px #606060; } }

.modal-leave-review .form-field {
  width: 100%; }
  @media screen and (min-width: 33.75em) {
    .modal-leave-review .form-field {
      width: calc(50% - 1rem); } }
  @media screen and (min-width: 33.75em) and (min-width: 48em) {
    .modal-leave-review .form-field {
      width: calc(50% - 1.5rem); } }
  @media screen and (min-width: 33.75em) and (min-width: 64em) {
    .modal-leave-review .form-field {
      width: calc(50% - 2.5rem); } }
  .modal-leave-review .form-field.form-field-multiline {
    width: 100%; }

.modal-leave-review .g-recaptcha {
  margin-top: 2rem; }
  @media screen and (max-width: 33.6875em) {
    .modal-leave-review .g-recaptcha {
      margin-bottom: -1rem;
      transform: scale(0.66);
      transform-origin: 0 0; } }

.modal-leave-review .icon-star-wrap {
  display: none;
  color: #2d2d2d; }
  .modal-leave-review .icon-star-wrap.active {
    display: inline-block; }

.modal-leave-review .rating-stars-wrap {
  position: relative; }

.modal-leave-review .rating-stars {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0; }

.modal-leave-review .rating-stars-label {
  position: relative;
  top: -0.125rem;
  padding-left: 0.625rem; }

.modal-leave-review .product-item-rating {
  pointer-events: none; }

.review-form-title {
  margin-bottom: 3.125rem;
  text-align: center; }

@media screen and (min-width: 33.75em) {
  .review-form-section {
    display: flex;
    justify-content: space-between; } }

.review-form-submit {
  margin-top: 2rem;
  text-align: center; }

.product-tab-review.hidden {
  display: none; }

.product-tab-review.animating, .product-tab-review.visible {
  display: block; }

.rating-stars {
  color: #2d2d2d; }
  .compare-grid-item-bottom .rating-stars {
    position: absolute;
    bottom: 0; }

.single-product-tabs-no-reviews {
  letter-spacing: 0.125rem;
  color: #2d2d2d;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer; }

.single-product-tabs {
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 6.25rem;
  text-align: center; }
  .single-product-tabs::before {
    display: none;
    content: 'slide'; }
    @media screen and (min-width: 48em) {
      .single-product-tabs::before {
        content: ''; } }
  .single-product-tabs .tabs {
    position: relative;
    display: none;
    align-items: flex-start;
    justify-content: center;
    text-align: left; }
    @media screen and (min-width: 48em) {
      .single-product-tabs .tabs {
        display: flex; } }

.single-product-tab-title {
  width: 25%;
  text-align: center; }

.single-product-accordion-title {
  display: block;
  width: 100%;
  padding-bottom: 0.0625rem;
  text-align: center; }
  .single-product-accordion-title:last-child {
    padding-bottom: 0; }
  @media screen and (min-width: 48em) {
    .single-product-accordion-title {
      display: none; } }

.single-product-tabs-section {
  display: none;
  color: black;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem; }
  @media screen and (min-width: 48em) {
    .single-product-tabs-section {
      margin-top: 0;
      margin-bottom: 0; } }
  .single-product-tabs-section.active {
    display: block; }
  .single-product-tabs-section .user-content {
    text-align: center;
    font-weight: 300; }

.single-product-tabs-content {
  width: 100%;
  max-width: 48.125rem;
  margin: 0 auto;
  font-family: "Work Sans";
  line-height: 1.6em;
  color: white;
  text-align: left;
  text-transform: none;
  background: #343e49; }
  @media screen and (min-width: 48em) {
    .single-product-tabs-content {
      margin-top: 4rem; } }

.single-product-tabs-section-title {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (min-width: 48em) {
    .single-product-tabs-section-title {
      margin-bottom: 2.5rem;
      font-size: 1.5rem; }
      .single-product-tabs-reviews .single-product-tabs-section-title {
        margin-bottom: 1rem; } }

/*
 * Reviews
 */
.review-link {
  font-family: "Work Sans";
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0;
  font-family: inherit;
  background: transparent;
  border: 0;
  border-radius: 100px;
  width: 100%;
  padding: 0;
  margin-bottom: 3.125rem;
  color: #5e6b76;
  text-align: center;
  border: 0; }

.product-tab-review {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #606060; }
  @media screen and (min-width: 48em) {
    .product-tab-review {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }
  .product-tab-review .product-rating {
    width: calc(100% - 1rem); }
    @media screen and (min-width: 48em) {
      .product-tab-review .product-rating {
        width: calc(100% - 1.5rem); } }
    @media screen and (min-width: 64em) {
      .product-tab-review .product-rating {
        width: calc(100% - 2.5rem); } }
    @media screen and (min-width: 33.75em) {
      .product-tab-review .product-rating {
        width: calc(50% - 1rem);
        text-align: right; } }
  @media screen and (min-width: 33.75em) and (min-width: 48em) {
    .product-tab-review .product-rating {
      width: calc(50% - 1.5rem); } }
  @media screen and (min-width: 33.75em) and (min-width: 64em) {
    .product-tab-review .product-rating {
      width: calc(50% - 2.5rem); } }

.single-product-tab-review-header {
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 33.75em) {
    .single-product-tab-review-header {
      display: flex;
      align-items: center; } }

.single-product-tab-review-title {
  width: calc(100% - 1rem);
  font-family: "Work Sans";
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  font-family: "Work Sans"; }
  @media screen and (min-width: 48em) {
    .single-product-tab-review-title {
      width: calc(100% - 1.5rem); } }
  @media screen and (min-width: 64em) {
    .single-product-tab-review-title {
      width: calc(100% - 2.5rem); } }
  @media screen and (min-width: 33.75em) {
    .single-product-tab-review-title {
      width: calc(50% - 1rem);
      margin-bottom: 0; } }
  @media screen and (min-width: 33.75em) and (min-width: 48em) {
    .single-product-tab-review-title {
      width: calc(50% - 1.5rem); } }
  @media screen and (min-width: 33.75em) and (min-width: 64em) {
    .single-product-tab-review-title {
      width: calc(50% - 2.5rem); } }

.single-product-tab-review-description {
  margin-bottom: 1.25rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8); }

.single-product-tab-review-name {
  font-family: "Work Sans";
  color: rgba(255, 255, 255, 0.5); }

/*
* Videos
*/
.product-video-container {
  padding-bottom: 1.25rem; }
  @media screen and (min-width: 48em) {
    .product-video-container {
      padding-bottom: 2.5rem; } }
  .product-video-container:last-child {
    padding-bottom: 0; }

/*
 * Additional info
 */
.product-tab-details-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem; }

.product-tab-details-item-name,
.product-tab-details-item-value {
  width: calc(50% - 1rem); }
  @media screen and (min-width: 48em) {
    .product-tab-details-item-name,
    .product-tab-details-item-value {
      width: calc(50% - 1.5rem); } }
  @media screen and (min-width: 64em) {
    .product-tab-details-item-name,
    .product-tab-details-item-value {
      width: calc(50% - 2.5rem); } }

.product-tab-details-item-name {
  font-family: "Work Sans";
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500; }

.product-tab-details-item-value {
  color: #3c424d; }

.cart-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #606060; }
  @media screen and (max-width: 47.9375em) {
    .cart-item {
      flex-wrap: wrap; } }
  .cart-item:first-child {
    border-top: 1px solid #606060; }
  .cart-item .form-field-quantity-control {
    width: 6.25rem; }
  .cart-item .quantity-decrement {
    left: 0; }
  .cart-item .quantity-increment {
    right: 0; }

@media screen and (min-width: 48em) {
  .cart-item-section {
    margin-right: 1rem; } }

.cart-item-image {
  width: 6.25rem;
  height: 6.25rem; }
  @media screen and (max-width: 47.9375em) {
    .cart-item-image {
      margin-bottom: 1rem; } }
  .cart-item-image img {
    height: 100%; }

.cart-item-title {
  font-family: "Work Sans";
  font-size: 1rem;
  line-height: 1.4em;
  color: white; }

.cart-item-details {
  flex-basis: calc( 100% - 7.25rem); }
  @media screen and (max-width: 47.9375em) {
    .cart-item-details {
      margin-top: 1.5rem;
      margin-right: 0;
      margin-bottom: 1.5rem; } }
  @media screen and (min-width: 48em) {
    .cart-item-details {
      flex-basis: 30%; } }

.cart-modal-content .form-field-title {
  display: block; }

.cart-modal-content .form-field {
  margin-bottom: 1rem; }

.cart-modal-content .form-actions {
  margin-top: 2rem;
  text-align: center; }

.cart-item-giftwrap-type,
.cart-item-giftwrap-message {
  display: block; }

.cart-item-giftwrap-control,
.cart-item-giftwrap-info {
  margin-top: 0.5rem; }

.giftwrap-image {
  float: right; }

.giftwrap-toggle {
  margin-bottom: 1.5rem; }

@media screen and (min-width: 48em) {
  .cart-item-unit-price,
  .cart-item-total-price {
    flex-basis: 15%; } }

.cart-item-discount-line + .cart-item-discount-line {
  margin-top: 0.5rem; }

.cart-item-price-label {
  display: block;
  margin-right: 0.5rem; }

@media screen and (max-width: 47.9375em) {
  .cart-item-quantity {
    align-self: flex-end; } }

.cart-item-total-price {
  text-align: right; }
  @media screen and (max-width: 47.9375em) {
    .cart-item-total-price {
      flex-basis: 100%;
      margin-top: 1rem; } }

.cart-item-remove {
  margin-right: 2rem; }
  @media screen and (max-width: 47.9375em) {
    .cart-item-remove {
      position: absolute;
      top: 1.5rem;
      right: 0;
      margin-right: 0; } }
  .cart-item-remove svg {
    width: 0.875rem;
    height: 0.875rem; }
    .cart-item-remove svg:hover {
      stroke: #d66352; }

.cart-lower {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  margin-top: 2rem; }
  @media screen and (min-width: 48em) {
    .cart-lower {
      margin-right: -0.75rem;
      margin-left: -0.75rem; } }
  @media screen and (min-width: 64em) {
    .cart-lower {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }

.cart-totals-container {
  flex: 0 1 auto;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  width: calc(100% - 1rem); }
  @media screen and (min-width: 48em) {
    .cart-totals-container {
      margin-right: 0.75rem;
      margin-left: 0.75rem; } }
  @media screen and (min-width: 64em) {
    .cart-totals-container {
      margin-right: 1.25rem;
      margin-left: 1.25rem; } }
  @media screen and (min-width: 48em) {
    .cart-totals-container {
      width: calc(100% - 1.5rem); } }
  @media screen and (min-width: 64em) {
    .cart-totals-container {
      width: calc(100% - 2.5rem); } }
  @media screen and (min-width: 64em) {
    .cart-totals-container {
      width: calc(66.66667% - 1rem);
      margin-left: auto; } }
  @media screen and (min-width: 64em) and (min-width: 48em) {
    .cart-totals-container {
      width: calc(66.66667% - 1.5rem); } }
  @media screen and (min-width: 64em) and (min-width: 64em) {
    .cart-totals-container {
      width: calc(66.66667% - 2.5rem); } }
  @media screen and (min-width: 75em) {
    .cart-totals-container {
      width: calc(41.66667% - 1rem); } }
  @media screen and (min-width: 75em) and (min-width: 48em) {
    .cart-totals-container {
      width: calc(41.66667% - 1.5rem); } }
  @media screen and (min-width: 75em) and (min-width: 64em) {
    .cart-totals-container {
      width: calc(41.66667% - 2.5rem); } }

.cart-totals .form-inline .button {
  min-width: 0; }

.cart-totals-block {
  margin-bottom: 1.5rem; }

.cart-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.8); }

.cart-total-value {
  font-family: "Work Sans";
  text-align: right; }

.cart-totals-forms {
  margin-bottom: 2rem; }

.cart-totals-checkout {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid #606060; }
  .cart-totals-checkout .button {
    display: block;
    margin-top: 1.5rem; }

.additional-checkout-buttons .paypal-buttons-context-iframe {
  z-index: 1; }

.shipping-quotes {
  padding-top: 2rem;
  text-align: center; }

.shipping-quote-submit {
  display: flex;
  justify-content: space-between; }
  .shipping-quote-submit .button {
    min-width: 0;
    width: calc(50% - 0.5rem); }
  .shipping-quote-submit .button-cancel {
    position: static; }

.empty-cart {
  padding-top: 2rem;
  text-align: center; }

.checkout-multiple {
  display: block;
  margin-top: 1rem;
  text-align: center;
  color: #2d2d2d; }
  .checkout-multiple:hover {
    opacity: 0.7; }

.cart-options-modal {
  opacity: 0; }
  .modal-wrapper.loaded .cart-options-modal {
    opacity: 1; }
  .cart-options-modal .reconfigure-errors {
    display: none; }
  .cart-options-modal .form-actions {
    margin-top: 2rem; }

.cart-item-edit-button {
  margin-top: 0.5rem; }

body {
  font-family: stolzl, sans-serif;
  background: white; }

.site-main {
  margin-top: 4rem; }

.btn-primary {
  font-weight: 300;
  border-radius: 30px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  text-transform: none;
  letter-spacing: normal;
  background: #d66352;
  color: white; }

.btn-secondary {
  font-weight: 300;
  border-radius: 30px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  text-transform: none;
  letter-spacing: normal;
  background: transparent;
  color: #5e6b76;
  border: 1px solid #5e6b76;
  max-width: 21.875rem; }
  .btn-secondary--pageContent {
    display: inline;
    color: white !important; }

.no-review-link {
  color: #606060; }

@media screen and (min-width: 48em) {
  .btn-primary,
  .btn-secondary {
    padding: 15px 20px;
    max-width: 23.4375rem; }
  .site-main {
    margin-top: 5rem; } }

ul ul {
  margin-left: 0; }

.site-header {
  z-index: 11;
  height: 4.5rem !important;
  line-height: 22px;
  background-color: #fff;
  border: none; }
  .site-header-mobile .site-header-section {
    justify-content: space-between;
    width: 100%;
    height: 100%;
    align-items: center; }
  .site-header-mobile .mobileUtils {
    width: auto;
    display: flex;
    gap: 1rem;
    align-items: center;
    font-family: stolzl; }
    .site-header-mobile .mobileUtils .dropdown * {
      color: black !important; }
  .site-header-mobile .mobileSearchIcon {
    padding: 0;
    font-family: inherit;
    background: transparent;
    border: 0;
    border-radius: 100px;
    z-index: 2;
    height: 100%;
    display: flex; }
  .site-header-mobile .header-section-search-mobile {
    position: absolute;
    width: 95%;
    left: 2.5%;
    top: 5rem;
    display: none;
    opacity: 0; }
    .site-header-mobile .header-section-search-mobile .search-input {
      opacity: 0.9;
      transition: opacity 0.3s ease-in; }
      .site-header-mobile .header-section-search-mobile .search-input:focus {
        opacity: 1; }
  .site-header-mobile-menu {
    background: transparent;
    border: none;
    padding: 0;
    margin-right: 10%; }
    .site-header-mobile-menu svg {
      width: 40px;
      height: 40px;
      stroke: black;
      stroke-width: 5px; }
  .site-header-mobile-branding {
    width: calc(100% - 80px);
    max-width: 150px;
    display: flex;
    justify-content: center; }
  .site-header-mobile-cart {
    width: auto;
    background: transparent;
    border: none;
    color: black; }
    .site-header-mobile-cart svg {
      stroke: black; }
  .site-header-desktop {
    display: none; }
  .site-header-utils {
    color: black;
    font-size: 0.8rem;
    font-family: stolzl; }
    .site-header-utils svg {
      color: inherit; }
    .site-header-utils svg {
      fill: black;
      stroke: black; }
    .site-header-utils .util-telephone {
      white-space: nowrap;
      display: none; }
      @media screen and (min-width: 64em) {
        .site-header-utils .util-telephone {
          display: inline-block; } }
  .site-header-branding .logo-text a {
    overflow: visible; }
  .site-header .grid-container {
    justify-content: space-between; }
    .site-header .grid-container .site-header-right {
      flex-grow: 1;
      display: flex;
      flex-flow: row nowrap; }
  .site-header .search-input {
    border: none;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: #f2f2f2;
    opacity: 0.9;
    border-radius: 30px;
    color: #000;
    padding: 0 3rem;
    font-size: 1rem;
    font-family: stolzl !important; }
    .site-header .search-input:focus, .site-header .search-input:focus-within {
      opacity: 1;
      background: white; }
  .site-header .logo-image-home {
    filter: opacity(0.75);
    background-blend-mode: multiply; }
  @media screen and (min-width: 48em) {
    .site-header {
      height: 6.5rem !important; }
      .site-header-mobile {
        display: none; }
      .site-header-desktop {
        display: flex; }
      .site-header-left {
        display: flex;
        align-items: center;
        margin-left: 1.5rem; }
      .site-header-menu {
        height: 55px;
        width: 55px;
        background: none;
        border: none;
        margin-right: 1rem; }
        .site-header-menu svg {
          stroke: black;
          stroke-width: 5px; }
      .site-header-branding .logo-image {
        display: inline-flex;
        align-items: center;
        height: 65px;
        min-width: 126px; }
        .site-header-branding .logo-image img {
          max-height: 100% !important;
          width: auto; }
      .site-header-right .search-form {
        margin-left: auto;
        margin-right: 0.5rem;
        max-width: 360px; } }
  .site-header .quick-search {
    border: 1px solid black; }
    .site-header .quick-search-section-title {
      background: #dddedf;
      color: #3c424d; }
    @media screen and (min-width: 75em) {
      .site-header .quick-search-item-link {
        display: flex;
        flex-flow: row nowrap; }
      .site-header .quick-search-item-image {
        width: 50%; } }
    .site-header .quick-search-item:hover {
      background-color: #f2f2f2; }
    .site-header .quick-search-item-link:hover {
      opacity: 1; }

.home .site-header {
  background-color: rgba(255, 255, 255, 0); }

.home .site-main {
  margin-top: -8.5rem; }

.home-bg-sky {
  background-size: cover;
  background-image: url("../img/hero-background-tiny.png");
  background-color: #9db6c7;
  background-position: top right; }

.home-hero {
  margin: 4rem auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  height: 100vh;
  min-height: 895px;
  max-height: 980px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5rem;
  max-width: 1600px; }
  .home-hero-header {
    text-transform: uppercase;
    font-size: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    margin: 5rem 1rem 1rem;
    max-width: 600px; }
  .home-hero-copy {
    margin: 1rem;
    text-align: center;
    font-weight: 300;
    max-width: 500px; }
  .home-hero-links {
    margin: 1rem 2rem 2rem; }
    .home-hero-links-link {
      justify-content: space-between;
      margin-bottom: 1rem;
      max-width: 300px; }
    .home-hero-links .btn-primary svg {
      stroke: white;
      height: 70%;
      width: 25%;
      stroke-width: 3px; }
    .home-hero-links .btn-secondary {
      color: white;
      border: 1px solid white; }
      .home-hero-links .btn-secondary svg {
        stroke: white;
        height: 70%;
        width: 25%;
        stroke-width: 3px; }
  .home-hero-scroll {
    height: 125px;
    width: 125px;
    border-radius: 100%;
    border: 2px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0; }
    .home-hero-scroll svg {
      stroke: #d66352;
      height: 60%;
      stroke-width: 3px; }

.home-categories {
  padding-left: 1rem;
  padding-bottom: 5rem;
  background: linear-gradient(to bottom, transparent, white); }
  .home-categories-header {
    font-size: 2.5rem;
    color: #3c424d;
    width: 70%;
    text-transform: uppercase;
    line-height: 2.5rem;
    z-index: 2;
    margin-bottom: 1rem;
    position: relative; }
  .home-categories .swiper-slide {
    width: 70vw; }
  .home-categories-item {
    width: 70vw;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-bottom: 1rem; }
    .home-categories-item-image {
      background: #f2f2f2;
      box-shadow: 5px 5px 15px #bdbdbd;
      height: 250px;
      width: 100%;
      margin-bottom: 1rem;
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat; }
    .home-categories-item-name {
      text-transform: uppercase;
      color: #5e6b76;
      font-size: 1.25rem;
      margin-bottom: 1rem;
      text-align: center; }
    .home-categories-item-link {
      width: 70%;
      justify-content: center; }
  .home-categories .swiper-button-prev,
  .home-categories .swiper-button-next {
    display: none;
    pointer-events: none;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    border: 1px solid white;
    top: 55%; }
    .home-categories .swiper-button-prev:after,
    .home-categories .swiper-button-next:after {
      content: none; }
    .home-categories .swiper-button-prev svg,
    .home-categories .swiper-button-next svg {
      stroke: #d66352;
      stroke-width: 5px;
      width: 60%; }
  .home-categories .swiper-button-prev {
    top: 1rem;
    right: 150px;
    left: auto; }
  .home-categories .swiper-button-next {
    top: 1rem;
    right: 50px;
    left: auto; }

.home-featured-products {
  padding: 3rem 1rem 1rem; }
  .home-featured-products-header {
    font-size: 2.5rem;
    color: #3c424d;
    width: 70%;
    text-transform: uppercase;
    line-height: 2.5rem;
    margin-bottom: 1rem; }
  .home-featured-products-wrapper-list {
    display: flex;
    flex-flow: row; }
  .home-featured-products .swiper-slide {
    width: 70vw; }
  .home-featured-products-item {
    margin: auto;
    display: flex;
    flex-flow: column;
    align-items: center; }
    .home-featured-products-item-image {
      display: grid;
      width: 100%;
      margin-bottom: 1rem;
      grid-auto-rows: clamp(200px, 25vh, 270px); }
      .home-featured-products-item-image img {
        height: 100%;
        width: 100%;
        object-fit: contain !important; }
    .home-featured-products-item-name {
      font-size: 1rem;
      color: #5e6b76;
      font-weight: normal; }
    .home-featured-products-item-price {
      font-size: 1rem;
      color: #5e6b76;
      font-weight: normal; }
  .home-featured-products-all {
    justify-content: center;
    width: max-content;
    margin: 0 auto; }

.home-testimonials {
  position: relative;
  padding: 7rem 1rem;
  background: #f2f2f2;
  border-top: solid 1px #dddedf;
  border-bottom: solid 1px #dddedf; }
  .home-testimonials-header {
    font-size: 2.5rem;
    color: #3c424d;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1rem; }
  .home-testimonials .swiper-slide {
    background: white;
    width: 80vw;
    margin-left: 10vw;
    margin-right: 10vw; }
  .home-testimonials-item p {
    padding: 0 2rem;
    color: #5e6b76;
    text-align: center;
    font-weight: 300;
    line-height: 1.1rem; }
  .home-testimonials-item-copy {
    margin-top: 2rem;
    font-size: 0.9rem; }
  .home-testimonials-item-attr {
    text-transform: uppercase;
    font-size: 0.75rem;
    margin-bottom: 2rem; }
  .home-testimonials .swiper-button-prev,
  .home-testimonials .swiper-button-next {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 1px solid black;
    top: 55%;
    opacity: 1 !important;
    pointer-events: all !important; }
    .home-testimonials .swiper-button-prev:after,
    .home-testimonials .swiper-button-next:after {
      content: none; }
    .home-testimonials .swiper-button-prev svg,
    .home-testimonials .swiper-button-next svg {
      stroke: #d66352;
      stroke-width: 5px;
      width: 60%; }

.home-articles {
  color: #3c424d;
  padding: 5rem 1rem; }
  .home-articles-header {
    font-size: 2.5rem;
    width: 70%;
    text-transform: uppercase;
    line-height: 2.5rem;
    margin-bottom: 1rem; }
  .home-articles-wrapper {
    display: flex;
    flex-flow: row wrap; }
  .home-articles-item {
    width: 100%;
    margin-bottom: 2rem; }
    .home-articles-item-image {
      width: 100%;
      height: 305px;
      height: 20vw;
      min-height: 200px;
      max-height: 400px;
      margin-bottom: 1rem; }
      .home-articles-item-image img {
        height: 100%;
        width: 100%;
        object-fit: cover !important; }
    .home-articles-item-title {
      font-weight: normal;
      font-size: 1.25rem; }
    .home-articles-item-summary {
      font-weight: 300; }
    .home-articles-item-link {
      border-bottom: 2px solid #d66352;
      padding-bottom: 0.5rem;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      font-weight: 300;
      font-size: 0.9rem; }

@media screen and (min-width: 33.75em) {
  .home-categories .swiper-slide {
    width: 45vw; }
  .home-testimonials .swiper-slide {
    width: 60vw; }
  .home-featured-products .swiper-slide {
    width: 45vw; } }

@media screen and (min-width: 48em) {
  .home .site-main {
    margin-top: -12rem; }
  .home-hero {
    position: relative;
    justify-content: center;
    margin: 0rem auto 4rem;
    padding: 0; }
    .home-hero-header {
      font-size: 4rem;
      line-height: 4rem;
      max-width: 900px; }
    .home-hero-copy {
      font-size: 1.25rem;
      line-height: 1.5rem;
      max-width: 650px; }
    .home-hero-links {
      display: flex;
      flex-flow: row;
      justify-content: center; }
      .home-hero-links-link {
        width: 25vw;
        min-width: 260px;
        padding: 10px 20px;
        margin-right: 1rem; }
        .home-hero-links-link:last-of-type {
          margin-right: 0; }
    .home-hero-scroll {
      position: absolute;
      bottom: 3rem;
      left: 3rem; }
  .home-categories {
    position: relative;
    padding-left: 4rem; }
    .home-categories-header {
      font-size: 3.5rem;
      line-height: 3.5rem;
      width: 10vw;
      margin-bottom: -1.5rem; }
    .home-categories .swiper-slide {
      width: 35vw; }
    .home-categories-item {
      max-width: 400px; }
      .home-categories-item-image {
        height: 350px;
        margin-bottom: 2rem; }
      .home-categories-item-link {
        width: 40%; }
    .home-categories .swiper-button-prev,
    .home-categories .swiper-button-next {
      display: flex;
      pointer-events: all; }
  .home-featured-products {
    padding: 3rem 0rem 1rem 0rem; }
    .home-featured-products-wrapper-list {
      justify-content: flex-start;
      flex-flow: row wrap;
      max-width: 1700px;
      margin: 0 auto; }
    .home-featured-products .swiper-slide {
      width: 25%; }
    .home-featured-products-header {
      font-size: 3.5rem;
      line-height: 3.5rem;
      text-align: center;
      width: 100vw;
      margin-bottom: 3rem; }
    .home-featured-products-item-name {
      margin-top: 1rem;
      line-height: 1rem; }
    .home-featured-products-item-price {
      margin-top: 0.5rem; }
    .home-featured-products-all {
      width: 15%;
      min-width: 230px;
      max-width: 260px;
      margin: 2rem auto 4rem;
      text-align: center;
      justify-content: center; }
  .home-testimonials {
    border: none; }
    .home-testimonials-header {
      font-size: 3.5rem; }
    .home-testimonials .swiper-slide {
      width: 50vw;
      margin-left: 5vw;
      margin-right: 5vw;
      padding: 2.5rem 0;
      max-width: 950px; }
    .home-testimonials-item p {
      padding: 0 4rem;
      line-height: 1.4rem; }
    .home-testimonials-item-copy {
      font-size: 1.1rem;
      margin-top: 4rem; }
    .home-testimonials-item-attr {
      margin-bottom: 3rem; }
    .home-testimonials .swiper-button-prev,
    .home-testimonials .swiper-button-next {
      top: 50%;
      height: 150px;
      width: 150px; }
      .home-testimonials .swiper-button-prev svg,
      .home-testimonials .swiper-button-next svg {
        stroke-width: 2px; }
    .home-testimonials .swiper-button-prev {
      left: 12vw; }
    .home-testimonials .swiper-button-next {
      right: 12vw; }
  .home-articles {
    padding-left: 4rem;
    padding-right: 4rem;
    max-width: 1600px;
    margin: 0 auto; }
    .home-articles-header {
      font-size: 3.5rem;
      line-height: 3.5rem;
      width: 30vw;
      position: relative;
      z-index: 2; }
    .home-articles-wrapper {
      justify-content: space-between; }
    .home-articles-item {
      width: 30%; }
      .home-articles-item-summary {
        font-size: 1rem;
        line-height: 1.1rem; } }

@media screen and (min-width: 64em) {
  .home-hero-scroll {
    height: 150px;
    width: 150px; }
  .home-testimonials .swiper-button-prev,
  .home-testimonials .swiper-button-next {
    top: 50%;
    height: 175px;
    width: 175px; }
  .home-testimonials .swiper-button-prev {
    left: 16vw; }
  .home-testimonials .swiper-button-next {
    right: 16vw; } }

@media screen and (min-width: 112.5em) {
  .home-hero {
    max-height: 1200px; }
    .home-hero-header, .home-hero-copy {
      max-width: 1200px; }
  .home-categories .swiper-slide {
    width: 25vw; }
  .home-testimonials .swiper-button-prev {
    left: 20vw; }
  .home-testimonials .swiper-button-next {
    right: 20vw; } }

.site-footer {
  background: #5e6b76;
  font-family: stolzl !important; }
  .site-footer-insta {
    background: #5e6b76; }
    .site-footer-insta-header {
      text-align: center;
      font-size: 3rem;
      text-transform: uppercase;
      padding-top: 5rem; }
  .site-footer-upper {
    margin: 0 auto; }
    .site-footer-upper-container {
      max-width: none;
      display: flex;
      justify-content: space-between; }
  .site-footer-lower {
    background: #5e6b76; }
  .site-footer-section {
    text-align: left;
    display: flex;
    flex-flow: row wrap; }
  .site-footer .social-icons a {
    color: white !important; }
  .site-footer .footer-links {
    width: 100%;
    justify-content: flex-start;
    color: #fff;
    font-weight: 400; }
    .site-footer .footer-links address {
      margin: 2rem auto;
      text-align: center;
      width: 100%;
      order: 3;
      font-weight: inherit; }
    .site-footer .footer-links .link-list-item {
      font-weight: inherit; }
      .site-footer .footer-links .link-list-item--address {
        white-space: pre-line; }
    @media screen and (min-width: 64em) {
      .site-footer .footer-links {
        justify-content: flex-end;
        width: 35vw;
        order: 1;
        flex-wrap: nowrap;
        margin-left: auto;
        margin-bottom: 2rem; }
        .site-footer .footer-links address {
          text-align: left;
          width: max-content;
          margin: 0 5rem 0 0;
          order: unset; }
        .site-footer .footer-links .link-list {
          text-align: left; }
          .site-footer .footer-links .link-list-wrapper.pagesNav {
            margin: 0; } }
  .site-footer .attribution {
    order: 10;
    pointer-events: none;
    text-align: center;
    width: 100%;
    padding-bottom: 1rem; }
    @media screen and (min-width: 75em) {
      .site-footer .attribution {
        text-align: right;
        padding-right: 2rem; } }
  .site-footer address {
    font-style: normal;
    font-family: stolzl !important; }
  .site-footer .link-list {
    text-align: center; }
  .site-footer .link-list-wrapper.pagesNav {
    margin: 0 auto;
    order: 2; }
    .site-footer .link-list-wrapper.pagesNav a {
      color: #fff; }
  .site-footer .link-list-wrapper-social {
    margin: 0 auto; }
    @media screen and (min-width: 64em) {
      .site-footer .link-list-wrapper-social {
        margin: 0; }
        .site-footer .link-list-wrapper-social .social-title,
        .site-footer .link-list-wrapper-social .social-icons {
          text-align: left;
          justify-content: flex-start; } }
  .site-footer .link-list-title {
    margin-bottom: 1.5rem;
    font-family: inherit !important; }
  .site-footer .link-list-item {
    font-family: stolzl !important;
    padding-bottom: 0.75rem;
    font-weight: 500; }
  .site-footer .social-title {
    text-transform: none;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 2.5rem;
    font-size: 2rem; }
  .site-footer .social-icons {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    .site-footer .social-icons p {
      margin: 0;
      font-size: 0.9rem; }
    .site-footer .social-icons a {
      display: flex;
      justify-content: center;
      align-items: center; }
    .site-footer .social-icons svg {
      height: 25px;
      width: 25px;
      fill: white;
      margin-right: 10px; }

.evm_right_header {
  padding-bottom: 1rem; }
  .evm_right_header .evminstagramlink {
    color: #d66352; }

.sec_evmpopup .sec_close {
  padding: 9px 7px !important; }

.evm_slide_next {
  left: 40px !important; }

@media screen and (min-width: 64em) {
  .evm_slide_prev {
    left: -35px !important; }
  .evm_slide_next {
    right: 35px !important; } }

.page-about .page-sidebar {
  display: none; }

.page-about ul {
  padding-left: 3rem; }
  .page-about ul ul {
    padding-left: 0 !important; }
    .page-about ul ul li:before {
      content: "";
      border: none; }
  .page-about ul li {
    position: relative;
    list-style: none; }
    .page-about ul li:before {
      content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 100 100' height='2rem' width='2rem'><line stroke='black' stroke-width='2' x1='30' y1='60' x2='40' y2='70'/><line stroke='black' stroke-width='2' x1='40' y1='70' x2='70' y2='40'/></svg>");
      position: absolute;
      left: -50px;
      top: -0.25rem;
      border-radius: 2rem;
      height: 2rem;
      width: 2rem;
      border: 1px solid white;
      display: flex;
      justify-content: center;
      align-items: center; }
    .page-about ul li strong {
      text-transform: uppercase;
      font-weight: normal;
      font-size: 1.5rem; }

.page-about p:last-child {
  display: flex; }
  .page-about p:last-child a {
    width: 70%;
    color: white;
    text-decoration: none;
    margin: 1rem auto 0;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid white;
    border-radius: 30px; }

@media screen and (min-width: 48em) {
  .page-about p:last-child a {
    width: 50%;
    margin: 1rem 0 0; } }

.site-main-content-no-sidebar {
  width: 100%;
  margin: 0;
  padding: 0; }

.contact-page {
  display: flex;
  flex-direction: column;
  max-width: 1600px;
  margin: 0 auto;
  justify-content: space-between; }
  @media screen and (min-width: 64em) {
    .contact-page {
      flex-direction: row;
      padding-left: 2.5rem; } }
  @media screen and (min-width: 112.5em) {
    .contact-page {
      justify-content: flex-start; }
      .contact-page .contactPageApiResource {
        margin-left: 7rem; } }

.page-custom-no-sidebar .site-main-content {
  width: 100%; }

.page-custom * {
  font-family: stolzl !important; }

.page-custom iframe {
  max-width: 100%; }

.page-custom.page-blog .page-header-inner {
  padding-top: 6rem; }

.page-custom .page-header {
  background-size: cover;
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%; }
  .page-custom .page-header-inner {
    display: flex;
    flex-flow: column; }
  .page-custom .page-header--smaller {
    height: 200px; }
  .page-custom .page-header.sidebar-header, .page-custom .page-header.no-sidebar-header {
    background-position: left 0% top 45%;
    background-size: 155% 100%;
    background-repeat: no-repeat; }
    @media screen and (min-width: 64em) {
      .page-custom .page-header.sidebar-header, .page-custom .page-header.no-sidebar-header {
        background-size: 105%;
        background-position: right 0% top 45%; } }
  .page-custom .page-header.product-archive-header {
    background-position: 0% 0%;
    background-position: 30% 0%;
    background-size: 210%; }
    @media screen and (min-width: 33.75em) {
      .page-custom .page-header.product-archive-header {
        background-size: 130%; } }
    @media screen and (min-width: 48em) {
      .page-custom .page-header.product-archive-header {
        background-size: 120%; } }
    @media screen and (min-width: 64em) {
      .page-custom .page-header.product-archive-header {
        background-size: 130%;
        background-position: 20% 27%; } }
    @media screen and (min-width: 75em) {
      .page-custom .page-header.product-archive-header {
        background-size: 100%;
        background-position: 20% 27%; } }
  .page-custom .page-header .breadcrumbs {
    background: transparent;
    border: none;
    color: #5e6b76;
    text-transform: none;
    font-weight: normal;
    letter-spacing: normal;
    font-size: 0.8rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding: 0 1.5rem;
    margin: 0; }
    @media screen and (min-width: 48em) {
      .page-custom .page-header .breadcrumbs {
        flex-flow: row nowrap; } }
    .page-custom .page-header .breadcrumbs .breadcrumb-separator {
      margin: 0 10px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .page-custom .page-header .breadcrumbs .breadcrumb-separator svg {
        height: 1rem;
        width: 1rem; }
  .page-custom .page-header .page-title {
    margin: 0;
    color: #3c424d;
    font-weight: 400;
    text-transform: uppercase; }

.page-custom .site-main {
  margin-top: 0;
  margin-bottom: 5rem;
  background: white;
  color: #5e6b76;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center; }
  .page-custom .site-main-sidebar {
    display: flex;
    flex-flow: column;
    align-items: end;
    padding-top: 5.5rem;
    width: 21.1875rem; }
    .page-custom .site-main-sidebar-section-links {
      display: flex;
      flex-flow: column;
      align-items: end;
      width: 100%; }
      .page-custom .site-main-sidebar-section-links-header {
        color: #d66352;
        text-align: right;
        width: 100%;
        text-transform: uppercase;
        margin-bottom: 1rem; }
      .page-custom .site-main-sidebar-section-links-list {
        width: 100%;
        text-align: right;
        font-size: 0.85rem; }
        .page-custom .site-main-sidebar-section-links-list-item {
          cursor: pointer;
          color: black; }

.page-custom .page-content {
  padding: 0rem 1.5rem 4rem;
  margin: 0; }
  .page-custom .page-content h1,
  .page-custom .page-content h2,
  .page-custom .page-content h3,
  .page-custom .page-content h4,
  .page-custom .page-content h5,
  .page-custom .page-content h6 {
    color: #3c424d;
    font-weight: normal; }
  .page-custom .page-content h2 {
    text-transform: uppercase;
    font-size: 1.5rem; }
  .page-custom .page-content p {
    line-height: 1.65rem;
    font-size: 0.875rem; }
  .page-custom .page-content ul {
    padding-left: 3rem; }
    .page-custom .page-content ul ul {
      padding-left: 0 !important; }
      .page-custom .page-content ul ul li:before {
        content: '';
        border: none; }
    .page-custom .page-content ul li {
      position: relative;
      list-style: none; }
      .page-custom .page-content ul li:before {
        content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 100 100' height='2rem' width='2rem'><line stroke='red' stroke-width='2' x1='30' y1='60' x2='40' y2='70'/><line stroke='red' stroke-width='2' x1='40' y1='70' x2='70' y2='40'/></svg>");
        position: absolute;
        left: -50px;
        top: -0.25rem;
        border-radius: 2rem;
        height: 2rem;
        width: 2rem;
        border: 1px solid #5e6b76;
        display: flex;
        justify-content: center;
        align-items: center; }
      .page-custom .page-content ul li strong {
        text-transform: uppercase;
        font-weight: normal;
        font-size: 1.5rem; }

@media screen and (min-width: 48em) {
  .page-custom .page-content {
    padding: 4rem 1.5rem; }
    .page-custom .page-content h2 {
      font-size: 2rem; }
    .page-custom .page-content p {
      font-size: 1rem; }
  .page-custom.page-blog .page-header {
    height: 490px; }
  .page-custom .page-header {
    height: 320px;
    position: relative;
    justify-content: start;
    align-items: flex-end;
    padding-left: 5.5rem;
    padding-bottom: 3rem; }
    .page-custom .page-header-inner {
      align-items: start;
      width: 100%;
      max-width: 1600px;
      margin: 0 auto; }
      .page-custom .page-header-inner .breadcrumbs {
        font-size: 0.75rem; }
        .page-custom .page-header-inner .breadcrumbs .breadcrumb-separator {
          margin: 0 5px; }
          .page-custom .page-header-inner .breadcrumbs .breadcrumb-separator svg {
            height: 0.75rem;
            width: 0.75rem; }
      .page-custom .page-header-inner .page-title {
        font-size: 5rem;
        line-height: 5rem;
        text-align: left;
        padding: 0 1rem; }
    .page-custom .page-header--smaller {
      height: 15.625rem;
      padding-bottom: 1.5rem; } }

@media screen and (min-width: 64em) {
  .page-custom .page-content h2 {
    font-size: 3rem; } }

@media screen and (min-width: 75em) {
  .page-page .site-main {
    margin: 0 auto 1rem;
    width: max-content; }
  .page-page .page-header-inner {
    width: calc( 48.5rem + 3rem + 21.1875rem);
    max-width: 1600px;
    margin: 0 auto; } }

.blog .site-main {
  background: linear-gradient(to bottom, #c4c4c4, #606060); }

.blog-index {
  padding-top: 2rem; }
  .blog-index-top {
    display: flex;
    flex-flow: row wrap;
    align-items: center; }
  .blog-index-filters {
    width: 100%;
    height: 20px; }
  .blog-index-sort {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 1rem; }
    .blog-index-sort-header {
      text-transform: uppercase; }
    .blog-index-sort-dropdown {
      position: relative;
      width: 150px; }
      .blog-index-sort-dropdown-toggle {
        background: transparent;
        border: none;
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-end;
        align-items: center; }
        .blog-index-sort-dropdown-toggle svg {
          margin-left: 20px; }
      .blog-index-sort-dropdown-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #c4c4c4;
        padding: 10px 0;
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); }
        .blog-index-sort-dropdown-menu-active {
          display: block; }
        .blog-index-sort-dropdown-menu-item {
          text-align: right;
          padding: 5px 15px;
          cursor: pointer; }
          .blog-index-sort-dropdown-menu-item:hover {
            background-color: #606060; }
  .blog-index-inner {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 2rem; }

.blog-tagHolderSlot {
  width: 100%;
  position: relative; }
  .blog-tagHolderSlot .tagsWrapper {
    position: absolute;
    top: calc(100% + 2rem);
    background: white;
    display: flex;
    flex-direction: column;
    color: #3c424d;
    z-index: 2;
    display: none; }
    .blog-tagHolderSlot .tagsWrapper.panelOpen {
      display: flex;
      box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); }
  .blog-tagHolderSlot .tagLabel {
    color: #3c424d;
    padding: 0.25rem;
    width: 125px;
    position: relative;
    top: 2rem;
    display: flex;
    align-items: center;
    margin: 0 1rem; }
    .blog-tagHolderSlot .tagLabel p {
      margin: 0; }
    .blog-tagHolderSlot .tagLabel svg {
      margin-left: 0.75rem;
      display: inline-block; }
  .blog-tagHolderSlot .blog-tagList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    color: #3c424d;
    margin-top: 2rem;
    gap: 1rem 0rem;
    position: relative; }
  .blog-tagHolderSlot .tagItem {
    padding: 0.5rem 2.5rem;
    width: max-content;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .blog-tagHolderSlot .tagItem a {
      color: inherit; }
      .blog-tagHolderSlot .tagItem a:hover, .blog-tagHolderSlot .tagItem a:focus {
        opacity: 1;
        color: #d66352; }
    .blog-tagHolderSlot .tagItem:not(:first-child) {
      border-left: solid 1px black; }
    .blog-tagHolderSlot .tagItem:first-child {
      padding-left: 0; }
    .blog-tagHolderSlot .tagItem:last-child {
      padding-right: 0; }
  .blog-tagHolderSlot .tagItem--smallScreen {
    padding: 0.5rem 2rem 0.5rem 0.5rem;
    font-size: 0.8rem; }
    .blog-tagHolderSlot .tagItem--smallScreen:hover, .blog-tagHolderSlot .tagItem--smallScreen:focus {
      opacity: 1;
      background: #dddedf; }
  @media screen and (min-width: 48em) {
    .blog-tagHolderSlot {
      padding: 0 1.5rem; }
      .blog-tagHolderSlot .tagLabel {
        top: 2rem;
        left: 0rem; }
      .blog-tagHolderSlot .tagsWrapper {
        top: calc(100% + 2rem);
        left: 0rem; } }

.blog-item {
  width: 100%;
  margin-bottom: 4rem; }
  .blog-item-img {
    width: 100%;
    margin-bottom: 1rem; }
    .blog-item-img img:not(.apiResource) {
      object-fit: cover !important;
      height: 100%;
      width: 100%; }
    .blog-item-img img.apiResource {
      height: 100%;
      width: 100%;
      object-fit: contain;
      max-height: 40vh; }
  .blog-item-title {
    font-size: 1rem;
    letter-spacing: normal;
    font-weight: 500;
    color: #5e6b76; }
  .blog-item-excerpt {
    font-weight: 300;
    font-size: 0.8rem;
    line-height: 1rem; }
  .blog-item-link {
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    padding-bottom: 5px;
    border-bottom: 2px solid #d66352; }

@media screen and (min-width: 48em) {
  .blog-index {
    padding-left: 4rem; }
    .blog-index-top {
      justify-content: space-between;
      flex-flow: row nowrap; }
    .blog-index-filters {
      width: 70%; }
    .blog-index-sort {
      width: 20%;
      min-width: 225px; }
    .blog-index-inner {
      justify-content: flex-start;
      gap: 3rem; }
  .blog-item {
    width: 40%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5rem; } }

@media screen and (min-width: 64em) {
  .blog-index {
    max-width: 1600px;
    margin: 0 auto; }
    .blog-index-inner {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      grid-auto-rows: 1fr;
      gap: 5rem 3rem; }
  .blog-item {
    width: 100%;
    margin-bottom: 2rem; }
    .blog-item-img {
      height: 65%; }
    .blog-item-img.blog-archive-apiImg {
      height: 100%;
      max-height: unset; }
      .blog-item-img.blog-archive-apiImg img {
        max-height: unset;
        height: auto; } }

.blog-single * {
  font-family: stolzl !important; }

.blog-single .site-main-content {
  width: 100%; }

.blog-single .breadcrumbs {
  background: transparent;
  border: none;
  color: #5e6b76;
  text-transform: none;
  font-weight: normal;
  letter-spacing: normal;
  font-size: 0.75rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
  align-items: center;
  padding: 0;
  margin: 0; }
  .blog-single .breadcrumbs .breadcrumb-separator {
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .blog-single .breadcrumbs .breadcrumb-separator svg {
      height: 0.75rem;
      width: 0.75rem; }
  .blog-single .breadcrumbs span:nth-of-type(n + 2) {
    display: none; }
  .blog-single .breadcrumbs .breadcrumb-active {
    display: none; }

.blog-single .disqus-container {
  max-width: 60rem;
  margin: 3rem auto; }

.blog-single .single-blog-post {
  max-width: 60rem; }
  .blog-single .single-blog-post * {
    max-width: 100% !important;
    margin-left: 0;
    margin-right: 0; }

.blog-single .single-blog-post-header {
  margin-top: 6rem;
  margin-top: clamp(6rem, calc(6rem + 3vw), 8rem);
  margin-bottom: 1rem; }

.blog-single .single-blog-post-share {
  display: flex;
  flex-flow: row nowrap;
  color: #5e6b76;
  align-items: center;
  margin-bottom: 2rem; }
  .blog-single .single-blog-post-share p {
    margin: 0;
    margin-right: 1rem; }
  .blog-single .single-blog-post-share svg {
    height: 20px;
    width: 20px;
    margin-right: 10px; }

.blog-single .page-title {
  text-transform: none;
  margin: 0;
  text-align: left;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #3c424d;
  font-weight: normal;
  letter-spacing: normal; }

.blog-single .single-blog-post-content {
  margin-bottom: 5rem;
  color: #5e6b76; }
  .blog-single .single-blog-post-content a {
    color: #606060;
    text-decoration: underline; }

.blog-single .single-blog-post-related-header {
  font-size: 3rem;
  line-height: 3rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #3c424d; }

.blog-single .single-blog-post-related-inner {
  display: flex;
  flex-flow: row wrap; }

.blog-single .single-blog-post-related-post {
  width: 100%;
  margin-bottom: 4rem; }
  .blog-single .single-blog-post-related-post-img {
    width: 100%;
    height: 250px;
    background: #dddedf;
    margin-bottom: 1rem; }
    .blog-single .single-blog-post-related-post-img img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .blog-single .single-blog-post-related-post-title {
    color: #5e6b76; }
  .blog-single .single-blog-post-related-post-summary {
    font-weight: 300;
    color: #5e6b76;
    font-size: 0.8rem;
    line-height: 1rem; }
  .blog-single .single-blog-post-related-post-link {
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    padding-bottom: 5px;
    color: #5e6b76;
    border-bottom: 2px solid #d66352; }

@media screen and (min-width: 64em) {
  .blog-single .single-blog-post-related {
    width: 105% !important;
    max-width: unset !important;
    margin-left: -2.5%; } }

@media screen and (min-width: 75em) {
  .blog-single .single-blog-post-related {
    width: 120% !important;
    max-width: unset !important;
    margin-left: -10%; } }

@media screen and (min-width: 48em) {
  .blog-single .breadcrumbs span:nth-of-type(n + 2) {
    display: block; }
  .blog-single .breadcrumbs .breadcrumb-active {
    display: block; }
  .blog-single .single-blog-post-related-inner {
    justify-content: space-between; }
  .blog-single .single-blog-post-related-post {
    width: 30%; } }

.product-catalog-mask {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 9;
  opacity: 0;
  pointer-events: none; }
  .product-catalog-mask-open {
    opacity: 1;
    pointer-events: all; }

.product-catalog-mobile-filter-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #3c424d; }
  .product-catalog-mobile-filter-toggle svg {
    width: 24px;
    height: 24px;
    margin-right: 0.5rem; }

.product-catalog-top {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 1rem;
  color: #3c424d; }

.product-catalog-filter {
  position: fixed;
  top: 0;
  left: -70vw;
  width: 70vw;
  height: 100vh;
  background: #dddedf;
  z-index: 10;
  color: black;
  transition: all 0.2s ease; }
  .product-catalog-filter-mobile-open {
    left: 0;
    transition: all 0.2s ease;
    z-index: 12; }
  .product-catalog-filter-header {
    padding: 0.5rem 1rem;
    color: #3c424d;
    text-transform: uppercase;
    letter-spacing: 0.1rem; }
  .product-catalog-filter-brand {
    color: #000; }
    .product-catalog-filter-brand-toggle {
      border: none;
      border-top: 1px solid #606060;
      border-bottom: 1px solid #606060; }
  .product-catalog-filter-category {
    color: #000; }
    .product-catalog-filter-category-toggle {
      border: none;
      border-bottom: 1px solid #606060; }
  .product-catalog-filter-brand, .product-catalog-filter-category {
    width: 100%; }
    .product-catalog-filter-brand-toggle, .product-catalog-filter-category-toggle {
      width: 100%;
      background: transparent;
      display: flex;
      align-items: center;
      padding: 1rem; }
      .product-catalog-filter-brand-toggle svg, .product-catalog-filter-category-toggle svg {
        margin-left: 20px; }
    .product-catalog-filter-brand-dropdown, .product-catalog-filter-category-dropdown {
      height: 0;
      overflow: hidden; }
      .product-catalog-filter-brand-dropdown-active, .product-catalog-filter-category-dropdown-active {
        height: auto;
        max-height: 50vh;
        overflow: scroll; }
      .product-catalog-filter-brand-dropdown-item, .product-catalog-filter-category-dropdown-item {
        padding: 0.5rem;
        cursor: pointer; }

.product-catalog-sort {
  position: relative; }
  .product-catalog-sort-toggle {
    width: 100%;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    color: #3c424d; }
    .product-catalog-sort-toggle svg {
      margin-left: 20px; }
  .product-catalog-sort-dropdown {
    display: none;
    position: absolute;
    top: 39px;
    right: 0;
    width: 200px;
    background: #fff;
    padding: 10px 0;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    z-index: 1000; }
    .product-catalog-sort-dropdown-active {
      display: block; }
    .product-catalog-sort-dropdown-item {
      text-align: right;
      padding: 5px 15px;
      cursor: pointer; }
      .product-catalog-sort-dropdown-item:hover {
        background-color: #dddedf; }

@media screen and (min-width: 48em) {
  .product-catalog {
    padding: 0 3rem; }
    .product-catalog-top {
      margin: 3rem 0;
      padding: 1rem 0;
      border-top: solid #000 1px;
      border-bottom: solid #000 1px; }
    .product-catalog-wrapper {
      justify-content: start;
      gap: 3.333333333333%; }
    .product-catalog-item {
      width: 22.5%; }
    .product-catalog-mobile-filter-toggle {
      display: none; }
    .product-catalog-filter {
      position: relative;
      left: 0;
      width: auto;
      height: auto;
      color: white;
      background: transparent;
      display: flex;
      flex-flow: row nowrap;
      align-items: center; }
      .product-catalog-filter-header {
        margin: 0;
        padding: 0; }
      .product-catalog-filter-brand, .product-catalog-filter-category {
        width: auto;
        margin-left: 2rem;
        position: relative; }
        .product-catalog-filter-brand-toggle, .product-catalog-filter-category-toggle {
          padding: 0;
          width: 100%;
          background: transparent;
          border: none;
          display: flex;
          align-items: center; }
          .product-catalog-filter-brand-toggle svg, .product-catalog-filter-category-toggle svg {
            margin-left: 20px;
            stroke: #595959;
            color: #595959; }
        .product-catalog-filter-brand-dropdown, .product-catalog-filter-category-dropdown {
          display: none;
          position: absolute;
          top: 100%;
          top: 39px;
          left: 0;
          width: 400px;
          max-height: 40vh;
          overflow: auto;
          background: #fff;
          padding: 10px 1.875rem;
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); }
          .product-catalog-filter-brand-dropdown-active, .product-catalog-filter-category-dropdown-active {
            display: block; }
          .product-catalog-filter-brand-dropdown-item, .product-catalog-filter-category-dropdown-item {
            text-align: left;
            padding: 5px 15px;
            cursor: pointer;
            line-height: 2.2;
            text-transform: uppercase; }
            .product-catalog-filter-brand-dropdown-item:hover, .product-catalog-filter-category-dropdown-item:hover {
              background-color: #dddedf; } }

@media screen and (min-width: 48em) {
  .product-grid-item:not(.swiper-slide) {
    width: calc(25% - 2.5rem) !important; } }

.grid-item-image-container {
  margin-bottom: 0 !important; }

.pagination {
  align-items: center;
  color: white; }
  .pagination-previous, .pagination-next {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    border: 1px solid #000; }
    .pagination-previous svg, .pagination-next svg {
      height: 50px;
      width: 50px !important;
      stroke: white;
      stroke: #d66352;
      stroke-width: 3px; }
  .pagination .pagination-current {
    font-weight: 700;
    color: #d66352;
    text-decoration: none; }
  .pagination-previous {
    transform: rotate(180deg); }

.product-single .page-header {
  color: #000;
  background: transparent;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  height: auto;
  justify-content: center;
  padding: 0;
  display: none; }
  .product-single .page-header .breadcrumbs {
    color: #000; }

.product-single .breadcrumbs {
  background: transparent;
  border: none;
  text-transform: none;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  align-items: center;
  font-size: 0.85rem;
  letter-spacing: normal; }
  .product-single .breadcrumbs svg {
    margin: 0 10px; }

.product-single .single-product-page-breadcrumbs-mobile span:nth-of-type(n + 2) {
  display: none; }

.product-single .single-product-page-breadcrumbs-mobile .breadcrumb-active {
  display: none; }

.product-single .product-title {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0;
  color: #000; }

.product-single .product-flex-reverse {
  display: flex;
  flex-flow: column-reverse; }

.product-single .price {
  color: #000; }

.product-single .product-tabs-mobile {
  margin-top: 1.5rem; }
  .product-single .product-tabs-mobile-tabs {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    font-size: clamp(0.7rem, 3vw, 1rem);
    font-weight: 400; }
    .product-single .product-tabs-mobile-tabs-tab {
      text-transform: uppercase;
      margin: 1.5rem 0;
      width: max-content;
      padding-bottom: 5px; }
      .product-single .product-tabs-mobile-tabs-tab-active {
        border-bottom: 2px solid #2d2d2d; }
  @media screen and (min-width: 475px) {
    .product-single .product-tabs-mobile-tabs {
      display: flex; }
      .product-single .product-tabs-mobile-tabs-tab {
        margin: unset; } }
  .product-single .product-tabs-mobile-content {
    display: none;
    overflow: scroll; }
    .product-single .product-tabs-mobile-content h3 {
      text-transform: uppercase;
      text-align: center;
      font-size: 1.25rem; }
    .product-single .product-tabs-mobile-content-active {
      display: block;
      padding: 0.5rem 0.5rem 3rem;
      text-align: center; }
    .product-single .product-tabs-mobile-content pre,
    .product-single .product-tabs-mobile-content table {
      max-width: 100%; }
    .product-single .product-tabs-mobile-content pre {
      white-space: break-spaces; }

.product-single .product-description {
  display: none; }
  .product-single .product-description pre {
    white-space: break-spaces; }
  .product-single .product-description pre,
  .product-single .product-description table {
    max-width: 100%; }

.product-single .add-to-cart-quantity-container {
  width: 100%;
  max-width: 37.5rem;
  margin: 0 auto; }
  .product-single .add-to-cart-quantity-container .form-field label {
    color: #000; }
  .product-single .add-to-cart-quantity-container .form-field input {
    border: 1px solid #000;
    border-radius: 30px; }

.product-single .product-actions {
  border-top: none;
  flex-flow: column-reverse;
  align-items: center; }
  .product-single .product-actions button,
  .product-single .product-actions a {
    width: 80%;
    margin: 0 0 1rem 0 !important;
    border-radius: 30px;
    max-width: 31.25rem; }

.product-single .productNotAvailableForPurchase.productNotAvailableForPurchase {
  margin: 0 !important;
  color: #3c424d; }

.product-single .single-product-tabs {
  display: none; }

.product-single .product-details a {
  text-decoration: underline; }

.product-single .single-product-page-related-products {
  padding-left: 1rem;
  color: white;
  max-width: 64rem;
  margin: 0 auto; }
  @media screen and (min-width: 64em) {
    .product-single .single-product-page-related-products {
      max-width: 75%; } }
  .product-single .single-product-page-related-products .related-products {
    position: relative; }
  .product-single .single-product-page-related-products .swiper-slide {
    margin: 0; }
  .product-single .single-product-page-related-products .related-products-title {
    text-align: left;
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: 400;
    width: 60%;
    color: black;
    text-transform: uppercase; }
  .product-single .single-product-page-related-products .grid-item {
    width: calc(60% - 1rem); }
  .product-single .single-product-page-related-products .swiper-button-prev,
  .product-single .single-product-page-related-products .swiper-button-next {
    display: none;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    border: 1px solid #3c424d;
    top: 35%; }
    .product-single .single-product-page-related-products .swiper-button-prev:after,
    .product-single .single-product-page-related-products .swiper-button-next:after {
      content: none; }
    .product-single .single-product-page-related-products .swiper-button-prev svg,
    .product-single .single-product-page-related-products .swiper-button-next svg {
      stroke: #d66352;
      stroke-width: 5px;
      width: 60%; }
    @media screen and (min-width: 64em) {
      .product-single .single-product-page-related-products .swiper-button-prev,
      .product-single .single-product-page-related-products .swiper-button-next {
        display: flex; } }
  .product-single .single-product-page-related-products .swiper-button-prev {
    top: 60%;
    transform: translateY(-50%);
    left: -6rem; }
  .product-single .single-product-page-related-products .swiper-button-next {
    top: 60%;
    transform: translateY(-50%);
    right: -6rem; }

.product-single .modal-leave-review .modal-close svg {
  stroke: black; }

.product-single .modal-leave-review .review-form-title {
  color: #d66352; }

.product-single .single-product-tab-review-title, .product-single .single-product-tab-review-description, .product-single .single-product-tab-review-name {
  color: black; }

@media screen and (min-width: 48em) {
  .product-single .page-header {
    display: flex; }
  .product-single .single-product-page-breadcrumbs-mobile {
    display: none; }
  .product-single .product-title {
    font-size: 2.25rem; }
  .product-single .product-flex-reverse {
    flex-flow: column; }
  .product-single .product-tabs-mobile {
    display: none; }
  .product-single .product-description {
    display: block; }
  .product-single .add-to-cart-quantity-container {
    width: 30%;
    margin-left: 0; }
  .product-single .product-actions {
    border-top: 1px solid white;
    flex-flow: row nowrap; }
    .product-single .product-actions button,
    .product-single .product-actions a {
      width: 40%;
      margin-right: 10% !important; }
  .product-single .single-product-tabs {
    display: block; }
    .product-single .single-product-tabs .single-product-tab-title {
      margin: 0; }
      .product-single .single-product-tabs .single-product-tab-title:nth-child(2) {
        border-left: solid black 1px;
        border-right: solid black 1px; }
    .product-single .single-product-tabs .single-product-info-links {
      background: transparent;
      color: #000;
      letter-spacing: normal;
      text-transform: none;
      font-size: 1rem; }
      .product-single .single-product-tabs .single-product-info-links.active {
        color: #2d2d2d;
        border: none; }
    .product-single .single-product-tabs-content {
      background: transparent; } }

@media screen and (min-width: 64em) {
  .product-single .single-product-form-section {
    margin-top: 1rem; }
  .product-single .add-to-cart-quantity-container {
    width: 50%; } }

.product-single .product-single-banner {
  height: 9rem;
  width: 100vw;
  position: relative; }
  .product-single .product-single-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0; }
  @media screen and (min-width: 33.75em) {
    .product-single .product-single-banner {
      height: 6rem; } }
  @media screen and (min-width: 64em) {
    .product-single .product-single-banner {
      height: 8rem; } }

.cart-wrapper {
  max-width: 1200px;
  margin: 0 auto; }

.cart .page-title {
  color: #000; }

.cart .site-main {
  margin-top: 5rem; }

.cart .cart-item {
  border-bottom: 1px solid #000; }
  .cart .cart-item:first-child {
    border-top: 1px solid #000; }
  .cart .cart-item-quantity .form-field-quantity-control {
    width: 10rem; }
  .cart .cart-item-quantity input {
    border: 1px solid #000;
    border-radius: 30px; }
  .cart .cart-item a {
    color: #000; }
  .cart .cart-item-option-item {
    color: #000; }

.cart-totals input {
  border-radius: 30px;
  border: 1px solid #000;
  color: #000; }

.cart-totals button {
  color: #000;
  border: none !important;
  text-transform: uppercase; }
  .cart-totals button:hover {
    background: transparent; }

.cart-total-row {
  color: #000; }

@media screen and (min-width: 48em) {
  .cart .site-main {
    margin-top: 10rem; } }

.cart .checkoutButton {
  border-radius: 5rem; }

.cart .paypal-smart-buttons {
  margin: 0; }

.checkout {
  background: #fff; }
  .checkout h1,
  .checkout h2,
  .checkout h3,
  .checkout h4,
  .checkout h5,
  .checkout h6,
  .checkout p,
  .checkout a,
  .checkout button {
    font-family: stolzl !important; }
  .checkout svg {
    fill: inherit; }
  .checkout .form-field-error label {
    color: #d66352 !important; }
  .checkout-title {
    margin-left: 1.5rem;
    color: #363e48;
    font-size: 2.5rem;
    text-transform: uppercase; }
  .checkout-wrapper {
    margin-top: 7rem; }
  .checkout-wrapper .customerEmail-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
    .checkout-wrapper .customerEmail-container .customerEmail-body {
      width: 100%; }
    .checkout-wrapper .customerEmail-container .customerEmail-action {
      width: 100%;
      padding: 0;
      margin: 0; }
  .checkout-steps {
    color: #363e48; }
    .checkout-steps .stepHeader-counter {
      background: transparent;
      border: 1px solid #363e48; }
    .checkout-steps .stepHeader-title {
      color: #363e48;
      font-size: 1.5rem; }
    .checkout-steps .form-field label {
      color: #363e48;
      font-family: stolzl;
      font-size: 1.25rem;
      font-weight: normal; }
    .checkout-steps .form-field input,
    .checkout-steps .form-field select {
      background: transparent;
      color: #363e48;
      border: 1px solid #363e48;
      border-radius: 30px;
      height: 4rem; }
    .checkout-steps button {
      border-radius: 30px;
      background: #d66352;
      height: 4rem;
      font-size: 1rem;
      letter-spacing: normal;
      text-transform: none;
      color: white; }
    .checkout-steps a {
      color: #606060; }
    .checkout-steps #checkoutShippingAddress {
      margin-bottom: 1rem; }
    .checkout-steps .shippingOptions-panel {
      background: transparent; }
  .checkout .cartDrawer {
    background: #dddedf;
    border: none; }
    .checkout .cartDrawer h3 {
      color: #363e48; }
    .checkout .cartDrawer a {
      color: #5e6b76; }
  .checkout .layout-cart article {
    background: #fff;
    border: none; }
    .checkout .layout-cart article .cart-header h3 {
      color: #363e48; }
    .checkout .layout-cart article .cart-header a {
      color: #5e6b76; }
    .checkout .layout-cart article .cart-section h3 {
      color: #363e48; }
    .checkout .layout-cart article .cart-section .product-title {
      font-size: 1rem; }
    .checkout .layout-cart article .cart-section .product-title,
    .checkout .layout-cart article .cart-section .product-price,
    .checkout .layout-cart article .cart-section .cart-priceItem-label,
    .checkout .layout-cart article .cart-section .cart-priceItem-value {
      color: #363e48 !important; }
    .checkout .layout-cart article .cart-section .redeemable-label {
      color: #5e6b76; }
  @media screen and (min-width: 48em) {
    .checkout-wrapper {
      margin-top: 10rem; }
    .checkout-wrapper .customerEmail-container {
      flex-direction: row;
      align-items: center;
      gap: 1rem;
      margin-bottom: 2rem; }
      .checkout-wrapper .customerEmail-container .customerEmail-body {
        width: 45%;
        min-width: 300px; }
        .checkout-wrapper .customerEmail-container .customerEmail-body .form-field {
          margin: 0; }
          .checkout-wrapper .customerEmail-container .customerEmail-body .form-field .optimizedCheckout-form-label {
            margin-top: 1rem; }
      .checkout-wrapper .customerEmail-container .customerEmail-action {
        width: 45%;
        min-width: 300px;
        padding: 0;
        margin: 0; }
    .checkout .checkout-title {
      max-width: 92.30769rem;
      margin: 0 auto;
      font-size: 5rem; } }
  @media screen and (min-width: 64em) {
    .checkout-wrapper .customerEmail-container {
      flex-direction: row;
      align-items: center;
      gap: 1rem;
      margin-bottom: 2rem; }
      .checkout-wrapper .customerEmail-container .customerEmail-body {
        width: 45%; }
        .checkout-wrapper .customerEmail-container .customerEmail-body .form-field {
          margin: 0; }
          .checkout-wrapper .customerEmail-container .customerEmail-body .form-field .optimizedCheckout-form-label {
            margin-top: 1rem; }
      .checkout-wrapper .customerEmail-container .customerEmail-action {
        width: 45%;
        padding: 0;
        margin: 0; } }

.main-navigation {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  overflow-y: auto;
  width: 100vw;
  background: #5e6b76;
  z-index: 12;
  pointer-events: none; }
  .main-navigation-close {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: transparent;
    border-radius: 100%;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0; }
    .main-navigation-close svg {
      height: 65%;
      width: 65%;
      stroke: white;
      stroke-width: 5px; }
  .main-navigation-background {
    display: none;
    height: 5rem;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    left: calc(100% - 1rem);
    margin: 0;
    font-size: 5rem;
    -webkit-text-stroke: 1px white;
    -webkit-text-fill-color: transparent;
    transform-origin: 0 0;
    transform: rotate(90deg); }
  .main-navigation .main-navigation-container {
    margin: 2rem;
    padding-top: 2rem;
    text-align: center; }
    @media screen and (min-width: 48em) {
      .main-navigation .main-navigation-container {
        text-align: left; } }
  .main-navigation .main-navigation-item-link {
    color: #d66352;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin: 1rem 0;
    line-height: 1.4; }
  .main-navigation .main-navigation-item .main-navigation-submenu-item-link {
    color: #fff; }
  .main-navigation .main-navigation-item .news-list {
    line-height: 1.6; }
    .main-navigation .main-navigation-item .news-list li {
      margin-bottom: 1rem;
      max-width: 100%;
      margin: 1rem auto; }
  .main-navigation .mainNavPlaneDeco {
    display: none;
    position: absolute;
    bottom: 0;
    height: 30vh;
    left: -5rem; }
  .main-navigation .social-icons-MainNav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin: 2.5rem auto 6rem;
    max-width: 400px; }
    .main-navigation .social-icons-MainNav p {
      margin: 0; }
    .main-navigation .social-icons-MainNav a {
      position: relative;
      color: white;
      margin: 0 0.5rem 0.5rem; }
    .main-navigation .social-icons-MainNav a.socialIcon svg {
      fill: white; }
    .main-navigation .social-icons-MainNav svg {
      right: 0;
      height: 1.5rem;
      width: 1.5rem; }
    .main-navigation .social-icons-MainNav .fullWidth {
      width: 100%; }
    @media screen and (min-width: 48em) {
      .main-navigation .social-icons-MainNav {
        justify-content: flex-start;
        gap: 0rem; }
        .main-navigation .social-icons-MainNav .fullWidth {
          margin: 0; } }
  @media screen and (min-width: 48em) {
    .main-navigation-background {
      height: 8rem;
      font-size: 6.75rem;
      font-size: 9.275vh;
      left: calc(100% - 3rem); }
    .main-navigation-item {
      width: 30%;
      height: 100%; }
    .main-navigation-close {
      left: 3rem;
      top: 30px; }
    .main-navigation-container {
      width: 80vw;
      margin: 4rem auto !important; }
    .main-navigation-panel {
      height: 700px;
      display: flex;
      flex-flow: column wrap; } }
  @media screen and (min-width: 64em) {
    .main-navigation {
      overflow-y: visible; }
      .main-navigation-background {
        display: block; }
      .main-navigation-panel {
        height: 500px;
        display: flex;
        flex-flow: column wrap; }
      .main-navigation .mainNavPlaneDeco {
        display: block; } }

.site-api-slot a {
  all: initial !important;
  cursor: pointer !important; }

.pageAboveContentRegion,
.pageBelowContentRegion {
  width: 100%;
  height: 100%;
  max-width: 48.5rem; }

.pageAboveContentRegion .apiResource {
  margin-bottom: 1rem; }

[data-apishape='leaderboard'] {
  aspect-ratio: 9/1; }

[data-apishape='sidebar'] {
  aspect-ratio: 1/1; }

[data-apishape='inpost'] {
  aspect-ratio: 1/1; }

.desktopOnlyAd {
  display: none; }
  @media screen and (min-width: 64em) {
    .desktopOnlyAd {
      display: block; } }

.centerResource {
  margin: 0 auto; }
  .centerResource img {
    margin: 0 auto;
    display: block; }

.categoryPageApiImg img {
  margin: 0 auto 2rem;
  display: block; }

@media screen and (min-width: 64em) {
  .categoryPageApiImg {
    margin: 0 auto; } }

.blogSingleInjectedApi {
  display: block;
  margin: 2rem auto; }

.aboveRelatedArticles img {
  margin: 0 0 2rem; }

[data-apishape='inpost'] {
  max-width: 15rem; }

[data-api='footer'] {
  width: 100vw;
  margin-left: -1rem;
  margin-right: -1rem;
  height: 6rem;
  order: -1;
  margin-bottom: 2.5rem; }
  [data-api='footer'] img {
    object-fit: contain;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-position: center; }

[data-api='newsHeader'] {
  position: absolute;
  top: 0;
  width: 100vw;
  margin-top: 0;
  display: grid;
  grid-auto-rows: clamp(40px, 12.5vw, 190px);
  place-content: center; }
  [data-api='newsHeader'] img {
    object-fit: contain; }
  @media screen and (min-width: 48em) {
    [data-api='newsHeader'] {
      position: absolute;
      top: 0;
      width: 100vw;
      margin-left: -5.5rem;
      margin-top: 0;
      display: grid;
      grid-auto-rows: clamp(100px, 12.5vw, 170px); }
      [data-api='newsHeader'] img {
        object-fit: contain; } }

/*// ! ===============  ABOUT ADS   =============   */
[data-api='about'],
[data-api='page'] {
  width: 15rem;
  height: 15rem;
  margin: 3rem 0 0 auto;
  text-align: right; }
  [data-api='about'] img,
  [data-api='page'] img {
    object-fit: contain;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-position: center; }

.mobile-apiResource-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-top: 4rem; }
  .mobile-apiResource-container .mobileImgOnly {
    margin: 0;
    width: 100%; }
  @media screen and (min-width: 48em) {
    .mobile-apiResource-container {
      display: none; } }

/*// ! ===============  Blog single ADS   =============   */
.blog-single-resourceImg {
  width: 100vw;
  display: grid;
  grid-auto-rows: clamp(100px, 12.5vw, 190px);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin-top: 80px;
  place-content: center; }
  .blog-single-resourceImg img {
    object-fit: contain; }
  @media screen and (min-width: 33.75em) {
    .blog-single-resourceImg {
      margin-top: 95px; } }
  @media screen and (min-width: 64em) {
    .blog-single-resourceImg {
      margin-top: 105px; } }

.blog-single-bottom-banner,
.page-bottom-banner,
.product-archive-bottom-banner {
  width: 100vw;
  max-width: 1700px;
  margin: 0 auto;
  align-items: flex-end;
  justify-content: center; }
  .blog-single-bottom-banner img,
  .page-bottom-banner img,
  .product-archive-bottom-banner img {
    object-fit: contain;
    display: block;
    margin: 0 auto; }

/*// ! ===============  Blog archive ADS   =============   */
.blog-archive-apiImg img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

@media screen and (min-width: 33.75em) {
  .flex-apiImg {
    flex-direction: row; } }

@media screen and (min-width: 64em) {
  [data-api='footer'] {
    width: max-content;
    height: 6rem;
    margin-right: auto;
    margin-left: 1.25rem;
    margin-top: 2rem;
    order: 3;
    margin-bottom: unset; }
  .mobileImgOnly {
    display: none; } }

.contactPageApiResource {
  display: flex;
  flex-direction: row;
  gap: 0.5rem; }
  .contactPageApiResource .site-api-slot {
    margin-left: 0;
    flex-grow: 1; }
  @media screen and (min-width: 64em) {
    .contactPageApiResource {
      flex-direction: column; }
    .contactPageApiResource .site-api-slot {
      flex-grow: 0; } }

.block {
  display: block; }

.w-full {
  width: 100%; }

.topBanner {
  background: #d66352;
  padding: 1rem 2rem;
  color: white;
  position: relative;
  z-index: 1;
  text-align: center; }
  .topBanner p {
    margin: 0; }
  .topBanner a {
    text-decoration: underline; }
  @media screen and (min-width: 64em) {
    .topBanner {
      padding: 1.5rem 4rem; } }

.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #d66352 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #d66352 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #d66352 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #d66352 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #d66352 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.loader:before {
  width: 50%;
  height: 50%;
  background: #d66352;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: ''; }

.loader:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

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

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

.backorder-modal * {
  color: black;
  text-align: center; }

.backorder-modal .button {
  color: white;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center; }

.soldAirCraftDivProductsArchive {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 1;
  z-index: 1;
  font-size: 4rem;
  color: white;
  backdrop-filter: blur(3px); }

.defaultImg {
  object-fit: contain !important; }

.customerView-actions {
  margin-top: 0; }

.optimizedCheckout-checkoutStep.checkout-step--customer .customerView {
  display: flex;
  flex-direction: column;
  gap: 1rem 0; }

@media screen and (min-width: 33.75em) {
  .optimizedCheckout-checkoutStep.checkout-step--customer .customerView {
    flex-direction: row;
    gap: 0 1rem; } }

@media screen and (min-width: 967px) {
  .optimizedCheckout-checkoutStep.checkout-step--customer .stepHeader {
    flex-direction: column;
    gap: 1rem 0; }
  .optimizedCheckout-checkoutStep.checkout-step--customer .customerView {
    flex-direction: column;
    gap: 1rem 0; } }

@media screen and (min-width: 75em) {
  .optimizedCheckout-checkoutStep.checkout-step--customer .stepHeader {
    flex-direction: row;
    gap: 1rem 1rem; }
  .optimizedCheckout-checkoutStep.checkout-step--customer .customerView {
    flex-direction: row;
    gap: 1rem 1rem; } }

@media screen and (min-width: 967px) {
  .optimizedCheckout-checkoutStep.checkout-step--shipping .stepHeader {
    flex-direction: column;
    gap: 1rem 0; }
  .optimizedCheckout-checkoutStep.checkout-step--shipping .stepHeader-actions {
    margin-left: 0; } }

@media screen and (min-width: 75em) {
  .optimizedCheckout-checkoutStep.checkout-step--shipping .stepHeader {
    flex-direction: row;
    gap: 1rem 1rem; }
  .optimizedCheckout-checkoutStep.checkout-step--shipping .stepHeader-actions {
    margin-left: 0; } }

.contact-blogs-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center; }

.contact-us-blogs-header {
  padding: 1rem 0 3rem; }

.contact-articles-item {
  width: 40%;
  min-width: 270px;
  flex-grow: 1; }
  .contact-articles-item img {
    width: 100%; }

.contact-articles-item-title {
  margin-top: 1rem; }

.contact-featured-products-wrapper-list.contact-featured-products-wrapper-list.contact-featured-products-wrapper-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 0 1rem;
  padding: 0; }

.contact-featured-products-header {
  padding: 2rem 0 1rem; }

.contact-featured-item {
  width: 45%;
  min-width: 270px;
  flex-grow: 1;
  text-align: center; }
  .contact-featured-item img {
    width: 100%;
    max-height: 300px;
    object-fit: contain; }
  .contact-featured-item:before {
    content: none !important; }

.contact-featured-products {
  margin-top: 5rem; }

.specs-archive {
  padding: 0 !important; }
  .specs-archive li {
    margin-bottom: 2rem !important; }
    .specs-archive li:before {
      display: none !important; }
    .specs-archive li a {
      display: flex;
      flex-flow: column;
      font-size: 2rem;
      color: black; }
      .specs-archive li a img {
        margin-bottom: 1rem; }

.specs-detail-img-gallery {
  margin-bottom: 1rem; }
  .specs-detail-img-gallery-main {
    margin-bottom: 0.5vw; }
  .specs-detail-img-gallery-select {
    display: flex;
    justify-content: flex-start; }
    .specs-detail-img-gallery-select div {
      width: 5vw;
      height: 5vw;
      margin-right: 0.5vw;
      position: relative;
      cursor: pointer; }
      .specs-detail-img-gallery-select div img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .specs-detail-img-gallery-select div div {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0; }
        .specs-detail-img-gallery-select div div:hover {
          background: rgba(0, 0, 0, 0.25); }
      .specs-detail-img-gallery-select div .overlay-active {
        background: rgba(0, 0, 0, 0.25); }

.specs-detail select {
  padding: 0.25rem;
  width: 100%; }

.specs-detail-info {
  width: 100%;
  margin-top: 1rem; }
  .specs-detail-info h6 {
    background: #dddedf;
    margin: 0;
    padding: 0.5rem;
    border-bottom: 1px solid white;
    cursor: pointer; }
    .specs-detail-info h6.active {
      border-bottom: none; }
  .specs-detail-info ul {
    margin: 0;
    padding: 0 !important;
    max-height: 0;
    transition: all 0.2s ease;
    overflow: hidden; }
    .specs-detail-info ul li {
      display: flex;
      flex-flow: row nowrap;
      justify-content: flex-start;
      border: 1px solid #dddedf;
      border-top: none; }
      .specs-detail-info ul li:before {
        content: "" !important;
        display: none !important; }
      .specs-detail-info ul li p {
        width: 50%;
        margin: 0;
        padding: 0.5rem;
        line-height: 1rem !important; }
    .specs-detail-info ul.show {
      max-height: 500px;
      transition: all 0.2s ease; }

.parts-listing {
  margin-top: 4rem; }
  .parts-listing ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 2rem !important; }
    .parts-listing ul li {
      cursor: pointer;
      width: 90%;
      margin: 0 auto 1rem; }
      .parts-listing ul li:before {
        content: "" !important;
        display: none !important; }
      .parts-listing ul li div {
        width: 100%;
        height: 200px;
        background-image: url("../img/default_part.png");
        background-size: cover;
        background-position: center center;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-weight: bold; }
  .parts-listing .fuseSearchLabel {
    padding: 1rem 0; }
  .parts-listing .fuseSearchInput {
    padding: 0 0.5rem;
    margin: 0 0.5rem; }
  .parts-listing .parts-listing-pagination {
    display: flex;
    justify-content: space-between;
    padding: 1rem 5%; }
    .parts-listing .parts-listing-pagination .pagination-item {
      cursor: pointer; }
    .parts-listing .parts-listing-pagination .hidden {
      visibility: hidden; }

.parts-modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden; }
  .parts-modal-mask.show {
    visibility: visible; }

.parts-modal {
  position: fixed;
  top: 15vh;
  left: 50%;
  height: 80vh;
  max-height: 800px;
  width: 80vw;
  max-width: 1600px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  align-items: center;
  padding: 1rem;
  transform: translateX(-50%);
  background: white;
  visibility: hidden;
  font-size: clamp(0vw, 1rem, 3vw);
  color: black; }
  .parts-modal.show {
    visibility: visible; }
  .parts-modal-img {
    width: 50%;
    object-fit: contain;
    object-position: center; }
  .parts-modal div {
    width: 90%;
    display: flex;
    flex-flow: column; }
  .parts-modal h5 {
    font-size: 1.5rem;
    font-weight: bold; }
  .parts-modal h6 {
    color: #d66352; }
  .parts-modal p {
    border-top: 1px solid #dddedf;
    margin: 0 !important;
    padding: 0.5rem 0 !important;
    display: flex;
    justify-content: space-between;
    white-space: pre-wrap;
    text-align: right; }
    .parts-modal p span {
      font-weight: bold;
      margin-right: 1rem;
      text-align: left; }
    .parts-modal p:last-of-type {
      border-bottom: 1px solid #dddedf; }
  .parts-modal a {
    padding: 1rem;
    background: #d66352;
    color: white;
    margin: 1rem auto 0 !important;
    border-radius: 30px;
    width: 90%;
    text-align: center; }
  .parts-modal .modalCloseButton {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    color: #d66352;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
    padding: 0.5rem; }
    .parts-modal .modalCloseButton:hover {
      background: #d66352;
      color: white; }
    .parts-modal .modalCloseButton svg {
      width: 1rem;
      height: 1rem;
      vertical-align: middle; }

@media screen and (min-width: 33.75em) {
  .parts-listing ul li {
    width: 45%; } }

@media screen and (min-width: 48em) {
  .parts-listing ul li {
    width: 30%; }
  .parts-modal {
    height: 70vh;
    max-height: 800px;
    width: 80vw;
    max-width: 1600px;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 2rem; }
    .parts-modal-img {
      width: 40%; }
    .parts-modal div {
      width: 50%; }
    .parts-modal a {
      padding: 1rem;
      margin-top: 1rem !important;
      width: 60%; } }

@media screen and (min-width: 64em) {
  .parts-modal {
    height: 70vh;
    max-height: 800px;
    width: 80vw;
    max-width: 1600px;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 2rem; }
    .parts-modal-img {
      width: 40%; }
    .parts-modal div {
      width: 50%; }
    .parts-modal a {
      width: 40%; } }

@media screen and (min-width: 75em) {
  .parts-listing ul li {
    width: 22.5%; } }

.site-main-content {
  min-height: 60vh; }
