@charset "UTF-8";
/*------------------------------------*\
  #SETTINGS
\*------------------------------------*/
/*------------------------------------*\
  #SETTINGS
\*------------------------------------*/
/**
 * Returns the value of the `$key` value of a provided `$map`.
 */
/**
 * Uses `getProperty()` to return a value from the `$colors` map.
 */
/**
 * Uses `getProperty()` to return a value from the `$breakpoints` map.
 */
/*------------------------------------*\
  #TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
  #COLORS
\*------------------------------------*/
/*------------------------------------*\
  #ELEMENT-DEFAULTS
\*------------------------------------*/
/*------------------------------------*\
  #HEADER-DEFAULTS
\*------------------------------------*/
/*------------------------------------*\
  #HORIZONTAL-SPACING
\*------------------------------------*/
/*------------------------------------*\
  #BREAKPOINTS
\*------------------------------------*/
/*------------------------------------*\
  #TRANSITIONS
\*------------------------------------*/
/*------------------------------------*\
  #TOOLS
\*------------------------------------*/
/**
 * Responsive Mixin
 * This mixin is designed for a _cleaner_ first approach
 * This means that css isn't overridden but rather replaced for
 * different viewport widths; making it easier to inspect/debug css
 *
 * Usage:
 * @include media-query(exclude-medium)    { ... }
 * @include media-query(medium-up-to-site) 	   { ... }
 * ... etc
 */
/**
 * [Adds styles to allow an element's height scale proportionatelly]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 */
/**
 * [Calculates the percentage aspect ratio (what % height is compared to the width)]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 * @return {[Number(%)]}
 */
/**
 * *****REMEMBER TO USE MARGIN OR PADDING AND NOT TOP/BOTTOM******
 * [Calculates the center of an element in relation to a provided width and height.
 * Useful to place an absolute element at the center of another when
 * the positioned element cannot be the target's child ]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 * @return {[Number(%)]}
 */
/**
 * [In the  awful case you can't use Flexbox to vertically align something]
 * @param  {[type]} $transform:       false         [Use transforms to align instead of the absolute trick]
 * @param  {[type]} $pos:             absolute      [position type]
 * @param  {[type]} $posAdj:          0             [position adjustment. If $transform is true, this value only affects the 'top' property.]
 * @param  {[type]} $alignHorizontal: false         [Includes horizontal alignment]
 */
/**
 * Generate Enumerated Class
 * Iterates from 0 to the specified length and generates classes that set the specified property
 * @param  {[String]} $classname:       required      [Required: Specify the class name]
 * @param  {[String]} $property:        $classname    [Optional: Specify the enumerated property (if it's different from the name of the class)]
 * @param  {[Number]} $length:          10            [Optional: Specify the end of the loop]
 * @param  {[String]} $units:           null          [Optional: specify units to append to the enumerated property]
 */
/**
 * [Strip the pesky units from values]
 * @param  {[Number]} $value
 */
/**
 * [Fluid Type]
 */
/*------------------------------------*\
  #THIRD-PARTY-LIBS
\*------------------------------------*/
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slider--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .slider--flex.slick-initialized {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .slider--flex .slick-track {
    height: 100%;
    min-width: 100%; }

.slider--flex-align-items.slick-initialized .slick-slide {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  height: auto; }

.slider--flex-align-items .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.slick-arrow {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  width: 3.125rem;
  height: 3.125rem;
  font-size: 1.75rem;
  cursor: pointer; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

.slider--arrows-outer.slick-has-arrows.slider--arrows-size-large {
  padding-left: 4.5rem;
  padding-right: 4.5rem; }

.slider--arrows-outer.slick-has-arrows.slider--arrows-size-regular, .slider--arrows-outer.slick-has-arrows.slider--arrows-size-small {
  padding-left: 3.125rem;
  padding-right: 3.125rem; }

.slider--arrows-center .slick-arrow {
  position: absolute;
  top: calc(50% + 0px);
  top: calc(50% + var(--arrows-adjustment-y, 0px));
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0); }

.slider--arrows-tile-center .slick-arrow {
  top: 25%; }

.slider--arrows-size-large .slick-arrow {
  width: 4.5rem;
  height: 4.5rem;
  font-size: 3rem; }

.slider--arrows-size-small .slick-arrow {
  font-size: 1.125rem; }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  padding-left: 0; }
  .slick-dots .slick-active button:after {
    background-color: currentColor; }
  .slick-dots li {
    font-size: 0; }
  .slick-dots button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 50%;
    font-size: 0; }
    .slick-dots button:after {
      display: block;
      width: .5rem;
      height: .5rem;
      border-radius: inherit;
      border: solid .0625rem;
      content: ''; }

.slider--dots-outer .slick-dots {
  margin-top: 1rem; }

.slider--dots-inner .slick-dots {
  position: absolute;
  left: 0;
  right: 0; }

.slider--dots-left .slick-dots {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.slider--dots-right .slick-dots {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

[class*="slider--pre-layout"]:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden; }

.slider--pre-layout-1:not(.slick-initialized) > *:not(.slick-item) {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%; }

.slider--pre-layout-2:not(.slick-initialized) > *:not(.slick-item) {
  -webkit-box-flex: 2;
      -ms-flex: 2 0 50%;
          flex: 2 0 50%; }

.slider--pre-layout-3:not(.slick-initialized) > *:not(.slick-item) {
  -webkit-box-flex: 3;
      -ms-flex: 3 0 33.33333%;
          flex: 3 0 33.33333%; }

.slider--pre-layout-4:not(.slick-initialized) > *:not(.slick-item) {
  -webkit-box-flex: 4;
      -ms-flex: 4 0 25%;
          flex: 4 0 25%; }

.slider--pre-layout-5:not(.slick-initialized) > *:not(.slick-item) {
  -webkit-box-flex: 5;
      -ms-flex: 5 0 20%;
          flex: 5 0 20%; }

.slider--pre-layout-6:not(.slick-initialized) > *:not(.slick-item) {
  -webkit-box-flex: 6;
      -ms-flex: 6 0 16.66667%;
          flex: 6 0 16.66667%; }

.slider--pre-layout-7:not(.slick-initialized) > *:not(.slick-item) {
  -webkit-box-flex: 7;
      -ms-flex: 7 0 14.28571%;
          flex: 7 0 14.28571%; }

.slider--pre-layout-8:not(.slick-initialized) > *:not(.slick-item) {
  -webkit-box-flex: 8;
      -ms-flex: 8 0 12.5%;
          flex: 8 0 12.5%; }

@media (min-width: 64.0625rem) {
  .slider--pre-layout-lg-1:not(.slick-initialized) > *:not(.slick-item) {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%; }
  .slider--pre-layout-lg-2:not(.slick-initialized) > *:not(.slick-item) {
    -webkit-box-flex: 2;
        -ms-flex: 2 0 50%;
            flex: 2 0 50%; }
  .slider--pre-layout-lg-3:not(.slick-initialized) > *:not(.slick-item) {
    -webkit-box-flex: 3;
        -ms-flex: 3 0 33.33333%;
            flex: 3 0 33.33333%; }
  .slider--pre-layout-lg-4:not(.slick-initialized) > *:not(.slick-item) {
    -webkit-box-flex: 4;
        -ms-flex: 4 0 25%;
            flex: 4 0 25%; }
  .slider--pre-layout-lg-5:not(.slick-initialized) > *:not(.slick-item) {
    -webkit-box-flex: 5;
        -ms-flex: 5 0 20%;
            flex: 5 0 20%; }
  .slider--pre-layout-lg-6:not(.slick-initialized) > *:not(.slick-item) {
    -webkit-box-flex: 6;
        -ms-flex: 6 0 16.66667%;
            flex: 6 0 16.66667%; }
  .slider--pre-layout-lg-7:not(.slick-initialized) > *:not(.slick-item) {
    -webkit-box-flex: 7;
        -ms-flex: 7 0 14.28571%;
            flex: 7 0 14.28571%; }
  .slider--pre-layout-lg-8:not(.slick-initialized) > *:not(.slick-item) {
    -webkit-box-flex: 8;
        -ms-flex: 8 0 12.5%;
            flex: 8 0 12.5%; }
  .slider--row:not(.slick-initialized),
  .slider--row .slick-list {
    margin-left: -0.625rem;
    margin-right: -0.625rem; } }

@media (max-width: 64rem) {
  .slider--row:not(.slick-initialized),
  .slider--row .slick-list {
    margin-left: -0.35rem;
    margin-right: -0.35rem; } }

@media (min-width: 48rem) {
  .slider--dots-inner .slick-dots {
    bottom: 2.975rem; }
  .slider--pre-layout-md-1:not(.slick-initialized) > *:not(.slick-item) {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%; }
  .slider--pre-layout-md-2:not(.slick-initialized) > *:not(.slick-item) {
    -webkit-box-flex: 2;
        -ms-flex: 2 0 50%;
            flex: 2 0 50%; }
  .slider--pre-layout-md-3:not(.slick-initialized) > *:not(.slick-item) {
    -webkit-box-flex: 3;
        -ms-flex: 3 0 33.33333%;
            flex: 3 0 33.33333%; }
  .slider--pre-layout-md-4:not(.slick-initialized) > *:not(.slick-item) {
    -webkit-box-flex: 4;
        -ms-flex: 4 0 25%;
            flex: 4 0 25%; }
  .slider--pre-layout-md-5:not(.slick-initialized) > *:not(.slick-item) {
    -webkit-box-flex: 5;
        -ms-flex: 5 0 20%;
            flex: 5 0 20%; }
  .slider--pre-layout-md-6:not(.slick-initialized) > *:not(.slick-item) {
    -webkit-box-flex: 6;
        -ms-flex: 6 0 16.66667%;
            flex: 6 0 16.66667%; }
  .slider--pre-layout-md-7:not(.slick-initialized) > *:not(.slick-item) {
    -webkit-box-flex: 7;
        -ms-flex: 7 0 14.28571%;
            flex: 7 0 14.28571%; }
  .slider--pre-layout-md-8:not(.slick-initialized) > *:not(.slick-item) {
    -webkit-box-flex: 8;
        -ms-flex: 8 0 12.5%;
            flex: 8 0 12.5%; } }

@media (max-width: 47.9375rem) {
  .slider--dots-inner .slick-dots {
    bottom: .75rem; } }

/**
 * FixIt base styles. These can be overriden if necessary.
 */
.fixit-container {
  position: relative; }

.fixit-element.fixit--active {
  position: fixed;
  top: 0; }
  .fixit-element.fixit--active:not(.fixit--respond-to-parent) {
    width: 100%; }

.fixit-element.fixit--bottom, .fixit-element.fixit--docked {
  top: auto;
  bottom: 0; }

.fixit-element.fixit--frozen, .fixit-element.fixit--docked {
  position: absolute; }

.fixit-element--overlay {
  z-index: 1010; }

/*------------------------------------*\
  #BASE
\*------------------------------------*/
/*------------------------------------*\
  #ADDITIONAL RESETS
\*------------------------------------*/
html {
  font-size: 1rem;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  line-height: 1.38;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

body {
  min-width: 320px;
  overflow-anchor: none;
  font-size: 1rem;
  font-weight: 400;
  color: #252525;
  background-color: #FFF; }

h1 {
  margin: 0; }

iframe {
  border: none; }

img,
video {
  display: block;
  max-width: 100%;
  max-height: 100%; }

a {
  color: inherit;
  text-decoration: none; }

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

legend {
  display: block;
  width: 100%; }

address {
  font-style: normal; }

ul, ol {
  padding-left: 1.25em; }

hr {
  border: none;
  border-bottom: solid .0625rem; }

*:focus {
  outline-color: #0072a8;
  outline-offset: .25rem;
  outline-style: solid;
  outline-width: .0625rem; }
  .set--hide-click-focus *:focus {
    outline: none; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0; }

.list--reset {
  padding-left: 0; }
  .list--reset li {
    list-style-type: none; }

.set--w-100 {
  width: 100%; }

.set--w-75 {
  width: 75%; }

.set--w-50 {
  width: 50%; }

.set--w-25 {
  width: 25%; }

.set--h-100 {
  height: 100%; }

.set--h-75 {
  height: 75%; }

.set--h-50 {
  height: 50%; }

.set--h-25 {
  height: 25%; }

.scrollable {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

/*------------------------------------*\
  Lazy Loading Transitions
\*------------------------------------*/
.blur-up {
  -webkit-transition: -webkit-filter ease-out 107ms;
  transition: -webkit-filter ease-out 107ms;
  transition: filter ease-out 107ms;
  transition: filter ease-out 107ms, -webkit-filter ease-out 107ms; }
  .blur-up.lazyload, .blur-up.lazyloading {
    -webkit-filter: blur(4px);
            filter: blur(4px); }
  .blur-up.lazyloaded {
    -webkit-filter: blur(0);
            filter: blur(0); }

.opacity-up {
  -webkit-transition: opacity ease-out 213ms;
  transition: opacity ease-out 213ms; }
  .opacity-up.lazyload, .opacity-up.lazyloading {
    opacity: 0; }
  .opacity-up.lazyloaded {
    opacity: 1; }

.partial-opacity-up {
  -webkit-transition: opacity ease-out 213ms;
  transition: opacity ease-out 213ms; }
  .partial-opacity-up.lazyload, .partial-opacity-up.lazyloading {
    opacity: .8; }
  .partial-opacity-up.lazyloaded {
    opacity: 1; }

.none-up.lazyload, .none-up.lazyloading {
  opacity: 0; }

/*------------------------------------*\
  Object Fit helpers
\*------------------------------------*/
[class*="object-fit"] {
  width: 100%;
  height: 100%; }

.object-fit--cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;'; }

.object-fit--contain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;'; }

@media (min-width: 48rem) {
  .scrollable--small-up {
    overflow: auto;
    -webkit-overflow-scrolling: touch; } }

/*------------------------------------*\
  #FLEX-GRID
\*------------------------------------*/
/**
 * Flex Grid -
 * Version: 0.3.5
 *
 * Simple grid built with flex box and sass.
 *
 * Matthew Simo - matthew.a.simo@gmail.com
 */
/**
 * Grid setup
 *
 * The grid will calculate dimensions based on these two variables:
 * $fg-columns: [Integer | List of Integers] will inform the grid loops how many columns there should be. Can be set as a list to generate multi-base grids.
 * $fg-gutter:  [String | Map of Strings] will inform the grid loops how big each column's gutters should be. Can be set to a list of gutters per namespace (breakpoint).
 */
/**
 * Break point namespace object
 *
 * Set the default namespace object with these defaults with the
 * understanding that you can pass in whatever you might require for your site.
 *
 * $fg-breakpoints is a Sass list with nested lists inside. Each sub list defines two things.
 * 1. The namespace for that breakpoint. (Required) (i.e. xs, sm, md, lg)
 * 2. The min-width measurement for the breakpoint for that namespace. (i.e. 48em, 62em, 75em)
 *
 * Note: These should be in the proper order (at least till libsass handles map keys properly).
 *
 * Note: If the measurement is left out then it will be skipped when generating
 * the grid and applied to global styles.
 *
 */
/**
 * Class Name Defaults
 *
 * Define class names for columns, rows and offsets in case compatibility with other
 * libraries is necessary.
 * $fg-class-grid: [String] used for the grid general classes (i.e. alignment, position, etc.)
 * $fg-class-row: [String] used for the row class
 * $fg-class-col: [String] used for the column class
 * $fg-class-off: [String] used for the offset class
*/
/**
 * Optional setting to add half a column push
 * @type {[Boolean]}
 */
/**
 * Calculate column size percentage
 */
/**
 * Spacing mixin to create uniform margin/padding
 */
/**
 * If there's more than one spacing setting,
 * generates the gutter/spacing per namespace (breakpoint), specific to the namespaced selectors (col-xs, col-lg, etc.).
 */
/**
 * Row wrapper class, flex box parent.
 */
.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

[class^="col-"],
[class*=" col-"], .col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 1px; }

.flex-justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.flex-justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.flex-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.flex-justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.flex-justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.flex-align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.flex-align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.flex-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.flex-align-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.flex-align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.flex-flow-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row; }

.flex-flow-row-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse; }

.flex-flow-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }

.flex-flow-col-rev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse; }

.flex-flow-wrap {
  -ms-flex-flow: wrap;
      flex-flow: wrap; }

.flex-flow-wrap-rev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: wrap-reverse;
          flex-flow: wrap-reverse; }

.flex-flow-nowrap {
  -ms-flex-flow: nowrap;
      flex-flow: nowrap; }

.flex-direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.flex-direction-row-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.flex-direction-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex-direction-col-rev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.flex-no-gutters {
  margin-left: 0;
  margin-right: 0; }
  .flex-no-gutters > .col,
  .flex-no-gutters > [class*="col-"] {
    padding-left: 0;
    padding-right: 0; }

/**
 * Generate a set of grid base selectors for col-.
 * ex.: [class*="col-"], which selects all elements that contain "col-" on their class list.
 * This helps reduce total file size, and avoids a bulky final selector.
 */
/**
 * Determines if the grid should generate a single base, or multiple, using the $fg-columns variable.
 */
/**
 * Generate a set of grid column classes using a namespace
 *
 * .col-[namespace] for intelligent column division
 * .col-[namespace]-[number] for a column that covers a specific number of columns (e.g. 1-12 by default)
 * .off-[namespace]-[number] for pushing a col a specific number of columns (e.g. 1-11 by default)
 * .off-[namespace]-reset for resetting a col's offset for that and larger namespaces
 */
/**
 * Build the grid in two steps, to help minimize file size
 * Step 1, for each namespace, create the grid-base
 * Step 2, for each namespace, wrap the col width/offset measurements in their breakpoint media query
 */
.row:not(.flex-no-gutters) {
  margin-left: -0.35rem;
  margin-right: -0.35rem; }

.col,
[class*="col-"] {
  padding-left: 0.35rem;
  padding-right: 0.35rem; }

.col-1 {
  -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
  max-width: 8.33333%; }

.off-1 {
  margin-left: 8.33333%; }

.col-2 {
  -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
  max-width: 16.66667%; }

.off-2 {
  margin-left: 16.66667%; }

.col-3 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%; }

.off-3 {
  margin-left: 25%; }

.col-4 {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  max-width: 33.33333%; }

.off-4 {
  margin-left: 33.33333%; }

.col-5 {
  -ms-flex-preferred-size: 41.66667%;
      flex-basis: 41.66667%;
  max-width: 41.66667%; }

.off-5 {
  margin-left: 41.66667%; }

.col-6 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%; }

.off-6 {
  margin-left: 50%; }

.col-7 {
  -ms-flex-preferred-size: 58.33333%;
      flex-basis: 58.33333%;
  max-width: 58.33333%; }

.off-7 {
  margin-left: 58.33333%; }

.col-8 {
  -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
  max-width: 66.66667%; }

.off-8 {
  margin-left: 66.66667%; }

.col-9 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%; }

.off-9 {
  margin-left: 75%; }

.col-10 {
  -ms-flex-preferred-size: 83.33333%;
      flex-basis: 83.33333%;
  max-width: 83.33333%; }

.off-10 {
  margin-left: 83.33333%; }

.col-11 {
  -ms-flex-preferred-size: 91.66667%;
      flex-basis: 91.66667%;
  max-width: 91.66667%; }

.off-11 {
  margin-left: 91.66667%; }

.col-12 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }

.off-reset {
  margin-left: 0; }

.col,
.col-n {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%; }

@media only screen and (min-width: 30rem) {
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .off-sm-1 {
    margin-left: 8.33333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .off-sm-2 {
    margin-left: 16.66667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  .off-sm-3 {
    margin-left: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .off-sm-4 {
    margin-left: 33.33333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .off-sm-5 {
    margin-left: 41.66667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  .off-sm-6 {
    margin-left: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .off-sm-7 {
    margin-left: 58.33333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .off-sm-8 {
    margin-left: 66.66667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  .off-sm-9 {
    margin-left: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .off-sm-10 {
    margin-left: 83.33333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .off-sm-11 {
    margin-left: 91.66667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  .off-sm-reset {
    margin-left: 0; }
  .col-sm,
  .col-sm-n {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%; } }

@media only screen and (min-width: 48rem) {
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .off-md-1 {
    margin-left: 8.33333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .off-md-2 {
    margin-left: 16.66667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  .off-md-3 {
    margin-left: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .off-md-4 {
    margin-left: 33.33333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .off-md-5 {
    margin-left: 41.66667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  .off-md-6 {
    margin-left: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .off-md-7 {
    margin-left: 58.33333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .off-md-8 {
    margin-left: 66.66667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  .off-md-9 {
    margin-left: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .off-md-10 {
    margin-left: 83.33333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .off-md-11 {
    margin-left: 91.66667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  .off-md-reset {
    margin-left: 0; }
  .col-md,
  .col-md-n {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%; } }

@media only screen and (min-width: 64.0625rem) {
  .row:not(.flex-no-gutters) {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
  .col,
  [class*="col-"] {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .off-lg-1 {
    margin-left: 8.33333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .off-lg-2 {
    margin-left: 16.66667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  .off-lg-3 {
    margin-left: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .off-lg-4 {
    margin-left: 33.33333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .off-lg-5 {
    margin-left: 41.66667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  .off-lg-6 {
    margin-left: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .off-lg-7 {
    margin-left: 58.33333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .off-lg-8 {
    margin-left: 66.66667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  .off-lg-9 {
    margin-left: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .off-lg-10 {
    margin-left: 83.33333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .off-lg-11 {
    margin-left: 91.66667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  .off-lg-reset {
    margin-left: 0; }
  .col-lg,
  .col-lg-n {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%; } }

@media only screen and (min-width: 77.5625rem) {
  .col-xl-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .off-xl-1 {
    margin-left: 8.33333%; }
  .col-xl-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .off-xl-2 {
    margin-left: 16.66667%; }
  .col-xl-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  .off-xl-3 {
    margin-left: 25%; }
  .col-xl-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .off-xl-4 {
    margin-left: 33.33333%; }
  .col-xl-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .off-xl-5 {
    margin-left: 41.66667%; }
  .col-xl-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  .off-xl-6 {
    margin-left: 50%; }
  .col-xl-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .off-xl-7 {
    margin-left: 58.33333%; }
  .col-xl-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .off-xl-8 {
    margin-left: 66.66667%; }
  .col-xl-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  .off-xl-9 {
    margin-left: 75%; }
  .col-xl-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .off-xl-10 {
    margin-left: 83.33333%; }
  .col-xl-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .off-xl-11 {
    margin-left: 91.66667%; }
  .col-xl-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  .off-xl-reset {
    margin-left: 0; }
  .col-xl,
  .col-xl-n {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%; } }

/*------------------------------------*\
  #FLEX-HELPERS
\*------------------------------------*/
.fix--overflow > * {
  max-width: 100%; }

[class*="col-"] > * {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

[class*="col-"].flex-no-gutters {
  padding-left: 0;
  padding-right: 0; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.flex-grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

@media (min-width: 48rem) {
  .order--small-up-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order--small-up-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order--small-up-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order--small-up-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order--small-up-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order--small-up-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order--small-up-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order--small-up-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order--small-up-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order--small-up-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order--small-up-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; } }

@media (max-width: 47.9375rem) {
  .order--small-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order--small-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order--small-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order--small-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order--small-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order--small-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order--small-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order--small-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order--small-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order--small-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order--small-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; } }

.page {
  overflow: hidden;
  min-height: 100vh;
  -webkit-tap-highlight-color: transparent; }

.main {
  min-height: 20rem; }

/*------------------------------------*\
  #MAX-WIDTH
\*------------------------------------*/
[class*="max-width--"] {
  margin-right: auto;
  margin-left: auto; }

.max-width {
  max-width: 30rem; }
  .max-width--unit {
    max-width: 0.0625rem; }
  .max-width--xxsmall {
    max-width: 20rem; }
  .max-width--xsmall {
    max-width: 30rem; }
  .max-width--small {
    max-width: 47.9375rem; }
  .max-width--medium {
    max-width: 64rem; }
  .max-width--xmedium {
    max-width: 77.5rem; }
  .max-width--large {
    max-width: 90rem; }

.container {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto; }

/*------------------------------------*\
  #BACKGROUND-COLOR
\*------------------------------------*/
.bg--white {
  background-color: #FFF; }

.bg--black {
  background-color: #000; }

.bg--grey-1 {
  background-color: #F6F6F8; }

.bg--grey-2 {
  background-color: #E6E9ED; }

.bg--grey-3 {
  background-color: #CCCCCC; }

.bg--grey-4 {
  background-color: #999999; }

.bg--grey-5 {
  background-color: #666666; }

.bg--grey-6 {
  background-color: #444444; }

.bg--grey-7 {
  background-color: #252525; }

.bg--red {
  background-color: #e60000; }

.bg--blue {
  background-color: #4D96E7; }

.bg--navy {
  background-color: #0f3e72; }

.bg--green {
  background-color: #00D3A7; }

.bg--beige {
  background-color: #f5f5dc; }

.bg--facebook-blue {
  background-color: #3b5998; }

.bg--google-blue {
  background-color: #4285F4; }

.bg--google-red {
  background-color: #DB4437; }

.bg--instagram-pink {
  background-color: #C62A81; }

.bg--instagram-orange {
  background-color: #F06430; }

.bg--paypal-blue {
  background-color: #009cde; }

.bg--paypal-silver {
  background-color: #eeeeee; }

.bg--primary {
  background-color: #304FFE; }

.bg--secondary {
  background-color: #00A3B2; }

.bg--tertiary {
  background-color: #E7B04D; }

.bg--accent-primary {
  background-color: #0DFFCB; }

.bg--accent-secondary {
  background-color: #DAFF79; }

.bg--accent-tertiary {
  background-color: #28BAFF; }

.bg--error {
  background-color: #e60000; }

.bg--success {
  background-color: #00D3A7; }

.bg--grey-7,
.bg--black {
  color: #FFF; }

.bg--white {
  color: #252525; }

@media (min-width: 48rem) {
  .page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .main {
    width: 100%; }
  /*------------------------------------*\
      #GUTTERS
    \*------------------------------------*/
  .gutter--small {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .gutter--small-up-normal {
    padding-right: 2rem;
    padding-left: 2rem; }
  .gutter--large,
  .gutter--small-up-large {
    padding-right: 3.125rem;
    padding-left: 3.125rem; }
  /*------------------------------------*\
      #MAX-WIDTH
    \*------------------------------------*/
  .container {
    padding-right: 2rem;
    padding-left: 2rem; } }

@media (min-width: 64.0625rem) {
  /*------------------------------------*\
      #GUTTERS
    \*------------------------------------*/
  .gutter--normal,
  .gutter--medium-up-normal {
    padding-right: 2rem;
    padding-left: 2rem; } }

@media (min-width: 48rem) and (max-width: 64rem) {
  /*------------------------------------*\
      #GUTTERS
    \*------------------------------------*/
  .gutter--normal,
  .gutter--medium-only-small {
    padding-right: 1.25rem;
    padding-left: 1.25rem; } }

@media (max-width: 47.9375rem) {
  /*------------------------------------*\
      #GUTTERS
    \*------------------------------------*/
  .gutter--normal,
  .gutter--small-only-normal {
    padding-right: 1rem;
    padding-left: 1rem; }
  .gutter--large,
  .gutter--small-only-large {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .gutter--small,
  .gutter--small-only-small {
    padding-right: 0.75rem;
    padding-left: 0.75rem; }
  /*------------------------------------*\
      #MAX-WIDTH
    \*------------------------------------*/
  .container {
    padding-right: 1rem;
    padding-left: 1rem; } }

.page:not(.set--overlay):after,
.header:not(.set--overlay):after {
  opacity: 0;
  visibility: hidden; }

.header:after {
  position: absolute; }

.page:after {
  position: fixed; }

.loader-container {
  position: relative; }

/*------------------------------------*\
  #OVERLAYS
\*------------------------------------*/
.set--overlay {
  position: relative;
  cursor: pointer; }

.set--overlay-all:after {
  z-index: 1080; }

.loader,
.set--overlay:after {
  position: absolute; }

.loader,
.set--overlay:after,
.page:not(.set--overlay):after,
.header:not(.set--overlay):after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.set--overlay:after,
.page:not(.set--overlay):after,
.header:not(.set--overlay):after {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 213ms ease-in-out, visibility 213ms ease-in-out;
  transition: opacity 213ms ease-in-out, visibility 213ms ease-in-out; }

.set--overlay:after,
.page:not(.set--overlay):after,
.header:not(.set--overlay):after {
  content: ''; }

/*------------------------------------*\
  #LOADER
\*------------------------------------*/
.loader {
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-duration: 213ms;
          transition-duration: 213ms;
  opacity: 0;
  visibility: hidden; }
  .loader.set--alt {
    background-color: rgba(0, 0, 0, 0.7); }
    .loader.set--alt .loader-indicator__path {
      stroke: #FFF; }
  .loader:not(.set--alt) {
    background-color: rgba(255, 255, 255, 0.6); }
    .loader:not(.set--alt) .loader-indicator__path {
      stroke: #304FFE; }
  .loader.set--fixed {
    position: fixed; }
  .loader.set--visible {
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-duration: 320ms;
            transition-duration: 320ms;
    opacity: 1;
    visibility: inherit; }

.loader-indicator {
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 5rem;
  max-height: 5rem;
  pointer-events: none;
  -webkit-animation: rotator 1.4s linear infinite;
          animation: rotator 1.4s linear infinite; }

.loader-indicator__path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: dash 1.4s ease-in-out infinite;
          animation: dash 1.4s ease-in-out infinite; }

.loader-message {
  max-width: 20.625rem;
  padding: 0 1rem;
  text-align: center;
  font-weight: 700;
  color: #00A3B2;
  background-color: rgba(255, 255, 255, 0.75); }

@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); } }

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); } }

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg); } }

@keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg); } }

/*------------------------------------*\
  #OPTIONAL
\*------------------------------------*/
/*------------------------------------*\
  #COMPONENTS
\*------------------------------------*/
.link, .link--primary {
  -webkit-transition: opacity 107ms ease-in-out;
  transition: opacity 107ms ease-in-out; }
  .link:hover, .link--primary:hover {
    opacity: .7; }

.link--primary {
  display: inline-block;
  font-weight: 600; }

.link--underline {
  text-decoration: underline; }

.link--underline-hover:hover, .link--underline-hover:focus {
  text-decoration: underline; }

.link--highlight-hover:hover, .link--highlight-hover:focus {
  color: #304FFE; }

/**
 *  Utility classes for buttons and pseudo buttons
 */
.cursor--pointer:hover {
  cursor: pointer; }

.cursor--not-allowed:hover {
  cursor: not-allowed; }

/*------------------------------------*\
  #INPUT-RESETS
\*------------------------------------*/
[type="password"],
[type="text"],
[type="tel"],
[type="email"],
[type="search"],
[type="number"],
select,
textarea {
  font-family: inherit;
  font-weight: 300;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.125rem;
  border: solid 0.0625rem #999999;
  outline: none; }
  [type="password"]::-webkit-input-placeholder,
  [type="text"]::-webkit-input-placeholder,
  [type="tel"]::-webkit-input-placeholder,
  [type="email"]::-webkit-input-placeholder,
  [type="search"]::-webkit-input-placeholder,
  [type="number"]::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999999; }
  [type="password"]::-moz-placeholder,
  [type="text"]::-moz-placeholder,
  [type="tel"]::-moz-placeholder,
  [type="email"]::-moz-placeholder,
  [type="search"]::-moz-placeholder,
  [type="number"]::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #999999; }
  [type="password"]::-ms-input-placeholder,
  [type="text"]::-ms-input-placeholder,
  [type="tel"]::-ms-input-placeholder,
  [type="email"]::-ms-input-placeholder,
  [type="search"]::-ms-input-placeholder,
  [type="number"]::-ms-input-placeholder,
  select::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    color: #999999; }
  [type="password"]::placeholder,
  [type="text"]::placeholder,
  [type="tel"]::placeholder,
  [type="email"]::placeholder,
  [type="search"]::placeholder,
  [type="number"]::placeholder,
  select::placeholder,
  textarea::placeholder {
    color: #999999; }
  [type="password"]:focus::-webkit-input-placeholder,
  [type="text"]:focus::-webkit-input-placeholder,
  [type="tel"]:focus::-webkit-input-placeholder,
  [type="email"]:focus::-webkit-input-placeholder,
  [type="search"]:focus::-webkit-input-placeholder,
  [type="number"]:focus::-webkit-input-placeholder,
  select:focus::-webkit-input-placeholder,
  textarea:focus::-webkit-input-placeholder {
    color: #CCCCCC; }
  [type="password"]:focus::-moz-placeholder,
  [type="text"]:focus::-moz-placeholder,
  [type="tel"]:focus::-moz-placeholder,
  [type="email"]:focus::-moz-placeholder,
  [type="search"]:focus::-moz-placeholder,
  [type="number"]:focus::-moz-placeholder,
  select:focus::-moz-placeholder,
  textarea:focus::-moz-placeholder {
    color: #CCCCCC; }
  [type="password"]:focus::-ms-input-placeholder,
  [type="text"]:focus::-ms-input-placeholder,
  [type="tel"]:focus::-ms-input-placeholder,
  [type="email"]:focus::-ms-input-placeholder,
  [type="search"]:focus::-ms-input-placeholder,
  [type="number"]:focus::-ms-input-placeholder,
  select:focus::-ms-input-placeholder,
  textarea:focus::-ms-input-placeholder {
    color: #CCCCCC; }
  [type="password"]:focus::placeholder,
  [type="text"]:focus::placeholder,
  [type="tel"]:focus::placeholder,
  [type="email"]:focus::placeholder,
  [type="search"]:focus::placeholder,
  [type="number"]:focus::placeholder,
  select:focus::placeholder,
  textarea:focus::placeholder {
    color: #CCCCCC; }
  [type="password"].disabled, [type="password"][disabled],
  [type="text"].disabled,
  [type="text"][disabled],
  [type="tel"].disabled,
  [type="tel"][disabled],
  [type="email"].disabled,
  [type="email"][disabled],
  [type="search"].disabled,
  [type="search"][disabled],
  [type="number"].disabled,
  [type="number"][disabled],
  select.disabled,
  select[disabled],
  textarea.disabled,
  textarea[disabled] {
    color: #999999; }
  [type="password"]:not([disabled]):not([readonly]):not(.is-invalid):focus,
  [type="text"]:not([disabled]):not([readonly]):not(.is-invalid):focus,
  [type="tel"]:not([disabled]):not([readonly]):not(.is-invalid):focus,
  [type="email"]:not([disabled]):not([readonly]):not(.is-invalid):focus,
  [type="search"]:not([disabled]):not([readonly]):not(.is-invalid):focus,
  [type="number"]:not([disabled]):not([readonly]):not(.is-invalid):focus,
  select:not([disabled]):not([readonly]):not(.is-invalid):focus,
  textarea:not([disabled]):not([readonly]):not(.is-invalid):focus {
    border-color: #252525; }

input[type="file"] {
  cursor: pointer; }
  input[type="file"].disabled, input[type="file"][disabled] {
    cursor: not-allowed; }

input::-webkit-contacts-auto-fill-button {
  position: relative;
  right: 1.5rem; }

textarea {
  display: block;
  width: 100%;
  resize: none; }

select {
  color: inherit; }
  select::-webkit-outer-spin-button, select::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  select::-ms-expand {
    display: none; }

option {
  color: #252525; }

/*------------------------------------*\
  #FORM-COPY
\*------------------------------------*/
.form-intro__title {
  margin-bottom: .75em; }

.form-intro__copy {
  margin-bottom: 1.75em; }

.form-control-disclaimer {
  margin-top: .75em; }

.form-control-description {
  margin-top: .25em;
  font-size: 0.875rem;
  color: #666666; }

/*------------------------------------*\
  #TEXT AND SELECTS
\*------------------------------------*/
.form-control {
  width: 100%;
  height: 3.125rem;
  padding-right: .625rem;
  padding-left: .625rem;
  background-color: #FFF; }
  .form-control.is-invalid {
    border-color: #e60000;
    background-color: #fff0f0;
    color: #e60000; }
  .form-control.remove--border-styles {
    border-radius: 0;
    border-color: transparent; }
  .form-control.remove--border-right-styles {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none; }
  .form-control.remove--border-left-styles {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none; }

.form-control--small {
  height: 2.5rem; }

.form-control--textarea {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: auto;
  min-height: 4.5rem; }

.custom-select,
.form-control--select {
  padding-right: 2rem;
  background-size: .85em .85em;
  background-repeat: no-repeat;
  background-position: calc(100% - .5em) center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23252525' d='M24 6.3c0 .2-.1.3-.2.4L12.4 18.1c-.2.2-.6.2-.9 0L.2 6.8c-.2-.2-.2-.6 0-.9.2-.2.6-.2.9 0L12 16.8 22.9 5.9c.2-.2.6-.2.9 0 .1.1.2.3.2.4z'/%3E%3C/svg%3E");
  -webkit-transition: color 107ms ease-in-out;
  transition: color 107ms ease-in-out; }
  .custom-select:-internal-autofill-selected,
  .form-control--select:-internal-autofill-selected {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23252525' d='M24 6.3c0 .2-.1.3-.2.4L12.4 18.1c-.2.2-.6.2-.9 0L.2 6.8c-.2-.2-.2-.6 0-.9.2-.2.6-.2.9 0L12 16.8 22.9 5.9c.2-.2.6-.2.9 0 .1.1.2.3.2.4z'/%3E%3C/svg%3E") !important; }

.form-control-label {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: .25rem; }
  .required .form-control-label:after {
    content: "*";
    color: #e60000; }

/*------------------------------------*\
  #CHECKBOXES AND RADIOS
\*------------------------------------*/
.form-check {
  position: relative; }

.form-check-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

[class*="form-check-label"] {
  display: block;
  position: relative;
  padding-left: 1.9em;
  line-height: 1.3;
  -webkit-transition: color 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: color 213ms cubic-bezier(0.4, 0.9, 0.3, 1); }
  [class*="form-check-label"]:before, [class*="form-check-label"]:after {
    position: absolute; }
  [class*="form-check-label"]:before {
    top: 0;
    left: 0;
    border: solid 0.0625rem #666666;
    border-radius: 0.125rem;
    content: '';
    width: 1.25em;
    height: 1.25em; }
  [class*="form-check-label"]:after {
    top: .2125em;
    left: .2em;
    width: .85em;
    height: .85em; }

.form-check-label:after {
  opacity: 0;
  line-height: 0.85;
  -webkit-transition: opacity 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: opacity 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
  content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 18'%3E%3Cpath fill='%23304FFE' d='M23.543 2.371L21.171 0 8.286 12.886 2.371 6.971 0 9.343l7.629 7.628v-.028l.657.657z' /%3E%3C/svg%3E"); }

.form-check-label--radio:before, .form-check-label--radio:after {
  border-radius: 50%; }

.form-check-label--radio:after {
  background-color: #304FFE;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: -webkit-transform 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: transform 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: transform 213ms cubic-bezier(0.4, 0.9, 0.3, 1), -webkit-transform 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
  content: ''; }

.form-check-input:checked + .form-check-label,
.form-check-label.set--checked {
  color: inherit; }
  .form-check-input:checked + .form-check-label:before,
  .form-check-label.set--checked:before {
    background-color: #304FFE;
    border-color: #304FFE; }
  .form-check-input:checked + .form-check-label:after,
  .form-check-label.set--checked:after {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 18'%3E%3Cpath fill='%23FFF' d='M23.543 2.371L21.171 0 8.286 12.886 2.371 6.971 0 9.343l7.629 7.628v-.028l.657.657z' /%3E%3C/svg%3E"); }

.form-check-input:checked + .form-check-label--radio:after,
.form-check-label--radio.set--checked:after {
  opacity: 1;
  background-color: #304FFE;
  -webkit-transform: scale(0.85);
          transform: scale(0.85); }

.form-check-input:focus + [class*="form-check-label"],
[class*="form-check-label"]:focus {
  outline: none; }
  .form-check-input:focus + [class*="form-check-label"]:before,
  [class*="form-check-label"]:focus:before {
    border-color: #304FFE; }

.form-check-input:disabled + [class*="form-check-label"]:before,
[class*="form-check-label"].disabled:before {
  background-color: #F6F6F8;
  border-color: #E6E9ED; }

.form-check-input:disabled + [class*="form-check-label"]:after,
[class*="form-check-label"].disabled:after {
  color: #E6E9ED; }

.form-check-input.error + [class*="form-check-label"]:before {
  border-color: #e60000; }

/*------------------------------------*\
  #FORM GROUPS
\*------------------------------------*/
.form-group {
  margin-bottom: 1.25rem; }

.form-group--no-spacing {
  margin-bottom: 0; }

.form-check-list__item:not(:last-child) {
  margin-bottom: 1rem; }

.form-section:not(:first-child) {
  margin-top: 1.6rem; }

/*------------------------------------*\
  #FORM ACTIONS
\*------------------------------------*/
.form-actions {
  margin-top: 2rem; }

/*------------------------------------*\
  #FORM VALIDATION
\*------------------------------------*/
.success-feedback,
.invalid-feedback,
.form-invalid-feedback {
  display: block;
  margin-top: .25rem;
  font-size: 0.875rem; }
  .success-feedback:not(.set--visible),
  .invalid-feedback:not(.set--visible),
  .form-invalid-feedback:not(.set--visible) {
    position: absolute;
    opacity: 0;
    visibility: hidden; }

.invalid-feedback,
.form-invalid-feedback {
  color: #e60000; }

.success-feedback {
  color: #00D3A7; }

.form-invalid-feedback {
  margin-bottom: 1em; }

/*------------------------------------*\
  #FORM CONSTRAINTS
\*------------------------------------*/
.form-control__constraints {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: .75em;
  color: #666666; }

.form-control__constraint {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%; }

.set--constraint-fail {
  color: #e60000; }

.set--constraint-pass {
  color: #00D3A7; }

@media (-ms-high-contrast: active) {
  .form-check-label:after {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 18'%3E%3Cpath fill='%23FFF' d='M23.543 2.371L21.171 0 8.286 12.886 2.371 6.971 0 9.343l7.629 7.628v-.028l.657.657z' /%3E%3C/svg%3E"); }
  .form-check-label--radio:after {
    border: solid .5rem; } }

@media (max-width: 47.9375rem) {
  input,
  select,
  textarea {
    font-size: 1rem; } }

.video-asset {
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 426ms ease-out;
  transition: opacity 426ms ease-out; }
  .video-asset.video-asset--fit {
    width: 100%;
    height: 100%; }
  .video-asset.video-asset--natural {
    max-width: 100%;
    height: auto; }
  .video-asset.video-asset--ratio-wide {
    width: 100%; }

.video-asset--natural video.vjs-tech {
  position: initial; }

.video-asset--ratio-wide {
  position: relative; }
  .video-asset--ratio-wide:before {
    display: block;
    content: '';
    padding-bottom: 56.25%;
    width: 100%; }

.video-asset--overlay-poster {
  background-color: transparent; }
  .video-asset--overlay-poster .vjs-tech {
    opacity: 0;
    -webkit-transition: opacity 426ms ease-out;
    transition: opacity 426ms ease-out; }

.video-asset__overlay {
  -webkit-transition: opacity 213ms ease-in-out, visibility 213ms ease-in-out;
  transition: opacity 213ms ease-in-out, visibility 213ms ease-in-out; }
  .set--video-playing.set--video-overlay-hide-playing .video-asset__overlay,
  .set--video-playing.set--video-overlay-show-hover:not(:hover) .video-asset__overlay,
  .set--video-played.set--video-overlay-hide-permanent .video-asset__overlay {
    opacity: 0;
    visibility: hidden; }
  .set--video-manual .video-asset__overlay,
  .set--video-has-controls .video-asset__overlay {
    pointer-events: none; }
    .set--video-manual .video-asset__overlay > *,
    .set--video-has-controls .video-asset__overlay > * {
      pointer-events: initial; }

.set--video-no-controls.set--video-autoplay .video-asset {
  pointer-events: none; }

.set--video-ready .video-asset {
  opacity: 1; }

.set--video-played .vjs-tech {
  opacity: 1; }

.price .strike-through {
  opacity: .6; }

.price .price__original {
  margin-right: .5em; }

.price .starting,
.price .range,
.price .sales {
  font-weight: 600; }

.price .tiered {
  font-size: 1rem;
  line-height: 1.63; }

.price .dash {
  padding: 0 4px; }

.breadcrumbs {
  margin-bottom: 1rem; }

.breadcrumbs--spaced {
  margin-top: 1rem; }

.breadcrumbs__item:not(:last-child) {
  margin-right: 1em; }

.breadcrumbs__separator {
  display: inline-block;
  margin-left: 1em; }

.tooltip {
  display: inline-block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: .25rem;
  vertical-align: middle; }

.tooltip--field-label {
  margin-bottom: .25rem; }

.tooltip__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  cursor: pointer; }

.tooltip__trigger-icon {
  width: 100%;
  height: 100%; }

.tooltip__content {
  z-index: 2;
  position: absolute;
  min-width: 14.5rem;
  padding: 1em;
  border: solid 0.0625rem #252525;
  border-radius: 0.125rem;
  -webkit-transition: opacity 213ms cubic-bezier(0.4, 0.9, 0.3, 1), visibility 213ms cubic-bezier(0.4, 0.9, 0.3, 1), -webkit-transform 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: opacity 213ms cubic-bezier(0.4, 0.9, 0.3, 1), visibility 213ms cubic-bezier(0.4, 0.9, 0.3, 1), -webkit-transform 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: opacity 213ms cubic-bezier(0.4, 0.9, 0.3, 1), visibility 213ms cubic-bezier(0.4, 0.9, 0.3, 1), transform 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: opacity 213ms cubic-bezier(0.4, 0.9, 0.3, 1), visibility 213ms cubic-bezier(0.4, 0.9, 0.3, 1), transform 213ms cubic-bezier(0.4, 0.9, 0.3, 1), -webkit-transform 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
  opacity: 0;
  visibility: hidden; }
  .tooltip__content:before, .tooltip__content:after {
    position: absolute;
    width: 0;
    height: 0;
    content: ''; }
  .tooltip__content.set--top {
    bottom: calc(100% + 1.125rem);
    -webkit-transform: translateY(0.5rem) scale(0.8);
            transform: translateY(0.5rem) scale(0.8); }
    .tooltip__content.set--top.set--right {
      -webkit-transform-origin: bottom right;
              transform-origin: bottom right;
      border-bottom-right-radius: 0; }
    .tooltip__content.set--top.set--left {
      -webkit-transform-origin: bottom left;
              transform-origin: bottom left;
      border-bottom-left-radius: 0; }
    .tooltip__content.set--top:before {
      top: calc(100% + .0625rem);
      border-top: 0.7125rem solid #252525; }
  .tooltip__content.set--right {
    right: -.25rem; }
    .tooltip__content.set--right:before {
      right: .75rem;
      border-left: .8125rem solid transparent; }
  .tooltip__content.set--left {
    left: -.25rem; }
    .tooltip__content.set--left:before {
      left: .75rem;
      border-right: .8125rem solid transparent; }
  .tooltip__content.set--center {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip__content.set--bottom {
    top: calc(100% + .75rem);
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem); }
    .tooltip__content.set--bottom.set--right {
      -webkit-transform-origin: top right;
              transform-origin: top right;
      border-top-right-radius: 0; }
    .tooltip__content.set--bottom.set--left {
      -webkit-transform-origin: top left;
              transform-origin: top left;
      border-top-left-radius: 0; }
    .tooltip__content.set--bottom:before {
      bottom: calc(100% + .0625rem);
      border-bottom: 0.7125rem solid #252525; }
  .tooltip__content.set--tooltip-active {
    opacity: 1;
    visibility: inherit; }
    .tooltip__content.set--tooltip-active:not(.set--center) {
      -webkit-transform: translateY(0) scale(1);
              transform: translateY(0) scale(1); }
    .tooltip__content.set--tooltip-active.set--center {
      -webkit-transform: translate(-50%, 0) scale(1);
              transform: translate(-50%, 0) scale(1); }

.tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 2rem;
  -webkit-box-shadow: inset 0 -0.0625rem 0 0 #CCCCCC;
          box-shadow: inset 0 -0.0625rem 0 0 #CCCCCC; }

.tab-nav__item {
  padding-top: .5em;
  padding-bottom: .75em;
  text-align: center;
  font-weight: 600;
  -webkit-transition-property: color, -webkit-box-shadow;
  transition-property: color, -webkit-box-shadow;
  transition-property: box-shadow, color;
  transition-property: box-shadow, color, -webkit-box-shadow;
  -webkit-transition-duration: 213ms;
          transition-duration: 213ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0.9, 0.3, 1.25);
          transition-timing-function: cubic-bezier(0.4, 0.9, 0.3, 1.25);
  cursor: pointer; }
  .tab-nav__item:hover:not(.toggle--active) {
    color: #999999; }
  .tab-nav .tab-nav__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; }
  .tab-nav__item.toggle--active,
  .tab-nav__item-check.toggle--active + .tab-nav__item {
    -webkit-box-shadow: inset 0 -0.25rem 0 0 #304FFE;
            box-shadow: inset 0 -0.25rem 0 0 #304FFE; }

.tab-nav__item-check {
  position: absolute;
  opacity: 0; }

.tab-content {
  position: relative; }

.tab-content__panel:not(.toggle--active) {
  display: none; }

.inline-prompt-container {
  position: relative; }

.inline-prompt {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  color: #252525;
  white-space: normal;
  -webkit-transition: opacity 107ms ease-out, visibility 107ms ease-out;
  transition: opacity 107ms ease-out, visibility 107ms ease-out; }
  .inline-prompt:not(.toggle--active) {
    opacity: 0;
    visibility: hidden; }

.inline-prompt__body {
  max-width: 20rem; }

.inline-prompt__footer {
  margin-top: 1rem; }

.dropdown-box {
  position: relative; }

.dropdown-box__trigger {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
  border: solid 0.0625rem #999999;
  border-radius: 0.125rem; }

.dropdown-box__list {
  z-index: 2;
  position: absolute;
  top: calc(100% - .0625rem);
  right: 0;
  min-width: 100%;
  background-color: #FFF;
  border: solid 0.0625rem #999999;
  border-radius: 0 0 0.125rem 0.125rem; }
  .dropdown-box__list:not(.toggle--active) {
    opacity: 0;
    visibility: hidden; }

.dropdown-box__item:not(:last-child) {
  border-bottom: solid 0.0625rem #F6F6F8; }

.dropdown-box__anchor {
  display: block; }
  .dropdown-box__anchor:hover, .dropdown-box__anchor:focus {
    background-color: #F6F6F8; }
  .dropdown-box__anchor.selected {
    font-weight: 600;
    color: #304FFE; }

@media (min-width: 48rem) {
  .dropdown-box__anchor {
    padding: .75rem 1rem; } }

@media (max-width: 47.9375rem) {
  .dropdown-box__list--small-expanded {
    position: relative;
    top: initial;
    border: none; }
    .dropdown-box__list--small-expanded:not(.toggle--active) {
      opacity: 1;
      visibility: inherit; }
  .dropdown-box__anchor {
    padding: 1.25rem .75rem; } }

/**
 * Module: Toggle Box
 * Provides styles for toggable box, with title, +/- symbols, and content.
 */
.toggle-box {
  border: solid 0.0625rem #E6E9ED; }
  .toggle-box.error {
    border-color: #e60000;
    background-color: rgba(230, 0, 0, 0.05); }

.toggle-box--single + .toggle-box--single {
  border-top: none; }

.toggle-box__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 2.75rem;
  padding-right: 1em;
  padding-left: 1em;
  cursor: pointer;
  -webkit-transition: background-color 213ms ease-in-out;
  transition: background-color 213ms ease-in-out; }
  .toggle-box__label:after {
    content: '+';
    position: absolute;
    top: 0;
    right: .75em;
    bottom: 0;
    margin: auto;
    width: auto;
    height: 1.25rem;
    font-size: 1.25rem;
    line-height: 1; }
  .toggle-box__label.toggle--active {
    font-weight: 600; }
    .toggle-box__label.toggle--active:after {
      content: '–'; }

.toggle-box__content {
  overflow: hidden;
  max-height: 0;
  padding-right: 1em;
  padding-left: 1em;
  visibility: hidden;
  -webkit-transition: visibility 213ms ease-in-out, max-height 213ms ease-in-out, padding 213ms ease-in-out;
  transition: visibility 213ms ease-in-out, max-height 213ms ease-in-out, padding 213ms ease-in-out; }
  .toggle-box__content > * {
    opacity: 0;
    -webkit-transition: opacity 213ms ease-out;
    transition: opacity 213ms ease-out; }
  .toggle-box__content.toggle--active {
    overflow: initial;
    max-height: none;
    padding-top: .25em;
    padding-bottom: 1em;
    visibility: visible; }
    .toggle-box__content.toggle--active > * {
      opacity: 1;
      -webkit-transition-delay: 54ms;
              transition-delay: 54ms; }
  .toggle-box__content.toggle-box__content--flush {
    padding: 0; }

@media (max-width: 47.9375rem) {
  .toggle-box__label {
    padding-right: 2rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-top: 1rem; }
  .toggle-box__content {
    padding: 0 1rem; } }

.utility-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 11;
  position: fixed;
  right: .5rem;
  top: .5rem;
  height: calc(100% - 1rem);
  background-color: #FFF;
  border-radius: .25rem;
  -webkit-box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.25);
  cursor: default; }
  .utility-overlay.toggle--active {
    -webkit-transition: visibility 0s, -webkit-transform 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
    transition: visibility 0s, -webkit-transform 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
    transition: transform 426ms cubic-bezier(0.4, 0.9, 0.3, 1), visibility 0s;
    transition: transform 426ms cubic-bezier(0.4, 0.9, 0.3, 1), visibility 0s, -webkit-transform 426ms cubic-bezier(0.4, 0.9, 0.3, 1); }
  .utility-overlay:not(.toggle--active) {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: visibility 0s ease-in 213ms, -webkit-transform 213ms ease-in;
    transition: visibility 0s ease-in 213ms, -webkit-transform 213ms ease-in;
    transition: transform 213ms ease-in, visibility 0s ease-in 213ms;
    transition: transform 213ms ease-in, visibility 0s ease-in 213ms, -webkit-transform 213ms ease-in; }

.utility-overlay__header,
.utility-overlay__footer {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.utility-overlay__header {
  position: relative;
  padding: 1rem 1.25rem;
  border-bottom: solid 0.0625rem #CCCCCC; }

.utility-overlay__header-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 1rem 1.25rem; }

.utility-overlay__error .form-invalid-feedback {
  margin-top: 1rem; }

.utility-overlay__line-items {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-bottom: solid 0.0625rem #CCCCCC; }

.utility-overlay__footer {
  margin-top: auto;
  background-color: rgba(0, 0, 0, 0.05); }

.utility-overlay__footer-section {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  .utility-overlay__footer-section:not(:first-child) {
    border-top: solid 0.0625rem #CCCCCC; }

.utility-overlay__footer-totals,
.utility-overlay__footer-promo {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }

.utility-overlay__footer-message {
  margin-top: 1em; }

.utility-overlay__footer-actions {
  margin-top: 2rem; }

isapplepay {
  display: none !important; }

.swatch--color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  background-color: currentColor;
  border: solid 0.0625rem rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 213ms;
          transition-duration: 213ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out; }
  .swatch--color:after {
    position: absolute;
    top: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
    right: -0.125rem;
    margin: auto;
    border: solid 0.125rem rgba(0, 0, 0, 0.75);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 213ms;
            transition-duration: 213ms;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0.9, 0.3, 1);
            transition-timing-function: cubic-bezier(0.4, 0.9, 0.3, 1);
    content: ''; }
  .swatch--color:not(.disabled):hover:after, .swatch--color.selected:after {
    opacity: 1; }
  .swatch--color.disabled, .swatch--color.unselectable {
    opacity: 0.2;
    border-color: rgba(0, 0, 0, 0.75);
    cursor: not-allowed; }
  .swatch--color.selected:before {
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    content: ''; }

.swatch__icon--color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 50%; }

.swatch--color-small {
  width: 1.25em;
  height: 1.25em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.25em;
          flex: 0 0 1.25em; }
  .swatch--color-small:after {
    -webkit-box-shadow: inset 0 0 0 0.125rem #FFF;
            box-shadow: inset 0 0 0 0.125rem #FFF; }
  .swatch--color-small.selected:before {
    width: 1rem;
    height: 1rem; }

.swatch--color-large {
  width: 2em;
  height: 2em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2em;
          flex: 0 0 2em; }
  .swatch--color-large:after {
    -webkit-box-shadow: inset 0 0 0 0.25rem #FFF;
            box-shadow: inset 0 0 0 0.25rem #FFF; }
  .swatch--color-large.selected:before {
    width: 1rem;
    height: 1rem; }

.swatch--color-white {
  background-color: #FFF; }

.swatch--color-black {
  background-color: #000; }

.swatch--color-grey-1 {
  background-color: #F6F6F8; }

.swatch--color-grey-2 {
  background-color: #E6E9ED; }

.swatch--color-grey-3 {
  background-color: #CCCCCC; }

.swatch--color-grey-4 {
  background-color: #999999; }

.swatch--color-grey-5 {
  background-color: #666666; }

.swatch--color-grey-6 {
  background-color: #444444; }

.swatch--color-grey-7 {
  background-color: #252525; }

.swatch--color-red {
  background-color: #e60000; }

.swatch--color-blue {
  background-color: #4D96E7; }

.swatch--color-navy {
  background-color: #0f3e72; }

.swatch--color-green {
  background-color: #00D3A7; }

.swatch--color-beige {
  background-color: #f5f5dc; }

.swatch--color-facebook-blue {
  background-color: #3b5998; }

.swatch--color-google-blue {
  background-color: #4285F4; }

.swatch--color-google-red {
  background-color: #DB4437; }

.swatch--color-instagram-pink {
  background-color: #C62A81; }

.swatch--color-instagram-orange {
  background-color: #F06430; }

.swatch--color-paypal-blue {
  background-color: #009cde; }

.swatch--color-paypal-silver {
  background-color: #eeeeee; }

.swatch--color-primary {
  background-color: #304FFE; }

.swatch--color-secondary {
  background-color: #00A3B2; }

.swatch--color-tertiary {
  background-color: #E7B04D; }

.swatch--color-accent-primary {
  background-color: #0DFFCB; }

.swatch--color-accent-secondary {
  background-color: #DAFF79; }

.swatch--color-accent-tertiary {
  background-color: #28BAFF; }

.swatch--color-error {
  background-color: #e60000; }

.swatch--color-success {
  background-color: #00D3A7; }

.product-line-item {
  position: relative; }
  .product-line-item:not(:last-child) {
    border-bottom: solid 0.0625rem #CCCCCC; }
  .product-line-item.set--in-wishlist .product-line-item__wishlist-add {
    display: none; }
  .product-line-item.set--in-wishlist .product-line-item__wishlist-remove {
    display: inline-block; }

.product-line-item--wishlist.set--removed-wishlist .product-line-item__wishlist-revert {
  display: block; }

.product-line-item--wishlist.set--removed-wishlist .product-line-item__main {
  display: none; }

.product-line-item--shipment {
  margin-bottom: 1.25rem;
  padding-bottom: 1.5rem;
  border-bottom: dashed 0.0625rem #E6E9ED; }

.product-line-item__media-link {
  display: block; }

.product-line-item__header {
  margin-bottom: .25em; }

.product-line-item__footer {
  margin-top: 1.25rem; }

.product-line-item__attribute:not(:last-child),
.product-line-item__action:not(:last-child) {
  margin-bottom: .25em; }

.product-line-item__actions {
  margin-top: 1.25rem;
  white-space: nowrap; }

.product-line-item__wishlist-remove {
  display: none; }

.product-line-item__wishlist-revert {
  display: none; }

.product-line-item__pickup {
  margin-top: 1rem; }

/*------------------------------------*\
  #BUNDLE PRODUCTS
\*------------------------------------*/
.bundled-list {
  position: relative;
  margin-top: 1.25rem;
  border-top: dashed 0.0625rem #E6E9ED; }

.bundled-list__title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 10rem;
  margin: auto;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%); }

.bundled-list-item {
  margin-top: 1.25rem; }

.bundled-list-item__media {
  margin-right: .25rem; }

@media (min-width: 64.0625rem) {
  .product-line-item--order .product-line-item__qty-pricing,
  .product-line-item--minicart .product-line-item__qty-pricing,
  .product-line-item--wishlist .product-line-item__qty-pricing {
    margin-top: 1.25rem; } }

@media (max-width: 64rem) {
  .product-line-item__qty-pricing {
    margin-top: 1rem; } }

@media (min-width: 48rem) {
  .product-line-item {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
  .product-line-item--minicart {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .product-line-item__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .product-line-item__action:not(:last-child) {
    margin-right: 1rem; } }

@media (max-width: 47.9375rem) {
  .product-line-item {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
  .product-line-item--minicart {
    padding-right: 1rem;
    padding-left: 1rem; } }

.card-number-wrapper {
  position: relative; }
  .card-number-wrapper::after {
    content: '';
    position: absolute;
    top: .6rem;
    right: .75rem;
    background-repeat: no-repeat;
    background-image: url("../../images/credit.png");
    background-size: contain;
    width: 2.7rem;
    height: 2rem; }
  .card-number-wrapper[data-type="visa"]::after {
    background-image: url("../../images/payment-types.png");
    background-size: auto;
    background-position: -164px -108px; }
  .card-number-wrapper[data-type="mastercard"]::after {
    background-image: url("../../images/payment-types.png");
    background-size: auto;
    background-position: -298px -108px; }
  .card-number-wrapper[data-type="amex"]::after {
    background-image: url("../../images/payment-types.png");
    background-size: auto;
    background-position: -231px -15px; }
  .card-number-wrapper[data-type="discover"]::after {
    background-image: url("../../images/payment-types.png");
    background-size: auto;
    background-position: -95px -110px; }
  .card-number-wrapper[data-type="maestro"]::after {
    background-image: url("../../images/payment-types.png");
    background-size: auto;
    background-position: -97px -156px; }

.consent-notification {
  z-index: 100;
  position: fixed;
  width: calc(100% - 2.5rem);
  bottom: 1.25rem;
  left: 0;
  right: 0;
  border: solid .0625rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform, -webkit-transform;
  -webkit-transition-duration: 213ms;
          transition-duration: 213ms;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }
  .consent-notification:not(.toggle--active) {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
    visibility: hidden; }

@media (min-width: 48rem) {
  .consent-notification {
    padding: 1rem; } }

@media (max-width: 47.9375rem) {
  .consent-notification {
    padding: 1rem 1rem 2rem; } }

.product-attribute__list {
  margin-bottom: -1.75rem; }
  .product-attribute__list .product-attribute {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-bottom: 1.75rem; }
    .product-attribute__list .product-attribute:not(:last-child) {
      margin-right: .625rem; }
  .product-attribute__list .product-attribute--last:not(.product-attribute--color) {
    -ms-flex-preferred-size: 11.5rem;
        flex-basis: 11.5rem; }
  .product-attribute__list .product-attribute--qty {
    -ms-flex-preferred-size: 6.375rem;
        flex-basis: 6.375rem;
    max-width: 6.375rem; }
  .product-attribute__list .product-attribute__swatch:not(:last-child) {
    margin-right: .625rem; }
  .product-attribute__list .product-attribute__selected-value {
    display: block;
    margin-top: .5rem; }

.product-availability__label {
  margin-right: .25em; }

.product-promotions__item {
  word-break: break-word;
  font-weight: normal !important; }

.product-pickup {
  margin-top: 1rem; }

.product-pickup__selected {
  padding-left: 1.9em;
  margin-top: .5rem; }

.product-pickup__selected-action {
  margin-top: .75rem; }

.product-common__wishlist {
  margin-top: .5rem; }

.product-common__social-item:not(:last-child) {
  margin-right: 1.0375rem; }

@media (min-width: 48rem) {
  .product-attribute__list .product-attribute--last:not(.product-attribute--color) {
    max-width: 11.5rem; } }

/*------------------------------------*\
  #TRUMPS
\*------------------------------------*/
/*------------------------------------*\
  #TEXT SIZE
\*------------------------------------*/
.heading-type--yotta {
  font-size: 8.875rem; }

.heading-type--zetta {
  font-size: 7.375rem; }

.heading-type--exa {
  font-size: 6.25rem; }

.heading-type--h1 {
  font-size: 5.125rem; }

.heading-type--h2 {
  font-size: 4.375rem; }

.heading-type--h3 {
  font-size: 3.5rem; }

.heading-type--h4 {
  font-size: 3rem; }

.heading-type--h5 {
  font-size: 2.5rem; }

.heading-type--h6 {
  font-size: 2rem; }

.body-type {
  font-size: 1rem; }

.body-type--kilo {
  font-size: 1.75rem; }

.body-type--hecto {
  font-size: 1.5rem; }

.body-type--deka {
  font-size: 1.25rem; }

.body-type--deci {
  font-size: 0.875rem; }

.body-type--centi {
  font-size: 0.75rem; }

.body-type--micro {
  font-size: 0.625rem; }

[class*="fluid-type"] {
  line-height: normal; }

.fluid-type--kilo-h5 {
  font-size: 1.75rem; }
  @media screen and (min-width: 47.9375rem) {
    .fluid-type--kilo-h5 {
      font-size: calc(1.75rem + 0.75 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .fluid-type--kilo-h5 {
      font-size: 2.5rem; } }

.fluid-type--deka-h5 {
  font-size: 1.25rem; }
  @media screen and (min-width: 47.9375rem) {
    .fluid-type--deka-h5 {
      font-size: calc(1.25rem + 1.25 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .fluid-type--deka-h5 {
      font-size: 2.5rem; } }

.fluid-type--hecto-h6 {
  font-size: 1.5rem; }
  @media screen and (min-width: 47.9375rem) {
    .fluid-type--hecto-h6 {
      font-size: calc(1.5rem + 0.5 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .fluid-type--hecto-h6 {
      font-size: 2rem; } }

.fluid-type--deka-kilo {
  font-size: 1.25rem; }
  @media screen and (min-width: 47.9375rem) {
    .fluid-type--deka-kilo {
      font-size: calc(1.25rem + 0.5 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .fluid-type--deka-kilo {
      font-size: 1.75rem; } }

.fluid-type--deka-hecto {
  font-size: 1.25rem; }
  @media screen and (min-width: 47.9375rem) {
    .fluid-type--deka-hecto {
      font-size: calc(1.25rem + 0.25 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .fluid-type--deka-hecto {
      font-size: 1.5rem; } }

.fluid-type--base-deka {
  font-size: 1rem; }
  @media screen and (min-width: 47.9375rem) {
    .fluid-type--base-deka {
      font-size: calc(1rem + 0.25 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .fluid-type--base-deka {
      font-size: 1.25rem; } }

.fluid-type--deci-base {
  font-size: 0.875rem; }
  @media screen and (min-width: 47.9375rem) {
    .fluid-type--deci-base {
      font-size: calc(0.875rem + 0.125 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .fluid-type--deci-base {
      font-size: 1rem; } }

.fluid-type--centi-deci {
  font-size: 0.75rem; }
  @media screen and (min-width: 47.9375rem) {
    .fluid-type--centi-deci {
      font-size: calc(0.75rem + 0.125 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .fluid-type--centi-deci {
      font-size: 0.875rem; } }

/*------------------------------------*\
  #TEXT FAMILIES
\*------------------------------------*/
.font-family--sans {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; }

[class*="heading-type"],
.font-family--sans-secondary {
  font-family: "Montserrat", Helvetica, Arial, sans-serif; }

.font-family--serif {
  font-family: Times, serif; }

.font-family--cursive {
  font-family: cursive; }

/*------------------------------------*\
  #CMS GENERIC COPY
\*------------------------------------*/
.cms-generic-copy {
  line-height: 1.63; }
  .cms-generic-copy h1, .cms-generic-copy h2, .cms-generic-copy h3, .cms-generic-copy h4, .cms-generic-copy h5, .cms-generic-copy h6 {
    margin-bottom: .5em;
    line-height: 0.85;
    text-transform: uppercase; }
    .cms-generic-copy h1:not(:first-child), .cms-generic-copy h2:not(:first-child), .cms-generic-copy h3:not(:first-child), .cms-generic-copy h4:not(:first-child), .cms-generic-copy h5:not(:first-child), .cms-generic-copy h6:not(:first-child) {
      margin-top: 1.5em; }
  .cms-generic-copy a {
    text-decoration: underline;
    font-weight: 600; }
    .cms-generic-copy a:hover, .cms-generic-copy a:focus {
      opacity: .7; }
  .cms-generic-copy ul,
  .cms-generic-copy ol,
  .cms-generic-copy p + p {
    margin-top: .5rem; }
  .cms-generic-copy ol,
  .cms-generic-copy ul {
    margin-bottom: .5rem; }
    .cms-generic-copy ol li:not(:last-child),
    .cms-generic-copy ul li:not(:last-child) {
      margin-bottom: .25em; }
  .cms-generic-copy table {
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 1rem;
    border: solid .0625rem;
    border-collapse: collapse; }
  .cms-generic-copy th, .cms-generic-copy td {
    border: solid .0625rem;
    padding: 0.5rem; }
  .cms-generic-copy th {
    background-color: #E6E9ED; }

/*------------------------------------*\
  #TEXT LINE HEIGHT
\*------------------------------------*/
.text-line--collapse {
  line-height: 0; }

.text-line--reset {
  line-height: 1; }

.text-line--reduce {
  line-height: 0.85; }

.text-line--small {
  line-height: 1.19; }

.text-line--normal {
  line-height: 1.38; }

.text-line--medium {
  line-height: 1.5; }

.text-line--large {
  line-height: 1.63; }

.text-line--xlarge {
  line-height: 1.75; }

.text-line--xxlarge {
  line-height: 1.9; }

/*------------------------------------*\
  #TEXT ALIGNMENT
\*------------------------------------*/
.text-align--left {
  text-align: left; }

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

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

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

/*------------------------------------*\
  #TEXT STYLING
\*------------------------------------*/
.font-weight--light {
  font-weight: 300; }

.font-weight--normal {
  font-weight: 400; }

.font-weight--semibold {
  font-weight: 600; }

.font-weight--bold {
  font-weight: 700; }

.font-weight--extrabold {
  font-weight: 800; }

.font-style--italic {
  font-style: italic; }

.text-decoration--underline {
  text-decoration: underline; }

.text-decoration--strike {
  text-decoration: line-through; }

.text-transform--uppercase {
  text-transform: uppercase; }

.text-transform--lowercase {
  text-transform: lowercase; }

.text-transform--capitalize {
  text-transform: capitalize; }

.text-transform--initial {
  text-transform: initial; }

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

.text--stroke {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: inherit;
  -webkit-text-stroke-width: .0625rem; }

/*------------------------------------*\
  #TEXT SPACING
\*------------------------------------*/
.word-spacing--large {
  word-spacing: 100vw; }

/*------------------------------------*\
  #TEXT COLOR
\*------------------------------------*/
.text-color--white {
  color: #FFF; }

.text-color--black {
  color: #000; }

.text-color--grey-1 {
  color: #F6F6F8; }

.text-color--grey-2 {
  color: #E6E9ED; }

.text-color--grey-3 {
  color: #CCCCCC; }

.text-color--grey-4 {
  color: #999999; }

.text-color--grey-5 {
  color: #666666; }

.text-color--grey-6 {
  color: #444444; }

.text-color--grey-7 {
  color: #252525; }

.text-color--red {
  color: #e60000; }

.text-color--blue {
  color: #4D96E7; }

.text-color--navy {
  color: #0f3e72; }

.text-color--green {
  color: #00D3A7; }

.text-color--beige {
  color: #f5f5dc; }

.text-color--facebook-blue {
  color: #3b5998; }

.text-color--google-blue {
  color: #4285F4; }

.text-color--google-red {
  color: #DB4437; }

.text-color--instagram-pink {
  color: #C62A81; }

.text-color--instagram-orange {
  color: #F06430; }

.text-color--paypal-blue {
  color: #009cde; }

.text-color--paypal-silver {
  color: #eeeeee; }

.text-color--primary {
  color: #304FFE; }

.text-color--secondary {
  color: #00A3B2; }

.text-color--tertiary {
  color: #E7B04D; }

.text-color--accent-primary {
  color: #0DFFCB; }

.text-color--accent-secondary {
  color: #DAFF79; }

.text-color--accent-tertiary {
  color: #28BAFF; }

.text-color--error {
  color: #e60000; }

.text-color--success {
  color: #00D3A7; }

.text-color--initial {
  color: initial; }

@media (min-width: 48rem) {
  /*------------------------------------*\
      #TEXT ALIGNMENT
    \*------------------------------------*/
  .text-align--small-up-center {
    text-align: center; } }

@media (max-width: 64rem) {
  /*------------------------------------*\
      #TEXT ALIGNMENT
    \*------------------------------------*/
  .text-align--medium-center {
    text-align: center; } }

@media (max-width: 47.9375rem) {
  /*------------------------------------*\
      #TEXT ALIGNMENT
    \*------------------------------------*/
  .text-align--small-left {
    text-align: left; }
  .text-align--small-center {
    text-align: center; }
  .text-align--small-right {
    text-align: right; }
  .text-align--small-justify {
    text-align: justify; } }

.hidden {
  display: none !important; }

.sr-only,
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.set--visible {
  opacity: 1;
  visibility: inherit; }

.set--invisible {
  opacity: 0;
  visibility: hidden; }

.set--no-opacity {
  opacity: 0; }

.pointer--none {
  pointer-events: none; }

/*------------------------------------*\
  #VIEWPORT VISIBILITY
\*------------------------------------*/
@media (min-width: 48rem) {
  .display--small-only {
    display: none !important; } }

@media (min-width: 64.0625rem) {
  .display--medium-only,
  .display--medium-down {
    display: none !important; } }

@media (max-width: 64rem) {
  .display--medium-up {
    display: none !important; } }

@media (min-width: 48rem) and (max-width: 64rem) {
  .display--hide-medium {
    display: none !important; } }

@media (max-width: 47.9375rem) {
  .display--small-up,
  .display--medium-only {
    display: none !important; } }

/*------------------------------------*\
  #MODULES
\*------------------------------------*/
/*------------------------------------*\
  #MODULE COMPONENTS
\*------------------------------------*/
.component-overlay-container {
  position: relative;
  max-width: 100%; }

.component-overlay {
  position: absolute;
  overflow: hidden; }

.component-overlay--start {
  top: 0;
  left: 0; }

.component-overlay--center {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.component-overlay--low-index {
  z-index: 1; }

/*------------------------------------*\
  #MODULE ALIGNMENT
\*------------------------------------*/
.component-v-align--top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.component-v-align--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.component-v-align--bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.component-h-align--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.component-h-align--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.component-h-align--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.component-outer-v-align--center {
  margin-top: auto;
  margin-bottom: auto; }

.component-outer-v-align--bottom {
  margin-top: auto; }

.component-outer-h-align--center {
  margin-right: auto;
  margin-left: auto; }

.component-outer-h-align--right {
  margin-left: auto; }

/*------------------------------------*\
  #MODULE IMAGES
\*------------------------------------*/
.component-image {
  -o-object-position: undefined;
  -o-object-position: var(--focal-point-x) var(--focal-point-y);
     object-position: undefined;
     object-position: var(--focal-point-x) var(--focal-point-y); }

/*------------------------------------*\
  #MODULE CTAs
\*------------------------------------*/
.component-actions {
  z-index: 1;
  position: relative; }

.component-actions--inner {
  display: inline; }

.component-actions__cta--fake {
  cursor: pointer; }

/*------------------------------------*\
  #MODULE CONTAINERS
\*------------------------------------*/
.module-container {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-position: center;
  background-size: cover; }

.module-container__description {
  margin-top: .5em; }

.module-container__constraint--start {
  margin-left: initial; }

.module-container__constraint--end {
  margin-right: initial; }

/*------------------------------------*\
  #MODULE GRID
\*------------------------------------*/
.module-grid--spacing-row-small {
  margin-top: -0.35rem;
  margin-bottom: -0.35rem; }
  .module-grid--spacing-row-small > .module-grid__item {
    margin-top: 0.35rem;
    margin-bottom: 0.35rem; }

.module-grid--spacing-row-regular {
  margin-top: -.75rem;
  margin-bottom: -.75rem; }
  .module-grid--spacing-row-regular > .module-grid__item {
    margin-top: .75rem;
    margin-bottom: .75rem; }

.module-grid--spacing-row-large {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem; }
  .module-grid--spacing-row-large > .module-grid__item {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }

@media (min-width: 64.0625rem) {
  /*------------------------------------*\
      #MODULE CONTAINERS
    \*------------------------------------*/
  .module-container--spacing-top-large {
    padding-top: 6rem; }
  .module-container--spacing-bottom-large {
    padding-bottom: 6rem; }
  .module-container--spacing-top-regular {
    padding-top: 4.25rem; }
  .module-container--spacing-bottom-regular {
    padding-bottom: 4.25rem; }
  .module-container--spacing-top-small {
    padding-top: 2.25rem; }
  .module-container--spacing-bottom-small {
    padding-bottom: 2.25rem; } }

@media (min-width: 48rem) and (max-width: 64rem) {
  /*------------------------------------*\
      #MODULE CONTAINERS
    \*------------------------------------*/
  .module-container--spacing-top-large {
    padding-top: 4.25rem; }
  .module-container--spacing-bottom-large {
    padding-bottom: 4.25rem; }
  .module-container--spacing-top-regular {
    padding-top: 2.5rem; }
  .module-container--spacing-bottom-regular {
    padding-bottom: 2.5rem; }
  .module-container--spacing-top-small {
    padding-top: 1.25rem; }
  .module-container--spacing-bottom-small {
    padding-bottom: 1.25rem; } }

@media (max-width: 64rem) {
  /*------------------------------------*\
      #MODULE IMAGES
    \*------------------------------------*/
  .component-image--md-focal {
    -o-object-position: undefined;
    -o-object-position: var(--focal-point-x-md) var(--focal-point-y-md);
       object-position: undefined;
       object-position: var(--focal-point-x-md) var(--focal-point-y-md); } }

@media (min-width: 48rem) {
  /*------------------------------------*\
      #MODULE COMPONENTS
    \*------------------------------------*/
  .component-custom-width {
    width: 100%;
    width: var(--component-var-width, 100%); }
  .component-overlay--small-up {
    position: absolute;
    overflow: hidden; }
  .module-container__header:not(:last-child) {
    margin-bottom: 1.75rem; } }

@media (max-width: 47.9375rem) {
  /*------------------------------------*\
      #MODULE COMPONENTS
    \*------------------------------------*/
  .component-overlay--small {
    position: absolute;
    overflow: hidden; }
  .component-custom-width {
    width: 100%;
    width: var(--component-var-width-small, 100%); }
  /*------------------------------------*\
      #MODULE ALIGNMENT
      # These are small-viewport-only overrides.
    \*------------------------------------*/
  .component-v-align--small-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .component-v-align--small-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .component-v-align--small-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .component-h-align--small-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .component-h-align--small-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .component-h-align--small-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .component-outer-v-align--small-top {
    margin-top: initial;
    margin-bottom: auto; }
  .component-outer-v-align--small-center {
    margin-top: auto;
    margin-bottom: auto; }
  .component-outer-v-align--small-bottom {
    margin-top: auto; }
  .component-outer-h-align--small-left {
    margin-left: initial;
    margin-right: auto; }
  .component-outer-h-align--small-center {
    margin-right: auto;
    margin-left: auto; }
  .component-outer-h-align--small-right {
    margin-left: auto;
    margin-right: initial; }
  /*------------------------------------*\
      #MODULE IMAGES
    \*------------------------------------*/
  .component-image--sm-focal {
    -o-object-position: undefined;
    -o-object-position: var(--focal-point-x-sm) var(--focal-point-y-sm);
       object-position: undefined;
       object-position: var(--focal-point-x-sm) var(--focal-point-y-sm); }
  /*------------------------------------*\
      #MODULE CONTAINERS
    \*------------------------------------*/
  .module-container--spacing-top-large {
    padding-top: 2.5rem; }
  .module-container--spacing-bottom-large {
    padding-bottom: 2.5rem; }
  .module-container--spacing-top-regular {
    padding-top: 1.75rem; }
  .module-container--spacing-bottom-regular {
    padding-bottom: 1.75rem; }
  .module-container--spacing-top-small {
    padding-top: 1rem; }
  .module-container--spacing-bottom-small {
    padding-bottom: 1rem; }
  .module-container__header:not(:last-child) {
    margin-bottom: 1.25rem; }
  .module-grid--free-sliding {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-right: 10%;
    padding-bottom: 1rem; }
    .module-container--has-outer-gutter .module-grid--free-sliding {
      margin-left: -1rem;
      margin-right: -1rem; }
      .module-container--has-outer-gutter .module-grid--free-sliding.module-grid--has-inner-gutters {
        padding-left: 0.65rem; }
      .module-container--has-outer-gutter .module-grid--free-sliding:not(.module-grid--has-inner-gutters) {
        padding-left: 1rem; } }

html.cancel-scroll--force {
  overflow: hidden;
  height: 100%; }

.cancel-scroll body {
  overflow: hidden; }

.cancel-scroll--force body {
  overflow: hidden;
  height: 100%; }

.window-modal {
  z-index: 10000;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-overflow-scrolling: touch;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility; }
  .window-modal.modal-active {
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-duration: 213ms;
            transition-duration: 213ms; }
  .window-modal:not(.modal-active) {
    pointer-events: none;
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    -webkit-transition-duration: 213ms;
            transition-duration: 213ms;
    opacity: 0;
    visibility: hidden; }
  .window-modal.modal-in-background {
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.2);
    pointer-events: none; }

.window-modal__content {
  position: relative;
  width: 100%;
  min-height: 6.25rem;
  background-color: #FFF;
  -webkit-transition-property: top, bottom, right, left, height, opacity, visibility, -webkit-transform;
  transition-property: top, bottom, right, left, height, opacity, visibility, -webkit-transform;
  transition-property: top, bottom, right, left, height, transform, opacity, visibility;
  transition-property: top, bottom, right, left, height, transform, opacity, visibility, -webkit-transform;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-duration: 213ms;
          transition-duration: 213ms;
  -webkit-box-shadow: 0 0.25rem 2rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25rem 2rem rgba(0, 0, 0, 0.25); }
  .modal-active .window-modal__content {
    -webkit-transition-duration: 213ms;
            transition-duration: 213ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  .modal-in-background .window-modal__content > * {
    opacity: .5; }
  .window-modal__content > .modal-container--static {
    display: block; }

.window-modal__close {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  height: 2.5rem;
  width: 2.25rem; }
  .window-modal__close:hover {
    opacity: .5; }
  .window-modal__close:after {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 24'%3E%3Cpath fill='%23252525' d='M13 12L23.8 1.2c.3-.3.3-.7 0-1-.3-.3-.7-.3-1 0L12 11 1.2.2C.9-.1.5-.1.2.2c-.3.3-.3.7 0 1L11 12 .2 22.8c-.3.3-.3.7 0 1 .3.3.7.3 1 0L12 13l10.8 10.8c.1.1.3.2.5.2s.4-.1.5-.2c.3-.3.3-.7 0-1L13 12z' /%3E%3C/svg%3E");
    width: 0.875rem;
    height: 0.875rem;
    display: inline-block; }

/*------------------------------------*\
  #UTILITY-MODAL-CLASSES
\*------------------------------------*/
.modal-container--static {
  display: none; }

.modal--full .window-modal__content {
  max-width: none; }

.modal--flex .window-modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.modal--hideable.modal-in-background {
  opacity: 0;
  visibility: hidden; }

/*------------------------------------*\
  #GENERIC-MODAL
  Use these if you don't know what else to use.
\*------------------------------------*/
.modal--generic__title {
  line-height: 1.06; }

.modal--generic__description {
  margin-top: .75em;
  line-height: 1.5; }

.modal--generic__content {
  margin-top: 2rem; }

.modal--generic__actions {
  margin-top: auto; }

.modal--generic__action {
  margin-top: 2.5rem; }

.modal--generic__scrollable {
  max-height: 17.5rem;
  padding-bottom: 1.25rem; }

/*------------------------------------*\
  #SPECIAL-CASES
\*------------------------------------*/
.modal--quickview .window-modal__content {
  max-width: 60rem; }

.modal--store-locator .window-modal__content {
  max-width: 38rem;
  padding: 2rem; }

@media (min-width: 48rem) {
  .cancel-scroll--sm-up body {
    overflow: hidden; }
  .window-modal__content {
    width: calc(100% - 3.125rem);
    margin: auto;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
    border-radius: .25rem;
    opacity: 0;
    visibility: hidden; }
    .modal-active .window-modal__content {
      -webkit-transition-delay: 107ms;
              transition-delay: 107ms;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
      visibility: inherit; }
    .modal-in-background .window-modal__content {
      -webkit-transform: scale(0.9) translateY(2rem);
              transform: scale(0.9) translateY(2rem); }
  /*------------------------------------*\
      #GENERIC-MODAL
      Use these if you don't know what else to use.
    \*------------------------------------*/
  .modal--generic .window-modal__content {
    max-width: 29rem;
    min-height: 21.25rem;
    padding: 1rem 1.5rem; }
  .modal--prompt .window-modal__content {
    max-width: 26rem;
    min-height: 16rem;
    padding: 2rem; }
  .modal--auth {
    padding: 2rem; } }

@media (max-width: 47.9375rem) {
  html.cancel-scroll {
    overflow: hidden;
    height: 100%; }
  .window-modal__content {
    top: 100%;
    margin-top: auto; }
    .modal-active .window-modal__content {
      top: 0; }
    .modal-in-background .window-modal__content {
      -webkit-transform: translateY(55%);
              transform: translateY(55%); }
  /*------------------------------------*\
      #GENERIC-MODAL
      Use these if you don't know what else to use.
    \*------------------------------------*/
  .modal--generic .window-modal__content {
    min-height: 20rem;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 3.75rem; }
  .modal--prompt .window-modal__content {
    min-height: 16rem;
    padding-top: 2rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    padding-bottom: 3.75rem; }
  .modal--product-zoom .window-modal__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  /*------------------------------------*\
      #UTILITY-MODAL-CLASSES
    \*------------------------------------*/
  .modal--small-full {
    background-color: #FFF; }
    .modal--small-full .window-modal__content {
      min-height: 100%;
      padding-bottom: 3.75rem; } }

.product-tile .price .tiered {
  font-size: 0.875em; }
  .product-tile .price .tiered .value {
    font-weight: bold; }

.product-tile.set--quickadd-active {
  pointer-events: none; }

.product-tile--default {
  position: relative; }
  .product-tile--default .product-tile__anchor {
    display: block; }
  .product-tile--default .product-tile__body {
    padding-top: 1rem; }
  .product-tile--default .product-tile__media {
    display: block;
    overflow: hidden;
    position: relative; }
    .product-tile--default .product-tile__media:before {
      display: block;
      content: '';
      padding-bottom: 125%;
      width: 100%; }
  .product-tile--default .product-tile__quickadd {
    margin-top: 1rem; }

.product-tile--overlay {
  padding: 1.25rem; }

.product-tile--card {
  position: relative;
  margin-bottom: 1.25rem; }
  .product-tile--card .product-tile__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 70%;
            flex: 1 1 70%;
    padding-right: .5rem;
    padding-left: .5rem; }
  .product-tile--card .product-tile__media {
    display: block;
    overflow: hidden;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
    position: relative; }
    .product-tile--card .product-tile__media:before {
      display: block;
      content: '';
      padding-bottom: 100%;
      width: 100%; }

.product-tile__body {
  position: relative; }

.product-tile__anchor:focus .product-tile__image,
.product-tile__media--default:hover .product-tile__image {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

.product-tile__anchor:focus .product-tile__image--secondary.lazyloaded,
.product-tile__media--default:hover .product-tile__image--secondary.lazyloaded {
  opacity: 1;
  visibility: inherit; }

.product-tile__image {
  max-height: none;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 213ms;
          transition-duration: 213ms;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in; }

.product-tile__image--secondary {
  opacity: 0;
  visibility: hidden; }

.product-tile__body-section:not(:first-child) {
  margin-top: .5rem; }

.product-tile__swatch.selected::after {
  border: 1px solid #e60000; }

.product-tile__swatch:not(:last-child) {
  margin-right: .5rem; }

.product-tile__quickview {
  position: absolute;
  top: 0;
  right: 1rem;
  margin-top: 125%;
  -webkit-transform: translateY(calc(-100% - 1rem));
          transform: translateY(calc(-100% - 1rem));
  opacity: 0; }
  .product-tile:hover .product-tile__quickview, .product-tile__quickview:focus {
    opacity: 1; }

.product-tile__quickadd {
  position: relative; }
  .product-tile__quickadd.set--added-to-cart .product-tile__quickadd-actions {
    display: block; }

.product-tile__quickadd-panel {
  z-index: 2;
  position: absolute;
  bottom: -.5rem;
  left: -.5rem;
  width: calc(100% + 1rem);
  padding: 1rem;
  background-color: #FFF;
  border: solid .0625rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: all;
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform, -webkit-transform; }
  .product-tile__quickadd-panel.set--quickadd-active {
    -webkit-transition-duration: 426ms;
            transition-duration: 426ms;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0.9, 0.3, 1);
            transition-timing-function: cubic-bezier(0.4, 0.9, 0.3, 1); }
  .product-tile__quickadd-panel:not(.set--quickadd-active) {
    -webkit-transition-duration: 213ms;
            transition-duration: 213ms;
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in; }
  .product-tile__quickadd-panel:not(.set--ready) {
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
    opacity: 0;
    visibility: hidden; }

.product-tile__quickadd-actions {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  border: solid .0625rem;
  border-radius: 0.125rem; }

.product-tile__wishlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  padding: .5em;
  border-radius: 50%;
  overflow: hidden; }
  .product-tile__wishlist.set--in-wishlist .product-tile__wishlist-add {
    display: none; }
  .product-tile__wishlist.set--in-wishlist .product-tile__wishlist-remove {
    display: block; }

.product-tile__wishlist-remove {
  display: none; }

@media (min-width: 48rem) {
  .product-tile--card {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 2rem;
    padding-left: .5rem; } }

@media (max-width: 47.9375rem) {
  .product-tile--card {
    padding: 1.25rem; }
    .product-tile--card .product-tile__footer {
      margin-top: 1.25rem; } }

.quickview__main {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }

.quickview__attribute-list,
.quickview__availability {
  margin-top: 1.5rem; }

.quickview__promotions {
  margin-bottom: .75rem; }

.quickview__bundle-items {
  padding: 1.875rem; }

@media (min-width: 48rem) {
  .quickview__footer {
    position: relative;
    margin-top: auto; } }

@media (max-width: 47.9375rem) {
  .quickview__footer {
    margin-top: 2rem; } }

.product-attribute__list--quickadd .product-attribute {
  position: relative; }
  .product-attribute__list--quickadd .product-attribute:not(:last-child) {
    margin-bottom: 1.25rem; }

.product-attribute__list--quickadd .product-attribute__swatch:not(:last-child) {
  margin-right: .625rem; }

.product-attribute__list--quickadd .product-attribute__label-pre,
.product-attribute__list--quickadd .product-attribute__selected-value {
  display: none; }

@media (min-width: 64.0625rem) {
  .content-grid {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem; }
  .content-grid__item {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  [class*="masonry-grid__column"]:not(:last-child) {
    margin-bottom: 1.25rem; } }

@media (min-width: 48rem) and (max-width: 64rem) {
  .content-grid {
    margin-top: -0.35rem;
    margin-bottom: -0.35rem; }
  .content-grid__item {
    margin-top: 0.35rem;
    margin-bottom: 0.35rem; }
  [class*="masonry-grid__column"]:not(:last-child) {
    margin-bottom: 0.7rem; } }

@media (min-width: 48rem) {
  .masonry-grid--4up {
    position: relative; }
    .masonry-grid--4up:before {
      display: block;
      content: '';
      padding-bottom: 64.81203%;
      width: 100%; }
  .masonry-grid--3up {
    position: relative; }
    .masonry-grid--3up:before {
      display: block;
      content: '';
      padding-bottom: 47.5188%;
      width: 100%; }
  .masonry-grid__column-grow-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%; }
  .masonry-grid__column-grow-2 {
    -webkit-box-flex: 2;
        -ms-flex: 2 1 50%;
            flex: 2 1 50%; }
  .masonry-grid__column-grow-3 {
    -webkit-box-flex: 3;
        -ms-flex: 3 1 75%;
            flex: 3 1 75%; }
  .masonry-grid__column-grow-4 {
    -webkit-box-flex: 4;
        -ms-flex: 4 1 100%;
            flex: 4 1 100%; } }

@media (max-width: 47.9375rem) {
  .content-grid__item,
  .masonry-grid__item {
    margin-bottom: 1.25rem; } }

.promo-banner {
  padding-top: .25rem;
  padding-bottom: .25rem; }

.promo-banner--size-large {
  font-size: 1.25rem; }

.promo-banner--size-small {
  font-size: 0.875rem; }

.promo-banner__body {
  display: inline; }

.promo-banner__actions {
  display: inline-block;
  margin-left: .25rem; }

.promo-banner__cta:not(:last-child) {
  margin-right: 1rem; }

.hero,
.hero__aspect-ratio {
  position: relative; }

.hero--size-large .hero__title {
  font-size: 4.375rem; }
  @media screen and (min-width: 47.9375rem) {
    .hero--size-large .hero__title {
      font-size: calc(4.375rem + 3 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .hero--size-large .hero__title {
      font-size: 7.375rem; } }

.hero--size-regular .hero__title {
  font-size: 2.5rem; }
  @media screen and (min-width: 47.9375rem) {
    .hero--size-regular .hero__title {
      font-size: calc(2.5rem + 2.625 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .hero--size-regular .hero__title {
      font-size: 5.125rem; } }

.hero--size-small .hero__title {
  font-size: 2rem; }
  @media screen and (min-width: 47.9375rem) {
    .hero--size-small .hero__title {
      font-size: calc(2rem + 1 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .hero--size-small .hero__title {
      font-size: 3rem; } }

.hero--size-tiny .hero__title {
  font-size: 1.5rem; }
  @media screen and (min-width: 47.9375rem) {
    .hero--size-tiny .hero__title {
      font-size: calc(1.5rem + 1 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .hero--size-tiny .hero__title {
      font-size: 2.5rem; } }

.hero__subtitle {
  margin-bottom: .25em; }

.hero__actions {
  margin-right: -.5rem;
  margin-left: -.5rem; }

.hero__cta {
  display: inline-block;
  margin-right: .5rem;
  margin-left: .5rem; }
  .hero__cta:not(:last-child) {
    margin-bottom: 1.25rem; }

@media (min-width: 90.0625rem) {
  .hero--viewport .hero__content-wrap.set--text-overlay, .hero--viewport .hero__content-wrap.set--text-overlay-large {
    padding-top: 9rem;
    padding-bottom: 9rem; }
  .hero--viewport .hero__content-wrap.set--text-after, .hero--viewport .hero__content-wrap.set--text-after-large {
    padding-top: 3.3rem; }
  .hero--viewport .hero__content-wrap.set--text-before, .hero--viewport .hero__content-wrap.set--text-before-large {
    padding-bottom: 3.3rem; }
  .hero__aspect-ratio:before {
    display: block;
    content: ''; }
  .hero__aspect-ratio--main:before {
    height: 43.75rem; }
  .hero__aspect-ratio--slim:before {
    height: 31.25rem; }
  .hero__aspect-ratio--hairline:before {
    height: 18.75rem; } }

@media (min-width: 48rem) and (max-width: 90rem) {
  .hero__aspect-ratio--main {
    position: relative; }
    .hero__aspect-ratio--main:before {
      display: block;
      content: '';
      padding-bottom: 48.61111%;
      width: 100%; }
  .hero__aspect-ratio--slim {
    position: relative; }
    .hero__aspect-ratio--slim:before {
      display: block;
      content: '';
      padding-bottom: 34.72222%;
      width: 100%; }
  .hero__aspect-ratio--hairline {
    position: relative; }
    .hero__aspect-ratio--hairline:before {
      display: block;
      content: '';
      padding-bottom: 20.83333%;
      width: 100%; }
  .hero--viewport .hero__content-wrap.set--text-overlay, .hero--viewport .hero__content-wrap.set--text-overlay-large {
    padding-top: 10vh;
    padding-bottom: 10vh; }
  .hero--viewport .hero__content-wrap.set--text-after, .hero--viewport .hero__content-wrap.set--text-after-large {
    padding-top: 5.4vh; }
  .hero--viewport .hero__content-wrap.set--text-before, .hero--viewport .hero__content-wrap.set--text-before-large {
    padding-bottom: 5.4vh; } }

@media (min-width: 48rem) {
  .hero--viewport .hero__content-wrap,
  .hero--main .hero__content-wrap {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem; }
  .hero--slim .hero__content-wrap {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  .hero--hairline .hero__content-wrap {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
  .hero__aspect-ratio--viewport:before {
    display: block;
    height: calc(100vh - 4.125rem);
    min-height: 27.5rem;
    content: ''; }
  .set--header-blend .hero__aspect-ratio--viewport:before {
    height: 100vh; }
  .hero__description {
    margin-top: .5em;
    max-width: 40rem; }
    .text-align--center .hero__description {
      margin-left: auto;
      margin-right: auto; }
    .text-align--right .hero__description {
      margin-left: auto; }
  .hero__actions {
    margin-top: 1.75rem; } }

@media (max-width: 47.9375rem) {
  .hero--main .hero__actions,
  .hero--viewport .hero__actions {
    margin-top: 1.75rem; }
  .hero--slim .hero__actions,
  .hero--hairline .hero__actions {
    margin-top: 1rem; }
  .hero__aspect-ratio--viewport:before {
    display: block;
    height: calc(100vh - 11rem);
    min-height: 16.25rem;
    content: ''; }
  .set--header-blend .hero__aspect-ratio--viewport:before {
    height: calc(100vh - 6rem); }
  .hero__aspect-ratio--main {
    position: relative; }
    .hero__aspect-ratio--main:before {
      display: block;
      content: '';
      padding-bottom: 142.93333%;
      width: 100%; }
  .hero__aspect-ratio--slim {
    position: relative; }
    .hero__aspect-ratio--slim:before {
      display: block;
      content: '';
      padding-bottom: 60%;
      width: 100%; }
  .hero__aspect-ratio--hairline {
    position: relative; }
    .hero__aspect-ratio--hairline:before {
      display: block;
      content: '';
      padding-bottom: 50.13333%;
      width: 100%; }
  .hero__content-wrap {
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .hero-carousel .hero__content-wrap.set--text-after,
    .hero-carousel .hero__content-wrap.set--text-after-small {
      padding-bottom: 4rem; }
  .hero__description {
    margin-top: .875em; }
  .hero__cta {
    min-width: calc(75% - 1rem); }
    .hero__cta .button {
      width: 100%; } }

.content-tile {
  position: relative; }
  .content-tile:hover .content-tile__title,
  .content-tile:hover .content-tile__description {
    opacity: .75; }

.content-tile__aspect-ratio {
  position: relative; }

.content-tile__aspect-ratio--natural {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.content-tile--ratio-inherit {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.content-tile__aspect-ratio--inherit {
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative; }
  .content-tile__aspect-ratio--inherit:before {
    display: block;
    content: '';
    padding-bottom: 75%;
    width: 100%; }

.content-tile--style-default.content-tile--size-large .content-tile__title {
  font-size: 1.75rem; }
  @media screen and (min-width: 47.9375rem) {
    .content-tile--style-default.content-tile--size-large .content-tile__title {
      font-size: calc(1.75rem + 1.75 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .content-tile--style-default.content-tile--size-large .content-tile__title {
      font-size: 3.5rem; } }

.content-tile--style-default.content-tile--size-large .content-tile__description {
  font-size: 1.25rem; }

.content-tile--style-default.content-tile--size-regular .content-tile__title {
  font-size: 2rem; }
  @media screen and (min-width: 47.9375rem) {
    .content-tile--style-default.content-tile--size-regular .content-tile__title {
      font-size: calc(2rem + 0.5 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .content-tile--style-default.content-tile--size-regular .content-tile__title {
      font-size: 2.5rem; } }

.content-tile--style-default.content-tile--size-small .content-tile__title {
  font-size: 1.25rem; }
  @media screen and (min-width: 47.9375rem) {
    .content-tile--style-default.content-tile--size-small .content-tile__title {
      font-size: calc(1.25rem + 0.5 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .content-tile--style-default.content-tile--size-small .content-tile__title {
      font-size: 1.75rem; } }

.content-tile--style-default.content-tile--size-small .content-tile__description {
  font-size: 0.875rem; }

.content-tile--style-default.content-tile--size-tiny .content-tile__title {
  font-size: 1rem; }

.content-tile--style-default.content-tile--size-tiny .content-tile__description {
  font-size: 0.875rem; }

.content-tile--style-feature.content-tile--size-large .content-tile__title {
  font-size: 2.5rem; }
  @media screen and (min-width: 47.9375rem) {
    .content-tile--style-feature.content-tile--size-large .content-tile__title {
      font-size: calc(2.5rem + 2.625 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .content-tile--style-feature.content-tile--size-large .content-tile__title {
      font-size: 5.125rem; } }

.content-tile--style-feature.content-tile--size-regular .content-tile__title {
  font-size: 2.5rem; }
  @media screen and (min-width: 47.9375rem) {
    .content-tile--style-feature.content-tile--size-regular .content-tile__title {
      font-size: calc(2.5rem + 1 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .content-tile--style-feature.content-tile--size-regular .content-tile__title {
      font-size: 3.5rem; } }

.content-tile--style-feature.content-tile--size-small .content-tile__title {
  font-size: 2rem; }
  @media screen and (min-width: 47.9375rem) {
    .content-tile--style-feature.content-tile--size-small .content-tile__title {
      font-size: calc(2rem + 0.5 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .content-tile--style-feature.content-tile--size-small .content-tile__title {
      font-size: 2.5rem; } }

.content-tile__aspect-ratio--square {
  position: relative; }
  .content-tile__aspect-ratio--square:before {
    display: block;
    content: '';
    padding-bottom: 104.16667%;
    width: 100%; }

.content-tile__aspect-ratio--wide {
  position: relative; }
  .content-tile__aspect-ratio--wide:before {
    display: block;
    content: '';
    padding-bottom: 71.42857%;
    width: 100%; }

.content-tile__aspect-ratio--tall {
  position: relative; }
  .content-tile__aspect-ratio--tall:before {
    display: block;
    content: '';
    padding-bottom: 140%;
    width: 100%; }

.content-tile__title,
.content-tile__description {
  -webkit-transition: opacity 107ms ease-in-out;
  transition: opacity 107ms ease-in-out; }

.content-tile__actions {
  margin-right: -.25rem;
  margin-left: -.25rem; }

.content-tile__cta {
  margin-right: .25rem;
  margin-left: .25rem; }
  .content-tile__cta:not(:last-child) {
    margin-bottom: .75rem; }

@media (min-width: 64.0625rem) {
  .content-tile--style-feature .content-tile__content-wrap.set--text-overlay, .content-tile--style-feature .content-tile__content-wrap.set--text-overlay-large {
    padding-right: 2.75rem;
    padding-left: 2.75rem; } }

@media (min-width: 48rem) and (max-width: 64rem) {
  .content-tile--style-feature .content-tile__content-wrap.set--text-overlay, .content-tile--style-feature .content-tile__content-wrap.set--text-overlay-large {
    padding-right: 2rem;
    padding-left: 2rem; } }

@media (min-width: 48rem) {
  .content-tile--style-default .content-tile__content-wrap.set--text-overlay, .content-tile--style-default .content-tile__content-wrap.set--text-overlay-large {
    padding-right: 2rem;
    padding-left: 2rem; }
  .content-tile--style-default .content-tile__description {
    margin-top: .5em; }
  .content-tile--style-default .content-tile__actions:not(:first-child) {
    margin-top: 1rem; }
  .content-tile--style-feature .content-tile__description {
    margin-top: .8125rem; }
  .content-tile--style-feature .content-tile__actions:not(:first-child) {
    margin-top: 2rem; }
  .content-tile__content-wrap.set--text-overlay, .content-tile__content-wrap.set--text-overlay-large {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; }
  .content-tile__content-wrap.set--text-after, .content-tile__content-wrap.set--text-after-large {
    padding-top: 1rem; }
  .content-tile__content-wrap.set--text-before, .content-tile__content-wrap.set--text-before-large {
    padding-bottom: 1rem; } }

@media (max-width: 47.9375rem) {
  .content-tile__content-wrap.set--text-overlay, .content-tile__content-wrap.set--text-overlay-small {
    padding: 1.35rem; }
  .content-tile__content-wrap.set--text-after, .content-tile__content-wrap.set--text-after-small {
    padding-top: .75rem; }
  .content-tile__content-wrap.set--text-before, .content-tile__content-wrap.set--text-before-small {
    padding-bottom: .75rem; }
  .content-tile__description {
    margin-top: .35rem; }
  .content-tile__actions:not(:first-child) {
    margin-top: .825rem; } }

.descriptive-card {
  position: relative; }

.descriptive-card--style-default {
  border: solid 0.0625rem #E6E9ED; }

.descriptive-card--style-mini .descriptive-card__media {
  position: relative; }
  .descriptive-card--style-mini .descriptive-card__media:before {
    display: block;
    content: '';
    padding-bottom: 100%;
    width: 100%; }

.descriptive-card--style-mini .descriptive-card__content-wrap {
  padding: 1rem; }

.descriptive-card--size-large .descriptive-card__title {
  font-size: 2.5rem; }
  @media screen and (min-width: 47.9375rem) {
    .descriptive-card--size-large .descriptive-card__title {
      font-size: calc(2.5rem + 1.875 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .descriptive-card--size-large .descriptive-card__title {
      font-size: 4.375rem; } }

.descriptive-card--size-regular .descriptive-card__title {
  font-size: 2rem; }
  @media screen and (min-width: 47.9375rem) {
    .descriptive-card--size-regular .descriptive-card__title {
      font-size: calc(2rem + 1 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .descriptive-card--size-regular .descriptive-card__title {
      font-size: 3rem; } }

.descriptive-card--size-small .descriptive-card__title {
  font-size: 2rem; }
  @media screen and (min-width: 47.9375rem) {
    .descriptive-card--size-small .descriptive-card__title {
      font-size: calc(2rem + 0.5 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .descriptive-card--size-small .descriptive-card__title {
      font-size: 2.5rem; } }

.descriptive-card__actions {
  margin-right: -.75rem;
  margin-left: -.75rem; }

.descriptive-card__cta {
  display: inline-block;
  margin-right: .75rem;
  margin-left: .75rem; }
  .descriptive-card__cta:not(:last-child) {
    margin-bottom: 1.5rem; }

@media (min-width: 48rem) {
  .descriptive-card:not(:last-child) {
    margin-bottom: 5.25rem; }
  .descriptive-card--style-default .descriptive-card__media {
    position: relative; }
    .descriptive-card--style-default .descriptive-card__media:before {
      display: block;
      content: '';
      padding-bottom: 61.24031%;
      width: 100%; }
  .descriptive-card--style-default .descriptive-card__content-wrap {
    padding-top: 1.8rem 1.25rem 2.25rem; }
  .descriptive-card--style-mini {
    padding-left: .5rem; }
  .descriptive-card__description {
    margin-top: .25em; }
  .descriptive-card__actions:not(:first-child) {
    margin-top: 1.5rem; } }

@media (max-width: 47.9375rem) {
  .descriptive-card:not(:last-child) {
    margin-bottom: 1.875rem; }
  .descriptive-card--style-default .descriptive-card__media {
    position: relative; }
    .descriptive-card--style-default .descriptive-card__media:before {
      display: block;
      content: '';
      padding-bottom: 62.5%;
      width: 100%; }
  .descriptive-card--style-default .descriptive-card__content-wrap {
    padding: 3rem 1rem 3.5rem; }
  .descriptive-card__description {
    margin-top: .875em; }
  .descriptive-card__actions:not(:first-child) {
    margin-top: 1.75rem; } }

.media-collection-item--size-large .media-collection-item__title {
  font-size: 3rem; }
  @media screen and (min-width: 47.9375rem) {
    .media-collection-item--size-large .media-collection-item__title {
      font-size: calc(3rem + 2.125 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .media-collection-item--size-large .media-collection-item__title {
      font-size: 5.125rem; } }

.media-collection-item--size-regular .media-collection-item__title {
  font-size: 2.5rem; }
  @media screen and (min-width: 47.9375rem) {
    .media-collection-item--size-regular .media-collection-item__title {
      font-size: calc(2.5rem + 0.5 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .media-collection-item--size-regular .media-collection-item__title {
      font-size: 3rem; } }

.media-collection-item--size-small .media-collection-item__title {
  font-size: 2rem; }
  @media screen and (min-width: 47.9375rem) {
    .media-collection-item--size-small .media-collection-item__title {
      font-size: calc(2rem + 0.5 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .media-collection-item--size-small .media-collection-item__title {
      font-size: 2.5rem; } }

.media-collection-item__description {
  margin-top: .875em; }

.media-collection-item__actions {
  margin-right: -.25rem;
  margin-left: -.25rem; }

.media-collection-item__cta {
  margin-right: .25rem;
  margin-left: .25rem; }
  .media-collection-item__cta:not(:last-child) {
    margin-bottom: .75rem; }

@media (min-width: 48rem) {
  .media-collection__col:nth-child(n + 3) {
    margin-top: 2rem; }
  .media-collection-item__content-wrap {
    padding: 3.5rem 1.5rem; }
  .media-collection-item__actions {
    margin-top: 2.125rem; }
  .media-collection-item__product-list:not(:first-child) {
    margin-top: 3.125rem; } }

@media (max-width: 47.9375rem) {
  .media-collection__col:not(:last-child) {
    margin-bottom: 2rem; }
  .media-collection-item__content-wrap {
    padding: 1.5rem 1rem; }
  .media-collection-item__actions {
    margin-top: 1rem; }
  .media-collection-item__product-list:not(:first-child) {
    margin-top: 2.25rem; } }

.product-grid__item {
  margin-bottom: 2.25rem; }

.html-block--size-large {
  font-size: 1.25rem; }

.html-block--size-regular .html-block__title {
  font-size: 1.25rem; }

.html-block--size-small {
  font-size: 0.875rem; }

.html-block--size-tiny {
  font-size: 0.75rem; }

.html-block__media + .html-block__copy.set--text-after {
  margin-top: 2rem; }

.html-block__media + .html-block__copy.set--text-before {
  margin-bottom: 2rem; }

.html-block__title:not(:last-child) {
  margin-bottom: .5em; }

.html-block__actions {
  margin-right: -.5rem;
  margin-left: -.5rem; }
  .html-block__actions:not(:only-child) {
    margin-top: 1.25em; }

.html-block__cta {
  margin-right: .5rem;
  margin-left: .5rem; }
  .html-block__cta:not(:last-child) {
    margin-bottom: 1rem; }

@media (min-width: 48rem) {
  .html-block:not(:last-child),
  .html-block-list__item:not(:last-child) {
    margin-bottom: 2rem; }
  .html-block__copy:not(:only-child).set--text-after-large {
    margin-top: 2rem; }
  .html-block__copy:not(:only-child).set--text-before-large {
    margin-bottom: 2rem; } }

@media (max-width: 47.9375rem) {
  .html-block:not(:last-child),
  .html-block-list__item:not(:last-child) {
    margin-bottom: 3rem; }
  .html-block__copy:not(:only-child).set--text-after-small {
    margin-top: 2rem; }
  .html-block__copy:not(:only-child).set--text-before-small {
    margin-bottom: 2rem; } }

.subscription-banner {
  border-top: solid 0.0625rem #999999;
  border-bottom: solid 0.0625rem #999999; }

@media (min-width: 48rem) {
  .subscription-banner {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; } }

@media (max-width: 64rem) {
  .subscription-banner__description {
    margin-bottom: .85em; } }

@media (max-width: 47.9375rem) {
  .subscription-banner {
    padding-top: 1rem;
    padding-bottom: 1.5rem; } }

@font-face {
  font-family: 'Trade_Gothic_LT_Roman';
  src: url("../fonts/TradeGothic/b1979d94-a178-4b03-b43d-c8e46562f107.woff2"); }

@font-face {
  font-family: 'Trade_Gothic_LT_Bold';
  src: url("../fonts/TradeGothic/f9be987b-0ea1-4c6e-9302-b14707c2a1a2.woff2"); }

@font-face {
  font-family: 'Trade_Gothic_LT_Bold_2';
  src: url("../fonts/TradeGothic/135abd30-1390-4f9c-b6a2-d843157c3468.woff2"); }

@font-face {
  font-family: 'TradeGothic_LT_Light';
  src: url("../fonts/TradeGothic/94557603-6403-4571-a92e-e7dfa6bb6375.woff2"); }

@font-face {
  font-family: 'TradeGothic_LT_Light_Obl';
  src: url("../fonts/TradeGothic/c2a3b2ef-57ea-4e6d-8d55-ed1feaea4fc2.woff2"); }

@font-face {
  font-family: 'Trade_Gothic_LT_Oblique';
  src: url("../fonts/TradeGothic/d3fc2ba4-9e4a-446c-afe0-071d42d280c5.woff2"); }

@font-face {
  font-family: 'Trade_Gothic_LT_Bold_Obl';
  src: url("../fonts/TradeGothic/7669e328-4e42-49fe-adf8-f126f82f6052.woff2"); }

@font-face {
  font-family: 'Trade Gothic LT_Bold_2_Obl';
  src: url("../fonts/TradeGothic/62ef81ca-5909-4c60-98f8-f1f97b71a65c.woff2"); }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon-fonts/icomoon.woff?6w8vme"); }

.page:not(.set--overlay):after,
.header:not(.set--overlay):after {
  opacity: 0;
  visibility: hidden; }

.header:after {
  position: absolute; }

.page:after {
  position: fixed; }

.loader-container {
  position: relative; }

/*------------------------------------*\
  #OVERLAYS
\*------------------------------------*/
.set--overlay {
  position: relative;
  cursor: pointer;
  z-index: 99999; }

.set--overlay-all:after {
  z-index: 1080; }

.loader,
.set--overlay:after {
  position: absolute; }

.loader,
.set--overlay:after,
.page:not(.set--overlay):after,
.header:not(.set--overlay):after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.set--overlay:after,
.page:not(.set--overlay):after,
.header:not(.set--overlay):after {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 213ms ease-in-out, visibility 213ms ease-in-out;
  transition: opacity 213ms ease-in-out, visibility 213ms ease-in-out; }

.set--overlay:after,
.page:not(.set--overlay):after,
.header:not(.set--overlay):after {
  content: ''; }

/*------------------------------------*\
  #LOADER
\*------------------------------------*/
.loader {
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-duration: 213ms;
          transition-duration: 213ms;
  opacity: 0;
  visibility: hidden; }
  .loader.set--alt {
    background-color: rgba(0, 0, 0, 0.7); }
    .loader.set--alt .loader-indicator__path {
      stroke: #FFF; }
  .loader:not(.set--alt) {
    background-color: rgba(255, 255, 255, 0.6); }
    .loader:not(.set--alt) .loader-indicator__path {
      stroke: #304FFE; }
  .loader.set--fixed {
    position: fixed; }
  .loader.set--visible {
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-duration: 320ms;
            transition-duration: 320ms;
    opacity: 1;
    visibility: inherit; }

.loader-indicator {
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 5rem;
  max-height: 5rem;
  pointer-events: none;
  -webkit-animation: rotator 1.4s linear infinite;
          animation: rotator 1.4s linear infinite; }

.loader-indicator__path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: dash 1.4s ease-in-out infinite;
          animation: dash 1.4s ease-in-out infinite; }

.loader-message {
  max-width: 20.625rem;
  padding: 0 1rem;
  text-align: center;
  font-weight: 700;
  color: #00A3B2;
  background-color: rgba(255, 255, 255, 0.75); }

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); } }

@keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg); } }

.loader,
.set--overlay:after,
.page:not(.set--overlay):after,
.header:not(.set--overlay):after {
  z-index: 3 !important; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0; }

.list--reset {
  padding-left: 0; }
  .list--reset li {
    list-style-type: none; }

/*------------------------------------*\
  #TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
  #COLORS
\*------------------------------------*/
/*------------------------------------*\
  #BREAKPOINTS
\*------------------------------------*/
.plpshare-modal--page .window-modal__content {
  max-width: 600px;
  padding: 50px 30px 20px; }

.plpshare-modal--page .window-modal__close {
  position: absolute;
  background: #ac0535;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  right: -15px;
  top: -15px;
  text-align: center;
  cursor: pointer;
  display: block;
  font-size: 20px; }
  .plpshare-modal--page .window-modal__close:hover {
    opacity: 1; }
  .plpshare-modal--page .window-modal__close:after {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M13 12L23.8 1.2c.3-.3.3-.7 0-1-.3-.3-.7-.3-1 0L12 11 1.2.2C.9-.1.5-.1.2.2c-.3.3-.3.7 0 1L11 12 .2 22.8c-.3.3-.3.7 0 1 .3.3.7.3 1 0L12 13l10.8 10.8c.1.1.3.2.5.2s.4-.1.5-.2c.3-.3.3-.7 0-1L13 12z' /%3E%3C/svg%3E"); }

.plpshare-modal--page button.share-page {
  background: #ac0535;
  color: #ffffff;
  border: none;
  padding: 8px 20px;
  font-size: 18px;
  cursor: pointer; }

.modal--product-zoom.window-modal {
  overflow: hidden; }

.product-zoom__item .product-zoom__image {
  max-width: 21rem;
  height: 400px;
  margin: 0 auto;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover; }
  @media (min-width: 48rem) {
    .product-zoom__item .product-zoom__image {
      height: 600px;
      max-width: 100%; } }

@media (min-width: 48rem) {
  .plpshare-modal--page .window-modal__content {
    max-width: 600px; } }

@media (max-width: 47.9375rem) {
  .plpshare-modal--page .window-modal__content {
    width: 90%;
    margin: 0 auto; } }

.modal-container--static .checkout_login-title {
  text-align: left;
  margin-bottom: 20px; }

.warning-modal-container {
  background-color: rgba(0, 0, 0, 0.5); }

.warning-modal-container {
  background-color: rgba(0, 0, 0, 0.5); }
  .warning-modal-container .warning-modal {
    top: 211px;
    width: 504px;
    height: 252px;
    text-align: center;
    padding: 30px 64px 64px; }
    @media (max-width: 64rem) {
      .warning-modal-container .warning-modal {
        width: 300px;
        height: 222px;
        margin: 0 auto;
        padding: 30px 20px 64px; } }
    .warning-modal-container .warning-modal .close {
      position: absolute;
      right: 20px;
      top: 15px;
      width: 24px;
      height: 24px;
      opacity: 0.3; }
    .warning-modal-container .warning-modal .close:hover {
      opacity: 1;
      cursor: pointer; }
    .warning-modal-container .warning-modal .close:before, .warning-modal-container .warning-modal .close:after {
      position: absolute;
      left: 15px;
      content: ' ';
      height: 33px;
      width: 2px;
      background-color: black; }
      @media (max-width: 64rem) {
        .warning-modal-container .warning-modal .close:before, .warning-modal-container .warning-modal .close:after {
          height: 24px; } }
    .warning-modal-container .warning-modal .close:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .warning-modal-container .warning-modal .close:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .warning-modal-container .warning-modal h2 {
      font-size: 32px;
      margin-bottom: 25px;
      margin-top: 5px; }
      @media (max-width: 64rem) {
        .warning-modal-container .warning-modal h2 {
          font-size: 16px;
          margin-bottom: 20px;
          margin-top: 10px;
          letter-spacing: normal; } }
    .warning-modal-container .warning-modal p {
      font-size: 16px;
      margin-bottom: 30px; }
      @media (max-width: 64rem) {
        .warning-modal-container .warning-modal p {
          margin-bottom: 20px;
          line-height: normal; } }
    .warning-modal-container .warning-modal button {
      background-color: black;
      color: white;
      width: 163px;
      height: 48px;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: bold;
      padding: 10px 0;
      margin: 0 10px;
      border: 0;
      border-radius: 2px; }
      .warning-modal-container .warning-modal button:hover {
        cursor: pointer; }
      @media (max-width: 64rem) {
        .warning-modal-container .warning-modal button {
          width: 112px;
          margin: 0 8px;
          height: 38px; } }
    .warning-modal-container .warning-modal .confirm-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }

.path-where-to-buy .banner-component {
  background-color: #c2c2c2; }

.where-to-buy-product__image {
  position: relative;
  max-width: 600px; }
  .where-to-buy-product__image .product-gallery__item {
    max-width: 24.6875rem; }

.pdp-where-to-buy-top-section {
  margin: 0 auto;
  padding: 50px 30px;
  width: 100%;
  margin-bottom: 80px;
  max-width: 1440px; }
  .pdp-where-to-buy-top-section .product-common__rating .bv_main_container::before {
    content: '';
    width: 100%;
    height: 20px;
    position: relative;
    z-index: 80;
    bottom: -20px; }

.pdp-top__section {
  margin-right: 1rem;
  padding: 3.125rem 1.875rem;
  padding-top: 0;
  padding-right: 8.5rem;
  margin-bottom: 5rem;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 47.9375rem) {
    .pdp-top__section {
      padding: 0; } }

.where-to-buy-product__image-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 48rem) {
    .where-to-buy-product__image-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.pdp-where-to-buy--body .product-attribute {
  padding: 2rem 0;
  border-top: 1px solid #d7d7d9; }

.pdp-where-to-buy--body .product-common__number {
  color: #66666a;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 18px;
  margin: 0 0 15px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.pdp-where-to-buy--body .pdp__name {
  font-size: 2.3125rem;
  text-transform: capitalize;
  font-weight: 100;
  font-family: 'TradeGothic_LT_Light'; }

.pdp-where-to-buy--body .bv_main_container_row_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .5rem; }

.pdp-where-to-buy--body .bv_stars_button_container {
  padding-right: 1rem; }

.pdp-where-to-buy--body .bv_numReviews_component_container,
.pdp-where-to-buy--body .bv_avgRating_component_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.pdp-where-to-buy--body .bv_button_buttonMinimalist {
  margin-right: 1rem; }

.pdp-where-to-buy--body .product-common__rating {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.where-to-buy-product__image {
  max-width: 20rem; }
  @media (max-width: 47.9375rem) {
    .where-to-buy-product__image {
      max-width: 100%;
      width: 300px; } }
  .where-to-buy-product__image .product-thumbnails {
    display: none; }
  @media (max-width: 47.9375rem) {
    .where-to-buy-product__image .slick-dots {
      opacity: 0;
      pointer-events: none; } }

.pdp-dealers-wrapper {
  overflow: unset !important; }
  @media (max-width: 47.9375rem) {
    .pdp-dealers-wrapper.mobile-pad {
      padding-left: 0;
      padding-right: 0; } }

#wheretobuy-shoponline, #block-findalocation {
  scroll-margin-top: 101px; }

.recertified-section {
  text-align: left;
  width: 974px;
  margin: 0 auto; }

.recertified-section .row {
  background: #f5f5f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  margin: 0;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.product-info {
  display: block;
  width: 62%; }

.recertified-section .section-title {
  font-family: 'Trade_Gothic_LT_Bold', sans-serif;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.375rem;
  letter-spacing: 0.03em;
  padding-top: 2.5rem;
  text-align: left;
  color: #252525;
  margin-bottom: 1.5rem; }

.recertified-section .logo-image {
  margin: 57px 2rem 0;
  float: right; }

.product-stock {
  text-transform: capitalize;
  width: auto;
  padding-right: 2rem;
  margin-top: 4rem;
  font-family: TradeGothicLTStd, sans-serif;
  font-weight: 400;
  font-size: .8125rem;
  line-height: .8125rem;
  color: #666;
  float: left;
  padding-left: 0.1rem; }

.product-price {
  text-align: center;
  margin: 2.3rem 0 0rem;
  display: inline-block;
  float: right;
  width: 32%; }

.product-price span {
  font-family: TradeGothic_LT_Light, sans-serif;
  font-weight: 400;
  font-size: .8125rem;
  line-height: .8125rem;
  text-align: center;
  color: #ac0535;
  padding-left: 0.8rem;
  display: inline-block; }

.product-price span.sale-value {
  font-size: 1.5rem;
  line-height: 1.5rem;
  position: relative;
  font-family: TradeGothicLTStd, sans-serif;
  font-weight: 700;
  color: #474747;
  padding-left: 0.8rem; }

.product-url {
  margin: 52px 2rem 0 3.5rem;
  float: right; }

.product-url a {
  font-family: Trade_Gothic_LT_Bold, sans-serif;
  font-weight: 700;
  font-size: .875rem;
  line-height: normal;
  padding: 0.6rem 0 0.6rem;
  color: #fff;
  background-color: #c11e43;
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  text-decoration: none;
  width: 110px;
  height: 35px;
  display: inline-block;
  text-align: center; }

.product-url a:hover {
  background-color: #750010; }

.benefits {
  width: 51%;
  padding-bottom: 1.3rem;
  padding-top: 1.3rem; }

.benefits p.subheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Trade_Gothic_LT_Bold, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5rem;
  color: #252525;
  margin-left: 2rem;
  margin-top: 0.1rem;
  letter-spacing: 0.15em; }

.benefits ul {
  width: 93%;
  margin: 0.8rem 0 0 2rem;
  padding: 0; }

.benefits ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: TradeGothic_LT_Light, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #252525;
  list-style: none;
  margin-bottom: 0.75rem; }

.benefits ul li:before {
  content: '\2022';
  display: inline-block;
  margin-right: 0.5rem;
  color: #c11e43;
  font-size: 16px; }

.price-recertified {
  padding-top: 5px; }

.recertified-section .price__original.list {
  display: none; }

.recertified-section .price__sales.sales .price--title {
  display: none; }

@media screen and (max-width: 768px) {
  .product-price span.sale-value {
    font-size: 1rem; }
  .price-recertified {
    padding-top: 0; }
  .recertified-section .logo-image {
    margin: 55px 0rem 0 1.5rem; }
  .recertified-section .logo-image img {
    max-width: 3.125rem; }
  .recertified-section .section-title {
    text-align: center; }
  .product-info {
    display: block;
    width: 67%;
    float: right;
    margin-right: 1rem;
    margin-top: 1rem; }
  .benefits {
    width: 95%; }
  .recertified-section {
    width: 100%; }
  .product-url {
    margin: 0; }
  .product-stock {
    padding: 0;
    text-align: right;
    margin: 0.5rem 0 0;
    float: revert; }
  .product-price {
    text-align: center;
    width: 40%;
    display: inline;
    float: left;
    margin: 0; }
  .product-url {
    margin: 0;
    width: auto;
    float: right;
    margin-top: 0.5rem; }
  .product-url a {
    display: inline-block;
    padding: 0.5rem; }
  .benefits p.subheader {
    margin-left: 1.5rem; }
  .benefits ul {
    margin: 1rem 0 0 1rem;
    font-size: 0.875rem;
    line-height: 1.2375rem; } }

/*------------------------------------*\
  #TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
  #COLORS
\*------------------------------------*/
/*------------------------------------*\
  #BREAKPOINTS
\*------------------------------------*/
.pdp-price-block, .product-promotions, .qty, .pdp-qty-recertified {
  padding: 0 0 24px 0; }

.pdp-availability-block .grid-col-12 .product-availability {
  padding: 0 0 24px 0; }

.tab-nav__item:hover:not(.toggle--active) {
  color: #18191d; }

.content .display--small-only {
  height: auto !important;
  width: auto !important;
  margin-top: .5rem !important;
  position: relative !important; }

.pdp__breadcrumbs {
  margin-top: .5rem; }
  @media (max-width: 47.9375rem) {
    .pdp__breadcrumbs .breadcrumb {
      padding-left: 0; } }

.no-line .product-link {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0; }

.pdp-quantity-block .form-control--select {
  padding-top: 0;
  padding-bottom: 0;
  width: auto;
  min-width: 85px; }

.prod__img_wrapper {
  position: relative;
  overflow: hidden; }

.breadcrumbs__item {
  color: #434447; }

.product-attribute--finish .product-attribute__contents .finishes-lumicoat {
  margin-bottom: 20px; }

.product-attribute--finish .product-attribute__contents .faucet-swatches {
  margin-top: 5px; }

.finishes-title {
  color: #77777a;
  font-weight: 700;
  padding-bottom: 10px;
  font-size: 14px; }

.product-attribute__selected-value {
  color: #18191d;
  font-family: 'Trade_Gothic_LT_Bold';
  font-weight: normal !important; }

.product-attribute__swatch.swatch--color-large {
  display: inline-block; }
  .product-attribute__swatch.swatch--color-large .swatch__icon--color {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .product-attribute__swatch.swatch--color-large:not(:last-child) {
    margin-right: .625rem; }

@media (max-width: 47.9375rem) {
  .pdp-top-section.grid {
    padding: 25px 0 0 !important; } }

.pdp-promotions-block.steamProduct_promotion_block .product-promotions .product-promotions__item {
  color: #18191d;
  font-family: "Trade_Gothic_LT_Roman";
  font-size: .9rem;
  text-transform: capitalize; }

.pdp-promotions-block .product-promotions .product-promotions__item {
  color: #75000f;
  text-transform: uppercase;
  font-family: Trade_Gothic_LT_Bold;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 20.25px;
  list-style: none; }

.pdp-promotions-block-recertified .product-promotions .product-promotions__item {
  margin-bottom: .7rem; }

.pdp-promotions-block-recertified .product-promotions .last-promotion-tier .product-promotions__item {
  color: #18191d;
  font-family: "Trade_Gothic_LT_Roman";
  font-size: .9rem; }

.pdp-promotions-block-recertified .product-promotions .first-promotion-tier {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 .7rem; }
  .pdp-promotions-block-recertified .product-promotions .first-promotion-tier .product-promotions__item {
    margin: 0;
    color: #18191d;
    background-color: #C0E1ED;
    width: 11.875rem;
    max-width: 11.875rem; }
  .pdp-promotions-block-recertified .product-promotions .first-promotion-tier .pdp-tabs--tooltip {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: .625rem; }

.product-attribute__swatch.disabled {
  opacity: 1;
  border-color: transparent;
  cursor: pointer;
  pointer-events: auto; }

.product-attribute__swatch.disabled:before,
.product-tile__swatch.swatch--color.swatch--color-small[disabled]:before {
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 3px;
  content: '';
  position: absolute;
  background-color: #707070;
  border-radius: 0;
  -webkit-transform: translate(-50%, -50%) rotate(60deg);
          transform: translate(-50%, -50%) rotate(60deg); }

.product-availability {
  font-size: .9rem; }
  .product-availability .product-availability__item {
    font-family: Trade_Gothic_LT_Bold; }

.product-tile .flag {
  position: absolute;
  top: -31px;
  left: -83px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  min-width: 175px;
  width: 180px;
  font-size: 0.625rem;
  font-weight: normal;
  white-space: inherit; }
  @media screen and (min-width: 1071px) {
    .product-tile .flag {
      top: -30px;
      left: -84px; } }
  @media (min-width: 64.0625rem) {
    .product-tile .flag {
      top: -31px;
      right: 85px; } }
  @media (max-width: 47.9375rem) {
    .product-tile .flag {
      -webkit-transform: none;
              transform: none; } }

.product-tile .product-tile__wishlist {
  z-index: 1;
  padding-right: 3px; }
  @media (max-width: 57.4375rem) {
    .product-tile .product-tile__wishlist {
      top: 0;
      overflow: hidden; } }

@media (max-width: 47.9375rem) {
  .tab-content__panel {
    margin: .875rem .75rem;
    margin-bottom: 0; } }

@media (max-width: 47.9375rem) {
  .tab-content__panel .pdp-fealist {
    margin-bottom: 1.625rem; } }

.tab-content__panel .pdp-fealist ul {
  padding-bottom: 2.5rem; }
  .tab-content__panel .pdp-fealist ul li {
    padding-left: 1rem; }
    .tab-content__panel .pdp-fealist ul li:after {
      width: 0.375rem;
      height: 0.375rem; }

.tab-content__panel .pdp-fealist.left {
  padding-top: 0; }
  @media screen and (min-width: 720px) {
    .tab-content__panel .pdp-fealist.left {
      padding-bottom: 0; } }
  @media (max-width: 47.9375rem) {
    .tab-content__panel .pdp-fealist.left {
      margin-top: 0; } }

@media screen and (max-width: 719px) {
  .tab-content__panel .pdp-fealist .pdp-warning {
    display: none; } }

.tab-content__panel .pdp-fealist .pdp-warning .pdp-fea-img-title .h6 {
  font-size: 18px;
  margin: 0 0 15px;
  text-transform: none;
  letter-spacing: 1px; }

.tab-content__panel .pdp-fealist .pdp-warning .pdp-fea-img-title, .tab-content__panel .pdp-fealist .pdp-warning .pdp-fea-img-block {
  padding-left: 1.125rem; }

.tab-content__panel .pdp-fea-desc {
  font-size: 1.125rem;
  letter-spacing: -0.0125rem;
  margin-bottom: 2.25rem; }

.pdp-tab-doc-specs {
  width: 100%; }
  @media (max-width: 47.9375rem) {
    .pdp-tab-doc-specs.grid {
      margin: 0; }
      .pdp-tab-doc-specs.grid .pdp-supp, .pdp-tab-doc-specs.grid .pdp-install-info {
        padding: 0; } }

.pdp-fea-img-name .h6 {
  line-height: 1.75rem; }

.pdp-tab-featurs .pdp-fea-img-block .pdp-fea-img-title h6.h6 {
  margin-bottom: 1.625rem; }

.pdp-section .prod-slider-wrapper .grid-col-sm-6 {
  padding: 0; }

@media (max-width: 47.9375rem) {
  .pdp-section .pdp-prod-buttons > div {
    overflow: inherit; }
  .pdp-section .pdp-prod-buttons .pdp-btn-addcart {
    padding: 0 6px; } }
  @media (max-width: 47.9375rem) and (max-width: 47.9375rem) {
    .pdp-section .pdp-prod-buttons .pdp-btn-addcart {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

@media (max-width: 47.9375rem) {
  .pdp-quantity-block.pdp-qty {
    margin: 0; }
    .pdp-quantity-block.pdp-qty .pdp--qty-errormsg {
      padding: 0.25rem 0 0;
      display: block; }
  .pdp-quantity-block .qty {
    padding: 0; } }

.pdp-quantity-block.pdp-qty-recertified {
  padding-left: .313rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-bottom: 0; }
  @media screen and (min-width: 768px) and (max-width: 919px) {
    .pdp-quantity-block.pdp-qty-recertified {
      margin: 0; } }
  @media screen and (min-width: 920px) {
    .pdp-quantity-block.pdp-qty-recertified {
      padding-left: .688rem; } }

.ins-block-right__cta-image {
  display: none; }
  .ins-block-right__cta-image .start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

.pdp-tabs-section .pdp-tabs--tooltip {
  vertical-align: middle; }

@media (max-width: 47.9375rem) {
  .pdp-tabs-section .tab-container {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw); } }

@media (max-width: 47.9375rem) {
  .pdp-tabs-section {
    margin-bottom: 1rem; } }

.tooltip_pdp .tooltip__fullcontent .title {
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 5px; }

.tooltip_pdp .tooltip__fullcontent .content {
  font-size: 13px;
  font-weight: 500 !important; }

.tooltip_pdp .tooltip__fullcontent .warning-message {
  font-size: 15px;
  line-height: 17px;
  padding-top: 3px; }

.tooltip_pdp .tooltip__fullcontent sup {
  top: -.3rem; }

.tooltip_pdp sup {
  top: -.3rem; }

.space-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
  padding: 0; }

.cta-wishlist {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1.875rem auto !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (max-width: 57.4375rem) {
    .cta-wishlist {
      margin-top: 0;
      margin-bottom: 0.2rem; }
      .cta-wishlist.row:not(.flex-no-gutters) {
        margin-left: -0.9rem; } }
  .cta-wishlist .pdp-ctalinks-block {
    text-decoration: underline;
    color: #ac0535; }
    .cta-wishlist .pdp-ctalinks-block .pdp-ctalinks__links {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: end;
      width: 100%; }
      .cta-wishlist .pdp-ctalinks-block .pdp-ctalinks__links a {
        margin: auto; }
        @media screen and (max-width: 375px) {
          .cta-wishlist .pdp-ctalinks-block .pdp-ctalinks__links a {
            font-size: .75rem; } }
  .cta-wishlist .cta-link.has-icon--left .icon {
    margin-right: 4px; }
  .cta-wishlist .wishlist-link {
    padding: 0;
    text-decoration: underline;
    color: #ac0535; }
    .cta-wishlist .wishlist-link .cta-link span {
      cursor: pointer; }
  .cta-wishlist .button--icon-wishlist {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 375px) {
      .cta-wishlist .button--icon-wishlist {
        font-size: .75rem; } }
    .cta-wishlist .button--icon-wishlist .add {
      display: block;
      top: 0.2rem;
      height: 25px;
      position: relative; }
    .cta-wishlist .button--icon-wishlist .remove {
      display: none;
      top: 0.2rem;
      height: 25px;
      position: relative; }
    .cta-wishlist .button--icon-wishlist.set--in-wishlist .add {
      display: none; }
    .cta-wishlist .button--icon-wishlist.set--in-wishlist .remove {
      display: block; }

.field_block_components {
  max-width: 87.125rem;
  margin: auto; }
  @media (max-width: 47.9375rem) {
    .field_block_components {
      margin: 0 1rem; } }
  .field_block_components .outlet_card_section .field_title {
    color: #18191d;
    font-size: 2.0275rem; }
    @media (max-width: 47.9375rem) {
      .field_block_components .outlet_card_section .field_title {
        margin: 0 1rem; } }
  .field_block_components .outlet_card_section .text-long {
    color: #18191d; }
  .field_block_components .outlet_card_section .field_card_details {
    margin: 0 3.5rem; }
    @media (max-width: 47.9375rem) {
      .field_block_components .outlet_card_section .field_card_details {
        margin: 0 1.5rem; }
        .field_block_components .outlet_card_section .field_card_details .card_component {
          margin-bottom: 3rem; } }

.outlet_card_section {
  padding: 0 90px !important; }
  .outlet_card_section .card_component img {
    width: auto;
    height: auto; }
  @media (max-width: 47.9375rem) {
    .outlet_card_section .card_component img {
      height: auto; }
    .outlet_card_section.center {
      padding: 3rem 0 1rem; } }
  @media (max-width: 47.9375rem) {
    .outlet_card_section .field_card_details {
      padding: 0; }
      .outlet_card_section .field_card_details .card_component {
        margin-bottom: 2rem; }
        .outlet_card_section .field_card_details .card_component > div img {
          max-width: 100% !important;
          height: 82px; }
        .outlet_card_section .field_card_details .card_component .field_media_image_1 img {
          width: auto !important;
          height: auto !important;
          margin-top: 10px !important;
          padding-top: 0px !important; } }

.tabs .mobile-warning {
  padding-top: 1.25rem; }
  @media screen and (min-width: 720px) {
    .tabs .mobile-warning {
      display: none; } }
  .tabs .mobile-warning .pdp-fea-img-title .h6 {
    font-size: 18px;
    margin: 0 0 15px;
    text-transform: none;
    letter-spacing: 1px; }

@media (max-width: 47.9375rem) {
  .tabs .pdp-tabs-section .tab-accordion-title {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw); } }

.product-gallery--quickview .product-gallery__item {
  position: relative; }
  .product-gallery--quickview .product-gallery__item:before {
    display: block;
    content: '';
    padding-bottom: 100%;
    width: 100%; }
  .product-gallery--quickview .product-gallery__item img, .product-gallery--quickview .product-gallery__item video {
    width: 100%;
    max-height: none;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .product-gallery--quickview .product-gallery__item video {
    top: 35%; }

.notSureSection {
  text-align: center;
  background: #f5f5f7 !important;
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 80px;
  overflow: hidden;
  padding-top: 42px;
  padding-bottom: 64px;
  height: 285px;
  max-height: 285px; }
  @media (max-width: 47.9375rem) {
    .notSureSection {
      margin-bottom: 56px;
      height: 294px;
      max-height: 294px;
      padding-bottom: 48px;
      padding-top: 34px; } }
  @media (max-width: 90rem) {
    .notSureSection {
      position: relative;
      left: -16px;
      width: 100vw; } }
  .notSureSection .notSureText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 18.5px; }
    @media (max-width: 47.9375rem) {
      .notSureSection .notSureText {
        padding-bottom: 15px; } }
    .notSureSection .notSureText span {
      font-size: 32.44px;
      font-family: Trade_Gothic_LT_Bold;
      color: #18191d;
      line-height: 36.5px;
      width: 346px;
      letter-spacing: -0.2px; }
      @media (max-width: 47.9375rem) {
        .notSureSection .notSureText span {
          font-size: 25.63px;
          width: 319px;
          height: 38.44px;
          line-height: 38.4px; } }
  .notSureSection .tryOutText {
    width: 600px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    font-family: "Trade_Gothic_LT_Roman";
    color: #18191d; }
    @media (max-width: 47.9375rem) {
      .notSureSection .tryOutText {
        width: 306px;
        margin-bottom: 0; } }
  .notSureSection .configYourSection {
    height: 48px;
    margin-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 47.9375rem) {
      .notSureSection .configYourSection {
        margin-top: 16px; } }
    .notSureSection .configYourSection span {
      background: #ac0535;
      padding: 13px 24px 13px 23px;
      height: 48px;
      line-height: 22px;
      letter-spacing: 2px;
      width: 359px;
      border-radius: 2px; }
      @media (max-width: 47.9375rem) {
        .notSureSection .configYourSection span {
          padding-left: 24px;
          width: 343px; } }
      .notSureSection .configYourSection span a {
        color: #ffffff;
        line-height: 22px;
        font-size: 18px;
        font-family: Trade_Gothic_LT_Bold; }
        @media (max-width: 47.9375rem) {
          .notSureSection .configYourSection span a {
            font-size: 16px; } }

.notSureSectionWTB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 2.25rem 85px 3.25rem;
  max-width: 1440px;
  width: 100%;
  padding-bottom: 0; }
  @media (max-width: 47.9375rem) {
    .notSureSectionWTB {
      display: block; } }
  @media (max-width: 64rem) {
    .notSureSectionWTB {
      padding: 0; } }
  .notSureSectionWTB .imgSection {
    padding-left: 0; }
    @media (max-width: 47.9375rem) {
      .notSureSectionWTB .imgSection {
        max-width: 100%;
        padding-right: 0; } }
    .notSureSectionWTB .imgSection .notSureSectionWTBImg {
      height: 474px;
      width: 612px;
      margin-left: 0; }
      @media (max-width: 47.9375rem) {
        .notSureSectionWTB .imgSection .notSureSectionWTBImg {
          height: 229px; } }
  .notSureSectionWTB .notSureRightSection {
    padding: 56px 0 90px 48px; }
    @media screen and (min-width: 768px) and (max-width: 911px) {
      .notSureSectionWTB .notSureRightSection {
        padding: 0 0 0 25px; } }
    @media (max-width: 47.9375rem) {
      .notSureSectionWTB .notSureRightSection {
        padding: 0;
        padding-top: 16px;
        max-width: 100%; } }
    .notSureSectionWTB .notSureRightSection .notSureRightText {
      display: block;
      height: 36.5px;
      margin-bottom: 18px; }
      @media (max-width: 47.9375rem) {
        .notSureSectionWTB .notSureRightSection .notSureRightText {
          margin-bottom: 16px; } }
      .notSureSectionWTB .notSureRightSection .notSureRightText span {
        font-size: 32.44px;
        line-height: 36.5px;
        font-family: Trade_Gothic_LT_Bold;
        color: #18191d; }
        @media (max-width: 47.9375rem) {
          .notSureSectionWTB .notSureRightSection .notSureRightText span {
            font-size: 25.63px;
            line-height: 28.83px; } }
    .notSureSectionWTB .notSureRightSection .description {
      margin-bottom: 24px; }
      @media (max-width: 47.9375rem) {
        .notSureSectionWTB .notSureRightSection .description {
          width: unset; } }
      .notSureSectionWTB .notSureRightSection .description span {
        font-size: 18px;
        line-height: 27px;
        color: #18191d; }
        @media (max-width: 47.9375rem) {
          .notSureSectionWTB .notSureRightSection .description span {
            font-size: 16px;
            line-height: 24px; } }
    .notSureSectionWTB .notSureRightSection .listItems ul li {
      list-style-type: disc;
      line-height: 27px;
      font-size: 18px;
      color: #18191d;
      margin-bottom: 8px; }
      @media (max-width: 47.9375rem) {
        .notSureSectionWTB .notSureRightSection .listItems ul li {
          line-height: 24px;
          font-size: 16px; } }
      .notSureSectionWTB .notSureRightSection .listItems ul li::marker {
        color: #ac0535; }
    .notSureSectionWTB .notSureRightSection .configYourSection {
      margin-bottom: 64px;
      margin-top: 32px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -ms-flex-line-pack: end;
          align-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (max-width: 47.9375rem) {
        .notSureSectionWTB .notSureRightSection .configYourSection {
          margin-bottom: 29px;
          margin-top: 31.17px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .notSureSectionWTB .notSureRightSection .configYourSection span {
        background: #ac0535;
        padding: 17px 24px 15px 23px;
        height: 48px;
        letter-spacing: 2px;
        width: 330px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; }
        @media (max-width: 47.9375rem) {
          .notSureSectionWTB .notSureRightSection .configYourSection span {
            padding: 15px 41px 11px 43px;
            height: 40px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: unset;
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
                -ms-flex-direction: column-reverse;
                    flex-direction: column-reverse; } }
        @media screen and (max-width: 370px) {
          .notSureSectionWTB .notSureRightSection .configYourSection span {
            padding: 15px 40px 12px 25px; } }
        .notSureSectionWTB .notSureRightSection .configYourSection span a {
          color: #ffffff;
          font-family: Trade_Gothic_LT_Bold;
          font-size: 16px;
          line-height: 19px; }
          @media (max-width: 47.9375rem) {
            .notSureSectionWTB .notSureRightSection .configYourSection span a {
              font-size: 14.22px;
              line-height: 17px; } }

#recommended-products {
  margin-bottom: 0 !important; }
  @media (max-width: 47.9375rem) {
    #recommended-products {
      margin-bottom: 10px !important; } }

.quickview__attribute-list.product-attribute__list .where-to-buy {
  display: none; }

.pdp-prod-block .cta-wishlist.cta-mobile {
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  padding-left: 0; }

@media print {
  .pdp-warning.mobile-warning {
    display: none; } }

.pdp-warning .content.middle {
  padding-top: 5px;
  padding-bottom: 5px; }

.pdp-promotions-block-recertified .product-promotions li.product-promotions__item {
  color: #18191d;
  background-color: #C0E1ED;
  width: 11.875rem;
  max-width: 11.875rem;
  text-align: center;
  text-transform: capitalize;
  padding: 3px 0; }
  .pdp-promotions-block-recertified .product-promotions li.product-promotions__item.shipping {
    background: transparent;
    text-align: left;
    color: #18191d;
    font-family: "Trade_Gothic_LT_Roman";
    font-size: .9rem;
    width: 100%;
    max-width: 100%; }

.product-gallery--pdp {
  width: 100%; }
  .product-gallery--pdp .slick-prev {
    top: 38%; }
    .product-gallery--pdp .slick-prev .icon {
      display: none; }

.product-gallery__item {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }
  .product-gallery__item img {
    max-height: 20rem;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto;
    width: 99%; }
    @media (min-width: 20.0625rem) {
      .product-gallery__item img {
        max-height: 25rem; } }
    @media (min-width: 30.0625rem) {
      .product-gallery__item img {
        max-height: 33.75rem; } }
    @media (min-width: 48rem) {
      .product-gallery__item img {
        max-height: 35.625rem;
        width: 100%; } }
  .product-gallery__item .slick-current .slider_flag {
    display: none; }
  .product-gallery__item .slick-current.slick-active .slider_flag {
    display: block; }

.product-gallery__mask {
  position: relative; }
  .product-gallery__mask:before {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0; }

.product-gallery__hint {
  width: 100%;
  height: 100%;
  position: relative !important;
  top: 190px; }
  @media (min-width: 48rem) {
    .product-gallery__hint {
      position: absolute !important;
      top: calc(50% - 26px); } }

.pdp-zoom {
  width: 52.75rem;
  margin: 7.625rem auto; }
  @media (max-width: 90rem) {
    .pdp-zoom {
      width: 40.75rem;
      margin: 3.625rem auto; } }
  @media (max-width: 64rem) {
    .pdp-zoom {
      width: inherit; } }
  .pdp-zoom .slick-arrow.slick-prev, .pdp-zoom .slick-arrow.slick-next {
    height: 3rem;
    background-image: none;
    position: absolute;
    top: calc(50% + 0px);
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    font-size: 2.5rem;
    width: 3rem; }
    @media (max-width: 64rem) {
      .pdp-zoom .slick-arrow.slick-prev, .pdp-zoom .slick-arrow.slick-next {
        width: auto;
        font-size: 1.5rem; } }
  .pdp-zoom .slick-arrow.slick-next {
    position: fixed;
    right: 4rem; }
    @media (max-width: 64rem) {
      .pdp-zoom .slick-arrow.slick-next {
        right: 0;
        position: absolute;
        height: auto; } }
  .pdp-zoom .slick-arrow.slick-prev {
    left: 4rem;
    position: fixed; }
    @media (max-width: 64rem) {
      .pdp-zoom .slick-arrow.slick-prev {
        left: 0;
        height: auto;
        position: absolute; } }

.product-thumb__item .spin-logo {
  width: 40%;
  opacity: 0.6;
  -o-object-fit: initial;
     object-fit: initial; }

.Magic360 {
  cursor: pointer; }

@media (max-width: 47.9375rem) {
  .product-gallery__item .m360-hint {
    display: block; }
    .product-gallery__item .m360-hint:not(.m360-hint-static) {
      display: none; } }

@media print {
  .product-gallery__img {
    margin: 0 !important;
    zoom: 61%; }
  .cta-wishlist.cta-mobile {
    display: none; }
  .st-sticky-share-buttons {
    display: none !important; }
  #utility-wrapper {
    position: relative !important;
    top: -75px;
    height: 80px; }
  .main-menu-level {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 0px !important;
    padding-bottom: 10px !important; }
  .global_header {
    padding-top: 0px !important; }
  .configYourSection {
    display: none; }
  #global-mega-nav-wrapper .mega-menu-nav {
    padding-bottom: 15px !important; }
  #global-mega-nav-wrapper .mega-menu-nav .anchor-link {
    padding-top: 12px !important; } }

/*swiper css*/
.swiper {
  width: 100%;
  height: 100%; }

.swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover; }

.mySwiper .swiper-slide-thumb-active {
  opacity: 1; }

.product-thumbnails1 .swiper-slide {
  width: 100px; }

.swiper-slide img {
  width: 100%;
  height: auto; }

.product-thumbnails1 {
  position: relative;
  padding-left: 5px; }
  .product-thumbnails1 .swiper-button-next {
    right: -15px;
    right: var(--swiper-navigation-sides-offset, -15px); }
  .product-thumbnails1 .swiper-rtl .swiper-button-prev {
    right: -15px;
    right: var(--swiper-navigation-sides-offset, -15px); }
  @media screen and (max-width: 767px) {
    .product-thumbnails1 {
      display: none !important; } }
  .product-thumbnails1 .swiper-button-prev {
    left: -10px;
    left: var(--swiper-navigation-sides-offset, -10px); }
  .product-thumbnails1 .swiper-rtl .swiper-button-next {
    left: -10px;
    left: var(--swiper-navigation-sides-offset, -10px); }

.product-gallery1 {
  margin-bottom: 1.875rem; }
  @media screen and (max-width: 767px) {
    .product-gallery1 {
      margin-bottom: 1rem; } }
  .product-gallery1 .swiper-slide {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
  @media screen and (min-width: 767px) {
    .product-gallery1 .swiper-button-next, .product-gallery1 .swiper-button-prev {
      display: none !important; } }

.swiper-button-next, .swiper-button-prev {
  color: #000 !important;
  font-weight: bold; }

.swiper-button-next:after {
  width: calc(22px/ 20 * 20) !important;
  width: calc(var(--swiper-navigation-size)/ 20 * 20) !important; }

.swiper-button-prev:after {
  width: calc(22px/ 20 * 20) !important;
  width: calc(var(--swiper-navigation-size)/ 20 * 20) !important; }

:root {
  --swiper-navigation-size: 22px !important
; }

.product-gallery1 .swiper-pagination {
  display: none !important; }
  @media screen and (max-width: 1023px) {
    .product-gallery1 .swiper-pagination {
      display: block !important; } }

.product-gallery1 .swiper-pagination-bullet {
  background: transparent;
  opacity: 0.8;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.8);
  border: 1px solid #000;
  border: 1px solid var(--swiper-pagination-bullet-inactive-color, #000); }

.product-gallery1 .swiper-pagination-bullet-active {
  background: #000 !important;
  background: var(--swiper-pagination-color, var(--swiper-theme-color, #000) !important); }

.prod__img_wrapper .swiper-autoheight .swiper-wrapper {
  padding-bottom: 0; }

@media (max-width: 47.9375rem) {
  .prod__img_wrapper .swiper-autoheight .swiper-wrapper {
    padding-bottom: 20px; }
  .prod__img_wrapper .swiper-pagination {
    position: unset; }
  .product-gallery1 .swiper-wrapper {
    min-height: 240px; } }

@media screen and (max-width: 1023px) {
  .prod__img_wrapper .swiper-autoheight .swiper-wrapper {
    padding-bottom: 36px; }
  .product-gallery--pdp.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0; } }

.product-tile {
  -webkit-transition: none !important;
  transition: none !important;
  border: none !important; }
  @media (max-width: 57.4375rem) {
    .product-tile {
      border-bottom: 1px solid #d7d7d9 !important; } }
  .product-tile a .image-ratio {
    position: relative; }
    .product-tile a .image-ratio:before {
      display: block;
      content: '';
      padding-bottom: 100%;
      width: 100%; }
    @media (max-width: 57.4375rem) {
      .product-tile a .image-ratio {
        position: relative; }
        .product-tile a .image-ratio:before {
          display: block;
          content: '';
          padding-bottom: 100%;
          width: 100%; }
        .product-tile a .image-ratio:before {
          display: none; } }
    .product-tile a .image-ratio img {
      width: 100%;
      max-height: none;
      position: absolute;
      left: 50%;
      top: 50%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media (max-width: 57.4375rem) {
        .product-tile a .image-ratio img {
          position: initial;
          -webkit-transform: translate(0);
                  transform: translate(0); } }
  .product-tile .image-ratio {
    min-height: 233px; }

.product-tile-slider {
  -webkit-transition: none;
  transition: none; }

.product-tile__wishlist {
  left: auto !important;
  right: 0; }
  @media (max-width: 57.4375rem) {
    .product-tile__wishlist {
      overflow: auto;
      position: absolute;
      padding-top: .3rem;
      padding-right: 2px;
      top: 1rem; } }

.product-tile__sku {
  margin-top: 0;
  line-height: 1.0625rem;
  font-weight: normal; }

.compare-table--wrapper .product-tile__swatches {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.product-tile__body-section:not(:first-child) {
  margin: .5rem 0; }

.product-tile__body-section.product-tile__swatches {
  margin: 0;
  padding-left: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer; }
  @media (max-width: 57.4375rem) {
    .product-tile__body-section.product-tile__swatches .no-line {
      display: none; } }
  .product-tile__body-section.product-tile__swatches .product-tile__swatch {
    margin-right: .5rem;
    margin-bottom: .5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: bottom; }
    .product-tile__body-section.product-tile__swatches .product-tile__swatch.selected {
      border: 2px solid #ac0535; }
  .product-tile__body-section.product-tile__swatches .swatch__icon--color {
    padding: 0; }

.product-tile__swatch.selected::after {
  border: 2px solid #ac0535; }

.search-results__main .plp-results .product-tile .product-tile__body-section.product-tile__swatches {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1; }

.product-tile__price-section {
  font-family: Trade_Gothic_LT_Bold_2;
  letter-spacing: -0.2px;
  margin-bottom: .5rem;
  margin-top: 0; }
  @media (max-width: 57.4375rem) {
    .product-tile__price-section {
      margin-bottom: .75rem; } }
  .product-tile__price-section.flex-align-center {
    top: 0; }
  @media (min-width: 57.5rem) {
    .product-tile__price-section {
      margin-bottom: .75rem; } }

.product-tile__collection {
  opacity: 1;
  min-height: 24px; }
  .product-tile__collection.cover {
    opacity: 0; }

.product-promotions .product-promotions__item {
  color: #750010;
  text-transform: none;
  font-family: Trade_Gothic_LT_Bold;
  font-size: 1rem;
  margin-bottom: .5rem;
  list-style: none; }
  .product-promotions .product-promotions__item::marker {
    display: none; }

.product-promotions .first-promotion-tier {
  max-width: 240px; }
  @media (min-width: 57.5rem) {
    .product-promotions .first-promotion-tier {
      padding-right: 20px; } }
  .product-promotions .first-promotion-tier .product-promotions__item {
    background-color: #C0E1ED;
    color: #18191d;
    text-align: center;
    text-transform: capitalize;
    padding: .188rem 0; }
  .product-promotions .first-promotion-tier .tooltip_pdp {
    left: -20px;
    top: -28px; }
    @media screen and (max-width: 424px) {
      .product-promotions .first-promotion-tier .tooltip_pdp {
        top: -90px;
        left: -240px; } }
    @media screen and (min-width: 425px) and (max-width: 570px) {
      .product-promotions .first-promotion-tier .tooltip_pdp {
        top: -90px;
        left: -170px; } }
    @media screen and (min-width: 920px) and (max-width: 1260px) {
      .product-promotions .first-promotion-tier .tooltip_pdp {
        top: -90px;
        left: -130px; } }

.product-promotions .last-promotion-tier .product-promotions__item {
  font-family: "Trade_Gothic_LT_Roman";
  color: #18191d;
  font-size: .9rem;
  margin-bottom: 1rem; }
  @media screen and (max-width: 412px) {
    .product-promotions .last-promotion-tier .product-promotions__item {
      font-size: .68rem; } }

@media (min-width: 57.5rem) {
  .product-tile--default .flag_position {
    position: inherit; } }

@media (min-width: 64.0625rem) {
  .product-tile__image.product-tile__image--primary {
    width: 90%;
    height: 100%;
    padding: 2rem .85rem 0 .85rem;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }
  .product-tile--default .product-tile__body {
    padding: 0;
    z-index: 2; }
  .search-results__main .plp-wrapper .plp-results .product-tile--default .product-tile__body {
    padding: 0 20px 0 20px; } }

@media (min-width: 64.0625rem) and (max-width: 57.4375rem) {
  .search-results__main .plp-wrapper .tabs__nav {
    display: block !important; } }

@media (min-width: 64.0625rem) {
  .product-grid__item .product-tile:hover {
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: none;
    transition: none;
    -webkit-tap-highlight-color: transparent; } }

@media (min-width: 57.5rem) {
  .product-tile__image.product-tile__image--primary {
    padding: 18px; } }

@media (max-width: 57.4375rem) {
  .plp-wrapper {
    display: block !important; }
    .plp-wrapper .product-tile {
      padding-top: 24px;
      padding-bottom: 13px;
      padding-left: 16px;
      padding-right: 16px; }
      .plp-wrapper .product-tile .no-line {
        display: block !important;
        position: absolute !important;
        opacity: 0 !important;
        width: 100% !important;
        height: 100% !important;
        z-index: 1; }
    .plp-wrapper .product-filter {
      display: block !important;
      width: 100% !important; }
    .plp-wrapper .product-filter__mobile-title {
      text-align: left; }
    .plp-wrapper .product-filter__title {
      display: none; }
    .plp-wrapper .plp-sidebar {
      max-width: 100% !important; }
    .plp-wrapper .region-sidebar {
      position: relative;
      z-index: 999; }
    .plp-wrapper .toggle-expand {
      right: 20px !important;
      top: 16px !important; }
    .plp-wrapper .region-content {
      width: 98% !important;
      margin: 0 auto; }
    .plp-wrapper .product-filter__mobile-header {
      -webkit-filter: contrast(0.5);
              filter: contrast(0.5);
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      margin-left: 0;
      margin-bottom: 0; }
    .plp-wrapper .display--small-up {
      display: none; }
    .plp-wrapper .refinement-bar {
      padding-right: 0; }
  .flag__mobile .flag {
    -webkit-transform: none;
            transform: none;
    left: 0;
    width: 8.5625rem; }
  .product-grid__item .product-tile__image {
    margin: 0;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    width: 100%; } }

@media (min-width: 57.5rem) {
  .product-tile__body .flag__mobile--show {
    display: none; } }

.product-tile__body .flag__mobile--show .flag {
  -webkit-transform: inherit;
          transform: inherit;
  min-width: 10.125rem; }

.product-tile__product-name .product-tile__product-name--collection {
  display: none; }

.product-tile__body .price-recertified {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: .5rem 0; }
  .product-tile__body .price-recertified .price-values {
    line-height: 1;
    margin-left: 1rem; }
    @media screen and (max-width: 484px) {
      .product-tile__body .price-recertified .price-values {
        margin-left: .5rem; } }
  .product-tile__body .price-recertified .old-price {
    text-decoration: line-through;
    color: #77777a;
    font-size: .813rem; }
    @media screen and (max-width: 484px) {
      .product-tile__body .price-recertified .old-price {
        font-size: .7rem; } }
  .product-tile__body .price-recertified .saving {
    color: #ac0535;
    font-weight: bold;
    font-size: .813rem; }
    @media screen and (max-width: 484px) {
      .product-tile__body .price-recertified .saving {
        font-size: .7rem; } }
  .product-tile__body .price-recertified .price__sales .sale-value {
    font-size: 1.7rem; }
    .product-tile__body .price-recertified .price__sales .sale-value sup {
      top: -.7rem;
      font-size: 45%; }

.product-tile__body .buydirect-list-price .range span,
.product-tile__body .buydirect-list-price .price__sales span {
  color: #77777a; }

.product-tile__body .buydirect-list-price .range .dash {
  position: relative;
  top: -1px; }

.product-tile__body .buy-direct-price-range {
  margin-top: 8px; }
  .product-tile__body .buy-direct-price-range .range span,
  .product-tile__body .buy-direct-price-range .price__sales span {
    color: #434447; }
  .product-tile__body .buy-direct-price-range .range .dash {
    position: relative;
    top: -4px; }

.product-tile__body .buy-direct {
  font-size: 1.4rem;
  color: #434447 !important; }
  .product-tile__body .buy-direct sup {
    top: -.55rem;
    font-size: 45%; }

.product-tile__body .buy-direct-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: .625rem; }

.product-tile__body .buy-direct-price-d-block {
  display: block !important;
  margin-top: 0 !important; }

.direct-buy-container {
  z-index: 2;
  position: absolute;
  top: 2.5rem;
  right: -5px; }
  @media screen and (max-width: 768px) {
    .direct-buy-container {
      top: 3rem; } }
  .direct-buy-container .tooltip-button {
    width: 31px;
    height: auto; }
    .direct-buy-container .tooltip-button img {
      width: 25px; }
  .direct-buy-container:hover .product-tile {
    overflow: visible !important; }
  .direct-buy-container .tooltip_plp {
    top: -.6rem;
    left: -25%; }
    @media screen and (max-width: 919px) {
      .direct-buy-container .tooltip_plp {
        left: 0; } }
    .direct-buy-container .tooltip_plp .tooltip__fullcontent .title {
      text-align: left;
      font-size: 15px;
      line-height: 20px;
      padding-bottom: 5px; }
    .direct-buy-container .tooltip_plp .tooltip__fullcontent p {
      font-family: "Trade_Gothic_LT_Roman";
      text-align: left;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 0; }

@media screen and (max-width: 1935px) {
  .fourth-tooltip .tooltip_plp {
    left: 40%; } }

@media screen and (max-width: 1600px) {
  .fourth-tooltip .tooltip_plp {
    left: 25%; } }

@media screen and (max-width: 1500px) {
  .fourth-tooltip .tooltip_plp {
    left: 15%; } }

@media screen and (max-width: 1024px) {
  .fourth-tooltip .tooltip_plp {
    left: -25%; } }

@media screen and (max-width: 919px) {
  .fourth-tooltip .tooltip_plp {
    left: 0; } }

@media screen and (max-width: 1093px) {
  .third-tooltip .tooltip_plp {
    left: 65%; } }

@media screen and (max-width: 1024px) {
  .third-tooltip .tooltip_plp {
    left: 6%; } }

@media screen and (max-width: 919px) {
  .third-tooltip .tooltip_plp {
    left: 0; } }

.full-compare .fourth-tooltip .tooltip_plp {
  left: -25%; }
  @media screen and (max-width: 1795px) {
    .full-compare .fourth-tooltip .tooltip_plp {
      left: 45%; } }
  @media screen and (max-width: 1500px) {
    .full-compare .fourth-tooltip .tooltip_plp {
      left: 0; } }

@media screen and (max-width: 1296px) {
  .full-compare .third-tooltip .tooltip_plp {
    left: 65%; } }

@media screen and (max-width: 1796px) {
  .triple-compare .third-tooltip .tooltip_plp {
    left: 65%; } }

@media screen and (max-width: 1500px) {
  .triple-compare .third-tooltip .tooltip_plp {
    left: 0; } }

@media screen and (max-width: 1078px) {
  .triple-compare .second-tooltip .tooltip_plp {
    left: 65%; } }

@media screen and (max-width: 1794px) {
  .dual-compare .second-tooltip .tooltip_plp {
    left: 65%; } }

@media screen and (max-width: 1645px) {
  .dual-compare .second-tooltip .tooltip_plp {
    left: 45%; } }

@media screen and (max-width: 1550px) {
  .dual-compare .second-tooltip .tooltip_plp {
    left: 35%; } }

@media screen and (max-width: 1450px) {
  .dual-compare .second-tooltip .tooltip_plp {
    left: 0; } }

.plp-results .product-tile__body .product-promotions {
  padding-bottom: 0; }

.product-tile .product-tile__body .where-to-buy {
  display: inline-block;
  padding: 0.5rem 0; }

.quickview__main {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }
  .quickview__main .product-attribute__label span {
    display: inline-block; }
  .quickview__main .product-attribute--finish .product-attribute__contents {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  @media (min-width: 48rem) {
    .quickview__main .product-attribute__list .product-attribute--last:not(.product-attribute--finish) {
      max-width: 100%; } }
  .quickview__main .wrap--btn-wishlist .product-add__container {
    width: 79%;
    margin-right: 10px;
    display: inline-block; }
    .quickview__main .wrap--btn-wishlist .product-add__container .product-add__button {
      height: 64px;
      line-height: 40px; }
    .quickview__main .wrap--btn-wishlist .product-add__container.save--later-edit {
      width: 100%; }
  .quickview__main .wrap--btn-wishlist .product-common__wishlist {
    width: 20%;
    display: inline-block;
    margin: 0;
    vertical-align: baseline; }
    .quickview__main .wrap--btn-wishlist .product-common__wishlist .button--icon {
      height: 64px; }
      .quickview__main .wrap--btn-wishlist .product-common__wishlist .button--icon .icon {
        height: 25px; }

.product-availability .quickview--availability {
  display: inline-block; }
  .product-availability .quickview--availability li {
    list-style-type: none; }

.quickview__attribute-list,
.quickview__availability {
  margin: 0.5rem 0; }
  .quickview__attribute-list .prices,
  .quickview__availability .prices {
    padding: 0 0 1rem; }

@media (min-width: 48rem) {
  .quickview__attribute-list.product-attribute__list .product-attribute--last.product-attribute--finish {
    max-width: 100%; } }

.quickview__promotions {
  margin-bottom: .75rem; }

.quickview__bundle-items {
  padding: 1.875rem; }

@media (min-width: 48rem) {
  .quickview__footer {
    position: relative;
    margin-top: auto; } }

@media (max-width: 47.9375rem) {
  .quickview__footer {
    margin-top: 2rem; } }

.quickview__main .add,
.quickview__main .remove {
  padding-top: 5px; }

.quickview__main .product-promotions .product-promotions__item {
  margin: 0;
  margin-bottom: .7rem;
  color: #18191d;
  background-color: #C0E1ED;
  width: 11.875rem;
  max-width: 11.875rem;
  text-align: center;
  padding: 0.188rem 0; }
  .quickview__main .product-promotions .product-promotions__item.shipping {
    color: #18191d;
    font-family: "Trade_Gothic_LT_Roman";
    font-size: .9rem;
    background-color: transparent;
    max-width: none;
    width: auto;
    text-align: left; }

.quickview__main .product-promotions .last-promotion-tier .product-promotions__item {
  color: #18191d;
  font-family: "Trade_Gothic_LT_Roman";
  font-size: .9rem;
  background-color: transparent;
  max-width: none;
  width: auto;
  text-align: left; }

.remove {
  display: none; }

.set--in-wishlist .add {
  display: none; }

.set--in-wishlist .remove {
  display: block; }

.form-control::-webkit-input-placeholder {
  color: #18191d; }

.form-control::-moz-placeholder {
  color: #18191d; }

.form-control::-ms-input-placeholder {
  color: #18191d; }

.form-control::placeholder {
  color: #18191d; }

.form-control__constraints {
  color: #18191d; }

.secondary-navigation__anchor:hover {
  color: #ac0535;
  text-shadow: 0 0 0.2px #ac0535; }

.product-line-item__footer button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.account .max-width--large {
  width: 100%; }

.account-main__title {
  font-family: Trade_Gothic_LT_Bold; }

.checkout_login-title.margin-bottom {
  margin-bottom: 1rem; }

.checkout_login-title--msg {
  margin-bottom: 2.125rem; }

.addressbook-po-msg {
  padding-top: 1rem; }
  @media (max-width: 47.9375rem) {
    .addressbook-po-msg {
      padding-bottom: 1rem; } }

.wrpper--title-div {
  display: inline-block;
  width: 100%; }
  .wrpper--title-div h1, .wrpper--title-div .addressbook-po-msg {
    display: inline-block; }

.wrpper--title-div h1 {
  margin-right: 1.5rem; }

.login-oauth .bg--facebook-blue {
  background-color: #3b5998; }

.login-oauth .bg--google-blue {
  background-color: #4285F4; }

.login-oauth .bg--google-red {
  background-color: #DB4437; }

.login-oauth .bg--instagram-pink {
  background-color: #C62A81; }

.login-oauth .bg--instagram-orange {
  background-color: #F06430; }

button.disply--btn {
  display: inline-block; }

.tracking-info {
  color: blue;
  text-decoration: underline; }

.cart__summary-section .cart-coupon {
  margin-bottom: 0; }
  .cart__summary-section .cart-coupon:first-child {
    margin-top: 1rem; }

.cart-button {
  padding-left: 15px !important; }
  .cart-button .promo-code-btn {
    border: 1px solid #ac0535;
    color: #ac0535;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    display: inline-block; }

.coupon-code-field::-webkit-input-placeholder {
  color: #18191d; }

.coupon-code-field::-moz-placeholder {
  color: #18191d; }

.coupon-code-field::-ms-input-placeholder {
  color: #18191d; }

.coupon-code-field::placeholder {
  color: #18191d; }

.promt-section {
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .promt-section .inline-prompt__header {
    margin-top: -2rem; }
  .promt-section .inline-prompt__title-coupan {
    color: #18191d;
    font-size: 1rem;
    letter-spacing: -0.2px;
    line-height: 1.2rem; }
  .promt-section .promt-cancel {
    border-radius: 0.125rem;
    background-color: #d7d7d9; }

.cart__summary-section .cart-coupon.toggle--active {
  margin-top: 3rem; }

@media only screen and (min-device-width: 810px) and (max-device-width: 1080px) {
  .cart-promotion__discount {
    display: inline-table; } }

.cart {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem; }

.continue-shopping--btn {
  margin: 1rem 0; }
  .continue-shopping--btn .button--primary.home--show-btn {
    display: inline-block; }

@media (max-width: 47.9375rem) {
  #mktz_container {
    top: 55px !important; } }

@media (min-width: 48rem) {
  .shipping-delay-message--wrapper {
    margin-top: 2.75rem; } }

.shipping-delay-message--wrapper.desktop__show {
  width: 100%;
  max-width: 638px; }
  @media (min-width: 48rem) {
    .shipping-delay-message--wrapper.desktop__show {
      display: block; } }

@media (max-width: 47.9375rem) {
  .shipping-delay-message--wrapper.mobile__show {
    display: block;
    margin-top: 3rem; } }

@media (max-width: 47.9375rem) {
  .shipping-delay-message--wrapper.desktop__show {
    display: none; } }

@media (min-width: 48rem) {
  .shipping-delay-message--wrapper.mobile__show {
    display: none; } }

.shipping-delay-message--wrapper p:not(:first-child) {
  letter-spacing: -0.2px; }
  @media (max-width: 47.9375rem) {
    .shipping-delay-message--wrapper p:not(:first-child) {
      font-size: 1.125rem; } }

.cart-rec-desktop {
  display: none; }
  @media (min-width: 48rem) {
    .cart-rec-desktop {
      display: block;
      margin-top: 1rem; }
      .cart-rec-desktop .product-rec-container {
        background-color: #f5f5f7; }
      .cart-rec-desktop .product-grid__item {
        margin-right: 3rem; } }
  @media (min-width: 64.0625rem) {
    .cart-rec-desktop .product-rec-container .product-grid__item {
      -ms-flex-preferred-size: 11.625rem;
          flex-basis: 11.625rem;
      max-width: 14.5625rem; } }

.cart-rec-mobile {
  display: block; }
  @media (min-width: 48rem) {
    .cart-rec-mobile {
      display: none; } }

.cart__main .product-rec-container .product-tile .flag {
  position: absolute;
  top: -34px;
  left: -86px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  min-width: 180px;
  width: 180px;
  font-size: 0.625rem;
  font-weight: normal; }
  @media (max-width: 47.9375rem) {
    .cart__main .product-rec-container .product-tile .flag {
      display: none; } }

.cart__main .product-tile__body .flag__mobile {
  display: none; }
  @media (max-width: 47.9375rem) {
    .cart__main .product-tile__body .flag__mobile {
      display: block; } }

@media (max-width: 47.9375rem) {
  .cart__main .product-rec-container .product-tile .flag_position {
    position: absolute;
    top: 0;
    left: 0; } }

.cart__header {
  margin-bottom: 1.875rem !important; }
  .cart__header h1 {
    font-size: 1.42375rem; }

.cart__items {
  border-bottom: none !important;
  border-top: none !important; }
  .cart__items .product-model {
    font-size: 0.842rem;
    margin: 0 0 8px; }
  .cart__items .product-line-item {
    border-bottom: solid 0.0625rem #c2cbd1 !important; }
    .cart__items .product-line-item:first-child {
      border-top: solid 0.0625rem #c2cbd1 !important; }
  .cart__items .product-line-item__total-price {
    text-align: right; }

.cart__items-footer {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem; }

.product-line-item__promotions {
  max-width: 85%; }
  .product-line-item__promotions .cart-discount {
    background-color: #C0E1ED;
    color: #18191d !important;
    text-align: center;
    text-transform: capitalize;
    padding: .188rem 0;
    font-size: 1rem !important;
    margin-bottom: 0.5rem; }

.cart__summary .total-list .shipping--cost,
.cart__summary .total-list .sales--tax,
.cart__summary .total-list .shipping--discount {
  font-size: 1rem; }

.cart__summary .form-control--select,
.cart__summary .form-control.coupon-code-field {
  font-size: 1.125rem; }
  @media screen and (min-width: 768px) and (max-width: 959px) {
    .cart__summary .form-control--select,
    .cart__summary .form-control.coupon-code-field {
      font-size: .8rem; } }

#modal-auth .tab-nav {
  display: none; }

.quickview__main .pdp-qty-recertified .add-to-cart {
  display: none; }

.cart-rec-desktop .product-rec-container {
  padding: 0; }
  .cart-rec-desktop .product-rec-container > div {
    padding: 3.75rem 6.25rem 3.25rem; }

.cart__summary-section:not(:last-child) {
  margin-bottom: 1.5rem !important; }

.cart__checkout-actions {
  z-index: 0;
  position: relative; }
  .cart__checkout-actions .button--primary {
    padding-right: 0;
    padding-left: 0; }

.cart__checkout-action:not(:first-child) {
  margin-top: 1rem !important; }

@media (max-width: 47.9375rem) {
  .cart__summary {
    margin-top: 2rem; } }

@media (max-width: 47.9375rem) {
  .pdp-page.pdp-section {
    padding: 0 1rem; } }

.product-thumb__img.cover {
  -o-object-fit: cover;
     object-fit: cover; }

@media (max-width: 47.9375rem) {
  .collection-name-wrapper.link {
    margin-bottom: 2rem; } }

.collection-name-wrapper .collection-name {
  margin: 2px 0 10px !important; }
  @media (max-width: 47.9375rem) {
    .collection-name-wrapper .collection-name {
      font-size: .79rem;
      margin-bottom: 0;
      line-height: 8px; } }
  @media screen and (max-width: 919px) {
    .collection-name-wrapper .collection-name {
      margin: 0 0 10px !important; } }

.collection-name {
  font-family: 'Trade_Gothic_LT_Bold';
  letter-spacing: 2px;
  font-weight: normal !important;
  line-height: 14.22px;
  margin: 0 0 20px; }
  @media (max-width: 47.9375rem) {
    .collection-name {
      font-size: .79rem; } }

@media (max-width: 47.9375rem) {
  .collection-name--link {
    margin-bottom: 2.5rem; } }

.pdp-prod-title {
  font-family: TradeGothic_LT_Light;
  letter-spacing: 1px; }
  @media (max-width: 47.9375rem) {
    .pdp-prod-title {
      font-size: 1.42375rem;
      margin-bottom: .125rem; } }

@media (max-width: 57.4375rem) {
  .pdp-prod-name--margin h1 {
    margin: 0 0 .5em;
    font-family: "Trade_Gothic_LT_Roman";
    font-weight: normal;
    color: #18191d;
    text-transform: none;
    font-size: 2.0275rem;
    letter-spacing: -2px;
    line-height: 43px; } }

@media (max-width: 57.4375rem) {
  .pdp-prod-name--margin {
    margin: 0 0 .5em;
    font-family: "Trade_Gothic_LT_Roman";
    font-weight: normal;
    line-height: 1.1;
    color: #18191d;
    text-transform: uppercase;
    letter-spacing: -2px;
    font-size: 2.0275rem; } }

@media (max-width: 57.4375rem) {
  .pdp-prod-name .pdp-prod-name--margin {
    margin: 0 0 .5em;
    font-family: Trade_Gothic_LT_Bold;
    font-weight: 700;
    line-height: 1.1;
    color: #18191d;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 2.0275rem; } }

@media (min-width: 48rem) {
  .pdp-prod-name .pdp-prod-name--margin {
    font-size: 1.42375rem;
    margin-bottom: 1rem; } }

.product-model--margin {
  color: #77777a;
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 18px;
  margin-bottom: 1rem;
  font-family: Trade_Gothic_LT_Bold; }
  @media (max-width: 47.9375rem) {
    .product-model--margin {
      font-size: .75rem; } }

#zoomplace-holder {
  position: absolute;
  height: 100%;
  z-index: -1; }

.pdp-prod-block .pdp-prod-price-block {
  border: 0px;
  padding: 0 0 1rem; }
  @media (max-width: 47.9375rem) {
    .pdp-prod-block .pdp-prod-price-block {
      font-family: Trade_Gothic_LT_Bold;
      letter-spacing: -0.2px;
      line-height: 21.33px; } }
  .pdp-prod-block .pdp-prod-price-block .price-recertified {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .pdp-prod-block .pdp-prod-price-block .price-recertified .price__sales .sale-value sup {
      top: -.9rem;
      font-size: 45%; }
    .pdp-prod-block .pdp-prod-price-block .price-recertified .tooltip_pdp {
      top: -130px;
      left: 5px; }
      @media screen and (max-width: 600px) {
        .pdp-prod-block .pdp-prod-price-block .price-recertified .tooltip_pdp {
          left: -6px; } }
  .pdp-prod-block .pdp-prod-price-block .non-purchasable-tooltip {
    position: relative;
    top: .4rem;
    left: .2rem; }
    @media screen and (max-width: 919px) {
      .pdp-prod-block .pdp-prod-price-block .non-purchasable-tooltip {
        top: .45rem; } }

.pdp-prod-block .price__original,
.pdp-prod-block .price__sales {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.pdp-prod-block .price__sales {
  margin-left: 2.5rem; }

.pdp-prod-block .price__sales.no-margin--left {
  margin-left: 0; }

.pdp-prod-block .price-recertified .price__sales {
  margin-left: 0;
  padding-left: 0; }

.pdp-prod-block .price__original .pdp-pdp--tooltip {
  -ms-flex-item-align: baseline;
      align-self: baseline; }

.pdp-prod-block .flex-for-non-purchase .pdp-pdp--tooltip {
  -ms-flex-item-align: baseline;
      align-self: baseline; }

.pdp-prod-block .flex-for-non-purchase .title {
  text-transform: capitalize; }

.pdp-prod-block .flex-for-non-purchase .content-asset {
  font-family: "Trade_Gothic_LT_Roman"; }

.pdp-prod-block .price--title,
.pdp-prod-block .price--value,
.pdp-prod-block .sale-value {
  line-height: 21.33px;
  font-family: Trade_Gothic_LT_Bold_2; }

.pdp-prod-block .price--title {
  font-size: .88875rem;
  margin-bottom: .5rem; }

.pdp-prod-block .price--value,
.pdp-prod-block .sale-value {
  font-size: 2rem;
  letter-spacing: -0.39px;
  line-height: 1.5; }

.pdp-prod-block .recertified-price {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: -0.39px;
  line-height: 1.5; }
  .pdp-prod-block .recertified-price sup {
    font-size: 50%;
    font-weight: 100;
    top: -.8em; }

.pdp-prod-block .price-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 1.25rem; }
  .pdp-prod-block .price-values .old-price {
    text-decoration: line-through;
    color: #77777a;
    font-size: .813rem; }
  .pdp-prod-block .price-values .old-price-buydirect {
    color: #77777a;
    font-size: .813rem; }
  .pdp-prod-block .price-values .saving {
    color: #ac0535;
    font-weight: bold;
    font-size: .813rem; }
  .pdp-prod-block .price-values .tooltip__header .title {
    text-transform: capitalize; }
  .pdp-prod-block .price-values .tooltip__body .tooltip__fullcontent .content-asset {
    font-family: "Trade_Gothic_LT_Roman"; }

.pdp-prod-block .pdp-print {
  text-decoration: underline; }

.pdp-prod-block .form-control-label {
  color: #77777a; }
  @media (max-width: 47.9375rem) {
    .pdp-prod-block .form-control-label {
      font-family: Trade_Gothic_LT_Bold;
      letter-spacing: -0.2px;
      line-height: 21.33px; } }

.pdp-prod-block .pdp--price__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .pdp-prod-block .pdp--price__list .price--title {
    color: #77777a;
    display: inline;
    font-size: 24px; }
  .pdp-prod-block .pdp--price__list .price--value {
    font-size: 2rem;
    color: #18191d;
    letter-spacing: -.39px;
    line-height: 1.5; }
  .pdp-prod-block .pdp--price__list .js-tooltip {
    margin-left: 5px;
    margin-top: -10px; }

.pdp-prod-block .quantity-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .pdp-prod-block .quantity-container .bisn-qty,
  .pdp-prod-block .quantity-container .bisn {
    width: 100%; }
  .pdp-prod-block .quantity-container .bisn-qty {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

.warranty-section {
  padding: 1.437rem 0;
  border-bottom: 1px solid #d7d7d9; }

.watersence-logo {
  border-bottom: 1px solid #d7d7d9;
  padding: 1.437rem 0; }

.warranty-section .warranty-description p a {
  display: block;
  text-align: left; }

.warranty-section .warranty-description .color-red {
  color: #ac0535 !important;
  font-size: 0.75rem;
  letter-spacing: 0.125rem;
  line-height: 1rem;
  display: inline-block; }

.color-option-btn-wrapper {
  border-top: 0px;
  padding: 23px 0;
  text-align: left !important; }
  @media (max-width: 47.9375rem) {
    .color-option-btn-wrapper.left {
      padding: 23px 0;
      text-align: left; } }

.pdp-prod-buttons {
  margin-bottom: 0 !important; }
  .pdp-prod-buttons .break {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: 0; }
  .pdp-prod-buttons .button--icon-wishlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 4rem;
    outline: none; }
    @media (max-width: 47.9375rem) {
      .pdp-prod-buttons .button--icon-wishlist {
        height: 3rem;
        width: 3.375rem; } }
    .pdp-prod-buttons .button--icon-wishlist.hide {
      display: none; }
  .pdp-prod-buttons .pdp-btn-addcart {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    max-width: 75%;
    max-height: 100%; }
    @media (max-width: 47.9375rem) {
      .pdp-prod-buttons .pdp-btn-addcart {
        padding: 0 6px;
        max-width: 100%; } }
    .pdp-prod-buttons .pdp-btn-addcart.no-bisn .where-to-buy {
      background-color: #d7d7d9;
      border: 1px solid #77777a;
      color: #18191d; }
      .pdp-prod-buttons .pdp-btn-addcart.no-bisn .where-to-buy:hover {
        background-color: #66666a !important; }
    .pdp-prod-buttons .pdp-btn-addcart .where-to-buy {
      margin: 0 !important;
      padding: 0;
      height: 3.3rem !important;
      font-size: 1rem; }
      .pdp-prod-buttons .pdp-btn-addcart .where-to-buy:hover {
        background-color: #750010; }
    .pdp-prod-buttons .pdp-btn-addcart p {
      margin: 0;
      padding: 29px 0 0;
      width: 100%; }
      @media (max-width: 47.9375rem) {
        .pdp-prod-buttons .pdp-btn-addcart p {
          padding: 19px 0 0; } }
  .pdp-prod-buttons .pdp-btn-notifyme {
    display: block;
    max-width: 75%;
    padding-bottom: 16px; }
    @media (max-width: 47.9375rem) {
      .pdp-prod-buttons .pdp-btn-notifyme {
        max-width: 100%;
        padding: 0 6px 16px; } }
    .pdp-prod-buttons .pdp-btn-notifyme p {
      font-size: 1.25rem;
      font-weight: bold;
      line-height: 1.5rem;
      margin: 0;
      padding: 0 0 26px; }
      @media (max-width: 47.9375rem) {
        .pdp-prod-buttons .pdp-btn-notifyme p {
          font-size: 1.063rem;
          letter-spacing: -1px;
          padding: 0 0 20px; } }
    .pdp-prod-buttons .pdp-btn-notifyme .button--notifyme {
      background-color: #18191d;
      color: #ffffff;
      height: 3.3rem;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 12px 0;
      width: 100%; }

.quantity-container.no-bisn + .pdp-prod-buttons .pdp-btn-addcart .button--primary.form-submit.where-to-buy {
  color: #ffffff;
  background-color: #ac0535;
  border-color: #ac0535; }
  .quantity-container.no-bisn + .pdp-prod-buttons .pdp-btn-addcart .button--primary.form-submit.where-to-buy:hover {
    background-color: #750010; }

.product-availability__title {
  color: #66666a;
  font-size: 0.875rem;
  letter-spacing: -0.2px;
  line-height: 1.312rem; }

.product-availability__item {
  color: #18191d;
  font-size: 0.875rem;
  letter-spacing: -0.0125rem;
  line-height: 1.312rem; }

.price__original {
  margin-right: 1.5rem; }

.product-model {
  line-height: 1.187rem; }

.doc-title {
  font-size: 1.375rem;
  letter-spacing: -0.0125rem;
  line-height: 2.12rem;
  text-transform: capitalize; }

.tab-content__panel {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.437rem; }

.support-register {
  margin: 2rem 0;
  max-width: 17.125rem; }
  @media (max-width: 47.9375rem) {
    .support-register {
      margin-bottom: 3rem;
      max-width: 100%; }
      .support-register a {
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }

.product-thumb__item {
  margin-right: .5rem;
  float: left;
  position: relative; }
  .product-thumb__item.replaced img {
    -o-object-fit: contain;
       object-fit: contain; }
  .product-thumb__item:before {
    display: block;
    content: '';
    padding-bottom: 98.03922%;
    width: 100%; }
  .product-thumb__item img {
    width: 100%;
    max-height: none;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.product-thumbnails {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: block; }
  .product-thumbnails.slick-slider {
    padding: 0 1.75rem; }
    @media (max-width: 57.4375rem) {
      .product-thumbnails.slick-slider {
        display: none; } }
  .product-thumbnails .slick-next, .product-thumbnails .slick-prev {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    outline: none; }
    .product-thumbnails .slick-next svg, .product-thumbnails .slick-prev svg {
      display: none; }

.quickview .product-thumbnails {
  display: none; }

.quickview .slick-initialized .slick-slide {
  position: relative;
  overflow: hidden; }

.quickview .slider--dots-inner .slick-dots {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media screen and (max-width: 919px) {
  .pdp-section .pdp-top-section {
    margin-bottom: 30px; } }

.pdp-section .pdp-top-section .prod__img_wrapper {
  padding: 0.825rem 0.825rem 0; }
  .pdp-section .pdp-top-section .prod__img_wrapper .slider_flag {
    z-index: 1; }

@media (max-width: 47.9375rem) {
  .pdp-section .pdp-top-section .slider_flag {
    left: auto; } }

.pdp-section .pdp-top-section .slider_flag .flag {
  font-family: 'Trade_Gothic_LT_Roman';
  line-height: 1.312rem;
  display: block;
  min-width: 220px;
  -webkit-transform: translate(-86px, -24px) rotate(-44deg);
          transform: translate(-86px, -24px) rotate(-44deg);
  z-index: 1; }
  @media (max-width: 77.5rem) {
    .pdp-section .pdp-top-section .slider_flag .flag {
      font-size: .625rem; } }
  @media (max-width: 47.9375rem) {
    .pdp-section .pdp-top-section .slider_flag .flag {
      min-width: 15rem;
      font-size: .625rem;
      -webkit-transform: translate(-96px, -28px) rotate(-43deg);
              transform: translate(-96px, -28px) rotate(-43deg);
      -webkit-transform-origin: 100% 0;
      transform-origin: 100% 0; } }

.pdp-section .pdp-top-section .slick-slide .slider_flag .flag {
  display: none; }

@media (max-width: 47.9375rem) {
  .pdp-section .pdp-top-section .slick-slide.slick-active .slider_flag {
    left: auto; } }

.pdp-section .pdp-top-section .slick-slide.slick-active .slider_flag .flag {
  font-family: Trade_Gothic_LT_Roman;
  line-height: 1.312rem;
  display: block;
  min-width: 220px;
  -webkit-transform: translate(-86px, -24px) rotate(-44deg);
          transform: translate(-86px, -24px) rotate(-44deg);
  z-index: 1; }
  @media (max-width: 77.5rem) {
    .pdp-section .pdp-top-section .slick-slide.slick-active .slider_flag .flag {
      font-size: .625rem; } }
  @media (max-width: 47.9375rem) {
    .pdp-section .pdp-top-section .slick-slide.slick-active .slider_flag .flag {
      min-width: 15rem;
      font-size: .625rem;
      -webkit-transform: translate(-96px, -28px) rotate(-43deg);
              transform: translate(-96px, -28px) rotate(-43deg);
      -webkit-transform-origin: 100% 0;
      transform-origin: 100% 0; } }

.product-gallery.slick-slider {
  margin-bottom: 1.875rem; }
  @media (max-width: 57.4375rem) {
    .product-gallery.slick-slider {
      margin-bottom: 3.875rem; }
      .product-gallery.slick-slider.slider--dots-inner .slick-dots {
        bottom: -2.75rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .product-gallery.slick-slider .slick-dots button {
        width: 1.55rem;
        height: 1.55rem; }
        .product-gallery.slick-slider .slick-dots button:after {
          width: 1rem;
          height: 1rem; } }

.product-rec-container {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  margin-bottom: 2rem  !important;
  margin-top: 3.125rem; }
  @media only screen and (device-width: 1024px) {
    .product-rec-container {
      margin-bottom: 6.1875rem !important;
      background-color: #f5f5f7;
      padding-top: 52px;
      padding-bottom: 47px; }
      .product-rec-container:last-child {
        margin-bottom: 5.1875rem; } }
  @media (max-width: 64rem) {
    .product-rec-container {
      margin-bottom: 6.1875rem;
      background-color: #f5f5f7;
      padding-top: 52px;
      padding-bottom: 47px; }
      .product-rec-container .row {
        margin-left: 0;
        margin-right: 0; }
      .product-rec-container .image-ratio {
        height: auto; }
      .product-rec-container:last-child {
        margin-bottom: 5.1875rem !important; } }
  @media (max-width: 47.9375rem) {
    .product-rec-container .image-ratio {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; } }
  .product-rec-container .wrapper__block {
    max-width: 91rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 .5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .product-rec-container .wrapper__block .slick-arrow {
      top: 50%;
      height: 30px;
      width: 30px;
      margin: -10px 0; }
  @media (max-width: 47.9375rem) {
    .product-rec-container .product-list {
      padding: 0; } }
  @media (min-width: 64.0625rem) {
    .product-rec-container {
      background-color: #f5f5f7;
      padding: 3.75rem 6.25rem 3.25rem;
      margin-bottom: 3.25rem; } }
  .product-rec-container .product-tile__quickview {
    display: none; }
  .product-rec-container .module-container {
    padding: 0; }
  .product-rec-container .product-grid__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    margin-bottom: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 5px; }
    .product-rec-container .product-grid__item .product-tile {
      margin-bottom: 0;
      padding-bottom: 0; }
      @media (max-width: 64rem) {
        .product-rec-container .product-grid__item .product-tile {
          padding-top: .6875rem;
          padding-bottom: .75rem;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          border-bottom: 0 !important;
          margin: 3px; } }
      @media (max-width: 47.9375rem) {
        .product-rec-container .product-grid__item .product-tile {
          padding-top: .6875rem;
          padding-bottom: .75rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
    @media (min-width: 64.0625rem) {
      .product-rec-container .product-grid__item {
        -ms-flex-preferred-size: 15.625rem;
            flex-basis: 15.625rem;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: 320px;
        padding: 0 .625rem; }
        .product-rec-container .product-grid__item .price__original {
          line-height: 0; } }
    .product-rec-container .product-grid__item .sales,
    .product-rec-container .product-grid__item .price--title,
    .product-rec-container .product-grid__item .value,
    .product-rec-container .product-grid__item .range {
      font-size: .88875rem;
      display: inline; }
    .product-rec-container .product-grid__item .value,
    .product-rec-container .product-grid__item .sale-value {
      display: inline; }
  @media (max-width: 64rem) {
    .product-rec-container .product-tile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 16px;
      border: 1px solid transparent;
      border-bottom: 1px solid #d7d7d9; }
      .product-rec-container .product-tile .no-line {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100%;
        padding-bottom: 1rem; } }
    @media (max-width: 64rem) and (max-width: 47.9375rem) {
      .product-rec-container .product-tile .no-line {
        width: 70%; } }
  @media (max-width: 64rem) {
    .product-rec-container .product-tile__body {
      width: 100%; } }
  @media (max-width: 47.9375rem) {
    .product-rec-container .product-tile__body {
      width: 100%; }
      .product-rec-container .product-tile__body .no-line {
        width: 100%;
        padding-bottom: 0; } }
  @media (max-width: 64rem) {
    .product-rec-container .product-tile__body-section.product-tile__swatches {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .product-rec-container .product-tile__body-section.product-tile__swatches .no-line {
        display: none; } }
  .product-rec-container.no-background:before {
    display: none; }
  .product-rec-container .product-grid {
    margin: 0 auto;
    padding-bottom: 0; }
    @media screen and (min-width: 1025px) {
      .product-rec-container .product-grid {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    @media (min-width: 64.0625rem) {
      .product-rec-container .product-grid {
        max-width: 85.875rem;
        margin-left: 0; } }
  @media (min-width: 64.0625rem) {
    .product-rec-container .product-grid__item {
      margin-right: 1.2rem; }
      .product-rec-container .product-grid__item:nth-child(4n) {
        margin-right: 0; } }
  @media (max-width: 90rem) {
    .product-rec-container .product-grid__item {
      margin-right: 0.25rem;
      position: relative; }
      .product-rec-container .product-grid__item .direct-buy-container {
        right: 3px; } }
  @media (min-width: 90.0625rem) {
    .product-rec-container .product-grid__item {
      margin-right: 0.25rem;
      position: relative; }
      .product-rec-container .product-grid__item .direct-buy-container {
        right: 3px; } }
  .product-rec-container .product-tile__body {
    padding: 1.25rem; }
    @media (max-width: 47.9375rem) {
      .product-rec-container .product-tile__body {
        padding: 1rem 0.5rem 0 0; }
        .product-rec-container .product-tile__body .flag__mobile .slider_flag .flag {
          display: block;
          -webkit-transform: none;
                  transform: none;
          position: unset;
          width: 100%;
          min-width: auto;
          max-width: unset;
          padding: 0.375rem 0; }
        .product-rec-container .product-tile__body .flag__mobile .flag_position {
          position: unset; } }
  .product-rec-container.sfcc-homepage .slick-slide .product-tile .flag {
    min-width: 170px;
    font-size: .625rem; }
    @media (max-width: 64rem) {
      .product-rec-container.sfcc-homepage .slick-slide .product-tile .flag {
        -webkit-transform: translate(-64%, -31px) rotate(-45deg);
                transform: translate(-64%, -31px) rotate(-45deg); } }
    @media (max-width: 57.4375rem) {
      .product-rec-container.sfcc-homepage .slick-slide .product-tile .flag {
        display: none; } }
    @media (max-width: 47.9375rem) {
      .product-rec-container.sfcc-homepage .slick-slide .product-tile .flag {
        display: none; } }
  .product-rec-container .slick-slide .product-tile .flag {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    min-width: 170px;
    font-size: .625rem;
    width: 170px;
    position: absolute;
    top: -21px;
    right: 201px; }
    @media screen and (min-width: 1071px) {
      .product-rec-container .slick-slide .product-tile .flag {
        top: -30px;
        left: -79px; } }
    @media screen and (min-width: 1025px) and (max-width: 1070px) {
      .product-rec-container .slick-slide .product-tile .flag {
        top: -33px;
        right: 55px; } }
    @media (max-width: 64rem) {
      .product-rec-container .slick-slide .product-tile .flag {
        display: none; } }
    @media (max-width: 57.4375rem) {
      .product-rec-container .slick-slide .product-tile .flag {
        display: none; } }
    @media (max-width: 47.9375rem) {
      .product-rec-container .slick-slide .product-tile .flag {
        display: none; } }
  .product-rec-container .product-tile__name {
    font-size: 1rem; }
  .product-rec-container .product-tile__image.product-tile__image--primary {
    height: auto;
    padding: 18px 14px 0; }
    @media (max-width: 47.9375rem) {
      .product-rec-container .product-tile__image.product-tile__image--primary {
        padding: 0; } }
  .product-rec-container.featured-accr-container {
    margin-bottom: 0 !important; }
    .product-rec-container.featured-accr-container .product-tile .flag {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      width: 170px;
      position: absolute;
      top: -21px;
      right: 201px; }
      @media screen and (min-width: 1071px) {
        .product-rec-container.featured-accr-container .product-tile .flag {
          top: -30px;
          left: -79px; } }
      @media (max-width: 64rem) {
        .product-rec-container.featured-accr-container .product-tile .flag {
          display: none; } }
      @media (max-width: 57.4375rem) {
        .product-rec-container.featured-accr-container .product-tile .flag {
          display: none; } }
      @media (max-width: 47.9375rem) {
        .product-rec-container.featured-accr-container .product-tile .flag {
          display: none; } }
    .product-rec-container.featured-accr-container .slick-slide .product-tile .flag {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      min-width: 170px;
      font-size: .625rem;
      width: 170px;
      position: absolute;
      top: -21px;
      right: 201px; }
      @media screen and (min-width: 1071px) {
        .product-rec-container.featured-accr-container .slick-slide .product-tile .flag {
          top: -30px;
          left: -79px; } }
      @media screen and (min-width: 1025px) and (max-width: 1070px) {
        .product-rec-container.featured-accr-container .slick-slide .product-tile .flag {
          top: -33px;
          right: 55px; } }
      @media (max-width: 64rem) {
        .product-rec-container.featured-accr-container .slick-slide .product-tile .flag {
          display: none; } }
      @media (max-width: 57.4375rem) {
        .product-rec-container.featured-accr-container .slick-slide .product-tile .flag {
          display: none; } }
      @media (max-width: 47.9375rem) {
        .product-rec-container.featured-accr-container .slick-slide .product-tile .flag {
          display: none; } }
  .product-rec-container.product-rel-container {
    margin-bottom: 0 !important; }
    .product-rec-container.product-rel-container .product-tile {
      border-bottom: 0; }
      @media (max-width: 47.9375rem) {
        .product-rec-container.product-rel-container .product-tile {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      .product-rec-container.product-rel-container .product-tile .flag__mobile {
        margin-bottom: 2rem;
        display: none; }
        .product-rec-container.product-rel-container .product-tile .flag__mobile.no--badge {
          margin-bottom: 0; }
      .product-rec-container.product-rel-container .product-tile .flag {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        width: 170px;
        position: absolute;
        top: -21px;
        right: 201px; }
        @media screen and (min-width: 1071px) {
          .product-rec-container.product-rel-container .product-tile .flag {
            top: -30px;
            left: -79px; } }
        @media (max-width: 64rem) {
          .product-rec-container.product-rel-container .product-tile .flag {
            display: none; } }
        @media (max-width: 57.4375rem) {
          .product-rec-container.product-rel-container .product-tile .flag {
            display: none; } }
        @media (max-width: 47.9375rem) {
          .product-rec-container.product-rel-container .product-tile .flag {
            display: none; } }
    @media (max-width: 47.9375rem) {
      .product-rec-container.product-rel-container .image-ratio {
        min-width: 40%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 10px; } }
    .product-rec-container.product-rel-container .slick-slide .product-tile .flag {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      min-width: 170px;
      font-size: .625rem;
      width: 170px;
      position: absolute;
      top: -21px;
      right: 201px; }
      @media screen and (min-width: 1071px) {
        .product-rec-container.product-rel-container .slick-slide .product-tile .flag {
          top: -30px;
          left: -79px; } }
      @media screen and (min-width: 1025px) and (max-width: 1070px) {
        .product-rec-container.product-rel-container .slick-slide .product-tile .flag {
          top: -33px;
          right: 55px; } }
      @media (max-width: 64rem) {
        .product-rec-container.product-rel-container .slick-slide .product-tile .flag {
          display: none; } }
      @media (max-width: 57.4375rem) {
        .product-rec-container.product-rel-container .slick-slide .product-tile .flag {
          display: none; } }
      @media (max-width: 47.9375rem) {
        .product-rec-container.product-rel-container .slick-slide .product-tile .flag {
          display: none; } }
  .product-rec-container.sfcc-homepage .product-list__carousel .product-grid__item {
    margin: 0 auto; }
    @media screen and (max-width: 766px) {
      .product-rec-container.sfcc-homepage .product-list__carousel .product-grid__item {
        max-width: calc(100% - 85px); } }
  .product-rec-container.sfcc-homepage .slick-prev {
    left: 0 !important; }
  .product-rec-container.sfcc-homepage .slick-next {
    right: 0 !important; }

.workwith-this-product .slick-slide,
.compatible-beverage-faucets-product .slick-slide,
.pdp__recommendations .slick-slide {
  padding: 0 20px; }
  @media (min-width: 48rem) {
    .workwith-this-product .slick-slide,
    .compatible-beverage-faucets-product .slick-slide,
    .pdp__recommendations .slick-slide {
      padding: 0 15px; } }

@media (max-width: 64rem) {
  .workwith-this-product .product-grid__item .price__original,
  .workwith-this-product .product-grid__item .price__sales,
  .compatible-beverage-faucets-product .product-grid__item .price__original,
  .compatible-beverage-faucets-product .product-grid__item .price__sales,
  .pdp__recommendations .product-grid__item .price__original,
  .pdp__recommendations .product-grid__item .price__sales {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: .75rem; }
  .workwith-this-product .product-grid__item .price--title,
  .compatible-beverage-faucets-product .product-grid__item .price--title,
  .pdp__recommendations .product-grid__item .price--title {
    display: block;
    font-size: .75rem;
    letter-spacing: 0;
    line-height: .875rem; } }

.partlist {
  margin-top: 3em; }
  .partlist .partlist-grid .product-tile .flag {
    display: block; }
    @media (max-width: 47.9375rem) {
      .partlist .partlist-grid .product-tile .flag {
        display: none; } }
  .partlist .partlist-grid .product-tile .flag__mobile .flag {
    display: none;
    left: 12vw; }
    @media (max-width: 47.9375rem) {
      .partlist .partlist-grid .product-tile .flag__mobile .flag {
        display: block; } }

.product-list__carousel .product-tile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 48rem) {
    .product-list__carousel .product-tile {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media (max-width: 47.9375rem) {
    .product-list__carousel .product-tile {
      border: 0; } }
  @media (max-width: 47.9375rem) {
    .product-list__carousel .product-tile .product-tile__image {
      margin: 0 auto; } }

.product-rec-container__title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  max-width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: .5rem; }
  @media (max-width: 64rem) {
    .product-rec-container__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 0; }
      .product-rec-container__title .cta-link {
        display: inline-block; }
      .product-rec-container__title h3 {
        font-size: 1.5625rem;
        letter-spacing: .5px; } }
  @media (max-width: 47.9375rem) {
    .product-rec-container__title {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .product-rec-container__title .cta-link {
        display: none; } }
  @media (min-width: 48rem) {
    .product-rec-container__title {
      max-width: 85.25rem; } }

.relatedProductLink-mob {
  display: none; }
  .relatedProductLink-mob .cta-link {
    display: none; }
  @media (max-width: 47.9375rem) {
    .relatedProductLink-mob {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 1rem 0 0; }
      .relatedProductLink-mob .cta-link {
        display: inline-block; } }

.tooltip {
  height: auto;
  max-width: 375px;
  width: auto; }

.product-gallery {
  margin-bottom: 1.812rem; }
  @media (min-width: 48rem) {
    .product-gallery {
      margin-bottom: 1.812rem; } }

.pdp-tab {
  padding: 0 6rem; }
  @media (max-width: 64rem) {
    .pdp-tab {
      padding: 0; } }
  .pdp-tab .pdp-fealist, .pdp-tab .pdp-fea-img-wrapper {
    padding: 1.25rem; }
    @media (max-width: 64rem) {
      .pdp-tab .pdp-fealist, .pdp-tab .pdp-fea-img-wrapper {
        padding: 0 0.75rem; } }
    @media (max-width: 47.9375rem) {
      .pdp-tab .pdp-fealist, .pdp-tab .pdp-fea-img-wrapper {
        margin-top: 2rem; } }

.set--overlay .pdp-tab .tabs__link {
  z-index: 1; }

.pdp-fea-img-wrapper .pdp-fea-img-block {
  margin-bottom: 0%; }
  @media (max-width: 47.9375rem) {
    .pdp-fea-img-wrapper .pdp-fea-img-block:last-of-type {
      margin-bottom: 0; } }
  .pdp-fea-img-wrapper .pdp-fea-img-block.no-margin {
    margin: 0; }
    @media (max-width: 47.9375rem) {
      .pdp-fea-img-wrapper .pdp-fea-img-block.no-margin {
        margin-bottom: 2.125rem; }
        .pdp-fea-img-wrapper .pdp-fea-img-block.no-margin:last-of-type {
          margin-bottom: 0; } }

.pdp-fea-img-block .pdp-fea-img-list .pdp-fea-img {
  margin-right: 0.562rem;
  width: 1.875rem; }
  .pdp-fea-img-block .pdp-fea-img-list .pdp-fea-img .watersense_logo {
    width: 100%; }

@media (max-width: 47.9375rem) {
  .pdp-update-section .display--small-only {
    width: 100%;
    margin: auto; } }

@media (max-width: 47.9375rem) {
  .product-common__rating {
    margin-bottom: 1.5rem; } }

.partlist-grid .product-grid__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  z-index: 0; }
  @media (min-width: 48rem) {
    .partlist-grid .product-grid__item {
      max-width: 25%; } }
  @media (max-width: 47.9375rem) {
    .partlist-grid .product-grid__item {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }

@media (max-width: 47.9375rem) {
  .partlist-grid .product-tile__body {
    width: 75%; } }

.pager__link.part-list-pageno {
  background: #d7d7d9; }

@media (max-width: 47.9375rem) {
  .product-common__rating {
    margin-bottom: 1rem; } }

.pdp-install-info .bundle-product-name {
  display: inline-block;
  margin: 20px 0 15px;
  font-family: 'Trade_Gothic_LT_Bold_2', Helvetica, Arial, sans-serif; }

.pdp-install-info-desc .pdp-install-block {
  margin-bottom: 0.625rem;
  width: 100%; }
  @media (max-width: 47.9375rem) {
    .pdp-install-info-desc .pdp-install-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 1rem; } }
  .pdp-install-info-desc .pdp-install-block .pdp-install-block-title {
    width: 50%; }
    @media (min-width: 30.0625rem) {
      .pdp-install-info-desc .pdp-install-block .pdp-install-block-title {
        width: 42%; } }
    @media (min-width: 48rem) {
      .pdp-install-info-desc .pdp-install-block .pdp-install-block-title {
        width: 48%; } }
    @media (min-width: 57.5rem) {
      .pdp-install-info-desc .pdp-install-block .pdp-install-block-title {
        width: 45%; } }
    @media (min-width: 64.0625rem) {
      .pdp-install-info-desc .pdp-install-block .pdp-install-block-title {
        width: 42%; } }
    @media (min-width: 77.5625rem) {
      .pdp-install-info-desc .pdp-install-block .pdp-install-block-title {
        width: 35%; } }
    @media (min-width: 90.0625rem) {
      .pdp-install-info-desc .pdp-install-block .pdp-install-block-title {
        width: 32%; } }
  .pdp-install-info-desc .pdp-install-block .pdp-install-block-desc {
    width: 50%; }
    @media (min-width: 57.5rem) {
      .pdp-install-info-desc .pdp-install-block .pdp-install-block-desc {
        width: 52%; } }
    @media (min-width: 64.0625rem) {
      .pdp-install-info-desc .pdp-install-block .pdp-install-block-desc {
        width: 56%; } }
    @media (min-width: 77.5625rem) {
      .pdp-install-info-desc .pdp-install-block .pdp-install-block-desc {
        width: 63%; } }
    @media (min-width: 90.0625rem) {
      .pdp-install-info-desc .pdp-install-block .pdp-install-block-desc {
        width: 67%; } }

@media (max-width: 77.5rem) {
  .pdp-where-to-buy-top-section .pdp-where-to-buy--body {
    -ms-flex-negative: inherit;
        flex-shrink: inherit; }
    .pdp-where-to-buy-top-section .pdp-where-to-buy--body .pdp__name {
      font-size: 2rem; } }

@media (max-width: 77.5rem) {
  .pdp-where-to-buy-top-section .pdp-top__section {
    padding: 0 2.5rem 3.125rem 1.875rem; } }

video.pdp-carousel-video {
  width: 100%;
  margin: 0 auto;
  cursor: pointer; }
  @media screen and (max-width: 919px) {
    video.pdp-carousel-video {
      max-width: 99%; } }

.product-gallery.slick-slider.slider--dots-inner .slick-dots {
  bottom: auto !important; }

.pdp-where-to-buy-top-section .pdp-carousel-video {
  display: none; }

.pdp-where-to-buy-top-section [data-bv-show=rating_summary] .bv_main_container div.bv_main_container_row_flex {
  display: none !important; }

.where-to-search {
  position: relative; }
  .where-to-search:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #ac0535;
    content: "";
    display: block;
    position: absolute;
    right: -0.625rem;
    top: 0;
    bottom: 0;
    margin: auto; }

@media (min-width: 48rem) {
  .modal--quickview .product-gallery.slick-slider .flag {
    -webkit-transform: translate(-82px, -26px) rotate(-44deg);
            transform: translate(-82px, -26px) rotate(-44deg); } }

@media (max-width: 47.9375rem) {
  .modal--quickview .product-gallery.slick-slider .flag {
    -webkit-transform: translate(-168px, 50px) rotate(-45deg);
            transform: translate(-168px, 50px) rotate(-45deg);
    min-width: 212px; } }

.pdp-handle-accent-big-image {
  position: relative;
  overflow: hidden; }
  @media (max-width: 47.9375rem) {
    .pdp-handle-accent-big-image .slider_flag {
      left: 130px;
      top: -24px;
      -webkit-transform: translate(-168px, 50px) rotate(-45deg);
              transform: translate(-168px, 50px) rotate(-45deg); } }
  @media (min-width: 48rem) {
    .pdp-handle-accent-big-image .slider_flag {
      position: absolute;
      top: 12px; } }
  @media (max-width: 47.9375rem) {
    .pdp-handle-accent-big-image .slider_flag .flag {
      min-width: 180px; } }

.no-line {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  opacity: 0 !important;
  display: block !important;
  top: 0;
  z-index: 1; }

#partlist-products {
  scroll-margin-top: 101px; }

#removeItem,
#addItem,
#removeItemDirect,
#addItemDirect,
.recertified-quantity {
  width: 3.3rem;
  max-width: 3.3rem;
  height: 3.3rem;
  border: 2px solid #d7d7d9 !important;
  background-color: #ffffff;
  text-align: center;
  font-weight: bold !important;
  color: #18191d; }

#addItem,
#addItemDirect,
.recertified-quantity {
  margin-left: -2px; }

#removeItem,
#addItem,
#removeItemDirect,
#addItemDirect {
  font-size: 1.125rem; }

.qty-recertified {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0; }

.pdp-quantity-block .add-to-cart-btn {
  margin: 0;
  max-width: 75%;
  padding: 0 10px; }
  @media screen and (min-width: 920px) and (max-width: 1284px) {
    .pdp-quantity-block .add-to-cart-btn {
      width: 70%; } }
  @media screen and (min-width: 456px) and (max-width: 539px) {
    .pdp-quantity-block .add-to-cart-btn {
      width: 70%; } }
  @media screen and (max-width: 455px) {
    .pdp-quantity-block .add-to-cart-btn {
      width: 55%; } }
  .pdp-quantity-block .add-to-cart-btn .add-to-cart {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 3.3rem;
    font-size: .9rem;
    margin-bottom: 15px;
    padding: 0;
    width: 100%; }
  .pdp-quantity-block .add-to-cart-btn .where-to-buy {
    margin-bottom: 0; }

.cta-desktop .pdp-ctalinks-block,
.cta-desktop .wishlist-link,
.cta-desktop .pdp-configure-your-steam,
.cta-desktop .localinstaller_wapper {
  margin: 0 5px; }

.cta-desktop .configureSteamLink {
  color: #ac0535;
  text-transform: uppercase;
  text-decoration: underline; }

@media screen and (max-width: 919px) {
  .cta-desktop {
    display: none; } }

@media screen and (max-width: 1589px) {
  .cta-desktop a,
  .cta-desktop .cta-link--sm {
    font-size: 12px !important; }
  .cta-desktop .findLocalInstallerLink {
    background-size: 12px; } }

.cta-mobile {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px; }
  .cta-mobile .pdp-ctalinks-block,
  .cta-mobile .wishlist-link,
  .cta-mobile .localinstaller_wapper {
    margin: 0 5px; }
  .cta-mobile.localinstaller_wapper {
    margin-top: 0 !important; }
  .cta-mobile.pdp-configure-your-steam-block {
    margin-top: -1px;
    line-height: 0; }
    @media screen and (max-width: 375px) {
      .cta-mobile.pdp-configure-your-steam-block {
        margin-top: -2px; } }
    @media screen and (max-width: 375px) {
      .cta-mobile.pdp-configure-your-steam-block .pdp-configure-your-steam {
        font-size: 12px; } }
  .cta-mobile .configureSteamLink {
    color: #ac0535;
    text-transform: uppercase;
    text-decoration: underline; }
  @media screen and (min-width: 920px) {
    .cta-mobile {
      display: none; } }

@media screen and (max-width: 767px) {
  .pdp-qty-recertified {
    margin: 0;
    padding: 0 5px; } }

@media screen and (min-width: 768px) and (max-width: 919px) {
  .pdp-qty-recertified {
    padding: 0 0 0 12px; } }

.pdp-qty-recertified .where-to-buy {
  background-color: #c5c5c7;
  border: 1px solid #77777a;
  color: #18191d;
  font-size: .9rem;
  height: 3.3rem;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%; }
  .pdp-qty-recertified .where-to-buy:hover {
    background-color: #66666a; }

.pdp-qty-recertified .add-to-cart-btn {
  margin-bottom: 15px;
  padding: 0 15px 0 10px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .pdp-qty-recertified .add-to-cart-btn {
      max-width: 100%;
      padding: 0 0 0 10px;
      width: 100%; } }
  @media screen and (min-width: 768px) and (max-width: 919px) {
    .pdp-qty-recertified .add-to-cart-btn {
      padding: 0 10px 0; } }
  .pdp-qty-recertified .add-to-cart-btn .where-to-buy {
    background-color: #d7d7d9;
    border: 1px solid #77777a;
    font-size: 1rem;
    margin-top: 0; }
    .pdp-qty-recertified .add-to-cart-btn .where-to-buy:hover {
      background-color: #66666a; }
    .pdp-qty-recertified .add-to-cart-btn .where-to-buy.button--primary:hover:not([disabled]):not(.disabled):hover {
      background-color: #66666a; }

.pdp-qty-recertified .qty-recertified.hidden + .add-to-cart-btn {
  padding-left: 0; }

.buy-direct-info {
  padding-left: 4px; }
  .buy-direct-info .content-asset {
    font-size: 14.22px;
    margin-bottom: 30px; }
    .buy-direct-info .content-asset p {
      margin-bottom: 15px;
      margin-left: -3px; }

.pdp-bundled-product-details {
  font-family: "Trade_Gothic_LT_Roman";
  font-size: .9rem;
  margin: 2rem 0;
  color: #18191d; }
  .pdp-bundled-product-details ul {
    padding-left: 20px; }
  .pdp-bundled-product-details li {
    margin: 0.5rem 0; }
  .pdp-bundled-product-details a {
    text-decoration: underline;
    color: #18191d;
    font-size: .9rem; }
    .pdp-bundled-product-details a:hover {
      text-decoration: underline; }

.flex-for-non-purchase {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end; }
  .flex-for-non-purchase .price--title {
    font-size: 24px; }
  .flex-for-non-purchase .sale-value {
    padding-left: 10px; }

.buy-direct {
  color: #18191d; }
  .buy-direct sup {
    top: -0.75rem;
    font-size: 45%; }

.tooltip-button-buyDirect {
  color: #18191d; }
  .tooltip-button-buyDirect svg {
    position: relative;
    top: 3px; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.non-purchase {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end; }
  .non-purchase .price--title {
    font-size: 24px; }
  .non-purchase .price--value {
    padding-left: 10px; }

.desktop-pdp-prod-info-hdr .collection-name-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px; }

.color-option-btn-wrapper {
  padding: 26px 0 !important; }

.pdp-prod-title .pdp-prod-name {
  font-family: "Trade_Gothic_LT_Roman";
  letter-spacing: -2px;
  font-size: 32px !important; }

.product-list__carousel .product-grid__item {
  position: relative; }
  .product-list__carousel .product-grid__item .direct-buy-container {
    right: 4px; }
    @media screen and (max-width: 1024px) {
      .product-list__carousel .product-grid__item .direct-buy-container {
        right: 0; } }
    @media screen and (max-width: 768px) {
      .product-list__carousel .product-grid__item .direct-buy-container {
        right: 0;
        top: 2rem; } }

.product-rec-container .slick-track .slick-current + .slick-active + .slick-active + .slick-active .direct-buy-container .tooltip_plp,
.product-rec-container .slick-track .slick-active + .slick-active + .slick-active + .slick-current .direct-buy-container .tooltip_plp,
.product-rec-container .slick-track .slick-active + .slick-active + .slick-current + .slick-active .direct-buy-container .tooltip_plp,
.product-rec-container .slick-track .slick-active + .slick-current + .slick-active + .slick-active .direct-buy-container .tooltip_plp {
  left: 0; }

@media screen and (max-width: 1318px) {
  .product-rec-container .slick-track .slick-active ~ .slick-active:nth-last-child(2n) .direct-buy-container .tooltip_plp {
    right: -65%;
    left: unset; } }

@media screen and (max-width: 919px) {
  .product-rec-container .slick-track .slick-active ~ .slick-active:nth-last-child(2n) .direct-buy-container .tooltip_plp {
    right: 0; } }

.buydirect-list-price .range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .buydirect-list-price .range .buy-direct-title {
    color: #434447 !important;
    display: inline-block;
    margin-top: 8px;
    width: 100%; }
  .buydirect-list-price .range .buy-direct-item {
    color: #434447;
    font-size: 1.4rem; }

@media (max-width: 47.9375rem) {
  .notify-me-modal {
    padding: 0 18px 20px; } }

.notify-me-modal .window-modal__content {
  max-width: 590px; }
  @media (max-width: 47.9375rem) {
    .notify-me-modal .window-modal__content {
      margin-top: 0;
      top: 130px; } }

.notify-me-modal .notify-me-content {
  padding: 27px 38px; }
  @media (max-width: 47.9375rem) {
    .notify-me-modal .notify-me-content {
      padding: 15px 12px 15px 0; } }
  @media (max-width: 47.9375rem) {
    .notify-me-modal .notify-me-content.success {
      padding: 15px 12px 15px 18px; } }
  .notify-me-modal .notify-me-content h4,
  .notify-me-modal .notify-me-content .title {
    color: #18191d;
    font-size: 1.688rem;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    margin: 0 0 14px;
    padding: 0;
    text-transform: none; }
    @media (max-width: 47.9375rem) {
      .notify-me-modal .notify-me-content h4,
      .notify-me-modal .notify-me-content .title {
        margin: 0 0 10px; } }
  .notify-me-modal .notify-me-content p {
    color: #575757;
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 30px;
    padding: 0; }
  .notify-me-modal .notify-me-content.success h4,
  .notify-me-modal .notify-me-content.success .title {
    margin: 0 0 16px; }
  .notify-me-modal .notify-me-content.success p {
    color: #18191d;
    margin: 0 0 10px;
    padding: 0; }
  .notify-me-modal .notify-me-content.success a {
    color: #ac0535;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: underline; }
    .notify-me-modal .notify-me-content.success a:hover {
      text-decoration: none; }
    .notify-me-modal .notify-me-content.success a::after {
      border-style: solid;
      border-width: 4px 0 4px 6px;
      border-color: transparent transparent transparent #ac0535;
      content: "";
      display: inline-block;
      margin-left: 2px; }
  .notify-me-modal .notify-me-content .alert {
    padding: 0 0 15px 0; }
  .notify-me-modal .notify-me-content .form-group {
    padding-left: 15px; }
    @media (max-width: 47.9375rem) {
      .notify-me-modal .notify-me-content .form-group {
        padding-left: 0; } }
    .notify-me-modal .notify-me-content .form-group .form-control-label {
      color: #18191d;
      font-size: 1rem;
      font-weight: 400;
      margin: 0 0 7px;
      padding: 0; }
      .notify-me-modal .notify-me-content .form-group .form-control-label::after {
        color: #18191d; }
    .notify-me-modal .notify-me-content .form-group input[type="text"],
    .notify-me-modal .notify-me-content .form-group input[type="email"] {
      border-color: #18191d;
      max-width: 397px; }
      @media (max-width: 47.9375rem) {
        .notify-me-modal .notify-me-content .form-group input[type="text"],
        .notify-me-modal .notify-me-content .form-group input[type="email"] {
          height: 49px;
          max-width: 304px; } }
  .notify-me-modal .notify-me-content .form-check {
    padding-left: 15px;
    margin: 0 0 22px; }
    @media (max-width: 47.9375rem) {
      .notify-me-modal .notify-me-content .form-check {
        padding-left: 0; } }
    .notify-me-modal .notify-me-content .form-check .form-check-label {
      font-size: 1rem; }
    .notify-me-modal .notify-me-content .form-check + p {
      padding-left: 15px; }
      @media (max-width: 47.9375rem) {
        .notify-me-modal .notify-me-content .form-check + p {
          padding-left: 0; } }
  .notify-me-modal .notify-me-content .form-actions {
    padding-left: 20px; }
    @media (max-width: 47.9375rem) {
      .notify-me-modal .notify-me-content .form-actions {
        padding-left: 0; } }
    .notify-me-modal .notify-me-content .form-actions .button {
      background-color: #18191d;
      color: #ffffff; }
      .notify-me-modal .notify-me-content .form-actions .button:hover {
        background-color: #ac0535; }

.this-bundle-includes .product-bundle-container,
.bundles-featuring-this-product .product-bundle-container {
  display: block;
  background-color: #f5f5f7;
  padding: 3.75rem 6.25rem 3.25rem;
  margin: 3rem 0 0; }
  @media (max-width: 64rem) {
    .this-bundle-includes .product-bundle-container,
    .bundles-featuring-this-product .product-bundle-container {
      padding: 3.75rem 2rem 3.25rem 1.5rem; } }
  @media (max-width: 47.9375rem) {
    .this-bundle-includes .product-bundle-container,
    .bundles-featuring-this-product .product-bundle-container {
      padding: 0 0 4rem; } }

.this-bundle-includes .product-rec-container__title,
.bundles-featuring-this-product .product-rec-container__title {
  margin-left: 0.5rem; }
  @media (max-width: 47.9375rem) {
    .this-bundle-includes .product-rec-container__title,
    .bundles-featuring-this-product .product-rec-container__title {
      padding-top: 2rem;
      text-align: center; } }

.this-bundle-includes .product-tile,
.bundles-featuring-this-product .product-tile {
  border-bottom: 0 !important;
  margin-bottom: 0px !important; }
  @media (max-width: 47.9375rem) {
    .this-bundle-includes .product-tile,
    .bundles-featuring-this-product .product-tile {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media screen and (max-width: 767px) {
    .this-bundle-includes .product-tile .image-ratio,
    .bundles-featuring-this-product .product-tile .image-ratio {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-right: 10px; } }

@media screen and (max-width: 1024px) {
  .this-bundle-includes .flag_position,
  .bundles-featuring-this-product .flag_position {
    position: unset; } }

@media screen and (max-width: 1024px) {
  .this-bundle-includes .product-tile .flag,
  .bundles-featuring-this-product .product-tile .flag {
    display: none; } }

@media screen and (max-width: 1024px) {
  .this-bundle-includes .product-tile__body .flag__mobile--show .flag,
  .bundles-featuring-this-product .product-tile__body .flag__mobile--show .flag {
    position: unset;
    display: block; } }

.this-bundle-includes .bundled-list,
.bundles-featuring-this-product .bundled-list {
  border-top: 0; }

.this-bundle-includes .module-container,
.bundles-featuring-this-product .module-container {
  padding: 0 0 0 1rem; }
  @media (max-width: 47.9375rem) {
    .this-bundle-includes .module-container,
    .bundles-featuring-this-product .module-container {
      padding: 0; } }

.this-bundle-includes .slick-track,
.bundles-featuring-this-product .slick-track {
  margin: 0; }

.this-bundle-includes .slick-slide,
.bundles-featuring-this-product .slick-slide {
  background-color: #fff;
  padding: 15px 15px 0px 15px;
  margin-left: 20px;
  height: inherit !important;
  position: relative; }
  @media (max-width: 47.9375rem) {
    .this-bundle-includes .slick-slide,
    .bundles-featuring-this-product .slick-slide {
      padding: 15px 15px 0px 15px;
      margin: 0px 10px; } }
  .this-bundle-includes .slick-slide .direct-buy-container,
  .bundles-featuring-this-product .slick-slide .direct-buy-container {
    top: 3rem;
    right: 10px; }

.this-bundle-includes .product-grid:not(.slick-initialized) .product-grid__item:not(.slick-slide),
.bundles-featuring-this-product .product-grid:not(.slick-initialized) .product-grid__item:not(.slick-slide) {
  background-color: #fff;
  padding: 15px 15px 0px 15px;
  margin-left: 20px;
  max-width: 275px;
  height: inherit !important; }
  @media (max-width: 47.9375rem) {
    .this-bundle-includes .product-grid:not(.slick-initialized) .product-grid__item:not(.slick-slide),
    .bundles-featuring-this-product .product-grid:not(.slick-initialized) .product-grid__item:not(.slick-slide) {
      padding: 15px 15px 0px 15px;
      margin: 0px 10px;
      max-width: 100%; } }

.this-bundle-includes .product-tile--default .product-tile__body,
.bundles-featuring-this-product .product-tile--default .product-tile__body {
  width: 100%; }

.this-bundle-includes .product-tile:hover .product-tile__quickview,
.this-bundle-includes .product-tile__quickview:focus,
.bundles-featuring-this-product .product-tile:hover .product-tile__quickview,
.bundles-featuring-this-product .product-tile__quickview:focus {
  opacity: 0; }

@media (max-width: 47.9375rem) {
  .this-bundle-includes .product-grid__item .product-tile__image,
  .bundles-featuring-this-product .product-grid__item .product-tile__image {
    max-width: 100%; } }

.this-bundle-includes .slick-track,
.bundles-featuring-this-product .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.this-bundle-includes .slick-arrow.slick-prev,
.bundles-featuring-this-product .slick-arrow.slick-prev {
  left: -5px;
  top: 50%; }
  @media screen and (max-width: 1024px) {
    .this-bundle-includes .slick-arrow.slick-prev,
    .bundles-featuring-this-product .slick-arrow.slick-prev {
      left: 0;
      margin-top: -10px; } }
  @media screen and (max-width: 767px) {
    .this-bundle-includes .slick-arrow.slick-prev,
    .bundles-featuring-this-product .slick-arrow.slick-prev {
      left: 0;
      top: 50%;
      margin: -10px 0 0 -10px; } }

.this-bundle-includes .slick-arrow.slick-next,
.bundles-featuring-this-product .slick-arrow.slick-next {
  right: -25px;
  top: 50%; }
  @media screen and (max-width: 1024px) {
    .this-bundle-includes .slick-arrow.slick-next,
    .bundles-featuring-this-product .slick-arrow.slick-next {
      right: -20px;
      margin-top: -10px; } }
  @media screen and (max-width: 767px) {
    .this-bundle-includes .slick-arrow.slick-next,
    .bundles-featuring-this-product .slick-arrow.slick-next {
      right: 0;
      top: 50%;
      margin: -10px -10px 0 0; } }

.this-bundle-includes .product-list-bundle-includes .slick-slide.slick-cloned,
.bundles-featuring-this-product .product-list-bundle-includes .slick-slide.slick-cloned {
  margin-left: 20px; }

.this-bundle-includes .product-list-bundle-includes .product-grid__item,
.bundles-featuring-this-product .product-list-bundle-includes .product-grid__item {
  margin-left: 0; }

.this-bundle-includes .product-tile__body-section.ratings a,
.bundles-featuring-this-product .product-tile__body-section.ratings a {
  pointer-events: none; }

@media (min-width: 48rem) {
  .sfcc-homepage.product-rec-container .slick-prev {
    left: -3rem !important; } }

@media (min-width: 48rem) {
  .sfcc-homepage.product-rec-container .slick-next {
    right: -3rem !important; } }

@media (min-width: 48rem) {
  .workwith-this-product .wrapper__block .slick-arrow,
  .compatible-beverage-faucets-product .wrapper__block .slick-arrow,
  .pdp__recommendations .wrapper__block .slick-arrow {
    margin: -10px -20px; } }

.workwith-this-product .product-rec-container__title h3,
.compatible-beverage-faucets-product .product-rec-container__title h3 {
  font-family: 'Trade_Gothic_LT_Bold', Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 41px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #18191D; }
  @media (max-width: 47.9375rem) {
    .workwith-this-product .product-rec-container__title h3,
    .compatible-beverage-faucets-product .product-rec-container__title h3 {
      font-size: 25px;
      text-align: center;
      line-height: 28px; } }

@media (max-width: 47.9375rem) {
  .workwith-this-product .product-rec-container__title .product-rec-container:last-child,
  .compatible-beverage-faucets-product .product-rec-container__title .product-rec-container:last-child {
    margin-bottom: 0; } }

/*bv static css*/
.product-common__rating {
  height: 35px; }

.staticBvsection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .staticBvsection .reviewCountFetchWrapper, .staticBvsection button {
    margin-right: 16px; }
  .staticBvsection button {
    font-size: 14px;
    text-decoration: underline; }
    .staticBvsection button:hover, .staticBvsection button:focus {
      opacity: 13.22px; }

#bvseo-aggregateRatingSection {
  background-color: yellowgreen;
  display: none; }

:root {
  --star-size: 24px;
  --star-color: #ccc;
  --star-background: #AF3A36;
  --rating: 0; }

.Stars {
  --percent: calc(0 / 5 * 100%);
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 24px;
  font-size: var(--star-size);
  line-height: 1;
  margin-right: 16px; }
  .Stars::before {
    content: '★★★★★';
    letter-spacing: 0;
    background: -webkit-gradient(linear, left top, right top, from(#AF3A36), to(#ccc));
    background: -webkit-gradient(linear, left top, right top, from(var(--star-background)), to(var(--star-color)));
    background: linear-gradient(90deg, #AF3A36 calc(0 / 5 * 100%), #ccc calc(0 / 5 * 100%));
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.pdp-where-to-buy-top-section .pdp-rating {
  padding-bottom: 7px; }

.pdp-where-to-buy-top-section .staticBvsection {
  display: none; }

.tab-container .pdp-fea-img-block .pdp-fea-img-list img {
  top: 0; }

@media (max-width: 47.9375rem) {
  .staticBvsection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .ratings-header {
    width: 100%;
    text-align: center; }
    .ratings-header .reviewCountFetchWrapper {
      font-size: 13px;
      top: -4px;
      position: relative; }
  .ratings-footer {
    display: inline-block;
    width: 100%;
    text-align: center; }
    .ratings-footer button {
      display: inline-block;
      margin: 0 auto; }
    .ratings-footer button:first-child {
      padding-right: 1em; }
    .ratings-footer .Stars::before {
      font-size: 24px; }
    .ratings-footer .staticBvsection {
      margin-bottom: 16px; }
  .product-common__rating {
    height: auto; } }

@media (min-width: 48rem) {
  .ratings-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14.22px; }
  .reviewCountFetchWrapper {
    border-bottom: 1px solid;
    top: -5px;
    position: relative;
    font-size: 13px; }
  .Stars::before {
    font-size: 21px; } }

.sfcc-faq-container__item {
  margin-bottom: 40px; }

.sfcc-faq-container__item-question {
  font-family: 'Trade_Gothic_LT_Roman';
  font-weight: 700;
  margin-bottom: 10px; }

.sfcc-faq-container__item-answer ul {
  padding-left: 40px;
  padding-top: 20px; }

.sfcc-faq-container__item-answer ul li {
  list-style: disc; }

h3.sfcc-pdp-title {
  color: #1f1f1f;
  font-size: 18px;
  font-family: "TradeGothic", "Helvetica", "Arial", "sans-serif";
  font-style: normal;
  font-weight: 700;
  font-variant: normal;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.8;
  letter-spacing: normal; }

@media print {
  .pdp-tab {
    overflow: hidden; }
    .pdp-tab .product-features, .pdp-tab .documents-and-specs, .pdp-tab .reviews-tab-content,
    .pdp-tab .feature-qa-content, .pdp-tab .partlist-tab-content {
      margin-left: 5%; } }

@media print and (max-width: 47.9375rem) {
  .product-rec-container .product-grid__item .product-tile {
    padding-top: .6875rem;
    padding-bottom: .75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media print and (max-width: 47.9375rem) {
  .this-bundle-includes .product-tile,
  .bundles-featuring-this-product .product-tile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .this-bundle-includes .product-tile .flag,
    .bundles-featuring-this-product .product-tile .flag {
      display: none; }
    .this-bundle-includes .product-tile .flag__mobile .flag,
    .bundles-featuring-this-product .product-tile .flag__mobile .flag {
      display: block; }
      .this-bundle-includes .product-tile .flag__mobile .flag.hidden,
      .bundles-featuring-this-product .product-tile .flag__mobile .flag.hidden {
        display: none; } }

/**
 * TABLE OF CONTENTS
 *
 * SETTINGS
 * Global..................Globally-available variables and config.
 *
 * TOOLS
 * Mixins..................Useful mixins.
 *
 * COMPONENTS
 * PDP Images..............Mobile gallery and desktop layout
 * Primary Information.....Critical information like name and price
 * Reviews Teaser..........Summarized review list on PDP.
 * PDP Variations..........Variation selector styles seen in the PDP
 * 
 * 
 * MODULES
 *
 */
/*------------------------------------*\
  #SETTINGS
\*------------------------------------*/
/**
 * Returns the value of the `$key` value of a provided `$map`.
 */
/**
 * Uses `getProperty()` to return a value from the `$colors` map.
 */
/**
 * Uses `getProperty()` to return a value from the `$breakpoints` map.
 */
/*------------------------------------*\
  #TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
  #COLORS
\*------------------------------------*/
/*------------------------------------*\
  #ELEMENT-DEFAULTS
\*------------------------------------*/
/*------------------------------------*\
  #HEADER-DEFAULTS
\*------------------------------------*/
/*------------------------------------*\
  #HORIZONTAL-SPACING
\*------------------------------------*/
/*------------------------------------*\
  #BREAKPOINTS
\*------------------------------------*/
/*------------------------------------*\
  #TRANSITIONS
\*------------------------------------*/
/*------------------------------------*\
  #TOOLS
\*------------------------------------*/
/**
 * Responsive Mixin
 * This mixin is designed for a _cleaner_ first approach
 * This means that css isn't overridden but rather replaced for
 * different viewport widths; making it easier to inspect/debug css
 *
 * Usage:
 * @include media-query(exclude-medium)    { ... }
 * @include media-query(medium-up-to-site) 	   { ... }
 * ... etc
 */
/**
 * [Adds styles to allow an element's height scale proportionatelly]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 */
/**
 * [Calculates the percentage aspect ratio (what % height is compared to the width)]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 * @return {[Number(%)]}
 */
/**
 * *****REMEMBER TO USE MARGIN OR PADDING AND NOT TOP/BOTTOM******
 * [Calculates the center of an element in relation to a provided width and height.
 * Useful to place an absolute element at the center of another when
 * the positioned element cannot be the target's child ]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 * @return {[Number(%)]}
 */
/**
 * [In the  awful case you can't use Flexbox to vertically align something]
 * @param  {[type]} $transform:       false         [Use transforms to align instead of the absolute trick]
 * @param  {[type]} $pos:             absolute      [position type]
 * @param  {[type]} $posAdj:          0             [position adjustment. If $transform is true, this value only affects the 'top' property.]
 * @param  {[type]} $alignHorizontal: false         [Includes horizontal alignment]
 */
/**
 * Generate Enumerated Class
 * Iterates from 0 to the specified length and generates classes that set the specified property
 * @param  {[String]} $classname:       required      [Required: Specify the class name]
 * @param  {[String]} $property:        $classname    [Optional: Specify the enumerated property (if it's different from the name of the class)]
 * @param  {[Number]} $length:          10            [Optional: Specify the end of the loop]
 * @param  {[String]} $units:           null          [Optional: specify units to append to the enumerated property]
 */
/**
 * [Strip the pesky units from values]
 * @param  {[Number]} $value
 */
/**
 * [Fluid Type]
 */
/*------------------------------------*\
  #EXTERNALS
\*------------------------------------*/
.store-locator__detect-location {
  margin-top: .5rem; }

.store-locator__result-check:checked + .store-locator__result-content {
  background-color: #E6E9ED; }

.store-locator__result-content {
  display: block;
  padding: 1.25rem 1rem; }
  .store-locator__result-content:hover {
    cursor: pointer;
    background-color: #F6F6F8; }

.store-locator__form {
  margin-bottom: 3rem; }

.store-locator__results {
  overflow: auto; }

.store-locator__result-item {
  position: relative;
  border-bottom: solid 0.0625rem #E6E9ED; }

.store-locator__no-results {
  margin: auto; }

.store-locator__actions {
  padding-top: 1rem;
  padding-bottom: 1rem; }

@media (min-width: 48rem) {
  .store-locator__results {
    max-height: 30rem; } }

@media (max-width: 47.9375rem) {
  .store-locator--modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: inherit; }
    .store-locator--modal .store-locator__form {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .store-locator--modal .store-locator__results {
      -ms-flex-negative: 1;
          flex-shrink: 1;
      max-height: none; }
    .store-locator--modal .store-locator__actions {
      margin-top: auto; }
  .store-locator__results {
    max-height: 22rem; } }

/*------------------------------------*\
  #COMPONENTS
\*------------------------------------*/
.product-gallery--pdp {
  width: 100%; }

.product-gallery__item {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.product-zoom__arrow {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.product-zoom__arrow--prev {
  left: 0; }

.product-zoom__arrow--next {
  right: 0; }

@media (min-width: 48rem) {
  .product-zoom__arrow {
    width: 5rem;
    font-size: 3rem; } }

.pdp {
  position: relative; }

.pdp-main__price {
  margin-bottom: 1.25rem; }

.pdp-main__social {
  margin-top: 1.875rem; }

.pdp-main__section--actions {
  position: relative; }

@media (min-width: 48rem) {
  .pdp {
    margin-top: 2.25rem;
    margin-bottom: 4rem; }
  .pdp-main__details {
    padding-left: 2.75rem; }
  .pdp-main__section:not(:last-child) {
    margin-bottom: 1.875rem;
    padding-bottom: 2rem;
    border-bottom: solid 0.0625rem #E6E9ED; }
  .pdp-main__number-rating {
    margin-top: 1.625rem; }
  .pdp-main__availability {
    margin-top: 2.25rem; }
  .pdp-main__promotions {
    margin-bottom: .875rem; } }

@media (max-width: 47.9375rem) {
  .pdp {
    margin-top: 1rem;
    margin-bottom: 3rem; }
  .pdp-main__section {
    margin-top: 1.25rem; }
  .pdp-main__section--actions {
    padding-top: 1.25rem;
    padding-bottom: 1.75rem;
    border-top: solid 0.0625rem #CCCCCC;
    border-bottom: solid 0.0625rem #CCCCCC; }
  .pdp-main__number-rating {
    margin-top: 1rem; }
  .pdp-main__availability {
    margin-top: 3rem; } }

@media (min-width: 48rem) {
  .pdp__details {
    margin-top: 2rem;
    margin-bottom: 3rem; }
  .pdp__details-item:not(:last-child) {
    margin-bottom: 1.5rem; } }

@media (max-width: 47.9375rem) {
  .pdp__details {
    margin-bottom: 2rem; }
  .pdp__details-item {
    border-bottom: solid 0.0625rem #CCCCCC; }
  .pdp__details-title {
    padding-top: .45em;
    padding-bottom: .45em;
    cursor: pointer; }
  .pdp__details-description {
    margin-top: .625rem;
    margin-bottom: 1.5rem; }
    .pdp__details-description:not(.toggle--active) {
      display: none; } }

.pdp__reviews {
  margin-bottom: 3rem; }

.set-item {
  position: relative; }

.pdp-bundle__item {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem; }

.pdp-bundle__main {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 0.0625rem solid #E6E9ED; }

.pdp-bundle__label {
  margin-bottom: 1.25rem; }

@media (min-width: 48rem) {
  .pdp-bundle__main {
    padding-bottom: 2rem; } }

/*------------------------------------*\
  #TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
  #COLORS
\*------------------------------------*/
/*------------------------------------*\
  #BREAKPOINTS
\*------------------------------------*/
.pdp--footerdesclaimer {
  background-color: #f5f5f7;
  padding: 16px 0;
  text-align: center;
  margin-top: 1rem; }

.pdp-btn-addcart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .pdp-btn-addcart .button--primary.form-submit {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 10px;
    height: 64px;
    max-width: 100%;
    width: 100%; }
    @media (max-width: 47.9375rem) {
      .pdp-btn-addcart .button--primary.form-submit {
        height: 48px;
        padding: 0 4.5rem; } }
    .pdp-btn-addcart .button--primary.form-submit.limit-add-button {
      color: #66666a;
      background-color: #d7d7d9;
      pointer-events: none; }
    .pdp-btn-addcart .button--primary.form-submit.hide {
      display: none; }
    .pdp-btn-addcart .button--primary.form-submit.where-to-buy {
      width: 100%; }
      .pdp-btn-addcart .button--primary.form-submit.where-to-buy:hover {
        background-color: #750010; }
  .pdp-btn-addcart .button--icon.button--icon-wishlist .product-tile__wishlist-add {
    display: block; }
  .pdp-btn-addcart .button--icon.button--icon-wishlist .product-tile__wishlist-remove {
    display: none; }
  .pdp-btn-addcart .button--icon.button--icon-wishlist.set--in-wishlist .product-tile__wishlist-add {
    display: none; }
  .pdp-btn-addcart .button--icon.button--icon-wishlist.set--in-wishlist .product-tile__wishlist-remove {
    display: block; }
  .pdp-btn-addcart .button--icon.button--icon-wishlist .icon {
    height: 25px; }
  .pdp-btn-addcart .button--icon.button--icon-wishlist .add, .pdp-btn-addcart .button--icon.button--icon-wishlist .remove {
    height: 25px; }
  .pdp-btn-addcart .button--icon.button--icon-wishlist .add {
    margin-top: 0.25rem;
    display: block; }
    @media (max-width: 47.9375rem) {
      .pdp-btn-addcart .button--icon.button--icon-wishlist .add {
        margin-top: 0; } }
  .pdp-btn-addcart .button--icon.button--icon-wishlist .remove {
    display: none; }
  .pdp-btn-addcart .button--icon.button--icon-wishlist.set--in-wishlist .add {
    display: none; }
  .pdp-btn-addcart .button--icon.button--icon-wishlist.set--in-wishlist .remove {
    display: block; }

.pdp-ctalinks__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pdp-ctalinks__links > a {
    font-weight: normal;
    margin: 0 20px; }

.tabs__link--local-tasks.toggle--active,
.tabs__link.toggle--active {
  color: #ffffff; }

.tabs__link--local-tasks.toggle--active::before,
.tabs__link.toggle--active::before {
  background: #18191d; }

.available-option {
  float: left;
  padding-left: 10px; }

@media (min-width: 48rem) {
  .pdp-prod-buttons .checkout--cart-btn a,
  .pdp-prod-buttons .checkout--cart-btn input[type=submit] {
    width: 100%; }
  .add-to-cart-btn {
    width: 100%;
    max-width: calc(100% - 72px);
    margin-right: 10px; }
    .add-to-cart-btn .button--primary {
      width: 100%; } }

@media (max-width: 47.9375rem) {
  .add-to-cart-btn {
    width: 100%; } }

.thirdpartycertified__content {
  width: 52%;
  margin: 3rem auto 3.5rem;
  text-align: center;
  font-family: 'Trade_Gothic_LT_Roman', Arial, Helvetica, sans-serif;
  font-size: 18px; }
  @media (max-width: 64rem) {
    .thirdpartycertified__content {
      width: 85%; } }
  @media (max-width: 47.9375rem) {
    .thirdpartycertified__content {
      width: 100%; } }
  .thirdpartycertified__content .certified--img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2rem; }
    .thirdpartycertified__content .certified--img .content-tile__media {
      width: 11%; }
      @media (max-width: 47.9375rem) {
        .thirdpartycertified__content .certified--img .content-tile__media {
          width: 20%; } }
  .thirdpartycertified__content .thirdpartycertified___copy h2 {
    font-size: 36px;
    margin-bottom: 1.4rem; }
    @media (max-width: 47.9375rem) {
      .thirdpartycertified__content .thirdpartycertified___copy h2 {
        font-size: 25px;
        margin-bottom: 2rem; } }
  .thirdpartycertified__content .thirdpartycertified-block__body {
    margin: 0 auto 2rem; }
    @media (max-width: 47.9375rem) {
      .thirdpartycertified__content .thirdpartycertified-block__body {
        margin: 0 auto 1rem; } }

@media (max-width: 47.9375rem) {
  .experience-deltafaucet_assets-imagewithtextandbtn {
    margin: 0 -1rem; } }

.wateranalysisimgbtntextblock {
  padding: 1rem 0rem 1.875rem;
  max-width: 90rem;
  width: 100%;
  margin: 0 auto 3rem; }
  @media (max-width: 47.9375rem) {
    .wateranalysisimgbtntextblock {
      padding: 0rem 0rem 1.875rem;
      background: #F5F5F7;
      margin: 0 auto; } }
  @media (max-width: 64rem) {
    .wateranalysisimgbtntextblock .content-tile__aspect-ratio--square img {
      min-height: 340px; } }
  @media (max-width: 47.9375rem) {
    .wateranalysisimgbtntextblock .content-tile__aspect-ratio--square img {
      min-height: unset; } }
  .wateranalysisimgbtntextblock .content-tile,
  .wateranalysisimgbtntextblock .content-tile__aspect-ratio--square {
    padding: 0;
    max-height: 556px; }
    .wateranalysisimgbtntextblock .content-tile ::before,
    .wateranalysisimgbtntextblock .content-tile__aspect-ratio--square ::before {
      padding-bottom: 50%; }
      @media (max-width: 47.9375rem) {
        .wateranalysisimgbtntextblock .content-tile ::before,
        .wateranalysisimgbtntextblock .content-tile__aspect-ratio--square ::before {
          padding-bottom: 85%; } }
    @media (max-width: 47.9375rem) {
      .wateranalysisimgbtntextblock .content-tile,
      .wateranalysisimgbtntextblock .content-tile__aspect-ratio--square {
        max-height: unset; } }
  .wateranalysisimgbtntextblock .content-tile__content-wrap {
    display: inline-table;
    width: 90%;
    top: 20%;
    margin-top: 0; }
    @media (max-width: 77.5rem) {
      .wateranalysisimgbtntextblock .content-tile__content-wrap {
        margin: 2rem auto 0;
        top: 7%; } }
    @media (max-width: 64rem) {
      .wateranalysisimgbtntextblock .content-tile__content-wrap {
        margin: 2rem auto 0;
        top: 0; } }
    @media (max-width: 47.9375rem) {
      .wateranalysisimgbtntextblock .content-tile__content-wrap {
        position: relative;
        width: 100%;
        padding: 0 1rem;
        margin: 0.75rem auto 0;
        top: 0; } }
  .wateranalysisimgbtntextblock .content-tile__content {
    color: #fff;
    width: 33%;
    float: right; }
    @media (max-width: 64rem) {
      .wateranalysisimgbtntextblock .content-tile__content {
        width: 46%; } }
    @media (max-width: 47.9375rem) {
      .wateranalysisimgbtntextblock .content-tile__content {
        color: #000;
        width: 100%;
        margin-top: 0rem; } }
    .wateranalysisimgbtntextblock .content-tile__content h2.content-tile__title {
      font-family: 'Trade_Gothic_LT_Bold', Arial, Helvetica, sans-serif;
      font-size: 36px;
      letter-spacing: normal;
      line-height: 41px; }
      @media (max-width: 47.9375rem) {
        .wateranalysisimgbtntextblock .content-tile__content h2.content-tile__title {
          font-size: 25px;
          line-height: 40px; } }
    .wateranalysisimgbtntextblock .content-tile__content .content-tile__description {
      font-family: 'Trade_Gothic_LT_Roman', Arial, Helvetica, sans-serif;
      font-size: 18px;
      line-height: 27px; }
    .wateranalysisimgbtntextblock .content-tile__content .content-tile__actions .button {
      font-family: 'Trade_Gothic_LT_Roman', Arial, Helvetica, sans-serif;
      font-size: 1.125rem;
      width: auto;
      height: 64px;
      display: inline-block;
      letter-spacing: normal;
      font-weight: 700;
      padding: 1.2rem 2.7rem; }
      @media (max-width: 64rem) {
        .wateranalysisimgbtntextblock .content-tile__content .content-tile__actions .button {
          padding: 1.2rem 1rem; } }
      @media (max-width: 47.9375rem) {
        .wateranalysisimgbtntextblock .content-tile__content .content-tile__actions .button {
          display: grid; } }

.purifiedwater-main {
  padding: 3rem 0rem 1.875rem;
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  font-family: 'Trade_Gothic_LT_Roman', Arial, Helvetica, sans-serif;
  text-align: left;
  color: #18191D; }
  .purifiedwater-main .purifiedwater-block__content {
    display: grid;
    grid-auto-flow: column;
    width: 75%;
    margin: 0 auto; }
    @media (max-width: 64rem) {
      .purifiedwater-main .purifiedwater-block__content {
        grid-auto-flow: row;
        width: auto;
        margin: 0 0.5rem; } }
    .purifiedwater-main .purifiedwater-block__content .purifiedwater_img {
      margin-right: 4.5rem;
      grid-area: 1 / 1 / 4 / 2;
      position: relative; }
      @media (max-width: 64rem) {
        .purifiedwater-main .purifiedwater-block__content .purifiedwater_img {
          margin: 0 auto;
          grid-area: auto;
          width: 291px;
          height: 367px; } }
      .purifiedwater-main .purifiedwater-block__content .purifiedwater_img svg {
        width: auto;
        height: auto;
        padding-right: 3rem; }
        @media (max-width: 64rem) {
          .purifiedwater-main .purifiedwater-block__content .purifiedwater_img svg {
            width: 100%;
            height: 100%;
            padding-right: 0; } }
      .purifiedwater-main .purifiedwater-block__content .purifiedwater_img svg.imgsvg {
        margin: -200px 0 0 -397px; }
        @media (max-width: 64rem) {
          .purifiedwater-main .purifiedwater-block__content .purifiedwater_img svg.imgsvg {
            margin: -100px 0 0 -230px;
            width: 470px;
            height: 434px; } }
    .purifiedwater-main .purifiedwater-block__content .purifiedwater-block__title {
      font-family: 'Trade_Gothic_LT_bold', Arial, Helvetica, sans-serif;
      font-size: 36px;
      font-weight: 700;
      line-height: 41.05px;
      letter-spacing: 0.5px;
      margin-top: 1rem;
      width: 80%; }
      @media (max-width: 64rem) {
        .purifiedwater-main .purifiedwater-block__content .purifiedwater-block__title {
          -webkit-box-ordinal-group: 0;
              -ms-flex-order: -1;
                  order: -1;
          font-size: 25px;
          line-height: 28px;
          letter-spacing: 0.5px;
          text-align: center;
          margin-bottom: 2rem;
          margin-top: 0rem;
          width: 100%; } }
    .purifiedwater-main .purifiedwater-block__content .purifiedwater-block__body {
      font-family: 'Trade_Gothic_LT_Roman', Arial, Helvetica, sans-serif; }
      .purifiedwater-main .purifiedwater-block__content .purifiedwater-block__body p {
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: -0.2px;
        width: 90%; }
        @media (max-width: 64rem) {
          .purifiedwater-main .purifiedwater-block__content .purifiedwater-block__body p {
            width: 100%;
            margin: 1rem auto 0;
            padding: 0; } }
      .purifiedwater-main .purifiedwater-block__content .purifiedwater-block__body .purifiedwater-block__sub_title {
        font-family: 'Trade_Gothic_LT_Bold', Arial, Helvetica, sans-serif;
        text-decoration: underline;
        margin: 1rem 0 0.5rem 2rem;
        font-size: 24px; }
      .purifiedwater-main .purifiedwater-block__content .purifiedwater-block__body ul {
        margin: 0rem 0 0 3rem;
        padding: 0; }
        .purifiedwater-main .purifiedwater-block__content .purifiedwater-block__body ul li {
          font-size: 22px;
          font-weight: 400;
          line-height: 32px;
          letter-spacing: -0.2px;
          position: relative;
          color: #000;
          text-indent: -3.5rem;
          padding-left: 2.5rem; }
          @media (max-width: 64rem) {
            .purifiedwater-main .purifiedwater-block__content .purifiedwater-block__body ul li {
              line-height: 28px; } }
          .purifiedwater-main .purifiedwater-block__content .purifiedwater-block__body ul li b {
            font-family: 'Trade_Gothic_LT_Bold', Arial, Helvetica, sans-serif;
            width: 3.5rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            float: left;
            text-align: center; }
          .purifiedwater-main .purifiedwater-block__content .purifiedwater-block__body ul li::before {
            content: '';
            border-radius: 50%;
            width: 21px;
            height: 21px;
            display: inline-block;
            background-color: #58595B;
            border: 2px solid #18191D;
            position: absolute;
            top: 7px;
            left: -45px; }
          .purifiedwater-main .purifiedwater-block__content .purifiedwater-block__body ul li:nth-child(1)::before {
            background-color: #58595B; }
          .purifiedwater-main .purifiedwater-block__content .purifiedwater-block__body ul li:nth-child(2)::before {
            background-color: #939598; }
          .purifiedwater-main .purifiedwater-block__content .purifiedwater-block__body ul li:nth-child(3)::before {
            background-color: #BCBEC0; }
          .purifiedwater-main .purifiedwater-block__content .purifiedwater-block__body ul li:nth-child(4)::before {
            background: #F2F1EF; }
          .purifiedwater-main .purifiedwater-block__content .purifiedwater-block__body ul li:hover, .purifiedwater-main .purifiedwater-block__content .purifiedwater-block__body ul li.hovreffect {
            color: #58595B; }
            .purifiedwater-main .purifiedwater-block__content .purifiedwater-block__body ul li:hover::before, .purifiedwater-main .purifiedwater-block__content .purifiedwater-block__body ul li.hovreffect::before {
              background-color: #C0E1ED; }
      .purifiedwater-main .purifiedwater-block__content .purifiedwater-block__body .purifiedwater-block__requierdetails {
        margin: 1rem 0 0 5.25rem; }

.experience-deltafaucet_assets-wqcarousel {
  max-width: 90rem;
  width: 84%;
  margin: 0 auto;
  padding: 1rem 0rem 6.2rem; }
  @media (max-width: 47.9375rem) {
    .experience-deltafaucet_assets-wqcarousel {
      width: 100%;
      padding: 1rem 0rem 3rem; } }
  .experience-deltafaucet_assets-wqcarousel .carousel-title {
    font-family: 'Trade_Gothic_LT_bold', Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 41.05px;
    letter-spacing: 0.5px;
    color: #18191D;
    margin-bottom: 40px; }
    @media (max-width: 47.9375rem) {
      .experience-deltafaucet_assets-wqcarousel .carousel-title {
        font-size: 25px;
        font-weight: 700;
        line-height: 28.83px;
        text-align: center;
        margin-bottom: 20px; } }
    .experience-deltafaucet_assets-wqcarousel .carousel-title.text-align-Left {
      text-align: left; }
      @media (max-width: 47.9375rem) {
        .experience-deltafaucet_assets-wqcarousel .carousel-title.text-align-Left {
          text-align: center; } }
    .experience-deltafaucet_assets-wqcarousel .carousel-title.text-align-Center {
      text-align: center; }
    .experience-deltafaucet_assets-wqcarousel .carousel-title.text-align-Right {
      text-align: right; }
      @media (max-width: 47.9375rem) {
        .experience-deltafaucet_assets-wqcarousel .carousel-title.text-align-Right {
          text-align: center; } }
  .experience-deltafaucet_assets-wqcarousel ul.slick-dots {
    margin-top: 3rem; }

.wq-carousel .carousel-inner {
  padding: 0; }

.wq-carousel .slick-track {
  margin: 0; }

.wq-carousel .carousel-item {
  max-width: 100%;
  padding: 0 2.6rem 0 0.5rem; }
  @media (max-width: 47.9375rem) {
    .wq-carousel .carousel-item {
      padding: 0 0.5rem; } }

.wq-carousel .slick-slide img {
  max-height: 259px;
  height: 259px;
  width: 437px; }

.wq-carousel .content-tile__content-wrap.component-overlay {
  position: unset;
  padding: 0 !important; }
  .wq-carousel .content-tile__content-wrap.component-overlay .content-tile__title {
    font-family: 'Trade_Gothic_LT_Bold', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -0.2px;
    text-align: left;
    color: #18191D;
    margin-top: 2rem;
    text-transform: capitalize; }
  .wq-carousel .content-tile__content-wrap.component-overlay .content-tile__description {
    font-family: 'Trade_Gothic_LT_Roman', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.2px;
    text-align: left;
    color: #18191D; }

.wq-carousel .content-tile__aspect-ratio--square {
  position: unset; }
  .wq-carousel .content-tile__aspect-ratio--square:before {
    padding-bottom: 0; }
  .wq-carousel .content-tile__aspect-ratio--square .component-overlay--center {
    position: unset; }

.experience-deltafaucet_assets-waterShowerFilter {
  margin: 0; }
  @media (max-width: 47.9375rem) {
    .experience-deltafaucet_assets-waterShowerFilter {
      margin: 0 -1rem; } }

.wsf-container {
  width: 83%;
  margin: 4rem auto; }
  @media (max-width: 47.9375rem) {
    .wsf-container {
      width: 100%;
      margin: 0.75rem auto 1rem; } }
  .wsf-container .wsf-heading-text h2 {
    font-family: 'Trade_Gothic_LT_bold', Arial, Helvetica, sans-serif;
    font-size: 36.49px;
    font-weight: 700;
    line-height: 41.05px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #18191D;
    margin-top: 3.2rem;
    width: 84%; }
    @media (max-width: 47.9375rem) {
      .wsf-container .wsf-heading-text h2 {
        font-size: 25.63px;
        line-height: 28.83px;
        margin: 46px 0 0 20px; } }
  @media (max-width: 47.9375rem) {
    .wsf-container .wsf-text {
      padding: 0; } }
  .wsf-container .wsf-text-block {
    font-family: 'Trade_Gothic_LT_Roman', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.2px;
    text-align: left;
    color: #18191D;
    width: 89%; }
    @media (max-width: 47.9375rem) {
      .wsf-container .wsf-text-block {
        width: 85%; } }
    .wsf-container .wsf-text-block p {
      margin: 0.5rem 0 0 0.5rem;
      width: 95%; }
      @media (max-width: 47.9375rem) {
        .wsf-container .wsf-text-block p {
          margin: 1.3rem 0 0 1.2rem; } }
    .wsf-container .wsf-text-block ul {
      margin: 1rem 0 0 1.5rem;
      padding: 0; }
      @media (max-width: 47.9375rem) {
        .wsf-container .wsf-text-block ul {
          margin: 1rem 0 0 2.5rem; } }
    .wsf-container .wsf-text-block li {
      list-style: none;
      padding-bottom: 0.25rem;
      position: relative;
      letter-spacing: -0.2px;
      font-size: 16px; }
      @media (max-width: 47.9375rem) {
        .wsf-container .wsf-text-block li {
          font-size: 18px;
          padding-bottom: 1rem; } }
      .wsf-container .wsf-text-block li:before {
        content: '';
        display: inline-block;
        background-color: #AC0535;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        position: absolute;
        top: 11px;
        left: -15px; }

.wsfcontainer-left .image--align-left {
  float: left;
  width: 600px;
  height: 464px;
  margin-right: 8rem;
  overflow: hidden; }
  @media (max-width: 64rem) {
    .wsfcontainer-left .image--align-left {
      float: none;
      width: 100%;
      margin: 0rem auto; } }
  @media (max-width: 47.9375rem) {
    .wsfcontainer-left .image--align-left {
      height: 293px; } }
  .wsfcontainer-left .image--align-left img {
    width: 600px;
    height: 464px; }
    @media (max-width: 47.9375rem) {
      .wsfcontainer-left .image--align-left img {
        width: 100%;
        height: 100%; } }

.wsfcontainer-right .image--align-right {
  float: right;
  width: 600px;
  height: 464px;
  margin: 0 2rem 0 6rem;
  overflow: hidden; }
  @media (max-width: 64rem) {
    .wsfcontainer-right .image--align-right {
      float: none;
      width: 100%;
      margin: 0rem auto; } }
  @media (max-width: 47.9375rem) {
    .wsfcontainer-right .image--align-right {
      height: 293px; } }
  .wsfcontainer-right .image--align-right img {
    width: 600px;
    height: 464px; }
    @media (max-width: 47.9375rem) {
      .wsfcontainer-right .image--align-right img {
        width: 100%;
        height: 100%; } }

.addon-block,
.compatibleProducts-block {
  margin-top: 2rem; }
  .addon-block .blockTitle,
  .compatibleProducts-block .blockTitle {
    font-family: 'Trade_Gothic_LT_Bold', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    color: #18191D;
    letter-spacing: -0.2px;
    text-align: left;
    margin: 1rem 0;
    text-transform: capitalize; }
  .addon-block .eachBlock,
  .compatibleProducts-block .eachBlock {
    border: 1px solid #D7D7D9;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem; }
    .addon-block .eachBlock .img_block,
    .compatibleProducts-block .eachBlock .img_block {
      width: 30%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      justify-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .addon-block .eachBlock .cont_block,
    .compatibleProducts-block .eachBlock .cont_block {
      width: 70%; }
      .addon-block .eachBlock .cont_block .subHeading,
      .compatibleProducts-block .eachBlock .cont_block .subHeading {
        font-family: 'Trade_Gothic_LT_Roman', Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        color: #18191D;
        margin-bottom: 0.5rem;
        text-transform: capitalize;
        letter-spacing: normal; }
      .addon-block .eachBlock .cont_block .description,
      .compatibleProducts-block .eachBlock .cont_block .description {
        font-family: 'Trade_Gothic_LT_Roman', Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        text-align: left;
        color: #77777A;
        margin-bottom: 1rem; }
      .addon-block .eachBlock .cont_block .viewproductlink,
      .compatibleProducts-block .eachBlock .cont_block .viewproductlink {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-items: center;
        font-family: 'Trade_Gothic_LT_Bold', Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 16.8px;
        letter-spacing: 2px;
        text-align: left;
        color: #AC0535;
        text-transform: uppercase; }
  .addon-block .showmore,
  .compatibleProducts-block .showmore {
    display: block;
    padding: 8px 0px 8px 24px;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F3F4F6));
    background-image: linear-gradient(#FFFFFF, #F3F4F6);
    font-family: 'Trade_Gothic_LT_Bold', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    letter-spacing: 2px;
    text-align: left;
    color: #AC0535;
    text-transform: uppercase;
    min-height: 56px; }
    @media (max-width: 47.9375rem) {
      .addon-block .showmore,
      .compatibleProducts-block .showmore {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#e9e9e9));
        background-image: linear-gradient(#FFFFFF, #e9e9e9); } }
    .addon-block .showmore svg,
    .compatibleProducts-block .showmore svg {
      position: relative;
      top: 5px;
      margin-right: 10px; }

.main-container {
  padding: 4rem 0rem 5rem;
  max-width: 90rem;
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 47.9375rem) {
    .main-container {
      padding: 4rem 0rem 5rem;
      max-width: unset;
      width: unset;
      margin: 0 -1rem;
      display: block; } }
  .main-container.bg-gary {
    background: #F5F5F7; }
  .main-container .block-title {
    font-family: 'Trade_Gothic_LT_Bold', Arial, Helvetica, sans-serif;
    font-size: 36.49px;
    font-weight: 700;
    line-height: 41.05px;
    letter-spacing: 0.5px;
    color: #18191D;
    margin-bottom: 2rem; }
    .main-container .block-title.text-center {
      text-align: center; }
    @media (max-width: 47.9375rem) {
      .main-container .block-title {
        font-size: 25px;
        line-height: 28.83px;
        width: 65%;
        margin: 0 auto 1rem; } }
  .main-container .mainblock-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .main-container .mainblock-content .carousel-item {
      max-width: 100%; }
      @media (max-width: 64rem) {
        .main-container .mainblock-content .carousel-item {
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%; } }
      @media (max-width: 47.9375rem) {
        .main-container .mainblock-content .carousel-item {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; } }
    .main-container .mainblock-content .seeandfeelcontentblock {
      max-width: 388px;
      height: 274px;
      background: #FFFFFF;
      padding: 2.6rem;
      margin: 0.5rem; }
      @media (max-width: 47.9375rem) {
        .main-container .mainblock-content .seeandfeelcontentblock {
          height: auto;
          margin: 0.5rem auto; } }
    .main-container .mainblock-content .content-tile__description {
      font-family: 'Trade_Gothic_LT_Roman', Arial, Helvetica, sans-serif;
      font-size: 24px;
      font-weight: 400;
      line-height: 32px;
      letter-spacing: -0.2px;
      text-align: left;
      color: #18191D; }
    .main-container .mainblock-content .content-tile__sig {
      font-family: 'Trade_Gothic_LT_Roman', Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 27px;
      letter-spacing: -0.20000000298023224px;
      text-align: left;
      color: #750010;
      padding-top: 1rem; }

.ebidet .block-title {
  margin-bottom: 3rem; }
  @media (max-width: 47.9375rem) {
    .ebidet .block-title {
      letter-spacing: 0.5px;
      width: 100%; } }

.ebidet .row,
.ebidet .row .col-3,
.ebidet .carousel-item {
  margin: 0;
  padding: 0; }

.ebidet .row .ebidetType-active-standard,
.ebidet .row .ebidetType-active-plus,
.ebidet .row .ebidetType-active-premium {
  background: #F5F5F7; }

.ebidet .row.iconblock .col-3 {
  padding: 3rem 0 0.5rem; }

.ebidet .ebidet_stander_premium {
  width: 64%;
  margin: 0 auto; }
  @media (max-width: 64rem) {
    .ebidet .ebidet_stander_premium {
      width: 90%; } }
  @media (max-width: 47.9375rem) {
    .ebidet .ebidet_stander_premium {
      width: 80%; } }
  @media (max-width: 47.9375rem) {
    .ebidet .ebidet_stander_premium .iconblock {
      display: none; } }

.ebidet .ebidet_stander_premium .mainblock-content,
.ebidet .carousel-inner {
  width: 100%;
  display: block; }

.ebidet .iconblock .content-tile__media {
  width: 92px;
  height: 100%;
  margin: 0 auto;
  display: inline-block; }

.ebidet .row .rowitem .col-3 {
  padding: 0.9rem 0; }
  .ebidet .row .rowitem .col-3:first-child {
    padding: 0.9rem 1rem 0.9rem 0; }

.ebidet .content-tile__title {
  font-family: 'Trade_Gothic_LT_Bold', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18.96px;
  text-align: left;
  color: #18191D;
  margin-left: 2.5rem;
  letter-spacing: -0.2px;
  margin-bottom: 0;
  text-transform: capitalize; }
  @media (max-width: 47.9375rem) {
    .ebidet .content-tile__title {
      margin-left: 0rem;
      font-size: 14px;
      letter-spacing: 0px; } }

.ebidet .subText {
  font-family: 'Trade_Gothic_LT_Bold', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #18191D;
  text-decoration: underline; }
  @media (max-width: 47.9375rem) {
    .ebidet .subText {
      padding: .5rem 0 !important;
      font-size: 14px; } }

.ebidet .rowitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D7D7D9; }

.ebidet .icon-tile--style-default {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  margin: auto;
  background: #C5C5C7; }
  .ebidet .icon-tile--style-default .check {
    position: relative; }
  .ebidet .icon-tile--style-default .check:before, .ebidet .icon-tile--style-default .check:after {
    position: absolute;
    left: 8px;
    top: 4px;
    content: ' ';
    height: 10px;
    width: 2px;
    background-color: #fff; }
  .ebidet .icon-tile--style-default .check:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .ebidet .icon-tile--style-default .check:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.ebidet .icon-tile--style-active {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  margin: auto;
  background-color: #AC0535; }
  .ebidet .icon-tile--style-active .check {
    display: inline-block;
    height: 9px;
    width: 6px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0px 6px 5px; }

.compatiblereplacementfilters-wrapper .compatibleProducts-block.showerFilterEnabled .eachBlock {
  margin-bottom: 1rem !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  .compatiblereplacementfilters-wrapper .compatibleProducts-block.showerFilterEnabled .eachBlock.more-items {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

.compatiblereplacementfilters-wrapper .compatibleProducts-block.showerFilterEnabled .showmore {
  display: none !important; }

@media print {
  .wateranalysisimgbtntextblock .content-tile__aspect-ratio--square {
    height: auto;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content; }
    .wateranalysisimgbtntextblock .content-tile__aspect-ratio--square::before {
      padding-bottom: 0; }
    .wateranalysisimgbtntextblock .content-tile__aspect-ratio--square .component-overlay--center {
      position: relative; }
      .wateranalysisimgbtntextblock .content-tile__aspect-ratio--square .component-overlay--center img {
        width: 100%;
        height: 100%;
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: center;
           object-position: center; }
  .wsf-figure .image--align-left, .wsf-figure .image--align-right {
    height: auto; }
  #pdp_gallery .product-gallery--pdp {
    margin-bottom: 0; }
    #pdp_gallery .product-gallery--pdp .swiper-wrapper {
      width: 100% !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-bottom: 0; }
      #pdp_gallery .product-gallery--pdp .swiper-wrapper .product-gallery__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100% !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important; }
        #pdp_gallery .product-gallery--pdp .swiper-wrapper .product-gallery__item .mz-figure {
          height: 275px; } }
        @media print and (min-width: 48rem) {
          #pdp_gallery .product-gallery--pdp .swiper-wrapper .product-gallery__item .mz-figure {
            height: 400px; } }

@media print {
          #pdp_gallery .product-gallery--pdp .swiper-wrapper .product-gallery__item .mz-figure .product-gallery__img {
            max-width: 100% !important;
            max-height: 100% !important;
            width: 100% !important;
            height: 100% !important;
            -o-object-fit: contain !important;
               object-fit: contain !important; } }

/**
 * TABLE OF CONTENTS
 *
 * SETTINGS
 * Global..................Globally-available variables and config.
 *
 * TOOLS
 * Mixins..................Useful mixins.
 *
 * COMPONENTS
 *
 *
 * MODULES
 *
 */
/*------------------------------------*\
  #SETTINGS
\*------------------------------------*/
/*------------------------------------*\
  #TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
  #COLORS
\*------------------------------------*/
/*------------------------------------*\
  #BREAKPOINTS
\*------------------------------------*/
/*------------------------------------*\
  #TOOLS
\*------------------------------------*/
/**
 * Responsive Mixin
 * This mixin is designed for a _cleaner_ first approach
 * This means that css isn't overridden but rather replaced for
 * different viewport widths; making it easier to inspect/debug css
 *
 * Usage:
 * @include media-query(exclude-medium)    { ... }
 * @include media-query(medium-up-to-site) 	   { ... }
 * ... etc
 */
/**
 * [Adds styles to allow an element's height scale proportionatelly]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 */
/**
 * [Calculates the percentage aspect ratio (what % height is compared to the width)]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 * @return {[Number(%)]}
 */
/**
 * *****REMEMBER TO USE MARGIN OR PADDING AND NOT TOP/BOTTOM******
 * [Calculates the center of an element in relation to a provided width and height.
 * Useful to place an absolute element at the center of another when
 * the positioned element cannot be the target's child ]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 * @return {[Number(%)]}
 */
/**
 * [In the  awful case you can't use Flexbox to vertically align something]
 * @param  {[type]} $transform:       false         [Use transforms to align instead of the absolute trick]
 * @param  {[type]} $pos:             absolute      [position type]
 * @param  {[type]} $posAdj:          0             [position adjustment. If $transform is true, this value only affects the 'top' property.]
 * @param  {[type]} $alignHorizontal: false         [Includes horizontal alignment]
 */
/**
 * Generate Enumerated Class
 * Iterates from 0 to the specified length and generates classes that set the specified property
 * @param  {[String]} $classname:       required      [Required: Specify the class name]
 * @param  {[String]} $property:        $classname    [Optional: Specify the enumerated property (if it's different from the name of the class)]
 * @param  {[Number]} $length:          10            [Optional: Specify the end of the loop]
 * @param  {[String]} $units:           null          [Optional: specify units to append to the enumerated property]
 */
/**
 * [Strip the pesky units from values]
 * @param  {[Number]} $value
 */
/**
 * [Fluid Type]
 */
/*------------------------------------*\
  #EXTERNALS
\*------------------------------------*/
/*------------------------------------*\
  #COMPONENTS
\*------------------------------------*/
/* 20/16 */
.checkout-stage .form-control::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #18191d;
  opacity: 1;
  /* Firefox */ }
.checkout-stage .form-control::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #18191d;
  opacity: 1;
  /* Firefox */ }
.checkout-stage .form-control::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #18191d;
  opacity: 1;
  /* Firefox */ }
.checkout-stage .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #18191d;
  opacity: 1;
  /* Firefox */ }

.checkout-stage .form-control :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #18191d; }

.checkout-stage .form-control ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #18191d; }

.checkout-stage__credit-card-fields .form-check .invalid-feedback {
  padding-left: 1.95em; }

.checkout-stage__header {
  margin-bottom: 1.25rem; }

.checkout-stage__header--separator {
  padding-bottom: .25rem;
  border-bottom: solid 0.125rem #D7D7D9; }

.checkout-steps-header__message {
  margin-top: 0;
  margin-bottom: 2.5rem; }

.checkout-stage__details-section {
  position: relative;
  padding-left: 0;
  margin-bottom: 1.25rem; }

.checkout-stage__address-selection {
  margin-bottom: 1.25rem; }

.checkout-stage__address-actions {
  margin-top: .5rem; }

.checkout-stage__address-action:not(:last-child) {
  margin-right: 1em; }

.checkout-stage__title {
  font-size: 1.26562rem;
  text-transform: none;
  letter-spacing: -0.2px;
  line-height: 30.38px;
  font-weight: normal; }
  .checkout-stage__title .pobox-msg {
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: normal;
    margin-left: 5px; }
    @media (max-width: 47.9375rem) {
      .checkout-stage__title .pobox-msg {
        display: block;
        margin-left: 0;
        font-family: 'Trade_Gothic_LT_Roman'; } }
  @media (max-width: 47.9375rem) {
    .checkout-stage__title {
      font-family: 'Trade_Gothic_LT_Bold';
      font-size: 1.125rem; } }

.agreement--check-actions [class*="form-check-label"] {
  padding-left: 1.5rem; }

.agreement--check-actions [class*="form-check-label"]:before {
  width: 14px;
  height: 14px;
  top: 3px; }

.agreement--check-actions [class*="form-check-label"]:after {
  top: 1px;
  left: 1px;
  width: .75em;
  height: .85em; }

.total-list__row {
  color: #18191d; }

.checkout-stage__shipment {
  position: relative; }
  .checkout-stage__shipment fieldset {
    padding: .35em .75em .625em 0; }

.checkout-stage__shipment--multi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border: solid 0.0625rem #434447; }
  .checkout-stage__shipment--multi:not(:last-child) {
    margin-bottom: 2rem; }

.checkout-multiship__actions {
  margin-top: 2.5rem; }

.checkout {
  width: 100%; }

.checkout-steps-header__eyebrow {
  font-weight: 600;
  border-radius: 50%;
  background-color: #66666a;
  font-size: 1.2rem;
  text-align: center;
  color: #ffffff;
  width: 11%;
  margin: 0 0 .5rem 0;
  min-width: 1.688rem;
  max-width: 21%; }
  @media (min-width: 64.0625rem) {
    .checkout-steps-header__eyebrow {
      font-size: 1.5rem;
      width: 30%; } }
  @media (min-width: 77.5625rem) {
    .checkout-steps-header__eyebrow {
      font-size: 2rem;
      width: 2.938rem; } }

.checkout-steps-header__title {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  letter-spacing: .5px;
  font-weight: normal;
  margin: 0;
  text-transform: capitalize; }
  @media (min-width: 64.0625rem) {
    .checkout-steps-header__title {
      font-size: 1.3rem; } }
  @media (min-width: 77.5625rem) {
    .checkout-steps-header__title {
      font-size: 1.42375rem; } }

.shipping-delay-message--wrapper .title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: .5rem; }

.shipping-delay-message--wrapper p:first-of-type {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: .5rem; }

.order-summary__title {
  text-transform: none;
  font-size: 1.265625rem;
  letter-spacing: -0.2px;
  font-weight: normal; }

.order-receipt-label {
  font-weight: normal; }

.grand-total-sum {
  font-weight: normal; }

.tax-total-cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.tax-total-cost .tooltip-button {
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: 0.466875rem; }
  .tax-total-cost .tooltip-button .icon {
    width: .75rem; }

.price--disclaimer {
  font-size: .7025rem;
  color: #18191d; }

.address-summary__section {
  margin-bottom: 1.5rem; }
  .address-summary__section .address-summary__details .firstName,
  .address-summary__section .address-summary__details .lastName {
    text-transform: capitalize; }

.address-summary__title,
.address-summary__details {
  font-size: 1rem;
  letter-spacing: -0.2px;
  line-height: 1.5rem;
  text-transform: none;
  font-weight: normal; }

.login--checkout .toggle-checkout-form {
  font-weight: normal;
  font-size: 1rem; }
  .login--checkout .toggle-checkout-form .sign-in {
    display: none; }
  .login--checkout .toggle-checkout-form.toggle--active .sign-in {
    display: block; }
  .login--checkout .toggle-checkout-form.toggle--active .create-account {
    display: none; }

.login--checkout .form-intro__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.42375rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 25.63px; }

.login__section--checkout-login .login-form {
  display: block; }

.login__section--checkout-login .createaccount_title {
  display: none; }

.login__section--checkout-login .createaccount_msg {
  display: none; }

.login__section--checkout-login.toggle--active .login-form {
  display: none; }

.login__section--checkout-login.toggle--active .signin_title {
  display: none; }

.login__section--checkout-login.toggle--active .createaccount_title {
  display: inline; }

.login__section--checkout-login.toggle--active .createaccount_msg {
  display: block; }

@media (max-width: 47.9375rem) {
  .login__section--checkout-login .tab-content__panel {
    margin-left: 0;
    margin-right: 0; } }

.agreement__description {
  line-height: 1.5rem; }

@media (min-width: 48rem) {
  .checkout {
    padding-top: 0;
    padding-bottom: 6rem; }
  .checkout-steps-header {
    margin-bottom: 1.5rem; } }

@media (max-width: 47.9375rem) {
  .checkout {
    padding-top: 0;
    padding-bottom: 4rem; }
  #checkout-header-text--title {
    font-size: 1.42375rem; }
  .header__logo img {
    width: 7.25rem; }
  .checkout-steps-header {
    margin-bottom: 1.75rem; }
  .login--checkout .login__section--checkout-login .form-intro__title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .login--checkout .login__section--checkout-login .form-intro__title .toggle-checkout-form {
      width: 100%;
      padding: 1rem 0; } }

.set--selected-payment .checkout-stage__stored-payment-input {
  display: block; }

.checkout-stage__stored-payment-input {
  display: none; }

.checkout-stage__stored-payment-item:not(:last-child) {
  margin-bottom: 1.25rem; }

.checkout-stage__stored-payment-item .checkout-stage__stored-payment {
  padding: 1.25rem;
  border: solid 0.0625rem #c2c2c2;
  border-radius: 0.125rem; }
  .checkout-stage__stored-payment-item .checkout-stage__stored-payment .tooltip--field-label {
    width: 1.25rem;
    border: none;
    min-width: auto;
    height: 1.25rem; }
  .checkout-stage__stored-payment-item .checkout-stage__stored-payment:hover {
    border-color: #18191d; }

.registration .form-group--constraints .form-control-label {
  display: none; }

.registration .form-control::-webkit-input-placeholder {
  color: #18191d; }

.registration .form-control::-moz-placeholder {
  color: #18191d; }

.registration .form-control::-ms-input-placeholder {
  color: #18191d; }

.registration .form-control::placeholder {
  color: #18191d; }

.registration .form-control__constraints {
  color: #18191d; }

@media (max-width: 47.9375rem) {
  .main {
    padding-top: 22px !important;
    padding-left: 0 !important;
    padding-right: 0 !important; } }

.addSecondAddress {
  cursor: pointer;
  text-decoration: underline;
  color: #434447;
  margin-top: 13px; }

.checkout-steps-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.25rem; }
  .checkout-steps-header .checkout-steps-header__item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 33%;
    cursor: pointer; }
    .checkout-steps-header .checkout-steps-header__item .line {
      width: 30%;
      height: 2px;
      background-color: #c5c5c7;
      margin: 0 5px; }

[data-current-stage="shipping"] .checkout-steps-header__item {
  cursor: initial; }

[data-current-stage="payment"] [data-checkout-component="steps-header-payment"],
[data-current-stage="payment"] [data-checkout-component="steps-header-placeOrder"] {
  cursor: initial; }

.order-summary .checkout-coupon-container:not(:last-child) {
  margin-bottom: 1rem !important; }

.order-summary .checkout-coupon-container .cart-button .button {
  display: block !important;
  padding: 0 !important; }

.order-summary .cart-promotion__name,
.order-summary .cart-promotion__discount,
.order-summary .font-weight--semibold {
  font-family: "Trade_Gothic_LT_Roman"; }

.order-summary .cart-coupon {
  margin-bottom: 0; }
  .order-summary .cart-coupon:first-child {
    margin-top: 1rem; }
  .order-summary .cart-coupon.toggle--active {
    margin-top: 3rem; }

.order-summary .cart-promotion {
  margin-top: 1rem; }

.order-summary .inline-prompt {
  top: -2rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background-color: rgba(245, 245, 247, 0.95); }
  .order-summary .inline-prompt .inline-prompt__header {
    margin-top: 0; }
  .order-summary .inline-prompt .button {
    height: 48px;
    width: auto;
    font-family: Trade_Gothic_LT_Bold;
    font-size: 1rem;
    line-height: 22px;
    letter-spacing: 2px;
    text-transform: uppercase; }

[data-checkout-component="coupon-shipping-payment"],
[data-checkout-component="coupon-placeOrder"],
[data-checkout-component="coupon"] {
  display: none; }

[data-current-stage="shipping"] [data-checkout-component="coupon-shipping-payment"],
[data-current-stage="shipping"] [data-checkout-component="coupon"],
[data-current-stage="payment"] [data-checkout-component="coupon-shipping-payment"],
[data-current-stage="payment"] [data-checkout-component="coupon"] {
  display: block; }

[data-current-stage="placeOrder"] [data-checkout-component="coupon-placeOrder"],
[data-current-stage="placeOrder"] [data-checkout-component="coupon"] {
  display: block; }
  [data-current-stage="placeOrder"] [data-checkout-component="coupon-placeOrder"] .edit-order-link,
  [data-current-stage="placeOrder"] [data-checkout-component="coupon"] .edit-order-link {
    border-bottom: 1px solid; }
  [data-current-stage="placeOrder"] [data-checkout-component="coupon-placeOrder"] .form-control-label,
  [data-current-stage="placeOrder"] [data-checkout-component="coupon"] .form-control-label {
    font-weight: 400; }

.support-banner {
  border-top: 1px solid #c2cbd1;
  margin-top: 40px;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px; }
  .support-banner .support-banner__text {
    font-family: Trade_Gothic_LT_Bold; }
    .support-banner .support-banner__text h3 {
      font-size: 16px;
      padding-bottom: 5px;
      text-transform: none;
      letter-spacing: normal;
      margin: 0; }
    .support-banner .support-banner__text p {
      font-family: "Trade_Gothic_LT_Roman"; }
  .support-banner .support-banner__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px; }
    .support-banner .support-banner__images img {
      width: 50px;
      height: 50px; }
      .support-banner .support-banner__images img:first-child {
        margin-right: 10px; }

[data-current-stage="shipping"] .payment-info {
  display: none; }

.payment-info {
  font-family: "Trade_Gothic_LT_Roman";
  font-size: 16px;
  color: #707070;
  margin: 24px 0; }

.goto-shopping-cart-link {
  color: #C51638;
  font-size: 15px;
  font-family: 'Trade_Gothic_LT_Bold_2', sans-serif;
  padding-right: 25px;
  position: relative;
  margin-top: 20px;
  font-style: normal; }
  .goto-shopping-cart-link::after {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #C51638;
    border-right: 0;
    top: 3px;
    position: absolute;
    right: 8px; }

.checkout-shipping-state-error-message {
  font-size: 16px;
  font-family: 'Trade_Gothic_LT_Oblique', sans-serif;
  font-style: italic;
  margin-top: 20px; }

.checkout-shipping-state-error-message * {
  color: #C51638 !important;
  font-size: 16px !important; }

.checkout-shipping-state-error-message span {
  font-family: 'Trade_Gothic_LT_Bold_2', sans-serif;
  font-style: normal; }

/**
 * State-based selector structure for the checkout stage.
 * Be careful when updating these, as it might unintentionally break checkout.
 */
[data-checkout-component*="steps-header"],
[data-checkout-component*="details"],
[data-checkout-component*="summary"],
[data-checkout-component*="next"],
[data-stage-container] {
  display: none; }

[data-current-stage="shipping"] [data-stage-container="shipping"],
[data-current-stage="shipping"] [data-checkout-component="shipping-details"],
[data-current-stage="shipping"] [data-checkout-component="shipping-stage-next"],
[data-current-stage="shipping"] [data-checkout-component="steps-header-shipping"] {
  display: block; }
  [data-current-stage="shipping"] [data-stage-container="shipping"] .checkout-steps-header__eyebrow,
  [data-current-stage="shipping"] [data-checkout-component="shipping-details"] .checkout-steps-header__eyebrow,
  [data-current-stage="shipping"] [data-checkout-component="shipping-stage-next"] .checkout-steps-header__eyebrow,
  [data-current-stage="shipping"] [data-checkout-component="steps-header-shipping"] .checkout-steps-header__eyebrow {
    background-color: #ac0535; }
  [data-current-stage="shipping"] [data-stage-container="shipping"] .checkout-steps-header__title,
  [data-current-stage="shipping"] [data-checkout-component="shipping-details"] .checkout-steps-header__title,
  [data-current-stage="shipping"] [data-checkout-component="shipping-stage-next"] .checkout-steps-header__title,
  [data-current-stage="shipping"] [data-checkout-component="steps-header-shipping"] .checkout-steps-header__title {
    font-weight: 600; }

[data-current-stage="shipping"] [data-checkout-component="payment-stage-next"] {
  display: none; }

[data-current-stage="shipping"] [data-checkout-component="placeOrder-stage-next"] {
  display: none; }

[data-current-stage="payment"] [data-stage-container],
[data-current-stage="payment"] [data-checkout-component="shipping-summary"],
[data-current-stage="payment"] [data-checkout-component="payment-details"],
[data-current-stage="payment"] [data-checkout-component="payment-stage-next"],
[data-current-stage="payment"] [data-checkout-component="steps-header-payment"] {
  display: block; }
  [data-current-stage="payment"] [data-stage-container] .checkout-steps-header__eyebrow,
  [data-current-stage="payment"] [data-checkout-component="shipping-summary"] .checkout-steps-header__eyebrow,
  [data-current-stage="payment"] [data-checkout-component="payment-details"] .checkout-steps-header__eyebrow,
  [data-current-stage="payment"] [data-checkout-component="payment-stage-next"] .checkout-steps-header__eyebrow,
  [data-current-stage="payment"] [data-checkout-component="steps-header-payment"] .checkout-steps-header__eyebrow {
    background-color: #ac0535; }
  [data-current-stage="payment"] [data-stage-container] .checkout-steps-header__title,
  [data-current-stage="payment"] [data-checkout-component="shipping-summary"] .checkout-steps-header__title,
  [data-current-stage="payment"] [data-checkout-component="payment-details"] .checkout-steps-header__title,
  [data-current-stage="payment"] [data-checkout-component="payment-stage-next"] .checkout-steps-header__title,
  [data-current-stage="payment"] [data-checkout-component="steps-header-payment"] .checkout-steps-header__title {
    font-weight: 600; }

[data-current-stage="payment"] [data-checkout-component="shipping-stage-next"] {
  display: none; }

[data-current-stage="payment"] [data-checkout-component="payment-stage-next"] {
  display: block; }

[data-current-stage="payment"] [data-checkout-component="placeOrder-stage-next"] {
  display: none; }

[data-current-stage="placeOrder"] [data-stage-container],
[data-current-stage="placeOrder"] [data-checkout-component*="summary"],
[data-current-stage="placeOrder"] [data-checkout-component="placeOrder-stage-next"],
[data-current-stage="placeOrder"] [data-checkout-component="steps-header-placeOrder"],
[data-current-stage="submitted"] [data-stage-container],
[data-current-stage="submitted"] [data-checkout-component*="summary"],
[data-current-stage="submitted"] [data-checkout-component="placeOrder-stage-next"],
[data-current-stage="submitted"] [data-checkout-component="steps-header-placeOrder"] {
  display: block; }
  [data-current-stage="placeOrder"] [data-stage-container] .checkout-steps-header__eyebrow,
  [data-current-stage="placeOrder"] [data-checkout-component*="summary"] .checkout-steps-header__eyebrow,
  [data-current-stage="placeOrder"] [data-checkout-component="placeOrder-stage-next"] .checkout-steps-header__eyebrow,
  [data-current-stage="placeOrder"] [data-checkout-component="steps-header-placeOrder"] .checkout-steps-header__eyebrow,
  [data-current-stage="submitted"] [data-stage-container] .checkout-steps-header__eyebrow,
  [data-current-stage="submitted"] [data-checkout-component*="summary"] .checkout-steps-header__eyebrow,
  [data-current-stage="submitted"] [data-checkout-component="placeOrder-stage-next"] .checkout-steps-header__eyebrow,
  [data-current-stage="submitted"] [data-checkout-component="steps-header-placeOrder"] .checkout-steps-header__eyebrow {
    background-color: #ac0535; }
  [data-current-stage="placeOrder"] [data-stage-container] .checkout-steps-header__title,
  [data-current-stage="placeOrder"] [data-checkout-component*="summary"] .checkout-steps-header__title,
  [data-current-stage="placeOrder"] [data-checkout-component="placeOrder-stage-next"] .checkout-steps-header__title,
  [data-current-stage="placeOrder"] [data-checkout-component="steps-header-placeOrder"] .checkout-steps-header__title,
  [data-current-stage="submitted"] [data-stage-container] .checkout-steps-header__title,
  [data-current-stage="submitted"] [data-checkout-component*="summary"] .checkout-steps-header__title,
  [data-current-stage="submitted"] [data-checkout-component="placeOrder-stage-next"] .checkout-steps-header__title,
  [data-current-stage="submitted"] [data-checkout-component="steps-header-placeOrder"] .checkout-steps-header__title {
    font-weight: 600; }

[data-current-stage="placeOrder"] [data-checkout-component="shipping-stage-next"],
[data-current-stage="submitted"] [data-checkout-component="shipping-stage-next"] {
  display: none; }

[data-current-stage="placeOrder"] [data-checkout-component="payment-stage-next"],
[data-current-stage="submitted"] [data-checkout-component="payment-stage-next"] {
  display: none; }

[data-current-stage="placeOrder"] [data-cart-component="promo-form"] {
  display: none; }

[data-checkout-component="address-fields"] {
  display: none; }

[data-current-stage="payment"] .serviceWhalecheckoutbanner {
  display: block; }

/*------------------------------------*\
  #ADDRESS-MODES
\*------------------------------------*/
[data-checkout-component="shipping-pickup-section"] {
  display: none; }

[data-address-mode="new"] [data-checkout-component="address-fields"],
[data-address-mode="details"] [data-checkout-component="address-fields"] {
  display: block; }

[data-address-mode="new"] [data-checkout-component="address-actions"],
[data-address-mode="details"] [data-checkout-component="address-actions"] {
  display: none; }

[data-pickup-view] [data-checkout-component="shipping-address-section"],
[data-pickup-view] [data-checkout-component="shipping-gift-section"] {
  display: none; }

[data-pickup-view] [data-checkout-component="shipping-pickup-section"] {
  display: block; }

[data-pickup-view] .store-locator__actions {
  display: none; }

/*------------------------------------*\
  #SHIPMENT-VIEWS
\*------------------------------------*/
[data-checkout-component="multi-shipment-list"],
[data-checkout-component="multi-shipment-message"] {
  display: none; }

[data-shipping-view="multi"][data-current-stage="shipping"] [data-checkout-component="product-list"] {
  display: none; }

[data-shipping-view="multi"] [data-checkout-component="shipping-summary"] [data-address-summary="shipping-container"] {
  display: none; }

[data-shipping-view="multi"] [data-checkout-component="single-shipping-form"] {
  display: none; }

[data-shipping-view="multi"] [data-checkout-component="multi-shipment-list"],
[data-shipping-view="multi"] [data-checkout-component="multi-shipment-message"] {
  display: block; }

[data-shipping-view="multi"] [data-multiship-view="editable"] [data-address-summary*="main"],
[data-shipping-view="multi"] [data-multiship-view="editable"] [data-multiship-action="new"],
[data-shipping-view="multi"] [data-multiship-view="editable"] [data-multiship-action="edit"] {
  display: none; }

[data-shipping-view="multi"] [data-multiship-view*="summary"] [data-checkout-component="address-container"],
[data-shipping-view="multi"] [data-multiship-view*="summary"] [data-multiship-actions="review"] {
  display: none; }

[data-shipping-view="multi"] [data-multiship-view="summary-edit"] [data-multiship-action="new"] {
  display: none; }

[data-shipping-view="multi"] [data-multiship-view="summary-new"] [data-address-summary*="main"],
[data-shipping-view="multi"] [data-multiship-view="summary-new"] [data-multiship-action="edit"] {
  display: none; }

.checkout-gift__message:not(.toggle--active) {
  display: none; }

.order-summary {
  padding: 1.5rem 1.875rem 2rem 1.375rem;
  background-color: #f5f5f7; }
  @media (max-width: 47.9375rem) {
    .order-summary {
      margin-top: 2rem; } }

@media (max-width: 47.9375rem) {
  .shipping-delay-message--wrapper {
    margin-top: 1rem; } }

.order-summary__header {
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0.125rem solid #D7D7D9; }

.order-summary__totals {
  padding-bottom: 1.25rem;
  border-bottom: 0.125rem solid #D7D7D9; }

.order-summary__actions .button,
.order-summary__actions-place-order .button {
  padding: 1rem 3.125rem; }

.order-summary__products .price--title,
.order-summary__products .sale-value {
  display: none; }

.order-summary__products .list-price {
  color: #252525 !important; }

.order-summary__products .product-line-item__total-price .strike-through {
  display: none; }

.order-summary__products .product-line-item__name {
  display: block;
  font-weight: normal;
  max-width: 14.375rem;
  overflow-wrap: break-word; }
  .order-summary__products .product-line-item__name .checkout-collection-name {
    display: inline;
    margin-right: .4375rem;
    font-size: .88875rem;
    font-weight: bold;
    text-transform: uppercase; }

.order-summary__products .collection-name {
  display: none; }

.order-summary__products .prod-badges {
  background-color: #434447;
  color: #ffffff;
  margin-bottom: 5px;
  padding: 5px 2rem;
  font-weight: normal;
  display: inline-block;
  min-width: auto;
  -webkit-transform: none;
          transform: none; }

.order-summary__products .product-model {
  font-size: .75rem;
  margin-bottom: .5rem;
  font-weight: normal; }

.order-summary__products .qty-card-quantity-count {
  font-family: Trade_Gothic_LT_Bold_2; }

.account-card__body .price--title,
.account-card__body .sale-value {
  display: none; }

.account-card__body .list-price {
  color: #252525 !important; }

@media (min-width: 48rem) {
  .order-summary__actions {
    margin-top: 1.25rem; }
  .order-summary__actions-place-order {
    margin-bottom: 1.25rem; } }

@media (max-width: 47.9375rem) {
  .order-summary__actions,
  .order-summary__actions-place-order {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1.25rem;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2); } }

.order-confirmation {
  margin-top: 3.9375rem;
  margin-bottom: 6.5rem; }
  @media (min-width: 48rem) {
    .order-confirmation {
      padding-right: 3.375rem;
      padding-left: 3.375rem; } }
  .order-confirmation .address-summary__section {
    letter-spacing: -0.2px; }
  .order-confirmation .product-line-item__name .checkout-collection-name {
    display: inline; }
  .order-confirmation .collection-name {
    display: none; }
  .order-confirmation .product-model {
    font-size: .79rem;
    margin-bottom: .5rem;
    font-weight: normal; }
  .order-confirmation .product-line-item__header {
    max-width: 16.8125rem; }
  .order-confirmation .product-line-item__promotions {
    display: block; }
  .order-confirmation .line-item-total-price-amount {
    text-align: right; }
  .order-confirmation .order-confirmation__actions .button {
    padding: 0.75rem;
    width: 100%;
    display: block; }

.order-confirmation__header {
  margin-bottom: 2rem; }
  .order-confirmation__header .order-confirmation__title {
    color: #18191D;
    font-family: 'Trade_Gothic_LT_Roman';
    font-size: 46.18px;
    font-weight: 300;
    letter-spacing: -0.4px;
    line-height: 51.95px;
    margin-bottom: 0.5rem; }
    @media (max-width: 47.9375rem) {
      .order-confirmation__header .order-confirmation__title {
        font-size: 2.0275rem;
        font-weight: 300;
        letter-spacing: -0.6px;
        line-height: 36.5px; } }

.order-confirmation__header-title {
  text-transform: none; }

.order-confirmation__details-section.address-details:not(:last-child) {
  margin-bottom: 0; }

.order-confirmation__details-section:not(:last-child) {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: solid 0.0625rem #C2C8D1; }

.order-confirmation__actions {
  margin-top: 2rem; }

.order-summary-email {
  overflow-wrap: break-word;
  max-width: 15.3125rem; }

.prod-badges {
  display: inline-block;
  font-family: Trade_Gothic_LT_Bold_2;
  font-size: .79rem;
  font-weight: 700;
  line-height: 1rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  padding: .375rem .75rem;
  min-width: 140px;
  letter-spacing: -.02em;
  font-weight: normal;
  background-color: #434447; }

@media (max-width: 47.9375rem) {
  .order-confirmation__section:not(:last-child) {
    margin-bottom: 2rem; } }

.order-confirmation__details-section .product-line-item:not(:last-child) {
  border-bottom: solid 0.0625rem #434447; }

.confirmation-badge {
  margin-bottom: 0.75rem; }

.form-intro__title .form-title {
  font-size: 1.42375rem; }

.password-hint {
  margin-top: 0.75rem; }

.order-confirmation__product-list .price--title,
.order-confirmation__product-list .sale-value {
  display: none; }

.order-confirmation__product-list .list-price {
  color: #252525 !important; }

.address-summary--multi-ship-summary .address-summary__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.address-summary--multi-ship-summary .address-summary__section {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
  padding-right: 2em; }

.address-summary--line-item {
  padding: 1rem;
  background-color: #18191d;
  font-size: 0.875rem; }

.address-summary__section:not(:last-child) {
  margin-bottom: 1.5em; }

.address-summary__title {
  margin-bottom: .25em;
  font-size: 1em; }

.address-summary__details {
  line-height: 1.75; }

.address-summary__row-icon {
  width: 2.25rem;
  margin-right: .5rem; }

.address-summary__actions {
  margin-top: 1rem; }
  .address-summary__actions > * {
    display: inline-block; }

.address-summary__action:not(:last-child) {
  margin-right: .5em; }

/*------------------------------------*\
  #TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
  #COLORS
\*------------------------------------*/
/*------------------------------------*\
  #BREAKPOINTS
\*------------------------------------*/
.notFound__title {
  font-family: Trade_Gothic_LT_Bold;
  text-align: center;
  margin: 23px auto;
  text-transform: none;
  font-size: 57px; }
  @media (max-width: 47.9375rem) {
    .notFound__title {
      font-size: 42px;
      letter-spacing: 0; } }
  .notFound__title h2 {
    text-decoration: none; }
    @media (max-width: 47.9375rem) {
      .notFound__title h2 {
        text-transform: none; } }

.notFound__description {
  font-size: 18px; }
  @media (max-width: 47.9375rem) {
    .notFound__description {
      font-size: 16px;
      padding: 0 10px; } }

.notFound__search-form {
  margin-top: 21px; }
  @media (max-width: 47.9375rem) {
    .notFound__search-form {
      padding: 0 16px; } }
  .notFound__search-form form {
    max-width: 330px; }
    @media (max-width: 47.9375rem) {
      .notFound__search-form form {
        max-width: 100%; } }
  .notFound__search-form input {
    border: 0.5px solid #3E4653;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: unset;
    font-size: 16px;
    color: #8D8D8D;
    padding-left: 43px;
    padding-top: 11px;
    padding-bottom: 11px;
    margin-bottom: 50px; }
    @media (max-width: 47.9375rem) {
      .notFound__search-form input {
        -webkit-box-shadow: none;
                box-shadow: none;
        border-radius: unset;
        width: calc(100% - 3px);
        margin-bottom: 28px; } }
  .notFound__search-form .icon--search-2 {
    width: 20px;
    height: 20px;
    margin-top: 2px; }
  .notFound__search-form .srp-form__submit {
    left: 16px; }

.notFound .product-rec-container__title {
  text-align: center; }

@media (max-width: 47.9375rem) {
  .notFound .product-rec-container .slick-prev {
    left: 0 !important; }
  .notFound .product-rec-container .slick-next {
    right: 0 !important; } }

.notFound .product-promotions .first-promotion-tier {
  max-width: 100%; }

.notFound .product-rec-container .product-grid__item .product-tile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.notFound .product-rec-container .slick-arrow {
  top: 40% !important; }

.notFound .product-tile__body {
  padding-right: 0px; }

.color-red-1 {
  color: #bb0031; }

body {
  font-weight: normal; }

/*------------------------------------*\
  #TEXT SIZE
\*------------------------------------*/
.heading-type--yotta {
  font-size: 8.875rem; }

.heading-type--zetta {
  font-size: 7.375rem; }

.heading-type--exa {
  font-size: 6.25rem; }

.heading-type--h1 {
  font-size: 5.125rem; }

.heading-type--h2 {
  font-size: 4.375rem; }

.heading-type--h3 {
  font-size: 3.5rem; }

.heading-type--h4 {
  font-size: 3rem; }

.heading-type--h5 {
  font-size: 2.5rem; }

.heading-type--h6 {
  font-size: 2rem; }

.body-type {
  font-size: 1rem; }

.body-type--kilo {
  font-size: 1.75rem; }

.body-type--hecto {
  font-size: 1.5rem; }

.body-type--deka {
  font-size: 1.25rem; }

.body-type--deci {
  font-size: 0.875rem; }

.body-type--centi {
  font-size: 0.75rem; }

.body-type--micro {
  font-size: 0.625rem; }

[class*="fluid-type"] {
  line-height: normal; }

.fluid-type--kilo-h5 {
  font-size: 1.75rem; }
  @media screen and (min-width: 47.9375rem) {
    .fluid-type--kilo-h5 {
      font-size: calc(1.75rem + 0.75 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .fluid-type--kilo-h5 {
      font-size: 2.5rem; } }

.fluid-type--deka-h5 {
  font-size: 1.25rem; }
  @media screen and (min-width: 47.9375rem) {
    .fluid-type--deka-h5 {
      font-size: calc(1.25rem + 1.25 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .fluid-type--deka-h5 {
      font-size: 2.5rem; } }

.fluid-type--hecto-h6 {
  font-size: 1.5rem; }
  @media screen and (min-width: 47.9375rem) {
    .fluid-type--hecto-h6 {
      font-size: calc(1.5rem + 0.5 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .fluid-type--hecto-h6 {
      font-size: 2rem; } }

.fluid-type--deka-kilo {
  font-size: 1.25rem; }
  @media screen and (min-width: 47.9375rem) {
    .fluid-type--deka-kilo {
      font-size: calc(1.25rem + 0.5 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .fluid-type--deka-kilo {
      font-size: 1.75rem; } }

.fluid-type--deka-hecto {
  font-size: 1.25rem; }
  @media screen and (min-width: 47.9375rem) {
    .fluid-type--deka-hecto {
      font-size: calc(1.25rem + 0.25 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .fluid-type--deka-hecto {
      font-size: 1.5rem; } }

.fluid-type--base-deka {
  font-size: 1rem; }
  @media screen and (min-width: 47.9375rem) {
    .fluid-type--base-deka {
      font-size: calc(1rem + 0.25 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .fluid-type--base-deka {
      font-size: 1.25rem; } }

.fluid-type--deci-base {
  font-size: 0.875rem; }
  @media screen and (min-width: 47.9375rem) {
    .fluid-type--deci-base {
      font-size: calc(0.875rem + 0.125 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .fluid-type--deci-base {
      font-size: 1rem; } }

.fluid-type--centi-deci {
  font-size: 0.75rem; }
  @media screen and (min-width: 47.9375rem) {
    .fluid-type--centi-deci {
      font-size: calc(0.75rem + 0.125 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .fluid-type--centi-deci {
      font-size: 0.875rem; } }

/*------------------------------------*\
#TEXT FAMILIES
\*------------------------------------*/
.font-family--sans {
  font-family: "Trade_Gothic_LT_Roman"; }

[class*="heading-type"],
.font-family--sans-secondary {
  font-family: Trade_Gothic_LT_Bold; }

.font-family--serif {
  font-family: Times, serif; }

.font-family--cursive {
  font-family: cursive; }

/*------------------------------------*\
#CMS GENERIC COPY
\*------------------------------------*/
.cms-generic-copy {
  line-height: 1.63; }
  .cms-generic-copy h1, .cms-generic-copy h2, .cms-generic-copy h3, .cms-generic-copy h4, .cms-generic-copy h5, .cms-generic-copy h6 {
    margin-bottom: .5em;
    line-height: 0.85;
    text-transform: uppercase; }
    .cms-generic-copy h1:not(:first-child), .cms-generic-copy h2:not(:first-child), .cms-generic-copy h3:not(:first-child), .cms-generic-copy h4:not(:first-child), .cms-generic-copy h5:not(:first-child), .cms-generic-copy h6:not(:first-child) {
      margin-top: 1.5em; }
  .cms-generic-copy a {
    text-decoration: underline;
    font-weight: 600; }
    .cms-generic-copy a:hover, .cms-generic-copy a:focus {
      opacity: .7; }
  .cms-generic-copy ul,
  .cms-generic-copy ol,
  .cms-generic-copy p + p {
    margin-top: .5rem; }
  .cms-generic-copy ol,
  .cms-generic-copy ul {
    margin-bottom: .5rem; }
    .cms-generic-copy ol li:not(:last-child),
    .cms-generic-copy ul li:not(:last-child) {
      margin-bottom: .25em; }
  .cms-generic-copy table {
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 1rem;
    border: solid .0625rem;
    border-collapse: collapse; }
  .cms-generic-copy th, .cms-generic-copy td {
    border: solid .0625rem;
    padding: 0.5rem; }
  .cms-generic-copy th {
    background-color: #e6e6e8; }

/*------------------------------------*\
#TEXT LINE HEIGHT
\*------------------------------------*/
.text-line--collapse {
  line-height: 0; }

.text-line--reset {
  line-height: 1; }

.text-line--reduce {
  line-height: 0.85; }

.text-line--small {
  line-height: 1.19; }

.text-line--normal {
  line-height: 1.38; }

.text-line--medium {
  line-height: 1.5; }

.text-line--large {
  line-height: 1.63; }

.text-line--xlarge {
  line-height: 1.75; }

.text-line--xxlarge {
  line-height: 1.9; }

/*------------------------------------*\
#TEXT ALIGNMENT
\*------------------------------------*/
.text-align--left {
  text-align: left; }

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

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

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

/*------------------------------------*\
#TEXT STYLING
\*------------------------------------*/
.font-weight--light {
  font-weight: 300; }

.font-weight--normal {
  font-weight: 400; }

.font-weight--semibold {
  font-weight: 600; }

.font-weight--bold {
  font-weight: 700; }

.font-weight--extrabold {
  font-weight: 800; }

.font-style--italic {
  font-style: italic; }

.text-decoration--underline {
  text-decoration: underline; }

.text-decoration--strike {
  text-decoration: line-through; }

.text-transform--uppercase {
  text-transform: uppercase; }

.text-transform--lowercase {
  text-transform: lowercase; }

.text-transform--capitalize {
  text-transform: capitalize; }

.text-transform--initial {
  text-transform: initial; }

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

.text--stroke {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: inherit;
  -webkit-text-stroke-width: .0625rem; }

/*------------------------------------*\
#TEXT SPACING
\*------------------------------------*/
.word-spacing--large {
  word-spacing: 100vw; }

/*------------------------------------*\
#TEXT COLOR
\*------------------------------------*/
.text-color--white {
  color: #ffffff; }

.text-color--black {
  color: #18191d; }

.text-color--grey-1 {
  color: #18191d; }

.text-color--grey-3 {
  color: #434447; }

.text-color--grey-5 {
  color: #66666a; }

.text-color--grey-6 {
  color: #c5c5c7; }

.text-color--grey-7 {
  color: #d7d7d9; }

.text-color--grey-8 {
  color: #e6e6e8; }

.text-color--grey-9 {
  color: #f5f5f7; }

.text-color--grey-11 {
  color: #D7D7D9; }

.text-color--grey-14 {
  color: #77777a; }

.text-color--red {
  color: #ac0535; }

.text-color--blue {
  color: #4d96e7; }

.text-color--error {
  color: #ff4949; }

.text-color--success {
  color: #009f4c; }

.text-color--initial {
  color: initial; }

@media (min-width: 48rem) {
  /*------------------------------------*\
  #TEXT ALIGNMENT
\*------------------------------------*/
  .text-align--small-up-center {
    text-align: center; } }

@media (max-width: 64rem) {
  /*------------------------------------*\
  #TEXT ALIGNMENT
\*------------------------------------*/
  .text-align--medium-center {
    text-align: center; } }

@media (max-width: 47.9375rem) {
  /*------------------------------------*\
  #TEXT ALIGNMENT
\*------------------------------------*/
  .text-align--small-left {
    text-align: left; }
  .text-align--small-center {
    text-align: center; }
  .text-align--small-right {
    text-align: right; }
  .text-align--small-justify {
    text-align: justify; } }

/**
 * TABLE OF CONTENTS
 *
 * SETTINGS
 * Global..................Globally-available variables and config.
 *
 * TOOLS
 * Mixins..................Useful mixins.
 *
 * COMPONENTS
 *
 *
 * MODULES
 *
 */
/*------------------------------------*\
  #SETTINGS
\*------------------------------------*/
/*------------------------------------*\
  #TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
  #COLORS
\*------------------------------------*/
/*------------------------------------*\
  #BREAKPOINTS
\*------------------------------------*/
/*------------------------------------*\
  #TOOLS
\*------------------------------------*/
/**
 * Responsive Mixin
 * This mixin is designed for a _cleaner_ first approach
 * This means that css isn't overridden but rather replaced for
 * different viewport widths; making it easier to inspect/debug css
 *
 * Usage:
 * @include media-query(exclude-medium)    { ... }
 * @include media-query(medium-up-to-site) 	   { ... }
 * ... etc
 */
/**
 * [Adds styles to allow an element's height scale proportionatelly]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 */
/**
 * [Calculates the percentage aspect ratio (what % height is compared to the width)]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 * @return {[Number(%)]}
 */
/**
 * *****REMEMBER TO USE MARGIN OR PADDING AND NOT TOP/BOTTOM******
 * [Calculates the center of an element in relation to a provided width and height.
 * Useful to place an absolute element at the center of another when
 * the positioned element cannot be the target's child ]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 * @return {[Number(%)]}
 */
/**
 * [In the  awful case you can't use Flexbox to vertically align something]
 * @param  {[type]} $transform:       false         [Use transforms to align instead of the absolute trick]
 * @param  {[type]} $pos:             absolute      [position type]
 * @param  {[type]} $posAdj:          0             [position adjustment. If $transform is true, this value only affects the 'top' property.]
 * @param  {[type]} $alignHorizontal: false         [Includes horizontal alignment]
 */
/**
 * Generate Enumerated Class
 * Iterates from 0 to the specified length and generates classes that set the specified property
 * @param  {[String]} $classname:       required      [Required: Specify the class name]
 * @param  {[String]} $property:        $classname    [Optional: Specify the enumerated property (if it's different from the name of the class)]
 * @param  {[Number]} $length:          10            [Optional: Specify the end of the loop]
 * @param  {[String]} $units:           null          [Optional: specify units to append to the enumerated property]
 */
/**
 * [Strip the pesky units from values]
 * @param  {[Number]} $value
 */
/**
 * [Fluid Type]
 */
/*------------------------------------*\
  #EXTERNALS
\*------------------------------------*/
.serviceWhalecheckoutbanner {
  display: none; }

.serviceWhalecheckoutBanner {
  background: #f5f5f7;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 25px; }
  .serviceWhalecheckoutBanner p {
    font-size: 18px;
    color: #18191d;
    font-family: "Trade_Gothic_LT_Roman";
    margin-top: 30px;
    line-height: 26px;
    width: 443px; }
    @media (max-width: 47.9375rem) {
      .serviceWhalecheckoutBanner p {
        font-size: 16px;
        margin-top: 25px;
        margin-left: -40px; } }

.localinstaller_wapper {
  text-align: left; }
  @media (min-width: 57.5rem) {
    .localinstaller_wapper {
      text-align: center; } }

.findLocalInstallerLink {
  background-image: url("../images/installer_icon.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 15px;
  display: inline;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  color: #ac0535;
  font-family: Trade_Gothic_LT_Bold;
  font-weight: normal;
  font-size: 0.889rem !important;
  padding: 0px 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 2px; }
  @media screen and (max-width: 375px) {
    .findLocalInstallerLink {
      font-size: .75rem !important; } }

.findLocalInstallerLink span {
  text-decoration: underline; }

.installation-support .tdli-title {
  display: block;
  text-align: center;
  padding: 20px 0 0px; }

.installation-support-section .installation-support .field-values-in.field_headline {
  font-weight: 400;
  font-size: 40px;
  line-height: 44px; }
  @media (max-width: 47.9375rem) {
    .installation-support-section .installation-support .field-values-in.field_headline {
      font-size: 26px;
      line-height: 29px; } }

.serviceWhalewidgetonpdp {
  background: #f5f5f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px auto 20px; }
  @media (max-width: 47.9375rem) {
    .serviceWhalewidgetonpdp {
      width: 100%;
      display: block;
      padding: 10px; } }
  .serviceWhalewidgetonpdp .mob_img {
    display: none; }
  .serviceWhalewidgetonpdp .desk_img {
    display: inline-grid; }
  .serviceWhalewidgetonpdp .desk_img img {
    display: inline-block; }
  @media (max-width: 47.9375rem) {
    .serviceWhalewidgetonpdp .mob_img {
      display: block; }
      .serviceWhalewidgetonpdp .mob_img img {
        width: 100%; }
    .serviceWhalewidgetonpdp .desk_img {
      display: none; } }
  .serviceWhalewidgetonpdp p {
    display: inline-block;
    font-size: 24px;
    color: #18191d;
    font-family: "Trade_Gothic_LT_Roman";
    width: 40%;
    line-height: 30px;
    margin: 0 3rem 0 2rem; }
    @media (max-width: 47.9375rem) {
      .serviceWhalewidgetonpdp p {
        font-size: 20px;
        margin: 25px 0;
        width: 90%;
        display: block; } }
  .serviceWhalewidgetonpdp .find-contractor-form input {
    height: 40px;
    width: 170px; }
  .serviceWhalewidgetonpdp .find-contractor-form .submit {
    background-color: #434447;
    height: 40px;
    font-size: 18px;
    line-height: normal;
    border-radius: 5px; }
    .serviceWhalewidgetonpdp .find-contractor-form .submit:hover {
      background-color: #750010; }
  .serviceWhalewidgetonpdp .cfi-find-contractor-widget {
    position: unset;
    z-index: 1;
    margin: 20px; }
  .serviceWhalewidgetonpdp .inner-content-body {
    max-height: none;
    overflow: unset; }
  .serviceWhalewidgetonpdp .find-contractor-form-wrapper {
    background: #ac0535;
    padding: 10px 20px; }
    .serviceWhalewidgetonpdp .find-contractor-form-wrapper .zip-error {
      padding: 0; }
  @media (max-width: 47.9375rem) {
    .serviceWhalewidgetonpdp .cfi-find-contractor-widget {
      margin: 0px; }
    .serviceWhalewidgetonpdp .find-contractor-form input {
      height: 50px;
      width: 90%; }
    .serviceWhalewidgetonpdp .find-contractor-form .submit {
      height: 50px;
      padding: 8px 10px;
      line-height: 2; } }

.serviceWhale_orderConfirmation {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 990; }
  .serviceWhale_orderConfirmation .serviceWhale_orderConfirmation-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 995;
    background-color: #18191d;
    opacity: 0.5; }
  .serviceWhale_orderConfirmation .serviceWhale_orderConfirmation-modal-content {
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-height: 90%;
    overflow: auto;
    padding: 0 0 20px 0;
    background: #ffffff;
    border-radius: 20px;
    max-width: 288px;
    min-width: 288px;
    text-align: center; }
    .serviceWhale_orderConfirmation .serviceWhale_orderConfirmation-modal-content p {
      padding: 40px 0px;
      font-size: 18px;
      line-height: 24px;
      width: 241px;
      margin: 0 auto; }
    .serviceWhale_orderConfirmation .serviceWhale_orderConfirmation-modal-content h2 {
      font-size: 19px;
      font-weight: 700;
      line-height: 24px;
      margin-top: 36px;
      margin-bottom: 0;
      text-align: center; }
    .serviceWhale_orderConfirmation .serviceWhale_orderConfirmation-modal-content .cfi-action-description {
      margin-top: 35px;
      margin-bottom: 0;
      font-size: 14px;
      line-height: 16px; }
    .serviceWhale_orderConfirmation .serviceWhale_orderConfirmation-modal-content .buttons_wrapper {
      padding: 20px; }
    .serviceWhale_orderConfirmation .serviceWhale_orderConfirmation-modal-content .serviceWhale_orderConfirmation-action-btn {
      display: inline-block;
      width: 240px;
      opacity: 1;
      background: #AA0C37;
      border-radius: 4px;
      border: none;
      -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease;
      cursor: pointer;
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      text-decoration: none;
      color: #ffffff;
      padding: 6px 0 7px; }
    .serviceWhale_orderConfirmation .serviceWhale_orderConfirmation-modal-content .serviceWhale_orderConfirmation-action-btn.noBtn {
      background: none;
      margin-top: 10px;
      color: #18191d; }
    .serviceWhale_orderConfirmation .serviceWhale_orderConfirmation-modal-content .serviceWhale_orderConfirmation-action-btn:hover {
      opacity: 0.9; }
  .serviceWhale_orderConfirmation .serviceWhale_orderConfirmation-cols {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .serviceWhale_orderConfirmation .serviceWhale_orderConfirmation-cols-item {
    text-align: center; }

.cfi-find-contractor-widget {
  position: fixed;
  bottom: 0;
  right: 60px;
  z-index: 999; }

.inner-content {
  position: relative;
  right: 0; }

.inner-content-header {
  padding: 12px 16px 12px;
  background: #AA0C37;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  text-align: center; }

.inner-content-header:hover {
  cursor: pointer;
  background: #95072E; }

.inner-content-header .fa {
  margin-top: 5px; }

.inner-content-body {
  display: block;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }

.inner-content-body.show {
  max-height: 200px;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out; }

.find-contractor-form-wrapper {
  background: #393939;
  padding: 0 10px;
  text-align: center; }

.find-contractor-form-wrapper .zip-error {
  padding-top: 7px;
  font-size: 14px;
  display: none;
  color: #fff; }

.find-contractor-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0; }

.find-contractor-form input {
  font-size: 13px;
  padding: 4px 8px 4px !important;
  height: 27px;
  width: 110px;
  border: none;
  border-radius: 0.25rem; }

.find-contractor-form input::-webkit-input-placeholder {
  font-size: 16px;
  text-align: center; }

.find-contractor-form input::-moz-placeholder {
  font-size: 16px;
  text-align: center; }

.find-contractor-form input::-ms-input-placeholder {
  font-size: 16px;
  text-align: center; }

.find-contractor-form input::placeholder {
  font-size: 16px;
  text-align: center; }

.find-contractor-form .submit {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 2px;
  color: #ffffff;
  height: 27px;
  padding: 8px;
  font-size: 12px;
  line-height: 1;
  margin-left: 5px;
  text-decoration: none; }

/* contractorfinder intro popup styles */
.cfi-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 990; }

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

.cfi-modal .cfi-modal-content {
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 90%;
  overflow: auto;
  padding: 0 20px;
  background: #fff;
  border-radius: 20px;
  max-width: 760px;
  min-width: 320px;
  min-height: 290px; }

@media screen and (min-width: 768px) {
  .cfi-modal .cfi-modal-content {
    padding: 0 90px;
    background-image: url("./images/cfi-popup-left-bg.png"), url("./images/cfi-popup-right-bg.png");
    background-position: bottom left, bottom right;
    background-repeat: no-repeat; } }

.cfi-modal .cfi-modal-content > h2 {
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 36px;
  margin-bottom: 0;
  text-align: center; }

.cfi-modal .cfi-modal-content .cfi-action-description {
  margin-top: 35px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 16px; }

.cfi-modal .cfi-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 45px; }

.cfi-modal .cfi-cols-item {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  text-align: center;
  border-color: #eaeaea; }

.cfi-modal .cfi-cols-item:first-child {
  border-right-style: solid;
  border-right-width: 1px; }

.cfi-modal .cfi-modal-content .buttons_wrapper {
  padding: 20px; }

.cfi-modal .cfi-modal-content .cfi-action-btn {
  display: inline-block;
  width: 110px;
  opacity: 1;
  background: #d62631;
  border-radius: 4px;
  border: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  color: #ffffff; }

@media screen and (min-width: 768px) {
  .cfi-modal .cfi-modal-content .cfi-action-btn {
    width: 150px; } }

.cfi-modal .cfi-modal-content .cfi-action-btn:hover {
  opacity: 0.9; }

/*------------------------------------*\
  #COMPONENTS
\*------------------------------------*/
.dropdown-box {
  position: relative; }

.dropdown-box__trigger {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
  border: solid 0.0625rem #999999;
  border-radius: 0.125rem; }

.dropdown-box__list {
  z-index: 3;
  position: absolute;
  top: calc(100% - .0625rem);
  right: 0;
  min-width: 100%;
  background-color: #FFF;
  border: solid 0.0625rem #999999;
  border-radius: 0 0 0.125rem 0.125rem;
  font-size: 1rem; }
  .dropdown-box__list:not(.toggle--active) {
    opacity: 0;
    visibility: hidden; }

.dropdown-box__item:not(:last-child) {
  border-bottom: solid 0.0625rem #18191d; }

.dropdown-box__anchor {
  display: block; }
  .dropdown-box__anchor:hover, .dropdown-box__anchor:focus {
    background-color: #750010;
    color: #ffffff; }
  .dropdown-box__anchor.selected {
    font-weight: 600;
    color: #18191d; }

@media (min-width: 48rem) {
  .dropdown-box__anchor {
    padding: .75rem 1rem; } }

@media (max-width: 47.9375rem) {
  .dropdown-box__list--small-expanded {
    position: relative;
    top: initial;
    border: none; }
    .dropdown-box__list--small-expanded:not(.toggle--active) {
      opacity: 1;
      visibility: inherit; }
  .dropdown-box__anchor {
    padding: 1.25rem .75rem; } }

/*------------------------------------*\
  #BUTTONS
\*------------------------------------*/
.button, .form-actions .button, .modal--generic__actions .button {
  display: block; }

button {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  display: block; }

.button--primary {
  background-color: #ac0535;
  border-color: rgba(0, 0, 0, 0);
  color: #ffffff;
  display: block; }
  .button--primary:hover:not([disabled]):not(.disabled) {
    opacity: 1;
    background-color: #750010;
    color: #ffffff; }

.button--tertiary {
  background-color: #ac0535;
  border-color: #ac0535;
  color: #ffffff; }
  .button--tertiary:hover:not([disabled]):not(.disabled) {
    opacity: 1;
    background-color: #ac0535;
    color: #ffffff; }

.dealer--info a.button {
  background-color: #ac0535;
  padding: 10px 30px; }

.path-where-to-buy .button--primary {
  color: #ffffff;
  border: 0; }
  .path-where-to-buy .button--primary:hover:not([disabled]):not(.disabled) {
    opacity: 1;
    background-color: #750010;
    border-color: #750010;
    color: #ffffff; }

.path-where-to-buy .banner__button-group--sfcc {
  margin-top: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  @media (max-width: 47.9375rem) {
    .path-where-to-buy .banner__button-group--sfcc {
      display: inline-block; } }
  @media (min-width: 48rem) {
    .path-where-to-buy .banner__button-group--sfcc {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .path-where-to-buy .banner__button-group--sfcc .button {
    margin-right: 2rem; }
    @media (max-width: 47.9375rem) {
      .path-where-to-buy .banner__button-group--sfcc .button {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 1rem;
        display: inline-block;
        text-align: center;
        width: 88%; } }
    .path-where-to-buy .banner__button-group--sfcc .button:last-of-type {
      margin-right: 0; }
  .path-where-to-buy .banner__button-group--sfcc button,
  .path-where-to-buy .banner__button-group--sfcc a {
    color: #ffffff; }

.path-where-to-buy .product-gallery__item {
  max-width: 600px; }

.form-item__select.form-item__select--xsm {
  height: 2.5625rem;
  padding: 0 .75rem; }
  @media (max-width: 47.9375rem) {
    .form-item__select.form-item__select--xsm {
      height: 3.5rem;
      margin-bottom: 0; } }

.button.button--cancel {
  color: #18191d;
  background-color: #c2c2c2; }

.buttn-text--center {
  display: inline-block !important; }

.checkout-btn {
  padding: .75rem 0 !important; }

.inline-prompt-container {
  position: relative; }

.inline-prompt {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  color: #252525;
  white-space: normal;
  -webkit-transition: opacity 107ms ease-out, visibility 107ms ease-out;
  transition: opacity 107ms ease-out, visibility 107ms ease-out; }
  .inline-prompt:not(.toggle--active) {
    opacity: 0;
    visibility: hidden; }

.cart-coupon .inline-prompt {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content; }

.inline-prompt__body {
  max-width: 20rem; }

.inline-prompt__footer {
  margin-top: 1.45rem; }
  .inline-prompt__footer .button.promt--btn-align {
    display: inline-block;
    padding-left: 0;
    padding-right: 0; }

/*------------------------------------*\
  #INPUT-RESETS
\*------------------------------------*/
[type="password"],
[type="text"],
[type="tel"],
[type="email"],
[type="search"],
[type="number"],
select,
textarea {
  font-family: inherit;
  font-weight: 300;
  border-radius: 0.125rem;
  border: solid 0.0625rem #999999;
  outline: initial; }
  [type="password"]::-webkit-input-placeholder,
  [type="text"]::-webkit-input-placeholder,
  [type="tel"]::-webkit-input-placeholder,
  [type="email"]::-webkit-input-placeholder,
  [type="search"]::-webkit-input-placeholder,
  [type="number"]::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999999; }
  [type="password"]::-moz-placeholder,
  [type="text"]::-moz-placeholder,
  [type="tel"]::-moz-placeholder,
  [type="email"]::-moz-placeholder,
  [type="search"]::-moz-placeholder,
  [type="number"]::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #999999; }
  [type="password"]::-ms-input-placeholder,
  [type="text"]::-ms-input-placeholder,
  [type="tel"]::-ms-input-placeholder,
  [type="email"]::-ms-input-placeholder,
  [type="search"]::-ms-input-placeholder,
  [type="number"]::-ms-input-placeholder,
  select::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    color: #999999; }
  [type="password"]::placeholder,
  [type="text"]::placeholder,
  [type="tel"]::placeholder,
  [type="email"]::placeholder,
  [type="search"]::placeholder,
  [type="number"]::placeholder,
  select::placeholder,
  textarea::placeholder {
    color: #999999; }
  [type="password"].disabled, [type="password"][disabled],
  [type="text"].disabled,
  [type="text"][disabled],
  [type="tel"].disabled,
  [type="tel"][disabled],
  [type="email"].disabled,
  [type="email"][disabled],
  [type="search"].disabled,
  [type="search"][disabled],
  [type="number"].disabled,
  [type="number"][disabled],
  select.disabled,
  select[disabled],
  textarea.disabled,
  textarea[disabled] {
    color: #999999; }
  [type="password"]:not([disabled]):not([readonly]):not(.is-invalid):focus,
  [type="text"]:not([disabled]):not([readonly]):not(.is-invalid):focus,
  [type="tel"]:not([disabled]):not([readonly]):not(.is-invalid):focus,
  [type="email"]:not([disabled]):not([readonly]):not(.is-invalid):focus,
  [type="search"]:not([disabled]):not([readonly]):not(.is-invalid):focus,
  [type="number"]:not([disabled]):not([readonly]):not(.is-invalid):focus,
  select:not([disabled]):not([readonly]):not(.is-invalid):focus,
  textarea:not([disabled]):not([readonly]):not(.is-invalid):focus {
    border-color: #d7d7d9; }

/*------------------------------------*\
  #TEXT AND SELECTS
\*------------------------------------*/
.form-control {
  display: block;
  width: 100%;
  height: unset;
  padding: 1rem .75rem;
  line-height: 1.5rem;
  border: 0;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 1px #c5c5c7 inset;
  box-shadow: 0 0 0 1px #c5c5c7 inset;
  -webkit-transition: -webkit-box-shadow .15s ease-in-out;
  transition: -webkit-box-shadow .15s ease-in-out;
  transition: box-shadow .15s ease-in-out;
  transition: box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }
  .form-control.is-invalid {
    border-color: #ff4949;
    background-color: white;
    color: #ff4949;
    -webkit-box-shadow: 0 0 0 2px #ff4949 inset;
    box-shadow: 0 0 0 2px #ff4949 inset; }
  .form-control.remove--border-styles {
    border-radius: 0;
    border-color: transparent; }
  .form-control.remove--border-right-styles {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none; }
  .form-control.remove--border-left-styles {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none; }
  .form-control::-webkit-input-placeholder {
    color: #18191d; }
  .form-control::-moz-placeholder {
    color: #18191d; }
  .form-control::-ms-input-placeholder {
    color: #18191d; }
  .form-control::placeholder {
    color: #18191d; }

.form-control--small {
  height: 2.5rem; }

.form-control--textarea {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: auto;
  min-height: 4.5rem; }

.custom-select,
.form-control--select {
  padding-right: 2rem;
  background-size: .85em .85em;
  background-repeat: no-repeat;
  background-position: calc(100% - .5em) center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23252525' d='M24 6.3c0 .2-.1.3-.2.4L12.4 18.1c-.2.2-.6.2-.9 0L.2 6.8c-.2-.2-.2-.6 0-.9.2-.2.6-.2.9 0L12 16.8 22.9 5.9c.2-.2.6-.2.9 0 .1.1.2.3.2.4z'/%3E%3C/svg%3E");
  -webkit-transition: color 107ms ease-in-out;
  transition: color 107ms ease-in-out; }
  .custom-select:-internal-autofill-selected,
  .form-control--select:-internal-autofill-selected {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23252525' d='M24 6.3c0 .2-.1.3-.2.4L12.4 18.1c-.2.2-.6.2-.9 0L.2 6.8c-.2-.2-.2-.6 0-.9.2-.2.6-.2.9 0L12 16.8 22.9 5.9c.2-.2.6-.2.9 0 .1.1.2.3.2.4z'/%3E%3C/svg%3E") !important; }
  .custom-select.addressSelector,
  .form-control--select.addressSelector {
    background-position: calc(100% - 1em) center; }

.form-control-label {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  padding-bottom: 2px;
  color: #66666a; }
  .required .form-control-label:after {
    content: "*";
    color: #ff4949; }

.form-control__constraints {
  list-style: disc; }

.form-intro__title {
  font-size: 1.13rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 25.63px; }

/*------------------------------------*\
  #CHECKBOXES AND RADIOS
\*------------------------------------*/
.form-check {
  position: relative; }

.form-check-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

[class*="form-check-label"] {
  display: block;
  position: relative;
  padding-left: 1.9em;
  line-height: 1.3;
  -webkit-transition: color 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: color 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
  color: #18191d; }
  [class*="form-check-label"]:before, [class*="form-check-label"]:after {
    position: absolute; }
  [class*="form-check-label"]:before {
    top: 0;
    left: 0;
    border: solid 0.0625rem #66666a;
    border-radius: 0.125rem;
    content: '';
    width: 1.215em;
    height: 1.215em; }
  [class*="form-check-label"]:after {
    top: .2125em;
    left: .2em;
    width: .85em;
    height: .85em; }
  [class*="form-check-label"].disabled {
    color: #66666a; }

.form-check-label:after {
  opacity: 0;
  line-height: 0.85;
  -webkit-transition: opacity 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: opacity 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
  content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 18'%3E%3Cpath fill='%2318191d' d='M23.543 2.371L21.171 0 8.286 12.886 2.371 6.971 0 9.343l7.629 7.628v-.028l.657.657z' /%3E%3C/svg%3E"); }

.form-check-label--radio:before, .form-check-label--radio:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  content: ''; }

.form-check-label--radio:before {
  border: 1px solid #c5c5c7;
  -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1); }

.form-check-label--radio:after {
  opacity: 0;
  -webkit-transform: translate(0, -50%) scale(0.3);
          transform: translate(0, -50%) scale(0.3);
  -webkit-transition: all 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: all 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  background-size: 16px 16px;
  background-color: #18191d; }

.form-check-label--checkbox::before, .form-check-label--checkbox::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  content: ''; }

.form-check-label--checkbox::before {
  border: 1px solid #c5c5c7;
  -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1); }

.form-check-label--checkbox.set--checked::after {
  opacity: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: all 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  background-size: 16px 16px;
  background-color: #18191d;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M8.93 18.65L4 13.72l1.77-1.76 3.07 3.07L17.96 5l1.85 1.68L8.93 18.65z'/%3E%3C/svg%3E"); }

.form-check-label:after {
  -webkit-transition: none;
  transition: none; }

.form-check-input--switch {
  position: absolute;
  z-index: -1;
  left: 0;
  opacity: 0; }

.form-check-label--switch {
  padding-left: 40px; }
  .form-check-label--switch::before, .form-check-label--switch::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 0;
    display: block;
    width: 32px;
    height: 16px;
    border-radius: 10px;
    content: ''; }
  .form-check-label--switch::before {
    border: 1px solid #18191d;
    -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
  .form-check-label--switch::after {
    width: 12px;
    height: 12px;
    left: 3px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transition: all 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: all 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    border-radius: 50%;
    background-color: #18191d; }
  .form-check-label--switch:checked::after {
    left: 18px;
    -webkit-transform: translate(14px, -50%);
            transform: translate(14px, -50%); }

.form-check-input:checked + .form-check-label--switch::after,
.form-check-label--switch .set--checked::after {
  -webkit-transform: translate(14px, -50%);
          transform: translate(14px, -50%); }

.form-check-input:checked + .form-check-label--checkbox::before,
.form-check-label--checkbox .set--checked::before {
  background: #18191d;
  border-color: #18191d; }

.form-check-input:checked + .form-check-label--checkbox::after,
.form-check-label--checkbox .set--checked::after {
  opacity: 1;
  -webkit-transform: translate(0, -50%) scale(1);
          transform: translate(0, -50%) scale(1); }

.form-check-input:checked + .form-check-label--checkbox.set--checked::before,
.form-check-label--checkbox .set--checked.set--checked::before {
  background: #18191d;
  border-color: #18191d; }

.form-check-input:checked + .form-check-label--checkbox.set--checked::after,
.form-check-label--checkbox .set--checked.set--checked::after {
  opacity: 1;
  -webkit-transform: translate(0, -50%) scale(1);
          transform: translate(0, -50%) scale(1); }

.form-check-input:checked + .form-check-label,
.form-check-label.set--checked {
  color: inherit; }
  .form-check-input:checked + .form-check-label:before,
  .form-check-label.set--checked:before {
    background-color: #18191d;
    border-color: #18191d; }
  .form-check-input:checked + .form-check-label:after,
  .form-check-label.set--checked:after {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 18'%3E%3Cpath fill='%23ffffff' d='M23.543 2.371L21.171 0 8.286 12.886 2.371 6.971 0 9.343l7.629 7.628v-.028l.657.657z' /%3E%3C/svg%3E"); }

.form-check-input:checked + .form-check-label--radio::before,
.form-check-label--radio.set--checked::before {
  border-color: #18191d; }

.form-check-input:checked + .form-check-label--radio::after,
.form-check-label--radio.set--checked::after {
  background-color: #18191d;
  opacity: 1;
  -webkit-transform: translate(0, -50%) scale(0.7);
          transform: translate(0, -50%) scale(0.7); }

.form-check-input:focus + [class*="form-check-label"]:before,
[class*="form-check-label"]:focus:before {
  border-color: #18191d; }

.form-check-input:disabled + [class*="form-check-label"],
[class*="form-check-label"].disabled {
  border-color: #e6e6e8; }
  .form-check-input:disabled + [class*="form-check-label"]:before,
  [class*="form-check-label"].disabled:before {
    background-color: #e6e6e8;
    border-color: #e6e6e8; }
  .form-check-input:disabled + [class*="form-check-label"]:after,
  [class*="form-check-label"].disabled:after {
    color: #e6e6e8;
    background-color: #c5c5c7; }

.form-check-input.error + [class*="form-check-label"]:before {
  border-color: #ff4949; }

/*------------------------------------*\
  #FORM GROUPS
\*------------------------------------*/
.form-group {
  margin-bottom: 1.25rem;
  position: relative; }

.form-group--no-spacing {
  margin-bottom: 0; }

.form-check-list__item:not(:last-child) {
  margin-bottom: 1rem; }

.form-section:not(:first-child) {
  margin-top: 1.6rem; }

.form-control-disclaimer {
  margin-top: 1rem; }

@media (min-width: 48rem) {
  .form-section--oauth {
    margin-top: 0; }
    .form-section--oauth:not(:first-child) {
      margin-top: 0rem; } }

.form-section--oauth .form-intro__copy {
  margin-bottom: .3125rem;
  margin-top: 1.5rem; }

/*------------------------------------*\
  #FORM ACTIONS
\*------------------------------------*/
.form-actions {
  margin-top: 2rem; }
  .form-actions.agreement--check-actions {
    margin-top: .5rem; }

/*------------------------------------*\
  #FORM VALIDATION
\*------------------------------------*/
.success-feedback,
.invalid-feedback,
.form-invalid-feedback {
  display: block;
  margin-top: .25rem;
  font-size: 0.875rem; }
  .success-feedback:not(.set--visible),
  .invalid-feedback:not(.set--visible),
  .form-invalid-feedback:not(.set--visible) {
    position: absolute;
    opacity: 0;
    visibility: hidden; }

.invalid-feedback,
.form-invalid-feedback,
.block--recaptcha .text-color--error {
  color: #ff4949; }
  .invalid-feedback a,
  .form-invalid-feedback a,
  .block--recaptcha .text-color--error a {
    color: #0000ff !important;
    text-decoration: underline !important; }

.block--recaptcha .text-color--error {
  margin-top: .25rem;
  font-size: 0.875rem; }

.success-feedback {
  color: #009f4c; }

.form-invalid-feedback {
  margin-bottom: 1em; }

.sharepage--modal .form-control {
  margin: 0 0 30px; }

.qty-select--box {
  padding-top: 0;
  padding-bottom: 0;
  width: auto;
  min-width: 80px;
  display: inline-block; }

.saveforlater__price-qty .qty-select--box {
  min-width: 75px; }

.pdp--qty-errormsg,
.pdp--qty-errormsg-recertified {
  font-family: 'Trade_Gothic_LT_Oblique';
  padding-left: 25.5px;
  font-style: italic;
  color: #ff4949;
  font-size: 1rem; }

.pdp--qty-errormsg-recertified {
  padding: 0; }

.form-check-input:checked + .form-check-label:after,
.form-check-label.set--checked:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 18'%3E%3Cpath fill='%23ffffff' d='M23.543 2.371L21.171 0 8.286 12.886 2.371 6.971 0 9.343l7.629 7.628v-.028l.657.657z' /%3E%3C/svg%3E"); }

/*------------------------------------*\
  #MELISSA STYLE RULES
\*------------------------------------*/
.suggested-addresses {
  position: absolute;
  z-index: 1;
  -webkit-box-shadow: 0 0.5rem 2rem rgba(24, 25, 29, 0.25);
          box-shadow: 0 0.5rem 2rem rgba(24, 25, 29, 0.25);
  background-color: white;
  width: 100%;
  max-height: 255px;
  overflow-y: hidden;
  display: none; }
  .suggested-addresses.active {
    display: block; }

.recommended-address-line-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: .3rem;
  margin-bottom: 0;
  border-bottom: 1px solid #c5c5c7;
  width: 100%;
  font-size: 0.75rem;
  cursor: pointer; }
  .recommended-address-line-item:last-of-type {
    border-bottom: 0; }
  .recommended-address-line-item:hover {
    background-color: #f5f5f7; }
  .recommended-address-line-item span {
    color: #77777a;
    font-size: 0.625rem;
    padding-top: 2px; }
  .recommended-address-line-item p,
  .recommended-address-line-item span {
    margin-right: 3px; }

.breadcrumbs {
  margin-bottom: 1rem; }

.breadcrumbs--spaced {
  margin-top: 1rem; }

.breadcrumbs__item:not(:last-child) {
  margin-right: 1em; }

.breadcrumbs__item a {
  color: #66666a; }

.breadcrumbs__separator {
  display: inline-block;
  margin-left: 1em; }

.plp-breadcrumb .breadcrumb-block {
  position: relative;
  top: 8px;
  z-index: 9; }

@media (max-width: 47.9375rem) {
  .breadcrumb-block .breadcrumb__link,
  .breadcrumb-block .breadcrumb__link:focus,
  .breadcrumb-block .breadcrumb__link:link,
  .breadcrumb-block .breadcrumb__link:visited {
    font-size: 0.625rem; } }

@media (max-width: 64rem) {
  #utility-wrapper .utility {
    height: 100%; } }

.tab-nav .tab-nav__item {
  text-transform: uppercase;
  color: #999999;
  font-weight: normal; }
  .tab-nav .tab-nav__item:hover:not(.toggle--active) {
    color: #18191d; }
  .tab-nav .tab-nav__item.toggle--active,
  .tab-nav__item-check.toggle--active + .tab-nav .tab-nav__item {
    -webkit-box-shadow: inset 0 -0.2rem 0 0 #18191d;
            box-shadow: inset 0 -0.2rem 0 0 #18191d;
    color: #18191d; }

.tabs .tab-accordion-title {
  background: #e6e6e8 !important;
  color: #18191d !important;
  font-size: 14px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  padding: 10px 15px !important;
  cursor: pointer !important;
  border-bottom: 2px solid #fff !important;
  position: relative !important;
  font-family: Trade_Gothic_LT_Bold !important; }
  .tabs .tab-accordion-title:hover {
    background: #ac0535;
    color: #ffffff; }
  .tabs .tab-accordion-title.toggle--active {
    background: #18191d !important;
    color: #fff !important; }
  @media (max-width: 47.9375rem) {
    .tabs .tab-accordion-title {
      border-bottom: 1px solid #d7d7d9;
      height: 3rem;
      line-height: 2rem;
      text-align: left; } }
  @media (max-width: 47.9375rem) {
    .tabs .tab-accordion-title.toggle--active {
      background-color: #18191d;
      color: #ffffff;
      line-height: 1.75rem;
      -webkit-box-shadow: 0 0 0 black;
              box-shadow: 0 0 0 black; }
      .tabs .tab-accordion-title.toggle--active:after {
        content: "-"; } }

.price__range {
  display: inline-block; }

.pdp-prod-price-block > div {
  text-align: left; }
  .pdp-prod-price-block > div .price__original, .pdp-prod-price-block > div .price__sales, .pdp-prod-price-block > div .price__range, .pdp-prod-price-block > div .price__tiered {
    text-align: left; }
    @media (max-width: 47.9375rem) {
      .pdp-prod-price-block > div .price__original, .pdp-prod-price-block > div .price__sales, .pdp-prod-price-block > div .price__range, .pdp-prod-price-block > div .price__tiered {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  @media (max-width: 47.9375rem) {
    .pdp-prod-price-block > div .price__original {
      margin-right: 2.5rem; } }
  .pdp-prod-price-block > div .price--title {
    display: block; }
  .pdp-prod-price-block > div .pdp-prod-price {
    margin-bottom: 1.5rem; }

.price .price__original {
  font-family: Trade_Gothic_LT_Bold_2; }

.price .price__sales {
  font-family: Trade_Gothic_LT_Bold_2; }

.price .starting,
.price .range,
.price .sales {
  font-weight: 400; }

.product-line-item__total-price .price {
  font-family: Trade_Gothic_LT_Bold_2; }

.price--title {
  font-size: 14px;
  letter-spacing: -0.2px;
  line-height: 21.33px; }

.list-price {
  color: #77777a !important; }

.list-price-grey {
  color: #77777a !important; }

/*------------------------------------*\
  #ICONS - Mapped to the static svg directory file names
\*------------------------------------*/
.icon {
  width: 1em;
  height: 1em;
  fill: currentColor; }

.link, .link--primary {
  -webkit-transition: opacity 107ms ease-in-out;
  transition: opacity 107ms ease-in-out; }
  .link:hover, .link--primary:hover {
    opacity: .7; }

.link--primary {
  display: inline-block; }

.link--underline {
  text-decoration: underline; }
  .link--underline a {
    text-decoration: underline; }

.link--underline-hover:hover, .link--underline-hover:focus {
  text-decoration: underline; }

.link--highlight-hover:hover, .link--highlight-hover:focus {
  color: #18191d; }

/**
 *  Utility classes for buttons and pseudo buttons
 */
.cursor--pointer:hover {
  cursor: pointer; }

.cursor--not-allowed:hover {
  cursor: not-allowed; }

.link--capitalise {
  text-transform: capitalize; }

.link--with--arrow {
  margin-left: 10px;
  display: inline-block;
  height: 10px;
  position: relative;
  width: 10px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg); }
  .link--with--arrow:before {
    bottom: 1px;
    content: '';
    height: 10px;
    position: absolute;
    right: 0px;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    width: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #ac0535; }
  .link--with--arrow:after {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: '';
    display: inline-block;
    height: 8px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 8px;
    border-color: #ac0535; }

@media (max-width: 47.9375rem) {
  .suggetion--link {
    display: table !important;
    margin: 30px auto; } }

@media (min-width: 64.0625rem) {
  .suggetion--link {
    margin-top: -1rem; } }

.link {
  color: #18191d;
  font-family: Trade_Gothic_LT_Roman;
  font-size: 16px;
  letter-spacing: -0.2px;
  line-height: 24px; }
  .link.link-red {
    color: #ac0535;
    text-decoration: underline;
    margin-bottom: 9px;
    display: block; }
    .link.link-red:hover {
      color: #66666a; }
  .link:hover {
    color: #ac0535; }
  .link.utility-overlay__header-anchor {
    font-size: 1.265625rem;
    line-height: 30.38px; }

h2.utility-overlay__header-title {
  margin: 0; }

.swatch--color {
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0); }
  .swatch--color:after {
    -webkit-transition-duration: 0s;
            transition-duration: 0s; }

.swatch--color-small {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5rem;
          flex: 0 0 1.5rem;
  overflow: hidden;
  border: 0; }
  .swatch--color-small .swatch__icon--color {
    max-width: 200%;
    max-height: 200%;
    width: 200%;
    height: 200%;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto; }
  .swatch--color-small.selected:before {
    width: 1rem;
    height: 1rem; }
  .swatch--color-small:hover {
    border: 2px solid #ac0535; }
  .swatch--color-small:after {
    -webkit-box-shadow: inset 0 0 0 0.15rem #ffffff;
    box-shadow: inset 0 0 0 0.15rem #ffffff; }

.swatch--color-large {
  width: 2.75rem;
  height: 2.75rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2.75em;
  flex: 0 0 2.75em;
  border: 2px solid #ffffff;
  overflow: hidden; }
  .swatch--color-large .swatch__icon--color {
    max-width: 200%;
    max-height: 200%;
    width: 200%;
    height: 200%;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto; }
  .swatch--color-large.unselectable {
    border-color: #ffffff;
    opacity: 1; }
    .swatch--color-large.unselectable:hover {
      border: 2px solid #ffffff; }
    .swatch--color-large.unselectable:before {
      height: 40px;
      border: 0;
      border-right: 2px solid #18191d;
      position: absolute;
      top: 0;
      -webkit-transform: rotate(120deg);
      transform: rotate(130deg);
      right: 19px;
      opacity: 1;
      z-index: 99;
      content: ''; }
  .swatch--color-large.selected {
    border: 2px solid #ac0535;
    pointer-events: none; }
    .swatch--color-large.selected.unselectable:before {
      top: -9px;
      right: -19px;
      border-radius: initial;
      background: none; }
    .swatch--color-large.selected.unselectable:after {
      top: 3px;
      left: -11px; }
  .swatch--color-large:hover {
    border: 2px solid #ac0535; }
  .swatch--color-large:after {
    -webkit-box-shadow: inset 0 0 0 0.13rem #ffffff;
            box-shadow: inset 0 0 0 0.13rem #ffffff; }

.swatch--color:after {
  border: 2px solid #ac0535;
  border-radius: 49%; }

.swatch__icon--color {
  padding: 1px; }

.site-search__form .site-search__suggestions-list .product-tile__swatches {
  display: block; }

.site-search__form .site-search__suggestions-list .swatch--color-small {
  display: inline-block; }
  .site-search__form .site-search__suggestions-list .swatch--color-small .swatch__icon--color {
    top: -5px;
    left: -10px;
    right: 0;
    bottom: 0; }

@media (min-width: 48rem) {
  .secondary-navigation__trigger {
    display: none; } }

.secondary-navigation .secondary-navigation__anchor.set--active {
  color: #ac0535; }

.link, .link--primary {
  -webkit-transition: opacity 107ms ease-in-out;
  transition: opacity 107ms ease-in-out; }
  .link:hover, .link--primary:hover {
    opacity: .7; }

.link--primary {
  display: inline-block; }

.link--underline {
  text-decoration: underline; }
  .link--underline a {
    text-decoration: underline; }

.link--underline-hover:hover, .link--underline-hover:focus {
  text-decoration: underline; }

.link--highlight-hover:hover, .link--highlight-hover:focus {
  color: #18191d; }

/**
 *  Utility classes for buttons and pseudo buttons
 */
.cursor--pointer:hover {
  cursor: pointer; }

.cursor--not-allowed:hover {
  cursor: not-allowed; }

.link--capitalise {
  text-transform: capitalize; }

.link--with--arrow {
  margin-left: 10px;
  display: inline-block;
  height: 10px;
  position: relative;
  width: 10px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg); }
  .link--with--arrow:before {
    bottom: 1px;
    content: '';
    height: 10px;
    position: absolute;
    right: 0px;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    width: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #ac0535; }
  .link--with--arrow:after {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: '';
    display: inline-block;
    height: 8px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 8px;
    border-color: #ac0535; }

@media (max-width: 47.9375rem) {
  .suggetion--link {
    display: table !important;
    margin: 30px auto; } }

@media (min-width: 64.0625rem) {
  .suggetion--link {
    margin-top: -1rem; } }

.link {
  color: #18191d;
  font-family: Trade_Gothic_LT_Roman;
  font-size: 16px;
  letter-spacing: -0.2px;
  line-height: 24px; }
  .link.link-red {
    color: #ac0535;
    text-decoration: underline;
    margin-bottom: 9px;
    display: block; }
    .link.link-red:hover {
      color: #66666a; }
  .link:hover {
    color: #ac0535; }
  .link.utility-overlay__header-anchor {
    font-size: 1.265625rem;
    line-height: 30.38px; }

h2.utility-overlay__header-title {
  margin: 0; }

.product-line-item {
  position: relative; }
  .product-line-item:not(:last-child) {
    border-bottom: solid 0.0625rem #434447; }
  .product-line-item.set--in-wishlist .product-line-item__wishlist-add {
    display: none; }
  .product-line-item.set--in-wishlist .product-line-item__wishlist-remove {
    display: inline-block; }

.product-line-item--wishlist.set--removed-wishlist .product-line-item__wishlist-revert {
  display: block; }

.product-line-item--wishlist.set--removed-wishlist .product-line-item__main {
  display: none; }

.product-line-item__wishlist-text {
  margin-left: 10px; }

.product-line-item--shipment {
  margin-bottom: 1.25rem;
  padding-bottom: 1.5rem;
  border-bottom: dashed 0.0625rem #e6e6e8; }

.product-line-item__media-link {
  display: block; }

.product-line-item__header {
  margin-bottom: .25em; }

.product-line-item__footer {
  margin-top: 1.25rem; }

.product-line-item__attribute:not(:last-child),
.product-line-item__action:not(:last-child) {
  margin-bottom: .25em; }

.product-line-item__actions {
  margin-top: 1.25rem;
  white-space: nowrap; }
  @media (min-width: 48rem) {
    .product-line-item__actions.product-line-item__unflex {
      display: inline-block;
      text-align: right; }
      .product-line-item__actions.product-line-item__unflex > div {
        display: inline-block; } }
  .product-line-item__actions .product-line-item__action {
    margin-bottom: 0; }

.product-line-item__wishlist-remove {
  display: none; }

.product-line-item__wishlist-revert {
  display: none; }

.product-line-item__pickup {
  margin-top: 1rem; }

.utility-overlay__line-items .prod-badges,
.cart__line-item .prod-badges {
  background-color: #434447;
  color: #ffffff;
  margin-bottom: 5px;
  padding: 5px 2rem;
  display: inline-block;
  min-width: auto;
  -webkit-transform: none;
          transform: none;
  font-weight: normal;
  font-size: .79rem; }

.utility-overlay__line-items .collection-name,
.cart__line-item .collection-name {
  display: inline-block;
  line-height: 17px;
  font-size: 0.88875rem;
  margin: 0; }

.utility-overlay__line-items .product-line-item__name.link,
.cart__line-item .product-line-item__name.link {
  font-family: 'TradeGothic_LT_Light';
  letter-spacing: -0.2px;
  font-size: 0.88875rem;
  line-height: 21.33px; }

.utility-overlay__line-items .form-control-label,
.cart__line-item .form-control-label {
  font-size: .88875rem; }

.utility-overlay__line-items .price--title,
.utility-overlay__line-items .sale-value,
.cart__line-item .price--title,
.cart__line-item .sale-value {
  display: none; }

.utility-overlay__line-items .list-price,
.cart__line-item .list-price {
  color: #252525 !important; }

.product-line-item__name .checkout-collection-name {
  display: none; }

/*------------------------------------*\
  #BUNDLE PRODUCTS
\*------------------------------------*/
.bundled-list {
  position: relative;
  margin-top: 1.25rem;
  border-top: dashed 0.0625rem #e6e6e8; }

.bundled-list__title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 10rem;
  margin: auto;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%); }

.bundled-list-item {
  margin-top: 1.25rem; }

.bundled-list-item__media {
  margin-right: .25rem; }

@media (min-width: 64.0625rem) {
  .product-line-item--order .product-line-item__qty-pricing,
  .product-line-item--minicart .product-line-item__qty-pricing,
  .product-line-item--wishlist .product-line-item__qty-pricing {
    margin-top: 1.25rem; } }

@media (max-width: 64rem) {
  .product-line-item__qty-pricing {
    margin-top: 1rem; } }

@media (min-width: 48rem) {
  .product-line-item {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
  .product-line-item--minicart {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .product-line-item__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .product-line-item__action:not(:last-child) {
    margin-right: 1rem; }
  .product-line-item__actions .product-line-item__saveforlater {
    margin-left: 0rem; } }

@media (max-width: 47.9375rem) {
  .product-line-item {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
  .product-line-item--minicart {
    padding-right: 1rem;
    padding-left: 1rem; }
  .product-line-item__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: end !important; }
    .product-line-item__actions .product-line-item__saveforlater,
    .product-line-item__actions .product-line-item__edit {
      margin-right: 1rem; }
    .product-line-item__actions .product-line-item__wishlist {
      margin-top: 1rem; } }

.product-line-item__edit {
  line-height: 1.1rem; }

.product-line-item__actions {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.edit-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-dr-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.line-item-total-non-adjusted-price-amount {
  text-decoration: line-through; }

.line-throught {
  text-decoration: line-through; }

.product-line-item__total-price {
  text-align: right; }
  .product-line-item__total-price .saving {
    font-family: "Trade_Gothic_LT_Roman";
    color: #66666a;
    font-style: italic;
    font-size: 1rem; }

.utility-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 11;
  position: fixed;
  right: .5rem;
  top: .5rem;
  height: calc(100% - 1rem);
  background-color: #FFF;
  border-radius: .25rem;
  -webkit-box-shadow: 0 0.5rem 2rem rgba(24, 25, 29, 0.25);
          box-shadow: 0 0.5rem 2rem rgba(24, 25, 29, 0.25);
  cursor: default; }
  .utility-overlay.toggle--active {
    -webkit-transition: visibility 0s, -webkit-transform 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
    transition: visibility 0s, -webkit-transform 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
    transition: transform 426ms cubic-bezier(0.4, 0.9, 0.3, 1), visibility 0s;
    transition: transform 426ms cubic-bezier(0.4, 0.9, 0.3, 1), visibility 0s, -webkit-transform 426ms cubic-bezier(0.4, 0.9, 0.3, 1); }
  .utility-overlay:not(.toggle--active) {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: visibility 0s ease-in 213ms, -webkit-transform 213ms ease-in;
    transition: visibility 0s ease-in 213ms, -webkit-transform 213ms ease-in;
    transition: transform 213ms ease-in, visibility 0s ease-in 213ms;
    transition: transform 213ms ease-in, visibility 0s ease-in 213ms, -webkit-transform 213ms ease-in; }
  .utility-overlay .product-line-item:not(:last-child) {
    border-bottom: solid 0.0625rem #c5c5c7; }

.utility-overlay__header,
.utility-overlay__footer {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.utility-overlay__header {
  position: relative;
  padding: 1rem 1.25rem;
  border-bottom: solid 0.0625rem #c5c5c7; }

.utility-overlay__header-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 1rem 1.25rem; }

.utility-overlay__error .form-invalid-feedback {
  margin-top: 1rem; }

.utility-overlay__line-items {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-bottom: solid 0.0625rem #c5c5c7; }

.utility-overlay__footer {
  margin-top: auto;
  background-color: #ffffff; }

.utility-overlay__footer-section {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  .utility-overlay__footer-section:not(:first-child) {
    border-top: solid 0.0625rem #c5c5c7; }
  .utility-overlay__footer-section .estimated--total-price {
    font-family: 'Trade_Gothic_LT_Bold';
    font-size: 20.25px;
    letter-spacing: -0.2px;
    font-weight: normal;
    line-height: 30.38px; }

.utility-overlay__footer-totals,
.utility-overlay__footer-promo {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }

.utility-overlay__footer-message {
  margin-top: .5475rem;
  font-family: 'TradeGothic_LT_Light';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.2px; }

.utility-overlay__footer-actions {
  margin-top: 2rem; }

@media (min-width: 48rem) {
  .secondary-navigation__trigger {
    display: none; } }

.secondary-navigation .secondary-navigation__anchor.set--active {
  color: #ac0535; }

.site-search .site-search__form {
  padding: 0;
  background-color: #f5f5f7;
  border-top: solid 1px #d7d7d9; }
  @media (max-width: 47.9375rem) {
    .site-search .site-search__form {
      top: 85px; } }
  @media (min-width: 48rem) {
    .site-search .site-search__form {
      max-width: 625px;
      height: auto;
      max-height: calc(100vh - 7rem);
      overflow: hidden; } }

.site-search .site-search__field {
  margin: .25rem 0 .25rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  letter-spacing: -.0125rem; }
  .site-search .site-search__field::-webkit-input-placeholder {
    color: #999999; }
  .site-search .site-search__field::-moz-placeholder {
    color: #999999; }
  .site-search .site-search__field::-ms-input-placeholder {
    color: #999999; }
  .site-search .site-search__field::placeholder {
    color: #999999; }
  @media (min-width: 48rem) {
    .site-search .site-search__field {
      padding-left: 2.5rem; } }

.site-search .site-search__button {
  padding: 1rem;
  top: .125rem;
  left: 0; }
  @media (min-width: 48rem) {
    .site-search .site-search__button {
      left: .5rem;
      width: auto; } }

.site-search .clear-button {
  font-weight: 400;
  color: #a2042f;
  margin-right: 4rem;
  opacity: 0; }
  @media (min-width: 48rem) {
    .site-search .clear-button {
      margin-right: 5.5rem; } }

.site-search .site-search__suggestions-container {
  max-height: calc(100vh - 7.25rem);
  position: static;
  z-index: 3;
  padding-left: 0;
  border-top: solid 1px #e6e6e8;
  overflow-y: scroll; }
  @media (max-width: 57.4375rem) {
    .site-search .site-search__suggestions-container {
      max-height: calc(88vh - 7.25rem); } }
  @media (min-width: 48rem) {
    .site-search .site-search__suggestions-container .image-ratio img {
      height: 10.25rem;
      width: 10.25rem; } }

.site-search .site-search__suggestions-list {
  max-height: none;
  padding: 1.25rem 0 0; }
  @media (min-width: 48rem) {
    .site-search .site-search__suggestions-list {
      padding: 1.5rem 1.5rem 5rem 1.5rem; } }

.site-search .site-search__suggestions-corrections {
  letter-spacing: -.2px;
  line-height: 1.1875rem;
  margin-bottom: 1.5rem; }
  @media (max-width: 47.9375rem) {
    .site-search .site-search__suggestions-corrections {
      margin-left: 1rem;
      margin-right: 1rem; } }
  .site-search .site-search__suggestions-corrections.popular {
    font-weight: bolder; }

.site-search .site-search__suggestions-category {
  font-family: 'Trade_Gothic_LT_Bold_2'; }

.site-search .site-search__suggestions-parent-category {
  opacity: .5; }

.site-search .site-search__suggestions-name {
  display: inline-block;
  margin-bottom: 0;
  color: #18191d;
  letter-spacing: -.2px;
  line-height: 1.1875rem; }

.site-search .site-search__suggestions-tile-wrapper {
  margin-top: 1.5rem; }
  @media (min-width: 48rem) {
    .site-search .site-search__suggestions-tile-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 1.125rem; } }
  .site-search .site-search__suggestions-tile-wrapper .site-search__suggestions-product-tile {
    margin-bottom: 0; }

.site-search .site-search__suggestions-help-center {
  margin-top: 1.5rem; }
  .site-search .site-search__suggestions-help-center .site-search__suggestions-help-articles {
    margin-bottom: 3px; }
  @media (max-width: 47.9375rem) {
    .site-search .site-search__suggestions-help-center {
      text-align: center; } }

.site-search .site-search__suggestions-product-tile {
  margin-bottom: 0; }
  @media (min-width: 48rem) {
    .site-search .site-search__suggestions-product-tile {
      margin-bottom: 0 !important;
      width: calc((100% - 1rem)/3);
      border: solid 2px #e6e6e8;
      margin-right: .5rem; } }
  .site-search .site-search__suggestions-product-tile:last-child {
    margin-right: 0; }
  .site-search .site-search__suggestions-product-tile .flag__wrapper {
    display: none; }

.site-search .product-grid__item {
  margin-bottom: 0; }
  .site-search .product-grid__item .product-tile__body {
    padding-top: 0;
    margin-right: 1.5rem;
    z-index: 2; }
    @media (min-width: 48rem) {
      .site-search .product-grid__item .product-tile__body {
        padding: 0 1rem;
        margin: 1rem 0 1.5rem; } }
    .site-search .product-grid__item .product-tile__body .product-tile__title {
      margin: 0 0 .25rem; }
    .site-search .product-grid__item .product-tile__body .price__original,
    .site-search .product-grid__item .product-tile__body .price__sales,
    .site-search .product-grid__item .product-tile__body .sales {
      font-size: 1rem; }
    .site-search .product-grid__item .product-tile__body .price__sales {
      line-height: 1.5rem; }
    .site-search .product-grid__item .product-tile__body .product-tile__sku {
      padding-top: 0;
      font-size: 14.22px;
      font-weight: 400; }
  .site-search .product-grid__item .product-tile__name {
    font-size: 1rem;
    line-height: 1.1875rem; }
    @media (min-width: 48rem) {
      .site-search .product-grid__item .product-tile__name {
        font-size: .75rem;
        line-height: .875rem;
        letter-spacing: 1.69px;
        min-height: auto; } }
  .site-search .product-grid__item .product-tile__product-name {
    line-height: 1.375rem;
    letter-spacing: -.2px;
    color: #18191d; }
    @media (min-width: 48rem) {
      .site-search .product-grid__item .product-tile__product-name {
        font-size: 14.22px;
        line-height: 17.78px; } }

.site-search .product-tile {
  padding: 1.75rem 0 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 47.9375rem) {
    .site-search .product-tile {
      margin-top: 1rem; } }
  @media (min-width: 48rem) {
    .site-search .product-tile {
      padding-top: 0; } }
  .site-search .product-tile .product-tile__swatch {
    margin-right: .25rem; }

.site-search .image-ratio {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  min-width: 100px; }

@media (min-width: 48rem) {
  .site-search .product-tile__image {
    margin-top: 1.25rem; } }

.site-search .product-tile__wishlist {
  top: 0;
  right: 0;
  padding: .5rem;
  overflow: hidden; }
  @media (min-width: 48rem) {
    .site-search .product-tile__wishlist {
      padding: .75rem; } }
  .site-search .product-tile__wishlist .icon {
    font-size: 18.33px; }
    @media (min-width: 48rem) {
      .site-search .product-tile__wishlist .icon {
        font-size: 1.375rem; } }

.site-search .flag__mobile {
  height: auto;
  margin-bottom: 0; }

@media (min-width: 48rem) {
  .site-search .flag__wrapper .flag__mobile .flag_position .flag {
    min-width: auto; } }

.site-search .flag_position {
  position: static; }
  .site-search .flag_position .flag {
    display: inline-block;
    position: static;
    width: auto;
    font-size: 14.22px;
    padding: 2px 1rem;
    line-height: 21.33px;
    margin-bottom: .5rem; }
    @media (min-width: 48rem) {
      .site-search .flag_position .flag {
        min-width: auto;
        -webkit-transform: none;
                transform: none;
        position: absolute;
        left: 0;
        right: auto;
        font-size: 10.11px;
        line-height: .75rem;
        padding: .25rem .5rem;
        letter-spacing: 0; } }

.site-search .range {
  font-size: 14.22px; }

.site-search .product-promotions__item {
  text-transform: uppercase;
  font-size: 12.6px;
  letter-spacing: .35px; }

.site-search .suggetion--link,
.site-search .suggetion-hc--link {
  margin: 1.25rem auto;
  line-height: 1rem;
  font-weight: 400; }
  @media (min-width: 48rem) {
    .site-search .suggetion--link,
    .site-search .suggetion-hc--link {
      display: inline-block;
      text-align: left;
      margin-bottom: 0;
      vertical-align: top; } }
  .site-search .suggetion--link .icon,
  .site-search .suggetion-hc--link .icon {
    font-size: .5rem; }
  @media (max-width: 47.9375rem) {
    .site-search .suggetion--link,
    .site-search .suggetion-hc--link {
      display: block !important;
      text-align: center; } }

.site-search .suggetion-hc--link {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 48rem) {
    .site-search .suggetion-hc--link {
      display: inline-block;
      text-align: left !important; } }

.site-search__form {
  z-index: 5;
  position: absolute;
  width: 100vw;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 213ms;
          transition-duration: 213ms;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  height: 3.75rem; }
  .site-search__form:not(.toggle--active) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  .site-search__form.toggle--active {
    display: block; }
  .site-search__form .site-search__close-button {
    position: absolute;
    top: 0;
    right: 1rem;
    width: 3rem;
    height: 100%;
    display: inline-block; }

.site-search__field {
  width: 100%;
  border: none;
  background-color: #f5f5f7; }
  .toggle--active .site-search__field {
    visibility: visible; }

.search-bar-wrapper .header-svg-icon {
  stroke: #18191d;
  width: 1.125rem;
  height: 1.125rem;
  font-size: 1.125rem;
  position: absolute;
  top: 17px; }

.search-clear__button {
  position: absolute;
  top: 4px;
  right: -.5rem;
  width: 3rem;
  display: inline-block;
  background: none !important; }
  @media (min-width: 48rem) {
    .search-clear__button {
      right: -.25rem; } }

.search-svg-close {
  display: block !important; }

.site-search__suggestions-matches:not(.row) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.header__search-trigger {
  position: relative;
  width: 2rem;
  height: 2rem; }
  .header__search-trigger .site-search__trigger-search {
    display: block !important; }
  .header__search-trigger.toggle--active .site-search__trigger-search {
    opacity: 0;
    visibility: hidden;
    display: none !important; }
  .header__search-trigger.toggle--active .site-search__trigger-close {
    display: block !important; }
  .header__search-trigger:not(.toggle--active) .site-search__trigger-close {
    opacity: 0;
    visibility: hidden;
    display: none !important; }

.header-wrapper header.header #block-useraccountmenus .site-search .header__search-trigger {
  margin-top: 6px !important; }
  @media only screen and (min-width: 1025px) {
    .header-wrapper header.header #block-useraccountmenus .site-search .header__search-trigger {
      padding-top: 20px !important;
      margin-top: 0px !important; } }

.site-search__trigger-icon {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto; }

.site-search__suggestions-list {
  width: 100%;
  max-height: 100vh;
  border-radius: 0 0 .125rem .125rem;
  border-top: none;
  background-color: #ffffff;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.site-search__suggestions-section {
  border-top: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important; }
  .site-search__suggestions-section:not(:last-child) {
    margin-bottom: 1.25rem; }
  .site-search__suggestions-section.site-search__suggestions-corrections {
    font-weight: bold; }

.site-search__suggestions-section-products > a:after,
.site-search__suggestions-section > a:after {
  content: '' !important; }

.site-search__suggestions-title {
  margin-bottom: .5rem;
  font-family: Trade_Gothic_LT_Roman;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 1.42375rem !important; }
  @media (max-width: 47.9375rem) {
    .site-search__suggestions-title {
      text-align: center !important; } }

a.site-search__suggestions-correction {
  color: #18191d !important;
  text-transform: lowercase !important;
  display: inline-block !important;
  font-size: 1rem !important;
  text-decoration: underline !important;
  letter-spacing: 2px; }

@media (min-width: 48rem) {
  .site-search__suggestions-item:not(.site-search__suggestions-product-tile):not(:last-child) {
    margin-bottom: 1.5rem !important; } }

@media (min-width: 48rem) {
  .site-search__suggestions-item .product-tile__body .slider_flag {
    display: none; } }

.site-search__suggestions-item .product-grid__item .product-promotions {
  width: 100%; }

.site-search__suggestions-item .product-grid__item .price--title,
.site-search__suggestions-item .product-grid__item .value {
  font-size: 14.22px;
  letter-spacing: -.2px;
  line-height: 21.33px; }

.site-search__suggestions-item .product-grid__item .dash {
  padding: 0 5px 10px 5px; }

.site-search__suggestions-item .product-grid__item .range {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.site-search__suggestions-item .product-grid__item .buydirect-list-price {
  margin-bottom: 10px; }

@media (min-width: 48rem) {
  .site-search__suggestions-item .product-grid__item .price__original,
  .site-search__suggestions-item .product-grid__item .price__sales {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: .75rem; }
  .site-search__suggestions-item .product-grid__item .price__original {
    margin-bottom: .25rem; }
  .site-search__suggestions-item .product-grid__item .price--title {
    display: block;
    font-size: .75rem;
    letter-spacing: 0;
    line-height: .875rem; }
  .site-search__suggestions-item .product-grid__item .value {
    font-size: 14.22px;
    line-height: 1.0625rem;
    letter-spacing: 0; }
  .site-search__suggestions-item .product-grid__item .range {
    display: block;
    line-height: 0;
    margin-top: .75rem; } }

.site-search__suggestions-item .flag {
  display: none; }
  @media (min-width: 48rem) {
    .site-search__suggestions-item .flag {
      display: block;
      float: left;
      -webkit-transform-origin: unset;
              transform-origin: unset;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      min-width: auto;
      position: absolute;
      padding: .25rem 0.75rem;
      background-color: #434447;
      top: 30px;
      left: -40px; }
      .site-search__suggestions-item .flag.flag--delta-red {
        background-color: #bb0031; } }

.site-search__suggestions-image-wrap {
  overflow: hidden;
  position: relative; }
  .site-search__suggestions-image-wrap:before {
    display: block;
    content: '';
    padding-bottom: 100%;
    width: 100%; }

.site-search__suggestions-image {
  max-height: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto; }

.site-search__suggestions-banner {
  margin-bottom: .5rem; }

@media (min-width: 48rem) {
  .site-search__form {
    top: 45%;
    right: 50%;
    left: 0;
    max-width: 39.8rem;
    margin: auto; }
  .site-search__suggestions-container {
    min-width: 21.875rem; }
  .site-search__suggestions-list {
    max-height: 65vh; }
  .set--has-results .site-search__field {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .site-search__suggestions-section:not(:last-child) {
    border-bottom: 1px solid #d7d7d9;
    padding-bottom: 1.25rem; }
  .utility--menu--space {
    margin-left: 4.5rem; } }

@media (max-width: 47.9375rem) {
  .site-search__form {
    top: 100%; }
  .site-search__field {
    border-radius: 0; }
  .slider_flag {
    display: block; }
  .site-search__suggestions-section {
    padding: 0 1rem; }
    .site-search__suggestions-section:not(:first-child):not(:last-child) {
      border: 1px solid transparent;
      border-bottom: 1px solid #d7d7d9; }
    .site-search__suggestions-section.site-search__suggestions-corrections {
      border: none !important; }
  .site-search__suggestions-matches {
    padding-bottom: .625rem; } }

.ajax-progress-throbber {
  display: none !important; }

@media only screen and (max-width: 1099px) {
  .header-wrapper header.header #block-useraccountmenus {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    top: 10px !important; } }

.site-search__overlay {
  display: none !important; }

@media (max-width: 1099px) {
  .header-wrapper header.header {
    top: 0 !important; }
  .global_header .header-wrapper .toggle-expand {
    top: 10px !important; } }

#find-a-part-sfcc-autocomplete-results ul {
  position: absolute;
  min-height: 50vh;
  height: 100%;
  overflow-y: auto;
  background: #f5f5f7;
  border: 1px solid #d7d7d7;
  padding: 15px 10px 20px;
  width: 100% !important;
  z-index: 9;
  top: -1.5rem; }
  #find-a-part-sfcc-autocomplete-results ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    cursor: pointer; }
    #find-a-part-sfcc-autocomplete-results ul li a {
      position: relative;
      font-family: 'Trade_Gothic_LT_Roman';
      padding: 5px 0;
      line-height: 20px;
      margin: 0;
      letter-spacing: normal; }
      #find-a-part-sfcc-autocomplete-results ul li a:before {
        background: #e6e6e8;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: -10px;
        height: 100%;
        width: 0;
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        z-index: -1; }
      #find-a-part-sfcc-autocomplete-results ul li a:hover:before {
        width: 105%; }
      #find-a-part-sfcc-autocomplete-results ul li a.red--link {
        color: #ac0535;
        text-transform: uppercase;
        font-weight: 400;
        font-size: .75rem;
        font-family: 'Trade_Gothic_LT_Bold_2';
        padding: 0 0 .5rem;
        margin: .5rem 0 0;
        border-bottom: 1px solid #D7D7D9;
        letter-spacing: 2px;
        position: relative; }
        #find-a-part-sfcc-autocomplete-results ul li a.red--link.no--brdlink {
          border: none; }
        #find-a-part-sfcc-autocomplete-results ul li a.red--link:before {
          display: none; }
        #find-a-part-sfcc-autocomplete-results ul li a.red--link:after {
          content: '';
          position: absolute;
          width: 0px;
          height: 0px;
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent;
          border-left: 5px solid #ac0535;
          top: 4px;
          margin: 0 4px; }
      #find-a-part-sfcc-autocomplete-results ul li a span {
        display: block; }
  #find-a-part-sfcc-autocomplete-results ul h2 {
    padding: .5rem 0 0 !important;
    border: none; }

@media only screen and (max-width: 1099px) {
  .mega-nav .mega-nav-wrapper#mega-nav-wrapper > .mega-menu-nav > li.mega-menu-nav__item--with-sub > ul.mega-menu-nav--sub-1 #find-a-part-sfcc-autocomplete-results ul li a {
    position: relative;
    font-family: 'Trade_Gothic_LT_Roman';
    padding: 5px 0;
    line-height: 20px;
    margin: 0;
    letter-spacing: normal; }
    .mega-nav .mega-nav-wrapper#mega-nav-wrapper > .mega-menu-nav > li.mega-menu-nav__item--with-sub > ul.mega-menu-nav--sub-1 #find-a-part-sfcc-autocomplete-results ul li a:before {
      background: #e6e6e8;
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: -10px;
      height: 100%;
      width: 0;
      -webkit-transition: all ease .5s;
      transition: all ease .5s;
      z-index: -1; }
    .mega-nav .mega-nav-wrapper#mega-nav-wrapper > .mega-menu-nav > li.mega-menu-nav__item--with-sub > ul.mega-menu-nav--sub-1 #find-a-part-sfcc-autocomplete-results ul li a:hover:before {
      width: 105%; }
    .mega-nav .mega-nav-wrapper#mega-nav-wrapper > .mega-menu-nav > li.mega-menu-nav__item--with-sub > ul.mega-menu-nav--sub-1 #find-a-part-sfcc-autocomplete-results ul li a.red--link {
      color: #ac0535;
      text-transform: uppercase;
      font-weight: 400;
      font-size: .75rem;
      font-family: 'Trade_Gothic_LT_Bold_2';
      padding: 0 0 .5rem;
      margin: .5rem 0 0;
      border-bottom: 1px solid #D7D7D9;
      letter-spacing: 2px;
      position: relative; }
      .mega-nav .mega-nav-wrapper#mega-nav-wrapper > .mega-menu-nav > li.mega-menu-nav__item--with-sub > ul.mega-menu-nav--sub-1 #find-a-part-sfcc-autocomplete-results ul li a.red--link.no--brdlink {
        border: none; }
      .mega-nav .mega-nav-wrapper#mega-nav-wrapper > .mega-menu-nav > li.mega-menu-nav__item--with-sub > ul.mega-menu-nav--sub-1 #find-a-part-sfcc-autocomplete-results ul li a.red--link:before {
        display: none; }
      .mega-nav .mega-nav-wrapper#mega-nav-wrapper > .mega-menu-nav > li.mega-menu-nav__item--with-sub > ul.mega-menu-nav--sub-1 #find-a-part-sfcc-autocomplete-results ul li a.red--link:after {
        content: '';
        position: absolute;
        width: 0px;
        height: 0px;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #ac0535;
        top: 4px;
        margin: 0 4px; }
    .mega-nav .mega-nav-wrapper#mega-nav-wrapper > .mega-menu-nav > li.mega-menu-nav__item--with-sub > ul.mega-menu-nav--sub-1 #find-a-part-sfcc-autocomplete-results ul li a span {
      display: block; }
  .mega-nav .mega-nav-wrapper#mega-nav-wrapper > .mega-menu-nav > li.mega-menu-nav__item--with-sub > ul.mega-menu-nav--sub-1 #find-a-part-sfcc-autocomplete-results ul li h2 {
    padding: .5rem 0 0 !important;
    border: none;
    font-size: 15px; } }

.site-search__suggestions-list .site-search__suggestions-section .product-grid__item {
  position: relative; }
  .site-search__suggestions-list .site-search__suggestions-section .product-grid__item .direct-buy-container {
    right: 4px; }

.header__utility-item--badged {
  position: relative; }
  .header__utility-item--badged.set--has-items .header__utility-anchor--no-items {
    display: none; }
  .header__utility-item--badged:not(.set--has-items) .header__utility-anchor--has-items {
    display: none; }
  .header__utility-item--badged .header__utility-anchor--has-items.post--add .header__utility-badge {
    top: -11px;
    left: 69%; }

.header__utility-anchor {
  position: relative;
  color: currentColor;
  color: var(--header-nav-color, currentColor); }

.header-wrapper header.header #block-useraccountmenus {
  margin: 0.625rem 0 0 5rem !important; }

.header-wrapper header.header #block-useraccountmenus .site-search .header__search-trigger {
  margin-bottom: 11px !important;
  padding-top: 0 !important;
  top: 0 !important; }

@media (min-width: 48rem) {
  .header-wrapper header.header #block-useraccountmenus .account-menu-item {
    top: -3px !important; } }

.header__utility-badge {
  position: absolute;
  top: 0;
  left: 72%;
  min-width: 1rem;
  height: 1rem;
  padding-right: .25em;
  padding-left: .25em;
  background-color: #18191d;
  border-radius: 1rem;
  color: #ffffff;
  font-size: .5625rem;
  font-weight: 700; }

.cart-count--number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.set--overlay .global_header #utility-wrapper {
  z-index: 3; }

.set--overlay .global_header #fullwidth-header {
  position: fixed; }
  .set--overlay .global_header #fullwidth-header:after {
    height: 101%; }
    @media (max-width: 47.9375rem) {
      .set--overlay .global_header #fullwidth-header:after {
        display: none; } }

.header__minicart-overlay .button {
  display: inline-block; }

.header__minicart-overlay .price--title,
.header__minicart-overlay .sale-value {
  display: none; }

.header__minicart-overlay .list-price {
  color: #252525 !important; }

.mobile-utility-menu {
  display: none; }

@media (min-width: 64.0625rem) {
  .header__utility-item .account-menu-item {
    top: -3px !important; } }

@media (min-width: 48rem) and (max-width: 64rem) {
  .header__utility-item:not(:last-child) {
    margin-right: 1rem; }
  .header__minicart {
    margin-right: 16px; }
  .header-wrapper header.header .block-container.flex {
    display: unset; }
  .utility--menu--space {
    float: right; }
  .active-mobile-header .utility--menu--space {
    opacity: 0; } }

@media (max-width: 47.9375rem) {
  .header__utility-item:not(:last-child) {
    margin-right: .75rem; }
  .utility--menu--space {
    float: right; }
  .header-wrapper header.header #block-languageswitchblock-2 {
    margin-top: 0; }
  .header-wrapper header.header .block-container.flex {
    display: unset; }
  .active-mobile-header .utility--menu--space {
    opacity: 0; }
  #block-useraccountmenu-2 nav.utility-nav .sf--mobile-utility li:first-child a {
    padding: 15px 20px !important; }
    #block-useraccountmenu-2 nav.utility-nav .sf--mobile-utility li:first-child a::before {
      background-image: none; }
  .mobile-utility-menu {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 10000000; } }

@media only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (orientation: landscape) {
  .header-wrapper header.active-mobile-header .block-container {
    display: inline-block;
    width: 100%; }
  .active-mobile-header .utility--menu--space {
    opacity: 0; }
  .utility--menu--space {
    margin-right: 1rem; } }

#block-useraccountmenu-2 nav.utility-nav li:first-child a:before {
  background: none !important; }

@media only screen and (max-width: 1099px) {
  #block-useraccountmenu-2 nav.utility-nav li.utility-menu-nav__item:first-child a {
    padding-left: 20px !important; }
  #block-useraccountmenu-2 nav.utility-nav li a .header-svg-icon {
    position: relative;
    top: .25rem;
    margin-right: .5rem; }
  .header-wrapper header.header {
    z-index: auto !important; }
    .header-wrapper header.header #block-useraccountmenus a.header-flyout__secondary-link {
      display: none; }
  .header-wrapper .region-site-branding a.logo__link {
    z-index: 1 !important; }
  .header-wrapper header.header #block-languageswitchblock-2 {
    margin: -13px 0 0 !important; }
  .mobile-language-switch .content {
    padding-top: 63px; } }

/**
 * Contains global styles for the header.
 * This stylesheet should not include component specific styles.
 */
fillwidth_header {
  background-color: white !important; }

.set--header-blend .header-container {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0; }

.header {
  z-index: 3;
  background-color: #FFF;
  background-color: var(--header-nav-bg, #FFF);
  -webkit-transition-property: background-color, color, -webkit-box-shadow;
  transition-property: background-color, color, -webkit-box-shadow;
  transition-property: background-color, color, box-shadow;
  transition-property: background-color, color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 213ms;
          transition-duration: 213ms;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  cursor: initial; }
  .header .checkout-header-wrapper {
    background-color: #ffffff;
    left: 0;
    right: 0; }
  .header.set--overlay {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .set--header-blend .header:not(:hover):not(:focus-within):not(.fixit--active):not(.focus-within) {
    background-color: transparent;
    color: #ffffff;
    -webkit-box-shadow: inset 0 -.0625rem 0 0 transparent;
            box-shadow: inset 0 -.0625rem 0 0 transparent;
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in; }

.header__logo {
  color: currentColor;
  color: var(--header-nav-color, currentColor); }

.header__hamburger-trigger {
  color: currentColor;
  color: var(--header-nav-color, currentColor); }

@media (max-width: 1099px) {
  .header-wrapper .region-site-branding .logo a.logo__link {
    display: inline-block;
    position: relative;
    cursor: pointer;
    z-index: 10000000000; } }

.header__logo {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.header__logo-img {
  width: 100%;
  fill: currentColor; }

.header__skip-to-main {
  position: absolute;
  top: 1rem;
  left: 2rem;
  z-index: 1000; }
  .header__skip-to-main:not(:focus) {
    pointer-events: none;
    opacity: 0; }

.header-promo {
  position: relative;
  z-index: 1; }

.header.header--no-menu {
  max-width: none; }
  .header.header--no-menu .wrapper-header--no-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1252px;
    margin: 0 auto;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 47.9375rem) {
      .header.header--no-menu .wrapper-header--no-menu .header__main {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .header.header--no-menu .checkout-header-wrapper {
    padding: 1.25rem 3.1875rem; }
    @media (min-width: 64.0625rem) and (max-width: 90rem) {
      .header.header--no-menu .checkout-header-wrapper {
        padding: 1.25rem 5.1875rem; } }
    @media (min-width: 90.0625rem) {
      .header.header--no-menu .checkout-header-wrapper {
        padding: 1.25rem 0; } }
    @media (max-width: 47.9375rem) {
      .header.header--no-menu .checkout-header-wrapper {
        padding: 1.25rem 0;
        padding-top: 6px;
        padding-bottom: 5px; } }

@media (min-width: 48rem) {
  .header--no-menu {
    padding-top: .5rem;
    padding-bottom: .5rem; }
  .header__logo {
    max-width: 10rem;
    -ms-flex-negative: .8;
        flex-shrink: .8; } }

@media (max-width: 47.9375rem) {
  .header__main {
    padding-top: .5rem;
    padding-bottom: .5rem; }
  .header__logo {
    max-width: 8rem;
    margin: auto;
    margin-left: auto;
    margin-right: 0; }
  .header-wrapper header.active-mobile-header {
    background-color: #18191d; }
  .right-header .mega-nav {
    border-top: 2px solid #ffffff;
    background-color: #ffffff; } }

.flex-dr-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header__minicart-overlay .header-title {
  font-size: 1.4rem;
  font-weight: bold; }

.header__minicart-overlay .product-model {
  line-height: 16px;
  font-size: 12.64px;
  font-family: 'Trade_Gothic_LT_Bold';
  font-weight: normal;
  margin: 8px 0; }

.header__minicart-overlay .utility-overlay__header-close:after {
  content: '';
  background-image: url("../images/icon-close.svg");
  display: block;
  height: 1.3125rem;
  width: 1.375rem;
  position: absolute;
  top: 1.3125rem;
  right: 1.125rem; }

.header__minicart-overlay .utility-overlay__header-close svg.icon {
  opacity: 0; }

.header__minicart-overlay .product-line-item__wishlist-add .icon {
  width: 1.375rem;
  height: 1.375rem; }

@media (min-width: 48rem) {
  .header__minicart-overlay {
    width: 26rem; } }

@media (max-width: 47.9375rem) {
  .header__minicart-overlay {
    width: 85%; } }

.footer__info-group li:not(:last-child) {
  margin-bottom: 1em; }

.footer__social-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: .625rem; }

.footer_secondary .copyright-text sup {
  font-size: 0.875rem;
  top: 0; }

@media (min-width: 48rem) {
  .footer__main-content {
    margin-top: 2.75rem;
    margin-bottom: 3rem; }
  .footer__secondary-content {
    margin-top: 2.5rem; }
  .footer__heading {
    margin-bottom: 1em; }
  .footer-logo {
    padding-bottom: .0625rem; }
  .footer__copyright-title:after {
    display: inline-block;
    margin: 0 .25rem 0 .75rem;
    content: '|'; } }

.footer__wrapper ul h2 {
  font-weight: normal !important; }

@media (max-width: 47.9375rem) {
  .footer__wrapper ul h2 {
    margin-top: 1rem; }
  .footer__main-content {
    padding-top: 1.25rem; }
  .footer__secondary-content {
    margin-top: 1.25rem; }
  .footer__info-group:not(:last-child) {
    margin-bottom: 1.5rem; }
  .footer__heading {
    margin-bottom: .75em; }
  .footer__copyright {
    font-size: 0.875rem; }
  .footer__copyright-title,
  .footer__copyright-description {
    display: block; }
  .footer__copyright-title {
    margin-bottom: .5em; }
  .footer__copyright-additional {
    margin-top: 2em; }
  .footer__social {
    margin-bottom: 2.75rem; } }

.sfcc-footer-newsletter input.form-control {
  outline-offset: 2px; }
  .sfcc-footer-newsletter input.form-control:focus {
    outline: 5px auto -webkit-focus-ring-color !important; }
    .sfcc-footer-newsletter input.form-control:focus::after {
      content: '';
      position: absolute;
      top: -2px;
      left: -2px;
      right: -2px;
      bottom: -2px;
      outline: 5px auto -webkit-focus-ring-color !important; }

.sfcc-footer-newsletter .set--visible {
  display: block !important; }

.newsletter-intl .sfcc-footer-newsletter {
  margin-top: 0px !important; }

.socialmediablock-intl {
  padding: 10px 0px;
  margin-top: -47px; }

.consent-notification {
  display: none;
  z-index: 100;
  position: fixed;
  width: calc(100% - 2.5rem);
  bottom: 1.25rem;
  left: 0;
  right: 0;
  border: solid .0625rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0 0.5rem 1.25rem rgba(24, 25, 29, 0.25);
          box-shadow: 0 0.5rem 1.25rem rgba(24, 25, 29, 0.25);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform, -webkit-transform;
  -webkit-transition-duration: 213ms;
          transition-duration: 213ms;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }
  .consent-notification:not(.toggle--active) {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
    visibility: hidden; }

@media (min-width: 48rem) {
  .consent-notification {
    padding: 1rem; } }

@media (max-width: 47.9375rem) {
  .consent-notification {
    padding: 1rem 1rem 2rem; } }

/**
 * TABLE OF CONTENTS
 *
 * SETTINGS
 * Global..................Globally-available variables and config.
 *
 * TOOLS
 * Mixins..................Useful mixins.
 *
 * COMPONENTS
 * PDP Images..............Mobile gallery and desktop layout
 * Primary Information.....Critical information like name and price
 * Reviews Teaser..........Summarized review list on PDP.
 * PDP Variations..........Variation selector styles seen in the PDP
 * 
 * 
 * MODULES
 *
 */
/*------------------------------------*\
  #SETTINGS
\*------------------------------------*/
/**
 * Returns the value of the `$key` value of a provided `$map`.
 */
/**
 * Uses `getProperty()` to return a value from the `$colors` map.
 */
/**
 * Uses `getProperty()` to return a value from the `$breakpoints` map.
 */
/*------------------------------------*\
  #TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
  #COLORS
\*------------------------------------*/
/*------------------------------------*\
  #ELEMENT-DEFAULTS
\*------------------------------------*/
/*------------------------------------*\
  #HEADER-DEFAULTS
\*------------------------------------*/
/*------------------------------------*\
  #HORIZONTAL-SPACING
\*------------------------------------*/
/*------------------------------------*\
  #BREAKPOINTS
\*------------------------------------*/
/*------------------------------------*\
  #TRANSITIONS
\*------------------------------------*/
/*------------------------------------*\
  #TOOLS
\*------------------------------------*/
/**
 * Responsive Mixin
 * This mixin is designed for a _cleaner_ first approach
 * This means that css isn't overridden but rather replaced for
 * different viewport widths; making it easier to inspect/debug css
 *
 * Usage:
 * @include media-query(exclude-medium)    { ... }
 * @include media-query(medium-up-to-site) 	   { ... }
 * ... etc
 */
/**
 * [Adds styles to allow an element's height scale proportionatelly]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 */
/**
 * [Calculates the percentage aspect ratio (what % height is compared to the width)]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 * @return {[Number(%)]}
 */
/**
 * *****REMEMBER TO USE MARGIN OR PADDING AND NOT TOP/BOTTOM******
 * [Calculates the center of an element in relation to a provided width and height.
 * Useful to place an absolute element at the center of another when
 * the positioned element cannot be the target's child ]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 * @return {[Number(%)]}
 */
/**
 * [In the  awful case you can't use Flexbox to vertically align something]
 * @param  {[type]} $transform:       false         [Use transforms to align instead of the absolute trick]
 * @param  {[type]} $pos:             absolute      [position type]
 * @param  {[type]} $posAdj:          0             [position adjustment. If $transform is true, this value only affects the 'top' property.]
 * @param  {[type]} $alignHorizontal: false         [Includes horizontal alignment]
 */
/**
 * Generate Enumerated Class
 * Iterates from 0 to the specified length and generates classes that set the specified property
 * @param  {[String]} $classname:       required      [Required: Specify the class name]
 * @param  {[String]} $property:        $classname    [Optional: Specify the enumerated property (if it's different from the name of the class)]
 * @param  {[Number]} $length:          10            [Optional: Specify the end of the loop]
 * @param  {[String]} $units:           null          [Optional: specify units to append to the enumerated property]
 */
/**
 * [Strip the pesky units from values]
 * @param  {[Number]} $value
 */
/**
 * [Fluid Type]
 */
/*------------------------------------*\
  #EXTERNALS
\*------------------------------------*/
.store-locator__detect-location {
  margin-top: .5rem; }

.store-locator__result-check:checked + .store-locator__result-content {
  background-color: #E6E9ED; }

.store-locator__result-content {
  display: block;
  padding: 1.25rem 1rem; }
  .store-locator__result-content:hover {
    cursor: pointer;
    background-color: #F6F6F8; }

.store-locator__form {
  margin-bottom: 3rem; }

.store-locator__results {
  overflow: auto; }

.store-locator__result-item {
  position: relative;
  border-bottom: solid 0.0625rem #E6E9ED; }

.store-locator__no-results {
  margin: auto; }

.store-locator__actions {
  padding-top: 1rem;
  padding-bottom: 1rem; }

@media (min-width: 48rem) {
  .store-locator__results {
    max-height: 30rem; } }

@media (max-width: 47.9375rem) {
  .store-locator--modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: inherit; }
    .store-locator--modal .store-locator__form {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .store-locator--modal .store-locator__results {
      -ms-flex-negative: 1;
          flex-shrink: 1;
      max-height: none; }
    .store-locator--modal .store-locator__actions {
      margin-top: auto; }
  .store-locator__results {
    max-height: 22rem; } }

/*------------------------------------*\
  #COMPONENTS
\*------------------------------------*/
.product-gallery--pdp {
  width: 100%; }

.product-gallery__item {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.product-zoom__arrow {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.product-zoom__arrow--prev {
  left: 0; }

.product-zoom__arrow--next {
  right: 0; }

@media (min-width: 48rem) {
  .product-zoom__arrow {
    width: 5rem;
    font-size: 3rem; } }

.pdp {
  position: relative; }

.pdp-main__price {
  margin-bottom: 1.25rem; }

.pdp-main__social {
  margin-top: 1.875rem; }

.pdp-main__section--actions {
  position: relative; }

@media (min-width: 48rem) {
  .pdp {
    margin-top: 2.25rem;
    margin-bottom: 4rem; }
  .pdp-main__details {
    padding-left: 2.75rem; }
  .pdp-main__section:not(:last-child) {
    margin-bottom: 1.875rem;
    padding-bottom: 2rem;
    border-bottom: solid 0.0625rem #E6E9ED; }
  .pdp-main__number-rating {
    margin-top: 1.625rem; }
  .pdp-main__availability {
    margin-top: 2.25rem; }
  .pdp-main__promotions {
    margin-bottom: .875rem; } }

@media (max-width: 47.9375rem) {
  .pdp {
    margin-top: 1rem;
    margin-bottom: 3rem; }
  .pdp-main__section {
    margin-top: 1.25rem; }
  .pdp-main__section--actions {
    padding-top: 1.25rem;
    padding-bottom: 1.75rem;
    border-top: solid 0.0625rem #CCCCCC;
    border-bottom: solid 0.0625rem #CCCCCC; }
  .pdp-main__number-rating {
    margin-top: 1rem; }
  .pdp-main__availability {
    margin-top: 3rem; } }

@media (min-width: 48rem) {
  .pdp__details {
    margin-top: 2rem;
    margin-bottom: 3rem; }
  .pdp__details-item:not(:last-child) {
    margin-bottom: 1.5rem; } }

@media (max-width: 47.9375rem) {
  .pdp__details {
    margin-bottom: 2rem; }
  .pdp__details-item {
    border-bottom: solid 0.0625rem #CCCCCC; }
  .pdp__details-title {
    padding-top: .45em;
    padding-bottom: .45em;
    cursor: pointer; }
  .pdp__details-description {
    margin-top: .625rem;
    margin-bottom: 1.5rem; }
    .pdp__details-description:not(.toggle--active) {
      display: none; } }

.pdp__reviews {
  margin-bottom: 3rem; }

.set-item {
  position: relative; }

.pdp-bundle__item {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem; }

.pdp-bundle__main {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 0.0625rem solid #E6E9ED; }

.pdp-bundle__label {
  margin-bottom: 1.25rem; }

@media (min-width: 48rem) {
  .pdp-bundle__main {
    padding-bottom: 2rem; } }

/*------------------------------------*\
  #TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
  #COLORS
\*------------------------------------*/
/*------------------------------------*\
  #BREAKPOINTS
\*------------------------------------*/
/**
 * Responsive Mixin
 * This mixin is designed for a _cleaner_ first approach
 * This means that css isn't overridden but rather replaced for
 * different viewport widths; making it easier to inspect/debug css
 *
 * Usage:
 * @include media-query(exclude-medium)    { ... }
 * @include media-query(medium-up-to-site) 	   { ... }
 * ... etc
 */
/**
 * [Adds styles to allow an element's height scale proportionatelly]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 */
/**
 * [Calculates the percentage aspect ratio (what % height is compared to the width)]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 * @return {[Number(%)]}
 */
/**
 * *****REMEMBER TO USE MARGIN OR PADDING AND NOT TOP/BOTTOM******
 * [Calculates the center of an element in relation to a provided width and height.
 * Useful to place an absolute element at the center of another when
 * the positioned element cannot be the target's child ]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 * @return {[Number(%)]}
 */
/**
 * [In the  awful case you can't use Flexbox to vertically align something]
 * @param  {[type]} $transform:       false         [Use transforms to align instead of the absolute trick]
 * @param  {[type]} $pos:             absolute      [position type]
 * @param  {[type]} $posAdj:          0             [position adjustment. If $transform is true, this value only affects the 'top' property.]
 * @param  {[type]} $alignHorizontal: false         [Includes horizontal alignment]
 */
/**
 * Generate Enumerated Class
 * Iterates from 0 to the specified length and generates classes that set the specified property
 * @param  {[String]} $classname:       required      [Required: Specify the class name]
 * @param  {[String]} $property:        $classname    [Optional: Specify the enumerated property (if it's different from the name of the class)]
 * @param  {[Number]} $length:          10            [Optional: Specify the end of the loop]
 * @param  {[String]} $units:           null          [Optional: specify units to append to the enumerated property]
 */
/**
 * [Strip the pesky units from values]
 * @param  {[Number]} $value
 */
/**
 * [Fluid Type]
 */
/*------------------------------------*\
  #BUTTONS
\*------------------------------------*/
.button, .form-actions .button, .modal--generic__actions .button {
  display: block; }

button {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  display: block; }

.button--primary {
  background-color: #ac0535;
  border-color: rgba(0, 0, 0, 0);
  color: #ffffff;
  display: block; }
  .button--primary:hover:not([disabled]):not(.disabled) {
    opacity: 1;
    background-color: #750010;
    color: #ffffff; }

.button--tertiary {
  background-color: #ac0535;
  border-color: #ac0535;
  color: #ffffff; }
  .button--tertiary:hover:not([disabled]):not(.disabled) {
    opacity: 1;
    background-color: #ac0535;
    color: #ffffff; }

.dealer--info a.button {
  background-color: #ac0535;
  padding: 10px 30px; }

.path-where-to-buy .button--primary {
  color: #ffffff;
  border: 0; }
  .path-where-to-buy .button--primary:hover:not([disabled]):not(.disabled) {
    opacity: 1;
    background-color: #750010;
    border-color: #750010;
    color: #ffffff; }

.path-where-to-buy .banner__button-group--sfcc {
  margin-top: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  @media (max-width: 47.9375rem) {
    .path-where-to-buy .banner__button-group--sfcc {
      display: inline-block; } }
  @media (min-width: 48rem) {
    .path-where-to-buy .banner__button-group--sfcc {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .path-where-to-buy .banner__button-group--sfcc .button {
    margin-right: 2rem; }
    @media (max-width: 47.9375rem) {
      .path-where-to-buy .banner__button-group--sfcc .button {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 1rem;
        display: inline-block;
        text-align: center;
        width: 88%; } }
    .path-where-to-buy .banner__button-group--sfcc .button:last-of-type {
      margin-right: 0; }
  .path-where-to-buy .banner__button-group--sfcc button,
  .path-where-to-buy .banner__button-group--sfcc a {
    color: #ffffff; }

.path-where-to-buy .product-gallery__item {
  max-width: 600px; }

.form-item__select.form-item__select--xsm {
  height: 2.5625rem;
  padding: 0 .75rem; }
  @media (max-width: 47.9375rem) {
    .form-item__select.form-item__select--xsm {
      height: 3.5rem;
      margin-bottom: 0; } }

.button.button--cancel {
  color: #18191d;
  background-color: #c2c2c2; }

.buttn-text--center {
  display: inline-block !important; }

.checkout-btn {
  padding: .75rem 0 !important; }

.wishlist_login-title {
  font-size: 2.281rem;
  font-family: 'Trade_Gothic_LT_Bold';
  letter-spacing: .5px;
  font-weight: normal; }

.wishlist--title-description {
  font-family: 'TradeGothic_LT_Light';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.2px; }

.wishlist__items .product-line-item__qty-form {
  position: relative; }
  .wishlist__items .product-line-item__qty-form .pdp--qty-errormsg {
    position: absolute;
    right: 0;
    bottom: -25px;
    font-size: .8rem;
    min-width: 154px;
    padding: 0; }

.wishlist__items .button {
  display: inline-block; }

.wishlist__items .qty-select--box {
  min-width: 75px; }

.login .create-account,
.login .sign-in {
  text-transform: capitalize; }

@media (min-width: 48rem) and (max-width: 64rem) {
  .wishlist__items .product-line-item__qty-form .pdp--qty-errormsg {
    right: -5px;
    bottom: -20px;
    font-size: .7rem;
    min-width: 134px; }
  .wishlist__items .qty-select--box {
    min-width: 70px; } }

@media (min-width: 48rem) {
  .login {
    padding-top: 3.75rem;
    padding-bottom: 8rem; } }

@media (max-width: 47.9375rem) {
  .login {
    padding-top: 2.75rem;
    padding-bottom: 5rem; }
  .login__section:not(:last-child) {
    margin-bottom: 4.5rem; }
  .wishlist__items .product-line-item__qty-form .pdp--qty-errormsg {
    bottom: -22px;
    min-width: 156px; }
  .wishlist__items .qty-select--box {
    min-width: 65px; } }


/*# sourceMappingURL=global.css.map*/