.platform-components-spacer__height-desktop--0 {
  height: 0px;
}
.platform-components-spacer__height-desktop--3xs {
  height: 10px;
}
.platform-components-spacer__height-desktop--2xs {
  height: 15px;
}
.platform-components-spacer__height-desktop--xs {
  height: 20px;
}
.platform-components-spacer__height-desktop--sm {
  height: 25px;
}
.platform-components-spacer__height-desktop--md {
  height: 30px;
}
.platform-components-spacer__height-desktop--lg {
  height: 35px;
}
.platform-components-spacer__height-desktop--xl {
  height: 40px;
}
.platform-components-spacer__height-desktop--2xl {
  height: 45px;
}
.platform-components-spacer__height-desktop--3xl {
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .platform-components-spacer__height-mobile--0 {
    height: 0px;
  }
  .platform-components-spacer__height-mobile--3xs {
    height: 10px;
  }
  .platform-components-spacer__height-mobile--2xs {
    height: 15px;
  }
  .platform-components-spacer__height-mobile--xs {
    height: 20px;
  }
  .platform-components-spacer__height-mobile--sm {
    height: 25px;
  }
  .platform-components-spacer__height-mobile--md {
    height: 30px;
  }
  .platform-components-spacer__height-mobile--lg {
    height: 35px;
  }
  .platform-components-spacer__height-mobile--xl {
    height: 40px;
  }
  .platform-components-spacer__height-mobile--2xl {
    height: 45px;
  }
  .platform-components-spacer__height-mobile--3xl {
    height: 50px;
  }
}
.platform-components-spacer .editmode {
  border: 1px dashed lightgray;
  text-align: center;
  color: lightgray;
  font-size: 1rem;
  min-height: 20px;
  height: 100%;
}
.aem-GridColumn.cq-Editable-dom .platform-components-spacer {
  padding: 0;
  min-height: 1px;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
@font-face {
  font-family: 'Avenir-Black';
  src: url('../../../digital-platform/clientlibs/global/resources/Avenir-Black.ttf');
  font-display: swap;
}

@font-face {
  font-family: 'Avenir-Roman';
  src: url('../../../digital-platform/clientlibs/global/resources/Avenir-Roman.ttf');
  font-display: swap;
}

@font-face {
  font-family: 'Avenir-Medium';
  src: url('../../../digital-platform/clientlibs/global/resources/Avenir-Medium.ttf');
  font-display: swap;
}

@font-face {
  font-family:"icons";
  src:url("../../../digital-platform/clientlibs/global/resources/icons.woff2") format("woff2");
}
*:focus {
    outline:1px solid #000;
}

.raw-html *:focus-visible {
  outline: 0.125rem solid #000;
  outline-offset: 0.125rem;
}

/* 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;
  line-height: 2.0625rem;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */
}

/**
 * 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 */
  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) {
  height: 1em;
  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 */
  max-width: 100%;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  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 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  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 */
}

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

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

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

html {
  box-sizing: border-box;
  background: #eeeeee;
  overflow-x: hidden;
}

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

body {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.scroll-lock {
  overflow: hidden;
}

.email-main {
  background-color: #ffffff;
}

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

svg {
  height: auto;
}

.icon {
  fill: currentColor;
}

html,
body {
  font-family: "Avenir-Roman", sans-serif;
  color: #444444;
}

button, input, optgroup, select, textarea {
  color: #444444;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

hr {
  border: none;
  border-top: 1px solid #b3b3b3;
  margin: .5rem 0;
}

button.link-btn:not([hidden]) {
  display: inline;
  height: auto;
  margin: 0;
  padding: 0 1rem 0 0;
  font-size: 1rem;
  font-weight: normal;
  text-transform: none;
  background-color: transparent;
}

a,
button.link-btn {
  color: #00a0dd;
  text-decoration: none;
}

a:hover,
button.link-btn:hover {
  color: #2ea3f2;
}

button.link-btn:hover,
button.link-btn:focus {
  background-color: transparent;
}

a.skip {
  position: absolute;
  left: -50vw;
}

a.skip:focus {
  left:0;
  z-index: 99;
}

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

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

.page-headline-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5625rem;
  margin-bottom: 0.25rem;
}

@media (min-width: 48rem) {
  .page-headline-title {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }
}

.page-headline-subtitle {
  text-transform: uppercase;
  font-size: 1.5625rem;
  margin-bottom: 0.25rem;
}

@media (min-width: 48rem) {
  .page-headline-subtitle {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }
}

.page-headline-text {
  font-size: 0.875rem;
}

@media (min-width: 48rem) {
  .page-headline-text {
    line-height: 1.4;
    font-size: 1.25rem;
  }
}

button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-align: center;
  background: #00a0dd;
  border: none;
  color: #ffffff;
  height: 3rem;
  font-weight: 700;
  font-family: 'Avenir-Black', sans-serif;
  padding: 0 1.25rem;
  cursor: pointer;
  border-radius: 0;
  transition:
    color ease-in .2s,
    background-color ease-in .2s,
    border-color ease-in .2s;
}

div.button {
  padding: 0;
}

div.button > a.cmp-button {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

button:hover,
.button:hover {
  background: #00a0dd;
  color: #ffffff;
  text-decoration: none !important;
}

a.button {
  text-decoration: none;
}

.button--loader {
  position: relative;
  text-align: center;
}

.button--loader:after {
  content: '';
  display: block;
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  border: 0.25em solid;
  border-color: currentColor currentColor currentColor transparent;
  border-radius: 50%;
  -webkit-animation: 1s linear infinite loaderRotate;
  animation: 1s linear infinite loaderRotate;
}

.button--loader > .button__text {
  opacity: 0;
}

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

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

.coral-Button:not(:disabled):not(.is-disabled):hover {
  background-color: #fff;
  color: #323232;
}

.button-white {
  color: #2e2e2e;
}

.button-white:hover {
  color: #9a132b;
}

.button-white,
.button-white:hover,
button.button-white[disabled],
.button.button-white[disabled],
button.button-white[disabled]:hover,
.button.button-white[disabled]:hover,
button.button-white[disabled]:active,
.button.button-white[disabled]:active {
  background: #ffffff;
}

.button-grey {
  background: #e2e2e5;
  color: #2e2e2e;
}

.button-grey:hover {
  background: #2e2e2e;
  color: #ffffff;
}

button.button-full {
  min-width: auto;
  width: 100%;
}

.picture,
.picture-image {
  display: block;
  width: 100%;
}

.author-m-top-10 {
  margin-top: 0.625rem;
}

.author-m-top-20 {
  margin-top: 1.25rem;
}

.author-m-top-30 {
  margin-top: 1.875rem;
}

.author-m-top-40 {
  margin-top: 2.5rem;
}

.author-m-bottom-10 {
  margin-bottom: 0.625rem;
}

.author-m-bottom-20 {
  margin-bottom: 1.25rem;
}

.author-m-bottom-30 {
  margin-bottom: 1.875rem;
}

.author-m-bottom-40 {
  margin-bottom: 2.5rem;
}

.box {
  background: #ffffff;
  padding: 1rem;
}

@media (min-width: 48rem) {
  .box {
    padding: 1.25rem;
  }
}

.box-white {
  background: #ffffff;
}

.box-black {
  background: #2e2e2e;
}


.ka-show {
  display: block;
}

.ka-hide {
  display: none;
}

.tooltip-trigger {
  position: relative;
}

.tooltip-panel {
  position: fixed;
  background: #0c0c0c;
  padding: 0.625rem;
  max-width: 15.625rem;
  font-size: 0.6875rem;
  line-height: 1.6;
  z-index: 9999;
  color: white;
}

.tooltip-panel:after {
  content: '';
  position: absolute;
  top: -0.625rem;
  width: 0;
  height: 0;
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
  border-bottom: 0.75rem solid #0c0c0c;
  left: 0.5rem;
  color: white;
}

.tooltip-panel-right:after {
  left: auto;
  right: 0.5rem;
  background: #0c0c0c;
  color: white;
}
button[disabled],
.button[disabled],
button[disabled]:hover,
.button[disabled]:hover,
button[disabled]:active,
.button[disabled]:active {
  cursor: not-allowed;
}

.disNone{
	display:none;
}
*:focus {
    outline:1px solid #000;
}
.ps-online-availability span{
	color: #2E2E2E;
}
.ps-in-stock{
	color: #097E00;
}
.pdp-accordion-v2-bar.accordionV2-title{
	height: 2.5rem;
}
button.app-custom{
	background:none;
	height: inherit;
	width: 100%;
	position: inherit;
}
button.app-custom:hover, button.app-custom:focus{
	background:none;
}
.app-header-txt{
    position: absolute;
    left: 0px;
    bottom: .625rem;
    cursor: pointer;
    font-size: 1.25em;
    text-transform: capitalize;
    color: #292b2c;
}
.app-icon{
    right: 0px;
    top: 13px;
	Position:absolute;

}
.marketplace-product-label {
  font-family:  "Avenir", sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: .875rem;
  color: #2e2e2e;
}
.form-show-password-label:focus {
  outline: none;
}

.zip-icon-error {
  width: 1.375rem;
  height: 1em;
  margin-top: 0.188rem;
  align-self: flex-start;
  margin-right: 0.375rem;
}
/*# sourceMappingURL=global.css.map */

/* begin style to hide placeholders in preview mode for different components */
.aem-Author--hidePlaceholder .digital-platform-component--hidePlaceholder {
  display: none;
}
/* end style to hide placeholders in preview mode for different components */
.g-container, .page-content {
    max-width: 74.375rem;
    margin: 0 auto;
    padding: 0 0.625rem;
}

.g-row {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: var(--g-row-custom-margin-right, -0.625rem);
    margin-left: var(--g-row-custom-margin-left, -0.625rem);
    justify-content: var(--g-row-custom-justify-content, normal);
}

.g-row-reverse {
    flex-direction: row-reverse;
}

.g-row-start {
    justify-content: flex-start;
    text-align: start;
}

.g-row-center {
    justify-content: center;
    text-align: center;
}

.g-row-end {
    justify-content: flex-end;
    text-align: end;
}

.g-row-top {
    align-items: flex-start;
}

.g-row-middle {
    align-items: center;
}

.g-row-bottom {
    align-items: flex-end;
}

.g-row-around {
    justify-content: space-around;
}

.g-row-between {
    justify-content: space-between;
}

.g-col,
.g-col-1,
.g-col-2,
.g-col-3,
.g-col-4,
.g-col-5,
.g-col-6,
.g-col-7,
.g-col-8,
.g-col-9,
.g-col-10,
.g-col-11,
.g-col-12,
.g-col-offset-0,
.g-col-offset-1,
.g-col-offset-2,
.g-col-offset-3,
.g-col-offset-4,
.g-col-offset-5,
.g-col-offset-6,
.g-col-offset-7,
.g-col-offset-8,
.g-col-offset-9,
.g-col-offset-10,
.g-col-offset-11,
.g-col-offset-12 {
    flex: 0 0 auto;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

.g-col {
    flex-basis: 100%;
    max-width: 100%;
}

.g-col-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
}

.g-col-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
}

.g-col-3 {
    flex-basis: 25%;
    max-width: 25%;
}

.g-col-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
}

.g-col-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
}

.g-col-6 {
    flex-basis: 50%;
    max-width: 50%;
}

.g-col-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
}

.g-col-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
}

.g-col-9 {
    flex-basis: 75%;
    max-width: 75%;
}

.g-col-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
}

.g-col-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
}

.g-col-12 {
    flex-basis: 100%;
    max-width: 100%;
}

.g-col-offset-0 {
    margin-left: 0;
}

.g-col-offset-1 {
    margin-left: 8.33333333%;
}

.g-col-offset-2 {
    margin-left: 16.66666667%;
}

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

.g-col-offset-4 {
    margin-left: 33.33333333%;
}

.g-col-offset-5 {
    margin-left: 41.66666667%;
}

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

.g-col-offset-7 {
    margin-left: 58.33333333%;
}

.g-col-offset-8 {
    margin-left: 66.66666667%;
}

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

.g-col-offset-10 {
    margin-left: 83.33333333%;
}

.g-col-offset-11 {
    margin-left: 91.66666667%;
}

.g-col-first {
    order: -1;
}

.g-col-last {
    order: 1;
}

@media (min-width: 48rem) {
    .g-row-md-reverse {
        flex-direction: row-reverse;
    }
    .g-row-md-start {
        justify-content: flex-start;
        text-align: start;
    }
    .g-row-md-center {
        justify-content: center;
        text-align: center;
    }
    .g-row-md-end {
        justify-content: flex-end;
        text-align: end;
    }
    .g-row-md-top {
        align-items: flex-start;
    }
    .g-row-md-middle {
        align-items: center;
    }
    .g-row-md-bottom {
        align-items: flex-end;
    }
    .g-row-md-around {
        justify-content: space-around;
    }
    .g-row-md-between {
        justify-content: space-between;
    }
    .g-col-md,
    .g-col-md-1,
    .g-col-md-2,
    .g-col-md-3,
    .g-col-md-4,
    .g-col-md-5,
    .g-col-md-6,
    .g-col-md-7,
    .g-col-md-8,
    .g-col-md-9,
    .g-col-md-10,
    .g-col-md-11,
    .g-col-md-12,
    .g-col-md-offset-0,
    .g-col-md-offset-1,
    .g-col-md-offset-2,
    .g-col-md-offset-3,
    .g-col-md-offset-4,
    .g-col-md-offset-5,
    .g-col-md-offset-6,
    .g-col-md-offset-7,
    .g-col-md-offset-8,
    .g-col-md-offset-9,
    .g-col-md-offset-10,
    .g-col-md-offset-11,
    .g-col-md-offset-12 {
        flex: 0 0 auto;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }
    .g-col-md {
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-md-1 {
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }
    .g-col-md-2 {
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }
    .g-col-md-3 {
        flex-basis: 25%;
        max-width: 25%;
    }
    .g-col-md-4 {
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
    .g-col-md-5 {
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }
    .g-col-md-6 {
        flex-basis: 50%;
        max-width: 50%;
    }
    .g-col-md-7 {
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }
    .g-col-md-8 {
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }
    .g-col-md-9 {
        flex-basis: 75%;
        max-width: 75%;
    }
    .g-col-md-10 {
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }
    .g-col-md-11 {
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }
    .g-col-md-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-md-offset-0 {
        margin-left: 0;
    }
    .g-col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .g-col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .g-col-md-offset-3 {
        margin-left: 25%;
    }
    .g-col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .g-col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .g-col-md-offset-6 {
        margin-left: 50%;
    }
    .g-col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .g-col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .g-col-md-offset-9 {
        margin-left: 75%;
    }
    .g-col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .g-col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .g-col-md-first {
        order: -1;
    }
    .g-col-md-last {
        order: 1;
    }
}


@media (min-width: 64rem) {
    .g-row-lg-reverse {
        flex-direction: row-reverse;
    }
    .g-row-lg-start {
        justify-content: flex-start;
        text-align: start;
    }
    .g-row-lg-center {
        justify-content: center;
        text-align: center;
    }
    .g-row-lg-end {
        justify-content: flex-end;
        text-align: end;
    }
    .g-row-lg-top {
        align-items: flex-start;
    }
    .g-row-lg-middle {
        align-items: center;
    }
    .g-row-lg-bottom {
        align-items: flex-end;
    }
    .g-row-lg-around {
        justify-content: space-around;
    }
    .g-row-lg-between {
        justify-content: space-between;
    }
    .g-col-lg,
    .g-col-lg-1,
    .g-col-lg-2,
    .g-col-lg-3,
    .g-col-lg-4,
    .g-col-lg-5,
    .g-col-lg-6,
    .g-col-lg-7,
    .g-col-lg-8,
    .g-col-lg-9,
    .g-col-lg-10,
    .g-col-lg-11,
    .g-col-lg-12,
    .g-col-lg-offset-0,
    .g-col-lg-offset-1,
    .g-col-lg-offset-2,
    .g-col-lg-offset-3,
    .g-col-lg-offset-4,
    .g-col-lg-offset-5,
    .g-col-lg-offset-6,
    .g-col-lg-offset-7,
    .g-col-lg-offset-8,
    .g-col-lg-offset-9,
    .g-col-lg-offset-10,
    .g-col-lg-offset-11,
    .g-col-lg-offset-12 {
        flex: 0 0 auto;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }

    .g-col-lg-5,
    .g-col-lg-7 {
        padding-right: var(--g-col-lg-padding-right, 0.625rem);
        padding-left: var(--g-col-lg-padding-left, 0.625rem);
    }

    .g-col-lg {
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-lg-1 {
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }
    .g-col-lg-2 {
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }
    .g-col-lg-3 {
        flex-basis: 25%;
        max-width: 25%;
    }
    .g-col-lg-4 {
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
    .g-col-lg-5 {
        flex-basis: var(--g-col-lg-5-custom-flex-basis, 41.66666667%);
        max-width: var(--g-col-lg-5-custom-max-width, 41.66666667%);
    }
    .g-col-lg-6 {
        flex-basis: 50%;
        max-width: 50%;
    }
    .g-col-lg-7 {
        flex-basis: var(--g-col-lg-7-custom-flex-basis, 58.33333333%);
        max-width: var(--g-col-lg-7-custom-max-width, 58.33333333%);
    }
    .g-col-lg-8 {
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }
    .g-col-lg-9 {
        flex-basis: 75%;
        max-width: 75%;
    }
    .g-col-lg-10 {
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }
    .g-col-lg-11 {
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }
    .g-col-lg-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-lg-offset-0 {
        margin-left: 0;
    }
    .g-col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .g-col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .g-col-lg-offset-3 {
        margin-left: 25%;
    }
    .g-col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .g-col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .g-col-lg-offset-6 {
        margin-left: 50%;
    }
    .g-col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .g-col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .g-col-lg-offset-9 {
        margin-left: 75%;
    }
    .g-col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .g-col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .g-col-lg-first {
        order: -1;
    }
    .g-col-lg-last {
        order: 1;
    }
}

@font-face {
  font-family: 'whirlpool-icons';
  src:  url('../../../digital-platform/clientlibs/global/resources/whirlpool-icons.eot?ne84lw');
  src:  url('../../../digital-platform/clientlibs/global/resources/whirlpool-icons.eot?ne84lw#iefix') format('embedded-opentype'),
    url('../../../digital-platform/clientlibs/global/resources/whirlpool-icons.ttf?ne84lw') format('truetype'),
    url('../../../digital-platform/clientlibs/global/resources/whirlpool-icons.woff?ne84lw') format('woff'),
    url('../../../digital-platform/clientlibs/global/resources/whirlpool-icons.svg?ne84lw#whirlpool-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icons-"], [class*=" icons-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'whirlpool-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icons-video-play:before {
  content: "\e92d";
}
.icons-account:before {
  content: "\e900";
}
.icons-affirm:before {
  content: "\e901";
}
.icons-alert:before {
  content: "\e902";
}
.icons-arrow-down:before {
  content: "\e903";
}
.icons-arrow-left:before {
  content: "\e904";
}
.icons-arrow-right:before {
  content: "\e905";
}
.icons-arrow-up:before {
  content: "\e906";
}
.icons-cart:before {
  content: "\e907";
}
.icons-check-box:before {
  content: "\e908";
}
.icons-checkmark:before {
  content: "\e909";
}
.icons-close:before {
  content: "\e90a";
}
.icons-compare:before {
  content: "\e90b";
}
.icons-connectivity:before {
  content: "\e90c";
}
.icons-delivery:before {
  content: "\e90d";
}
.icons-desktop:before {
  content: "\e90e";
}
.icons-download:before {
  content: "\e90f";
}
.icons-dual-fuel:before {
  content: "\e910";
}
.icons-edit:before {
  content: "\e911";
}
.icons-electric:before {
  content: "\e912";
}
.icons-email:before {
  content: "\e913";
}
.icons-favorite:before {
  content: "\e914";
}
.icons-gas:before {
  content: "\e915";
}
.icons-gift:before {
  content: "\e916";
}
.icons-hamburger:before {
  content: "\e917";
}
.icons-info:before {
  content: "\e918";
}
.icons-live-chat:before {
  content: "\e919";
}
.icons-location:before {
  content: "\e91a";
}
.icons-phone:before {
  content: "\e91b";
}
.icons-plus:before {
  content: "\e91c";
}
.icons-print:before {
  content: "\e91d";
}
.icons-radio-deselected:before {
  content: "\e91e";
}
.icons-radio-selected:before {
  content: "\e91f";
}
.icons-refurbished:before {
  content: "\e920";
}
.icons-registered:before {
  content: "\e921";
}
.icons-registration:before {
  content: "\e922";
}
.icons-replay:before {
  content: "\e923";
}
.icons-return:before {
  content: "\e924";
}
.icons-save:before {
  content: "\e925";
}
.icons-savings:before {
  content: "\e926";
}
.icons-scroll:before {
  content: "\e927";
}
.icons-search:before {
  content: "\e928";
}
.icons-select-box:before {
  content: "\e929";
}
.icons-service:before {
  content: "\e92a";
}
.icons-share:before {
  content: "\e92b";
}
.icons-sign-in:before {
  content: "\e92c";
}
.icons-warranty:before {
  content: "\e92e";
}

/* class used in rich text component, mainly on KitchenAid */
.button-red--ghost {
    color: #9a132b;
    background-color: transparent;
    border: 2px solid #9a132b;
    box-sizing: border-box;
}

.button-red--ghost:hover {
    color: #fff;
    background-color: #9a132b;
    border-color: #9a132b;
}
.button-red--ghost:focus{
    outline: 1px solid #000;
}

/* class used in dialogs to style text */
.button-white {
    color: #2e2e2e;
}

.button-white:hover {
    color: #9a132b;
}

.button-white,
.button-white:hover,
button.button-white[disabled],
.button.button-white[disabled],
button.button-white[disabled]:hover,
.button.button-white[disabled]:hover,
button.button-white[disabled]:active,
.button.button-white[disabled]:active {
    background: #ffffff;
}

/* class used in rich text component, mainly on KitchenAid */
.button-small {
    height: 1.25rem;
    line-height: 1.25rem;
    padding: 0 0.375rem;
}

/* general styling for rich text component */
.rte {
    font-size: 1rem;
    color: #444444;
    line-height: 1.3125rem;
}

.rte h1 {
    font-size: 1.875rem;
    line-height: 2.0625rem;
}

.rte h2 {
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: 700 !important;
}

.rte h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
}

.rte h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
}

.rte h5 {
    font-size: 0.75rem;
    line-height: 0.8125rem;
}

.rte h6 {
    font-size: 0.625rem;
    line-height: 0.6875rem;
}

.rte h1 + p,
.rte h1 + div,
.rte h1 + blockquote,
.rte h1 + ul,
.rte h1 + ol,
.rte h1 + .button,
.rte h2 + p,
.rte h2 + div,
.rte h2 + blockquote,
.rte h2 + ul,
.rte h2 + ol,
.rte h2 + .button,
.rte h3 + p,
.rte h3 + div,
.rte h3 + blockquote,
.rte h3 + ul,
.rte h3 + ol,
.rte h3 + .button,
.rte h4 + p,
.rte h4 + div,
.rte h4 + blockquote,
.rte h4 + ul,
.rte h4 + ol,
.rte h4 + .button,
.rte h5 + p,
.rte h5 + div,
.rte h5 + blockquote,
.rte h5 + ul,
.rte h5 + ol,
.rte h5 + .button,
.rte h6 + p,
.rte h6 + div,
.rte h6 + blockquote,
.rte h6 + ul,
.rte h6 + ol,
.rte h6 + .button {
    margin-top: .5rem;
}

.rte h1,
.rte h2,
.rte h3,
.rte h4 {
    font-weight: 400;
}

.rte h1 strong,
.rte h1 b,
.rte h2 strong,
.rte h2 b,
.rte h3 strong,
.rte h3 b,
.rte h4 strong,
.rte h4 b {
    font-weight: 700;
}

.rte h5,
.rte h6 {
    font-weight: 700;
}

.rte strong h1,
.rte strong h2,
.rte strong h3,
.rte strong h4,
.rte b h1,
.rte b h2,
.rte b h3,
.rte b h4 {
    font-weight: 700;
}

.rte p + h1,
.rte p + h2,
.rte p + h3,
.rte p + h4,
.rte p + h5,
.rte p + h6,
.rte div + h1,
.rte div + h2,
.rte div + h3,
.rte div + h4,
.rte div + h5,
.rte div + h6,
.rte blockquote + h1,
.rte blockquote + h2,
.rte blockquote + h3,
.rte blockquote + h4,
.rte blockquote + h5,
.rte blockquote + h6,
.rte ul + h1,
.rte ul + h2,
.rte ul + h3,
.rte ul + h4,
.rte ul + h5,
.rte ul + h6,
.rte ol + h1,
.rte ol + h2,
.rte ol + h3,
.rte ol + h4,
.rte ol + h5,
.rte ol + h6,
.rte .button + h1,
.rte .button + h2,
.rte .button + h3,
.rte .button + h4,
.rte .button + h5,
.rte .button + h6 {
    margin-top: 1.5rem;
}

.rte p {
    margin-bottom: 1rem;
}

.rte strong,
.rte b {
    font-weight: 700;
}

.rte em,
.rte i {
    font-style: italic;
}

.rte u {
    text-decoration: underline;
}

.rte s {
    text-decoration: line-through;
}

.rte ul,
.rte ol {
    margin: 0 0 1rem;
    padding: 0 0 0 2rem;
}

.rte ul li,
.rte ol li {
    font-size: 0.75rem;
    line-height: 1.0625rem;
}

.rte ul li + li,
.rte ol li + li {
    margin-top: .5rem;
}

.rte blockquote {
    margin: 0 0 1rem;
    padding: 0.625rem 0.875rem;
    border-left: 6px solid #b3b3b3;
}

.rte blockquote p {
    margin-bottom: 0;
}

.rte blockquote p + p {
    margin-bottom: 1rem;
}

.rte a:hover {
    color: #2ea3f2;
}

/* class used for styling rich text component text, used on InsidePass and KitchenAid */
.rte .btn-decorative{
    padding: 0 1.25rem;
}

.rte .btn-decorative a:hover {
    color: #fff;
    text-decoration: none;
    background: #9a132b;
}

.rte .btn-decorative a {
    color: #fff;
    text-decoration: none;
    background: #c41239;
    padding: 0.5rem 1.25rem;
    height: 2.5rem;
    align-items: center;
    text-align: center;
}

/* class used in rich text component on KitchenAid */
.rte-link-opt {
    color: #2e2e2e;
    text-decoration: underline;
    font-size: 0.625rem;
    font-weight: 700;
}

.rte-link-opt:hover {
    color: #c41230;
}

/* class used in rich text component on KitchenAid */
.rte-link-ext {
    display: inline-block;
    position: relative;
    padding-right: 1.3em;
}

.rte-link-ext:after {
    content: url("../../../../etc.clientlibs/kitchenaid/clientlibs/global/resources/images/external-link.svg");
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: 1em;
}

.rte-link-ext.rte-link-opt:after {
    content: url("../../../../etc.clientlibs/kitchenaid/clientlibs/global/resources/images/external-link-black.svg");
}

/* class used in rich text component on KitchenAid */
.rte-disclaimer {
    font-size: 0.625rem;
    line-height: 0.875rem;
    color: #000000;
}

/* class used in rich text component, no usages found */
.rte-strike {
    text-decoration: line-through;
}

/* class used in rich tectx component, used on KitchenAid */
.rte-left {
    text-align: left;
}

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

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

.rte-black {
    color: #2e2e2e;
}

.rte-red {
    color: #c41230;
}

.rte-grey {
    color: #b3b3b3;
}

.rte-white {
    color: #ffffff;
}
.form-group {
    padding: 0;
    margin: 0 0 1rem;
    border: none;
    position: relative;
}

.form-group.form-group-inline {
    margin-bottom: 0.5rem;
}

.form-group-item {
    margin: 0.25rem 0 0.5rem;
}

.form-group-inline .form-group-item {
    display: inline-block;
    margin: 0.25rem 0;
    padding-right: 1.25rem;
}

.form-group-inline .form-group-item:last-child {
    margin-bottom: 0.5rem;
}

.form-group-item:last-child {
    margin-bottom: 0;
}

.form-label {
    display: block;
    margin-bottom: 0.25rem;
    font-weight: 700;
    font-size: 0.875rem;
}

.form-password-control-container {
    position: relative;
}

.form-label-wrapper {
    display: flex;
    justify-content: space-between;
}

.header .signin-form .form-label:not(.form-show-password-label) {
    visibility: visible;
}

.form-show-password-label {
    position: absolute;
    top: 0.375rem;
    right: .325rem;
    height: 1.75rem;
    width: fit-content;
    padding: 0;
    min-width: 4.3125rem;
    text-align: center;
    font-weight: 900;
    color: #000000;
    font-size: .75rem;
    line-height: 1rem;
    text-transform: uppercase;
    background: #F2F2F2;
	border-radius: 1.875rem;
    font-family: "HelveticaNeue",sans-serif;
}

.form-label.form-show-password-label:hover, .form-label.form-show-password-label:focus,
.form-show-password-label:hover, .form-show-password-label:focus {
    background-color: #E2E2E2;
    color: #000;
}

.form-show-password-label:focus {
     outline : 1px solid #000;
  }


.form-show-password-label.hidden,.form-show-password-label.show-password-btn.hidden {
    display: none;
}

.form-show-password-label.show-password-btn {
    display: block;
}

.form-show-password-label {
    cursor: pointer;
    display: none;
}

.form-title {
    margin-bottom: 1rem;
    padding: 0.5rem 0;
}

.form-text {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
}

.form-input {
    display: block;
    width: 100%;
    border: 1px solid #b3b3b3;
    background: #ffffff;
    height: 2.5rem;
    padding: 0 .5rem;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    line-height: initial;
}

.form-input-mw {
    max-width: 36.25rem;
}

.form-input-mw-small {
    max-width: 20.625rem;
}

.form-input-mw-mini {
    max-width: 10rem;
}

.form-checkbox,
.form-radio {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
}

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

.form-checkbox-input {
    position: absolute;
    top: 0.0625rem;
    left: 0;
}

.form-checkbox-input[name="optedIn"] {
    position: absolute;
    top: 0.52rem;
    left: 0;
}

.form-select {
    display: block;
    width: 100%;
    position: relative;
    height: 2.5rem;
    background: #ffffff;
    border: 1px solid #b3b3b3;
}

.form-group-inline .form-select {
    display: inline-block;
    width: auto;
    margin-bottom: 0.5rem;
}

.form-select:last-child {
    margin-bottom: 0;
}

#sortInputLabel .sort-action {
    position: relative;
    display: inline-block;
}
  
#sortInputLabel .sort-plp-btn:hover, #sortInputLabel .sort-plp-btn:focus {
    background: none;
    color: #000;
    outline: none;
    text-transform: capitalize;
}
  
#sortInputLabel .sort-plp-content {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    width: 236px;
    max-width: 100%;
    min-width: 236px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    height: auto;
    padding: 10px;
    border-radius: 8px;
}

html[data-lang="fr_CA"] #sortInputLabel .sort-plp-content {
    width: 272px;
    min-width: 272px;
}

#sortInputLabel .sort-plp-content label {
    padding: 5px 0 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
}

#sortContainer .form-select-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #000 !important;
    width: 12px;
    height: 12px;
}

@media (max-width: 27rem) {
    html[data-lang="fr_CA"] #sortContainer .form-select-icon {
        right: 0;
    }
}

#sortInputLabel .sort-plp-content label:hover {
    background-color: none;
}
  
#sortInputLabel .sort-show {
    display: block;
}
  
#sortInputLabel .custom-plp-checkbox {
    display: flex;
    align-items: center;
}

#sortInputLabel .custom-plp-checkbox input[type="radio"] {
    display: none;
}

#sortInputLabel .custom-plp-checkbox .sort-check-mark {
    width: 18px;
    height: 18px;
    border: .5px solid #5B5B5B;
    display: inline-block;
    border-radius: 2px;
}
   
#sortInputLabel .custom-plp-checkbox input[type="radio"]:checked+.sort-check-mark {
    background-color: #000;
    border-color: #000;
}
   
#sortInputLabel .custom-plp-checkbox input[type="radio"]:checked+.sort-check-mark:after {
    content: '';
    position: absolute;
    left: auto;
    top: auto;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: .625rem;
    width: 0.399rem;
    border-bottom: 2px solid #F2F2F2;
    border-right: 2px solid #F2F2F2;
    margin-top: -23px;
    margin-left: 4px;
}
   
#sortInputLabel .sort-checkbox:hover ~ .sort-check-mark::after {
    content: '';
    position: absolute;
    left: auto;
    top: auto;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: .625rem;
    width: 0.399rem;
    border-bottom: 2px solid #5b5b5b;
    border-right: 2px solid #5b5b5b;
    margin-top: -23px;
    margin-left: 5.2px;
}
  
#sortInputLabel .sort-checkbox:checked:hover ~ .sort-check-mark::after {
    content: '';
    position: absolute;
    left: .3375rem;
    top: auto;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: .625rem;
    width: .375rem;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-left: 12px;
}

.form-select-icon {
    position: absolute;
    z-index: 0;
    top: 50%;
    right: .5rem;
    transform: translateY(-50%);
    color: #c41230;
}
  
.form-select-icon .icon {
    width: 0.75rem;
    height: 0.75rem;
}
  
.form-select-input {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 2.375rem;
    margin: 0;
    padding-left: .5rem;
    padding-right: 2rem;
    outline: none;
    border: 1px solid transparent;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-select-input:focus {
    outline: 1px solid #000;
}

#sortInputLabel .form-select-input:focus {
    outline: none;
}

.form-select-input::-ms-expand {
    display: none;
}

.form-req-message {
    font-size: 0.8125rem;
    margin-bottom: 1rem;
}

.form-req,
abbr.form-req {
    font-weight: 700;
    text-decoration: none;
    border: none;
}

.form-error.form-input, .form-error.form-select, .form-error .form-input {
    border-color: #c41230;
}

.form-error.form-group .form-checkbox,
.form-error.form-group .form-radio {
    color: #c41230;
}

.form-error.form-group .form-checkbox-text {
    color: #2e2e2e;
}

.form-error-items {
    margin: 0.25rem 0 0;
    padding: 0;
    display: none;
    color: #c41230;
    font-size: 15px;
}

.form-error-items.filled {
    display: block;
}

.form-buttons {
    margin-top: 2rem;
}

.form-button {
    margin-bottom: .5rem;
}

.form-submit-error,
.form-submit-error-response {
    display: none;
    color: #c41230;
    margin-bottom: 1.25rem;
}

.form-submit-error a,
.form-submit-error-response a {
    text-decoration: underline;
}

.form-submit-success {
    display: none;
}

.form-submit-error-on {
    display: block;
}

.form-submit-error-response.form-submit-error-on {
    display: block;
}

.contact-form-select{
    border:none;
    height: inherit;
}
.contact-form-select select{
    border: 1px solid #b3b3b3;
}
.contact-form-select .form-select-icon{
    top: 69%;
}
.form-zip-input{
    margin:20px 0;
}

.my-account-modal__overlay .location-modal{ text-align:left; }
.my-account-modal__overlay .location-modal__header-location{font-weight: bold;margin-bottom:0.5rem;}
.my-account-modal__overlay .form-input-mw-mini{max-width:100%;}
.my-account-modal__overlay .form-error-container{ display: flex;align-items: center;gap: 20px;margin-top: 20px;}
.my-account-modal__overlay .form-error-container img{width:7%;}
.my-account-modal__overlay .update-location-submit-btn{width:100%; }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    display: none;
    padding: 0 1.25rem;
}

.modal-open {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-is-opened {
    z-index: 1000;
}

.modal-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1049;
    background: rgba(46, 46, 46, 0.9);
    transform: translate3d(0, 0, 0);
    opacity: 0;
    transition: opacity .3s ease-in .1s;
}

.modal-bg-fade {
    opacity: 1;
    transition: opacity .3s ease-out;
}

.modal-bg--before-close {
    opacity: 0;
}

.modal-box {
    position: relative;
    z-index: 2;
    background: #ffffff;
    width: 100%;
    max-width: 39.375rem;
    margin: 1.25rem auto;
    padding: 2.5rem 1.25rem;
    transform: translate3d(0, 0, 0);
    opacity: 0;
    transition: opacity .2s linear 0s;
}

@media (min-width: 48rem) {
    .modal-box {
        margin: 2.5rem auto;
        padding: 3.125rem;
    }
}

.modal-fade .modal-box {
    opacity: 1;
    transition: opacity .2s ease-out .1s;
}

.modal-fade.modal-fade--before-close .modal-box {
    opacity: 0;
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.875rem;
    height: 1.875rem;
    padding: 0;
    background: transparent;
    color: #797979;
}

@media (min-width: 48rem) {
    .modal-close {
        top: 0.625rem;
        right: 0.625rem;
    }
}

.modal-close:hover {
    background: transparent;
    color: #2e2e2e;
}

.modal-close-icon {
    margin: auto;
}

.modal-close-icon .icon {
    width: 1rem;
    height: 1rem;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .modal-close-icon {
        margin: 0;
    }
}

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

.modal-dialog-title {
    margin: 0 0 1.25rem;
    font-size: 1.5rem;
    font-weight: 400;
}

@media (min-width: 48rem) {
    .modal-dialog-title {
        margin: 0 0 1.5625rem;
        font-size: 1.875rem;
    }
}

.modal-dialog-text {
    width: 25rem;
    max-width: 100%;
    margin: 0 auto 1.5625rem;
    font-size: 1rem;
}

@media (min-width: 48rem) {
    .modal-dialog-text {
        margin: 0 auto 1.875rem;
        font-size: 1.25rem;
    }
}

.modal-dialog-subtext {
    font-size: 0.86rem;
    padding-top: 5px;
}

@media (min-width: 48rem) {
    .modal-dialog-subtext {
        font-size: 1rem;
    }
}

.modal-dialog-buttons .button {
    padding: 0 4rem;
    margin: 0 .5rem .5rem;
}

.ti {
    position: relative;
}

.ti-image {
    width: 100%;
    display: block;
}

.ti-text {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    padding: 1.25rem;
}

.ti-text-100 {
    width: 100%;
}

.ti-text-75 {
    width: 75%;
}

.ti-text-50 {
    width: 50%;
}

.ti-text-25 {
    width: 25%;
}

.ti-text-top {
    top: 0;
    bottom: auto;
}

.ti-text-bottom {
    bottom: 0;
    top: auto;
}

.ti-text-middle {
    top: 50%;
    transform: translateY(-50%);
}

.ti-text-middle.ti-text-center {
    transform: translate(-50%, -50%);
}

.ti-text-left {
    left: 0;
    right: auto;
}

.ti-text-right {
    right: 0;
    left: auto;
}

.ti-text-center {
    left: 50%;
    transform: translateX(-50%);
}

.ti-text-center.ti-text-middle {
    transform: translate(-50%, -50%);
}

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

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

.ti-ctas-right {
    text-align: right;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

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

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.digital-platform-loading-button {
  justify-content: center;
}
.digital-platform-loading-button--loader {
  display: none;
  animation: .8s linear infinite loader;
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  border: .2rem solid #000000;
  border-left-color: transparent;
  border-radius: 50%;
}
.digital-platform-loading-button.loading {
  position: relative;
  cursor: not-allowed !important;
}
.digital-platform-loading-button.loading .digital-platform-loading-button--text {
  color: transparent;
}
.digital-platform-loading-button.loading .digital-platform-loading-button--loader {
  display: block;
}

#blockCartModal {
  display: none;
}
#blockCartModal .modalDiv {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 999;
}
#blockCartModal .modalDiv .blockCartModal-content {
  left: 15%;
  right: 15%;
  margin-left: auto;
  margin-right: auto;
  top: 23%;
  margin-top: auto;
  width: 70%;
  position: fixed;
  background: #fff;
  padding: 0.938rem;
  height: auto;
}
#blockCartModal .modalDiv .blockCartModal-content .heading-align {
  text-align: left;
  display: block;
  padding: 0.625rem 0;
}
#blockCartModal .modalDiv .blockCartModal-content .marginTop {
  margin-top: 0.625rem;
}
#blockCartModal .modalDiv .blockCartModal-content .popup__closer {
  position: absolute;
  top: 0.625rem;
  right: 0.9375rem;
}
#blockCartModal .modalDiv .blockCartModal-content .blockCartModal-close {
  width: auto;
  padding: 0 1rem 0 1rem;
}
@media all and (min-width: 64rem) {
  #blockCartModal .modalDiv .blockCartModal-content {
    width: 45%;
    left: 25%;
    right: 25%;
  }
}

html[data-site="insidepass"] .breadcrumb .breadcrumbs .breadcrumbs-list-item:first-child .breadcrumbs-link span {
  border-bottom: 1px solid;
  text-decoration: inherit;
}
html[data-site="affresh"] .breadcrumb {
  background-color: transparent;
}
html[data-site="affresh"] .breadcrumb.breadcrumbs--blur-left::before {
  background: transparent;
}
.homepage .breadcrumb.breadcrumbs--blur-left::before {
  background: transparent;
}
.breadcrumb {
  background-color: #eeeeee;
}
@media (max-width: 47.938rem) {
  .breadcrumb.breadcrumbs-container {
    background-color: #eeeeee;
  }
}
@media (max-width: 47.938rem) {
  .breadcrumb {
    position: relative;
  }
}
@media (max-width: 47.938rem) {
  .breadcrumb .g-container {
    padding: 0 1rem;
    margin: 0;
  }
}
.breadcrumb.breadcrumbs--blur-left::before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 56px;
  top: 0;
  left: 0;
  position: absolute;
  margin-left: auto;
  z-index: 1;
  background: linear-gradient(to right, #eeeeee, rgba(238, 238, 238, 0.1));
}
.breadcrumb.breadcrumbs--blur-right::after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 56px;
  top: 0;
  right: 0;
  position: absolute;
  margin-left: auto;
  z-index: 1;
  background: linear-gradient(to right, #eeeeee, rgba(238, 238, 238, 0.1));
  rotate: 180deg;
}
.breadcrumb .breadcrumbs {
  list-style-type: none;
  margin: 0;
  padding: 0.5rem 0;
}
.breadcrumb .breadcrumbs::-webkit-scrollbar {
  height: 0;
}
@media (max-width: 47.938rem) {
  .breadcrumb .breadcrumbs {
    font-size: 0.75rem;
    white-space: nowrap;
    overflow-x: scroll;
    position: relative;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.breadcrumb .breadcrumbs .breadcrumbs-list-item {
  font-size: 0.75em;
  font-family: "Avenir-Roman", sans-serif;
  font-weight: 700;
  display: inline;
}
@media (max-width: 47.938rem) {
  .breadcrumb .breadcrumbs .breadcrumbs-list-item {
    display: inline-block;
    font-family: "HelveticaNeue", sans-serif;
    font-size: 0.75rem;
    vertical-align: top;
  }
}
.breadcrumb .breadcrumbs .breadcrumbs-list-item.breadcrumbs-list-item-last {
  font-weight: 400;
  color: #686868;
}
@media (max-width: 47.938rem) {
  .breadcrumb .breadcrumbs .breadcrumbs-list-item.breadcrumbs-list-item-last {
    color: #222222;
    margin-top: 2px;
    line-height: 0.75rem;
  }
}
.breadcrumb .breadcrumbs .breadcrumbs-list-item.breadcrumbs-list-item-last:after {
  display: none;
}
.breadcrumb .breadcrumbs .breadcrumbs-list-item:after {
  margin-left: 0.733rem;
  margin-right: 0.733rem;
  margin-top: -0.063rem;
  display: inline-block;
  content: url('../../../../etc.clientlibs/digital-platform/clientlibs/global/resources/arrow-right.svg');
  background-color: #5b5b5b;
  mask: url('../../../../etc.clientlibs/digital-platform/clientlibs/global/resources/arrow-right.svg') no-repeat center / contain;
  -webkit-mask: url('../../../../etc.clientlibs/digital-platform/clientlibs/global/resources/arrow-right.svg') no-repeat center / contain;
  width: auto;
  height: 0.625rem;
  vertical-align: middle;
}
.breadcrumb .breadcrumbs .breadcrumbs-list-item .breadcrumbs-link {
  font-size: 0.75rem;
  color: #2e2e2e;
  text-decoration: none;
}
@media (max-width: 47.938rem) {
  .breadcrumb .breadcrumbs .breadcrumbs-list-item .breadcrumbs-link span {
    font-weight: normal;
    text-decoration: underline;
    line-height: 0.75rem;
  }
}
.breadcrumb .breadcrumbs .breadcrumbs-list-item .breadcrumbs-link:focus-visible {
  outline-width: 0.125rem;
  outline-offset: 0.125rem;
}
@media (max-width: 47.938rem) {
  .breadcrumb .breadcrumbs .breadcrumbs-list-item.breadcrumbs-list-item-parent:before {
    display: none;
  }
}
@media (max-width: 47.938rem) {
  .page-dashboard .breadcrumb {
    width: 100vw;
    margin-left: -0.625rem;
    padding-left: 1rem;
  }
}
@media (max-width: 47.938rem) {
  .page-dashboard .breadcrumb .breadcrumbs .breadcrumbs-list-item.breadcrumbs-list-item-last {
    margin-top: 0.063rem;
  }
}

.potential-promotions {
  position: relative;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 48rem) {
  .potential-promotions {
    margin-bottom: 1rem;
  }
}
.potential-promotions__icon {
  margin-right: 0.5rem;
}
.potential-promotions__icon svg {
  display: inline;
  height: 1.5rem;
  min-width: 1.5rem;
  color: #000000;
}
.potential-promotions__text {
  display: flex;
  align-items: center;
  line-height: 125%;
  width: calc(95.5%);
}
.potential-promotions__disclaimer-cta-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  font-size: 0.625rem;
  background: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: 125%;
  text-transform: inherit;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.potential-promotions__disclaimer-cta-button:hover,
.potential-promotions__disclaimer-cta-button:focus {
  background: transparent;
  color: inherit;
}
.potential-promotions__disclaimer-cta {
  width: 1rem;
  margin-left: 0.5rem;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.potential-promotions__message {
  display: flex;
  padding: 0.5rem;
}
.potential-promotions__disclaimer-container {
  background: transparent;
}
.potential-promotions__disclaimer {
  display: none;
  background: transparent;
  max-width: 100%;
}
.potential-promotions__disclaimer:focus {
  outline: none;
}
.potential-promotions__disclaimer.open {
  display: block;
  position: absolute;
  bottom: calc(100% + 0.125rem);
  margin: 0 auto;
  inset-inline-start: 0;
  inset-inline-end: 0;
  z-index: 10;
}
.potential-promotions__disclaimer-text {
  display: flex;
  background: #ffffff;
  padding: 0.5rem 0.5rem;
  line-height: 125%;
}
.potential-promotions__disclaimer-text-index {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1rem;
  width: 1rem;
  height: 1rem;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  margin-right: 8px;
  line-height: 125%;
  letter-spacing: 0.3px;
}
.potential-promotions__close-button {
  position: absolute;
  top: -0.75rem;
  right: -0.75rem;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border-radius: 1.875rem;
}
.potential-promotions__close-button:focus {
  outline: 0;
}
.potential-promotions__close-button svg {
  width: 0.75rem;
  height: 0.75rem;
}

/*
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2015 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and may be covered by U.S. and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */
/* grid component */
.aem-Grid {
  display: block;
  width: 100%;
}
.aem-Grid::before,
.aem-Grid::after {
  display: table;
  content: " ";
}
.aem-Grid::after {
  clear: both;
}
/* placeholder for new components */
.aem-Grid-newComponent {
  clear: both;
  margin: 0;
}
/* column of a grid */
.aem-GridColumn {
  box-sizing: border-box;
  clear: both;
}
/* force showing hidden */
.aem-GridShowHidden > .aem-Grid > .aem-GridColumn {
  display: block !important;
}
/* Generates all the rules for the grid columns up to the given amount of column */
/* Generates all the rules for the grid column offset up to the given amount of column */
/* Generates all the rules for the grid and columns for the given break point and total of columns */
/* Generates all the rules for the grids and columns */
/* API function to be called to generate a grid config */
/* maximum amount of grid cells to be provided */
/* default breakpoint */
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--newline {
  /* newline behavior */
  display: block;
  clear: both !important;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--none {
  /* none behavior */
  display: block;
  clear: none !important;
  float: left;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--hide {
  /* hide behavior */
  display: none;
}
/* phone breakpoint */
@media (max-width: 767px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--hide {
    /* hide behavior */
    display: none;
  }
}
/* tablet breakpoint */
@media (min-width: 768px) and (max-width: 1023px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--hide {
    /* hide behavior */
    display: none;
  }
}

.cmp-image img {
  width: 100%;
}

.compatibility {
  padding: 1.5rem 1rem 1rem;
}
.compatibility .compatibility__header.compatibility__header--right {
  text-align: right;
}
.compatibility .compatibility__header.compatibility__header--left {
  text-align: left;
}
.compatibility .compatibility__header.compatibility__header--center {
  text-align: center;
}
.compatibility .compatibility__paragraph.compatibility__paragraph--right {
  text-align: right;
}
.compatibility .compatibility__paragraph.compatibility__paragraph--left {
  text-align: left;
}
.compatibility .compatibility__paragraph.compatibility__paragraph--center {
  text-align: center;
}
.compatibility .compatibility-modal__title.compatibility-modal__title--right {
  text-align: right;
}
.compatibility .compatibility-modal__title.compatibility-modal__title--left {
  text-align: left;
}
.compatibility .compatibility-modal__title.compatibility-modal__title--center {
  text-align: center;
}
.compatibility .compatibility-modal__subtitle.compatibility-modal__subtitle--right {
  text-align: right;
}
.compatibility .compatibility-modal__subtitle.compatibility-modal__subtitle--left {
  text-align: left;
}
.compatibility .compatibility-modal__subtitle.compatibility-modal__subtitle--center {
  text-align: center;
}
.compatibility .compatibility-modal__image-wrapper.compatibility-modal__image-wrapper--right {
  text-align: right;
}
.compatibility .compatibility-modal__image-wrapper.compatibility-modal__image-wrapper--left {
  text-align: left;
}
.compatibility .compatibility-modal__image-wrapper.compatibility-modal__image-wrapper--center {
  text-align: center;
}
.compatibility__modal-link-wrapper {
  display: block;
  margin: 1rem 0 1.5rem;
  text-align: center;
}
.compatibility__modal-link {
  text-align: center;
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
}
.compatibility__hint {
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.compatibility-modal.modal .modal-content .modal-body {
  max-height: none;
  padding: 0 6.4% 0.75rem;
  border-bottom: solid 1px #2e2e2e;
}
.compatibility .desktop {
  display: none;
}
.compatibility-form {
  display: flex;
}
.compatibility-form__input {
  flex-grow: 1;
  border-radius: 0;
  border: solid #979797 0.1125rem;
  border-right: none;
  padding-left: 1rem;
  text-transform: uppercase;
}
.compatibility-form__input::placeholder {
  text-transform: none;
}
.compatibility-form__input:-ms-input-placeholder {
  text-transform: none;
}
.compatibility-form__button {
  padding: 0;
  width: 3.5rem;
  height: 2.5rem;
}
.compatibility-form__button.button--loader svg {
  display: none;
}
.compatibility-form__button.button--loader .compatibility-form__button-text {
  display: none;
}
.compatibility-modal__title {
  font-size: 1rem;
}
.compatibility-modal__subtitle {
  font-size: 0.9rem;
}
.compatibility-modal__image {
  display: inline;
}
.compatibility-modal__title,
.compatibility-modal__subtitle,
.compatibility-modal__image-wrapper {
  margin-bottom: 0.875rem;
}
.compatibility-modal .button {
  width: 87.2%;
  font-size: 1.125rem;
}
.compatibility .trigger-modal-close {
  margin-top: 1.5rem;
}
.compatibility__error-message {
  color: #c80a33;
  margin-top: 0.3125rem;
}
.compatibility__success-message {
  color: #008800;
  font-size: 0.75rem;
  margin-top: 0.3125rem;
  display: flex;
  align-items: flex-start;
}
.compatibility__success-message svg {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  margin-right: 0.5rem;
}
.compatibility__found-message {
  margin-top: 2.5625rem;
  text-align: center;
  font-weight: bold;
}
.compatibility-suggestions {
  position: relative;
}
.compatibility-suggestions__container {
  position: absolute;
  width: calc(100% - 0.2rem);
  background-color: white;
  margin: 0.5rem 0.1rem;
  border: solid #979797 0.0625rem;
  border-radius: 0.1875rem;
  z-index: 2;
}
.compatibility-suggestions__item {
  padding: 0.5rem 0 0.5rem 0.9rem;
  border-bottom: dotted #979797 .0625rem;
  text-transform: uppercase;
}
.compatibility-items {
  padding: 1rem 19.7%;
}
.compatibility-items .plp-item--new {
  padding: 0;
  box-shadow: 0 0.25rem 0.5rem 0 rgba(50, 50, 50, 0.3);
}
.compatibility-items .plp-item--new .plp-item-saves {
  display: none;
}
.compatibility-items .plp-item--new .plp-item-colors {
  display: none;
}
.compatibility-items .plp-item--new .star-rating {
  flex: 1;
}
.compatibility-items .plp-item--new .plp-item-model {
  display: none;
  font-size: 0.75rem;
}
.compatibility-items .plp-item--new .plp-item-free-shipping {
  display: none;
}
.compatibility-items .plp-item--new .plp-item-free-shipping svg {
  display: inline-block;
}
.compatibility-items .plp-item--new .plp-where-to-buy-button {
  display: none;
}
.compatibility-items .plp-item--new .plp-item-name-link {
  text-transform: uppercase;
  max-height: 5rem;
}
.compatibility-items .plp-item--new .plp-item-media-image,
.compatibility-items .plp-item--new .plp-item-image-link {
  height: 102px;
}
.compatibility-items .plp-item--new .plp-item-image {
  max-height: 102px;
}
.compatibility.updated-filter-compatibility {
  padding-bottom: 0;
  border-bottom: 0;
}
.compatibility.updated-filter-compatibility .updated-compatibility__status {
  display: flex;
  border: .0625rem solid;
  margin: 2.5rem auto 0;
  justify-content: center;
  gap: 3rem;
  padding: 2rem 4.5rem;
  align-items: center;
  width: fit-content;
  background-color: #ffffff;
}
.compatibility.updated-filter-compatibility .updated-compatibility__status__message {
  text-transform: uppercase;
  font-family: 'Avenir-Black', sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.25rem;
  margin-bottom: .625rem;
}
.compatibility.updated-filter-compatibility .updated-compatibility__status__model {
  font-size: .75rem;
  line-height: 1rem;
}
.compatibility.updated-filter-compatibility .updated-compatibility__status__model-text {
  font-family: 'Avenir-Black', sans-serif;
  font-weight: 900;
}
.compatibility.updated-filter-compatibility .updated-compatibility__status__icon {
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.compatibility.updated-filter-compatibility .updated-compatibility__status__icon.compatible {
  background-image: url('../../../../content/dam/global/whirlpool/icons/comp-check-success.svg');
}
.compatibility.updated-filter-compatibility .updated-compatibility__status__icon.not-compatible {
  background-image: url('../../../../content/dam/global/whirlpool/icons/comp-check-failed.svg');
}
.compatibility.updated-filter-compatibility .compatibility-items,
.compatibility.updated-filter-compatibility .compatibility__found-message {
  display: none;
}
@media (min-width: 48rem) {
  .compatibility {
    border-bottom: solid 0.063rem rgba(0, 0, 0, 0.2);
    border-top: solid 0.063rem rgba(0, 0, 0, 0.2);
    padding: 4rem 0 5.5rem;
  }
  .compatibility__paragraph {
    max-width: 27.43rem;
    margin: 0 auto;
  }
  .compatibility__hint {
    font-size: 1rem;
  }
  .compatibility .mobile {
    display: none;
  }
  .compatibility .desktop {
    display: flex;
  }
  .compatibility-form,
  .compatibility__hint,
  .compatibility__error-message,
  .compatibility__success-message,
  .compatibility__found-message,
  .compatibility-suggestions {
    max-width: 40.625rem;
    margin-left: auto;
    margin-right: auto;
  }
  .compatibility-form__button {
    width: 9.3125rem;
  }
  .compatibility__error-message {
    margin-top: 0.5625rem;
  }
  .compatibility__success-message {
    font-size: 1rem;
    align-items: center;
  }
  .compatibility__success-message svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  .compatibility-items {
    padding: 1rem 20%;
  }
  .compatibility-items.plp-items.plp-items-list .plp-item--new .plp-item-colors {
    grid-row: 1 / span 2;
  }
  .compatibility-items .plp-item--new .plp-item-color-trigger {
    width: 3.5rem;
    height: 3.5rem;
  }
  .compatibility-items .plp-item--new .plp-item-colors {
    display: block;
  }
  .compatibility-items .plp-item--new .plp-item-model {
    display: block;
  }
  .compatibility-items .plp-item--new .plp-item-free-shipping {
    display: block;
  }
  .compatibility-items .plp-item--new .plp-where-to-buy-button {
    display: block;
  }
  .compatibility-items .plp-item--new .plp-item-color-list {
    justify-content: center;
  }
  .compatibility-items .plp-item--new .plp-item-name-link {
    font-size: 1rem;
  }
  .compatibility-items .plp-item--new .plp-item-media-image,
  .compatibility-items .plp-item--new .plp-item-image-link {
    height: 230px;
  }
  .compatibility-items .plp-item--new .plp-item-image {
    max-height: 230px;
  }
}
@media (min-width: 48rem) and (max-width: 64rem) {
  .compatibility-items {
    padding: 1rem;
  }
  .compatibility-items .plp-item--new .plp-item-color-trigger {
    width: 3rem;
    height: 3rem;
  }
  .compatibility-items .plp-item--new .oos-cross-line {
    bottom: 0;
    height: 143%;
  }
}
@media (max-width: 48rem) {
  .compatibility.updated-filter-compatibility .updated-compatibility__status {
    border-color: #979797;
    display: flex;
    padding: 1rem;
    gap: 1rem;
    margin-top: 1.85rem;
  }
  .compatibility.updated-filter-compatibility .updated-compatibility__status__icon {
    min-width: 4rem;
  }
}

@font-face{
    font-family:"icons";
    src:url("../../../../etc/designs/whirlpool/digitalplatform/v2/maytag/clientlibs/fonts/icons.eot");
    src:url("../../../../etc/designs/whirlpool/digitalplatform/v2/maytag/clientlibs/fonts/icons.eot?#iefix") format("embedded-opentype"),url("../../../../etc/designs/whirlpool/digitalplatform/v2/maytag/clientlibs/fonts/icons.woff2") format("woff2"),url("../../../../etc/designs/whirlpool/digitalplatform/v2/maytag/clientlibs/fonts/icons.woff") format("woff"),url("../../../../etc/designs/whirlpool/digitalplatform/v2/maytag/clientlibs/fonts/icons.ttf") format("truetype"),url("../../../../etc/designs/whirlpool/digitalplatform/v2/maytag/clientlibs/fonts/icons.svg#icons") format("svg");
    font-weight:normal;
    font-style:normal
}

.social-icons, .social-icons a {
    font-size: 1.9em;
    color: #FFF;
    text-decoration: none;
}

.social-icons a:hover,
.social-icons a:focus {
    text-decoration: none;
}

.social-icons .icon::before, .social-icons a .icon::before {
    border-radius: 50%;
}

.icon-twitter:before {
    content: "\f121";
}

.icon-facebook:before {
    content: "\f10f";
}

.icon-youtube:before{
    content:"\f125"
}

.icon-pinterest:before{
    content:"\f11b"
}

.icons-chat{
    background-position:0 -80px;
    height:18px;
    width:20px
}
.pdp-accordion-v2-bar.accordionV2-title {
  border-bottom: 2px solid #ddd;
  padding: 10px 15px;
  line-height: 20px;
  font-size: 1em;
  position: relative;
  cursor: pointer;
  font-weight: 600;
}

.pdp-accordion-v2-drawer.accordion-v2-show {
  display: block;
  padding: 10px 15px;
}

.pdp-accordion-v2-drawer {
  display: none;
}

.icon-arrow-down {
  display: none;
}

.accordion-v2-show .icon-arrow-down {
  display: block;
}

.accordion-v2-show .icon-arrow-up {
  display: none;
}

.icon-arrow-up {
  display: block;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pdp-accordion-collapse-icon {
  position: absolute;
  right: 0;
  bottom: .625rem;
  cursor: pointer;
}

@media (min-width: 1023px) {
  .invisible {
    display: none;
  }
}
.divider-component {
  height: 0.062rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  background-color: rgba(0, 0, 0, 0.2);
  margin-left: 0;
  width: 100%;
}
.divider-component.hide {
  display: none;
}
.cq-Editable-dom .divider-component {
  margin: 0;
}

/*gobal pencil modal hideden by default*/
div[data-id="global-pencil-modal"] {
  visibility: hidden;
  height: 0;
}
div[data-id="global-pencil-modal"].active {
  height: 100%;
}
header.header {
  position: relative;
  background: #ffffff;
  z-index: 21;       
}

.success-response {
  font-weight: 700;
  font-style: italic;
  color: #5c700f;
}

@media (max-width: 63.9375rem) {
  header.header {
    border-bottom: 1px solid #b3b3b3;
  }
}

header.header.header-fixed {
  position: fixed;
  width:100%;
}

.header-hide-class {
  display: none;
}

@media (min-width: 64rem) {
  .header {
    border-color: transparent;
  }
}

.header.iparsys.parsys,
.header.parsys,
.header.iparsys {
  border: none;
  background: transparent;
}

.header-content {
  position: relative;
  padding-right: 2.5rem;
}

@media (min-width: 48rem) {
  .header-content {
    padding-right: 4.375rem;
  }
}

@media (min-width: 64rem) {
  .header-content {
    padding-right: 0;
  }
}

.header-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.625rem;
  height: 3.125rem;
}

@media (min-width: 48rem) {
  .header-logo {
    height: 4.375rem;
  }
}

@media (min-width: 64rem) {
  .header-logo {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    height: auto;
  }
}

.header-logo-link {
  display: block;
  max-width: 12.5rem;
  width: 100%;
}

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

@media (min-width: 64rem) {
  .header-slot {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
}

.header-slot-aside {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.5rem 0;
  border-bottom: 1px solid #eeeeee;
  font-size: 0.75rem;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .header-slot-aside {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (min-width: 64rem) {
  .header-slot-aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-language {
  position: relative;
  margin-right: auto;
}

.header-language-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  height: 1rem;
  text-transform: none;
  font-weight: 400;
  background: transparent;
  color: #2e2e2e;
  font-size: 0.75rem;
}

.header-language-trigger:hover {
  background: transparent;
  color: #9a132b;
}

.header-language-trigger-icon {
  margin-left: 0.25rem;
  color: #c41230;
}

.header-language-trigger-icon .icon {
  width: 0.625rem;
  height: 0.625rem;
}

.header-language-menu {
  position: absolute;
  top: 105%;
  left: 0;
  overflow: hidden;
  height: 0;
  width: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 2;
}

.header-language-open .header-language-menu {
  height: auto;
  width: auto;
  min-width: 8.75rem;
  visibility: visible;
  border-top: 1px solid #eeeeee;
}

.header-language-nav {
  border: 1px solid #eeeeee;
  border-top: none;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform .15s ease-out;
  transition: -webkit-transform .15s ease-out;
  transition: transform .15s ease-out;
  transition: transform .15s ease-out, -webkit-transform .15s ease-out;
}

.header-language-open .header-language-nav {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.header-language-nav-item {
  display: block;
  padding: 0.5rem;
  background: #ffffff;
  color: #c41230;
}

.header-language-nav-item:hover, .header-language-nav-item:focus {
  outline: none;
  color: #ffffff;
  background: #c41230;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .header-chat {
    margin-left: auto;
  }
}

.header-chat-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2e2e2e;
}

.header-chat-link:hover {
  color: #9a132b;
}

.header-chat-link-icon {
  margin-right: 0.25rem;
}

.header-chat-link-icon .icon {
  width: 0.75rem;
  height: 0.75rem;
}

.header-slot-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 0.75rem;
  height: 3.125rem;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .header-slot-primary {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (min-width: 48rem) {
  .header-slot-primary {
    height: 4.375rem;
  }
}

@media (min-width: 64rem) {
  .header-slot-primary {
    height: auto;
    padding: 0.625rem 0;
  }
}

.header-content-spot {
  display: none;
  margin-right: auto;
}

@media (min-width: 64rem) {
  .header-content-spot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-content-spot-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.25rem;
  min-height: 1.625rem;
}

.header-content-spot-item img{
  /*padding: 0.25rem 0.5rem;*/
  background: #eeeeee;
}

.header-content-spot-text {
  font-size: 0.75rem;
}

.header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .header-actions {
    margin-left: auto;
  }
}

.header-search {
  position: absolute;
  top: 3.1875rem;
  right: 0;
  overflow: hidden;
  height: 0;
  width: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 48rem) {
  .header-search {
    position: static;
    visibility: visible;
    width: 13.75rem;
    height: auto;
  }
  .header-search.header-search-open {
    width: 13.75rem;
  }
}

.header-search-open {
  height: auto;
  width: 100%;
  visibility: visible;
}

.header-search-form {
  position: relative;
  margin: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  padding: 0.625rem;
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  -webkit-transition: -webkit-transform .15s ease-out;
  transition: -webkit-transform .15s ease-out;
  transition: transform .15s ease-out;
  transition: transform .15s ease-out, -webkit-transform .15s ease-out;
}

.header-search-open .header-search-form {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 48rem) {
  .header-search-form {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0s ease-out;
    transition: -webkit-transform 0s ease-out;
    transition: transform 0s ease-out;
    transition: transform 0s ease-out, -webkit-transform 0s ease-out;
    padding: 0;
    background: none;
    border-bottom: none;
  }
}

.header-search-trigger {
  width: 2.8125rem;
  height: 3.125rem;
  padding: 0;
  background: transparent;
  color: #c41230;
}

.header-search-trigger:hover {
  background: transparent;
  color: #9a132b;
}

@media (min-width: 48rem) {
  .header-search-trigger {
    display: none;
  }
}

.header-search-trigger-icon {
  margin: auto;
}

.header-search-trigger-icon .icon {
  width: 1.25rem;
  height: 1.25rem;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .header-search-trigger-icon {
    margin: 0;
  }
}

.header-search-input {
  height: 1.625rem;
  padding-right: 2rem;
  background: #eeeeee;
  border-color: #eeeeee;
  font-size: 0.75rem;
  color: #606060;
}

.header-search-button {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  height: 1.625rem;
  width: 1.625rem;
  padding: 0;
  text-align: center;
  background: transparent;
  color: #c41230;
}

.header-search-button:hover {
  background: transparent;
  color: #9a132b;
}

@media (min-width: 48rem) {
  .header-search-button {
    top: 0;
    right: 0;
  }
}

.header-search-button-icon .icon {
  width: 0.875rem;
  height: 0.875rem;
}

@media (min-width: 48rem) {

  .header-account {
    padding: 0 0.25rem;
    margin: 0 0.25rem;
  }

  .header-account-border {
    border-right: 1px solid #eeeeee;
  }
}

.header-account-link:not(.member-price-cta) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2e2e2e;
  padding: 0;
  cursor: pointer;
}

.header-account-link-size {
  width: 2.8125rem;
  height: 3.125rem;
}

.d2cdp-header-checkout .header-account-link-size {
  height: 1.625rem;
  width: auto;
}

.header-account-link:hover {
  color: #9a132b;
}

@media (min-width: 48rem) {
  .header-account-link {
    width: auto;
    height: 1.625rem;
    padding: 0 0.5rem;
  }
}

.header-account-icon .icon {
  width: 1.25rem;
  height: 1.25rem;
}

@media (min-width: 48rem) {
  .header-account-icon {
    margin-right: 0.25rem;
  }
  .header-account-icon .icon {
    width: 0.875rem;
    height: 0.875rem;
  }
}

.header-account-link-text {
  display: none;
}

@media (min-width: 48rem) {
  .header-account-link-text {
    display: inline-block;
  }
}

.header-account-menu-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2e2e2e;
  padding: 0;
  width: 2.8125rem;
  height: 3.125rem;
}

.header-account-menu-link:hover {
  color: #9a132b;
}
@media (min-width: 48rem) {
  .header-account-menu-link {
    display: none;
  }
}

.header-account-menu-trigger {
  display: none;
  padding: 0;
  text-transform: none;
  font-weight: 400;
  background: transparent;
  color: #2e2e2e;
  font-size: 0.75rem;
  height: 1.625rem;
}

@media (min-width: 48rem) {
  .header-account-menu-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-account-menu-trigger:hover {
  background: transparent;
  color: #9a132b;
}

.header-account-menu-trigger-icon {
  margin-right: 0.25rem;
}

.header-account-menu-trigger-icon .icon {
  width: 0.875rem;
  height: 0.875rem;
}

.header-account-menu-drop-icon {
  margin-left: 0.25rem;
  color: #c41230;
}

.header-account-menu-drop-icon .icon {
  width: 0.625rem;
  height: 0.625rem;
}

.header-account-menu {
  position: relative;
  display: block;
}

.header-account-menu-panel {
  position: absolute;
  top: 75%;
  right: 0.75rem;
  overflow: hidden;
  height: 0;
  width: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-top: 1px solid #eeeeee;
}

@media (min-width: 48rem) {
  .header-account-menu-panel {
    top: 105%;
    right: 0;
  }
}

.header-account-menu-open .header-account-menu-panel {
  height: auto;
  width: auto;
  min-width: 8.75rem;
  visibility: visible;
}

.header-account-nav {
  border: 1px solid #eeeeee;
  border-top: none;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform .15s ease-out;
  transition: -webkit-transform .15s ease-out;
  transition: transform .15s ease-out;
  transition: transform .15s ease-out, -webkit-transform .15s ease-out;
}

.header-account-menu-open .header-account-nav {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.header-account-nav-item {
  display: block;
  padding: 0.5rem;
  background: #ffffff;
  color: #c41230;
}

.header-account-nav-item:hover, .header-account-nav-item:focus {
  outline: none;
  color: #ffffff;
  background: #c41230;
}

.header-cart {
  position: relative;
}

@media (max-width: 63.9375rem) {
  .header-cart-desktop {
    display: none;
  }
}

@media (max-width: 47.9375rem) {
  .header-cart-desktop {
    display: none;
  }
}

.header-cart-trigger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0;
  background: transparent;
  color: #2e2e2e;
  width: 2.8125rem;
  height: 3.125rem;
}

.header-cart-trigger:hover {
  background: transparent;
  color: #9a132b;
}

@media (min-width: 48rem) {
  .header-cart-trigger {
    width: 1.625rem;
    height: 1.625rem;
  }
}

.header-cart-trigger-icon {
  margin: auto;
}

.header-cart-trigger-icon .icon {
  width: 1.25rem;
  height: 1.25rem;
}

@media (min-width: 48rem) {
  .header-cart-trigger-icon .icon {
    width: 1.0625rem;
    height: 1.0625rem;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .header-cart-trigger-icon {
    margin: 0;
  }
}

.header-cart-item-count {
  position: absolute;
  top: 0;
  right: 0;
  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;
  background: #c41230;
  color: #ffffff;
  border: 2px solid #ffffff;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 100%;
  font-size: 0.4375rem;
  line-height: 1;
  overflow: hidden;
  -webkit-transform: translate(-10%, 25%);
  transform: translate(-10%, 25%);
}

@media (min-width: 48rem) {
  .header-cart-item-count {
    -webkit-transform: translate(25%, -25%);
    transform: translate(25%, -25%);
  }
}

.header-cart-item-count.zero-items {
  display: none;
}

.header-cart-item-count-value {
  margin: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .header-cart-item-count-value {
    margin: 0;
  }
}

@media (min-width: 64rem) {
  .header-cart-mobile {
    display: none;
  }
}

.header-menu-trigger {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 2.8125rem;
  height: 3.125rem;
  outline: 0;
}

@media (min-width: 48rem) {
  .header-menu-trigger {
    height: 4.375rem;
    width: 4.375rem;
  }
}

@media (min-width: 64rem) {
  .header-menu-trigger {
    display: none;
  }
}

.header-menu-trigger.header-menu-trigger-open {
  background: #eeeeee;
  color: #c41230;
}

.header-menu-trigger.header-menu-trigger-open .icon {
  display: none;
}

.header-menu-trigger.header-menu-trigger-open .icon-close {
  display: block;
}

.header-menu-trigger-icon {
  margin: auto;
}

.header-menu-trigger-icon .icon {
  width: 1.25rem;
  height: 1.25rem;
}

@media (min-width: 48rem) {
  .header-menu-trigger-icon .icon {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}

.header-menu-trigger-icon .icon-close {
  display: none;
  width: 1rem;
  height: 1rem;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .header-menu-trigger-icon {
    margin: 0;
  }
}

.header-checkout {
  padding-right: 0;
}

.header-checkout .header-bar {
  height: 3.125rem;
}

@media (min-width: 48rem) {
  .header-checkout .header-bar {
    height: 4.375rem;
  }
}

@media (min-width: 48rem) {
  .header-checkout .header-logo {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%;
  }
}

@media (min-width: 64rem) {
  .header-checkout .header-logo {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}

.header-checkout .header-slot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 48rem) {
  .header-checkout .header-slot {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 70%;
  }
}

@media (min-width: 64rem) {
  .header-checkout .header-slot {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.header-checkout .header-slot-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: none;
}

.header-checkout .header-language {
  display: none;
}

@media (min-width: 48rem) {
  .header-checkout .header-language {
    display: block;
  }
}

.cookie-consent {
  display: none;
  background-color: #eeeeee;
  padding: 0.625rem 0;
}

.cookie-consent-active {
  display: block;
}

.cookie-consent-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 48rem) {
  .cookie-consent-content {
    padding: 1.25rem;
  }
}

.cookie-consent-text {
  font-weight: bold;
  padding-right: 3.75rem;
}

@media (max-width: 47.9375rem) {
  .cookie-consent-text {
    font-size: 0.5rem;
    padding-right: 1.875rem;
  }
}

@media (max-width: 47.9375rem) {
  .cookie-consent-trigger {
    height: 1.875rem;
    width: 1.875rem;
    font-size: 0.5rem;
  }
}

.email-header {
  margin-top: 1rem;
}

@media (max-width: 47.9375rem) {
  .email-header-links {
    font-size: 0.75rem;
  }
}

.email-header-bar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 1.875rem;
}

@media (max-width: 63.9375rem) {
  .email-header-bar {
    padding: 1.25rem 1.875rem;
  }
}

@media (max-width: 47.9375rem) {
  .email-header-bar {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 47.9375rem) {
  .email-header-links {
    font-size: 0.75rem;
  }
}

@media (max-width: 47.9375rem) {
  .email-header-logo {
    max-width: 60%;
  }
}

.header-suggestions-open {
  overflow: visible;
}

.header-suggestions-panel {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background: #f4f6f7;
  border: 1px solid #b3b3b3;
  display: none;
}

.header-suggestions-open .header-suggestions-panel {
  display: block;
}

@media (min-width: 48rem) {
  .header-suggestions-panel {
    left: auto;
    margin-top: 2px;
  }
}

.header-suggestions-panel {
  min-width: 18.75rem;
  padding-top: .9375rem;
  padding-bottom: .9375rem;
}

.header-suggestions-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.75rem;
  padding-left: .9375rem;
}

.header-suggestions-icon {
  -ms-flex-preferred-size: 1.875rem;
  flex-basis: 1.875rem;
  min-width: 1.875rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #c41230;
}

.header-suggestions-icon .icon {
  width: 1.25rem;
  height: 1.25rem;
}

.header-suggestions-term {
  font-size: 0.75rem;
}

.header-suggestions-term-value {
  font-weight: 700;
}

.header-suggestions-item {
  font-size: 0.75rem;
  padding-right: .9375rem;
  padding-left: .9375rem;
}

.header-suggestions-item + .header-suggestions-item {
  padding-top: 0.5rem;
}

.header-suggestions-highlight {
  background: none;
  font-weight: 700;
  font-family: 'HelveticaNeue-Bold', sans-serif;
  color: currentColor;
}

.header-suggestions-link {
  font-weight: 400;
}

.header-suggestions-bottom {
  padding-top: 0.75rem;
  text-align: center;
}

.header-suggestions-button {
  font-size: 0.625rem;
  height: 1.875rem;
}

.livechat.header-menu-trigger.header-menu-trigger-open {
    background: none;
    color: inherit;
    width: auto;
    height: auto;
}

.megamenu-item:hover .megamenu-panel-trigger {
  color: #2e2e2e;
}
.megamenu-item.megamenu-item-active:hover .megamenu-panel-trigger {
  color: #ffffff;
}

.banner-margin-bottom-1{
  margin-bottom: 1rem;
}

.error-page .cq-dd-image {
  width: auto;
  padding-right: 0.5rem;
}

.d2cdp-header-checkout {
  padding-right: 0;
  border-bottom: 0.0625rem solid #c41239;
  padding-bottom: 0.625rem;
  padding-top: 1.875rem;
}

.d2cdp-header-checkout .checkout-main-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.d2cdp-header-checkout .checkout-logo {
  order: 1;
}

.d2cdp-header-checkout .checkout-guest-disclaimer {
  margin: 0;
  padding: 0 0 1rem;
  flex-basis: 100%;
  order: 4;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1em;
  text-align: center;
}


.checkout-account {
  order: 3;
  margin-left: auto;
  text-align: right;
  padding-bottom: 0.625rem;
}

@media all and (min-width: 26.5625rem) {
  .d2cdp-header-checkout .checkout-guest-disclaimer {
    padding: 0 0 0.5rem 1rem;
    flex-basis: auto;
    order: 2;
    text-align: left;
  }

  html[data-site='kitchenaid'] .d2cdp-header-checkout .checkout-guest-disclaimer {
    padding-bottom: 0;
  }
}

@media all and (min-width: 48rem) {
  .d2cdp-header-checkout .checkout-guest-disclaimer {
    font-size: 3rem;
  }

  html[data-site='kitchenaid'] .d2cdp-header-checkout .checkout-guest-disclaimer {
    font-size: 2rem;
  }
}

@media all and (min-width: 64rem) {
  .d2cdp-header-checkout .checkout-guest-disclaimer {
    font-size: 1.5rem;
  }

  .d2cdp-header-checkout .checkout-main-info {
    align-items: center;
  }
}

.inner-info {
  font-size: x-small;
  padding-top: 0.125rem;
}

.inner-info a:first-child {
  font-weight: bold;
}

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

.contact-info-header {
  font-size: small;
  font-weight: bold;
  text-transform: uppercase;
}

.contact-info-container {
  display: flex;
  padding-top: 1rem;
  align-items: baseline;
  justify-content: flex-end;
}

.contact-info-container > * {
  padding: 0 0.625rem;
}

.contact-info-column {
  text-align: left;
}

.d2cdp-header-checkout a.header-account-link {
  padding-right: 0;
}

.d2cdp-header-checkout div.header-chat {
  display: none;
}

.d2cdp-header-checkout .header-account-menu-trigger {
  display: inline-flex;
}

.d2cdp-header-checkout .header-account-nav {
  text-align: left;
  font-size: 0.75rem;
}

.checkout-help {
  display: none;
}

.checkout-help-link {
  font-weight: bold;
}

.help-modal-inner-info {
  text-align: left;
  padding: 0.625rem 0 0.625rem 0;
}

.help-modal-inner-info a:first-child {
  font-weight: bold;
}

@media screen and (max-width: 62rem) {
  .checkout-help-info,
  .d2cdp-header-checkout .header-account-menu-link {
    display: none;
  }

  .checkout-help {
    display: block;
    text-align: center;
  }
}

.active-suggestion {
  background-color: #D8D8D8 !important;
}

.mobile-header-myAccount{
	display:block;
	width:1px;
	height:1px;
	visibility:hidden;
}
/*# sourceMappingURL=header.css.map */

.back-to-top-trigger {
  position: fixed;
  bottom: 1rem;
  right: 1.5rem;
  z-index: 11;
  height: auto;
  padding: 0.9375rem;
  background-color: #f5f5f5;
  color: #c41230;
}

.back-to-top-trigger.hidden {
  display: none;
}

.back-to-top-trigger.bottom-3 {
  bottom: 3rem;
}

.back-to-top-trigger:hover {
  background-color: #f5f5f5;
  color: #9a132b;
}

.back-to-top-trigger:focus-visible {
  outline-width: 0.125rem;
  outline-offset: 0.125rem;
}

.back-to-top-trigger .icon {
  width: 1.25rem;
  height: 1.25rem;
}

/*# sourceMappingURL=back-to-top.css.map */

.footer {
  background-color: #ffffff;
  padding: 1rem 0 2rem;
  margin-top: 1rem;
}

.footer .form-submit-error,
.footer .form-submit-success {
  margin: .25rem 0;
}

.footer .form-submit-error-on {
  display: inline-block;
  width: 100%;
}

.footer-col-lg {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
}

.footer-cta-box {
  padding-bottom: 1rem;
}

@media (min-width: 48rem) {
  .footer-cta-box {
    border-bottom: 0.125rem solid #b3b3b3;
  }
}

.footer-cta-link {
  display: block;
  color: #2e2e2e;
}

.footer-media-icon {
  width: 1.2rem;
  height: 1rem;
  display: inline-block;
}

.footer-media-icon img {
  width: 100%;
}

.footer-media-image {
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
}

.footer-cta-title,
.footer-socialmedia-title {
  font-weight: 700;
  font-size: 0.8125rem;
  text-transform: uppercase;
}

@media (max-width: 47.9375rem) {
  .footer-cta-title {
    padding-top: 0.625rem;
  }
}

.footer-media-cell-col-container {
  -ms-flex-item-align: center;
  align-self: center;
}

.footer-cta-title {
  text-align: center;
}

.footer-socialmedia-title {
  padding: 1.25rem 0;
}

.footer-social {
  padding: 0 1.875rem;
}

@media (max-width: 47.9375rem) {
  .footer-social {
    padding: 1.25rem 1.25rem 0 0;
  }
}

.footer-socialmedia-icons a {
    float: left;
    margin-right: 0.525rem;
}

.footer-socialmedia-icons a:focus-visible {
  outline-width: 0.125rem;
  outline-offset: 0.125rem;
}

@media (max-width: 47.9375rem) {
  .footer-media-cell,
  .footer-cta-cell,
  .footer-sign-up-cell {
    padding: 0.625rem;
  }
}

.footer-cta-row {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer-cta-cell-img {
  display: block;
  margin: auto;
  padding-bottom: 1.25rem;
}

.footer-implinks-box {
  padding: 1rem 0;
  border-bottom: solid 0.0625rem #eeeeee;
}

@media (min-width: 48rem) {
  .footer-implinks-box {
    border-top: solid 0.0625rem #eeeeee;
  }
}

.footer-implinks-title {
  font-size: 0.8125rem;
}

.footer-disclaimer-box {
  margin-top: 1rem;
  padding-bottom: 2rem;
  font-size: 0.625rem;
  font-weight: 400;
}

.footer-disclaimer-box sup {
  font-size: 0.5rem;
  top: -.35em;
}

.footer-implinks-cell {
  margin-top: 1rem;
  display: inline-block;
  font-size: 0.8125rem;
  color: #2e2e2e;
}

.footer-accordion-tab {
  position: relative;
  margin-bottom: 0.0625rem;
  width: 100%;
}

@media (max-width: 47.9375rem) {
  .footer-accordion-tab {
    border-top: 0.0625rem solid #eeeeee;
    overflow: hidden;
  }
}

.footer-accordion-tab-content {
  font-size: 0.8125rem;
  -webkit-transition: max-height .35s;
  transition: max-height .35s;
}

@media (max-width: 47.9375rem) {
  .footer-accordion-tab-content {
    max-height: 0;
    overflow: hidden;
  }
}

.footer-accordion-tab-item {
  padding: .5rem 0;
}

.footer-accordion-link {
  color: #2e2e2e;
  display: table;
  font-size: 12px;
  font-family: "Helvetica LT W01 Regular",Arial,sans-serif;
  margin-left: 0.125rem;
}

@media (min-width: 48rem) {
  .footer-accordion-col {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
    padding-left: .625rem;
    padding-right: .625rem;
  }
}

.footer-accordion-box {
  margin-top: 2rem;
  margin-bottom: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-accordion-checkbox {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.footer-accordion-title {
  position: relative;
  display: block;
  text-align: left;
  font-weight: 700;
  line-height: 1.75;
  color: #2e2e2e;
  font-size: 0.875rem;
}

@media (max-width: 47.9375rem) {
  .footer-accordion-title {
    cursor: pointer;
    padding: 0 .625rem;
  }
}

.footer-accordion-link:focus-visible,
.footer-implinks-cell:focus-visible,
.footer-accordion-title:focus-visible {
  outline-width: 0.125rem;
  outline-offset: -0.125rem;
}

.footer-accordion-title:after {
  position: absolute;
  right: .625rem;
  top: 0.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  text-align: center;
}

@media (max-width: 47.9375rem) {
  .footer-accordion-checkbox:checked ~ .footer-accordion-tab-content {
    max-height: none;
    padding: .625rem;
  }
}

.footer-accordion-checkbox[type=checkbox] + .footer-accordion-title::after {
  content: none;
}

@media (max-width: 47.9375rem) {
  .footer-accordion-checkbox[type=checkbox] + .footer-accordion-title::after {
    width: 0.625rem;
    height: 0.625rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media (max-width: 47.9375rem) {
  .footer-accordion-checkbox[type=checkbox]:checked + .footer-accordion-title {
    border-bottom: 0.0625rem solid #eeeeee;
  }
}

.footer-accordion-checkbox[type=checkbox]:checked + .footer-accordion-title:after {
  -webkit-transform: rotate(270deg) translate(-49%, 0);
  transform: rotate(270deg) translate(-49%, 140%);
  -webkit-transform-origin: -0.625rem 1rem;
  transform-origin: -0.625rem 1rem;
}

@media (max-width: 47.9375rem) {
  .footer-accordion-last {
    border-bottom: 0.0625rem solid #eeeeee;
  }
}

.footer-media-cell-container-top {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media (max-width: 63.9375rem) {
  .footer-media-cell-container-top {
    display: none;
  }
}

.footer-media-cell-container-bottom {
  display: none;
}

@media (max-width: 63.9375rem) {
  .footer-media-cell-container-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-sign-up-email {
   float: left;
  padding-right: 7.375rem;
  margin-bottom: 0.5rem;
}

.footer-sign-up-email + .form-error-items {
  float: left;
  margin-bottom: 0.25rem;
}

.footer-sign-up-submit {
  color: #c41230;
  font-weight: 500;
  background: none;
  position: absolute;
  right: 1px;
  top: 0;
}

.footer-sign-up-title {
  font-weight: 700;
  font-size: 0.8125rem;
  text-transform: uppercase;
  padding-bottom: .5rem;
}

.footer-media-cell {
  width: 100%;
}

@media (min-width: 48rem) and (max-width: 63.9375rem) {
  .footer-media-cell {
    padding: 0.625rem;
  }
}

@media (max-width: 47.9375rem) {
  .footer-sign-up-cell {
    padding-top: 1rem;
  }
}

.footer-sign-up-cell .form-checkbox-text {
  font-size: 0.8125rem;
}

.g-row.footer-social-centered {
  text-align: center;
}

@media (min-width: 48rem){
  .g-row.footer-social-centered {
    text-align: inherit;
  }
}

.footer-implinks-item {
  flex-basis: auto;
  max-width: none;
}

#footer-sign-up {
  display: -ms-inline-flexbox;
  -ms-flex-wrap: wrap;
  position: relative;
}

.d2cdp-footer-checkout {
  text-align: center;
  margin-top: 2rem;
}

.d2cdp-footer-implinks-box {
  padding: 1rem 0;
}

.align-center {
  justify-content: center;
}

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

@media (min-width: 768px) {
 .mobile-footer-label, .footer-accordion-checkbox { 
	display:none;
  }
}

@media (max-width: 767px) {
 .desktop-footer-heading { 
	display:none;
  }
}

.ot-sdk-show-settings {
	cursor: pointer;
}

.footer__cross-site-navigation {
  display: flex;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 6.25rem;
  background: #f5f5f5;
}

@media (max-width: 767px) {
  .footer__cross-site-navigation {
    display: none;
  }
}

.footer__cross-site-navigation-item {
  display: inline-flex;
  width: fit-content;
  border-top: .125rem solid transparent;
  border-bottom: .125rem solid transparent;
  height: 1.5rem;
  transition: all 0.2s ease;
  position: relative;
}

.footer__cross-site-navigation-item:after {
  position: absolute;
  width: 100%;
  content: ' ';
  bottom: -0.5rem;
  border-bottom: .25rem solid transparent;
  transition: all 0.2s ease;
}

.footer__cross-site-navigation-item.active:after {
  border-bottom: .25rem solid #c41230;
}

.footer__cross-site-navigation-brands-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 1rem;
  align-content: center;
  text-transform: uppercase;
  font-family: "Avenir-Heavy", "Avenir", sans-serif;
}

.footer__cross-site-navigation-link {
  cursor: pointer;
  margin: auto 0;
}

.footer__cross-site-navigation-img {
  min-height: 1rem;
}

.footer__cross-site-navigation-img:focus-visible {
  outline-width: .125rem;
}
/*# sourceMappingURL=footer.css.map */

.header-user-location {
  margin-right: 1.5rem;
}

.header-user-location-icon {
  display: inline-block;
  margin: auto;
  vertical-align: middle;
  height: 1.75rem;
}

.header-user-location-link {
  display: flex;
  align-items: center;
  background: transparent;
  text-transform: none;
  height: auto;
  padding: 0;
}

.header-user-location-link:hover {
  text-decoration: underline !important;
  background: transparent;
}

.header-user-location-link span {
  padding-top: 0.125rem;
}

.header-user-location-label {
  padding-right: 0.3125rem;
}

.location-modal-header {
  text-transform: uppercase;
  font-size: large;
  font-weight: bold;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

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

.close-button-wrapper {
  top: -4.375rem;
  right: -2.5rem;
}

.label-wrapper {
  padding-bottom: 0.3125rem;
}

.modal-close-button {
  padding: 0 1rem;
}

.location-modal-button {
  position: relative;
  height: 2rem;
  margin-top: 1rem;
  width: 100%;
  outline: 0;
}

.location-modal-button:disabled{
  background-color: gray;
  cursor: default;
}

.location-modal-input {
  border: 0.0625rem solid #cccccc;
  line-height: 1.75rem;
  width: 100%;
  padding: 0 0.3125rem 0 0.3125rem;
}

.location-modal-description {
  font-size: larger;
  display: inline-block;
  padding: 0.625rem 0 0.625rem 0;
}

.location-wrapper {
  display: inline-block;
  position: relative;
}

.zip-code-required {
  border-color: red;
}

.zip-code__label {
  font-size: x-small;
  font-weight: bold;
}

.zip-code__label:before {
  content: "*";
}

.zip-code-error-wrapper{
  position: relative;
  padding-top: 0.3125rem;
}

.zip-code-error {
  display: none;
  position: relative;
  color: red;
  padding-top: 0.125rem;
  font-size: x-small;
}

.zip-code-error__icon {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  color: white;
  background-color: red;
  height: 0.625rem;
  width: 0.625rem;
}

/* Spinner */
.zip-loader,.wp-loader {
  display: none;
  position: absolute;
  top: 1.55rem;
  left: 0;
  border: 0.4rem solid #f3f3f3;
  border-top: 0.4rem solid #c41239;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  animation: loadspin 2s linear infinite;
}

.suggestion-message {
  color: red;
  font-size: small;
}

.suggestion-button {
  width: 100%;
  height: 2rem;
}

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

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

.zip-resolved-checkmark {
  color: #5c700e;
  display: none;
  position: absolute;
  top: 1.8rem;
  left: 0;
}

@media screen and (max-width: 62rem) {
  .close-button-wrapper {
    top: -4.0625rem;
    right: -2.1875rem;
  }
}

@media screen and (max-width: 48rem) {
  .close-button-wrapper {
    top: -3.4375rem;
    right: -0.9375rem;
  }
}


.cart-mini {
  position: absolute;
  right: 0;
  border: 0.0625rem solid #ffffff;
  background-color: #ffffff;
  padding: 0 0.625rem;
  z-index: 21;
  display: none;
}

.cart-mini__title-text{
	font-size : 12px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cart-mini {
    min-width: 18.75rem;
  }
}

.cart-mini .hidden , .cart-i18dictionary{
  display: none;
}

.cart-mini-section {
  border-bottom: 0.0625rem solid #b3b3b3;
  padding: 0.5rem 0;
}

.cart-mini__empty-state-msgbox {
  padding: 0.5rem 0.3125rem;
  background-color: #d8d8d8;
  border: #797979 solid 0.0625rem;
  color: #797979;
  width: 18.75rem;
  white-space: normal;
}

.cart-mini__empty-state-msgbox .trigger-modal {
  cursor: pointer;
}

.cart-mini__empty-state-msgbox--big-text {
  font-size: 1.25rem;
  margin-bottom: 0.3125rem;
}

.cart-mini-section--last {
  margin-top: 1.25rem;
}

.cart-mini__title {
  line-height: 1.75rem;
  font-weight: bold;
}

.cart-mini__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-mini__prod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.cart-mini__prod-img {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
  width: 3.75rem;
}

.cart-mini__prod-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
  padding: 0 0.5rem;
  width: 10.625rem;
}

.cart-mini__prod-title {
  white-space: normal;
  font-size: 0.75rem;
  line-height: 1.2;
  margin-bottom: 0.3125rem;
  height: 2.6rem;
  overflow: hidden;
}

.cart-mini__prod-title a{
	display: inline-block;
    max-height: 2.6rem;
    line-height: 1.2;
    overflow: hidden;
}

.cart-mini__prod-mdl {
  margin-bottom: 0.3125rem;
}

.cart-mini__prod-price {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  /* flex: 1 0 auto; */
  /* flex: 1 0 20%; */
  white-space: normal;
  width: 57px;
}

.cart-mini__prod-qty--sqr {
  height: 1rem;
  width: 1rem;
  border: 1px solid #2e2e2e;
  text-align: center;
}

.cart-mini__prod-qty--green {
  color: #5c700f;
}

.cart-mini__prod-price--text {
  text-align: right;
  font-weight: bold;
}

.cart-mini__other--subtot {
  text-align: right;
  font-weight: bold;
}

.cart-mini__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-mini__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.25rem;
}

.cart-mini__total--label {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

.cart-mini__total--amt {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: right;
}

.cart-mini__total--label-bld {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  font-weight: bold;
}

.cart-mini__total--amt-bld {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: bold;
  text-align: right;
}

.cart-mini__total--promo {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  white-space: pre-wrap;
  flex: 1 1 100%;
}

.cart-mini__cta-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0.9375rem 0;
}

.cart-mini__btn {
  font-size: 0.625rem;
}

.cart-mini__btn:nth-child(2) {
  margin-left: 0.625rem;
}

.cart-mini_promo-area {
  position: absolute;
  right: 0;
  width: 100%;
  height: auto;
}

.cart-mini_promo-area img {
  width: 100%;
}

.cart-mini-lazyload {
  width: 25px;
  height: 25px;
  margin: 20px auto 0;
}

.cart-mini__cta-btns.cart-mini-empty {
  display: block;
  text-align: center;
}

.cart-mini__prod-img img {
    max-height: 6.25rem;
    margin: auto;
}
/*# sourceMappingURL=cart-mini.css.map */

.mm-cart-mini {
  position: absolute;
  right: 0;
  border: 1px solid #cecece;
  background-color: #eee;
  z-index: 21;
  display: none;
  top: 56px;
  padding: 20px;
  min-width: 338px;
  margin-top: 1px;
}

@media (min-width: 992px) {
  .mm-cart-mini {
    top: 48px;
  }
}

@media (min-width: 1024px) {
  .mm-cart-mini {
    top: 56px;
  }
}

.mm-cart-mini-section.mm-cart-mini-empty span{
  text-align: left;
    display: block;
}

.mm-cart-mini:hover .mm-cart-mini__prod-info .mm-cart-mini__prod-title a{
  color: #2E2E2E !important;
}

.mm-cart-mini__title-text{
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 17px;
  font-family: "Avenir-Black", "Avenir", sans-serif;
  text-transform: uppercase;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mm-cart-mini {
    min-width: 18.75rem;
  }
}

.mm-cart-mini .hidden , .cart-i18dictionary{
  display: none;
}

.mm-cart-mini__empty-state-msgbox {
  padding: 26px 0px 0px 0px;
  font-size: 14px;
  line-height: 19px;
  color: #2E2E2E;
}

.mm-cart-mini__empty-state-msgbox--big-text {
  font-size: 14px;
  line-height: 19px;
  color: #2E2E2E;
  text-align: left;
  margin-bottom: 25px;
}

.mm-cart-mini__title {
  text-align: left;
}

.mm-cart-mini__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #eeeeee;
  margin-bottom: 20px;
}

.mm-cart-mini__count span{
  font-size: 12px;
}

.mm-cart-mini__prod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-left: -20px;
  margin-right: -20px;
  background-color: #fff;
  padding: 20px;
  border-bottom: 1px solid #b3b3b3;
}

.mm-cart-mini__prod-img {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
  width: 20%;
}

.mm-cart-mini__prod-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
  padding: 0 10px;
  width: 60%;
  text-align: left;
  font-size: 12px;
}

.mm-cart-mini__prod-title {
  white-space: normal;
  font-size: 0.75rem;
  line-height: normal;
  margin-bottom: 0.3125rem;
  height: auto;
  /* overflow: hidden; */
}

.mm-cart-mini__other--label{
  font-size: 0.75rem;
  margin-bottom: 0px;
}

.mm-cart-mini__prod-title a {
  line-height: normal;
  text-align: left !important;
  color: #2e2e2e !important;
  font-family: "Avenir-Heavy", "Avenir", sans-serif;
}

.mm-cart-mini__prod-title a:hover {
  color: #c41230 !important;
}

.mm-cart-mini__prod-mdl {
  margin-bottom: 0px;
  font-size: .75rem;
  line-height: 15px;
}

.mm-cart-mini__prod-qty{
  font-family: "Avenir-Heavy", "Avenir", sans-serif;
}

.mm-cart-mini__prod-qty--sqr {
  height: 1rem;
  width: 1rem;
  border: 0px;
  text-align: center;
  background: transparent;
  font-family: "Avenir-Black",sans-serif;
  opacity: 1;
  color: #000;
}

.mm-cart-mini__prod-price {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 20%;
  white-space: normal;
  word-break: break-word;
  width: 20%;
  display: flex;
  align-items: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
  min-width: max-content;
}

.mm-cart-mini__prod-qty--green {
  color: #5c700f;
}

.mm-cart-mini__prod-price--text {
  font-family: "Avenir-Heavy", "Avenir", sans-serif;
  font-size: 12px;
}

.mm-cart-mini__other--subtot {
  text-align: right;
  font-weight: bold;
  font-size: 0.75rem;

}

.mm-cart-mini__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.mm-cart-mini__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.25rem;
  border-top: 1px solid #b3b3b3;
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 20px;

}

.mm-cart-mini__total--label {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

.mm-cart-mini__total--amt {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: right;
}

.mm-cart-mini__total--label-bld {
  -webkit-box-flex: 1;
  -ms-flex: 1 -1 50%;
  flex: 1 -1 50%;
  font-weight: bold;
  font-size: 0.75rem;
}

.mm-cart-mini__total--amt-bld {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: bold;
  text-align: right;
  font-size: 0.75rem;
}

.mm-cart-mini__total--promo {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  white-space: pre-wrap;
  flex: 1 1 100%;
}

.mm-cart-mini__cta-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1rem;
  background: #eeeeee;
}

.mm-cart-mini__btn {
  font-size: 0.625rem;
}

.mm-cart-mini__btn:nth-child(2) {
  margin-left: 0.625rem;
}

.mm-cart-mini_promo-area {
  position: absolute;
  right: 0;
  width: 100%;
  height: auto;
}

.mm-cart-mini_promo-area img {
  width: 100%;
}

.mm-cart-mini-lazyload {
  width: 30px;
  height: 30px;
  margin: 0px auto;
  margin-bottom: 10px;
}

.mm-cart-mini-lazyload svg{
  font-size: 30px;
}

.mm-cart-mini__cta-btns.mm-cart-mini-empty {
  display: block;
  text-align: center;
} 

.mm-cart-mini__prod-img img {
    max-height: 6.25rem;
    margin: auto;
}
/*# sourceMappingURL=cart-mini.css.map */

.user_links .mm-cart-mini__cta-btns .mm-cart-mini__btn{
  color: #ffffff !important;
}

.mm-cart-mini__btn-cont-shopping{
  display: none;
}

.mm-header-cart-trigger{
  background: transparent;
  padding: 0px;
  width: 100%;
    height: 17px;
    display: block;
}

.mm-header-cart-trigger:hover{
  background: transparent;
}

.mm-header-cart-item-count-value{
  background: #b52b36;
  color: #fff;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 17px;
  top: -8px;
  border-radius: 50%;
  z-index: 999;
  font-size: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  padding-top: 1px;
}

.cart-menu .header-cart-has-items{
  text-align: center;
}

.mm-user-location-mobile{
  display: none;
  font-size: 20px;
  color: red;
 }

@media only screen and (max-width: 991px){
  .cart-menu .header-cart-desktop{
    display: block !important;
  }

  .mm-cart-mini {
    top: 31px;
    right: -65px;
  }

  .cart-menu .header-cart-has-items .user-svg-fill {
    margin-top: 0px !important;
  }

  .mm-header-cart-item-count-value {
    right: -12px;
    top: -9px;
  }

  .cart-menu .checkout-mm-cart-mini-btn{
    display: block !important;
    width: 100%;
    line-height: 47px;
  }

  .cart-menu .mm-cart-mini__prod-title a,
  .cart-menu .mm-cart-mini__prod-img a{
    display: block !important;
  }

  .mm-user-location-mobile{
    display: block;
  }
}
.mm-header-cart-item-count.zero-items {
  display: none;
}

.mm-cart-mini-signinn-link p a{
  color: #c41239 !important;
  font-size: 14px !important;
}

@media only screen and (max-width: 991px){
  .mm-cart-mini {
    min-width: 320px;
  }
}

.mm-cart-mini-section.mm-cart-mini-empty span {
  font-size: 1.25rem;
}

.mm-cart-mini__empty-state-msgbox {
  font-size: 12px;
  text-align: left;
}

.mm-cart-mini__empty-state-msgbox--big-text {
  font-size: 12px;
  text-align: left; 
}

.user-location-modal-box{
  background-color: #eee;
}
/* CSS for new pencil banner */
.pencil_banner_header {
    position: relative;
    text-align: center;
    line-height: 1;
    padding: 15px;
  }

.pencil_banner_header:hover {
  color: #a7373a;
}

.pencil_banner_header::after {
  content: '';
  position: absolute;
  width: 100%;  
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: background-color ease-in .2s;
}

.pencil_banner_header:hover::after {
  background-color: rgba(0,0,0,0.05);
}
  
  .pencil_banner_link {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  
  .pencil_banner_inner_link {
    position: relative;
    display: inline-block;
  }


.pencil_banner_inner_link p {
    font-size: 14px;
    line-height: 1.2;
    line-height: 22px;
    transition: color ease-in .2s;
    padding: 0;
}

.pencil_banner_inner_link a {
  z-index: 3;
  position: relative;
}
.login-user-nav-dropdown {
    min-width: 300px !important;
    max-width: 300px !important;
    top: 57px;
    padding: 15px;
    left: 0px;
    border: 1px solid #cecece;
    background-color: #eee;
    border-top: 1px solid #cecece !important;
}

@media only screen and (max-width: 991px){
    .login-user-nav-dropdown
    {
        left: inherit;
        right: -92px;
        top: 32px;
    }
}

.login-user-headline-dropdown {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.login-user-headline-dropdown h3{
    font-family: "Avenir-Black",sans-serif;
    color: #2C2C2C;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.login-user-nav-dropdown nav{
    padding-left: 20px;
}

.login-user-nav-dropdown nav a{
    background-color: transparent;
    color: #2C2C2C;
    font-size: 14px;
    padding: 0px;
    line-height: 24px;
    text-align: left;
}

.login-user-nav-dropdown nav a:hover{
    color: #c41230;
    background: transparent;
}

.login-user-nav-dropdown a.login-user-signout{
    font-weight: bold !important;
    margin-top: 20px !important;
}

.header-account-nav {
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}

.header-account-menu-open .header-account-nav {
    -webkit-transform: none !important;
    transform: none !important;
}

.signin-menu:hover .user_links__utilities{
    color: #b52b36;
}

.guest-checkout-signin {
    background: none;
    height: 24px;
    font-weight: normal;
}

.user_links:hover{
    cursor: pointer;
}

.forgot-password {
  max-width: 40rem;
  margin: 0 auto;
}
.forgot-password .page-headline {
  margin-bottom: 1.25rem;
}
.forgot-password-box {
  background: #ffffff;
  padding: 1.25rem;
}
.forgot-password-box #forgot-password-form .registration-form__item.registration-form__recaptcha {
  justify-content: left;
  margin: 1rem 0;
}
.forgot-password-box #forgot-password-form .registration-form__item.registration-form__recaptcha .row {
  margin-left: 0;
}
.forgot-password-box #forgot-password-form .registration-form__item.registration-form__recaptcha .row .g-recaptcha {
  padding-left: 0;
}
.forgot-password-box #forgot-password-form .registration-form__item.registration-form__recaptcha .form-error-items {
  width: 100%;
}

.reset-password {
  max-width: 40rem;
  margin: 0 auto;
}

.reset-password .page-headline {
  margin-bottom: 1.25rem;
}

.reset-password-box {
  background: #ffffff;
  padding: 1.25rem;
}

.reset-password-text {
  margin-top: 1rem;
}

/*# sourceMappingURL=reset-password.css.map */

/* TI styles are part of global.css */
.aem-Grid .row {
  margin-right: -10px;
  margin-left: -10px;
  width: auto;
}
.aem-Grid .column {
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 64rem) {
  .ct-col-lg {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}

.category-tile {
  position: relative;
  text-align: center;
  padding: 0.625rem;
}

@media (min-width: 48rem) {
  .category-tile {
    padding: 1.25rem;
  }
}

.category-tile-title {
  color: #c41230;
  margin-top: 0.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.category-tile-title a:hover {
  color: #c41230;
  text-decoration: underline;
}

.category-tile-cta-link {
  margin-bottom: 1.25rem;
  width: 80%;
  font-size: 0.75rem;
  min-width: 7rem;
}

@media (max-width: 47.9375rem) {
  .category-tile-cta-link {
    padding: 0 0.625rem;
    width: 70%;

  }
}

@media screen and (min-width: 30rem) {
  .category-tile-cta-link {
    min-width: 9rem;
  }
}


@media screen and (min-width: 70rem) {
  .category-tile-cta-link {
    min-width: 11rem;
  }
}


.category-tile-image-hover {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(47, 43, 42, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.category-tile-show-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*# sourceMappingURL=category-tiles.css.map */

.prd-carousel .page-headline {
  text-align: center;
}

.prd-carousel .small-font-size {
  font-size: .75rem;
  text-transform: capitalize;
}

.prd-carousel__includes {
  display: none;
}

.prd-carousel--wrap {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}

.prd-carousel__prev--btn, .prd-carousel__next--btn {
  height: auto;
  width: 1.5625rem;
  -ms-flex-preferred-size: 1.5625rem;
  flex-basis: 1.5625rem;
  min-width: 1.5625rem;
  background: transparent;
  padding: 0;
  margin: auto;
  visibility: hidden;
  pointer-events: none;
  color: #c41230;
}

.prd-carousel__prev--btn:hover, .prd-carousel__next--btn:hover {
  color: #9a132b;
  background: transparent;
}

.prd-carousel__prev--btn.slick-arrow, .prd-carousel__next--btn.slick-arrow {
  visibility: visible;
  pointer-events: auto;
}

.prd-carousel__prev--btn.slick-hidden, .prd-carousel__next--btn.slick-hidden {
  visibility: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  pointer-events: none;
}

.prd-carousel__prev--btn.slick-disabled, .prd-carousel__next--btn.slick-disabled {
  visibility: hidden;
}

.prd-carousel__prev--btn {
  margin-right: 0.625rem;
}

.prd-carousel__next--btn {
  margin-left: 0.625rem;
}

.prd-carousel__prev--icon, .prd-carousel__next--icon {
  margin: auto;
}

.prd-carousel__prev--icon .icon, .prd-carousel__next--icon .icon {
  width: 2.0625rem;
  height: 2.0625rem;
}

.pdp-sn-list-item a[data-accordion="pdp-accordion-similar"],
.pdp-sn-list-item a[data-accordion="pdp-accordion-other"],
.pdp-sn-list-item a[data-accordion="pdp-accordion-youMayAlsoLike"]{
  display: none;
}

.similar__products__recommendation, .Other__products__recommendation, 
.RecentlyViewed__products__recommendation, .PurchasedDetails__products__recommendation, 
.ir__products__recommendation{
  display: none;
}

.similar__products__recommendation .prd-carousel__saving__hide,
.Other__products__recommendation .prd-carousel__saving__hide {
    visibility: hidden;
    display: block;
}

.prd-carousel__saving__hide {
  display: none;
}

.prd-carousel__member__hide {
  display: none;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .prd-carousel__prev--icon, .prd-carousel__next--icon {
    margin: 0;
  }
}

.prd-carousel__items-list {
  overflow: hidden;
  width: 100%;
}

.prd-carousel__items-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.prd-carousel__items-list:after {
  content: '';
  display: table;
  clear: both;
}

.prd-carousel__item {
  float: left;
  width: 100%;
  display: none;
  margin-top: auto;
  padding: 0 0.3125rem;
}

.prd-carousel__item:first-child() {
  display: block;
}

@media (min-width: 48rem) {
  .prd-carousel__item {
    width: 33.3333333333%;
  }

  .prd-carousel__item:nth-child(-n+3) {
    display: block;
  }
}

@media (min-width: 64rem) {
  .prd-carousel__item {
    width: 25%;
  }

  .prd-carousel__item:nth-child(-n+4) {
    display: block;
  }
}

.prd-carousel__status--sm {
  font-size: 0.75rem;
}

@media (min-width: 48rem) {
  .prd-carousel__status--sm {
    display: none;
  }
  
.similar__products__recommendation .member-price-cta.header-account-link .member-price-cta__text,
.Other__products__recommendation .member-price-cta.header-account-link .member-price-cta__text  {
    margin-left: 0rem;
  }
}

.prd-carousel__status {
  margin-bottom: 1.875rem;
  text-align: center;
}

@media (min-width: 64rem) {
  .prd-carousel__status {
    margin-bottom: 0;
  }

  .prd-carousel svg {
    height: auto;
    max-height: 1em;
  }
}

.prd-carousel__status .slick-dots {
  list-style: none;
  text-align: center;
  margin: auto auto 1.875rem;
  padding: 0;
  width: auto;
  height: auto;
}

.prd-carousel__status .slick-dots li {
  position: relative;
  display: inline-block;
  width: 1.25rem;
  height: auto;
  border-radius: 0.625rem;
  margin: 0 0.3125rem;
  padding: 0;
  cursor: pointer;
}

.prd-carousel__status .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  padding: 0.125rem;
  border: 0.125rem solid #2e2e2e;
  border-radius: 0.25rem;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent;
  margin: 0 auto;
}

.prd-carousel__status .slick-dots li.slick-active button {
  border-color: #c41230;
  background: #c41230;
}

.prd-carousel__product-tile {
  position: relative;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  padding: 1.25rem;
  max-width: 21.25rem;
  margin: 0 auto;
}

.prd-carousel__product-tile__img {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 200px;
}

.prd-carousel__product-tile__img img {
  max-height: 200px;
  max-width: 160px;
  margin: auto;
  height: auto;
  width:auto;
}

.prd-carousel__product-tile__img-link {
  display: block;
  width: 100%;
}

.prd-carousel__product-tile__bdg-list {
  position: absolute;
  padding-right: 0.3125rem;
  right: 0;
  top: 0.3125rem;
}

.prd-carousel__product-tile__bdg {
  display: none;
  clear: both;
  width: 1.875rem;
  height: 1.875rem;
  margin-bottom: 0.3125rem;
}

.prd-carousel__product-tile__bdg img {
  width: 100%;
}

.prd-carousel__product-tile__title {
  margin-top: 0.625rem;
  margin-bottom: 0.3125rem;
  font-size: 1.25rem;
  line-height: 1.2;
  height: 2.59em;
  overflow: hidden;
}

.prd-carousel__product-tile__title--link {
  display: -webkit-box;
  font-size: 1.25rem;
  line-height: 1.2;
  max-height: 2.46em;
  outline: 0 !important;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.prd-carousel__product-tile__detail {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin-bottom: 0.5rem;
  height: 3.375rem;
}

.prd-carousel_color {
    display: inline-block;
    line-height: 1.3;
    height: 2.7em;
    overflow: hidden;
}

.prd-carousel__product-tile__reviews {
  height: 1.25rem;
  font-size: 0.75rem;
}

.prd-carousel__product-tile__prices {
  font-weight: 700;
  margin-bottom: -1.25rem;
  min-height: 7rem;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.prd-carousel__product-tile__prices .prd-carousel__urgent-price-message {
  margin-top: .5rem;
  display: flex;
  gap: .25rem;
  font-size: .75rem;
  color: #c41230;
}

.prd-carousel__product-tile__prices .prd-carousel__urgent-price-message svg {
  max-height: unset;
  height: .875rem;
}

.prd-carousel__product-tile__prices--small {
  font-size: 0.625rem;
  line-height: 0.875rem;
  height: 1.125rem;
  font-weight: 400;
  text-decoration: line-through;
}

.prd-carousel__saving {
  color: #5c700e;
  font-size: 0.625rem;
  line-height: 0.687rem;
}

.prd-carousel__saving.hidden {
  display: none;
}

.prd-carousel__product-tile__btn {
  text-align: center;
}

.prd-carousel__product-tile__btn a, .prd-carousel__product-tile__btn button {
  width: 100%;
}

.prd-carousel__product-tile__btn .button {
  padding: 0 1.5rem;
}

.prd-carousel__product-tile__btn .button:focus {
  outline: 2px solid #000000 !important;
  outline-offset: 2px;
  text-decoration: underline !important;
}
.prd-carousel__product-tile__reviews .pdp-tray__stars, .prd-carousel__product-tile__reviews .pdp-tray__goto-rev {
  display: inline-block;
}

.prd-carousel__product-tile__reviews .pdp-tray__goto-rev--txt {
  display: block;
}

.prd-carousel-reviews-stars {
  display: inline-block;
}

.prd-carousel-top-price {
  color: #c41230;
  font-weight: bold;
}

.prd-carousel-top-price.small-font-size {
  width: 120%;
}

.prd-carousel__product-tile__prices .member-price-cta {
  padding: 0;
}

.prd-carousel .bv_review{
  margin-left: 5px;
}

/*# sourceMappingURL=product-carousel.css.map */

/* Stars Rating Similar Products */

.similar__products__recommendation .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.similar__products__recommendation .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.similar__products__recommendation .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.similar__products__recommendation .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.similar__products__recommendation .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/* Stars Rating cross sell */

.Other__products__recommendation .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.Other__products__recommendation .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.Other__products__recommendation .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.Other__products__recommendation .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.Other__products__recommendation .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/*Tooltip CSS
.Other__products__recommendation a.prd-carousel__product-tile__title--link, .similar__products__recommendation a.prd-carousel__product-tile__title--link {
  position: relative;
}

.Other__products__recommendation a.prd-carousel__product-tile__title--link:hover::before, .similar__products__recommendation a.prd-carousel__product-tile__title--link:hover::before {
  position: fixed;
  left: auto;
  top: 17.9rem;
  background: #eee;
  padding: 0.625rem;
  max-width: 15rem;
  font-size: .6875rem;
  line-height: 1.6;
  z-index: 9999;
  color: #2e2e2e;
  content: attr(data-tooltip);
  text-transform: capitalize;
  white-space: pre-wrap;
}

.Other__products__recommendation a.prd-carousel__product-tile__title--link:hover::after, .similar__products__recommendation a.prd-carousel__product-tile__title--link:hover::after {
  content: '';
  position: fixed;
  top: 17.2rem;
  margin-left: 1.5rem;
  width: 0;
  height: 0;
  display: block;
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
  border-bottom: 0.75rem solid #eee;
}*/
 
/* Recenetly Viewed products */

@font-face {
  font-family: 'font_awesome';
  font-weight: normal;
  font-style: normal;
  src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
    url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
    url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
    url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
    url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}

.RecentlyViewed__products__recommendation .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.RecentlyViewed__products__recommendation .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.RecentlyViewed__products__recommendation .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.RecentlyViewed__products__recommendation .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.RecentlyViewed__products__recommendation .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/* Top Rated products */
.clp_top_rated_products_recommendation .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.clp_top_rated_products_recommendation .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.clp_top_rated_products_recommendation .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.clp_top_rated_products_recommendation .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.clp_top_rated_products_recommendation .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/* Purchased Deatils products */

.PurchasedDetails__products__recommendation .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.PurchasedDetails__products__recommendation .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.PurchasedDetails__products__recommendation .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.PurchasedDetails__products__recommendation .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.PurchasedDetails__products__recommendation .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/* Identity Resolution Details products */

.ir__products__recommendation .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.ir__products__recommendation .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.ir__products__recommendation .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.ir__products__recommendation .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.ir__products__recommendation .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}


/* Military Kitchen Products */

.mspKitchen__products__recommendation .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.mspKitchen__products__recommendation .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.mspKitchen__products__recommendation .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.mspKitchen__products__recommendation .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.mspKitchen__products__recommendation .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}


/* Military Laundry Products */

.mspLaundry__products__recommendation .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.mspLaundry__products__recommendation .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.mspLaundry__products__recommendation .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.mspLaundry__products__recommendation .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.mspLaundry__products__recommendation .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/* Military Refrigerator Products */

.mspRefrigerator__products__recommendation .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.mspRefrigerator__products__recommendation .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.mspRefrigerator__products__recommendation .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.mspRefrigerator__products__recommendation .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.mspRefrigerator__products__recommendation .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/* Military Cooking Products */

.mspCooking .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.mspCooking .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.mspCooking .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.mspCooking .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.mspCooking .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/* Military Refrigerator Products */

.mspRefrigerator .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.mspRefrigerator .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.mspRefrigerator .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.mspRefrigerator .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.mspRefrigerator .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/* IP Top Sell Products */

.plpIp_top_sell .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.plpIp_top_sell .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.plpIp_top_sell .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.plpIp_top_sell .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.plpIp_top_sell .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/* Stars Rating Maytag Cooking */

.mspMtgCooking .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.mspMtgCooking .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.mspMtgCooking .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: FontAwesome !important;
}

.mspMtgCooking .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.mspMtgCooking .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/* Stars Rating Maytag Refrigerator */

.mspMtgRefrigerator .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: FontAwesome !important;
  font-size: 1em;
}

.mspMtgRefrigerator .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.mspMtgRefrigerator .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: FontAwesome !important;
}

.mspMtgRefrigerator .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.mspMtgRefrigerator .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/* Stars Rating Maytag Washers */

.mspMtgWashers .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: FontAwesome !important;
  font-size: 1em;
}

.mspMtgWashers .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.mspMtgWashers .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: FontAwesome !important;
}

.mspMtgWashers .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.mspMtgWashers .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

.clp_topselling_products_recommendation .bv_reviews_outer {
  display: inline-block;
  position: relative;
  font-family: font_awesome !important;
  font-size: 1em;
}

.clp_topselling_products_recommendation .bv_reviews_outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #c5c5c5;
}

.clp_topselling_products_recommendation .bv_reviews_inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  font-family: font_awesome !important;
}

.clp_topselling_products_recommendation .bv-reviews {
  font-size: 13px;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.clp_topselling_products_recommendation .bv_reviews_inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

@media (max-width: 48rem) {
  #pdp-accordion-similar .pdp-v2-section__title, #pdp-accordion-other .pdp-v2-section__title, #pdp-accordion-sectionRecentlyViewed .pdp-v2-section__title, #pdp-accordion-sectionYouMayLike .pdp-v2-section__title, #pdp-accordion-sectionProfileRecommendation .pdp-v2-section__title, #pdp-accordion-youMayAlsoLike .pdp-v2-section__title {
    font-size: 1.59rem;
    line-height: 1.5;
  }
}

@media (max-width: 1023px) {
  .red-price {
    font-size: 0.8rem !important;
  }
  .prd-carousel__product-tile__prices--small {
    font-size: 0.59rem;
    line-height: 0.875rem;
    height: 1.125rem;
    font-weight: 400;
    text-decoration: line-through;
  }
  .prd-carousel__saving {
    color: #5c700e;
    font-size: 0.59rem;
    line-height: 0.687rem;
  }
}
.megamenu {
  background: #ffffff;
  border-bottom: 1px solid #c41230;
  position: relative;
  z-index: 19;
}

@media (max-width: 63.9375rem) {
  .megamenu {
    display: none;
  }
}

.megamenu-panels {
  position: absolute;
  top: 100%;
  margin-top: 1px;
  background: #ffffff;
  width: 100%;
  display: none;
  z-index: 10;
}

.megamenu-panels-open {
  display: block;
}

.megamenu-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: rgba(46, 46, 46, 0.9);
  display: none;
}

@media (min-width: 64rem) {
  .megamenu-overlay {
    display: block;
  }
}

.megamenu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.megamenu-item {
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  display: flex;
}

.megamenu-panel-trigger {
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #2e2e2e;
  text-align: center;
  padding: 0.625rem 0.25rem;
  width: 100%;
}

.megamenu-item-active .megamenu-panel-trigger {
  color: #ffffff;
  background: #c41230;
}

.megamenu-panel {
  display: none;
  padding: 1.5rem 0;
}

.megamenu-panel-open {
  display: block;
}

.megamenu-panel-header {
  margin-bottom: 1rem;
}

.megamenu-panel-header-title {
  font-size: 1rem;
  text-transform: uppercase;
}

.megamenu-panel-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.megamenu-panel-item {
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  position: relative;
  padding: 0.625rem;
}

.megamenu-panel-image {
  max-width: 5rem;
  margin: 0 auto;
}

.megamenu-panel-image img {
  width: 100%;
}

.megamenu-panel-image-link {
  display: block;
}

.megamenu-panel-title {
  text-align: center;
}

.megamenu-panel-title-link {
  display: inline-block;
  color: #2e2e2e;
  font-size: 0.6875rem;
  text-transform: uppercase;
}

.megamenu-panel-title-link:hover {
  color: #2e2e2e;
  text-decoration: underline;
}

.megamenu-subpanel {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  padding: 0.25rem 0;
  background: #ffffff;
  border: 1px solid #eeeeee;
  display: none;
}

.megamenu-subpanel-open {
  display: block;
}

.megamenu-subpanel-link {
  display: block;
  padding: 0.25rem 0.625rem;
  background: #ffffff;
  color: #2e2e2e;
  font-size: 0.6875rem;
  text-transform: uppercase;
}

.megamenu-subpanel-link:hover {
  background: #c41230;
  color: #ffffff;
}

.megamenu-nav {
  position: relative;
  height: 100vh;
  width: 100%;
  background-color: rgba(46, 46, 46, 0);
  z-index: 9000;
  display: none;
  -webkit-transition: background 250ms ease-in;
  transition: background 250ms ease-in;
}

@media (min-width: 48rem) {
  .megamenu-nav {
    top: 4.4375rem;
  }
}

@media (max-width: 63.9375rem) {
  .megamenu-nav.megamenu-nav-open {
    display: block;
  }
}

.megamenu-nav.megamenu-nav-in {
  background-color: rgba(46, 46, 46, 0.9);
  -webkit-transition: background 250ms ease-in;
  transition: background 250ms ease-in;
}

@media (max-width: 63.9375rem) {
  .megamenu-scroll-lock {
    overflow: hidden;
  }
}

.megamenu-nav-panels {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 250ms ease-in;
  transition: -webkit-transform 250ms ease-in;
  transition: transform 250ms ease-in;
  transition: transform 250ms ease-in, -webkit-transform 250ms ease-in;
  height: 100%;
}

@media (min-width: 48rem) {
  .megamenu-nav-panels {
    width: 25.9375rem;
    height: 100%;
  }
}

.megamenu-nav-in .megamenu-nav-panels {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 250ms ease-out;
  transition: -webkit-transform 250ms ease-out;
  transition: transform 250ms ease-out;
  transition: transform 250ms ease-out, -webkit-transform 250ms ease-out;
}

.megamenu-nav-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  z-index: -1;
}

.megamenu-nav-panel-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  z-index: 20;
}

.megamenu-nav-panel-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  z-index: 20;
}

.megamenu-nav-no-trs {
  -webkit-transition: -webkit-transform 0s ease-out;
  transition: -webkit-transform 0s ease-out;
  transition: transform 0s ease-out;
  transition: transform 0s ease-out, -webkit-transform 0s ease-out;
}

.megamenu-nav-items {
  padding: 0.625rem 1.25rem;
}

.megamenu-nav-back-item,
.megamenu-nav-item {
  display: block;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: #2e2e2e;
  padding: 1rem 0;
  border-bottom: 1px solid #eeeeee;
  font-size: 1rem;
}

.megamenu-nav-panel-trigger {
  padding-right: 1.25rem;
}

.megamenu-nav-panel-trigger:after {
  content: "";
  position: absolute;
  background: url("../../../../etc.clientlibs/kitchenaid/clientlibs/global/resources/images/megamenu-caret-right.svg") no-repeat;
  background-position: right;
  background-size: contain;
  width: 0.75rem;
  height: 0.75rem;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.megamenu-nav-back-item {
  padding-left: 2.5rem;
  padding-right: 1.25rem;
  background: #c41230;
  color: #ffffff;
}

.megamenu-nav-back-item:hover {
  background: #9a132b;
  color: #ffffff;
}

.megamenu-nav-back-item:after {
  content: "";
  position: absolute;
  background: url("../../../../etc.clientlibs/kitchenaid/clientlibs/global/resources/images/megamenu-caret-left.svg") no-repeat;
  background-position: left;
  background-size: contain;
  width: 0.75rem;
  height: 0.75rem;
  top: 50%;
  left: 1.25rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*# sourceMappingURL=megamenu.css.map */

.compare-bar-container {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10000;
  background-color: #d8d8d8;
}

.compare-bar {
  color: #ffffff;
  text-transform: uppercase;
  padding: 0.75rem 0;
  font-size: 1rem;
}

.compare-bar-collapse-icon {  
  cursor: pointer;
}

.compare-bar-product-tile-container:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 47.9375rem) {
  .compare-bar-tiles-row {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media (min-width: 48rem) and (max-width: 63.9375rem) {
  .compare-bar-tiles-row {
    float: left;
    width: 100%;
  }
}

@media (min-width: 64rem) {
  .compare-bar-tiles-row {
    float: left;
    width: 85%;
  }
}

.compare-bar-product-tile {
  position: relative;
  background-color: #ffffff;
  padding: 1.25rem;
}

@media (max-width: 47.9375rem) {
  .compare-bar-product-tile {
    margin: 1.25rem 1.25rem 0.625rem 0;
    width: 65%;
    display: inline-block;
    white-space: normal;
  }
}

@media (min-width: 48rem) {
  .compare-bar-product-tile {
    margin: 1.25rem 2% 1.25rem 0;
    float: left;
    width: 23%;
  }
}

.compare-bar-title {
  font-weight: bold;
}

.compare-bar-delete-trigger {
  position: absolute;
  top: -0.625rem;
  right: -0.625rem;
  border-radius: 100%;
  padding: 0;
  width: 1.5rem;
  height: 1.5rem;
}

.compare-bar-delete-icon {
  padding: 0;
  display: block;
  width: 0.75rem;
  height: .75rem;
}

.compare-bar-delete-icon .icon-close{
  height: auto;
}

.compare-bar-product-name {
  font-size: .8125rem;
  line-height: 1.2;
  height: 3.6em;
  overflow: hidden;
}

.compare-bar-product-tile img{
	max-height: 4.563em;

}

.compare-bar-product-link {
  display: inline-block;
  line-height: 1.2;
  max-height: 3.75em;
  overflow: hidden;
}

.compare-bar-model {
  margin-top: .9375rem;
  font-size: .625rem;
}

.compare-bar-product-img {
  max-height: 72px;
}

@media (max-width: 63.9375rem) {
  .compare-bar-cta-container {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 40rem) {
	.compare-bar-cta-container {
		text-align: center;
	}
}
@media (min-width: 64rem) {
  .compare-bar-cta-container {
    float: left;
    padding-top: 2.8125rem;
    margin-left: 2%;
    width: 13%;
  }
}

@media (min-width: 64rem) {
  .compare-bar-cta-container .button {
    width: 100%;
  }
}

.compare-bar-remove-all {
  margin-top: 1.25rem;
  display: inline-block;
  font-size: 0.8125rem;
  margin-left: 0.625rem;
  cursor: pointer;
}

@media (min-width: 64rem) {
  .compare-bar-remove-all {
    margin-left: 0;
  }
}

.compare-bar-hide {
  display: none;
}

.compare-bar-drawer-hide .compare-bar-up-icon {
  display: none;
}

.compare-bar-drawer-hide .compare-bar-down-icon {
  display: inline;
}

.compare-bar-drawer-hide .compare-bar-drawer {
  height: 0;
  overflow: hidden;
}

.compare-bar-down-icon {
  display: none;
}

.add-to-compare {
  cursor: pointer;
}

.add-to-compare:disabled {
  cursor: default;
}

.add-to-compare:disabled ~ span,
.add-to-compare:disabled ~ .form-checkbox-text {
  cursor: default;
  color: #e2e2e2;
}

.compare-bar .g-container{
	position:relative;
}
.compare-bar button.compare-bar-title{
	width: 100%;
    height: 12px;
    font-family: "Avenir-Roman",sans-serif;
    background: none;
    outline: none;
}

.compare-bar button.compare-bar-title:hover{
	background:none !important;
}
.compare-bar-title .compare-toggler{
	position:absolute;
	right:8px
}

.compare-bar-title  .compare-count{
	font-size: 1rem;    
    float: left;
    position: absolute;
    left: 8px;
    top:-2px;
}

.contact-us-form-wrapper {
  background: #ffffff;
  padding: 0.625rem;
  margin: 0;
}

@media (min-width: 64rem) {
  .contact-us-form-wrapper {
    padding: 2.5rem 5rem;
  }
}

@media (min-width: 48rem) {
  .contact-us-topic-form,
  .contact-us-info-form {
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 64rem) {
  .contact-us-topic-form,
  .contact-us-info-form {
    width: 50%;
  }
}

.contact-us-topic-form {
  margin-bottom: 4.25rem;
}

@media (min-width: 48rem) {
  .contact-us-topic-form {
    margin-bottom: 0;
  }
}

.contact-us-info-form .contact-us-sec-title {
  margin-bottom: 2.1875rem;
}

@media (min-width: 48rem) {
  .contact-us-info-form .contact-us-sec-title {
    margin-top: 1.25rem;
  }
}

@media (min-width: 64rem) {
  .contact-us-info-form .contact-us-sec-title {
    margin-top: 2rem;
  }
}

.contact-us-form-content .form-group .form-textarea {
  height: auto;
}

@media (min-width: 48rem) {
  .contact-us-form-content .form-group {
    width: 46%;
  }
}

@media (min-width: 64rem) {
  .contact-us-form-content .form-group {
    width: 71%;
  }
}

.contact-us-sec-title {
  font-weight: normal;
  font-size: 2rem;
  border-bottom: solid 0.0625rem #b3b3b3;
  padding-bottom: 0.875rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 48rem) {
  .contact-us-sec-title {
    margin-top: 2.25rem;
    font-size: 2.25rem;
  }
}

@media (min-width: 64rem) {
  .contact-us-sec-title {
    margin-top: 0;
  }
}

.contact-us-remain-char {
  margin-top: 0.3125rem;
}

.contact-us-send-btn {
  margin-top: 0.625rem;
  font-size: 1.25rem;
  padding: 1rem 7rem;
  height: auto;
}

.contact-us-info {
  margin-bottom: 1.875rem;
}

@media (min-width: 48rem) {
  .contact-us-info {
    width: 76%;
    margin-bottom: 0;
  }
}

@media (min-width: 64rem) {
  .contact-us-info {
    width: 100%;
    margin-bottom: 0.625rem;
  }
}

.majors-contact-info,
.smalls-contact-info {
  background: #ffffff;
  padding: 0.9375rem 0.625rem;
}

@media (min-width: 48rem) {
  .majors-contact-info,
  .smalls-contact-info {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
}

.majors-contact-info {
  margin-bottom: 0.625rem;
}

@media (min-width: 48rem) {
  .majors-contact-info {
    margin-bottom: 1.375rem;
  }
}

@media (min-width: 64rem) {
  .majors-contact-info {
    margin-bottom: 0;
  }
}

.contact-info-title {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
}

@media (min-width: 48rem) {
  .contact-info-title {
    margin-top: 1.5625rem;
    font-size: 1.0625rem;
  }
}

.contact-chat-info {
  font-size: 0.8125rem;
  line-height: 1rem;
}

.contact-us-desc {
  background: #ffffff;
  margin: 0.625rem 0 0;
  padding: 1.25rem 0.625rem 0;
  line-height: 1.25rem;
}

@media (min-width: 48rem) {
  .contact-us-desc {
    background: none;
    margin: 0 0 1.25rem;
    padding: 0.6875rem 0 0;
    width: 76%;
    font-size: 1.0625rem;
  }
}

@media (min-width: 64rem) {
  .contact-us-desc {
    width: 100%;
    padding: 0;
  }
}

.contact-us-comment-box {
  margin-top: 1.625rem;
}

.contact-us-desc-txt {
  margin-bottom: 1rem;
}

@media (min-width: 64rem) {
  .contact-us-desc-txt {
    margin-bottom: 0;
  }
}
.contact-us-form-content .hidden-group {
  display: none;
}

.fixed-size-textarea{
	resize: none;
}
.contact-us-form-content .form-req-message {
  margin-bottom: 2.5rem;
}

.contactInfo .majors-contact-info {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.contactUsForm .contact-us-form-wrapper {
  padding: 1.5rem 5rem 1rem;
}

.display-none {
  display:none;
}
/*# sourceMappingURL=contact-us.css.map */

.lang-selector-label.hidden {
    display: none;
}
.hero-carousel .page-headline {
  text-align: center;
}

.hero-carousel {
  position: relative;
}

.hero-carousel--wrap {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}

.hero-carousel__prev--btn,
.hero-carousel__next--btn {
  height: auto;
  width: 1.5625rem;
  -ms-flex-preferred-size: 1.5625rem;
  flex-basis: 1.5625rem;
  min-width: 1.5625rem;
  background: transparent;
  padding: 0;
  z-index: 1;
  margin: auto;
  visibility: hidden;
  pointer-events: none;
  color: #c41230;
}

.hero-carousel__prev--btn:hover,
.hero-carousel__next--btn:hover {
  color: #9a132b;
  background: transparent;
}

.hero-carousel__prev--btn.slick-arrow,
.hero-carousel__next--btn.slick-arrow {
  visibility: visible;
  pointer-events: auto;
}

.hero-carousel__prev--btn.slick-hidden,
.hero-carousel__next--btn.slick-hidden {
  visibility: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  pointer-events: none;
}

.hero-carousel__prev--btn.slick-disabled,
.hero-carousel__next--btn.slick-disabled {
  visibility: hidden;
}

.hero-carousel__prev--btn {
  left: 0.625rem;
  position: absolute;
}

.hero-carousel__next--btn {
  right: 0.625rem;
  position: absolute;
}

.hero-carousel__prev--icon,
.hero-carousel__next--icon {
  margin: auto;
}

.hero-carousel__prev--icon .icon,
.hero-carousel__next--icon .icon {
  width: 2.0625rem;
  height: 2.0625rem;
}

@media (max-width: 63.9375rem) {
  .hero-carousel__prev--icon .icon,
    .hero-carousel__next--icon .icon {
      display: none;
    }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .hero-carousel__prev--icon,
  .hero-carousel__next--icon {
    margin: 0;
  }
}

.hero-carousel__items-list {
  overflow: hidden;
  width: 100%;
}

.hero-carousel__items-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-carousel__items-list:after {
  content: '';
  display: table;
  clear: both;
}

.hero-carousel__item {
  float: left;
  width: 100%;
  display: none;
  margin: auto;
}

.hero-carousel__item:first-child() {
  display: block;
}

.hero-carousel__status {
  margin-bottom: 1.875rem;
  text-align: center;
}

.hero-carousel__status .slick-dots {
  list-style: none;
  text-align: center;
  margin: auto;
  padding: 0;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 3.125rem;
}

.hero-carousel__status .slick-dots li {
  position: relative;
  display: inline-block;
  width: 1.25rem;
  height: auto;
  border-radius: 0.625rem;
  margin: 0 0.3125rem;
  padding: 0;
  cursor: pointer;
}

.hero-carousel__status .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  padding: 0.125rem;
  border: 0.125rem solid #2e2e2e;
  border-radius: 0.25rem;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent;
  margin: 0 auto;
}

.hero-carousel__status .slick-dots li.slick-active button {
  border-color: #c41230;
  background: #c41230;
}

.hero-carousel__product-tile {
  position: relative;
  background: #ffffff;
  border: 1px solid #e2e2e5;
  margin: 0 auto;
  width: 100%;
}

.hero-carousel__product-tile__img {
  position: relative;
  width: 100%;
}

.hero-carousel__product-tile__img img {
  width: 100%;
}

/*# sourceMappingURL=hero-carousel.css.map */

.shop-category {
  background-color: #ffffff;
  padding: 0;
}

@media (max-width: 47.9375rem) {
  .shop-category .g-container {
    padding: 0;
  }
}

@media (min-width: 48rem) {
  .shop-category {
    padding: 1.25rem 0 1rem;
  }
}

.shop-category-title {
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 47.9375rem) {
  .shop-category-title {
    display: none;
  }
}

.shop-category-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2e2e2e;
  height: auto;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #ffffff;
  padding: 1rem 0.625rem;
  text-transform: uppercase;
  font-size: 0.8125rem;
  text-align: left;
}

.shop-category-trigger:hover {
  background: transparent;
  color: #2e2e2e;
}

@media (min-width: 48rem) {
  .shop-category-trigger {
    display: none;
  }
}

.shop-category-caret {
  margin-left: auto;
  display: block;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.shop-category-caret .icon {
  width: 1.4375rem;
  height: 1.4375rem;
}

.shop-category-open .shop-category-caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.shop-category-panel {
  display: none;
  padding: 0.625rem 1.25rem;
}

@media (min-width: 48rem) {
  .shop-category-panel {
    display: block;
    padding: 0 0.625rem;
  }
}

.shop-category-open .shop-category-panel {
  display: block;
}

.shop-category-cell {
  display: block;
  text-align: center;
  padding: 0 0.625rem 0.25rem;
  max-width: 11.25rem;
  margin: 0 auto 0.25rem;
  color: #2e2e2e;
}

.shop-category-cell:hover {
  color: #9a132b;
}

.shop-category-cell-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 4rem;
  max-height: 4.375rem;
}

.shop-category-cell-image img {
  margin: auto;
  max-height: 4.375rem;
  max-width: 10rem;
  height: auto;
}

.shop-category-cell-title {
  display: block;
  text-transform: uppercase;
  padding-top: 0.625rem;
  font-size: 0.625rem;
  text-align: center;
}

@media (min-width: 48rem) {
  .shop-category-cell-title {
    font-size: 0.75rem;
  }
}

.shop-category-shop-all {
  margin: 0;
  text-align: center;
}

.shop-category-shop-all-link {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 0.5rem;
}

.shop-category-cnt,
.shop-all-cnt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
/*# sourceMappingURL=shop-category.css.map */

.pdp-overview-wrapper {
  background-color: #ffffff;
  padding: 1.25rem;
}

@media (min-width: 64rem) {
  .pdp-overview-wrapper {
    padding: 0 1.25rem 0;
  }
}

.pdp-overview-main-title {
  font-size: 1.25rem;
  margin-bottom: 0.3125rem;
  margin-top: 0.625rem;
}

@media (min-width: 48rem) {
  .pdp-overview-main-title {
    margin-top: 1.875rem;
    font-size: 1.625rem;
  }
}

@media (min-width: 64rem) {
  .pdp-overview-main-title {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.pdp-overview-sub-title {
  text-transform: uppercase;
  font-size: 1.875rem;
  line-height: 1;
}

@media (min-width: 48rem) {
  .pdp-overview-sub-title {
    font-size: 2.5rem;
  }
}

@media (min-width: 64rem) {
  .pdp-overview-sub-title {
    padding-top: 2rem;
  }
}

.pdp-overview-text {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.3;
  max-height: 15.6em;
  overflow: hidden;
}

@media (min-width: 64rem) {
  .pdp-overview-text {
    max-height: none;
    overflow: visible;
    padding-bottom: 2rem;
  }
}

.pdp-overview-show-text {
  max-height: none;
}

.overview-content-wrapper {
  height: auto;
  overflow: hidden;
}

.pdp-overview-hide {
  display: none;
}

.pdp-readmore-link,
.pdp-readless-link {
  font-size: 0.875rem;
}

@media (min-width: 64rem) {
  .pdp-readmore-link,
  .pdp-readless-link {
    display: none;
  }
}

.pdp-overview-media-video .s7controlbar {
  display: none;
}

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

@media (max-width: 47.9375rem) {
  .overview-column-container {
    display: block;
  }
}

@media (max-width: 63.9375rem) {
  .overview-column-container {
    display: block;
  }
}

.pdp-overview-video-wrapper,
.pdp-overview-text-wrapper,
.pdp-overview-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 47.9375rem) {
  .pdp-overview-video-wrapper,
  .pdp-overview-text-wrapper,
  .pdp-overview-text {
    display: block;
  }
}

@media (max-width: 63.9375rem) {
  .pdp-overview-video-wrapper,
  .pdp-overview-text-wrapper,
  .pdp-overview-text {
    display: block;
  }
}

@media (min-width: 64rem) {
  .pdp-overview-video-wrapper {
    margin-right: 1.25rem;
  }
}

/*# sourceMappingURL=pdp-overview.css.map */

.product-disclaimers {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.product-disclaimer {
  margin: 0.3125rem 0;
  font-size: 0.625rem;
  font-weight: 400;
  color: #000000;
}

.product-disclaimer sup {
  font-size: 0.5rem;
  top: -.35em;
}
.star-rating {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(50% - 20px);
  flex: 1 0 calc(50% - 20px);
  height: 1rem;
  margin-right: 1rem;
}

@media (min-width: 48rem) {
  .star-rating {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    text-align: left;
  }
}

.star-rating .active {
  display: block;
}

.star-rating__icon {
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
}

.star-rating__icon:hover {
  cursor: pointer;
}

.star-rating__half-star,
.star-rating__full-star,
.star-rating__empty-star {
  display: none;
  height: 100%;
}
.plp-facet-Ratings {
  height:1.4rem;
  margin-left: auto;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/*# sourceMappingURL=star-rating.css.map */


/*# sourceMappingURL=add-to-cart-btn.css.map */

.icon.wishlist-btn__icon-empty,
.icon.wishlist-btn__icon-filled {
  display: none;
}

.icon.wishlist-btn__icon-empty.active,
.icon.wishlist-btn__icon-filled.active {
  display: inline-block;
  height: 0.87rem;
}

/*# sourceMappingURL=wishlist-btn.css.map */

.modal-add-to-cart-cfm .modal-content {
  margin-top: 1.875rem;
}

.modal-add-to-cart-cfm .modal-box {
  padding: 1.25rem 2.25rem;
}

@media (max-width: 47.9375rem) {
  .modal-add-to-cart-cfm .modal.active {
    padding: 0 1.25rem;
  }
  .modal-add-to-cart-cfm .modal {
    padding: 0;
  }
  .modal-add-to-cart-cfm .modal-content {
    display: none;
    margin-top: 1.875rem;
  }
  .modal-add-to-cart-cfm .modal-box {
    padding: 1.25rem 2.25rem;
    margin: 0 0 1.25rem 0;
    max-width: none;
  }
}

.modal-add-to-cart-cfm-trigger {
  display: none;
}

.button.modal-add-to-cart-cfm__cont-shopping {
  background-color: #2e2e2e;
}

.button.modal-add-to-cart-cfm__cont-shopping:hover {
  background-color: #2e2e2e;
}

.modal-add-to-cart-cfm__headding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.9375rem 0;
  border-bottom: 0.125rem solid #eeeeee;
}

.modal-add-to-cart-cfm__icon {
  margin: auto;
  margin-right: 1.75rem;
  color: #5c700f;
}

.modal-add-to-cart-cfm__icon .icon {
  height: 1.25rem;
  width: 1.25rem;
}

@media (min-width: 48rem) {
  .modal-add-to-cart-cfm__icon .icon {
    height: 2.1875rem;
    width: 2.1875rem;
  }
}

.modal-add-to-cart-cfm__icon.red {
  color: #c41230;
}

.modal-add-to-cart-cfm__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: normal;
  font-size: 1.25rem;
}

@media (min-width: 48rem) {
  .modal-add-to-cart-cfm__title {
    font-size: 2.1875rem;
  }
}

.modal-add-to-cart-cfm__x-button {
  display: none;
}

@media (min-width: 48rem) {
  .modal-add-to-cart-cfm__x-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.modal-add-to-cart-cfm__btn-expandcollapse {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: inherit;
  text-transform: none;
  text-align: right;
  background: none;
  color: #c41230;
  padding: 0;
  cursor: pointer;
}

.modal-add-to-cart-cfm__btn-expandcollapse .active {
  display: block;
}

.modal-add-to-cart-cfm__btn-expandcollapse:hover {
  background: none;
  color: #c41230;
}

@media (min-width: 48rem) {
  .modal-add-to-cart-cfm__btn-expandcollapse {
    display: none;
  }
}

.modal-add-to-cart-cfm__caret-expandcollapse {
  display: none;
}

.modal-add-to-cart-cfm__product-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.875rem;
}

.modal-add-to-cart-cfm__product-title .clamp {
  -ms-flex-item-align: end;
  align-self: flex-end;
  visibility: hidden;
}

.modal-add-to-cart-cfm__product-image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 6.25rem;
  height: 6.25rem;
}

@media (min-width: 48rem) {
  .modal-add-to-cart-cfm__product-image {
    height: 12.5rem;
    width: 12.5rem;
  }
}

.modal-add-to-cart-cfm__product-image {
    display: inline-block;
	max-height: 12.5rem;
	max-width: 12.5rem;
}

.modal-add-to-cart-cfm__prod-name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: left;
  padding-left: 0.625rem;
  font-size: 1rem;
  line-height: 1.25rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.modal-add-to-cart-cfm__prod-name:hover {
  cursor: pointer;
}

@media (min-width: 48rem) {
  .modal-add-to-cart-cfm__prod-name {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}

.modal-add-to-cart-cfm__text {
  display: block;
  text-align: left;
  margin-bottom: 1.75rem;
}

.modal-add-to-cart-cfm__text-label {
  font-size: 0.75rem;
  font-weight: bold;
}

@media (min-width: 48rem) {
  .modal-add-to-cart-cfm__text-label {
    font-size: 1.375rem;
  }
}

.modal-add-to-cart-cfm__text-value {
  font-size: 0.75rem;
}

@media (min-width: 48rem) {
  .modal-add-to-cart-cfm__text-value {
    font-size: 1.375rem;
  }
}

.modal-add-to-cart-cfm__text-label--big {
  font-size: 1rem;
  font-weight: bold;
}

@media (min-width: 48rem) {
  .modal-add-to-cart-cfm__text-label--big {
    font-size: 1.875rem;
  }
}

.modal-add-to-cart-cfm__text-value--big {
  font-size: 1rem;
}

@media (min-width: 48rem) {
  .modal-add-to-cart-cfm__text-value--big {
    font-size: 1.875rem;
  }
  .modal-add-to-cart-cmf__subscription-section-wrapper .modal-add-to-cart-cfm__text-label,
  .modal-add-to-cart-cmf__subscription-section-wrapper .modal-add-to-cart-cfm__text-value {
   font-size: 1.625rem;
  }
}

.modal-add-to-cart-cfm__subscription {
  margin-top: 1.25rem;
  font-family: 'HelveticaNeue-Bold', sans-serif;
}

.modal-add-to-cart-cfm__subscription .modal-add-to-cart-cfm__text-value {
  color: #008800;
  font-weight: bold;
}

.modal-add-to-cart-cmf__subscription-section-wrapper {
  display: none;
}

.modal-add-to-cart-cmf__subscription-section-wrapper p {
  color: #000000;
}

.modal-add-to-cart-cfm__total-price {
  padding: 1.25rem 0;
}

.modal-add-to-cart-cfm__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 1.75rem;
}

.modal-add-to-cart-cfm__pro-to-checkout,
.modal-add-to-cart-cfm__pro-to-pdp,
.modal-add-to-cart-cfm__cont-shopping {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
  height: 2.5625rem;
  font-size: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-dialog-buttons .modal-add-to-cart-cfm__pro-to-checkout,
.modal-dialog-buttons .modal-add-to-cart-cfm__pro-to-pdp,
.modal-dialog-buttons .modal-add-to-cart-cfm__cont-shopping {
  margin: 0 0 0.5rem;
}

.modal-add-to-cart-cfm__pro-to-checkout,
.modal-add-to-cart-cfm__pro-to-pdp {
  margin-bottom: 1.25rem;
}

/*# sourceMappingURL=modal-add-to-cart-confirmation.css.map */

#modal-sess-timeout-war-trigger, #modal-sess-timeout-trigger {
  display: none;
}

/*# sourceMappingURL=modal-session-timeout-warning.css.map */


/*# sourceMappingURL=modal-session-timeout.css.map */

.manual-comparison-table-inner-container {
  margin: 1.25rem;
}

.mct-healine-container {
  padding-bottom: 0.9375rem;
}

.image-slot-image {
  margin: 0 auto;
  max-height: 10.125rem;
}

.image-slot {
  padding: 0.9375rem 0;
  text-align: center;
}

.image-slot-container {
  border: 0.0625rem solid #eeeeee;
  margin: 1.25rem 0;
  height: 90%;
}

.image-slot-product-title {
  font-weight: bold;
  padding: 1.0625rem;
}

@media (max-width: 63.9375rem) {
  .image-slot-product-title {
    font-size: 0.1875rem;
    padding: 0.625rem 0;
  }
}

.table-row-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.25rem 0;
  text-align: center;
  height: 100%;
  vertical-align: middle;
}

.mct-checkmark-icon {
  color: #5c700f;
}

.table-row-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 0.625rem;
}

.mct-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.875rem 0;
}

@media (max-width: 47.9375rem) {
  .mct-button-container {
    padding: 0.9375rem;
  }
}

.mct-button {
  height: 2.5rem;
  text-align: center;
}

.special-promotions-content {
  font-size: 0.9375rem;
  font-weight: bold;
  padding: 2.1875rem 0.625rem 0.625rem;
}

@media (max-width: 47.9375rem) {
  .special-promotions-content {
    font-size: 0.625rem;
  }
}

.mct-previous-button,
.mct-next-button {
  position: absolute;
  bottom: 50%;
  background: transparent;
  color: #c41230;
  margin: auto;
  padding: 0;
  visibility: hidden;
  width: 1.5625rem;
  height: 1.5625rem;
}

.mct-previous-button:hover,
.mct-next-button:hover {
  color: #9a132b;
  background: transparent;
  cursor: pointer;
}

.mct-previous-button.visible,
.mct-next-button.visible {
  visibility: visible;
}

.mct-previous-button {
  left: -2.1875rem;
}

.mct-next-button {
  right: -2.1875rem;
}

.mct-previous-icon,
.mct-next-icon {
  margin: auto;
}

.mct-previous-icon .icon,
.mct-next-icon .icon {
  height: 1.5625rem;
  width: 1.5625rem;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .mct-previous-icon,
  .mct-next-icon {
    margin: 0;
  }
}

.mct-table-wrapper {
  position: relative;
  visibility: hidden;
}

.mct-table-wrapper.visible {
  visibility: visible;
}

.mct-table__content .g-row:nth-child(odd) {
  background-color: #ffffff;
}

.mct-table__content .g-row:nth-child(even) {
  background-color: #eeeeee;
}

.mct-table__content .g-row:nth-last-child(1) {
  background-color: #ffffff;
}

/*# sourceMappingURL=manual-comparison-table.css.map */

.sitemap {
    padding: 0.625rem 0;
    margin: 1.25rem 0;
    background: #ffffff;
}

.sitemap ul {
    padding: 0 0 0 0.625rem;
}

@media (min-width: 48rem) {
    .sitemap ul {
        padding: 0 0 0 1.25rem;
    }
}

.sitemap li {
    list-style-type: none;
}

.sitemap ul li:last-of-type {
    margin-bottom: 1rem;
}

.sitemap-header {
    font-size: 1.125rem;
}

.sitemap-title {
    font-style: 0.875rem;
}

.sitemap-sub-titles {
    font-weight: bold;
    font-size: 0.875rem;
}

.sitemap-sub-title {
     font-weight: normal;
    font-size: 0.875rem;
}

.member-price-cta {
    font-size: 0.75rem;
    font-weight: 900;
    cursor: pointer;
}

.member-price-cta.header-account-link .member-price-cta__text {
    font-family: "Avenir-Black", "Avenir", sans-serif;
    text-transform: none;
    white-space: nowrap;
    color: #002e5f;
    font-size: .78rem;
}

.member-price-cta.header-account-link .member-price-cta__text.text-v2 {
    display: flex;
    align-items: center;
}

.member-price-cta.header-account-link .member-price-cta__text__text {
    padding-left: .25rem;
}

.member-price-cta.header-account-link .member-price-cta__text__user-icon,
.member-price-cta.header-account-link .member-price-cta__text__arrow-icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    width: 1.25rem;
    height: 1.25rem;
}

.plp-items.plp-items-grid .member-price-cta.header-account-link:has(.text-v2) {
    width: 100%
}

.plp-items.plp-items-grid .member-price-cta.header-account-link .member-price-cta__text.text-v2 {
    width: 100%
}

@media (max-width: 47.9375rem) {
    .plp-items.plp-items-list .member-price-cta.header-account-link:has(.text-v2) {
        width: 100%
    }

    .plp-items.plp-items-list .member-price-cta.header-account-link .member-price-cta__text.text-v2 {
        width: 100%
    }

    .plp-items.plp-items-list .plp-item-price-line-1.single-price-line {
        margin: unset;
    }
}

@media (min-width: 48rem) and (max-width: 75rem) {
    .member-price-cta.header-account-link .member-price-cta__text {
        font-size: .7rem;
    }
}

@media (min-width: 48rem) {
    .plp-items.plp-items-list .member-price-cta.header-account-link:has(.text-v2) {
        margin: .5rem auto 0;
        max-width: fit-content;
        display: flex;
        justify-content: center;
    }
}

.autologin-images {
    display: none;
}

.plp-page .page-headline {
  margin: 1.875rem 0;
}

#where-to-buy .ps-wtb-content, #where-to-buy .ps-static-message, #where-to-buy .ps-footer, #where-to-buy .ps-header, #where-to-buy .ps-ribbon {
  z-index: 0;
}

#where-to-buy .ps-header .ps-product-image span {
  color: inherit;
}

.plp-facets-active-item-remove,
.plp-facet-more-toggle,
.plp-see-all,
.plp-actions-more,
.plp-facets-active-clear,
.plp-actions-view-trigger,
.plp-item-color-trigger,
.plp-item-wishlist-trigger,
.plp-facet-group-trigger,
.plp-facets-panel-close-trigger {
  height: auto;
  padding: 0;
  background: transparent;
  color: #c41230;
  font-size: inherit;
  text-transform: none;
  font-weight: normal;
}

.plp-facets-active-item-remove:hover,
.plp-facet-more-toggle:hover,
.plp-see-all:hover,
.plp-actions-more:hover,
.plp-facets-active-clear:hover,
.plp-actions-view-trigger:hover,
.plp-item-color-trigger:hover,
.plp-item-wishlist-trigger:hover,
.plp-facet-group-trigger:hover,
.plp-facets-panel-close-trigger:hover {
  background: transparent;
  color: #9a132b;
  cursor: pointer;
}

.plp {
  padding-bottom: 1.875rem;
  position: relative;
}

.plp-loading:after {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(46, 46, 46, 0.2);
  background-image: url("../../../../etc.clientlibs/kitchenaid/clientlibs/global/resources/images/icon-loading.svg");
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 10;
}

.plp-loading:has(.plp-facets-panel-open):after {
  z-index: 100000002;
}

.slp .plp-loading:after {
  position: absolute;
  background-position: center 50%;
  z-index: 30;
}

.plp-loading .plp-items {
  min-height: 39.375rem;
  min-height: 50vh;
}

.plp-facets.sticky {
  position: fixed;
  top: 0;
}

.plp-facets.sticky.sticky-bottom {
  position: absolute;
  top: unset;
  padding-bottom: 1.875rem;
}

.plp-all-shown .plp-see-all,
.plp-all-shown .plp-actions-more {
  display: none;
}

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

.plp-actions-top {
  padding-bottom: 0.625rem;
}

.plp-actions-bottom {
  padding-top: 0.625rem;
}

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

.plp-actions-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.plp-actions-counter {
  display: block;
  font-size: 0.6875rem;
  margin-top: auto;
}

#sortContainer .plp-actions-counter {
  margin-top: 0;
}

#sortContainer .highlight-page-results span::after {
  content: " products shown";
}

html[data-lang="fr_CA"] #sortContainer .highlight-page-results span::after {
  content: " produits affichés";
}

@media (min-width: 48rem) {
  .plp-actions-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

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

.plp-actions-view {
  border-right: 0.0625rem solid #b3b3b3;
  padding-right: 0.625rem;
  margin-right: 2.5rem;
  display: none;
}

#sortContainer .plp-actions-view {
  border-right: none;
  padding-right: 0.625rem;
  margin-right: 2.5rem;
  display: flex;
  outline: none;
}

#sortContainer .plp-actions-view span:focus {
  outline: none;
}

#sortContainer #plp-list-view {
  display: none;
  pointer-events: all;
}

#sortContainer #plp-grid-view:focus, #sortContainer #plp-list-view:focus{
  border: 2px dotted #000;
  outline: #000;
  height: 30px;
}

#sortContainer #plp-grid-view button.plp-actions-view-trigger, #sortContainer #plp-list-view button.plp-actions-view-trigger {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  pointer-events: all;
}

#sortContainer #plp-grid-view button.plp-actions-view-trigger:focus, #sortContainer #plp-list-view button.plp-actions-view-trigger:focus {
  outline: none;
}

#sortContainer .plp-actions-view span {
  font-family: 'Helvetica Neue LT W01_55 Roman', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16.8px;
  color: #000;
  margin-left: 12px;
}

#sortContainer .plp-actions-view span:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (min-width: 48rem) {
  .plp-actions-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.plp-actions-view-trigger {
  border: 0.125rem solid transparent;
  padding: 0.125rem;
  margin: 0 0.625rem;
}

#sortContainer .plp-actions-view-trigger {
  border: none;
}


.plp-actions-more:focus-visible,
.facet-toggle-label:focus-visible,
.plp-facet:focus-visible,
.plp-facets-panel-close-trigger:focus-visible,
.plp-facet-group-trigger:focus-visible,
.plp-facet-more-toggle-show:focus-visible,
.plp-facet-more-toggle-less:focus-visible,
.facets__tooltip-icon:focus-visible,
.plp-facet-group-header:focus-visible,
.plp-item-wishlist-trigger:focus-visible,
.sort-by .form-select-input:focus-visible,
.plp-item-color-active .plp-item-color-trigger,
.plp-items.plp-items-list .plp-item--new .plp-item-cta:focus-visible,
.plp-actions-view-trigger:focus-visible {
  outline-width: 0.125rem;
  outline-offset: 0.125rem;
}

.plp-actions-view-trigger.plp-actions-view-active {
  color: #2e2e2e;
  border-color: #2e2e2e;
  pointer-events: none;
}

.plp-actions-view-trigger .icon {
  width: 1.125rem;
  height: 1.125rem;
  forced-color-adjust: auto;
}

.plp-actions-sort {
  font-size: 0.6875rem;
  display: block;
}
@media (min-width: 48rem) {
  .plp-actions-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.plp-actions-sort .form-select {
  border-color: #d8d8d8;
  width: 10.9375rem;
}

.plp-actions-sort-title {
  white-space: nowrap;
  margin-right: 1.25rem;
}

#sortContainer .plp-actions-sort-title {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16.8px;
  white-space: nowrap;
  margin-right: 0;
}

.plp-see-all {
  font-size: 0.6875rem;
}

@media (min-width: 48rem) {
  .plp-see-all {
    margin-left: 0.375rem;
  }
}

.plp-actions-more {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75rem;
}

.plp-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.plp-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.625rem;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 48rem) {
  .plp-item {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .plp-items-grid .plp-item {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .plp-items-list .plp-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.plp-item-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 1.25rem;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 48rem) {
  .plp-items-list .plp-item-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.plp-item-media-image {
  position: relative;
  max-width: 18.75rem;
  margin: 0 auto;
  width: 100%;
}

.plp-item-image-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 230px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.plp-item-image {
  margin: 0 auto;
  max-height: 230px;
  max-width: 100%;
}

.plp-item-badges {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.125rem;
}

.plp-item-badge {
  display: none;
  margin-bottom: 0.125rem;
}

.plp-item-badge-image {
  width: 2.125rem;
  height: 2.125rem;
  overflow: hidden;
}

.plp-item-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.25rem;
  height: 1.875rem;
  width: 100%;
  max-width: 18.75rem;
}

@media (min-width: 48rem) {
  .plp-items-list .plp-item-colors {
    margin-top: 1.75rem;
  }
}

.plp-item-color-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.plp-item-colors-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.plp-item-colors-more-link {
  margin: auto 0;
  max-width: 1.875rem;
  font-size: 0.6875rem;
  text-align: center;
}

.plp-item-color {
  -ms-flex-preferred-size: 16%;
  flex-basis: 16%;
  max-width: 16%;
}

.plp-item-color.variant-out-of-stock {
  position: relative;
  overflow: hidden;
}

.plp-item-color-active.variant-out-of-stock .plp-item-color-trigger,
.variant-out-of-stock .plp-item-color-trigger {
  border-color: #c41230;
}

.oos-cross-line {
  position: absolute;
  background-color: #c41230;
  transform: rotate(45deg);
  transform-origin: 0 100% 0;
  bottom: 0.5px;
  left: 0;
  height: 138%;
  width: 1px;
}

.plp-item-color-trigger {
  width: 1.875rem;
  height: 1.875rem;
  max-width: 100%;
  padding: 0.125rem;
  border: 0.0625rem solid transparent;
}

.plp-item-color-active .plp-item-color-trigger {
  border-color: #c41230;
}

.plp-item-color-swatch {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #d8d8d8;
}

.plp-item-name {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
  height: 2.46em;
  overflow: hidden;
}

.plp-item-name-link {
  display: inline-block;
  line-height: 1.2;
  max-height: 2.55em;
  overflow: hidden;
}

.plp-item-reviews {
  margin-top: 1.25rem;
  font-size: 0.6875rem;
  display: flex;
}

.plp-item-reviews-link {
  display: inline-block;
  color: #2e2e2e;
}

.plp-item-details {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.plp-item-model {
  font-size: 0.6875rem;
}

.plp-item-model-title {
  font-weight: bold;
}

.plp-item-stock {
  margin-left: auto;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #c41230;
}

.plp-item-price {
  text-align: right;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
}

@media (min-width: 48rem) {
  .plp-items-list .plp-item-price {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

.plp-item-price-line-1 {
  font-size: 1rem;
  color: #c41230;
  line-height: 1.2;
  min-height: 1.2em;
}

.plp-item-price-line-1.single-price-line {
  color: inherit;
  font-family: inherit;
  font-weight: 500;
}

@media (min-width: 48rem) {
  .plp-items-list .plp-item-price--centered .plp-item-price-line-1,
  .plp-items-list .plp-item-price--centered .plp-item-price__save {
    margin: 0 auto;
    max-width: fit-content;
  }
}

.plp-item-price-line-2 {
  font-size: 0.6875rem;
  text-decoration: line-through;
  line-height: 1.2;
  min-height: 1.2em;
}

[lang=fr-CA] .plp-items.plp-items-list .plp-item.plp-item--new .plp-item-price .plp-item-price__save .plp-item-price-line-2,
[lang=fr-CA] .plp-items.plp-items-list .plp-item.plp-item--new .plp-item-price .plp-item-price__save .plp-item-price__save-value {
  font-size: .625rem;
}

.plp-item-price-line-1.single-price-line ~ .plp-item-price-line-2 {
  visibility: hidden;
}

.plp-item-eco {
  margin-top: 0.125rem;
  font-size: 0.6875rem;
  min-height: 1.2em;
}

.plp-item-eco .eco-m .eco-c {
  font-size: inherit;
}

.plp-item-eco .eco-m .eco-c .eco-widget {
  line-height: 1.2em;
}

@media (min-width: 48rem) {
  .plp-items-list .plp-item-eco {
    margin-top: 1.25rem;
  }
}

.plp-item-eco-link {
  color: #797979;
  display: inline-block;
  text-decoration: underline;
}

.plp-item-energy {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  max-width: 3.125rem;
  position: absolute;
  top: -10px;
}

@media (min-width: 48rem) {
  .plp-items-list .plp-item-energy {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 1.25rem;
    margin-left: auto;
  }
}

.plp-item-energy-link {
  display: inline-block;
}

.plp-item-energy img {
	max-width: 3.125rem;
}

.plp-item-actions {
  margin-top: auto;
}

.plp-item-actions.plp-item-actions--hidden {
  display: none;
}

.plp-item-cta,
button.plp-item-cta,
a.button.plp-item-cta,
button.button.plp-item-cta {
  width: 100%;
  margin-top: 1.25rem;
}

.plp-item-saves {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.25rem;
  font-size: 0.6875rem;
  line-height: 1.2;
}

.modal-wishlist-sign-in .modal-dialog {
  pointer-events: auto;
}

.modal-wishlist-sign-in .modal-content {
  border: none;
  display: block;
}

.plp-item-wishlist {
  margin-left: auto;
}

.plp-item-wishlist-trigger {
  color: #2e2e2e;
  display:none;
}

.plp-item-wishlist-trigger.show-wishlist-btn {
	display:block;
}

.plp-item-wishlist-trigger .icon {
  position: relative;
  margin-right: 0.25rem;
  color: #d8d8d8;
  width: 0.875rem;
  height: 0.875rem;
}

.plp-item-wishlist-trigger:hover .icon {
  color: #9a132b;
}

.plp-compare-checkbox:hover {
  color: #9a132b;
}

.plp-compare-checkbox {
  position: relative;
  display: flex;
  padding: 0;
  align-items: center;
  color: #2e2e2e;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.plp-compare-checkbox .plp-compare-checkbox-input {
  width: 0.8rem;
  height: 0.8rem;
  top:0;
}

.plp-compare-checkbox input {
  opacity: 0;
}

.plp-compare-checkbox .check-mark {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.8125rem;
  width: 0.8125rem;
  margin-right: 0.5rem;
  border: 1px solid #000000;
}

.plp-compare-checkbox:hover input ~ .check-mark {
  background-color: #eeeeee;
}

.plp-compare-checkbox input:focus ~ .check-mark{
  outline: .125rem solid #000000;
  outline-offset: .125rem;
}

.plp-compare-checkbox .check-mark:after {
  content: "";
  position: absolute;
  display: none;
}

.plp-compare-checkbox input:checked ~ .check-mark:after {
  display: block;
}

.plp-compare-checkbox .check-mark:after {
  width: 38%;
  height: 58%;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.plp-facets-panel-trigger {
  width: 100%;
  background: #2e2e2e;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 1.25rem;
  height: 3rem;
}

.plp-facets-panel-trigger:hover {
  background: #2e2e2e;
}

@media (min-width: 64rem) {
  .plp-facets-panel-trigger {
    display: none;
  }
}

.plp-facets-panel-trigger-icon {
  margin-left: auto;
}

.plp-facets-panel-trigger-icon .icon {
  width: 0.875rem;
  height: 0.875rem;
}

.plp-facet-panel-wrapper {
  display: none;
}

@media (min-width: 64rem) {
  .facets__tooltip-message {
    position: absolute;
    width: fit-content;
    height: fit-content;
    bottom: 75%;
    right: auto;
  }

  .plp-facet-panel-wrapper {
    display: block;
  }

  .plp-applied-facets,
  .facets-clear-all-mobile-btn {
    display: none;
  }

  .plp-applied-facets,
    .facets-apply-all-mobile-btn {
      display: none;
    }

  .plp-facet-group:last-child {
    border: none;
  }
}

@media (max-width: 63.9375rem) {
  .plp-facets-panel-open .plp-facet-panel-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 1048;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .plp-facets-panel-open .plp-facet-panel-wrapper::before {
    content: '';
    background-color: #eeeeee;
    min-height: 4.45rem;
  }
}

@media (max-width: 63.9375rem) {
  .plp-facets-panel-header {
    height: 4.4375rem;
    box-shadow: 0 .25rem .5rem 0 #000;
    border-top: solid 1px #979797;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 64rem) {
  .plp-facets-panel-header {
    padding-top: 2rem;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 0.3125rem;
  }
}

.plp-facets-panel-title {
  font-size: 1.25rem;
  font-weight: normal;
  color: #2e2e2e;
}

@media (max-width: 63.9375rem) {
  .plp-facets-panel-title {
    font-size: 1.25rem;
    text-transform: capitalize;
    color: #2e2e2e;
    font-family: 'Avenir-Black', sans-serif;
  }
}

.plp-facets-panel-close-trigger {
  margin-left: auto;
  font-size: 0.8125rem;
  height: 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #c41230;
}

.plp-facets-panel-close-trigger:hover {
  color: #9a132b;
}

.plp-facets-panel-close-trigger .icon {
  margin-left: 0.5rem;
  width: 0.875rem;
  height: 0.875rem;
}

@media (min-width: 64rem) {
  .plp-facets-panel-close-trigger {
    display: none;
  }
}

@media (max-width: 63.9375rem) {
  .plp-facets-panel-body {
    padding: 0 1.25rem 1.25rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.plp-facets-active {
  margin-top: 1.25rem;
  display: none;
  margin-bottom: -.125rem;
}

.plp-facets-active-title,
.plp-facets-active-items,
.plp-facets-active-clear {
  font-family: 'HelveticaNeue-Bold', sans-serif;
  line-height: 1.25rem;
  font-weight: bold;
}

@media (max-width: 63.9375rem) {
  .plp-facets-active {
    padding: 0;
    background: #eeeeee;
  }
}

.plp-facets-active.plp-facets-active-on {
  display: block;
}

.plp-facets-active-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.25rem;
}

.plp-facets-active-items {
  display: inline;
  background-color: #fff;
}

.plp-facets-active-title {
  font-size: 1rem;
  line-height: 1.1875rem;
  color: black;
  margin-right: .125rem;
  text-transform: none;
}

.plp-facets-active-clear {
  margin-left: auto;
  font-size: .75rem;
  text-decoration: underline;
}

.plp-facets-active-clear:hover,
.plp-facets-active-clear:focus {
  text-decoration: underline;
}

.plp-facets-active-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: .0625rem solid black;
  border-radius: 1rem;
  padding: 0 .625rem .125rem .5rem;
  background-color: #f2f2f2;
  margin-right: .5rem;
  margin-bottom: .5rem;
  font-size: .75rem;
}

.plp-facets-active-item .star-rating {
  margin: 0 0 0 .3125rem;
}

@media (max-width: 63.9375rem) {
  .plp-facets-active-items .plp-facets-active-item {
    display: flex;
    white-space: nowrap;
    border-radius: .5rem;
    margin: .5rem .5rem .5rem 0;
    min-height: 2.5rem;
    padding: 0;
  }

  .plp-facets-active-items {
    display: flex;
    overflow-x: scroll;
  }

  .plp-facets-active-item-value {
    line-height: 1;
    font-size: .75rem;
    padding: .78125rem .5rem;
  }

  .plp-facets-active-item-remove {
    width: 2.375rem;
    border-left: 1px solid black;
    height: 100%;
  }

  .plp-facets-active-item .plp-facets-active-item-remove .icon {
    width: .75rem;
    height: .75rem;
  }
}

.plp-facets-active-item-value {
  font-size: 0.75rem;
}

.plp-facets-active-item-remove {
  margin-left: .625rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.plp-facets-active-item-remove .icon {
  width: 0.75rem;
  height: 0.75rem;
}

@media (max-width: 63.9375rem) {
  .plp-facet-groups {
    padding: 0 1.25rem 1.25rem;
  }
}

.plp-facet-groups {
  border: solid 1px #d8d8d8;
}

.plp-facet-group {
  margin-top: 1.25rem;
}

.plp-facet-group-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #b3b3b3;
}

.plp-facet-group-header:focus-visible {
  outline-width: 0.125rem;
}

.plp-facet-group-trigger {
  margin-left: auto;
}

.plp-facet-group-trigger .icon {
  margin: auto;
}

.plp-facet-group-trigger .icon-plus {
  display: none;
  height: 1.125rem;
  width: 1.125rem;
}

.plp-facet-group-closed .plp-facet-group-trigger .icon-plus {
  display: block;
}

.plp-facet-group-trigger .icon-minus {
  display: block;
}

.plp-facet-group-closed .plp-facet-group-trigger .icon-minus {
  display: none;
}

.plp-facet-group-title {
  font-size: 0.75rem;
}

.plp-facet-group-panel {
  margin-top: 0.625rem;
}

.plp-facet-group-closed .plp-facet-group-panel {
  display: none;
}

.plp-facet {
  color: #2e2e2e;
  padding: 0.125rem 0;
}

.plp-facet .form-checkbox {
  display: inline-flex;
}

.plp-facet-checkbox {
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 1.1875rem;
  max-width: 100%;
}

.facet-range-label {
  font-family: Helvetica, sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  padding-top: 0.4375rem;
}

.range-panel {
  display: flex;
  font-family: Helvetica, sans-serif;
  font-weight: normal;
  font-size: .75rem;
  margin-bottom: .5rem;
  justify-content: space-between;
}

.facet-range-input {
  width: 3rem;
  height: 1.5rem;
  padding: .25rem .3125rem;
}

.facet-range-divider {
  margin-left: .5rem;
  margin-right: .5rem;
  width: .75rem;
  height: .9375rem;
  display: inline-flex;
  align-self: center;
}

.plp-facet-range-btn {
  width: 2rem;
  height: 1.5rem;
  padding: 0;
  font-size: .63125rem;
  font-weight: bold;
  margin-left: .5rem;
  background: #EEB111;
  text-transform: none;
}

.plp-facet-group-category .plp-facet-checkbox {
  padding-left: 0;
}

.plp-facet-checkbox:hover {
  color: #9a132b;
  cursor: pointer;
}

.plp-facet .plp-facet-checkbox-color[title*="White"] .plp-facet-color,
.plp-facet .plp-facet-checkbox-color[title="Blanc"] .plp-facet-color,
.plp-facet .plp-facet-checkbox-color[title*="Collection"] .plp-facet-color {
  border: 1px solid #D5D5D5;
}

.plp-facet-checkbox-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
}

.plp-facet-color {
  margin-left: auto;
  width: 0.875rem;
  height: 0.875rem;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.plp-facet-color-swatch {
  width: 100%;
}

.plp-facet-checkbox-input {
  top: 0.125rem;
  opacity: 0;
}

.plp-facet-checkbox-input:hover {
  cursor: pointer;
}

.plp-facet-group-category .plp-facet-checkbox-input {
  left: -100%;
  opacity: 0;
}

.plp-facet-checkbox-input:checked + .plp-facet-checkbox-text {
  font-weight: bold;
}

#redesignPlpFacets .plp-facet-checkbox-text-count-block {
  padding-left: 5px;
}

.plp-facet-checkbox-text {
  font-size: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  max-width: 11.25rem;
}

.plp-facet-checkbox-count {
  margin-left: 0.25rem;
  margin-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
}

.plp-facet-more .plp-facet-list,
.plp-facet-more .plp-facet-more-toggle-less {
  display: none;
}

.plp-facet-more-open .plp-facet-list,
.plp-facet-more-open .plp-facet-more-toggle-less {
  display: block;
}

.plp-facet-more-open .plp-facet-more-toggle-show {
  display: none;
}

.plp-facet-more-toggle-show,
.plp-facet-more-toggle-less {
  display: flex;
  align-items: baseline;
}

.plp-facet-more-toggle-show .icon-plus,
.plp-facet-more-toggle-less .icon-minus {
  display: inline-block;
  margin-right: 0.1875rem;
}

.plp-facet-more-toggle {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-left: 0;
}

.plp-facet-group-category .plp-facet-more-toggle {
  margin-left: 0;
}

.plp-facet-group-container {
    width: 100%;
    position: relative;
}

.plp-facet-group-container .plp-facet-group-title {
    margin-top: 0.2rem;
}

h3.plp-facet-group-title {
    position: relative;
    width:100%;
}

h3 .plp-facet-group-trigger {
    position:absolute;
    right:0px;
    top:2px;
}

.facets__tooltip-container {
    height: 0.825rem;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}

.facets__tooltip-icon {
    width: 1rem;
    height: 1rem;
    margin-left: .5rem;
    cursor: pointer;
    margin-top: 0.2rem;
}

.facets__tooltip-message {
    display: none;
    background-color: rgba(0,0,0,1);
    opacity: 75%;
    color: #fff;
    padding: 0.64375rem 1.375rem 0.55rem 1.125rem;
    font-family: Avenir-Roman;
    font-size: .625rem;
    line-height: .875rem;
    text-align: justify;
    margin-bottom: 0.625rem;
    z-index: 9999;
}

.facet__title-container {
    display: flex;
    align-items: center;
}

@media (min-width: 48rem) {
    .plp-facet-group-container .plp-facet-group-title {
        margin-top: 0;
    }

    .facet__title-container .facet-toggle-label {
        margin-top: 0.1875rem;
    }

    .facets__tooltip-icon {
        cursor: default;
    }
  .facet-id-Need .facets__tooltip-message {
    right: 3.5rem !important;
  }
  .facets__tooltip-message {       
    margin-bottom: 0.5rem !important;
  }
}

.plp-disclaimer-item {
  margin-top: 0.625rem;
}

.plp-includes {
  display: none;
}
.facet-selected {
  display: none;
}

.plp-item-reviews-link.plp-item-detail-link {
  display: flex;
}

.plp-image-container{
	text-align: center;
}

.plp-where-to-buy-button {
    background: none;
    text-transform: none;
    color: #5b5b5b;
    outline: none;
    text-decoration: none;
    display: block;
    padding-top: 1rem;
    text-align: center;
    font-weight: 500;
}

.plp-where-to-buy-button:focus,
.plp-where-to-buy-button:hover {
    text-decoration: underline;
}

@media (max-width: 47.9375rem) {
	.plp-hide-mobile-item {
		display: none;
	}

  .facet-range-input {
    border-color: #eeeeee;
  }

  .plp-facets-panel-open .plp-facet-panel-wrapper::before {
    min-height: 3.2rem;
  }

  .plp-actions-sort {
    display: flex;
    align-items: center;
  }

  .plp-actions-counter {
    margin: 0 .5rem 0 0;
    display: flex;
    align-items: center;
  }

  .plp-actions-counter .plp-counter {
    white-space: normal;
  }

  .plp-actions-sort-title {
    border-left: 1px solid #b3b3b3;
    height: 90%;
    display: flex;
    align-items: center;
    padding-left: .625rem;
  }

  #sortContainer .plp-actions-sort-title {
    border-left: none;
    height: 90%;
    display: flex;
    align-items: center;
    padding-left: 0;
    font-size: 14px;
  }

  #sortContainer .highlight-page-results span::after {
    content: " shown";
  }

  html[data-lang="fr_CA"] #sortContainer .highlight-page-results span::after {
    content: " affichés";
  }

  #sortInputLabel .sort-plp-content {
    width: 100%;
    max-width: 100%;
  }

  #sortInputLabel .sort-plp-btn {
    padding: 10px 30px 10px 0;
  }

}

.plp-facet-group-trigger span{
	display:none
}

.sort-by{
    background: none !important;
    border: none !important;
    width: inherit;
}

#sortContainer .sort-by{
  margin-right: 0;
}

.sort-by .form-select-icon{
    z-index: 9 !important;
    pointer-events: none;
}

.sort-by .form-select-input{
    background: #fff !important;
    border: 1px solid #b3b3b3 !important ;
}

#sortContainer .form-select-input{
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  background: none !important;
  border: none !important ;
  padding-right: 1rem;
  padding-left: .3rem;
  z-index: 12;
}

@media (max-width: 27rem) {
    html[data-lang="fr_CA"] .sort-by .form-select-input {
        padding-right: .25rem;
    }
}

.sort-by .form-select-input option.plp-option-hidden{
    display: none;
}

.facet-toggle .plp-facet-group-panel {
  display: none;
}

.facet__title-container .facet-toggle-label {
  height: 100%;
}

.facet-toggle-label {
  position: relative;
  display: block;
  cursor: pointer;
  margin: 0 1.125rem .25rem auto;
}

.facet-toggle-label:before {
  content: '';
  position: relative;
  top: 0.0625rem;
  left: 0.0625rem;
  width: 2.75rem;
  height: 1.25rem;
  border-radius: 3.25rem;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  display: block;
  background: #e9e9e9;
  transition: background 0.2s ease;
  color: #000;
  font-size: 0.4rem;
}

.facet-toggle-label span {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.45rem;
  height: 1.45rem;
  display: block;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease;
  color: #fff;
  font-size: 0.3875rem;
}
.facet-toggle-input,
.facet-toggle-input:checked + .facet-toggle-label .plp-facet-toggle-state-off {
  display: none;
}
.facet-toggle-input:checked + .facet-toggle-label:before {
  background: #008800;
}
.facet-toggle-input:checked + .facet-toggle-label span {
  transform: translateX(1.5rem);
}
.facet-toggle-input:checked + .facet-toggle-label .plp-facet-toggle-state-on {
  display: block;
}
.plp-facet-toggle-state-on,
.plp-facet-toggle-state-off {
  font-family: 'HelveticaNeue-Bold', sans-serif;
  text-transform: uppercase;
  position: absolute;
}
.plp-facet-toggle-state-on {
  display: none;
  font-size: 6.2px;
  color: #fff;
  line-height: .65rem;
  top: 30%;
  left: 22%;
  background: #080;
}
.plp-facet-toggle-state-off {
  font-size: 6.4px;
  color: #000;
  line-height: .6625rem;
  top: 35%;
  right: 12%;
  background-color: #e9e9e9;
}

.plp-facet-panel-wrapper {
  width: 100%;
}

.plp-facets-panel,
.plp-facets-modal-panel {
  background-color: #f2f2f2;
  margin-top: 1.5rem;
}

.plp-facet-group-title {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: normal;
  text-transform: capitalize;
  font-style: normal;
}

.plp-facet-group-title.facet-toggle {
  font-family: 'Avenir-Black', sans-serif;
  font-size: .75rem;
  text-transform: uppercase;
  max-width: 55%;
}

.plp-facet-group {
  margin-top: 0;
  border-bottom: solid 1px #d8d8d8;
}

.plp-facet-group-header,
.plp-facet-group-panel {
  padding: 0 1rem;
}

.plp-facet-group-panel {
  padding-bottom: 1.4375rem;
}

.plp-facet-group-header {
  height: 3.5rem;
  border: none;
}

.plp-facet-checkbox-block {
  min-width: 1.125rem;
  height: 1.125rem;
  background: #fff;
  margin-right: .5rem;
  border: 1px solid black;
  position: relative;
}

.plp-facet-checkbox {
  padding-left: 0;
}

.plp-facet-checkbox-input:checked ~ .plp-facet-checkbox-block::after {
  content: '';
  position: absolute;
  left: 0.3375rem;
  top: 0.1rem;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 0.625rem;
  width: 0.375rem;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

@media (max-width: 63.9375rem) {
  .plp-facet-group-header,
  .facet__title-container {
    min-height: 3.3rem;
  }

  .plp-facet-group-header {
    height: unset;
  }

  .plp-facets-panel,
  .plp-facets-modal-panel {
    width: 100%;
    margin-top: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .plp-no-products-msg {
    font-size: .75rem;
  }

  .plp-facet-action-buttons {
    display: none;
    margin-bottom: calc(2 * env(safe-area-inset-bottom));
  }

  .plp-facets-panel-open .plp-facets-panel,
  .plp-facets-panel-open .plp-facets-modal-panel {
    margin-bottom: 8rem;
  }

  .plp-facets-panel-open .plp-facet-action-buttons {
    position: fixed;
    z-index: 10000;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .plp-facets-panel-open .facets-clear-all-mobile-btn {
    border: 2px solid #000;
    width: 95%;
    background-color: white;
    color: #2e2e2e;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.8125rem;
    margin: 1rem auto;
  }

  .plp-facets-panel-open .facets-apply-all-mobile-btn {
    width: 95%;
    background-color: #c41239;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.8125rem;
    margin: auto auto 1rem auto ;
  }

  .plp-facets-panel-open .plp-facets-panel,
  .plp-facets-panel-open .plp-facets-modal-panel {
    background-color: #fff;
    margin-bottom: calc(8rem + (2 * env(safe-area-inset-bottom)));
  }

  .plp-facets-panel-open .plp-facet-groups {
    border: none;
    padding: 0;
  }

  .plp-facets-panel-open .plp-facets-panel-body {
    padding: 0;
  }

  .plp-mobile-filter-open header.header {
    position: fixed;
    width: 100%;
    z-index: 1049;
  }

  .plp-applied-facets {
    margin-left: .3125rem;
    font-size: 1.25rem;
  }

  .plp-facet::after {
    content: '';
    height: 0.0625rem;
    display: block;
    box-sizing: unset;
    width: 105%;
    padding-bottom: 0.3125rem;
    margin-bottom: 0.375rem;
    border-bottom: 1px solid #d8d8d8;
    opacity: 0.4;
  }

  .plp-mobile-filter-open .plp-facets-active-items {
    min-height: 3.5rem;
    padding: 0 .3125rem;
  }

  .plp-mobile-filter-open .plp-sticky-filters-mobile {
    display: flex;
  }

  .plp-facets-active-title {
    font-size: .75rem;
  }

  .plp-facets-active.plp-facets-active-on {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }

  .plp-facets-active-on .plp-facets-active-header {
    order: 1;
  }

  .plp-facets-active-on .plp-facets-active-clear {
    order: 2;
    margin-right: 0.875rem;
    text-transform: uppercase;
    text-decoration: none;
  }

  .plp-facets-active-on .plp-facets-active-items {
    order: 3;
    width: 100%;
  }

  .plp-facets-panel-open .facets-apply-all-mobile-btn[disabled],
  .plp-facets-panel-open .facets-apply-all-mobile-btn[disabled]:hover {
    background-color: #e2e2e5;
    color: #ffffff;
  }

  .plp-facets-panel-open .facets-apply-all-mobile-btn:hover {
    background-color: #ffffff;
    color: #c41239;
    border: 1px solid #c41239;
  }

  .plp-facet.disabled,
  .plp-facet.disabled .plp-facet-checkbox:hover,
  .plp-facet.disabled .plp-facet-checkbox-text,
  .plp-facet.disabled .plp-facet-checkbox-count {
    color: #e2e2e5;
  }
  .plp-facet.disabled .plp-facet-checkbox-block {
    border-color: #e2e2e5;
  }

  .plp-facet.disabled input {
    pointer-events: none;
  }

  button.plp-facet-range-btn {
    display: none;
  }
}

.plp-no-products-msg {
  height: 4rem;
  background-color: #f2f2f2;
  border: solid 1px #d8d8d8;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
  display: none;
}

.plp-no-products + .plp-no-products-msg {
  display: flex;
}

.plp-no-products,
.plp-mobile-filter-open .cookie-consent,
.plp-mobile-filter-open .pencil_banner_header,
.plp-mobile-filter-open #energy-ribbon,
.plp-mobile-filter-open #shipping-ribbon,
.plp-sticky-filters-mobile {
  display: none;
}

.facet-multi-value > .plp-facet-group-header {
  cursor: pointer;
}

/*# sourceMappingURL=plp.css.map */

.en_IN{
    color:#000000;
    font-weight: bolder;
}

p.badge__manual, p.badge__bestSeller, p.badge__topRated {
  position: absolute;
  left: -7px;
  top: -12px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 500;
  padding-left: 16px;
  padding-right: 8px;
  text-align: center;
}

p.badge__manual:before, p.badge__bestSeller:before, p.badge__topRated:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  border-top: 7px solid black;
  border-left: 7px solid transparent;
}

p.badge__manual:after, p.badge__bestSeller:after, p.badge__topRated:after {
  content: "";
  position: absolute;
  top: 0;
  border-style: solid;
  border-right-width: 0;
  right: -5px;
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 7px;
}

p.badge-new{
  position: absolute;
  grid-column: 2 / 7;
  grid-row: 1 / span 7;
  height: 24px;
  line-height: 17.5px;
  font-size: 14px;
  font-weight: 400;
  padding: 3px 8px;
  text-align: center;
  border-radius: 40px;
  top: -10px;
}

@media (max-width:767px) {
  p.badge-new{
    top:8%;
    left:80%;
    z-index:0;
  }
}

@media (min-width: 48rem) {
    .plp-items-grid .plp-item-box p.badge-new {
        grid-column: 4 / 2;
		grid-row: 2 / span 7;
		left: -38px;
		top: 12px;
	}
	.plp-items-grid .plp-item-box {
		display: grid;
	}
}

.plp-actions--prominent {
  justify-content: center;
  flex-direction: column-reverse;
  align-items: center;
}
.plp-actions--prominent .plp-actions-right {
  margin: 0 0 1.5625rem;
}
.plp-actions--prominent .plp-actions-left {
  width: 100%;
  justify-content: center;
}
.plp-actions--prominent .plp-actions-more {
  width: 100%;
  max-width: 22.25rem;
  height: 2.3125rem;
  border-radius: 3.125rem;
  border-top: 0.125rem solid #000000;
  border-bottom: 0.125rem solid #000000;
  border-left: 0.25rem solid #000000;
  border-right: 0.25rem solid #000000;
  font-weight: bold;
  color: #000000;
}
.plp-actions--prominent .plp-actions-counter {
  border-bottom: 0.125rem groove;
  padding-bottom: 0.625rem;
  width: 12.5rem;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 641px) and (max-height: 285px) {
  .plp-facets.plp-facets-panel-open {
    zoom: 50%;
  }
}

.plp-item--new .plp-item-color-list {
    flex-basis: unset;
}

.plp-item--new .plp-item-colors {
    height: 2.125rem;
}

.plp-item--new .plp-item-color {
    flex-basis: unset;
    max-width: unset;
}

.plp-item--new .plp-item-color:nth-child(n+2) {
    margin-left: 0.3rem;
}

.plp-item--new .plp-item-color-trigger {
    width: 2.125rem;
    height: 2.125rem;
    padding: 0.25rem;
}

.plp-item--new .plp-item-colors-more {
    margin-left: 0.063rem;
}

.plp-item--new .plp-item-colors-more-link {
    display: flex;
    max-width: 2.125rem;
    margin: 0;
    align-items: center;
    justify-content: center;
    font-size: 0.625rem;
    font-weight: 900;
    line-height: 0.9em;
    color: #000000;
    border: 1px solid #000;
}

.plp-item--new .plp-item-name {
    padding: 0.5rem 0;
    height: auto;
    font-size: 0.75rem;
    font-weight: 900;
    line-height: 1.08em;
}

.plp-item--new .plp-item-name-link {
    max-height: 3.5em;
    color: #000000;
}

.plp-item--new .plp-item-reviews {
    margin-top: 0;
    font-size: 0.625rem;
}

.plp-item--new .plp-item-details {
    margin-top: 0;
    align-items: center;
}

.plp-item--new .plp-item-model {
    margin-left: 0.375rem;
    padding-left: 0.375rem;
    font-size: 0.625rem;
    border-left: 1px solid #000000;
}

.plp-item--new .plp-item-stock {
    margin-left: 0;
    font-size: 0.75rem;
}

.plp-item--new .plp-item-price {
    margin-bottom: 0.25rem;
    padding-top: 0.3rem;
    flex-grow: 0;
    flex-wrap: wrap;
    align-content: baseline;
    text-align: left;
}

.plp-item--new .plp-item-price-line-1 {
    align-self: flex-end;
    font-size: 1em;
    font-weight: 700;
    line-height: 1em;
}

.plp-item--new .plp-item-price.plp-item-price-urgent .plp-item-price-line-1 {
    color: #c41230;
    font-size: 1.25rem;
    font-weight: 700;
    padding-bottom: .5rem;
}

.plp-item--new .plp-item-price .plp-item-price_urgency-message {
    display: none;
}

.plp-item--new .plp-item-price.plp-item-price-urgent .plp-item-price_urgency-message {
    display: inline-flex;
    gap: .25rem;
    padding-bottom: .5rem;
    color: #c41230;
    font-size: .75rem;
    font-weight: 700;
    line-height: normal;
}

.plp-items-grid  .plp-item-price .plp-item-price_urgency-message {
    padding-bottom: 0;
}

.plp-item--new .plp-item-price .plp-item-price_urgency-icon {
    height: .85rem;
    min-width: fit-content;
}

.plp-item--new .plp-item-price-line-1.single-price-line,
.plp-item--new .plp-item-price-line-1.single-price-line .price-label {
    font-size: 1.25rem;
}

.plp-item--new .plp-item-price__save {
    display: flex;
    align-items: baseline;
    margin-left: 0.4em;
    padding-top: .25rem;
    font-size: 10px;
    padding-bottom: 0.3125rem;
}

@media all and (min-width: 48rem) {
    .plp-item--new .plp-item-price__save {
        margin-left: auto;
    }
}

.plp-item--new .plp-item-price-line-2 {
    font-size: inherit;
}

.plp-item--new .plp-item-price-line-1.single-price-line ~ .plp-item-price__save,
.plp-items.plp-items-list .plp-item--new .plp-item-price-line-1.single-price-line ~ .plp-item-price__save {
    display: none;
}

.plp-item--new .plp-item-price__save-value {
    color: #008800;
    font-weight: 900;
}

.plp-item--new .plp-item-eco .eco-m .eco-c a {
    font-size: 0.625rem;
    color: #000;
}

.plp-item--new .plp-item-eco {
    margin-top: 0;
    min-height: unset;
    flex-basis: 100%;
    flex-shrink: 0;
    font-size: 0.625rem;
}

.plp-item--new .plp-item-saves {
    margin-top: 0;
    font-size: 1rem;
    line-height: unset;
    align-items: center;
}

.plp-item--new .plp-item-wishlist-trigger.show-wishlist-btn {
    display: flex;
}

.plp-item--new .plp-item-wishlist-trigger .icon.wishlist-btn__icon-empty.active,
.plp-item--new .plp-item-wishlist-trigger .icon.wishlist-btn__icon-filled.active {
    width: 1.5rem;
    height: 1.4125rem;
    margin-right: 0;
}

.plp-items-list .plp-item--new .plp-item-wishlist-trigger .icon.wishlist-btn__icon-empty.active,
.plp-items-list .plp-item--new .plp-item-wishlist-trigger .icon.wishlist-btn__icon-filled.active {
    width: 1.0625rem;
    height: 1rem;
}

.plp-item--new .plp-item-saves .wishlist-btn__text {
    display: none;
}

.add-to-package-enabled .plp-item-saves{
    justify-content: space-between;
    width: 100%;
}

.add-to-package-enabled .plp-item-saves .plp-compare-checkbox, .add-to-package-enabled .plp-item-saves .plp-item-wishlist-trigger.show-wishlist-btn{
    flex-direction: column;
}

.add-to-package-enabled .plp-item-saves .plp-item-wishlist-trigger .icon.wishlist-btn__icon-empty.active,
.add-to-package-enabled .plp-item-saves .plp-item-wishlist-trigger .icon.wishlist-btn__icon-filled.active,
.plp-items-list .add-to-package-enabled .plp-item-saves .add-to-package-enabled .plp-item-saves .plp-item-wishlist-trigger .icon.wishlist-btn__icon-empty.active,
.plp-items-list .add-to-package-enabled .plp-item-saves .add-to-package-enabled .plp-item-saves .plp-item-wishlist-trigger .icon.wishlist-btn__icon-filled.active {
    width: 18px;
    height: 18px;
}

.add-to-package-enabled .plp-item-saves .wishlist-btn{
    font-family: inherit;
}

.add-to-package-enabled .plp-item-saves .wishlist-btn__text {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.063rem;
    font-size: 9px;
    margin-top: 3px;
}

.add-to-package-enabled .plp-item-saves > div {
    width: 33.33%;
}

.add-to-package-enabled .plp-item-saves .plp-item-wishlist {
    margin-left: 0;
}
.add-to-package-enabled .plp-item-wishlist{
    display: flex;
    justify-content: center;
}

.add-to-package-enabled .plp-item-saves .plp-item-wishlist-trigger .icon {
    color: initial;
}
.add-to-package-enabled .plp-item-saves > div .header-six {
    height: auto;
    margin-bottom: 0;
    padding: 0;
}

.add-to-package-enabled .plp-item-saves .plp-item-addToPackage .button-tertiary-dark {
    color: #2e2e2e;
    background-color: transparent;
    padding: 15px 0;
}

.add-to-package-enabled .plp-item-saves .plp-compare-checkbox .check-mark {
    margin-right: 0;
    height: 16px;
    width: 16px;
    margin-bottom: 5px;
    border-radius: 4px;
    border-width: 2px;
}

.plp-item-saves .plp-item-addToPackage{
    display: none;
}

.add-to-package-enabled .plp-item-saves .plp-item-addToPackage{
    display: flex;
}

.add-to-package-enabled .plp-item--new .plp-item-saves{
    font-size: 9px;
    gap: 10px;
}

.plp-item-addToPackage .icons-plus{
    font-size: 28px;
    height: 16px;
    width: 18px;
    margin-left: -10px;
    line-height: 0.3;
}

.plp-item--new .plp-item-free-shipping {
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    font-weight: 900;
    color: #008800;
    text-transform: uppercase;
}

.plp-item--new .plp-item-free-shipping__icon {
    margin-right: 0.25rem;
}

.plp-item--new .plp-item-specs {
    padding-top: 0.875rem;
    padding-bottom: 1rem;
}

.plp-item--new .plp-item-specs.energy-label {
    min-height: 2rem;
}

.plp-item--new .plp-item-specs ul {
    margin: 0;
    padding-inline-start: 0;
    font-size: 0.625rem;
    list-style: none;
}

.plp-item--new .plp-item-specs li {
    line-height: 1.7em;
}

.plp-item--new .plp-item-specs strong {
    font-weight: 900;
}

.plp-item--new .plp-item-specs .plp-item-specs__dimensions-title {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 0.25rem;
}

.plp-item--new .plp-item-specs .plp-item-specs__dimensions-line {
    font-weight: 400;
}

[lang$=CA] .plp-items-grid .plp-item--new .plp-item-specs__dimensions-title {
    display: none;
}

.plp-item--new .plp-where-to-buy-button {
    padding-top: 0.5rem;
    font-size: 0.75rem;
    font-weight: 900;
    color: #000000;
}

.plp-item--new .plp-where-to-buy-button:focus {
    outline: 0.0625rem solid #000000;
}

.plp-item--new .plp-item-price {
    font-size: 1.25rem;
}

.plp-item--new .plp-item-price .member-price-cta {
    padding: 0;
    margin-top: 0.55rem;
}
.plp-item--new .plp-item-price .member-price-cta.hidden {
    visibility: hidden;
}
.plp-items-list .plp-item-price .member-price-cta {
    white-space: nowrap;
}

.plp-item--new .plp-item-price-line-1 .price-label {
    display: block;
    text-transform: capitalize;
}

.plp-item--new .plp-item-whats-in-the-box {
    grid-column: 2 / 2;
    grid-row: 6 / 8;
    margin-top: 0.5rem;
    z-index: 1;
    font-size: 0.75rem;
}

.plp-item--new .plp-item-whats-in-the-box .plp-item-whats-in-the-box__content {
    display: grid;
    gap: 1rem .25rem;
}

.plp-item--new .plp-item-whats-in-the-box .plp-item-whats-in-the-box__content span {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    text-transform: capitalize;
}

.plp-item--new .plp-item-whats-in-the-box .plp-item-whats-in-the-box__content span img {
    width: 64px;
    height: 64px;
    margin: 0 auto .5rem;
}

.plp-item--new .plp-item-whats-in-the-box .plp-item-whats-in-the-box__view-all {
    color: #c41230;
    font-weight: bold;
    text-transform: uppercase;
    font-size: .75rem;
    background: none;
    border: none;
    padding: 0;
    margin: .5rem 0 0;
    height: auto;
    cursor: pointer;
}

.plp-items.plp-items-grid .plp-item .plp-item-whats-in-the-box .plp-item-whats-in-the-box__content {
    grid-template-columns: repeat(3, 1fr);
}

.plp-items.plp-items-list .plp-item .plp-item-whats-in-the-box .plp-item-whats-in-the-box__content {
    grid-template-columns: repeat(4, minmax(85px, 1fr));
}

.plp-items.plp-items-list .plp-item .plp-item-card-content-bottom .plp-item-specs {
    padding: 0;
}

@media all and (min-width: 48rem) {
    .plp-item--new .plp-item-price {
        font-size: 1.05rem;
    }

    .plp-item--new .plp-item-price-line-1 .price-label {
        font-size: 0.8em;
    }

    .plp-item--new .plp-item-whats-in-the-box {
        max-width: 95%;
    }

}

@media all and (min-width: 52.5rem) {
    .plp-item--new .plp-item-price {
        font-size: 1.1rem;
    }

    .plp-item--new .plp-item-price-line-1 .price-label {
        font-size: 1em;
    }
}

@media all and (min-width: 60rem) {
    .plp-item--new .plp-item-price {
        font-size: 1.25rem;
    }
}

@media all and (min-width: 64rem) {
    .plp-item--new .plp-item-price {
        font-size: 1.05rem;
    }

    .plp-item--new .plp-item-price-line-1 .price-label {
        font-size: 0.8em;
    }

    .plp-item--new .small-font-size .plp-item-price-line-1 {
        font-weight: bold;
    }

    .plp-item--new .small-font-size .plp-item-price-line-1,
    .plp-item--new .small-font-size .plp-item-price-line-1 .price-label {
        font-size: .75rem;
    }
}

@media all and (min-width: 70rem) {
    .plp-item--new .plp-item-price {
        font-size: 1.15rem;
    }
}

@media all and (min-width: 80rem) {
    .plp-item--new .plp-item-price {
        font-size: 1.25rem;
    }

    .plp-item--new .plp-item-price-line-1 .price-label {
        font-size: 1em;
    }
}

.plp-item--new .plp-item-meta-data {
    position: relative;
    display: flex;
    flex-direction: column;
}

html[data-storename='amana-us'] .plp-item--new .plp-item-energy{
    top: -2rem; 
}

.plp-item--new .plp-item-energy,
.plp-items-grid .plp-item--new .plp-item-energy {
    position: absolute;
    top: -1.5rem;
    right: 0;
}

.plp-items-grid .plp-item--new .plp-item-free-shipping {
    margin-top: 0.4rem;
}

.plp-item--new .plp-item-energy img {
    max-width: 2.75rem;
}

@media all and (min-width: 48rem) {
    .plp-item--new .plp-item-name {
        padding: 0.5rem 0.125rem;
    }

    .plp-item--new .plp-item-energy {
        position: static;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-box {
        display: grid;
        grid-template-columns: 22.939% auto 23.5%;
        grid-template-rows: repeat(7, auto);
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-box:after {
        content: "";
        position: absolute;
        display: block;
        width: 1px;
        height: 82%;
        top: 9%;
        right: 27.8%;
        background: #e2e2e2;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-saves {
        grid-column: 3 / 3;
        grid-row: 1 / 1;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-media-image {
        padding-right: 1.3125rem;
        grid-column: 1 / 1;
        grid-row: 2 / span 8;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-media-image .plp-item-image {
        max-width: 100%;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-colors {
        grid-column: 3 / 3;
        grid-row: 3 / 6;
        margin-top: 0;
        align-self: center;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-name {
        padding: 0.125rem;
        align-self: end;
        grid-column: 2 / 2;
        grid-row: 2 / span 2;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-details {
        grid-column: 2 / 2;
        grid-row: 5 / 5;
        margin-bottom: 0;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid #e2e2e2;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-card-content-bottom {
        grid-column: 2 / 2;
        grid-row: 6 / 6;
        z-index: 1;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-price {
        grid-column: 3 / 3;
        grid-row: 7 / 7;
        padding: 0 0 0 0.625rem;
        align-content: flex-end;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-price.plp-item-price--centered .plp-item-price__save {
        justify-content: center;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-price .plp-item-price__save {
        display: flex;
        flex-basis: 100%;
        max-width: 100%;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-price .plp-item-price__save-value {
        margin-left: 0.25rem;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-price .plp-item-price-line-1 {
        text-align: center;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-price .plp-item-price__save {
        justify-content: center;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-eco {
        margin-top: 0;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-eco .eco-m .eco-c .eco-widget {
        margin: 0;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-meta-data {
        grid-column: 2 / 2;
        grid-row: 7 / 7;
        position: relative;
        margin-right: 2.7rem;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-meta-data .plp-item-energy {
        margin-top: 0;
        bottom: 0.75rem;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-stock,
    .plp-items.plp-items-list .plp-item--new .plp-item-free-shipping {
        grid-column: 2 / 2;
        grid-row: 4 / 4;
        margin: 0;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-specs {
        padding-top: 0;
        padding-bottom: 1.5rem;
    }

    .plp-items-list .plp-item--new .plp-item-specs .plp-item-specs__dimensions-line {
        display: inline;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-specs li {
        line-height: 1.7em;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-actions {
        margin-top: 0.5rem;
        grid-column: 3 / 3;
        grid-row: 8 / 8;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-actions.plp-item-actions--hidden {
        display: block;
        visibility: hidden;
        opacity: 0;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-cta {
        margin-top: 0;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-name,
    .plp-items.plp-items-list .plp-item--new .plp-item-specs,
    .plp-items.plp-items-list .plp-item--new .plp-item-stock,
    .plp-items.plp-items-list .plp-item--new .plp-item-details,
    .plp-items.plp-items-list .plp-item--new .plp-item-free-shipping,
    .plp-items.plp-items-list .plp-item--new .marketplace-product-label {
        margin-right: 3.7rem;
    }

    .plp-items-list .plp-item-price .member-price-cta {
        margin-left: -0.625rem;
    }

    .plp-items.plp-items-list .newplp-item-v2 .plp-item-box {
        border-radius: 8px;
        padding: 16px 8px;
    }

    .plp-items.plp-items-grid .newplp-item-v2 .plp-item-box {
        border-radius: 8px;
        padding: 20px 15px;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-wishlistv2 {
        grid-column: 1 / 1;
        grid-row: 1 / 1;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-media-image {
        grid-column: 1 / 1;
        grid-row: 2 / span 8;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-name {
        grid-column: 2 / 2;
        grid-row: 1 / 4;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-details {
        grid-column: 2 / 2;
        grid-row: 4 / 4;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-stock {
        grid-column: 2 / 2;
        grid-row: 5 / 5;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-specs {
        grid-column: 2 / 2;
        grid-row: 6 / 6;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-card-content-bottom {
        grid-column: 2 / 2;
        grid-row: 7 / 7;
    }
        
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-meta-data {
        grid-column: 2 / 2;
        grid-row: 8 / 8;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-colors {
        grid-column: 3 / 3;
        grid-row: 5 / 7;
    }
        
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-onlyprice {
        grid-column: 3 / 3;
        grid-row: 1 / 6;
        padding: 0;
        align-content: flex-start;
        margin-top: 10px;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-onlymessage {
        grid-column: 3 / 3;
        grid-row: 7 / 7;
        align-content: flex-start;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-actions {
        grid-column: 3 / 3;
        grid-row: 9 / 9;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-comparev2 {
        grid-column: 2 / 2;
        grid-row: 9 / 9;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-addToPackagev2 {
        display: none;
    }
    
    .plp-items.plp-items-list .newplp-item-v2 .plp-item-onlyprice .plp-item-price-line-1 {
        margin: 0;
    }

    .plp-items.plp-items-list .newplp-item-v2 .plp-item-box:after {
        display: none;
    }
}

.plp-items.plp-items-list .newplp-item-v2:has(.badge__bestSeller.badge-primary[style="display: block;"]) .plp-item-media-image,
.plp-items.plp-items-list .newplp-item-v2:has(.badge__manual.badge-primary) .plp-item-media-image {
    grid-row: 4 / span 6;
}

.plp-items.plp-items-grid .newplp-item-v2 .plp-item-saves.plp-item-comparev2 {
    margin-top: 5px;
}
.utility-nav-wrapper-mobile {
  text-align: start;
  display: block;
}
.utility-nav-wrapper-mobile .utility-nav__container {
  display: block;
  position: relative;
}
.utility-nav__container {
  display: none;
  background-color: #e2e2e2;
  padding-left: 1rem;
  padding-bottom: 0.75rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1049;
  transform: translateX(150%);
  transition: transform 500ms ease-in-out;
}
.utility-nav__container .hide {
  display: none;
}
.utility-nav__container.visible {
  transform: translateX(0);
}
.utility-nav__container .header-chat-link {
  font-size: 0.75rem;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  height: 1rem;
  font-style: normal;
  line-height: 1.33;
  display: flex;
}
.utility-nav__container .header-chat-link:hover {
  color: #d99e02;
}
.utility-nav__container .header-chat-link-icon-with-text {
  display: flex;
}
.utility-nav__container .header-chat-link-icon {
  align-items: center;
  display: flex;
  margin-right: .5rem;
}
.utility-nav__link {
  font-size: 0.875rem;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  background: unset;
  font-family: "HelveticaNeue", sans-serif;
  text-transform: none;
  padding: 0;
  display: block;
  height: auto;
}
.utility-nav__link:hover {
  color: #d99e02;
  text-decoration: underline !important;
  background: transparent;
}
.utility-nav__link-icon {
  padding-right: 0.5rem;
  display: flex;
  font-size: 1rem;
  align-items: center;
}
.utility-nav__link-icon .icon {
  width: .75rem;
  height: .75rem;
}
.utility-nav__link-wrapper {
  padding-top: 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.utility-nav__link-wrapper .utility-nav__link .location-data {
  font-weight: bold;
}
.utility-nav__link-wrapper .utility-nav__link:focus-visible {
  outline-width: .125rem;
}
.utility-nav__link-wrapper--location {
  position: relative;
  font-family: "HelveticaNeue", sans-serif;
}
.utility-nav__link-wrapper--location .location-nav-dropdown {
  top: 2.5rem;
  right: 0;
  padding: 1rem;
  position: absolute;
  background-color: white;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  width: 17.75rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .button {
  margin-bottom: 0;
  width: 100%;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .button:focus-visible {
  outline-width: .125rem;
  outline-offset: .125rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .location-headline-dropdown {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .location-text-block {
  font-size: 0.75rem;
  line-height: 1.33;
  margin-bottom: 0.5rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .location-text-label {
  font-weight: bold;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location {
  margin-bottom: 1rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code {
  display: flex;
  border: 2px solid #000000;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code .zip-loader,
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code .zip-resolved-checkmark {
  position: inherit;
  align-self: center;
  margin-right: 0.5rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code.zip-code-required {
  border-color: #c80a33;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2 {
  border: 0;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2:focus-visible {
  outline: 0.125rem solid #000000;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-input {
  font-size: 0.75rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .close-modal-overlay {
  position: absolute;
  right: 1rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .close-modal-overlay svg {
  height: 0.813rem;
  width: 0.875rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error {
  color: #c41230;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .location-modal-button {
  font-size: 1rem;
  line-height: 1.188rem;
  margin-top: 0.5rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error-wrapper {
  padding-top: 0;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error-wrapper .suggestion-wrapper {
  border-radius: .25rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: .25rem 0;
  align-items: center;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error-wrapper .suggestion-wrapper .suggestion-message,
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error-wrapper .suggestion-wrapper .zip-code-error-message {
  color: #c41230;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-right: 0.5rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error-wrapper .suggestion-wrapper svg {
  width: 1.375rem;
  margin-top: 0.188rem;
  align-self: flex-start;
  margin-right: 0.375rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown #update-location-btn:disabled {
  background: #f2f2f2;
}
.utility-nav__cross-site-navigation {
  padding-top: 1rem;
  display: grid;
  grid-template-columns: 7.5rem 7.5rem;
}
.utility-nav__cross-site-navigation-item {
  height: 2rem;
  display: inline-flex;
  width: fit-content;
  margin-bottom: .5rem;
  border-top: .125rem solid transparent;
  border-bottom: .125rem solid transparent;
}
.utility-nav__cross-site-navigation-item.active {
  border-bottom: 0.125rem solid #eeb111;
}
.utility-nav__cross-site-navigation-brands-label {
  font-family: 'HelveticaNeue', sans-serif;
  font-weight: 400;
  font-size: .75rem;
  line-height: 1rem;
  color: #000000;
  padding-bottom: 1.25rem;
}
.utility-nav__cross-site-navigation-link {
  cursor: pointer;
  margin: auto 0;
}
.utility-nav__cross-site-navigation-img {
  max-height: 2rem;
}
.utility-nav__cross-site-navigation-img:focus-visible {
  outline-width: .125rem;
}
.utility-nav .primary-link .ipad-open + .utility-nav-wrapper-mobile .utility-nav__switch-links-navigation {
  background-color: red;
}
.utility-nav__switch-links-navigation--mobile .utility-nav__switch-link-wrapper {
  transition: none;
  background-color: #ffffff;
  box-shadow: inset 0 -0.0625rem 0 #d2d2d2;
  position: relative;
  margin-left: -1rem;
}
.utility-nav__switch-links-navigation--mobile .utility-nav__switch-link {
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #2e2e2e;
  padding: 1.1875rem 0 1.1875rem 1rem;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 48rem) and (max-width: 64rem) {
  .utility-nav__switch-links-navigation--mobile .utility-nav__switch-link {
    padding: 1.5rem 0 1.5rem 1rem;
    align-items: center;
  }
  .utility-nav__switch-links-navigation--mobile .utility-nav__switch-link .utility-nav__switch-text {
    height: 1.875rem;
    align-content: center;
  }
}
.utility-nav__switch-links-navigation--mobile .utility-nav__switch-link-icon {
  margin-right: .5rem;
}
.utility-nav__switch-links-navigation--desktop {
  display: none;
}
.header-v3 .content-block-wrapper {
  background-color: #ffffff;
  padding: 1rem;
  position: relative;
  top: 3.5rem;
}
.header-v3 .content-block-wrapper .close-modal-overlay {
  display: none;
}
.header-v3 .content-block-wrapper .button {
  margin-bottom: 0;
  width: 100%;
}
.header-v3 .content-block-wrapper .button:focus-visible {
  outline-width: .125rem;
  outline-offset: .125rem;
}
.header-v3 .content-block-wrapper .location-headline-dropdown {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.header-v3 .content-block-wrapper .location-text-block {
  font-size: 0.75rem;
  line-height: 1.33;
  margin-bottom: 0.5rem;
}
.header-v3 .content-block-wrapper .location-text-label {
  font-weight: bold;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
.header-v3 .content-block-wrapper .form-block-location {
  margin-bottom: 1rem;
}
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code {
  display: flex;
  border: 2px solid #000000;
}
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code .zip-loader,
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code .zip-resolved-checkmark {
  position: inherit;
  align-self: center;
  margin-right: 0.5rem;
}
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code.zip-code-required {
  border-color: #c80a33;
}
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2 {
  border: 0;
}
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2:focus-visible {
  outline: 0.125rem solid #000000;
}
.header-v3 .content-block-wrapper .form-input {
  font-size: 0.75rem;
}
.header-v3 .content-block-wrapper .close-modal-overlay {
  position: absolute;
  right: 1rem;
}
.header-v3 .content-block-wrapper .close-modal-overlay svg {
  height: 0.813rem;
  width: 0.875rem;
}
.header-v3 .content-block-wrapper .zip-code-error {
  color: #c41230;
}
.header-v3 .content-block-wrapper .location-modal-button {
  font-size: 1rem;
  line-height: 1.188rem;
  margin-top: 0.5rem;
}
.header-v3 .content-block-wrapper .zip-code-error-wrapper {
  padding-top: 0;
}
.header-v3 .content-block-wrapper .zip-code-error-wrapper .suggestion-wrapper {
  border-radius: .25rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: .25rem 0;
  align-items: center;
}
.header-v3 .content-block-wrapper .zip-code-error-wrapper .suggestion-wrapper .suggestion-message,
.header-v3 .content-block-wrapper .zip-code-error-wrapper .suggestion-wrapper .zip-code-error-message {
  color: #c41230;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-right: 0.5rem;
}
.header-v3 .content-block-wrapper .zip-code-error-wrapper .suggestion-wrapper svg {
  width: 1.375rem;
  margin-top: 0.188rem;
  align-self: flex-start;
  margin-right: 0.375rem;
}
.header-v3 .content-block-wrapper #update-location-btn:disabled {
  background: #f2f2f2;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .utility-nav-wrapper-mobile {
    display: none;
  }
  .modal-box.user-location-modal-box {
    padding: 2.5rem;
  }
  .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .utilityNav {
    background-color: #e2e2e2;
    position: relative;
    z-index: 25;
  }
  .utility-nav__container {
    height: 2.5rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    transform: translateX(0);
    position: relative;
    max-width: 74.5rem;
    margin: 0 auto;
  }
  .utility-nav__container .hide {
    display: none;
  }
  .utility-nav__container .header-chat-link {
    font-size: 0.75rem;
  }
  .utility-nav__container .header-chat-link:focus-visible {
    outline-width: .125rem;
  }
  .utility-nav__container .header-chat-link-icon {
    margin-right: .25rem;
  }
  .utility-nav__link {
    font-size: .75rem;
    line-height: 1.33;
  }
  .utility-nav__link-wrapper {
    padding-left: 1rem;
    padding-top: unset;
    justify-content: center;
  }
  .utility-nav__link-icon {
    padding-right: .25rem;
  }
  .utility-nav__cross-site-navigation {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    padding: 0 0 0 .563rem;
  }
  .utility-nav__cross-site-navigation-brands-label {
    padding-bottom: 0;
  }
  .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.25rem;
  }
  .utility-nav__switch-links-navigation ~ .utility-nav__cross-site-navigation {
    display: none;
  }
  .utility-nav__switch-links-navigation {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
    padding-left: 1.5rem;
  }
  .utility-nav__switch-links-navigation--mobile {
    display: none;
  }
  .utility-nav__switch-links-navigation--desktop {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
  }
  .utility-nav__switch-link-wrapper {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    height: 100%;
    align-items: center;
    display: flex;
  }
  .utility-nav__switch-link-wrapper--primary {
    background-color: #ffffff;
    pointer-events: none;
    cursor: default;
  }
  .utility-nav__switch-link {
    font-family: "Nunito", sans-serif;
    display: flex;
    margin-right: auto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .875rem;
    color: #000000;
  }
  .utility-nav__switch-link:hover {
    color: #000000;
  }
  .utility-nav__switch-link-icon {
    margin-left: .375rem;
  }
  [lang$=CA] .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.5rem;
  }
}
@media (min-width: 64.01rem) and (max-width: 75rem) {
  .utility-nav__cross-site-navigation-item {
    max-width: 4.8127rem;
    margin: 0 0 0 0.25rem;
  }
}
@media all and (min-width: 64.01rem) {
  .author-mode .utility-nav-wrapper-mobile {
    display: none;
  }
  .author-mode .modal-box.user-location-modal-box {
    padding: 2.5rem;
  }
  .author-mode .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .author-mode .utilityNav {
    background-color: #e2e2e2;
    position: relative;
    z-index: 25;
  }
  .author-mode .utility-nav__container {
    height: 2.5rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    transform: translateX(0);
    position: relative;
    max-width: 74.5rem;
    margin: 0 auto;
  }
  .author-mode .utility-nav__container .hide {
    display: none;
  }
  .author-mode .utility-nav__container .header-chat-link {
    font-size: 0.75rem;
  }
  .author-mode .utility-nav__container .header-chat-link:focus-visible {
    outline-width: .125rem;
  }
  .author-mode .utility-nav__container .header-chat-link-icon {
    margin-right: .25rem;
  }
  .author-mode .utility-nav__link {
    font-size: .75rem;
    line-height: 1.33;
  }
  .author-mode .utility-nav__link-wrapper {
    padding-left: 1rem;
    padding-top: unset;
    justify-content: center;
  }
  .author-mode .utility-nav__link-icon {
    padding-right: .25rem;
  }
  .author-mode .utility-nav__cross-site-navigation {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    padding: 0 0 0 .563rem;
  }
  .author-mode .utility-nav__cross-site-navigation-brands-label {
    padding-bottom: 0;
  }
  .author-mode .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.25rem;
  }
  .author-mode .utility-nav__switch-links-navigation ~ .author-mode .utility-nav__cross-site-navigation {
    display: none;
  }
  .author-mode .utility-nav__switch-links-navigation {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
    padding-left: 1.5rem;
  }
  .author-mode .utility-nav__switch-links-navigation--mobile {
    display: none;
  }
  .author-mode .utility-nav__switch-links-navigation--desktop {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
  }
  .author-mode .utility-nav__switch-link-wrapper {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    height: 100%;
    align-items: center;
    display: flex;
  }
  .author-mode .utility-nav__switch-link-wrapper--primary {
    background-color: #ffffff;
    pointer-events: none;
    cursor: default;
  }
  .author-mode .utility-nav__switch-link {
    font-family: "Nunito", sans-serif;
    display: flex;
    margin-right: auto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .875rem;
    color: #000000;
  }
  .author-mode .utility-nav__switch-link:hover {
    color: #000000;
  }
  .author-mode .utility-nav__switch-link-icon {
    margin-left: .375rem;
  }
  .author-mode [lang$=CA] .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.5rem;
  }
}
@media all and (min-width: 85.375rem) {
  .utility-nav-wrapper-mobile {
    display: none;
  }
  .modal-box.user-location-modal-box {
    padding: 2.5rem;
  }
  .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .utilityNav {
    background-color: #e2e2e2;
    position: relative;
    z-index: 25;
  }
  .utility-nav__container {
    height: 2.5rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    transform: translateX(0);
    position: relative;
    max-width: 74.5rem;
    margin: 0 auto;
  }
  .utility-nav__container .hide {
    display: none;
  }
  .utility-nav__container .header-chat-link {
    font-size: 0.75rem;
  }
  .utility-nav__container .header-chat-link:focus-visible {
    outline-width: .125rem;
  }
  .utility-nav__container .header-chat-link-icon {
    margin-right: .25rem;
  }
  .utility-nav__link {
    font-size: .75rem;
    line-height: 1.33;
  }
  .utility-nav__link-wrapper {
    padding-left: 1rem;
    padding-top: unset;
    justify-content: center;
  }
  .utility-nav__link-icon {
    padding-right: .25rem;
  }
  .utility-nav__cross-site-navigation {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    padding: 0 0 0 .563rem;
  }
  .utility-nav__cross-site-navigation-brands-label {
    padding-bottom: 0;
  }
  .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.25rem;
  }
  .utility-nav__switch-links-navigation ~ .utility-nav__cross-site-navigation {
    display: none;
  }
  .utility-nav__switch-links-navigation {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
    padding-left: 1.5rem;
  }
  .utility-nav__switch-links-navigation--mobile {
    display: none;
  }
  .utility-nav__switch-links-navigation--desktop {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
  }
  .utility-nav__switch-link-wrapper {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    height: 100%;
    align-items: center;
    display: flex;
  }
  .utility-nav__switch-link-wrapper--primary {
    background-color: #ffffff;
    pointer-events: none;
    cursor: default;
  }
  .utility-nav__switch-link {
    font-family: "Nunito", sans-serif;
    display: flex;
    margin-right: auto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .875rem;
    color: #000000;
  }
  .utility-nav__switch-link:hover {
    color: #000000;
  }
  .utility-nav__switch-link-icon {
    margin-left: .375rem;
  }
  [lang$=CA] .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.5rem;
  }
}
@media all and (max-width: 64.01rem) {
  .header-v3 .content-block-wrapper {
    max-width: 28.125rem;
    margin: auto;
  }
}
@media all and (min-width: 48rem) {
  .utility-nav__container .utility-nav__link-wrapper--mobile {
    display: none;
  }
}
[lang$=CA] .utility-nav__container .header-chat-link-icon {
  display: none;
}
@media all and (max-width: 64.01rem) and (orientation: landscape) {
  .header-v3 .content-block-wrapper {
    top: 0;
  }
}
.user-location-modal-box {
  background: #ffffff;
  padding: 1.25rem;
}
.user-location-modal-box .modal-dialog .modal-content .modal-header {
  display: none;
}
.user-location-modal-box .location-block {
  text-align: left;
}
.user-location-modal-box .location-block .button {
  margin-bottom: 0;
  width: 100%;
}
.user-location-modal-box .location-block .button:focus-visible {
  outline-width: .125rem;
  outline-offset: .125rem;
}
.user-location-modal-box .location-block .location-headline-dropdown {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.user-location-modal-box .location-block .location-text-block {
  font-size: 0.75rem;
  line-height: 1.33;
  margin-bottom: 0.5rem;
}
.user-location-modal-box .location-block .location-text-label {
  font-weight: bold;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
.user-location-modal-box .location-block .form-block-location {
  margin-bottom: 1rem;
}
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code {
  display: flex;
  border: 2px solid #000000;
}
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code .zip-loader,
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code .zip-resolved-checkmark {
  position: inherit;
  align-self: center;
  margin-right: 0.5rem;
}
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code.zip-code-required {
  border-color: #c80a33;
}
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2 {
  border: 0;
}
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2:focus-visible {
  outline: 0.125rem solid #000000;
}
.user-location-modal-box .location-block .form-input {
  font-size: 0.75rem;
}
.user-location-modal-box .location-block .close-modal-overlay {
  position: absolute;
  right: 1rem;
}
.user-location-modal-box .location-block .close-modal-overlay svg {
  height: 0.813rem;
  width: 0.875rem;
}
.user-location-modal-box .location-block .zip-code-error {
  color: #c41230;
}
.user-location-modal-box .location-block .location-modal-button {
  font-size: 1rem;
  line-height: 1.188rem;
  margin-top: 0.5rem;
}
.user-location-modal-box .location-block .zip-code-error-wrapper {
  padding-top: 0;
}
.user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper {
  border-radius: .25rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: .25rem 0;
  align-items: center;
}
.user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper .suggestion-message,
.user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper .zip-code-error-message {
  color: #c41230;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-right: 0.5rem;
}
.user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper svg {
  width: 1.375rem;
  margin-top: 0.188rem;
  align-self: flex-start;
  margin-right: 0.375rem;
}
.user-location-modal-box .location-block #update-location-btn:disabled {
  background: #f2f2f2;
}

.content-spot__labels-title {
  text-align: center;
}
.content-spot__labels-title-content {
  display: inline-block;
  margin: auto;
  width: max-content;
}
.content-spot__labels-subtitle {
  text-align: center;
}
.content-spot .cmp-teaser {
  width: 11rem;
  letter-spacing: 0;
}
.content-spot .cmp-teaser__title {
  text-align: center;
}
.content-spot .cmp-teaser__title-link {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.content-spot .cmp-teaser__description {
  text-align: center;
}
.content-spot .cmp-teaser__image {
  text-align: center;
}
.content-spot .cmp-teaser__image .cmp-image__image {
  margin: auto;
  height: 3.1875rem;
  width: auto;
}
.content-spot__teasers {
  text-align: center;
}
.content-spot__teasers .teaser {
  width: 49%;
  display: inline-flex;
  vertical-align: top;
}
.content-spot__teasers .teaser .cmp-teaser {
  margin: auto;
}
@media all and (min-width: 47.938rem) {
  .content-spot__teasers .teaser {
    width: auto;
    width: initial;
  }
  .content-spot__teasers .teaser .cmp-teaser {
    margin: initial;
  }
}

.login .form,
.registration .form {
  max-width: 20.625rem;
}

.login-title {
  margin-top: 0;
}

.login-title,
.registration-title,
.guest-login-title {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  font-weight: 400;
}

.login-registration-box {
  background: #ffffff;
  padding: 1.25rem;
}

.login-forgot-password-edit {
  text-align: right;
}

.guest-login-buttons {
  margin-top: 1.25rem;
}

.registration-password-text {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.create-account-content {
	display: none;
}

.full-width-form .form {
	max-width: unset;
}

@media (min-width: 1024px) {
	.create-account-content {
    	display: block;
    }

    .full-width-form .form {
    	max-width: 20.625rem;
    }
}


.recaptcha-error-msg {
  color: red;
  font-weight: bold;
  display: none;
}

.hide {
  display: none
}

.registration-hide {
  display: none;
}
#credential_picker_container iframe {
    outline: none;
}

#credential_picker_iframe {
    z-index: 100000000000000000 !important;
}
.guest-order {
    display: flex;
    justify-content: center;
    min-height: 39.8125rem;
    background-size: cover;
    background-color: #4f4f4f;
}

.guest-order-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.5rem;
}

.guest-order-header {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1.5rem 0 1rem 0;
    text-align: center;
}

.guest-order-header__title {
    font-family: Avenir-Black;
    font-size: 1.25rem;
    line-height: 1.5rem;
    width: 13.9375rem;
    margin-bottom: 0.5rem;
    margin-top:0;
}

.guest-order-header__instructions {
    font-family: Avenir-Roman;
    font-size: 1rem;
    line-height: 1.3125rem;
    max-width: 28.75rem;
    padding: 0 1rem;
}

.guest-order-form-container {
    width: 18.125rem;
    padding: 2rem 1.875rem 1rem 1.5rem;
    background-color: #fff;
    box-shadow: 0 .25rem .5rem 0 rgba(0, 0, 0, 0.5);
    position: relative;
}

.guest-order-form-container label,
.guest-order-form-container input,
.track-order-btn-wrapper .button {
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.guest-order-form-container input {
    height: 2.25rem;
    border: solid .0625rem rgba(0,0,0,0.25);
    padding: .3125rem .3125rem
}

.guest-order-form-container .form-group {
    margin: 0;
}

.guest-order-form-container .form-group:first-child {
    padding: 0 0 .1875rem 0;
}

.guest-order-form-container .form-group:nth-child(n+2) {
    padding-top: .625rem
}

.guest-order-form-container .form-group:last-child {
    padding-top: 0;
}

.guest-order-form-container .form-group label {
    font-family: Avenir-Black;
    font-size: .625rem;
    font-weight: 900;
    color: #433736;
    line-height: .6875rem;
    padding-bottom: .3125rem;
}

.guest-order-form-container .form-group,
.track-order-btn-wrapper{
    width: 100%;
}

.guest-order-form-container form {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.guest-order .required-info {
    font-family: Avenir-Roman;
    font-size: .625rem;
    color: #2e2e2e;
    line-height: .875rem;
}

.guest-order .guest-order-form__full-name {
    position: relative;
}

.guest-order__tooltip {
    position: absolute;
    bottom: 0.6rem;
    right: -1.7rem;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
}

.guest-order__tooltip-message {
    display: none;
    width: 9.75rem;
    height: 4rem;
    background-color: rgba(0,0,0,0.75);
    opacity: 75%;
    color: #fff;
    padding-top: .5625rem;
    font-family: Avenir-Roman;
    font-size: .625rem;
    line-height: .875rem;
    text-align: center;
    margin-bottom: .25rem;
}

.guest-order__tooltip-icon {
    width: .9375rem;
    height: .9375rem;
    margin-right: .5rem;
}

.guest-order__tooltip-icon svg {
    float: right;
}

.guest-order__tooltip-icon:hover ~ .guest-order__tooltip-message {
    display: block;
}

.guest-order__recapture-inner {
    transform: scale(0.78);
    transform-origin: 0 0;
    margin-left: .5rem;
}

.guest-order__recapture-outer {
    height: 3.7rem;
    margin-top: 0.375rem;
}

.guest-order__recapture-inner input {
    opacity: 0;
    height: 0;
}

.guest-order__recapture-inner .recaptcha-error-msg {
    display: none;
}

.track-order-btn-wrapper::before {
    content:'';
    display: block;
    padding-top: 0.96875rem;
    margin-top: 0.96875rem;
    border-top: solid .0625rem #e2e2e2;
}

.guest-order-form__not-exist-order-msg {
    margin-top: 1.25rem;
}

.guest-order-form__error-msg {
    font-size: .625rem;
    line-height: 0.875rem;
    color: #c41230;
    margin-top: 0.3125rem;
    display: none;
}

.guest-order .guest-order-form__error-input {
    border-color: #c41230;
}

@media (min-width: 48rem) {
    .guest-order-form-container {
        width: 18.75rem;
        padding: 2rem 2rem 1rem 2rem;
    }

    .guest-order-wrapper {
        margin-bottom: 2.5rem;
    }

    .guest-order-header {
        margin: 2.5rem 0 2rem 0;
    }

    .guest-order-header__title {
        font-size: 1.875rem;
        line-height: 2.0625rem;
        width: 17.0625rem;
    }

    .guest-order__tooltip-icon {
        width: auto;
        height: auto;
        margin-right: .3rem;
    }

    .guest-order__tooltip {
        right: -1.6rem;
    }
}
.sign-in-wrapper#additional-sign-in-modal.modal-open {
  z-index: 9999;
}
.sign-in-wrapper .modal-box {
  padding: 0;
  max-width: unset;
  margin: 5rem auto auto;
}
.sign-in-wrapper .sign-in-popup {
  background-color: #FFF;
  margin: 0 0.5rem;
  position: relative;
}
.sign-in-wrapper .sign-in-popup__content {
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
}
.sign-in-wrapper .sign-in-popup__form {
  padding: 4rem 1.125rem 1.125rem;
  text-align: left;
}
.sign-in-wrapper .sign-in-popup__form .login .login-registration-form {
  max-width: unset;
}
.sign-in-wrapper .sign-in-popup__form .login strong {
  display: block;
}
.sign-in-wrapper .sign-in-popup__form .login .login-title {
  font-size: 1.25rem;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #2e2e2e;
  font-family: "Avenir-Black", sans-serif;
  border-bottom: 1px solid #e2e2e2;
  text-transform: none;
  padding-bottom: 0.125rem;
  margin-bottom: 1.125rem;
}
.sign-in-wrapper .sign-in-popup__form .login .login-title--complete-account {
  margin-bottom: 1rem;
}
.sign-in-wrapper .sign-in-popup__form .login .sso-notice {
  font-size: .625rem;
  line-height: 1.4;
}
.sign-in-wrapper .sign-in-popup__form .login .form-checkbox-text {
  display: inline-block;
  line-height: 1.4;
  font-size: .625rem;
}
.sign-in-wrapper .sign-in-popup__form .login .user-data-container {
  margin-bottom: 1rem;
}
.sign-in-wrapper .sign-in-popup__form .login .user-data-container .form-input {
  font-size: .625rem;
  font-weight: bold;
  text-align: center;
  opacity: 1;
}
.sign-in-wrapper .sign-in-popup__form .login .form-req-message {
  display: none;
}
.sign-in-wrapper .sign-in-popup__form .login .form-label {
  font-family: "Avenir-Black", sans-serif;
  font-size: .625rem;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: #433736;
}
.sign-in-wrapper .sign-in-popup__form .login .form-error-item {
  display: inline-block;
  line-height: 1.4;
  font-size: .625rem;
}
.sign-in-wrapper .sign-in-popup__form .login .form-group {
  margin: 0 0 1rem;
}
.sign-in-wrapper .sign-in-popup__form .login .form-group:last-of-type {
  margin: 0;
}
.sign-in-wrapper .sign-in-popup__form .login .login-forgot-password-edit {
  text-align: left;
  margin-bottom: .4375rem;
  line-height: .875rem;
}
.sign-in-wrapper .sign-in-popup__form .login .login-forgot-password-link {
  font-size: .625rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #2e2e2e;
  font-family: "Avenir-Roman", sans-serif;
  text-decoration: underline;
}
.sign-in-wrapper .sign-in-popup__form .login .login-forgot-password-link:focus-visible {
  outline-width: .125rem;
}
.sign-in-wrapper .sign-in-popup__form .login .form-input {
  border: 1px solid rgba(0, 0, 0, 0.25);
  height: 2.5rem;
}
.sign-in-wrapper .sign-in-popup__form .login .form-input:focus-visible {
  outline-width: .125rem;
}
.sign-in-wrapper .sign-in-popup__form .login .form-buttons {
  margin: 0;
}
.sign-in-wrapper .sign-in-popup__form .login .form-buttons--complete-account {
  margin-top: 1.4375rem;
}
.sign-in-wrapper .sign-in-popup__form .login .form-buttons .form-button {
  width: 100%;
  height: 2rem;
  margin-bottom: 0;
}
.sign-in-wrapper .sign-in-popup__form .login .form-buttons .form-button:focus-visible {
  outline-width: .125rem;
  outline-offset: .125rem;
}
.sign-in-wrapper .sign-in-popup .sign-in-modal-form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 2rem;
  margin: 0;
}
.sign-in-wrapper .sign-in-popup .sign-in-modal-form:focus-visible {
  outline-width: .125rem;
}
.sign-in-wrapper .sign-in-popup .sign-in-modal-form .sign-in-popup__button {
  display: inline-block;
  margin: 0;
  text-align: center;
  font-family: "Avenir-Black", sans-serif;
  font-size: 0.75rem;
}
.sign-in-wrapper .sign-in-popup__closer {
  display: flex;
  flex-direction: row-reverse;
}
.sign-in-wrapper .sign-in-popup__closer .modal-close {
  width: unset;
  height: unset;
  top: 1.3125rem;
  right: 1.3125rem;
}
.sign-in-wrapper .sign-in-popup__closer .modal-close svg {
  color: #c41230;
}
.sign-in-wrapper .sign-in-popup .hide {
  display: none;
}
.sing-in-buttons-wrapper .sign-in-buttons__divider-wrapper {
  margin-bottom: .25rem;
}
.sing-in-buttons-wrapper .sign-in-buttons__divider {
  font-size: .625rem;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: #2e2e2e;
  position: relative;
  font-family: "Avenir-Black", sans-serif;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.sing-in-buttons-wrapper .sign-in-buttons__divider:before,
.sing-in-buttons-wrapper .sign-in-buttons__divider:after {
  border-top: 1px solid #dfdfdf;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 45%;
  bottom: 0;
  width: 45%;
}
.sing-in-buttons-wrapper .sign-in-buttons__divider:before {
  left: 0;
}
.sing-in-buttons-wrapper .sign-in-buttons__divider:after {
  right: 0;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 11px;
  margin-bottom: 16px;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social .google-sign-in-btn .abcRioButton {
  border: 1px solid #8d8d8d;
  width: 100% !important;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social .google-sign-in-btn .abcRioButton .abcRioButtonContents {
  font-family: "Avenir-Black", sans-serif;
  font-size: 12px;
  color: #2e2e2e;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social .google-sign-in-btn .abcRioButton .abcRioButtonIcon {
  padding: 6px 11px !important;
  border-right: 1px solid #8d8d8d;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social .google-sign-in-btn .abcRioButton .abcRioButtonIcon .abcRioButtonSvgImageWithFallback svg {
  height: 18px;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social--facebook,
.sing-in-buttons-wrapper .sign-in-buttons__login-social--google {
  width: 100%;
  height: 32px;
  border: 1px solid #8d8d8d;
  cursor: pointer;
  display: flex;
  flex-direction: row;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social--facebook-v2,
.sing-in-buttons-wrapper .sign-in-buttons__login-social--google-v2 {
  display: none;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social--facebook:hover,
.sing-in-buttons-wrapper .sign-in-buttons__login-social--google:hover {
  box-shadow: 0 0 3px 3px rgba(66, 133, 244, 0.3);
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social--facebook:focus-visible,
.sing-in-buttons-wrapper .sign-in-buttons__login-social--google:focus-visible {
  outline-width: .125rem;
  outline-offset: .125rem;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social--facebook-icon,
.sing-in-buttons-wrapper .sign-in-buttons__login-social--google-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #8d8d8d;
  background: #fff;
  padding: 12px;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social--facebook-icon svg:not(:root),
.sing-in-buttons-wrapper .sign-in-buttons__login-social--google-icon svg:not(:root) {
  height: 18px;
}
.sing-in-buttons-wrapper .sign-in-buttons__login-social--facebook-text,
.sing-in-buttons-wrapper .sign-in-buttons__login-social--google-text {
  font-family: "Avenir-Black", sans-serif;
  font-size: 12px;
  color: #2e2e2e;
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .sign-in-wrapper .modal-box {
    margin: 11.875rem auto auto;
    width: 50rem;
  }
  .sign-in-wrapper .modal-box--empty-content {
    width: 25rem;
    transform: translate(-50%, -50%);
    margin: 0;
    top: 50%;
    left: 50%;
  }
  .sign-in-wrapper .modal-box--empty-content .sign-in-popup__content {
    display: none;
  }
  .sign-in-wrapper .modal-box--empty-content .sign-in-popup__form {
    width: 100%;
    padding: 3rem 2rem 3.3125rem;
  }
  .sign-in-wrapper .sign-in-popup {
    display: flex;
    flex-direction: row;
    margin: 0;
  }
  .sign-in-wrapper .sign-in-popup__content {
    display: block;
    color: #FFF;
    text-align: center;
    padding: 7rem 3.125rem 3.125rem;
  }
  .sign-in-wrapper .sign-in-popup__content.subscriptions,
  .sign-in-wrapper .sign-in-popup__content.subscriptions .sign-in-popup__heading,
  .sign-in-wrapper .sign-in-popup__content.subscriptions .sign-in-popup__main-text {
    color: unset;
  }
  .sign-in-wrapper .sign-in-popup__content.subscriptions.spa > *,
  .sign-in-wrapper .sign-in-popup__content.subscriptions .sign-in-popup__heading.spa > *,
  .sign-in-wrapper .sign-in-popup__content.subscriptions .sign-in-popup__main-text.spa > * {
    color: inherit;
  }
  .sign-in-wrapper .sign-in-popup__form {
    padding: 4rem 4rem 6.3125rem;
  }
  .sign-in-wrapper .sign-in-popup__form--complete-account {
    padding: 2.5rem 4rem 2rem;
  }
  .sign-in-wrapper .sign-in-popup__content,
  .sign-in-wrapper .sign-in-popup__form {
    width: 50%;
  }
  .sign-in-wrapper .sign-in-popup__heading {
    font-family: "Avenir-Black", sans-serif;
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-transform: none;
  }
  .sign-in-wrapper .sign-in-popup__main-text {
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    font-family: "Avenir-Roman", sans-serif;
    margin-bottom: 1.5rem;
  }
}
.sign-in-popup__content.subscriptions {
  background-image: none !important;
}

.professional-discount-modal {
  padding: 3.125rem 1rem 1.875rem;
  box-shadow: 0 0.25rem 0.25rem 0 rgb(0 0 0 / 25%);
  border: 0.0625rem solid rgba(239, 239, 239, 1);
}
.professional-discount-modal__header {
  font-family: "HelveticaNeue", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}
.professional-discount-modal__buttons {
  padding-top: 1.875rem;
}
@media (min-width: 64rem) {
  .professional-discount-modal {
    padding: 3.125rem 2.0625rem;
  }
  .professional-discount-modal__buttons--yes {
    margin-right: 1rem;
  }
  #professional-discount-modal .modal-box {
    width: 30.5rem;
  }
}

.productCarousel:not(.cq-Editable-dom):not(:has(.prd-carousel--wrap)):has(.prd-carousel) {
    display: none;
}

.productCarousel .slick-dots li.slick-active button:before,
.productCarousel .slick-dots li button:before {
    content: unset;
}

.prd-carousel .single-line {
    color: inherit;
    font-family: inherit;
}

.prd-carousel .red-price {
    color: #A00A1D;
    font-weight: bold;
}

.prd-carousel .prd-carousel-top-price {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0.25rem;
    font-weight: bold;
}

.prd-carousel .prd-carousel-top-price-label {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
}

.prd-carousel .prd-carousel__saving {
    font-weight: bold;
}

.prd-carousel .prd-carousel__product-tile__title  {
    width: inherit;
}

.prd-carousel .member-price-cta__text:hover {
    text-decoration: underline;
}

.prd-carousel .hidden {
    visibility: hidden;
}
.interstitial-prd-carousel {
  padding: 0 2rem 1rem 2rem;
}
.interstitial-prd-carousel__product-tile__title--link,
.interstitial-prd-carousel__header,
.interstitial-prd-carousel__product-tile-price,
.interstitial-prd-carousel__product-tile__btn .button,
.interstitial-prd-carousel .prd-carousel__save-price {
  font-family: 'HelveticaNeue-Bold', sans-serif;
}
.interstitial-prd-carousel__sub-header,
.interstitial-prd-carousel .prd-carousel__product-tile__prices--small {
  font-family: 'HelveticaNeue', sans-serif;
}
.interstitial-prd-carousel__product-tile {
  width: 15rem;
}
.interstitial-prd-carousel__product-tile__bv {
  height: 1.3125rem;
}
.interstitial-prd-carousel__product-tile__title--link {
  color: #000000;
  font-size: .75rem;
  text-decoration: underline;
}
.interstitial-prd-carousel__headline {
  text-align: center;
}
.interstitial-prd-carousel__header {
  font-size: 1rem;
  text-align: center;
  margin: 1rem 0 0 0;
}
.interstitial-prd-carousel__header::after {
  display: none;
}
.interstitial-prd-carousel__sub-header {
  margin: .375rem 0 1rem 0;
  font-size: .75rem;
}
.interstitial-prd-carousel__item {
  width: 14.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.interstitial-prd-carousel__item.slick-slide {
  display: flex;
}
.interstitial-prd-carousel__product-tile-container {
  display: flex;
  justify-content: center;
  padding-left: .5rem;
}
.interstitial-prd-carousel__product-tile-image-container {
  display: flex;
  align-items: center;
}
.interstitial-prd-carousel__product-tile-image-url {
  max-width: 5.9375rem;
  height: 5.9375rem;
}
.interstitial-prd-carousel__product-tile-image {
  max-width: 5.9375rem;
  max-height: 5.9375rem;
}
.interstitial-prd-carousel__product-tile-body {
  font-size: .75rem;
  margin-left: .5rem;
  line-height: 1rem;
  display: flex;
  flex-direction: column;
}
.interstitial-prd-carousel__product-tile__btn {
  margin-top: .5rem;
}
.interstitial-prd-carousel__product-tile__btn .button {
  width: 13.625rem;
  height: 2.1875rem;
  background-color: #fff;
  color: #000000;
  font-size: 1rem;
  text-transform: none;
  border-radius: 3.125rem;
  border-top: 0.125rem solid #000000;
  border-bottom: 0.125rem solid #000000;
  border-left: 0.15rem solid #000000;
  border-right: 0.15rem solid #000000;
}
.interstitial-prd-carousel__product-tile__btn .button:hover,
.interstitial-prd-carousel__product-tile__btn .button:focus {
  background-color: transparent;
  color: #000000;
}
.interstitial-prd-carousel .product-added-btn,
.interstitial-prd-carousel .product-added-btn:hover,
.interstitial-prd-carousel .product-added-btn:focus {
  background-color: #f2f2f2;
  border: 0;
}
.interstitial-prd-carousel__prev-btn,
.interstitial-prd-carousel__next-btn {
  width: 1.25rem;
  height: 1.25rem;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid #eeb111;
  border-width: 0 5px 5px 0;
  cursor: pointer;
}
.interstitial-prd-carousel__prev-btn.slick-disabled,
.interstitial-prd-carousel__next-btn.slick-disabled {
  border-color: #e2e2e2;
}
.interstitial-prd-carousel__prev-btn,
.interstitial-prd-carousel__next-btn,
.interstitial-prd-carousel__prev-btn:hover,
.interstitial-prd-carousel__next-btn:hover,
.interstitial-prd-carousel__prev-btn:focus,
.interstitial-prd-carousel__next-btn:focus {
  background: none;
  padding: 0;
  margin: 0;
}
.interstitial-prd-carousel__prev-btn {
  position: absolute;
  left: -0.9375rem;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(135deg);
}
.interstitial-prd-carousel__next-btn {
  position: absolute;
  right: -0.9375rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.interstitial-prd-carousel .prd-carousel-top-price {
  font-size: .75rem;
}
.interstitial-prd-carousel .prd-carousel__product-tile__prices--small,
.interstitial-prd-carousel .prd-carousel__save-price {
  font-size: .625rem;
}
.interstitial-prd-carousel .prd-carousel__save-price {
  color: #008800;
  display: inline-block;
}
.interstitial-prd-carousel .slick-list > div {
  margin-left: 0;
}

.interstitial-product-card {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(39, 3, 9, 0.3);
}
.interstitial-product-card__product-title:has(+ .marketplace-product-label) {
  margin-bottom: .5rem;
}
.interstitial-product-card__product-data .marketplace-product-label {
  margin: .625rem 0;
  width: 14rem;
}
.interstitial-product-card__product-data .marketplace-product-label span {
  text-decoration: underline;
}
.interstitial-product-card__header-title,
.interstitial-product-card__product-title-text,
.interstitial-product-card__main-cta-text,
.interstitial-product-card__protection-plans-title,
.interstitial-product-card__protection-plan-select,
.interstitial-product-card__product-subscription-label,
.interstitial-product-card__delivery-date {
  font-family: 'HelveticaNeue-Bold', sans-serif;
}
.interstitial-product-card__product-specification,
.interstitial-product-card__delivery,
.interstitial-product-card__protection-plans-learn-more {
  font-family: 'HelveticaNeue', sans-serif;
}
.interstitial-product-card__check-mark-icon {
  width: 2rem;
  height: 2rem;
}
.interstitial-product-card__check-mark-icon svg {
  width: 2rem;
  height: 2rem;
  display: inline-block;
}
.interstitial-product-card__icons {
  display: none;
}
.interstitial-product-card__product-subscription {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.interstitial-product-card__product-subscription-icon {
  width: 1.4rem;
  height: 1.4rem;
}
.interstitial-product-card__product-subscription-icon svg {
  width: 1.4rem;
  height: 1.4rem;
  display: inline-block;
}
.interstitial-product-card__product-subscription-label {
  margin-left: .5rem;
  font-size: .75rem;
  font-weight: bold;
}
.interstitial-product-card__header {
  display: flex;
  align-items: center;
}
.interstitial-product-card__success-title,
.interstitial-product-card__error-title {
  display: none;
}
.success .interstitial-product-card__success-title,
.error .interstitial-product-card__error-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.interstitial-product-card__header-title {
  font-size: 1.25rem;
  margin-left: .5rem;
}
.interstitial-product-card__appliances-quantity {
  font-size: .75rem;
  margin-left: 2.5rem;
}
.interstitial-product-card__item {
  display: flex;
}
.interstitial-product-card__header-container {
  width: 100%;
  display: flex;
  margin: 0 1rem;
  padding: 1.5rem 0 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  flex-wrap: wrap;
}
.interstitial-product-card__cart-limit-message {
  color: #e22323;
  margin-top: 10px;
  width: 100%;
}
.interstitial-product-card__container {
  width: 100%;
}
.interstitial-product-card__container {
  padding: 1.5rem;
}
.interstitial-product-card__product-image-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: .5rem;
}
.interstitial-product-card__product-image {
  max-height: 100%;
}
.interstitial-product-card__product-title-text {
  width: 14rem;
  font-size: .875rem;
  line-height: 1.25rem;
  letter-spacing: normal;
  font-weight: bold;
  color: #000;
}
.interstitial-product-card__product-title-text::after {
  display: none;
}
.interstitial-product-card__product-title {
  margin-bottom: .5625rem;
}
.interstitial-product-card__product-specification {
  font-size: .75rem;
  margin-bottom: .5rem;
}
.interstitial-product-card__product-specification-value {
  font-weight: 700;
  margin-left: 0.25rem;
}
.interstitial-product-card__protection-plans {
  margin-top: 1.5rem;
}
.interstitial-product-card__protection-plans-header {
  display: flex;
  align-items: center;
  margin-bottom: .375rem;
}
.interstitial-product-card__protection-plans-title {
  font-size: .75rem;
  margin-left: .1rem;
}
.interstitial-product-card__protection-plans-body {
  display: flex;
  align-items: center;
}
.interstitial-product-card__trigger {
  display: flex;
}
.interstitial-product-card__protection-plan-select {
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 0 3.625rem 0 .5rem;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 1;
  background: transparent;
  font-weight: bold;
  font-size: .75rem;
}
.interstitial-product-card__protection-plan-select::-ms-expand {
  display: none;
}
.interstitial-product-card__protection-plan-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 2.5rem;
  line-height: 2.5rem;
  background: #fff;
  border: solid 1px rgba(127, 127, 127, 0.35);
}
.interstitial-product-card__protection-plan-arrow {
  position: absolute;
  top: .6875rem;
  right: 1.25rem;
}
.interstitial-product-card__protection-plan-arrow::before {
  content: '';
  display: block;
  width: .75rem;
  height: .75rem;
  transform: rotate(45deg);
  border: solid #eeb111;
  border-width: 0 3px 3px 0;
}
.interstitial-product-card__protection-plans-learn-more {
  margin-left: .5rem;
}
.interstitial-product-card__protection-plans-learn-more a {
  font-size: .75rem;
  font-weight: normal;
}
.interstitial-product-card__delivery-container {
  width: 100%;
}
.interstitial-product-card__delivery {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  min-height: 2.1875rem;
  font-size: 1rem;
  padding: .5625rem 1rem;
}
.interstitial-product-card__delivery-date {
  color: #008800;
}
.interstitial-product-card .horizontal-line {
  content: '';
  height: 0.0625rem;
  display: block;
  margin: 0 2rem;
  background: #000;
  opacity: 0.2;
}
.interstitial-product-card__main-cta {
  display: none;
}
@media all and (max-width: 47.938rem) {
  .interstitial-product-card__header {
    width: 100%;
  }
  .interstitial-product-card__product-image-container {
    height: 6.75rem;
  }
  .interstitial-product-card__with-protection-plans {
    padding-bottom: 4.75rem;
  }
  .interstitial-product-card__protection-plans-wrapper {
    margin-left: 1rem;
  }
  .interstitial-product-card__protection-plans {
    width: 100vw;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .interstitial-product-card__protection-plan-select {
    padding: 0 1.4rem 0 .2rem;
    font-size: .65rem;
  }
  .interstitial-product-card__protection-plan-arrow {
    right: .4rem;
  }
  .interstitial-product-card__protection-plans-learn-more {
    margin-left: .25rem;
  }
  .interstitial-product-card__protection-plans-learn-more a {
    font-size: .65rem;
  }
}
@media all and (min-width: 48rem) {
  .interstitial-product-card__appliances-quantity {
    font-size: 1.25rem;
    margin-left: .3125rem;
  }
  .interstitial-product-card__container {
    padding: 1.5rem .5rem 1.5rem 2.5rem;
  }
  .interstitial-product-card__product-image-container {
    height: 12.5rem;
    margin-right: 3rem;
  }
  .interstitial-product-card__header-container {
    margin: 0 2.5rem;
    padding: 1rem 0;
    justify-content: space-between;
  }
  .interstitial-product-card__delivery {
    padding: .5625rem 2rem;
  }
  .interstitial-product-card__product-title {
    margin: 1rem 0;
  }
  .interstitial-product-card__product-title-text {
    width: 23rem;
    font-size: 1rem;
    letter-spacing: normal;
    line-height: 1.19;
  }
  .interstitial-product-card .marketplace-product-label {
    width: 23rem;
  }
  .interstitial-product-card__protection-plans-title {
    margin-left: .25rem;
  }
  .interstitial-product-card__product-image-container {
    align-items: center;
  }
  .interstitial-product-card__main-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    background: 0;
    padding: 0;
    margin: 0;
    text-transform: none;
    height: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
  }
  .interstitial-product-card__main-cta:hover,
  .interstitial-product-card__main-cta:focus,
  .interstitial-product-card__main-cta[disabled],
  .interstitial-product-card__main-cta[disabled]:hover,
  .interstitial-product-card__main-cta[disabled]:focus {
    background: none;
    color: inherit;
  }
  .interstitial-product-card__main-cta:before {
    content: '';
    display: block;
    height: 2.5rem;
    width: .0625rem;
    background: #e2e2e2;
    margin-right: 1rem;
  }
  .interstitial-product-card__main-cta-container {
    display: flex;
  }
  .interstitial-product-card__main-cta-icon svg {
    width: 1.375rem;
    height: 1.1875rem;
  }
  .interstitial-product-card__main-cta-text {
    margin-left: .5625rem;
  }
}
@media all and (max-width: 20rem) {
  .interstitial-product-card__protection-plan-select {
    font-size: .55rem;
  }
}
@media all and (max-width: 22.5rem) {
  .interstitial-product-card__container {
    padding-right: .5rem;
  }
  .interstitial-product-card__product-title-text {
    width: 12rem;
  }
  .interstitial-product-card__protection-plans-wrapper {
    margin-left: .2rem;
  }
}

.interstitial-product-subscriptions__select {
  margin-top: .5rem;
  position: relative;
  user-select: none;
  border: 0.063rem solid #a9a9a9;
  background-color: #ffffff;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.interstitial-product-subscriptions__select .recommended {
  font-weight: normal;
}
.interstitial-product-subscriptions__select-trigger,
.interstitial-product-subscriptions__select-options {
  font-style: normal;
  font-weight: bold;
  font-size: .75rem;
  line-height: 1rem;
}
.interstitial-product-subscriptions__select-trigger {
  position: relative;
  display: flex;
  height: 2.5rem;
  align-items: center;
  padding-left: .5625rem;
  color: #000000;
}
.interstitial-product-subscriptions__select-trigger:focus {
  box-shadow: inset 0 0 0 0.0625rem #000000;
}
.interstitial-product-subscriptions__select-options {
  position: absolute;
  top: 102%;
  left: 0;
  right: 0;
  border-radius: .125rem;
  box-shadow: 0 0.5px 4px 0 rgba(0, 0, 0, 0.5);
  border-top: 0;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}
.interstitial-product-subscriptions__select-options__option {
  position: relative;
  display: block;
  padding: .5625rem .5rem;
  font-size: .75rem;
  color: #000000;
  cursor: pointer;
  transition: all 0.5s;
  line-height: 1.33;
  font-weight: bold;
}
.interstitial-product-subscriptions__select-options__option:hover {
  cursor: pointer;
  background-color: #b2b2b2;
}
.interstitial-product-subscriptions__select-options__option.selected {
  background-color: #ededed;
}
.interstitial-product-subscriptions__select-options__option-frequency-copy {
  font-weight: normal;
  color: #000000;
}
.interstitial-product-subscriptions__select-options__option:focus {
  box-shadow: inset 0 0 0 0.0625rem #000000;
}
.interstitial-product-subscriptions__select.open .interstitial-product-subscriptions__select-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.interstitial-product-subscriptions__select-icon {
  position: absolute;
  width: 3rem;
  height: 100%;
  top: 0;
  right: 0;
  border-left: solid 0.0625rem #a9a9a9;
  display: flex;
  justify-content: center;
  z-index: -1;
}
.interstitial-product-subscriptions__select-icon:after {
  content: '';
  transform: rotate(45deg);
  height: .725rem;
  width: .775rem;
  margin-top: .725rem;
  border-bottom: 0.1875rem solid #e09d00;
  border-right: 0.1875rem solid #e09d00;
}
@media (min-width: 47.938rem) {
  .interstitial-product-subscriptions__select {
    width: 20rem;
  }
}
.interstitial-product-subscriptions__guestpass {
  border: 0.125rem solid rgba(0, 0, 0, 0.2);
  padding: 1.25rem 1rem 1rem;
  font-size: .875rem;
  line-height: 1rem;
  color: #000000;
}
.interstitial-product-subscriptions__guestpass-header {
  font-weight: bold;
  margin-bottom: .75rem;
  display: flex;
}
.interstitial-product-subscriptions__guestpass-header__icon {
  height: 1.5rem;
  width: 1.5rem;
}
.interstitial-product-subscriptions__guestpass-header__icon svg:not(:root) {
  height: inherit;
}
.interstitial-product-subscriptions__guestpass-header__text {
  margin: auto .5rem;
}
.interstitial-product-subscriptions {
  padding: 1.156rem 1rem 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  font-family: "HelveticaNeue", sans-serif;
}
.interstitial-product-subscriptions__checkbox-container {
  position: relative;
  padding-left: 1.625rem;
}
.interstitial-product-subscriptions__checkbox-container input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  top: .0625rem;
  left: 0;
}
.interstitial-product-subscriptions__checkbox-container input[type="checkbox"] + .check-mark {
  height: 1rem;
  width: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  border: .0625rem solid #000;
}
.interstitial-product-subscriptions__checkbox-container input[type="checkbox"]:checked + .check-mark:after {
  position: absolute;
  display: block;
  top: .0625rem;
  left: .25rem;
  width: .375rem;
  height: .625rem;
  border: solid #000000;
  border-width: 0 .125rem .125rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
}
.interstitial-product-subscriptions__label {
  font-size: 1rem;
  line-height: 1.188rem;
  color: #000000;
  font-style: normal;
  font-weight: bold;
}
.interstitial-product-subscriptions__label .percent-off {
  color: #008800;
}
.interstitial-product-subscriptions__terms {
  margin-top: .656rem;
  font-style: normal;
  font-weight: normal;
  font-size: .75rem;
  line-height: 1rem;
  color: #000000;
}
.interstitial-product-subscriptions__terms a {
  font-weight: normal;
}
.interstitial-product-subscriptions__select-container {
  margin-top: .5rem;
}
.interstitial-product-subscriptions__delivery {
  margin-top: .5rem;
  font-size: .75rem;
  font-style: normal;
  font-weight: bold;
  line-height: .875rem;
}
@media (min-width: 48rem) {
  .interstitial-product-subscriptions {
    padding: 1.656rem 3rem 1.5rem;
  }
}

.author-env.interstitial-modal {
  display: block;
  position: unset;
}
.author-env .modal-box {
  opacity: 1;
}
.interstitial-modal-trigger {
  display: none;
}
.interstitial-modal {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.interstitial-modal::-webkit-scrollbar {
  display: none;
}
.interstitial-modal .modal-box {
  padding: 0;
  width: 100%;
  max-width: unset;
}
.interstitial-modal .modal-dialog {
  text-align: unset;
  max-width: 100%;
}
.interstitial-modal__container {
  box-shadow: 0 4px 8px 0 rgba(39, 3, 9, 0.3);
  background-color: #fff;
}
@media all and (max-width: 63.938rem) {
  .interstitial-modal {
    padding: 0;
  }
  .interstitial-modal .modal-box {
    margin: 0;
  }
}
@media all and (min-width: 64rem) {
  .interstitial-modal .modal-box {
    width: 52.5rem;
  }
}

.interstitial-installation-service {
  padding: 1.25rem 0 0 0;
}
.interstitial-installation-service .green {
  color: #008800;
}
.interstitial-installation-service__header:not(.ka-hide) {
  display: flex;
  align-items: center;
  font-family: "HelveticaNeue", sans-serif;
  font-weight: bold;
  font-size: 1rem;
}
.interstitial-installation-service__header-icon {
  display: inline-block;
}
.interstitial-installation-service__header-icon svg {
  width: 1.875rem;
  height: 1.5rem;
  margin-right: .625rem;
}
.interstitial-installation-service__header-icon img {
  max-width: 1.875rem;
  max-height: 1.5rem;
  margin-right: .625rem;
}
.interstitial-installation-service__learn-more {
  font-weight: normal;
  color: #353535;
  font-size: 0.75rem;
  margin-left: 0.5rem;
}
.interstitial-installation-service__no-options {
  padding: 0;
}
.interstitial-installation-service__title {
  display: inline-block;
  font-size: 0.875rem;
  font-family: "HelveticaNeue", sans-serif;
  font-weight: bold;
  margin: 1.5rem 0 1rem 0;
}
.interstitial-installation-service .upper {
  text-transform: uppercase;
}
.interstitial-installation-service__options :last-child {
  margin-bottom: 0;
}
.interstitial-installation-service__price {
  font-family: "HelveticaNeue", sans-serif;
  font-weight: bold;
}
.interstitial-installation-service__checkbox-container {
  position: relative;
  padding-left: 1.625rem;
  margin-bottom: 1rem;
  cursor: pointer;
  font-size: 0.875rem;
  display: block;
  align-items: center;
}
.interstitial-installation-service__checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.interstitial-installation-service__checkbox-container input:checked ~ .check-mark:after {
  display: block;
}
.interstitial-installation-service__checkbox-container .check-mark {
  position: absolute;
  top: 0;
  left: 0;
  border: 0.0625rem solid #000;
  height: 1rem;
  width: 1rem;
}
.interstitial-installation-service__checkbox-container .check-mark:after {
  content: '';
  position: absolute;
  display: none;
  top: .0625rem;
  left: .25rem;
  width: .375rem;
  height: .625rem;
  border: solid black;
  border-width: 0 0.125rem 0.125rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.interstitial-installation-service__header,
.interstitial-installation-service-section {
  padding: 0 1rem;
}
.interstitial-installation-service-section {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2);
  padding-bottom: 1.1875rem;
}
.interstitial-installation-service__fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
@media all and (min-width: 48rem) {
  .interstitial-installation-service {
    padding: 1.40625rem 0 0 0;
  }
  .interstitial-installation-service__header {
    font-size: 1.25rem;
  }
  .interstitial-installation-service__header-icon {
    display: inline-block;
  }
  .interstitial-installation-service__header-icon svg {
    width: 2.75rem;
    height: 2.1875rem;
  }
  .interstitial-installation-service__header-icon img {
    max-width: 2.75rem;
    max-height: 2.1875rem;
  }
  .interstitial-installation-service__header,
  .interstitial-installation-service-section {
    padding: 0 2rem 1rem 2rem;
  }
  .interstitial-installation-service__learn-more {
    font-size: 1rem;
  }
  .interstitial-installation-service__no-options {
    padding: 0;
  }
  .interstitial-installation-service__title {
    font-size: 1rem;
    margin: 1rem 0;
  }
  .interstitial-installation-service__checkbox-container {
    font-size: 1rem;
  }
  .interstitial-installation-service__checkbox-container input:focus + .check-mark {
    outline: dotted 0.125rem #000000;
  }
}

.interstitial-delivery {
  padding: 1.25rem 0 0 0;
}
.interstitial-delivery .green {
  color: #008800;
}
.interstitial-delivery .upper {
  text-transform: uppercase;
}
.interstitial-delivery__header:not(.ka-hide) {
  display: flex;
  align-items: center;
  font-family: "HelveticaNeue", sans-serif;
  font-weight: bold;
  font-size: 1rem;
}
.interstitial-delivery__header-icon {
  display: inline-block;
}
.interstitial-delivery__header-icon svg {
  width: 1.875rem;
  height: 1.5rem;
  margin-right: .625rem;
}
.interstitial-delivery__header-icon img {
  max-width: 1.875rem;
  max-height: 1.5rem;
  margin-right: .625rem;
}
.interstitial-delivery__no-options {
  padding: 0;
}
.interstitial-delivery__options :last-child {
  margin-bottom: 0;
}
.interstitial-delivery__title {
  display: inline-block;
  font-size: 0.875rem;
  font-family: "HelveticaNeue", sans-serif;
  font-weight: bold;
  margin: 1.5rem 0 1rem 0;
}
.interstitial-delivery__policy {
  font-weight: normal;
  color: #353535;
  font-size: 0.75rem;
  margin-left: 0.5rem;
}
.interstitial-delivery__price {
  font-family: "HelveticaNeue", sans-serif;
  font-weight: bold;
}
.interstitial-delivery__radio-container,
.interstitial-delivery__checkbox-container {
  position: relative;
  padding-left: 1.625rem;
  margin-bottom: 1rem;
  cursor: pointer;
  font-size: 0.875rem;
}
.interstitial-delivery__radio-container input,
.interstitial-delivery__checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.interstitial-delivery__radio-container input:checked ~ .check-mark:after,
.interstitial-delivery__checkbox-container input:checked ~ .check-mark:after {
  display: block;
}
.interstitial-delivery__radio-container .check-mark,
.interstitial-delivery__checkbox-container .check-mark {
  position: absolute;
  top: 0;
  left: 0;
  border: 0.0625rem solid #000;
}
.interstitial-delivery__radio-container .check-mark:after,
.interstitial-delivery__checkbox-container .check-mark:after {
  content: '';
  position: absolute;
  display: none;
}
.interstitial-delivery__radio-container {
  display: block;
}
.interstitial-delivery__radio-container .check-mark {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 50%;
  background: #ffffff;
}
.interstitial-delivery__radio-container .check-mark:after {
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background: #000;
}
.interstitial-delivery__checkbox-container {
  display: block;
  align-items: center;
}
.interstitial-delivery__checkbox-container.included {
  opacity: 0.5;
}
.interstitial-delivery__checkbox-container .check-mark {
  height: 1rem;
  width: 1rem;
}
.interstitial-delivery__checkbox-container .check-mark:after {
  top: .0625rem;
  left: .25rem;
  width: .375rem;
  height: .625rem;
  border: solid black;
  border-width: 0 0.125rem 0.125rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.interstitial-delivery__included-copy {
  display: none;
  opacity: 0.5;
}
.interstitial-delivery__included-copy.show {
  display: inline;
}
.interstitial-delivery__accessories {
  display: none;
}
.interstitial-delivery__accessories:before {
  content: '';
  width: 100%;
  height: .0625rem;
  display: block;
  margin-top: 1rem;
  background: #000;
  opacity: .2;
}
.interstitial-delivery__accessories-info {
  position: relative;
  min-height: 1.25rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 0.5rem;
  margin: 0 0.5rem;
}
.interstitial-delivery__accessories-info > .interstitial-delivery__accessories-prev-btn-mobile,
.interstitial-delivery__accessories-info > .interstitial-delivery__accessories-next-btn-mobile {
  display: none;
  width: 1.25rem;
  height: 1.25rem;
  top: 40%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(135deg);
  transform: rotate(-45deg);
  border: solid #eeb111;
  border-width: 0 0.3125rem 0.3125rem 0;
  cursor: pointer;
}
.interstitial-delivery__accessories-info > .interstitial-delivery__accessories-prev-btn-mobile.slick-disabled,
.interstitial-delivery__accessories-info > .interstitial-delivery__accessories-next-btn-mobile.slick-disabled {
  border: solid #e2e2e2;
  border-width: 0 0.3125rem 0.3125rem 0;
}
.interstitial-delivery__accessories-info > .interstitial-delivery__accessories-prev-btn-mobile {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(135deg);
}
.interstitial-delivery__accessories-info-container {
  text-align: center;
  width: calc(100% - 2.5rem);
  font-size: 0.75rem;
  font-weight: bold;
}
.interstitial-delivery__accessories-info-container .bracket {
  display: initial;
}
.interstitial-delivery__accessory {
  display: flex;
  background: #ffffff;
  width: auto;
  height: 5rem;
  border: solid 0.0625rem #979797;
  align-items: center;
  margin: .5rem 0;
}
.interstitial-delivery__accessory.slick-slide {
  display: flex;
}
.interstitial-delivery__accessory .interstitial-delivery__checkbox-container {
  display: none;
}
.interstitial-delivery__accessory .interstitial-delivery__checkbox-container .check-mark {
  display: none;
}
.interstitial-delivery__accessory.selected {
  border: solid 0.125rem #000000;
}
.interstitial-delivery__accessory-image {
  max-height: 3.5rem;
  max-width: 3.5rem;
  margin: 0 .5rem;
}
.interstitial-delivery__accessory-specifications {
  font-size: .75rem;
  line-height: 1rem;
}
.interstitial-delivery__accessory-price {
  font-family: "HelveticaNeue", sans-serif;
  font-weight: bold;
}
.interstitial-delivery__accessory-price .red {
  color: #c80a33;
}
.interstitial-delivery__accessories-prev-btn,
.interstitial-delivery__accessories-next-btn {
  width: 1.25rem;
  height: 1.25rem;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid #eeb111;
  border-width: 0 0.3125rem 0.3125rem 0;
  cursor: pointer;
}
.interstitial-delivery__accessories-prev-btn.slick-disabled,
.interstitial-delivery__accessories-next-btn.slick-disabled {
  border: solid #e2e2e2;
  border-width: 0 0.3125rem 0.3125rem 0;
}
.interstitial-delivery__accessories-prev-btn {
  position: absolute;
  left: -0.9375rem;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(135deg);
}
.interstitial-delivery__accessories-next-btn {
  position: absolute;
  right: -0.9375rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.interstitial-delivery__header,
.interstitial-delivery__installation-section,
.interstitial-delivery__delivery-section {
  padding: 0 1rem;
}
.interstitial-delivery__installation-section,
.interstitial-delivery__delivery-section {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2);
  padding-bottom: 1.1875rem;
}
.interstitial-delivery__installation-section {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.2);
  background: #f2f2f2;
  margin-top: 1rem;
}
.interstitial-delivery__content-spot-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 2rem .9375rem 2rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2);
}
.interstitial-delivery__content-spot-text {
  width: 38.375rem;
  line-height: 1.19;
}
.interstitial-delivery__required-option-error {
  display: none;
  color: #c80a33;
  font-size: .875rem;
  margin: 0.5rem 0 -0.625rem 0;
}
.interstitial-delivery .interstitial-delivery__fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.interstitial-delivery__accessory-wrapper.invisible {
  visibility: hidden;
}
@media all and (min-width: 48rem) {
  .interstitial-delivery {
    padding: 1.40625rem 0 0 0;
  }
  .interstitial-delivery__header {
    font-size: 1.25rem;
  }
  .interstitial-delivery__header-icon {
    display: inline-block;
  }
  .interstitial-delivery__header-icon svg {
    width: 2.75rem;
    height: 2.1875rem;
  }
  .interstitial-delivery__header-icon img {
    max-width: 2.75rem;
    max-height: 2.1875rem;
  }
  .interstitial-delivery__header,
  .interstitial-delivery__installation-section,
  .interstitial-delivery__delivery-section {
    padding: 0 2rem 1rem 2rem;
  }
  .interstitial-delivery__no-options {
    padding: 0;
  }
  .interstitial-delivery__title {
    font-size: 1rem;
    margin: 1rem 0;
  }
  .interstitial-delivery__policy {
    font-size: 1rem;
  }
  .interstitial-delivery__radio-container,
  .interstitial-delivery__checkbox-container {
    font-size: 1rem;
  }
  .interstitial-delivery__radio-container input:focus + .check-mark,
  .interstitial-delivery__checkbox-container input:focus + .check-mark {
    outline: dotted 0.125rem #000000;
  }
  .interstitial-delivery__required-option-error {
    font-size: 1rem;
  }
  .interstitial-delivery__accessory {
    width: 95%;
    margin: .5rem;
  }
  .interstitial-delivery__accessory .interstitial-delivery__checkbox-container.selected {
    display: flex;
  }
  .interstitial-delivery__accessory .interstitial-delivery__checkbox-container input:checked ~ .check-mark {
    display: block;
    margin: 0 0.75rem;
  }
  .interstitial-delivery__accessories-container .slick-track {
    margin-left: 0;
  }
  .interstitial-delivery__accessories-info-container {
    width: 100%;
  }
  .interstitial-delivery__accessories-info-container .bracket {
    display: none;
  }
}

.interstitial-cta-buttons {
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1rem 2rem 1.4375rem 2rem;
}
.interstitial-cta-buttons__secondary.button {
  padding: 0;
  font-size: 1rem;
  font-weight: normal;
  font-family: 'HelveticaNeue', sans-serif;
  background: none;
  text-decoration: underline;
  color: #353535;
}
.interstitial-cta-buttons__secondary.button:hover,
.interstitial-cta-buttons__secondary.button:focus {
  background: none;
  text-decoration: underline !important;
}
.interstitial-cta-buttons__main {
  width: 18rem;
  margin-left: 1rem;
  font-family: 'HelveticaNeue-Bold', sans-serif;
}
@media all and (max-width: 47.938rem) {
  .interstitial-cta-buttons {
    flex-direction: column;
    align-items: center;
    padding-top: 1.4375rem;
  }
  .interstitial-cta-buttons__secondary.button {
    width: 18rem;
    height: 2.3125rem;
    margin: 0 0 1rem 0;
    background-color: #fff;
    text-decoration: none;
    font-family: 'HelveticaNeue-Bold', sans-serif;
    border-radius: 3.125rem;
    border-top: .125rem solid #000;
    border-bottom: .125rem solid #000;
    border-left: .10rem solid #000;
    border-right: .20rem solid #000;
  }
  .interstitial-cta-buttons__secondary.button:hover,
  .interstitial-cta-buttons__secondary.button:focus {
    background: transparent;
    color: #D99E02;
  }
  .interstitial-cta-buttons__main.button {
    width: 18rem;
    margin: 0;
  }
}

.interstitial-content-spot-v2__wrapper-majors,
.interstitial-content-spot-v2__wrapper-non-majors,
.interstitial-content-spot-v2__wrapper-circuit-breaker-majors,
.interstitial-content-spot-v2__wrapper-circuit-breaker-non-majors {
  padding: 1rem 1.625rem 1rem 1.5rem;
}
.interstitial-content-spot-v2__heading {
  font-size: 0.875rem;
  line-height: 1.36;
  text-align: center;
  font-weight: bold;
  padding-bottom: 0.5rem;
}
.interstitial-content-spot-v2__body {
  font-size: 0.75rem;
  line-height: 1.33;
  text-align: center;
}
@media all and (min-width: 48rem) {
  .interstitial-content-spot-v2__wrapper-majors,
  .interstitial-content-spot-v2__wrapper-non-majors,
  .interstitial-content-spot-v2__wrapper-circuit-breaker-majors,
  .interstitial-content-spot-v2__wrapper-circuit-breaker-non-majors {
    padding: 1rem 7.063rem;
  }
  .interstitial-content-spot-v2__heading,
  .interstitial-content-spot-v2__body {
    font-size: 1rem;
    line-height: 1.19;
  }
}

.interstitial-content-spot__wrapper-majors,
.interstitial-content-spot__wrapper-non-majors,
.interstitial-content-spot__wrapper-circuit-breaker {
  padding: 1rem 1.625rem 1rem 1.5rem;
}
.interstitial-content-spot__heading {
  font-size: 0.875rem;
  line-height: 1.36;
  text-align: center;
  font-weight: bold;
  padding-bottom: 0.5rem;
}
.interstitial-content-spot__body {
  font-size: 0.75rem;
  line-height: 1.33;
  text-align: center;
}
@media all and (min-width: 48rem) {
  .interstitial-content-spot__wrapper-majors,
  .interstitial-content-spot__wrapper-non-majors,
  .interstitial-content-spot__wrapper-circuit-breaker {
    padding: 1rem 7.063rem;
  }
  .interstitial-content-spot__heading,
  .interstitial-content-spot__body {
    font-size: 1rem;
    line-height: 1.19;
  }
}

.interstitial-prd-carousel__product-tile__title--link,
.interstitial-prd-carousel__header,
.interstitial-prd-carousel__product-tile-price,
.interstitial-prd-carousel__product-tile__btn .button,
.interstitial-prd-carousel .prd-carousel__save-price {
  font-family: "Roboto-Bold", sans-serif;
}
.interstitial-prd-carousel__product-tile {
  width: 15.3rem;
}
.interstitial-prd-carousel__product-tile-container {
  min-height: 7.313rem;
}
.interstitial-prd-carousel .prd-carousel__save-price {
  color: #377d1e;
}
.interstitial-prd-carousel__sub-header,
.interstitial-prd-carousel .prd-carousel__product-tile__prices--small {
  font-family: "Roboto", sans-serif;
}
.interstitial-prd-carousel__product-tile__title--link {
  color: #464646;
  text-decoration: none;
}
.interstitial-prd-carousel__product-tile__btn .button {
  color: #012f60;
  font-size: 1rem;
  text-transform: uppercase;
  border-color: #000;
  border-radius: 4px;
}
.interstitial-prd-carousel__product-tile__btn .button:hover,
.interstitial-prd-carousel__product-tile__btn .button:focus {
  color: #012f60;
}

.interstitial-product-card__header-title,
.interstitial-product-card__product-title-text,
.interstitial-product-card__protection-plans-title,
.interstitial-product-card__protection-plan-select,
.interstitial-product-card__product-subscription-label {
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 900;
}
.interstitial-product-card__delivery-date {
  color: #377d1e;
}
.interstitial-product-card__delivery,
.interstitial-product-card__protection-plans-learn-more {
  font-family: "Roboto", sans-serif;
}
.interstitial-product-card__product-specification,
.interstitial-product-card__product-specification-value {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: .875rem;
}
.interstitial-product-card__product-specification-value {
  font-weight: 700;
}
.interstitial-product-card__product-title-text {
  color: #464646;
  font-weight: bold;
  font-family: "Roboto-Bold", sans-serif;
  line-height: normal;
}
.interstitial-product-card__protection-plan-arrow::before {
  border: solid #eeb111;
  border-width: 0 3px 3px 0;
}
.interstitial-product-card__protection-plans-learn-more a {
  color: #353535;
  text-decoration: underline;
}
@media all and (min-width: 48rem) {
  .interstitial-product-card__product-title-text {
    width: 32rem;
    color: #231f20;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 1.75rem;
    line-height: 1.14;
  }
}

.interstitial-product-subscriptions {
  font-family: 'Roboto', sans-serif;
}

.interstitial-installation-service .green {
  color: #377d1e;
}
.interstitial-installation-service__header {
  font-family: 'Roboto', sans-serif;
}
.interstitial-installation-service__price {
  font-family: 'Roboto', sans-serif;
}
.interstitial-installation-service__learn-more {
  text-decoration: underline;
}
.interstitial-installation-service__title {
  font-size: 0.875rem;
  font-weight: bold;
  color: #464646;
  margin: 1rem 0 0.5rem 0;
  font-family: 'Roboto', sans-serif;
}
.interstitial-installation-service__sub-title {
  font-size: 0.875rem;
  font-family: 'Roboto', sans-serif;
  color: #464646;
  margin-bottom: 0.5rem;
}
.interstitial-installation-service__checkbox-container .form-checkbox-input:checked ~ .check-mark {
  border: 0.0625rem solid #e0942f;
}
.interstitial-installation-service__checkbox-container .check-mark {
  border: 0.0625rem solid #cfcfcf;
}
.interstitial-installation-service__checkbox-container .check-mark:after {
  border: solid #e0942f;
  border-width: 0 0.125rem 0.125rem 0;
}
@media all and (min-width: 48rem) {
  .interstitial-installation-service__title {
    font-size: 1rem;
    font-family: HelveticaNeue, "Helvetica Neue", sans-serif;
    color: #000000;
  }
  .interstitial-installation-service__sub-title {
    font-size: 0.75rem;
    font-family: HelveticaNeue, "Helvetica Neue", sans-serif;
    color: #000000;
  }
  .interstitial-installation-service-section {
    padding-bottom: 0;
  }
  .interstitial-installation-service__options {
    padding-bottom: 1rem;
  }
}

.interstitial-delivery .green {
  color: #377d1e;
}
.interstitial-delivery__header {
  font-family: 'Roboto', sans-serif;
}
.interstitial-delivery__title {
  font-family: 'Roboto', sans-serif;
}
.interstitial-delivery__price {
  font-family: 'Roboto', sans-serif;
}
.interstitial-delivery__accessory-price {
  font-family: 'Roboto', sans-serif;
}
.interstitial-delivery__policy {
  text-decoration: underline;
}
.interstitial-delivery .red {
  color: #c80a33;
}
.interstitial-delivery__title {
  font-size: 0.875rem;
  font-weight: bold;
  color: #464646;
  margin: 1rem 0 0.5rem 0;
  font-family: 'Roboto', sans-serif;
}
.interstitial-delivery__sub-title {
  font-size: 0.875rem;
  font-family: 'Roboto', sans-serif;
  color: #464646;
  margin-bottom: 0.5rem;
}
.interstitial-delivery__accessory {
  margin: 0.5rem 0 0 0;
}
.interstitial-delivery__accessories-info {
  padding-top: 1rem;
}
.interstitial-delivery__accessory-specifications {
  color: #000000;
  font-family: HelveticaNeue, "Helvetica Neue", sans-serif;
}
.interstitial-delivery__accessories-info-container {
  color: #464646;
  font-family: 'Roboto', sans-serif;
}
.interstitial-delivery__checkbox-container .form-checkbox-input:checked ~ .check-mark {
  border: 0.0625rem solid #e0942f;
}
.interstitial-delivery__checkbox-container .check-mark {
  border: 0.0625rem solid #cfcfcf;
}
.interstitial-delivery__checkbox-container .check-mark:after {
  border: solid #e0942f;
  border-width: 0 0.125rem 0.125rem 0;
}
@media all and (min-width: 48rem) {
  .interstitial-delivery__title {
    font-size: 1rem;
    font-family: HelveticaNeue, "Helvetica Neue", sans-serif;
    color: #000000;
  }
  .interstitial-delivery__sub-title {
    font-size: 0.75rem;
    font-family: HelveticaNeue, "Helvetica Neue", sans-serif;
    color: #000000;
  }
  .interstitial-delivery__accessories:before {
    margin-top: 0;
  }
  .interstitial-delivery__accessory {
    margin: 0.5rem 0 0 0;
  }
  .interstitial-delivery__accessories-container .slick-track {
    margin-left: 0.5rem;
  }
  .interstitial-delivery__accessories-info {
    padding-top: 0;
  }
  .interstitial-delivery__accessory-specifications {
    color: #000000;
  }
  .interstitial-delivery__installation-section {
    padding-bottom: 0;
  }
  .interstitial-delivery__options {
    padding-bottom: 1rem;
  }
}

.interstitial-cta-buttons__secondary.button {
  font-size: 1rem;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  text-decoration: underline;
  color: #353535;
  padding: 0;
  text-transform: capitalize;
  border: none;
}
.interstitial-cta-buttons__main {
  font-family: "Roboto-Bold", sans-serif;
  height: 2.5rem;
}
@media all and (min-width: 48rem) {
  .interstitial-cta-buttons__secondary.button {
    width: auto;
    height: 2.5rem;
  }
}
@media all and (max-width: 47.938rem) {
  .interstitial-cta-buttons__secondary.button {
    margin-bottom: .625rem;
    height: 2.5rem;
  }
  .interstitial-cta-buttons__secondary.button:hover,
  .interstitial-cta-buttons__secondary.button:focus {
    color: #000;
  }
}

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

h1 {
  margin: 0.67em 0;
}

h5 {
  color: #5B5B5B;
}

.card p {
  color: #353535;
}

.form-select-icon {
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
}

html {
  background-color: #ffffff
}

html,
body {
  font-family: 'Roboto', sans-serif;
  color: #464646;
    overflow-x: clip;
    overflow-y: visible;
}

button, input, optgroup, select, textarea {
  font-family: 'Roboto', sans-serif;
  color: #464646;
}

p {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  color: #464646
}

a {
  color: #2a5daf;
  text-decoration: none;
  font-weight: normal;
}

a:hover {
  color: #353535;
}

.rte a {
  color: #000;
  font-weight: bold;
  font-size: 105%;
}

.rte a:hover {
    color: #353535;
}

.rte ul li a {
    color: #000;
    font-weight: bold;
    font-size: 105%;
}

.rte ul li a:hover {
    color: #353535;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  text-align: center;
  background: #e0942f;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  border: none;
  height: 3rem;
  width: 11.625rem;
  padding: 0px 50px;
  cursor: pointer;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
  max-width: unset;
}

button[disabled],
.button[disabled],
button[disabled]:hover,
.button[disabled]:hover,
button[disabled]:active,
.button[disabled]:active {
  background-color: #f7e4ca;
}

.wishlist-tile-cta-container {
    position: relative;
    left: 0;
    bottom: 1rem;
}

.wishlist-tile-cta-container .wishlist-tile-cta-addToCart .button {
       display: inline-flex;
       align-items: center;
       justify-content: center;
       text-transform: capitalize;
       text-align: center;
       background: #e0942f;
       color: #000000;
       font-family: Roboto, sans-serif;
       border: none;
       height: 2.5rem;
       padding: 0px 1.25rem;
}
.button.button-grey.secondary.btn-rebates-2 {
  padding: 1em;
}

.button.button-grey {
  color: #012f60;
  background-color: #fff;
  border: 0.0625rem solid #012f60;
  display: inline-flex;
}

.fr-button{
 width:16rem;
}

.button.button-grey:hover {
  color: #353535;
  background-color: #e2e2e2;
  text-decoration: none;
  border: 0.0625rem solid #353535;
}

.button.button-grey:focus {
  color: #353535;
  background-color: #fff;
  border: 0.0625rem solid #353535;
}

.button.button-yellow-inactive {
    color: #8b8177;
    background-color: #f9d4b4;
    border: 0.05rem #f9d4b4 solid;
    pointer-events: none;
}

button:hover, .button:hover,
button:focus, .button:focus {
  background-color: #D99E02;
  color: #000;
  text-decoration: none;
}

.cmp .rte .button-grey:hover {
  color: #353535;
  background-color: #e2e2e2;
  text-decoration: none;
}

.cmp .rte .button-grey:focus {
  background-color: #ffffff;
  border: 2px solid #353535;
}

a.button {
  text-decoration: none;
}

a.white-link,
a.white-link:hover {
  color: white;
}

.rte {
  color: #222222;
}

.rte h1 {
  color: #000;
}

.rte b {
  color: #222222;
}

.rte a b:hover {
  color: #353535;
}

.rte .button.button-grey {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  display: inline-flex;
}

.rte .button.button-grey:hover {
  color: #002e5f;
  background-color: #e2e2e2;
  text-decoration: none;
  border: 2px solid #353535;
}

.rte .button.button-grey:focus {
  color: #002e5f;
  background-color: #fff;
  border: 2px solid #353535;
}

.rte .btn-decorative {
  padding: 1em;
  width: 100%;
  margin: 0.25em auto;
}

.rte .button:hover, .rte button:hover,
.rte .button:focus, .rte button:focus {
  text-decoration: none;
  color: #000;
  background-color: #D99E02;
}

.rte .btn-decorative a:hover {
   color: #353535;
   text-decoration: none;
   background: transparent;
}

.rte .btn-decorative a {
  color: #353535;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  background: transparent;
  padding: 0.5rem 1.25rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  text-align: center;
  width: inherit;
  justify-content: center;
}

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

.btn.btn-success.btn-small {
  color: #222222;
  background-color: #e0942f;
}

a.btn.btn-success.btn-small:hover {
  color: #222222;
  background-color: #D99E02;
}

div.btn.btn-success.btn-small:hover {
  color: #222222;
  background-color: #D99E02;
}

.blog-header-title h1,
.blog-header-title h2,
.blog-header-title p {
    color: #fff;
    text-align: center;
}

@media (max-width:767px) {
  .rte .mobile-center {
    text-align: center;
  }

  .hidden-xs {
    display: none !important;
  }
  
  a.button, 
  button.form-button,
  button.add-to-cart-btn {
      width: 100%;
      margin-bottom: 20px;
  }
}

@media (max-width: 1023px) {

    .megamenu-nav-items a {
        text-transform: capitalize;
    }
    
    .megamenu-nav-back a {
        text-transform: capitalize;
    }

    h1 {
      margin: 0.67em 0;
    }

    h5 {
      color: #5B5B5B;
    }

    .card p {
      color: #353535;
    }

    html,
    body {
      font-family: 'Roboto', sans-serif;
      color: #222222;
    }

    button, input, optgroup, select, textarea {
      font-family: 'Roboto', sans-serif;
      color: #222222;
    }

    p {
      margin: 0;
      font-family: 'Roboto', sans-serif;
      color: #222222;
    }

    a {
      color: #000;
      font-size: 105%;
    }

    #registration-modal a {
        color: #2A5DAF;
    }

    a:hover {
      color: #353535;
    }

    .rte a {
        color: #000;
        font-weight: bold;
        font-size: 105%;
    }

    .rte a:hover {
        color: #656565;
    }

    .rte ul li a {
        color: #000;
        font-weight: bold;
        font-size: 105%;
    }

    .rte ul li a:hover {
        color: #353535;
    }

    .button {
      display: inline-flex;
      align-items: center;
        justify-content: center;
        text-transform: capitalize;
        text-align: center;
        background: #e0942f;
        color: #000000;
        font-family: 'Roboto', sans-serif;
        border: none;
        height: 2.5rem;
        padding: 0 1.25rem;
        cursor: pointer;
    }

    .button.button-grey {
      color: #012f60;
      background-color: #ffffff;
      border: 0.05rem #012f60 solid;
    }

    .button.button-grey:hover {
      color: #012f60;
      background-color: #ffffff;
      border: 0.05rem #012f60 solid;
    }

    .button.button-grey:focus {
      background-color: #ffffff;
      border: 2px solid #353535;
    }

    button:hover,
    .button:hover {
      background: #D99E02;
      color: #000000;
    }

    a.button {
      text-decoration: none;
    }

    .rte {
      color: #222222;
    }

    .rte h1 {
      font-family: 'Roboto', sans-serif;
      color: #000;
    }

    .rte b {
      color: #222222;
    }

    .rte b:hover {
      color: #656565;
     }

    .rte .btn-decorative a:hover {
      color: #000000;
      text-decoration: none;
      background: transparent;
    }

    .rte .btn-decorative a {
      color: #000000;
      font-family: 'Roboto', sans-serif;
      text-decoration: none;
      background: transparent;
      padding: 0.5rem 1.25rem;
      height: 2.5rem;
      display: flex;
      align-items: center;
      text-align: center;
    }

    .blog-header-title h1,
    .blog-header-title h2,
    .blog-header-title p {
      color: #000;
    }

}

.form-select-icon {
    color: #e0942f;
    z-index: 1;
    pointer-events: none;
}

.modal-dialog-buttons {
  border-top: 1px solid #e2e2e2;
  padding-top: 25px;
}

.modal-add-to-cart-cfm__pro-to-pdp, .modal-add-to-cart-cfm__pro-to-checkout.button {
    width: 100%;
}

.modal-add-to-cart-cfm__subscription .modal-add-to-cart-cfm__text-value {
    color: #377d1e;
}

.modal-add-to-cart-cfm {
    background-color: #f2f2f2;
}

button.button.modal-add-to-cart-cfm-trigger {
  display: none;
}

@media (min-width: 768px) {
    .border-right {
        border-right: 1px solid #F2F2F2;
    }
    .header-slot-primary .header-suggestions-bottom {
      margin:0 1rem;
    }
    .header-slot-primary .header-suggestions-bottom .button.button-grey {
      width:fit-content;
    }
}

.image-content {
    padding: 15px;
}

.login-registration-form .form-buttons {
    margin: 1rem 0;
}

.login-registration-form .form-buttons .form-button {
    background-color: #e0942f;
    border-radius: 4px;
    width: 120px;
    text-transform: capitalize;
    color: #000000;
}

.login-registration-form .form-buttons .form-button:hover {
    background-color: #d99e02;
}

.login-registration-form .form-group .form-group-item .form-checkbox .form-checkbox-input {
    top: 0.25rem;
}


.login-registration-form .form-group .form-group-item .registration-hide {
    display: none;
}

.form-button {
    font-size: 1rem;
    background-color: #e0942f;
    border-radius: 4px;
    text-transform: capitalize;
    color: #000;
}

.form-buttons .form-button {
  padding: 0 50px;
}

.forgot-password .page-headline .page-headline-title {
    text-transform: capitalize;
}

#forgot-password-form .form-label {
    margin-bottom: 10px;
}

#forgot-password-form .form-input {
    border-color: #222;
}

#forgot-password-form  .form-button {
    min-width: 150px;
}

#forgot-password-form  .button-grey {
    color: #353535;
    border-color: #353535;
}
#forgot-password-form  .button-grey:hover {
    color: #353535;
    background-color: #e2e2e2;
    text-decoration: none;
}

.form-req,
abbr.form-req {
  color: black;
}


@media (max-width: 767px) {
  .form-req-message {
    font-size: 0.625em;
  }
   
  .form-label {
    font-size: 0.875em;
  }

  .rte .button.button-grey {
      width: 100%;
    }

   .button.button-grey {
     width: 100%;
   }
}

.btn-rebates-2 a {
    text-decoration: none;
}

.btn-rebates-2 a:hover {
    text-decoration: none;
    color: #000;
}

@media (max-width: 767px) {

    .rte .btn-rebates-1 {
        width: unset;
    }
}

@media (min-width: 1024px) {
    .black-box {
        vertical-align: middle;
        background: #333;
        color: #fff;
        padding: 2px 25px;
        width: 100%;
        max-width: 394px;
        min-width: 240px;
    }

    .title-underline {
        border-bottom: 6px solid #e0942f;
        padding-bottom: 5px;
    }
}

.eco-m h1.ecr-heading {
  color: #000;
}

.page-headline-title {
  text-transform: none;
}

.compare-accordion-bar {
  background: white;
}

@media (min-width: 48rem) {
  .compare-accordion-bar {
    background: white;
    text-transform: none;
  }
}

.panel-heading .accordion-toggle:after {
  /*symbol for "opening" panels */
  background: url("https://material.io/tools/icons/static/icons/baseline-expand_less-24px.svg");
  width: 20px;
  height: 20px;
  content: "";
  float: right;
}

.panel-heading .accordion-toggle.collapsed:after {
  /*symbol for "collapsed" panels*/
  background: url("https://material.io/tools/icons/static/icons/baseline-expand_more-24px.svg");
  width: 20px;
  height: 20px;
  content: "";
}

.color-picker__dot {
  outline: none;
}

@media (max-width: 767px) {
   .raw-html .style-hub {
      margin: 0;
   }
   .hero-carousel__product-tile .ti .rte p a.button {
      width: 100%;
   }
}

.top-load-textbox-left {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 40px;
    align-self: center;
    padding: 15px;
}

.top-load-textbox-right {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-self: center;
    margin-right: 40px;
    padding: 15px;
}

.top-load-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin: 50px 0;
}

@media (max-width: 767px) {
    .top-load-container {
        box-shadow: 0 0 20px rgba(0,0,0,.15);
        overflow: hidden;
        margin: 10px 0;
    }

    .top-load-left {
        flex-direction: column;
    }

    .top-load-right {
        flex-direction: column-reverse;
    }

    .top-load-textbox-right {
        margin-right: 0;
    }

    .top-load-textbox-left {
        margin-left: 0;
    }
}

.listicon .listicon__item {
    margin-bottom: 0;
}

.listicon .listicon__item .listicon__item__icon {
    margin-bottom: 14px;
}

.section--card .section--thirds__row .section--thirds--full-width {
    margin-bottom: 40px;
}

.toggle-active,
.toggle-inactive {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.5rem;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-transform: none;
    text-decoration: none;
    outline: 0;
}

.toggle-active {
    background-color: #e0942f;
    color: #000000;
    font-weight: bold;
    border-radius: 2rem;
    height: 40px;
    width: 95px;
}

.toggle-active:focus {
    text-decoration: none;
}

.toggle-inactive {
    background-color: #FFFFFF;
    color: #353535;
    height: 40px;
    width: 95px;
    border-radius: 2rem;
}

.toggle-inactive:hover {
    background-color: #FFFFFF;
    color: #353535;
}

.breadcrumbs-link,
.header-account-link {
  text-decoration: none;
}

.rettellink {
  cursor: pointer;
}

.category__filter,
.category__filters-label {
    text-transform: capitalize;
}

.sticky-nav .sticky-nav__link:hover,
.sticky-nav .sticky-nav__link.active {
    border-bottom: 3px solid #e0942f;
}

.video-player.youtube {
    position: relative;
    padding-bottom: 60%;
    height: 0;
    overflow: hidden;
    margin-bottom: -15%;
}

.video-player iframe,.video-player embed,.video-player video {
    width: 70%;
    height: 70%;
    position: absolute;
    top: 0;
    left: 5%;
}

@media (max-width: 768px) {

  .video-player.youtube {
      position: relative;
      padding-bottom: 60%;
      height: 0;
      overflow: hidden;
      margin-bottom: 0;
  }

  .video-player iframe,.video-player embed,.video-player video {
      width: 90%;
      height: 90%;
      position: absolute;
      top: 0;
      left: 5%;
  }

}

#location-modal .modal-box {
  max-width: 23.75rem
}

@media (min-width: 48rem) {
  .modal-box {
    padding: 1.5rem;
  }
}


.cmp-image img {
  width: 100%;
  padding: 0 .3125rem;
}
@media (max-width: 767px) {
  .cmp-image img {
    width: 100%;
    padding: .3125rem;
  }
}

.textImage .cmp-image img {
    padding: 0;
}

.textImage .ti-text {
    padding: 0 60px;
}

@media (max-width: 767px) {
    .textImage .cmp-image img {
        padding: 0;
    }

    .textImage .ti-text {
	    padding: 0px;
	}
}

body {
    font-family: 'Roboto', sans-serif;
}
h1,
.rte h1 {
    font-size: 3.125em;
    line-height: 1.25;
    font-weight: 600;
}

h2,
.rte h2 {
    font-size: 2.125em;
    line-height: 1.5;
    font-weight: 600;
    color: #231f20;
}

h3,
.rte h3 {
    font-size: 2.125em;
    line-height: 1.5;
    font-weight: 600;
}

h4,
.rte h4 {
    font-size: 1.875em;
    line-height: 1.5;
    font-weight: 600;
}

h5,
.rte h5 {
    font-size: 1.625em;
    line-height: 1.5;
}

h6,
.rte h6 {
    font-size: 1.25em;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}

.cx-widget.cx-theme-whirlpool .cx-titlebar h2{
    font-family: 'Yanone Kaffeesatz', 'Roboto', sans-serif;
}

p,
.rte ul li,
.rte ol li,
.rte ul li a{
    font-size: 1em;
    line-height: 1.5;
}

.secondary-text {
    font-size: 0.75em;
    font-family: 'Helvetica Neue LT W01_55 Roman',Helvetica, Arial;
}

.button {
    font-size: 1em;
    line-height: 20px;
    font-weight: 700;
}

.rte .btn-decorative a {
    line-height: 20px;
}

.rte {
    line-height: 1.5;
}

.rte b {
    font-weight: 700;
}

.login-registration-form .form-group .form-label {
    line-height: 1.5;
    font-size: 1em;
}

.login-registration-form .form-buttons .form-button {
    font-size: .875em;
}

.login-title,
.registration-title,
.guest-login-title {
    font-size: 1.625em;
}

.form-group-item .row .col-md-12 .recaptcha-error-msg {
    line-height: 1.5;
}

.forgot-password .page-headline .page-headline-title {
    font-size: 2.125em;
}

.forgot-password .page-headline .page-headline-text {
    font-size: 1em;
}

#forgot-password-form .form-req-message {
    font-size: 0.75em;
}

#forgot-password-form .form-label {
    font-size: 1em;
}

.form-req-message {
    font-size: 0.75em;
}

.form-label {
    font-size: 1em;
    color: #231f20;
}

.eco-m h1,
.eco-m h2,
.eco-m h3,
.eco-m h4 {
    font-weight: 600;
}

.eco-m h1.ecr-heading {
    font-size: 3.125em;
    line-height: 1.5;
}

.eco-m h5.ecr-subheading {
    font-size: 1.625em;
    line-height: 1.5;
}

.eco-m .eco-c .eco-product-list .eco-heading h5.ecr-product-name {
    font-size: 1.625em;
    line-height: 1.5;
}

.eco-m .eco-c .media-body a.ecr-view-product {
    font-size: 0.75em;
}

.eco-m .eco-c .eco-more {
    font-size: 1em;
}

.eco-m .eco-c .eco-actions .eco-more a {
    font-size: 0.75em;
}

.eco-m .eco-c .row.eco-actions, .eco-m .eco-c .row.eco-details {
    font-size: 1em;
}

.page-headline-title {
    font-size: 2.125em;
}

.compare-accordion-bar {
    font-size: 1.25em;
}

.page-headline-text{
    font-size: .875em;
}

.panel-heading .accordion-toggle:after {
    font-size: 1px;
}

.panel-heading .accordion-toggle.collapsed:after {
    font-size: 1px;
}

.form-text {
    font-size: 0.75em;
}

.header-account-menu-trigger {
    font-weight: 700;
}

.footer p {
    font-size: 1em;
}

.rte-disclaimer {
    font-size: 0.75em;
    font-weight: 400;
    line-height:16px;
}

.footer-implinks-cell {
    font-size: 0.75em;
    line-height: 2;
}

.footer-accordion-tab-content {
    font-size: 0.75em;
    line-height: 16px;
}

.footer-accordion-link {
    line-height: 2;
}

.footer-accordion-title {
    font-size: 1em;
}

.compare-sticky-prd-add-cart .button {
    font-size: 0.75em;
	width: 7.65rem;
}

div#owner-center .owner-links {
    font-size: 1em;
}

div#owner-center .owner-links a {
    font-size: 16px;
}

div#owner-center .card p{
    line-height: 19px;
}

.slp-title {
    font-size: 3.125em;
}

.slp-suggestions {
    font-size: 1em;
}

.clp-item-description {
    height: 1.5em;
    font-size: 0.75em;
}

.clp-item-title {
  font-size:  1.25em;
}

.clp-facet-group-title {
    font-size: 1.25em;
}

.clp-facet-checkbox-text {
    font-size: 0.75em;
    line-height: 1.5;
}

.clp-actions-counter,
.clp-see-all,
.clp-actions-more {
    font-size: 1em;
}


@media (max-width: 1023px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'Roboto',sans-serif;
    }
    
    .slp-title {
        font-size: 2.125em;
    }

    .slp-suggestions {
        font-size: 0.875em;
    }

    .clp-item-description {
      font-size: 0.625em;
    }

    .clp-item-title {
      font-size: 1.25em;
    }

    .clp-facet-group-title {
        font-size: 0.75em;
    }

    .clp-facet-checkbox-text {
        font-size: 0.625em;
    }
}

.slp-tab-trigger {
    font-size: 0.75em;
}

.plp-facets-active-item-remove,
.plp-facet-more-toggle,
.plp-see-all,
.plp-actions-more,
.plp-facets-active-clear,
.plp-actions-view-trigger,
.plp-item-color-trigger,
.plp-facet-group-trigger,
.plp-facets-panel-close-trigger {
    font-size: inherit;
}

.plp-item-name {
    font-size: 1.25em;
    font-weight: 700;
}

.plp-actions-counter {
    font-size: 0.875em;
}

.plp-actions-more {
    font-weight: normal;
}

.plp-facet-group-title {
    font-size: 1.25em;
}

.pdp-demos-tile-title,
.pdp-recipes-tile-title {
    font-size: 1.625em;
}

.pdp-features-tile-title {
    font-size: 1.625em;
    line-height: 1.5;
}

.pdp-demos-tile-desc,
.pdp-features-tile-desc,
.pdp-recipes-tile-desc {
    font-size: 1em;
}

.pdp-tray__prod-qty--label {
    font-weight: bold;
    font-size: 0.875rem;
}

.pdp-tray__prd-title--text {
    font-family: 'Yanone Kaffeesatz', 'Roboto', sans-serif;
}

.pdp-tray__goto-rev--txt-link {
    color: #2a5daf;
    font-size: 0.75rem;
}

.pdp-tray__detail--key {
    font-weight: normal;
}

.pdp-tray__price {
    font-size: 1.25rem;
    font-weight: 600;
}

.pdp-tray__price:not(.pdp-product-price_color--red) {
    color: #231f20;
}

.pdp-spec-title {
    font-size: 0.75em;
    font-weight: bold;
}

.pdp-spec-text {
    font-size: 0.75em;
    line-height: 1.5;
}

.pdp-manuals-help-title {
    font-size: 1em;
}

.pdp-manuals-help-dtl {
    font-size: 0.75em;
}

.pdp-manuals-media-download-title {
    font-size: 1em;
}

.pdp-manuals-media-download-desc {
    font-size: 0.75em;
}

.pdp-manuals-view-all {
    font-size: 0.75em;
}

.pdp-sn-model {
    font-size: 1em;
}

.pdp-sn-label {
    font-size: 1.875em;
    line-height: 1.5;
}

.pdp-sticky-nav .pdp-tray__price--small {
    font-size: 1em;
    line-height: 1.5;
}

.pdp-feat-view-more,
.pdp-rec-view-more {
    font-weight: normal;
}

.pdp-feat-view-more-text {
    font-size: 16px;
}

#BVRRContainer .bv-cv2-cleanslate  button.bv-write-review, #BVRRContainer .bv-cv2-cleanslate  button.bv-read-review, #BVRRContainer .bv-cv2-cleanslate  button.bv-ask-question, #BVRRContainer .bv-cv2-cleanslate  .bv-button {
    font-size: 1em !important;
}

#bv-mboxzone-lightbox.bv-cv2-cleanslate  .bv-submission .bv-fieldsets .bv-form-actions .bv-submission-button-submit, #bv-mboxzone-lightbox.bv-cv2-cleanslate  .bv-submission .bv-fieldsets .bv-form-actions .bv-submission-button-submit {
    font-size: 1em !important;
}

.bv-cv2-cleanslate .bv-filters select.bv-content-filter-select-element {
    font-size: 1.25em !important;
}

.pdp-sn-product-name {
    font-size: 22px;
}

.pdp-sn-list {
    font-size: 1em;
}

.pdp-sn-list-item {
    font-size: 1em;
}

.breadcrumbs-list-item {
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
}

.breadcrumbs-list-item-last {
    font-size: 0.75em;
}

.breadcrumbs-link {
    font-size: 0.75em;
}

.button.secondary {
    font-weight: 600;
}

.pdp-overview-text {
    font-size: 1em;
}

.pdp-overview-sub-title {
    font-size: 1em;
    line-height: 1.5;
}

.pdp-overview-inner-text {
    font-size: 1em;
    line-height: 1.5;
}

.contact-us-send-btn {
    font-size: 1em;
    line-height: 20px;
    font-weight: 700;
}

.contact-us-sec-title {
    font-size: 1.25em;
    color: #231f20;
    padding-bottom: 0.5em;
    margin-top: 0;
}

.back-to-top-text {
    font-size: 9px;
}

.sitemap {
    line-height: 24px;
}

.sitemap-header {
    font-size: 1.25em;
}

.sitemap a {
    font-size: 1em;
}

.sitemap-title {
    font-size: 1em;
}

.sitemap-sub-titles {
    font-size: 1em;
}

.sitemap-sub-title {
    font-size: 1em;
}

.foot-note p {
  font-size: 0.75em;
}



@media (max-width: 1023px) {

    .button {
        font-size: 1em;
        line-height: 20px;
        font-weight: 700;
    }

    .rte .btn-decorative a {
        line-height: 20px;
        font-size: 1em;
    }

    p,
    .rte ul li a{
        font-size: 0.875em;
        line-height: 1.5;
    }

    h1,
    .rte h1 {
        font-size: 2.125em;
        line-height: 1.5;
        font-weight: 600;
    }

    h2,
    .rte h2 {
        font-size: 1.5em;
        line-height: 1.5;
    }

    h3,
    .rte h3 {
        font-size: 1.5em;
        line-height: 1.5;
    }

    h4,
    .rte h4 {
        font-size: 1.25em;
        line-height: 1.5;
    }

    h5,
    .rte h5 {
        font-size: 1em;
        line-height: 1.5;
    }

    h6,
    .rte h6 {
        font-size: 0.75rem;
        line-height: 1.5;
    }

    .btn-rebates-2 a {
        font-size: 16px;
    }

    .productnewssignup .footer-sign-up-cell .footer-sign-up-title {
        font-size: 0.875em;
    }

    div#owner-center .owner-links {
        font-size: 1em;
    }

    .plp-facet-group-title {
        font-size: 0.75em;
    }

    .plp-facet-checkbox-text {
        font-size: 0.625em;
    }

    .pdp-demos-tile-title,
    .pdp-recipes-tile-title {
        font-size: 1em;
    }

    .pdp-features-tile-title {
        font-size: 1em;
        line-height: 1.5;
    }

    .pdp-demos-tile-desc,
    .pdp-features-tile-desc,
    .pdp-recipes-tile-desc {
        font-size: 0.875em;
    }

    .pdp-feat-view-more-text{
        font-size: 14px;
    }

    .pdp-sn-label {
        font-size: 1.25em;
        font-weight: 600;
        line-height: 1.5;
    }

    .pdp-sticky-nav .pdp-tray__price--small {
        font-size: 0.875em;
        line-height: 1.5;
    }

    .slp-title {
        font-size: 2.125em;
    }
    .slp-suggestions {
        font-size: 0.875em;
    }

    .pdp-overview-sub-title {
        font-size: 0.875em;
        line-height: 1.5;
    }

    .pdp-overview-inner-text {
        font-size: 0.875em;
        line-height: 1.5;
    }

    .form-label {
        font-size: 0.875rem;
    }
}

@media (max-width: 767px) {

    .forgot-password .page-headline .page-headline-title {
        font-size: 1.5em;
    }

    .forgot-password .page-headline .page-headline-text {
        font-size: 0.875em;
    }

    #forgot-password-form .form-req-message {
        font-size: 0.625em;
    }

    #forgot-password-form .form-label {
        font-size: 0.875em;
    }

    .eco-m h1.ecr-heading {
        font-size: 2.125em;
    }

    .eco-m h5.ecr-subheading {
        font-size: 1em;
    }

    .eco-m .eco-c .eco-product-list .eco-heading h5.ecr-product-name {
        font-size: 1em;
    }

    .eco-m .eco-c .media-body a.ecr-view-product {
        font-size: 0.625em;
    }

    .eco-m .eco-c .eco-more {
        font-size: 0.875em;
    }

    .eco-m .eco-c .eco-actions .eco-more a {
        font-size: 0.625em;
    }

    .eco-m .eco-c .row.eco-actions, .eco-m .eco-c .row.eco-details {
        font-size: 0.875em;
    }

    .footer-accordion-link {
        font-size: 12px;
    }

    .pdp-specs-features-title {
        font-size: 1em;
    }

    .pdp-spec-title {
        font-size: 0.875em;
    }

    .pdp-spec-text {
        font-size: 0.875em;
    }

    .breadcrumbs-link {
        font-size: 0.625em;
    }
    .breadcrumbs-list-item {
        font-size: 1em;
    }
    .breadcrumbs-list-item-last {
        font-size: 0.625em;
    }

    .contact-us-sec-title {
        font-size: 1.25em;
    }

    .secondary-text {
        font-size: 0.625em;
    }

    .foot-note p {
      font-size: 0.75em;
    }
}

@media (min-width: 48rem) {

    .page-headline-title {
        font-size: 3.125em;
    }
    .compare-accordion-bar {
        font-size: 1.875em;
    }
    .page-headline-text {
        line-height: 1.5;
        font-size: 1em;
    }

    .pdp-accordion-bar {
        font-size: 1.625em;
    }
}

@media (max-width: 47.9375rem) {
    .button.cookie-consent-trigger {
        font-size: .5rem;
    }
}

@media (min-width: 64rem) {
    .pdp-accordion-bar {
        font-size: 2.5em;
        font-weight: bold;
    }
}

@media (max-width: 767px) {
    .all_in_one_module--content .all_in_one_module--heading h2 {
        font-size: 1.75em;
        line-height: 1.5;
    }
}


.cx-widget.cx-theme-whirlpool button.submit,
.cx-widget.cx-theme-whirlpool button.cancel {
    font-family: 'Helvetica Neue LT W01_55 Roman',Helvetica, Arial;
    font-size: 1rem;
}

.livechat-content {
    font-family: 'Helvetica Neue LT W01_55 Roman',Helvetica, Arial;
}
.form .form-group .form-show-password-label {
  border-radius: 0.25rem;
}
.form .form-group .form-show-password-label.show-password-btn {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-align: center;
  color: #000000;
}
.form .form-group .form-show-password-label:hover {
  background-color: #e2e2e2;
}
.login .login-registration-form .form-group .form-label.show-password-btn {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-align: center;
  color: #000000;
}

.forgot-password .page-headline {
  max-width: 31.25rem;
  padding-bottom: 0;
}
.forgot-password .page-headline-text {
  margin-bottom: 1rem;
}
.forgot-password .required-information-label {
  font-size: 0.75rem;
  margin-top: 1rem;
}
.forgot-password .forgot-password-box {
  padding-top: 0;
}
.forgot-password .forgot-password-box .form-buttons {
  margin-top: 0;
  display: flex;
}
.forgot-password .forgot-password-box .form-buttons .form-button,
.forgot-password .forgot-password-box .form-buttons .button-grey {
  font-size: 0.75rem;
  font-family: 'Roboto', sans-serif;
  width: 8rem;
  height: 2.25rem;
  margin-right: 0.3125rem;
}
.forgot-password .forgot-password-box .form-buttons .button-grey {
  padding-top: 0.5rem;
}
.forgot-password .forgot-password-box .success-forgot-password-text {
  color: #377d1e;
  font-size: 0.875rem;
  padding-top: 0.5rem;
}
.forgot-password .forgot-password-box .success-forgot-password-text.hidden {
  display: none;
}
.forgot-password .forgot-password-box .form-group {
  margin-bottom: 1rem;
}
.forgot-password .forgot-password-box .form-req-message {
  color: #464646;
  line-height: initial;
  margin-bottom: 1.5rem;
}
.forgot-password .forgot-password-box .form-req-message .form-req {
  vertical-align: text-top;
}

.header-logo-link {
  max-width: 187px;
}
@media(min-width: 64.1rem) {
  .header-logo-image {
    width: 187px;
    height: 60px;
  }
  .header-logo {
    padding: 16px 0 0;
  }
}

@media (max-width:768px) {
  .header-logo-image {
    width: 140px;
    height: 45px;
  }
  header.header {
    border-color: #012f60;
    border-bottom: .125rem solid #012f60;
  }

}

@media (max-width: 495px) {
  .header-logo-image {
    width: 4.875rem;
    height: 1.9rem;
  }
}

.button.cookie-consent-trigger {
  background: #e0942f;
  display: inline-flex;
}

.button.cookie-consent-trigger:hover, 
.button.cookie-consent-trigger:focus {
  text-decoration: none;
  color: #000;
  background-color: #D99E02;
}

@media (max-width: 47.9375rem) {
  .button.cookie-consent-trigger {
    height: 1.875rem;
    width: 1.875rem;
  }
  .button.cookie-consent-trigger:hover, 
  .button.cookie-consent-trigger:focus {
    text-decoration: none;
    color: #000;
    background-color: #D99E02;
  }
  header.header {
    border-color: #012f60;
    border-bottom: .125rem solid #012f60;
  }
}

@media (max-width: 64rem) {
  .button.header-menu-trigger,
  button.header-menu-trigger {
    background: #e0942f;
  }
  .button.cookie-consent-trigger:hover, 
  .button.cookie-consent-trigger:focus {
    text-decoration: none;
    color: #000;
    background-color: #D99E02;
  }
}

.header-language-trigger:hover {
  color: #D99E02;
}

.header-language-trigger-icon {
  color: #e0942f;
}

.header-language-nav-item {
  color: #e0942f;
}

.header-language-nav-item:hover, .header-language-nav-item:focus {
  background: #e0942f;
}

.header-chat-link {
  text-decoration: none;
}

.header-chat-link:hover {
  color: #D99E02;
  text-decoration: underline;
}

.header-search-trigger {
  color: #e0942f;
}

.header-search-trigger:hover {
  color: #D99E02;
}

.header-search-button {
  color: #231F20;
}

@media (max-width: 47.9375rem) {
  .header-account-link-text {
    display: inline-block;
    font-weight: normal;
    padding-left: 0.5rem;
  }
  .header-search-button {
    padding: 0.5rem 0.5rem 0 0;
  }
}

.header-search-button:hover {
  color: #E09D00;
}

.header-account-link:hover {
  color: #D99E02;
}

.header-account-menu-link:hover {
  color: #D99E02;
}

.header-account-menu-trigger:hover {
  color: #D99E02;
}

.header-account-menu-trigger:hover {
  color: #D99E02;
}

.header-account-menu-drop-icon {
  color: #e0942f;
}

.header-account-nav-item {
  color: #e0942f;
}

.header-account-nav-item:hover, .header-account-nav-item:focus {
  background: #e0942f;
}

.header-account-nav-item.guestpass-nav-item {
  display: none;
}

.header-cart-trigger:hover {
  color: #D99E02;
}

.header-cart-item-count {
  background: #e0942f;
}

.header-menu-trigger.header-menu-trigger-open {
  color: #e0942f;
}

.header-suggestions-icon {
  display: none;
}
.header-suggestions-panel {
  background: #ffffff;
}
.header-suggestions-button {
  font-size: 1rem;
  width: 17rem;
}
.header-search-input {
  border-radius: unset;
  height: 40px;
  background: #fff;
  border-color: #cfcfcf;
  font-size: 14px;
  color: #464646;
}

@media (min-width: 64rem) {
  .header-slot-primary {
    height: auto;
    padding: .425rem 0;
  }
}
@media (min-width: 48rem) {
  .header-account-border {
    border-right: 2px solid rgba(0, 0, 0, 0.15);;
  }
  .header-account-icon .icon,
  .header-account-menu-trigger-icon .icon {
    width: unset;
    height: unset;
  }
}

@media (min-width: 48rem){
  .header-search-button {
    top: 7px;
    right: 7px;
  }
}

header.header {
  border-bottom-color: #012f60;
}

.header-account-icon svg,
.header-account-menu-trigger-icon svg,
.header-cart-trigger-icon svg,
.header-search-button-icon svg {
  height: 1.25rem;
}

.header-chat-link-icon svg,
.header-requestcall-icon svg {
  height: 0.875rem;
}

.contact-info-header {
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: none;
}

.inner-info {
  font-size: 0.75em;
}

.inner-info a:first-child {
  color: #2a5daf;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}

.header-search-button-icon .icon {
  width: 100%;
  height: 100%;
}

.d2cdp-header-checkout {
  border-bottom: .125rem solid #000000;
  padding: 0.75rem 0 0 0;
}

.d2cdp-header-checkout .g-container .g-row {
  height: 2.3rem;
}

.contact-info-container {
  padding-top: unset;
}

.contact-info-column .inner-info {
  max-width: 36%;
  padding-left: 2rem;
}

.contact-info-header {
  padding-right: 3rem;
}

.align-right {
  max-width: 28%;
}

.checkout-account {
  padding-bottom: unset;
}

.d2cdp-header-checkout .g-container {
  padding-bottom: 1rem;
}

@media screen and (max-width: 62rem) {
  .checkout-help {
    margin-top: 2rem;
  }
  .d2cdp-header-checkout .g-container {
    padding-bottom: unset;
  }
}

.pclass {
    line-height: 1.0;
}

.p-inner {
    line-height: 1.0;
    margin: 0.5rem 0 0.5rem 0;
}

.footer {
	background-color: #f2f2f2;
    padding: 0 4rem 0 4rem;
    font-size: 0.8125rem;
    margin-top: 0;
}

.divider-container {
    margin: 0 1rem 0 1rem;
}

.divider {
    border-bottom: solid 2px rgba(0, 0, 0, 0.15);
    margin-top: 1rem;
}

.rte-disclaimer {
    color: #464646;
    font-family: Roboto;
    font-size: 0.75rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.footer-implinks-cell {
	color: #2a5daf;
    font-family: Roboto;
    font-size: 0.75rem;
    font-weight: normal;
    text-decoration: unset;
    padding-right: 1.75rem;
    margin-right: 0.625rem;
}

.footer-implinks-cell:hover {
	color: #2a5daf;
}

.footer-accordion-link {
	color: #2a5daf;
    text-decoration: none;
    font-family: Roboto;
    font-size: 0.875rem;
    font-weight: normal;
}

.footer-accordion-link:hover {
	color: #2a5daf;
}

.footer-accordion-title {
	color: #353535;
}

.footer-media-cell-container-bottom {
  display: none;
}

@media(min-width: 768px) {   
    .footer-accordion-col {
        flex-basis: 25%;
        max-width: 25%;
    }
    
    .footer-cta-box {
        padding: 2.5rem 0 2.5rem;
        max-width: 74.375rem;
    	margin: 0 auto;
    	border-bottom: .125rem solid #e2e2e2;
    }

	.footer-social {
    	padding-top: 2.5rem;
	}

	.footer-accordion-title {
        font-size: 0.875rem;
        font-family: Roboto;
		margin-bottom: 2rem;
        margin-top: 3.1875rem;
	}
}

.footer-disclaimer-box {
	display: none;
}

.footer-cta-title {
    text-transform: none;
}

.footer-socialmedia-title {
	display: none;
}

.g-row-top {
    justify-content: space-between;
}

.footer-implinks-box {
    border-top: none;
    padding-top: 0;
}

@media(max-width: 1024px)
{
.footer {
    height: auto;
}
}

@media(max-width: 767px) {
	.footer {
    	padding: 0.0625rem;
	}

	.g-col-md-3 {
    	justify-content: center;
    	display: flex;
		margin: 0.625rem 0;
	}

    .footer-sign-up-title {
    	padding: 1rem 0;
    }

	.footer-cta-box {
        padding-bottom: 0;
    }

    .footer-implinks-box {
    	margin-bottom: 3rem;
    	padding: 0;
    	text-align: center;
	}
	.footer-implinks-box .g-row {
    	justify-content: center;
    }
}

.footer-accordion-checkbox[type=checkbox]:checked + .footer-accordion-title:after {
  -webkit-transform-origin: -1rem 1.2rem;
  transform-origin: -1rem 1.2rem;
}

@media (min-width: 64rem) {
    .d2cdp-footer-checkout {
        text-align: left;
        margin: 1rem;
    }

    .d2cdp-footer-implinks-box .align-center {
        justify-content: left;
        margin-left: 1rem;
    }

    .d2cdp-footer-implinks-box {
        padding: 2.5rem 0;
    }

    .d2cdp-footer-implinks-box p {
        margin: 0.5rem 1rem;
    }

    .align-center .g-col-6 {
        padding-left: 0;
        padding-right: 3rem;
    }

    .footer-implinks-cell {
        margin-top: 0rem;
        font-weight: normal;
        padding-right: 1.75rem;
    }
}

.ot-sdk-show-settings {
	cursor: pointer;
}

.aem-Grid.column {
  padding-right: 0px;
  padding-left: 0px;
  display: flex;
  align-items: center;
}

.location-modal-header {
  text-transform: capitalize;
  font-size: 1.25rem;
  color: #231f20;
}

.location-modal-description {
  font-size: 0.875rem;
  color: #464646;
}

.close-button-wrapper {
  top: -3.625rem;
  right: -2.225rem;
}

@media screen and (max-width: 48rem) {
  #location-modal .close-button-wrapper {
    top: -3rem;
    right: -1.3125rem;
  }
  #location-modal .modal-box {
    padding: 1.5rem 1.25rem;
  }
}

#location-modal .modal-body .g-col-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

#location-modal .modal-body .g-col-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.label-wrapper {
  margin-top: 0.5rem;
}
.zip-code__label {
  font-size: 0.875rem;
  font-weight: normal;
}

#location-modal .location-modal-input {
  font-size: 0.875rem;
}

.zip-resolved-checkmark {
    top: 2.25rem;
}

.zip-loader {
  top: 2.0625rem;
  border-top: 0.4rem solid #e0942f;
}

.icon.wishlist-btn__icon-empty,
.icon.wishlist-btn__icon-filled {
  display: none;
}

.icon.wishlist-btn__icon-empty.active,
.icon.wishlist-btn__icon-filled.active {
  display: inline-block;
  height: 0.87rem;
}

/*======================================
  Selectric v1.13.0
======================================*/

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 0.0625rem solid #464646;
  border-radius: 0rem;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 2.375rem 0 0.625rem;
  font-size: 0.75rem;
  line-height: 2.375rem;
  color: #444;
  height: 2.375rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .button {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  background-color: #ffffff;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 1.25rem/2.375rem Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 0.25rem solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #464646;
}

.selectric-hover .selectric {
  border-color: #464646;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #464646;
  display: none;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 0.0625rem !important;
  height: 0.0625rem !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  border: 0.0625rem solid #464646;
  z-index: -1;
  box-shadow: 0 0 0.625rem -0.375rem;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.25rem;
  min-height: 1.25rem;
}

.selectric-items li {
  display: block;
  padding: 0.625rem;
  color: #464646;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #ffffff;
  color: #464646;
}

.selectric-items li.highlighted {
  background: #ffffff;
  color: #464646;
}

.selectric-items li:hover {
  background: #ffffff;
  color: #2a5daf;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 0.625rem;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 1.5625rem;
}

.form-buttons .form-button {
    padding-top: 0px !important;
}
.prd-carousel__product-tile__btn .button {
  border-radius: 4px;
}
@media (min-width: 48rem){
    .pdp-tray__price-section .pdp-tray__eco .pdp-tray__eco-text--decorated .ng-isolate-scope .eco-m .eco-c .eco-widget .eco-value .ecr-details .ng-binding {
        font-family: "Avenir-Roman",sans-serif;
        text-decoration: underline;
        text-decoration-skip-ink: none;
    }

    .pdp-tray__price-section .pdp-tray__eco .pdp-tray__eco-text--decorated .ng-isolate-scope .eco-m .eco-c .eco-widget .eco-value .ecr-details .ng-binding:hover {
        font-family: "Helvetica",sans-serif;
        color: #2a5daf;
    }

    .plp-items.plp-items-list .plp-item--new .plp-item-eco .eco-m .eco-c .eco-widget {
        margin: 0 auto;
        max-width: fit-content;
    }
    
}

.plp-item--new .plp-item-eco .eco-m .eco-c a {
    font-family: "Avenir-Roman",sans-serif;
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.plp-item--new .plp-item-eco .eco-m .eco-c a:hover {
    font-family: "Helvetica",sans-serif;
    color: #2a5daf;
}
.insidepass-checkbox {
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 0.0625rem solid #cfcfcf;
  padding: .5625rem;
  display: inline-block;
}
.insidepass-checkbox:checked {
  border: 0.0625rem solid #e0942f;
}
.insidepass-checkbox:checked:before {
  content: ' ';
  border-right: 2px solid #e0942f;
  border-bottom: 2px solid #e0942f;
  position: absolute;
  top: 1px;
  height: 12px;
  left: 4px;
  width: 10px;
  transform: rotate(45deg);
}
.insidepass-checkbox:focus {
  outline: 0.0625rem solid #000000;
}

.compatibility__header {
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 900;
  font-size: 1.625rem;
}
.compatibility-form__button {
  background: #e0942f;
  text-transform: capitalize;
  font-size: 1rem;
  color: #000000;
  font-family: "Helvetica-Bold", sans-serif;
}
.compatibility__hint {
  font-family: "Helvetica-Bold", sans-serif;
}
.compatibility-modal__subtitle {
  font-size: 1rem;
}
.compatibility-modal__title {
  font-size: 1.25rem;
  font-family: "Roboto-Bold", sans-serif;
}
.compatibility.updated-filter-compatibility .updated-compatibility__status__message {
  font-family: "Roboto-Bold", sans-serif;
}
.compatibility.updated-filter-compatibility .updated-compatibility__status__model-text {
  font-family: "Roboto-Bold", sans-serif;
}
@media (min-width: 48rem) {
  .compatibility__header {
    font-size: 2.75rem;
  }
}

.breadcrumbs-list-item:after {
  content: url('../../../../etc.clientlibs/digital-platform/clientlibs/common/resources/breadcrumb-caret-right.svg');
}
@media (max-width: 47.9375rem) {
  .footer-accordion-checkbox[type=checkbox] + .footer-accordion-title::after {
    content: url('../../../../etc.clientlibs/digital-platform/clientlibs/common/resources/breadcrumb-caret-right.svg');
  }
}
@media (min-width: 767px) {
  .breadcrumb {
    background-color: #ffffff;
  }
}
.breadcrumb .breadcrumbs .breadcrumbs-list-item,
.breadcrumb .breadcrumbs .breadcrumbs-list-item .breadcrumbs-link {
  font-family: 'Roboto', sans-serif;
}
.breadcrumb .breadcrumbs .breadcrumbs-list-item {
  color: #231f20;
}
.breadcrumb .breadcrumbs .breadcrumbs-list-item.breadcrumbs-list-item-last {
  color: #231f20;
}
.breadcrumb .breadcrumbs .breadcrumbs-list-item .breadcrumbs-link {
  text-decoration-color: #231f20;
  color: #231f20;
}
.breadcrumb .breadcrumbs .breadcrumbs-list-item:after {
  background-color: #8e8e8f;
}
.breadcrumb .breadcrumbs .breadcrumbs-list-item:first-child .breadcrumbs-link span {
  border-bottom: 1px solid;
}

.my-account-item {
  display: flex;
  min-height: 2.5rem;
  margin: 1rem 0;
}
.my-account-item .my-account-icon img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .my-account-item .my-account-icon img {
    display: none;
  }
}
.appointments-account-page-button-section a {
  width: auto;
}

.password-visual-meter__validation-item {
  font-family: 'Roboto', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.875rem;
}
.password-visual-meter__validation-item--failed {
  color: #231f20;
}
.password-visual-meter__validation-item--failed:before {
  background: #c80a33;
}
.password-visual-meter__validation-item--success {
  color: #008800;
}
.password-visual-meter__validation-item--success:before {
  background: #008800;
}
.form-input.form-success {
  border-color: #008800;
}
.login .form,
.registration .form {
  max-width: 29.3125rem;
}

.form-error-items {
  font-size: 0.75rem;
  color: #c80a33;
}

.potential-promotions__disclaimer-cta-button {
  border: 0.0625rem solid #8e8e8f;
}
.potential-promotions__disclaimer-cta-button:focus {
  outline: 0;
}
.potential-promotions__icon path {
  fill: #231f20;
}
.potential-promotions__close-button {
  background: #e0942f;
}
.potential-promotions__close-button:focus {
  outline: 0;
}
.potential-promotions__close-button svg {
  width: 0.875rem;
  height: 0.875rem;
}
.potential-promotions__close-button path {
  fill: #000000;
}
.potential-promotions__message {
  background-color: #f2f2f2;
}
@media only screen and (min-width: 48rem) {
  .potential-promotions__message {
    background-color: #ffffff;
  }
}
.potential-promotions__text {
  color: #231f20;
  font-family: 'Roboto', sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.015rem;
}
@media only screen and (min-width: 64rem) {
  .potential-promotions__text {
    font-size: 0.875rem;
    letter-spacing: 0.02rem;
  }
}
.potential-promotions__disclaimer-text {
  color: #231f20;
  font-family: 'Roboto', sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.015rem;
}
.potential-promotions__disclaimer-text-index {
  border: 0.0625rem solid #8e8e8f;
}
.potential-promotions__disclaimer.open .potential-promotions__disclaimer-text {
  box-shadow: 0.0625rem 0.0625rem 0.5rem 0 rgba(0, 0, 0, 0.25);
}
.plp-item .potential-promotions__message {
  background-color: #f2f2f2;
}
.plp-item__potential-promotions-title {
  color: #231f20;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 0.015rem;
}

.pc-accordion.ip-registration {
  max-width: 56.25rem;
  margin: 0 auto;
  padding: 1rem 0;
  border-bottom: 0.09375rem solid #d5d5d5;
  transition: all 200ms cubic-bezier(0.4, 0, 0.4, 1);
}
.pc-accordion.ip-registration .cmp-accordion__button {
  position: relative;
  margin-right: 2rem;
  padding: 0;
  border: none;
}
.pc-accordion.ip-registration .cmp-accordion__button .cmp-accordion__title {
  color: #231f20;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 133%;
  max-width: calc(100% - 2rem);
}
.pc-accordion.ip-registration .cmp-accordion__button:after {
  content: url(../common/resources/icon-down-small.svg);
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
  transition-property: transform;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.4, 1);
}
.pc-accordion.ip-registration .cmp-accordion__item[data-cmp-expanded] .cmp-accordion__button:after {
  transform: rotate(180deg);
}
.pc-accordion.ip-registration .cmp-accordion__panel {
  margin-right: 2rem;
  transition: all 200ms cubic-bezier(0.4, 0, 0.4, 1);
  display: block;
}
.pc-accordion.ip-registration .cmp-accordion__panel--hidden {
  transition: all 200ms cubic-bezier(0.4, 0, 0.4, 1);
  height: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
}
.pc-accordion.ip-registration .cmp-accordion__panel--expanded {
  height: auto;
  visibility: visible;
  opacity: 1;
  transition: all 200ms cubic-bezier(0.4, 0, 0.4, 1);
  padding-top: 0.5rem;
}
.pc-accordion.ip-registration .cmp-accordion__panel p {
  margin-bottom: 0;
}
.pc-accordion.ip-registration .icons-arrow-down:before,
.pc-accordion.ip-registration .icons-arrow-up:before {
  display: none;
}
.pc-accordion.ip-registration .utility-links {
  border: none;
}
@media (min-width: 48rem) {
  .pc-accordion.ip-registration {
    padding: 1.25rem 0;
  }
  .pc-accordion.ip-registration .cmp-accordion__button {
    margin-right: 3rem;
  }
  .pc-accordion.ip-registration .cmp-accordion__button .cmp-accordion__title {
    max-width: calc(100% - 3rem);
  }
  .pc-accordion.ip-registration .cmp-accordion__button:after {
    content: url(../common/resources/icon-down-large.svg);
    width: 2.5rem;
    height: 2.5rem;
    top: -0.5rem;
  }
  .pc-accordion.ip-registration .cmp-accordion__item {
    margin-bottom: 0.5rem;
  }
  .pc-accordion.ip-registration .cmp-accordion__item[data-cmp-expanded] {
    margin-bottom: 0;
  }
  .pc-accordion.ip-registration .cmp-accordion__panel {
    margin-right: 5.5rem;
  }
}
.pc-accordion.ip-registration .rte a {
  color: #2a5daf;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-decoration-line: underline;
}
.text-header-registration-faq {
  max-width: 56.25rem;
  margin: 1.5rem auto 0 auto;
  color: #231f20;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.text-header-registration-faq--top-padding {
  padding-top: 2rem;
  margin-top: 0;
}
@media (min-width: 48rem) {
  .text-header-registration-faq {
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin: 2rem auto 0 auto;
  }
  .text-header-registration-faq--top-padding {
    padding-top: 3.5rem;
    margin-top: 0;
  }
}

.plp-facets-active-item-remove,
.plp-facet-more-toggle,
.plp-see-all,
.plp-actions-more,
.plp-facets-active-clear,
.plp-actions-view-trigger,
.plp-item-color-trigger,
.plp-facet-group-trigger,
.plp-facets-panel-close-trigger {
  color: #000;
}

.plp-facets-active-item-remove:hover,
.plp-facet-more-toggle:hover,
.plp-see-all:hover,
.plp-actions-more:hover,
.plp-facets-active-clear:hover,
.plp-actions-view-trigger:hover,
.plp-item-color-trigger:hover,
.plp-facet-group-trigger:hover,
.plp-facets-panel-close-trigger:hover {
  background-color: transparent;
  color: #D99E02;
}

.plp-facets-active-item-remove:focus,
.plp-facet-more-toggle:focus,
.plp-see-all:focus,
.plp-actions-more:focus,
.plp-facets-active-clear:focus,
.plp-actions-view-trigger:focus,
.plp-item-color-trigger:focus,
.plp-facet-group-trigger:focus,
.plp-facets-panel-close-trigger:focus {
    background-color: transparent;
    color: #e0942f;
    text-decoration: none;
}

.plp-item-wishlist-trigger:focus {
    background-color: transparent;
    color: #5b5b5b;
    text-decoration: none;
}

.plp-actions-view-trigger.plp-actions-view-active:focus {
  color: #2a5daf;
}

.plp-actions--prominent .plp-actions-more {
  border-radius: 4px;
  border: 0.063rem solid #012f60;
  color: #012f60;
}

.plp-item-color-active .plp-item-color-trigger {
  border-color: #e0942f;
}

.plp-item-stock {
  color: #c80a33;
  background: transparent;
}

.plp-facet-group-header {
  border-bottom: 0;
}

.plp-facet-group-title {
  color: inherit;
}

.plp-facet-checkbox:hover {
  color: #D99E02;
  cursor: pointer;
}

.facets__tooltip-icon {
  color: #012f60;
  margin-top: 0;
}

.plp[data-plp-new-design-enabled="false"] #plp-fast-filters {
  display: none
}

@media (min-width: 48rem) {
  .facets__tooltip-message {
    right: 1.9rem;
    margin-bottom: 2.2rem;
  }
}

.plp-sort-input {
  border-radius: 17px;
  border: 1px solid #707070;
  padding-right: 1rem;
}

.plp-actions-sort .plp-sort-input option.plp-option-hidden {
  display: none;
}

.plp-actions-sort .form-select {
  border-color: transparent;
  width: 11.937rem;
}

.plp-item-price-line-1 {
  color: #e0942f;
}

.plp-item-colors {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.plp-item-colors-more {
  flex-basis: auto;
}

.plp-item-color-list {
  justify-content: center;
}

.plp-item-media-image {
  margin: auto;
}

.tooltip-panel {
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
}

.tooltip-panel:after {
  border-bottom: 0.75rem solid black;
}

.plp-item-wishlist-trigger.show-wishlist-btn {
  display: flex;
}

.plp-item-saves {
  align-items: center;
}

.plp-compare-checkbox,
.plp-compare-checkbox:hover,
.plp-item-wishlist-trigger,
.plp-item-wishlist-trigger:hover,
.plp-item-wishlist-trigger .icon,
.plp-item-wishlist-trigger:hover .icon {
  color: #d8d8d8;
}

.plp-item-color-active .plp-item-color-trigger {
  border-color: #e0942f;
}

.plp-facets-panel-trigger {
  background: #353535;
  color: #FFF;
  text-transform: capitalize;
  font-size: 1rem;
}

.clp-facets-panel-trigger {
  background: #707070;
  color: #FFF;
}

.plp-facets-panel-trigger:hover {
  background: #707070;
  color: #FFF;
}

.plp-item-name a {
  color: #222222;
  font-size: 1.3125rem;
  text-decoration: underline;
  font-weight: bold;
}

.plp-item-color-list {
  justify-content: center;
  flex-basis: 100%;
  max-width: 100%;
}

.plp-item-color {
  flex-basis: 15%;
}

.plp-facets-panel-trigger-icon {
  color: #e0942f;
}

.plp-facet-Ratings {
  margin-left: auto;
  height: 1rem;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.plp-facet-Ratings-swatch {
  width: 100%;
}

.plp-actions-more {
  text-transform: capitalize;
  font-weight: normal;
}

.plp-facet-group-title {
	text-transform: capitalize;
}

@media (max-width: 63.9375rem) {
  .plp-facets-panel-header {
    background: #707070;
  }
}

@media (max-width: 1023px) {

  .plp-item-media-image {
    max-width: none;
  }

  .plp-item-colors {
    max-width: none;
  }

  .plp-item-color {
    flex-basis: 0%;
  }
}

@media (max-width: 63.9375rem) {
  .plp-facets-active {
    background-color: #FFFFFF;
  }

  .plp-facets-panel-open .plp-facet-panel-wrapper,
  .plp-facets-panel-open .plp-facets-panel-header,
  .plp-facets-panel-open .plp-facets-panel,
  .plp-facets-panel-open .plp-facets-modal-panel {
    background: #f2f2f2;
  }

  .plp-facet-group-title {
    font-size: 1rem;
  }

  .plp-facet-checkbox-text {
    font-size: .75rem;
  }

  .plp-facets-active-on .plp-facets-active-clear {
    text-transform: capitalize;
    text-decoration: underline;
  }

  .plp-facets-panel-open .facets-apply-all-mobile-btn {
    background-color: #E0942F;
    color: #FFFFFF;
  }

  .plp-facets-panel-open .facets-apply-all-mobile-btn[disabled],
  .plp-facets-panel-open .facets-apply-all-mobile-btn[disabled]:hover {
    background-color: #F2F2F2;
    color: #464646;
  }

  .plp-facets-panel-open .facets-apply-all-mobile-btn:hover {
    background-color: #BC7618;
  }
}

.globalFooter .section {
	margin: 0;
    height: 0;
        }

.modal-add-to-cart-cfm {
    background-color: #f2f2f2;
}

.plp-facet-color-swatch {
    border: 1px solid #323232;
    max-width: 50%;
}

.eco-m .eco-c .ecr-details span {
  height: 14px;
  width: 238px;
  display: inline;
  color: #000000;
  padding: 10px 0;
  line-height: 14.4px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  font-family: Roboto, Regular, sans-serif;
}

.eco-m .eco-c .ecr-details span:hover,
.pdp-tray__price-section .pdp-tray__eco .pdp-tray__eco-text--decorated .ng-isolate-scope .eco-m .eco-c .eco-widget .eco-value .ecr-details .ng-binding:hover {
  color: #2a5daf;
}

body .pdp-tray .pdp-tray__eco .pdp-tray__eco-text--decorated .ng-isolate-scope .ecr-details .ng-binding {
  font-weight: 400;
}

.pdp-tray__price-section .pdp-tray__eco .pdp-tray__eco-text--decorated .ng-isolate-scope .ecr-details .ng-binding {
  line-height: 14px;
}l

.plp-item-eco .eco-m .eco-c .eco-widget {
  max-width: fit-content;
}

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

.plp-item-color-swatch {
  border: 1px solid #d8d8d8;
  border-bottom-width: 1.5px;
}

.plp-item-model,
.plp-item-saves,
.plp-actions-sort {
  font-size: 1rem;
}

.plp-facet-checkbox-text,
.plp-facet-checkbox-count {
  font-size: .75rem;
}

body .slp .plp-loading:after {
  position: fixed;
}

.plp-compare-checkbox .plp-compare-checkbox-input {
  top: 0.15rem;
}

.plp-facet-checkbox-input {
  top: 0.35rem;
}

.plp-actions-sort {
  font-size: 0.875rem;
}

h1 {
  font-family: Yanone Kaffeesatz, Thin;
  font-size: 4.5rem;
  color: #231F20;
  text-transform: uppercase;
  font-weight: unset;
  margin-top: 2.25rem;
  margin-bottom: 1.75rem;
}

h3 {
  font-family: Roboto, Regular;
}

h4 {
  font-family: Roboto, Bold;
}

h5 {
  font-family: Roboto, Medium;
}

.plp-actions-view-trigger {
  color: #2a5daf;
}

.plp-actions-view-active {
  background-color: unset;
}

.wishlist-btn__text {
  font-size: 0.875rem;
}

.plp-actions-view-trigger.plp-actions-view-active {
  color: #2a5daf;
  background-color: #ffffff;
  border-color: #2a5daf;
}

.form-select-icon svg{
  height: 1.2rem;

}
.plp-item-actions {
  text-align: center;
}

.plp-facets-active-clear,
.plp-facets-active-clear:hover,
.plp-facets-active-clear:focus,
.plp-facets-active-item-remove:hover,
.plp-facets-active-item-remove:focus,
.plp-facets-active-item-remove {
  color: black;
}

.plp-facets-active-clear {
  font-size: .75rem;
}

.plp-facet-group-title.facet-toggle {
  font-size: .75rem;
  text-transform: capitalize;
}

.plp-facet-group-title {
  font-weight: bold;
}

.plp-facet-more-toggle {
  text-transform: capitalize;
  margin: 0.75rem 0 0 0;
  font-size: .75rem;
  color: #2a5daf;
  text-decoration: none;
  font-weight: bold;
}

.plp-no-products-msg {
  background-color: inherit;
  border: solid 1px #d9d9d9;
}

.plp-facet-group-title.facet-toggle,
.plp-facet-more-toggle,
.plp-no-products-msg {
  font-family: 'HelveticaNeue-Bold', sans-serif;
}

.plp-facet-more-toggle .icon {
  margin-right: .3125rem;
  padding-top: .25rem;
}

@media (min-width: 64rem) {
  .plp-facet-more-toggle {
    width: 100%;
    justify-content: left;
    position: relative;
  }

  .plp-facet-more:not(.plp-facet-more-open) .plp-facet-more-toggle:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    margin-top: -1.5rem;
    box-shadow: 0 -5px 9px #f2f2f2;
  }
}

.plp-item--new .plp-item-name-link {
  font-size: 0.75rem;
  text-decoration: none;
  color: #464646;
}

.plp-item--new .plp-item-price__save-value,
.plp-item--new .plp-item-free-shipping {
  color: #377d1e;
}

.plp-item-reviews .star-rating__icon {
  height: 0.75rem;
  width: 0.75rem;
}

.plp-item-reviews .star-rating {
  margin-right: 0.125rem;
}

.plp-item-reviews-link.plp-item-detail-link {
  align-items: center;
}

.plp-item--new .plp-item-model {
  padding-left: 0.25rem;
  margin-left: 0.25rem;
  align-self: center;
}

.plp-item--new .plp-item-price-line-1 {
  color: #C41230;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  align-self: center;
  margin-right: 0.25rem;
}

.plp-item--new .plp-item-price-line-1 .price-label {
  font-size: .875rem;
  line-height: 1.3125rem;
}

.plp-item--new .plp-item-price-line-1 .price-value {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.plp-items.plp-items-grid .plp-item-price-line-1 .price-value {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.plp-item--new .plp-item-price-line-1:has(.member-price),
.plp-item--new .plp-item-price-line-1:has(.prix-de-membre),
.plp-item--new .plp-item-price-line-1.single-price-line {
  color: #231F20;
}

@media(min-width: 48rem) {
  .plp-item--new .plp-item-price-line-1{
    font-size: 0.875rem;
  }
  .plp-items.plp-items-list .plp-item--new .plp-item-price {
    padding-left: 0;
  }
}

.plp-item--new .plp-item-price__save {
  margin-left: 0;
}

.plp-item--new .plp-item-price__save .plp-item-price-line-2 {
  color: #231F20;
  font-family: "Roboto", sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: .75rem;
}

.plp-item--new .plp-item-price__save .plp-item-price__save-value {
  color: #377D1E;
  font-family: "Roboto", sans-serif;
  font-size: .75rem;
  font-weight: 700;
  line-height: .75rem;
  margin-left: 0.25rem;
}

.plp-item--new .plp-item-price {
  margin-top: 0.5rem;
}

.plp-item--new .plp-item-price-line-1 {
  width: 100%;
}

[data-bv-show=inline_rating] .bv_main_container .bv_stars_svg_no_wrap {
  max-width: 4.375rem !important;
}

.badge__topseller {
    line-height: 24px;
    padding-left: 10px;
    position: absolute;
    top: -13px;
    background: #E0942F;
    text-align: center;
    text-transform: capitalize;
    color: #231F20;
    min-width: 88px;
    font-size: 12px;
    height: 24px;
    font-family: Helvetica;
    font-weight: 700;
    left: -8px;
}
.badge__topseller:before {
    content: "";
    bottom: -7px;
    left: 0;
    border-top: 7px solid black;
    border-left: 7px solid transparent;
    position: absolute;
}
.badge__topseller:after {
    height: 0;
    content: "";
    position: absolute;
    top: 0px;
    border: 10px solid #E0942F;
    border-right-color: transparent;
    border-right-width: 6px;
    right: -13px;
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 7px;
}
.badge__recentlyviewed {
    line-height: 24px;
    position: absolute;
    left: -8px;
    top: 69px;
    background: #A3A3A3;
    text-align: center;
    text-transform: capitalize;
    color: #000;
    min-width: 103px;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: 700;
    padding-left: 9px;
    z-index: 9;
}
.badge__recentlyviewed:before {
    content: "";
    bottom: -7px;
    left: 0;
    border-top: 7px solid black;
    border-left: 7px solid transparent;
    position: absolute;
}
.badge__recentlyviewed:after {
    height: 0;
    content: "";
    position: absolute;
    top: 0px;
    border: 10px solid #A3A3A3;
    border-right-color: transparent;
    border-right-width: 6px;
    border-right-width: 6px;
    right: -13px;
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 7px;
}
@media only screen and (min-width:768px) {
.plp-items.plp-items-list .badge__recentlyviewed {
    top: 26px;
}
}

p.badge__manual, p.badge__bestSeller, p.badge__topRated {
    font-weight: 700;
}

p.badge__manual.badge-primary, p.badge__bestSeller.badge-primary, p.badge__topRated.badge-primary {
    background: #000000;
    color: white;
}

p.badge__manual.badge-primary:after, p.badge__bestSeller.badge-primary:after, p.badge__topRated.badge-primary:after {
    border-color: #000000;
    border-right-color: transparent;
}

p.badge__manual.badge-secondary, p.badge__bestSeller.badge-secondary, p.badge__topRated.badge-secondary {
    background: #5B5B5B;
    color: white;
}

p.badge__manual.badge-secondary:after, p.badge__bestSeller.badge-secondary:after, p.badge__topRated.badge-secondary:after {
    border-color: #5B5B5B;
    border-right-color: transparent;
}

p.badge__manual.badge-tertiary, p.badge__bestSeller.badge-tertiary, p.badge__topRated.badge-tertiary {
    background: #D5D5D5;
    color: black;
}

p.badge__manual.badge-tertiary:after, p.badge__bestSeller.badge-tertiary:after, p.badge__topRated.badge-tertiary:after {
    border-color: #D5D5D5;
    border-right-color: transparent;
}

p.badge-new {
  color: #2A5DAF;
  border: 1px solid #2A5DAF;
  font-family: "Roboto",sans-serif;
}

@media (max-width:767px) {
  p.badge-new {
    top: 7%;
  }
}

@media all and (min-width: 64rem) {
    .plp-item--new .small-font-size .plp-item-price__save {
        padding: .1rem 0 0;
    }
}
.owners_resources .cq-dd-image {
  max-height: 80px;
  width: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.owners_resources .rte {
  text-align:center;
  margin: 15px;  
}

.owners_text_images .cmp-image {
  margin: 10px;
}

@media (min-width: 1024px) {

  .white_text,
  .white_text h1,
  .white_text p,
  .white_text .button,
  .white_text a:hover {
    color: white;
    text-decoration: none;
    text-align: center;
  }
}
header.header-v3 {
  border-bottom: solid 0.1875rem #edb110;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  z-index: 1050;
}
header.header-v3 .xf-content-height {
  margin: 0;
}
header.header-v3--search-fixed {
  margin-bottom: 3.5rem;
}
header.header-v3.header-v3--unset-position .main_header .tool-set-section {
  height: 5rem;
}
header.header-v3 .main_header {
  padding: 0;
  position: relative;
}
header.header-v3 .main_header .tool-set-section {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  background-color: #ffffff;
  height: 3.5rem;
  align-items: center;
  position: relative;
  padding: 0;
}
header.header-v3 .main_header .tool-set-section .logo {
  display: block;
  height: 3.5rem;
  padding: 0.875rem 0.5rem;
}
header.header-v3 .main_header .tool-set-section .logo img {
  max-height: 100%;
}
header.header-v3 .main_header .tool-set-section_right-side {
  width: inherit;
  display: flex;
  justify-content: flex-end;
  padding-right: 3.5rem;
  align-items: center;
}
header.header-v3 .main_header .tool-set-section_right-side.simplified .header-cart-v3 {
  padding-left: 0;
}
header.header-v3 .main_header {
  background: none;
}
header.header-v3 .main_header input[type="checkbox"] {
  transition: all 0.2s;
  box-sizing: border-box;
  display: none;
}
header.header-v3 .main_header .g-container {
  padding: 0;
  width: 100%;
}
header.header-v3 .main_header .g-row {
  margin: 0;
}
header.header-v3 .modal-overlay {
  width: 100%;
  height: 100%;
  padding: 1.125rem;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 99999;
}
header.header-v3 .sign-in-modal-component #sign-in-modal.modal {
  background: rgba(46, 46, 46, 0.9);
}
header.header-v3 .sign-in-account:focus-visible {
  outline: 0.0625rem solid #000000;
  outline-offset: 0.3125rem;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  header.header-v3 .mega-menu-section {
    height: 2.625rem;
  }
  header.header-v3 .mega-menu-section:before {
    content: '';
    position: absolute;
    width: 100%;
    border: solid #d8d8d8;
    border-width: 0.0625rem 0 0 0;
    left: 0;
    z-index: 1;
  }
  header.header-v3 .main_header .tool-set-section {
    height: 5rem;
    display: flex;
    flex-direction: row;
  }
  header.header-v3 .main_header .tool-set-section .brand-logo .logo {
    display: block;
    height: 3.5rem;
    padding: 0.1rem 0.5rem;
  }
  header.header-v3 .main_header .tool-set-section_right-side {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: inherit;
    padding-right: 0;
  }
  header.header-v3 .sign-in-modal-component #sign-in-modal.modal {
    overflow: inherit;
    background: none;
    z-index: 5;
  }
  header.header-v3 .sign-in-modal-component #sign-in-modal .modal-box {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media all and (min-width: 85.375rem) {
  header.header-v3 .mega-menu-section {
    height: 2.625rem;
  }
  header.header-v3 .mega-menu-section:before {
    content: '';
    position: absolute;
    width: 100%;
    border: solid #d8d8d8;
    border-width: 0.0625rem 0 0 0;
    left: 0;
    z-index: 1;
  }
  header.header-v3 .main_header .tool-set-section {
    height: 5rem;
    display: flex;
    flex-direction: row;
  }
  header.header-v3 .main_header .tool-set-section .brand-logo .logo {
    display: block;
    height: 3.5rem;
    padding: 0.1rem 0.5rem;
  }
  header.header-v3 .main_header .tool-set-section_right-side {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: inherit;
    padding-right: 0;
  }
  header.header-v3 .sign-in-modal-component #sign-in-modal.modal {
    overflow: inherit;
    background: none;
    z-index: 5;
  }
  header.header-v3 .sign-in-modal-component #sign-in-modal .modal-box {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media all and (min-width: 85.375rem) {
  .author-mode header.header-v3 .mega-menu-section {
    height: 2.625rem;
  }
  .author-mode header.header-v3 .mega-menu-section:before {
    content: '';
    position: absolute;
    width: 100%;
    border: solid #d8d8d8;
    border-width: 0.0625rem 0 0 0;
    left: 0;
    z-index: 1;
  }
  .author-mode header.header-v3 .main_header .tool-set-section {
    height: 5rem;
    display: flex;
    flex-direction: row;
  }
  .author-mode header.header-v3 .main_header .tool-set-section .brand-logo .logo {
    display: block;
    height: 3.5rem;
    padding: 0.1rem 0.5rem;
  }
  .author-mode header.header-v3 .main_header .tool-set-section_right-side {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: inherit;
    padding-right: 0;
  }
  .author-mode header.header-v3 .sign-in-modal-component #sign-in-modal.modal {
    overflow: inherit;
    background: none;
    z-index: 5;
  }
  .author-mode header.header-v3 .sign-in-modal-component #sign-in-modal .modal-box {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media all and (min-width: 64rem) {
  header.header-v3 {
    z-index: 21;
  }
}
.everydrop .modal.active {
  z-index: 4000;
}
html.modal-open .utility-nav__container,
html .ReactModal__Body--open .utility-nav__container {
  z-index: 1;
}
html.modal-open header.header-v3,
html .ReactModal__Body--open header.header-v3 {
  z-index: 2;
}

.utility-nav-wrapper-mobile {
  text-align: start;
  display: block;
}
.utility-nav-wrapper-mobile .utility-nav__container {
  display: block;
  position: relative;
}
.utility-nav__container {
  display: none;
  background-color: #e2e2e2;
  padding-left: 1rem;
  padding-bottom: 0.75rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1049;
  transform: translateX(150%);
  transition: transform 500ms ease-in-out;
}
.utility-nav__container .hide {
  display: none;
}
.utility-nav__container.visible {
  transform: translateX(0);
}
.utility-nav__container .header-chat-link {
  font-size: 0.75rem;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  height: 1rem;
  font-style: normal;
  line-height: 1.33;
  display: flex;
}
.utility-nav__container .header-chat-link:hover {
  color: #d99e02;
}
.utility-nav__container .header-chat-link-icon-with-text {
  display: flex;
}
.utility-nav__container .header-chat-link-icon {
  align-items: center;
  display: flex;
  margin-right: .5rem;
}
.utility-nav__link {
  font-size: 0.875rem;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  background: unset;
  font-family: "HelveticaNeue", sans-serif;
  text-transform: none;
  padding: 0;
  display: block;
  height: auto;
}
.utility-nav__link:hover {
  color: #d99e02;
  text-decoration: underline !important;
  background: transparent;
}
.utility-nav__link-icon {
  padding-right: 0.5rem;
  display: flex;
  font-size: 1rem;
  align-items: center;
}
.utility-nav__link-icon .icon {
  width: .75rem;
  height: .75rem;
}
.utility-nav__link-wrapper {
  padding-top: 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.utility-nav__link-wrapper .utility-nav__link .location-data {
  font-weight: bold;
}
.utility-nav__link-wrapper .utility-nav__link:focus-visible {
  outline-width: .125rem;
}
.utility-nav__link-wrapper--location {
  position: relative;
  font-family: "HelveticaNeue", sans-serif;
}
.utility-nav__link-wrapper--location .location-nav-dropdown {
  top: 2.5rem;
  right: 0;
  padding: 1rem;
  position: absolute;
  background-color: white;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  width: 17.75rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .button {
  margin-bottom: 0;
  width: 100%;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .button:focus-visible {
  outline-width: .125rem;
  outline-offset: .125rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .location-headline-dropdown {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .location-text-block {
  font-size: 0.75rem;
  line-height: 1.33;
  margin-bottom: 0.5rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .location-text-label {
  font-weight: bold;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location {
  margin-bottom: 1rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code {
  display: flex;
  border: 2px solid #000000;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code .zip-loader,
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code .zip-resolved-checkmark {
  position: inherit;
  align-self: center;
  margin-right: 0.5rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code.zip-code-required {
  border-color: #c80a33;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2 {
  border: 0;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2:focus-visible {
  outline: 0.125rem solid #000000;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .form-input {
  font-size: 0.75rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .close-modal-overlay {
  position: absolute;
  right: 1rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .close-modal-overlay svg {
  height: 0.813rem;
  width: 0.875rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error {
  color: #c41230;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .location-modal-button {
  font-size: 1rem;
  line-height: 1.188rem;
  margin-top: 0.5rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error-wrapper {
  padding-top: 0;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error-wrapper .suggestion-wrapper {
  border-radius: .25rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: .25rem 0;
  align-items: center;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error-wrapper .suggestion-wrapper .suggestion-message,
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error-wrapper .suggestion-wrapper .zip-code-error-message {
  color: #c41230;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-right: 0.5rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown .zip-code-error-wrapper .suggestion-wrapper svg {
  width: 1.375rem;
  margin-top: 0.188rem;
  align-self: flex-start;
  margin-right: 0.375rem;
}
.utility-nav__link-wrapper--location .location-nav-dropdown #update-location-btn:disabled {
  background: #f2f2f2;
}
.utility-nav__cross-site-navigation {
  padding-top: 1rem;
  display: grid;
  grid-template-columns: 7.5rem 7.5rem;
}
.utility-nav__cross-site-navigation-item {
  height: 2rem;
  display: inline-flex;
  width: fit-content;
  margin-bottom: .5rem;
  border-top: .125rem solid transparent;
  border-bottom: .125rem solid transparent;
}
.utility-nav__cross-site-navigation-item.active {
  border-bottom: 0.125rem solid #eeb111;
}
.utility-nav__cross-site-navigation-brands-label {
  font-family: 'HelveticaNeue', sans-serif;
  font-weight: 400;
  font-size: .75rem;
  line-height: 1rem;
  color: #000000;
  padding-bottom: 1.25rem;
}
.utility-nav__cross-site-navigation-link {
  cursor: pointer;
  margin: auto 0;
}
.utility-nav__cross-site-navigation-img {
  max-height: 2rem;
}
.utility-nav__cross-site-navigation-img:focus-visible {
  outline-width: .125rem;
}
.utility-nav .primary-link .ipad-open + .utility-nav-wrapper-mobile .utility-nav__switch-links-navigation {
  background-color: red;
}
.utility-nav__switch-links-navigation--mobile .utility-nav__switch-link-wrapper {
  transition: none;
  background-color: #ffffff;
  box-shadow: inset 0 -0.0625rem 0 #d2d2d2;
  position: relative;
  margin-left: -1rem;
}
.utility-nav__switch-links-navigation--mobile .utility-nav__switch-link {
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #2e2e2e;
  padding: 1.1875rem 0 1.1875rem 1rem;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 48rem) and (max-width: 64rem) {
  .utility-nav__switch-links-navigation--mobile .utility-nav__switch-link {
    padding: 1.5rem 0 1.5rem 1rem;
    align-items: center;
  }
  .utility-nav__switch-links-navigation--mobile .utility-nav__switch-link .utility-nav__switch-text {
    height: 1.875rem;
    align-content: center;
  }
}
.utility-nav__switch-links-navigation--mobile .utility-nav__switch-link-icon {
  margin-right: .5rem;
}
.utility-nav__switch-links-navigation--desktop {
  display: none;
}
.header-v3 .content-block-wrapper {
  background-color: #ffffff;
  padding: 1rem;
  position: relative;
  top: 3.5rem;
}
.header-v3 .content-block-wrapper .close-modal-overlay {
  display: none;
}
.header-v3 .content-block-wrapper .button {
  margin-bottom: 0;
  width: 100%;
}
.header-v3 .content-block-wrapper .button:focus-visible {
  outline-width: .125rem;
  outline-offset: .125rem;
}
.header-v3 .content-block-wrapper .location-headline-dropdown {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.header-v3 .content-block-wrapper .location-text-block {
  font-size: 0.75rem;
  line-height: 1.33;
  margin-bottom: 0.5rem;
}
.header-v3 .content-block-wrapper .location-text-label {
  font-weight: bold;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
.header-v3 .content-block-wrapper .form-block-location {
  margin-bottom: 1rem;
}
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code {
  display: flex;
  border: 2px solid #000000;
}
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code .zip-loader,
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code .zip-resolved-checkmark {
  position: inherit;
  align-self: center;
  margin-right: 0.5rem;
}
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code.zip-code-required {
  border-color: #c80a33;
}
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2 {
  border: 0;
}
.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2:focus-visible {
  outline: 0.125rem solid #000000;
}
.header-v3 .content-block-wrapper .form-input {
  font-size: 0.75rem;
}
.header-v3 .content-block-wrapper .close-modal-overlay {
  position: absolute;
  right: 1rem;
}
.header-v3 .content-block-wrapper .close-modal-overlay svg {
  height: 0.813rem;
  width: 0.875rem;
}
.header-v3 .content-block-wrapper .zip-code-error {
  color: #c41230;
}
.header-v3 .content-block-wrapper .location-modal-button {
  font-size: 1rem;
  line-height: 1.188rem;
  margin-top: 0.5rem;
}
.header-v3 .content-block-wrapper .zip-code-error-wrapper {
  padding-top: 0;
}
.header-v3 .content-block-wrapper .zip-code-error-wrapper .suggestion-wrapper {
  border-radius: .25rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: .25rem 0;
  align-items: center;
}
.header-v3 .content-block-wrapper .zip-code-error-wrapper .suggestion-wrapper .suggestion-message,
.header-v3 .content-block-wrapper .zip-code-error-wrapper .suggestion-wrapper .zip-code-error-message {
  color: #c41230;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-right: 0.5rem;
}
.header-v3 .content-block-wrapper .zip-code-error-wrapper .suggestion-wrapper svg {
  width: 1.375rem;
  margin-top: 0.188rem;
  align-self: flex-start;
  margin-right: 0.375rem;
}
.header-v3 .content-block-wrapper #update-location-btn:disabled {
  background: #f2f2f2;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .utility-nav-wrapper-mobile {
    display: none;
  }
  .modal-box.user-location-modal-box {
    padding: 2.5rem;
  }
  .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .utilityNav {
    background-color: #e2e2e2;
    position: relative;
    z-index: 25;
  }
  .utility-nav__container {
    height: 2.5rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    transform: translateX(0);
    position: relative;
    max-width: 74.5rem;
    margin: 0 auto;
  }
  .utility-nav__container .hide {
    display: none;
  }
  .utility-nav__container .header-chat-link {
    font-size: 0.75rem;
  }
  .utility-nav__container .header-chat-link:focus-visible {
    outline-width: .125rem;
  }
  .utility-nav__container .header-chat-link-icon {
    margin-right: .25rem;
  }
  .utility-nav__link {
    font-size: .75rem;
    line-height: 1.33;
  }
  .utility-nav__link-wrapper {
    padding-left: 1rem;
    padding-top: unset;
    justify-content: center;
  }
  .utility-nav__link-icon {
    padding-right: .25rem;
  }
  .utility-nav__cross-site-navigation {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    padding: 0 0 0 .563rem;
  }
  .utility-nav__cross-site-navigation-brands-label {
    padding-bottom: 0;
  }
  .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.25rem;
  }
  .utility-nav__switch-links-navigation ~ .utility-nav__cross-site-navigation {
    display: none;
  }
  .utility-nav__switch-links-navigation {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
    padding-left: 1.5rem;
  }
  .utility-nav__switch-links-navigation--mobile {
    display: none;
  }
  .utility-nav__switch-links-navigation--desktop {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
  }
  .utility-nav__switch-link-wrapper {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    height: 100%;
    align-items: center;
    display: flex;
  }
  .utility-nav__switch-link-wrapper--primary {
    background-color: #ffffff;
    pointer-events: none;
    cursor: default;
  }
  .utility-nav__switch-link {
    font-family: "Nunito", sans-serif;
    display: flex;
    margin-right: auto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .875rem;
    color: #000000;
  }
  .utility-nav__switch-link:hover {
    color: #000000;
  }
  .utility-nav__switch-link-icon {
    margin-left: .375rem;
  }
  [lang$=CA] .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.5rem;
  }
}
@media (min-width: 64.01rem) and (max-width: 75rem) {
  .utility-nav__cross-site-navigation-item {
    max-width: 4.8127rem;
    margin: 0 0 0 0.25rem;
  }
}
@media all and (min-width: 64.01rem) {
  .author-mode .utility-nav-wrapper-mobile {
    display: none;
  }
  .author-mode .modal-box.user-location-modal-box {
    padding: 2.5rem;
  }
  .author-mode .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .author-mode .utilityNav {
    background-color: #e2e2e2;
    position: relative;
    z-index: 25;
  }
  .author-mode .utility-nav__container {
    height: 2.5rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    transform: translateX(0);
    position: relative;
    max-width: 74.5rem;
    margin: 0 auto;
  }
  .author-mode .utility-nav__container .hide {
    display: none;
  }
  .author-mode .utility-nav__container .header-chat-link {
    font-size: 0.75rem;
  }
  .author-mode .utility-nav__container .header-chat-link:focus-visible {
    outline-width: .125rem;
  }
  .author-mode .utility-nav__container .header-chat-link-icon {
    margin-right: .25rem;
  }
  .author-mode .utility-nav__link {
    font-size: .75rem;
    line-height: 1.33;
  }
  .author-mode .utility-nav__link-wrapper {
    padding-left: 1rem;
    padding-top: unset;
    justify-content: center;
  }
  .author-mode .utility-nav__link-icon {
    padding-right: .25rem;
  }
  .author-mode .utility-nav__cross-site-navigation {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    padding: 0 0 0 .563rem;
  }
  .author-mode .utility-nav__cross-site-navigation-brands-label {
    padding-bottom: 0;
  }
  .author-mode .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.25rem;
  }
  .author-mode .utility-nav__switch-links-navigation ~ .author-mode .utility-nav__cross-site-navigation {
    display: none;
  }
  .author-mode .utility-nav__switch-links-navigation {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
    padding-left: 1.5rem;
  }
  .author-mode .utility-nav__switch-links-navigation--mobile {
    display: none;
  }
  .author-mode .utility-nav__switch-links-navigation--desktop {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
  }
  .author-mode .utility-nav__switch-link-wrapper {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    height: 100%;
    align-items: center;
    display: flex;
  }
  .author-mode .utility-nav__switch-link-wrapper--primary {
    background-color: #ffffff;
    pointer-events: none;
    cursor: default;
  }
  .author-mode .utility-nav__switch-link {
    font-family: "Nunito", sans-serif;
    display: flex;
    margin-right: auto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .875rem;
    color: #000000;
  }
  .author-mode .utility-nav__switch-link:hover {
    color: #000000;
  }
  .author-mode .utility-nav__switch-link-icon {
    margin-left: .375rem;
  }
  .author-mode [lang$=CA] .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.5rem;
  }
}
@media all and (min-width: 85.375rem) {
  .utility-nav-wrapper-mobile {
    display: none;
  }
  .modal-box.user-location-modal-box {
    padding: 2.5rem;
  }
  .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .utilityNav {
    background-color: #e2e2e2;
    position: relative;
    z-index: 25;
  }
  .utility-nav__container {
    height: 2.5rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    transform: translateX(0);
    position: relative;
    max-width: 74.5rem;
    margin: 0 auto;
  }
  .utility-nav__container .hide {
    display: none;
  }
  .utility-nav__container .header-chat-link {
    font-size: 0.75rem;
  }
  .utility-nav__container .header-chat-link:focus-visible {
    outline-width: .125rem;
  }
  .utility-nav__container .header-chat-link-icon {
    margin-right: .25rem;
  }
  .utility-nav__link {
    font-size: .75rem;
    line-height: 1.33;
  }
  .utility-nav__link-wrapper {
    padding-left: 1rem;
    padding-top: unset;
    justify-content: center;
  }
  .utility-nav__link-icon {
    padding-right: .25rem;
  }
  .utility-nav__cross-site-navigation {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    padding: 0 0 0 .563rem;
  }
  .utility-nav__cross-site-navigation-brands-label {
    padding-bottom: 0;
  }
  .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.25rem;
  }
  .utility-nav__switch-links-navigation ~ .utility-nav__cross-site-navigation {
    display: none;
  }
  .utility-nav__switch-links-navigation {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
    padding-left: 1.5rem;
  }
  .utility-nav__switch-links-navigation--mobile {
    display: none;
  }
  .utility-nav__switch-links-navigation--desktop {
    display: flex;
    margin-right: auto;
    height: 100%;
    align-items: center;
  }
  .utility-nav__switch-link-wrapper {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    height: 100%;
    align-items: center;
    display: flex;
  }
  .utility-nav__switch-link-wrapper--primary {
    background-color: #ffffff;
    pointer-events: none;
    cursor: default;
  }
  .utility-nav__switch-link {
    font-family: "Nunito", sans-serif;
    display: flex;
    margin-right: auto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .875rem;
    color: #000000;
  }
  .utility-nav__switch-link:hover {
    color: #000000;
  }
  .utility-nav__switch-link-icon {
    margin-left: .375rem;
  }
  [lang$=CA] .utility-nav__cross-site-navigation-item {
    margin: 0 0 0 1.5rem;
  }
}
@media all and (max-width: 64.01rem) {
  .header-v3 .content-block-wrapper {
    max-width: 28.125rem;
    margin: auto;
  }
}
@media all and (min-width: 48rem) {
  .utility-nav__container .utility-nav__link-wrapper--mobile {
    display: none;
  }
}
[lang$=CA] .utility-nav__container .header-chat-link-icon {
  display: none;
}
@media all and (max-width: 64.01rem) and (orientation: landscape) {
  .header-v3 .content-block-wrapper {
    top: 0;
  }
}
.user-location-modal-box {
  background: #ffffff;
  padding: 1.25rem;
}
.user-location-modal-box .modal-dialog .modal-content .modal-header {
  display: none;
}
.user-location-modal-box .location-block {
  text-align: left;
}
.user-location-modal-box .location-block .button {
  margin-bottom: 0;
  width: 100%;
}
.user-location-modal-box .location-block .button:focus-visible {
  outline-width: .125rem;
  outline-offset: .125rem;
}
.user-location-modal-box .location-block .location-headline-dropdown {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.user-location-modal-box .location-block .location-text-block {
  font-size: 0.75rem;
  line-height: 1.33;
  margin-bottom: 0.5rem;
}
.user-location-modal-box .location-block .location-text-label {
  font-weight: bold;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
.user-location-modal-box .location-block .form-block-location {
  margin-bottom: 1rem;
}
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code {
  display: flex;
  border: 2px solid #000000;
}
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code .zip-loader,
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code .zip-resolved-checkmark {
  position: inherit;
  align-self: center;
  margin-right: 0.5rem;
}
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code.zip-code-required {
  border-color: #c80a33;
}
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2 {
  border: 0;
}
.user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2:focus-visible {
  outline: 0.125rem solid #000000;
}
.user-location-modal-box .location-block .form-input {
  font-size: 0.75rem;
}
.user-location-modal-box .location-block .close-modal-overlay {
  position: absolute;
  right: 1rem;
}
.user-location-modal-box .location-block .close-modal-overlay svg {
  height: 0.813rem;
  width: 0.875rem;
}
.user-location-modal-box .location-block .zip-code-error {
  color: #c41230;
}
.user-location-modal-box .location-block .location-modal-button {
  font-size: 1rem;
  line-height: 1.188rem;
  margin-top: 0.5rem;
}
.user-location-modal-box .location-block .zip-code-error-wrapper {
  padding-top: 0;
}
.user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper {
  border-radius: .25rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: .25rem 0;
  align-items: center;
}
.user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper .suggestion-message,
.user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper .zip-code-error-message {
  color: #c41230;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-right: 0.5rem;
}
.user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper svg {
  width: 1.375rem;
  margin-top: 0.188rem;
  align-self: flex-start;
  margin-right: 0.375rem;
}
.user-location-modal-box .location-block #update-location-btn:disabled {
  background: #f2f2f2;
}

.change-location-v5 {
  z-index: 1051;
}
.change-location-v5 .close-button-wrapper {
  top: -4.9rem;
  right: -4.9rem;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .change-location-v5 .utility-nav-wrapper-mobile {
    display: none;
  }
  .change-location-v5 .modal-box.user-location-modal-box {
    padding: 2.5rem 5rem !important;
    max-width: 42rem;
    margin-top: 8.5rem;
  }
  .change-location-v5 .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .change-location-v5 .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-body.user-location-modal-body {
    margin-top: -1rem;
  }
  .change-location-v5 .utilityNav {
    background-color: #e2e2e2;
    position: relative;
    z-index: 25;
  }
}
@media (min-width: 64.01rem) and (max-width: 75rem) {
  .change-location-v5 .utility-nav__cross-site-navigation-item {
    max-width: 4.8127rem;
    margin: 0 0 0 0.25rem;
  }
}
@media all and (min-width: 64.01rem) {
  .change-location-v5 .author-mode .utility-nav-wrapper-mobile {
    display: none;
  }
  .change-location-v5 .author-mode .modal-box.user-location-modal-box {
    padding: 2.5rem 5rem !important;
    max-width: 42rem;
    margin-top: 8.5rem;
  }
  .change-location-v5 .author-mode .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .change-location-v5 .author-mode .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-body.user-location-modal-body {
    margin-top: -1rem;
  }
  .change-location-v5 .author-mode .utilityNav {
    background-color: #e2e2e2;
    position: relative;
    z-index: 25;
  }
}
@media all and (min-width: 85.375rem) {
  .change-location-v5 .utility-nav-wrapper-mobile {
    display: none;
  }
  .change-location-v5 .modal-box.user-location-modal-box {
    padding: 2.5rem 5rem !important;
    max-width: 42rem;
    margin-top: 8.5rem;
  }
  .change-location-v5 .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .change-location-v5 .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-body.user-location-modal-body {
    margin-top: -1rem;
  }
  .change-location-v5 .utilityNav {
    background-color: #e2e2e2;
    position: relative;
    z-index: 25;
  }
}
@media all and (max-width: 64.01rem) {
  .change-location-v5 .header-v3 .content-block-wrapper {
    max-width: 28.125rem;
    margin: auto;
  }
}
@media all and (min-width: 48rem) {
  .change-location-v5 .utility-nav__container .utility-nav__link-wrapper--mobile {
    display: none;
  }
}
@media all and (max-width: 64.01rem) and (orientation: landscape) {
  .change-location-v5 .header-v3 .content-block-wrapper {
    top: 0;
  }
}
.change-location-v5 .user-location-modal-box {
  background: #ffffff;
  padding: 1.25rem;
}
.change-location-v5 .user-location-modal-box .modal-dialog .modal-content .modal-header {
  display: none;
}
.change-location-v5 .user-location-modal-box .location-block {
  text-align: left;
  padding: 0px;
}
.change-location-v5 .user-location-modal-box .location-block .button {
  margin-bottom: 0;
  width: 100%;
}
.change-location-v5 .user-location-modal-box .location-block .button:focus-visible {
  outline-width: .125rem;
  outline-offset: .125rem;
}
.change-location-v5 .user-location-modal-box .location-block .location-headline-dropdown {
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'Avenir65Medium';
  line-height: 120%;
  color: #000000;
}
.change-location-v5 .user-location-modal-box .location-block .location-text-block {
  font-size: 0.875rem !important;
  margin-bottom: 1.25rem !important;
  line-height: 120% !important;
  font-weight: 400;
  color: #000000;
  font-family: 'Avenir55Roman';
}
.change-location-v5 .user-location-modal-box .location-block .location-text-label {
  font-weight: bold;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
.change-location-v5 .user-location-modal-box .location-block .current-location-block {
  font-weight: 700;
  font-size: 14px;
  gap: 4px;
  display: flex;
  line-height: 120%;
  color: #000000;
}
.change-location-v5 .user-location-modal-box .location-block .location-value {
  color: #000000;
}
.change-location-v5 .user-location-modal-box .location-block .form-location {
  margin-top: 8px;
}
.change-location-v5 .user-location-modal-box .location-block .update-location-block {
  display: flex;
  justify-content: center;
}
.change-location-v5 .user-location-modal-box .location-block .update-location-block .button {
  width: auto;
  font-size: 16px;
  padding: 12px 20px;
}
.change-location-v5 .user-location-modal-box .location-block .form-block-location {
  margin-bottom: 2rem !important;
}
.change-location-v5 .user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code {
  display: flex;
  border: 1px solid #D5D5D5 !important;
}
.change-location-v5 .user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code .zip-loader,
.change-location-v5 .user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code .zip-resolved-checkmark {
  position: inherit;
  align-self: center;
  margin-right: 0.5rem;
}
.change-location-v5 .user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code.zip-code-required {
  border-color: #CF4632 !important;
}
.change-location-v5 .user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2:focus-visible {
  border: 0;
}
.change-location-v5 .user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code input.zip-code-required:focus,
.change-location-v5 .user-location-modal-box .location-block .form-block-location .form-location .form-location-zip-code input.zip-code-required:focus-visible {
  outline: none;
}
.change-location-v5 .user-location-modal-box .location-block .form-input {
  font-size: 0.875rem !important;
  padding: 0.5rem;
  line-height: 120%;
  font-weight: 400;
  color: #5B5B5B;
}
.change-location-v5 .user-location-modal-box .location-block .close-modal-overlay {
  position: absolute;
  right: 1rem;
}
.change-location-v5 .user-location-modal-box .location-block .close-modal-overlay svg {
  height: 0.813rem;
  width: 0.875rem;
}
.change-location-v5 .user-location-modal-box .location-block .zip-code-error {
  color: #c41230;
}
.change-location-v5 .user-location-modal-box .location-block .location-modal-button {
  font-size: 1rem;
  line-height: 1.188rem;
  margin-top: 0.5rem;
}
.change-location-v5 .user-location-modal-box .location-block .zip-code-error-wrapper {
  padding-top: 0;
}
.change-location-v5 .user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper {
  border-radius: .25rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: .25rem 0;
  align-items: center;
  gap: 6px;
}
.change-location-v5 .user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper .zip-validation-error {
  padding-top: 4px;
}
.change-location-v5 .user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper .suggestion-message,
.change-location-v5 .user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper .zip-code-error-message {
  font-size: 0.625rem;
  color: #CF4632;
  line-height: 120%;
  font-weight: 400;
}
.change-location-v5 .user-location-modal-box .location-block .zip-code-error-wrapper .suggestion-wrapper svg {
  width: 1rem;
  height: 1rem;
  margin-top: 0.188rem;
  align-self: flex-start;
  margin-right: 0;
}
.change-location-v5 .user-location-modal-box .location-block #update-location-btn:disabled {
  background: #f2f2f2;
}
@media (max-width: 767px) {
  .change-location-v5 .modal-box.user-location-modal-box {
    padding: 2rem 1rem;
    margin-top: 10rem;
  }
  .change-location-v5 .modal-box.user-location-modal-box .location-block .location-headline-dropdown {
    font-size: 16px;
    margin-top: -1rem;
  }
  .change-location-v5 .modal-box.user-location-modal-box .location-block .form-block-location {
    margin-bottom: 1.25rem;
  }
  .change-location-v5 .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .change-location-v5 .modal-box.user-location-modal-box .modal-dialog .modal-content .close-button-wrapper {
    top: -4.3rem;
    right: -0.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .change-location-v5 .modal-box.user-location-modal-box {
    padding: 2.5rem 5rem;
    margin-top: 10rem;
  }
  .change-location-v5 .modal-box.user-location-modal-box .location-block .location-headline-dropdown {
    margin-top: -1rem;
  }
  .change-location-v5 .modal-box.user-location-modal-box .location-block .form-block-location {
    margin-bottom: 1.25rem;
  }
  .change-location-v5 .modal-box.user-location-modal-box #update-location-btn {
    width: auto;
  }
  .change-location-v5 .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .change-location-v5 .modal-box.user-location-modal-box .modal-dialog .modal-content .close-button-wrapper {
    top: -4.3rem;
    right: -4.6rem;
  }
}
.modal-bg.modal-change-location {
  z-index: 1050;
}

.utility-nav__container .header-chat-link-text {
  color: #000000;
}
.utility-nav__container .header-chat-link-text:hover {
  color: #012f60;
}
.utility-nav__link {
  font-size: 0.75rem;
  line-height: 0.875rem;
}
.utility-nav__link:hover {
  color: #012f60;
}
.utility-nav__link-icon {
  padding-right: 0;
}
.utility-nav__link-icon svg {
  margin-right: 0.5rem;
}
.utility-nav__link-wrapper .utility-nav__link {
  line-height: 0.875rem;
}
.utility-nav__link-wrapper .utility-nav__link .location-data {
  font-style: normal;
  font-weight: 900;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
.utility-nav__container {
  padding-left: .5rem;
}
.utility-nav__link-wrapper {
  width: max-content;
}
@media all and (min-width: 63.938rem) and (max-width: 64rem) {
  .utility-nav__container {
    height: 2rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0 1.5rem 0 0;
    transform: translateX(0);
    position: relative;
    z-index: 1049;
  }
  .utility-nav__link-wrapper {
    font-family: 'Roboto', sans-serif;
    line-height: 0.875rem;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: normal;
    width: auto;
    padding-left: 1rem;
    padding-top: unset;
    justify-content: center;
  }
  .utility-nav .modal-box.user-location-modal-box {
    padding: 2.5rem;
  }
  .utility-nav .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .utility-nav__container {
    height: 2.5rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0 1.25rem 0 0;
    transform: translateX(0);
    position: relative;
    z-index: 1049;
  }
  .utility-nav__container--authorized.hide,
  .utility-nav__container--anonymous.hide {
    display: none;
  }
  .utility-nav__container .header-chat-link {
    font-size: 0.75rem;
  }
  .utility-nav__container .header-chat-link-icon {
    margin-right: .25rem;
  }
  .utility-nav__link-wrapper {
    padding-left: 1rem;
    padding-top: unset;
    justify-content: flex-start !important;
  }
  .utility-nav__link-icon {
    padding-right: .25rem;
  }
  .utility-nav__link-wrapper {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    width: auto;
  }
  .utility-nav__link-wrapper--location {
    font-family: 'Roboto', sans-serif;
  }
  .utility-nav__link-wrapper--location .location-nav-dropdown {
    padding: 0;
  }
  .utility-nav__link-wrapper--location .location-nav-dropdown .location-text-label {
    padding-top: 0.5rem;
    margin-bottom: 0;
    color: #000000;
  }
  .utility-nav__link-wrapper--location .location-nav-dropdown .location-headline-dropdown {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1.25rem;
  }
  .utility-nav__link-wrapper--location .location-nav-dropdown .location-text-block {
    margin-bottom: 1rem;
    line-height: 0.875rem;
    color: #000000;
  }
  .utility-nav__link-wrapper--location .location-nav-dropdown .location-text-label {
    font-size: 0.875rem;
    font-weight: 400;
    color: #231f20;
    line-height: 1rem;
    padding-top: 0;
    margin-bottom: 0.25rem;
  }
  .utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location {
    margin-top: 0;
  }
  .utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code {
    border: 0.0625rem solid rgba(0, 0, 0, 0.15);
  }
  .utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code.zip-code-required {
    border: 0.0625rem solid #012f60;
  }
  .utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2 {
    height: 2.25rem;
    font-size: 0.875rem;
  }
  .utility-nav__link-wrapper--location .location-nav-dropdown .form-input {
    font-size: 1rem;
    line-height: 1.3125rem;
    color: #000000;
    margin-bottom: 0;
  }
  .utility-nav__link-wrapper--location .location-nav-dropdown .location-block {
    padding: 1rem;
  }
  .utility-nav__link-wrapper--location .location-nav-dropdown #update-location-btn {
    height: 2.5rem;
    font-size: 0.875rem;
    font-weight: 900;
    line-height: 1.75rem;
    color: #231f20;
    max-width: 100%;
    border-radius: 4px;
  }
  .utility-nav__link-wrapper:hover .utility-nav__link-icon svg {
    fill: #012f60;
  }
  .utility-nav__link-wrapper:hover .utility-nav__link {
    color: #012f60;
  }
}
@media all and (min-width: 85.375rem) {
  .utility-nav__link-wrapper {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    width: auto;
  }
  .utility-nav__link-wrapper--location {
    font-family: 'Roboto', sans-serif;
  }
  .utility-nav__link-wrapper--location .location-nav-dropdown {
    padding: 0;
  }
  .utility-nav__link-wrapper--location .location-nav-dropdown .location-text-label {
    padding-top: 0.5rem;
    margin-bottom: 0;
    color: #000000;
  }
  .utility-nav__link-wrapper--location .location-nav-dropdown .location-headline-dropdown {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1.25rem;
  }
  .utility-nav__link-wrapper--location .location-nav-dropdown .location-text-block {
    margin-bottom: 1rem;
    line-height: 0.875rem;
    color: #000000;
  }
  .utility-nav__link-wrapper--location .location-nav-dropdown .location-text-label {
    font-size: 0.875rem;
    font-weight: 400;
    color: #231f20;
    line-height: 1rem;
    padding-top: 0;
    margin-bottom: 0.25rem;
  }
  .utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location {
    margin-top: 0;
  }
  .utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code {
    border: 0.0625rem solid rgba(0, 0, 0, 0.15);
  }
  .utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code.zip-code-required {
    border: 0.0625rem solid #012f60;
  }
  .utility-nav__link-wrapper--location .location-nav-dropdown .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2 {
    height: 2.25rem;
    font-size: 0.875rem;
  }
  .utility-nav__link-wrapper--location .location-nav-dropdown .form-input {
    font-size: 1rem;
    line-height: 1.3125rem;
    color: #000000;
    margin-bottom: 0;
  }
  .utility-nav__link-wrapper--location .location-nav-dropdown .location-block {
    padding: 1rem;
  }
  .utility-nav__link-wrapper--location .location-nav-dropdown #update-location-btn {
    height: 2.5rem;
    font-size: 0.875rem;
    font-weight: 900;
    line-height: 1.75rem;
    color: #231f20;
    max-width: 100%;
    border-radius: 4px;
  }
  .utility-nav__link-wrapper:hover .utility-nav__link-icon svg {
    fill: #012f60;
  }
  .utility-nav__link-wrapper:hover .utility-nav__link {
    color: #012f60;
  }
}
@media (min-width: 48rem) and (max-width: 64rem) {
  .utility-nav__container {
    height: 2rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0 1.5rem 0 0;
    transform: translateX(0);
    position: relative;
    z-index: 1049;
  }
  .utility-nav__link-wrapper {
    font-family: 'Roboto', sans-serif;
    line-height: 0.875rem;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: normal;
    width: auto;
    padding-left: 1rem;
    padding-top: unset;
    justify-content: center;
  }
  .utility-nav .modal-box.user-location-modal-box {
    padding: 2.5rem;
  }
  .utility-nav .modal-box.user-location-modal-box .modal-dialog .modal-content .modal-header {
    display: inline-block;
  }
  .utility-nav__container {
    height: 2.5rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0 1.25rem 0 0;
    transform: translateX(0);
    position: relative;
    z-index: 1049;
  }
  .utility-nav__container--authorized.hide,
  .utility-nav__container--anonymous.hide {
    display: none;
  }
  .utility-nav__container .header-chat-link {
    font-size: 0.75rem;
  }
  .utility-nav__container .header-chat-link-icon {
    margin-right: .25rem;
  }
  .utility-nav__link-wrapper {
    padding-left: 1rem;
    padding-top: unset;
    justify-content: flex-start !important;
  }
  .utility-nav__link-icon {
    padding-right: .25rem;
  }
}
/* Declare the same value for min- and max-width to avoid colliding with desktops */
@media only screen and (min-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .utility-nav-wrapper-mobile {
    display: block;
  }
  .utility-nav__link-wrapper {
    justify-content: flex-start;
    width: max-content !important;
  }
}

header.header-v3 {
  border-bottom: 0.15rem solid #e0942f;
  -webkit-tap-highlight-color: transparent;
  box-shadow: none;
  /** iPad Pro 12.9 **/
}
header.header-v3 .main_header .tool-set-section .brand-logo .logo {
  display: flex;
  align-items: center;
  width: 6.875rem;
  height: auto;
  padding: initial;
  margin-left: 1rem;
}
header.header-v3 .location-value {
  color: #353535;
}
header.header-v3 .location-headline-dropdown {
  font-family: 'Roboto', sans-serif;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 900;
  line-height: 1.1875rem;
}
header.header-v3 .content-block-wrapper {
  padding: 0;
}
header.header-v3 .content-block-wrapper .location-text-block {
  margin-bottom: 1rem;
}
header.header-v3 .content-block-wrapper .location-text-label {
  font-size: 0.75rem;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  line-height: 1rem;
}
header.header-v3 .content-block-wrapper .form-block-location .email-form {
  margin-top: 0;
}
header.header-v3 .content-block-wrapper .form-block-location .form-location {
  margin-top: 0;
}
header.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code {
  border: 0.0625rem solid #012f60;
}
header.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code.zip-code-required {
  border: 0.0625rem solid #012f60;
}
header.header-v3 .content-block-wrapper .form-block-location .form-location .form-location-zip-code .mm-zipcode-location-v2 {
  height: 2.25rem;
}
header.header-v3 .content-block-wrapper .form-input {
  font-size: 1rem;
  padding: 0 .8rem;
  line-height: 1rem;
  margin-bottom: 0;
}
header.header-v3 .location-block {
  padding: 1rem;
}
header.header-v3 .header-search-component::after {
  display: none;
}
header.header-v3 .header-suggestions-panel {
  margin-top: 0;
  min-width: initial;
  width: auto;
  border: none;
  border-radius: 0 0 1.25rem 1.25rem;
  background: #ffffff;
  padding-bottom: 1.375rem;
  border-top: 0;
  top: 56%;
  position: absolute;
  z-index: 3;
  transition: opacity .5s;
  -webkit-transition: opacity .5s;
}
header.header-v3 .header-suggestions-panel::before {
  border: none !important;
}
header.header-v3 .header-suggestions-panel .header-suggestions-icon {
  display: block;
}
header.header-v3 .header-suggestions-panel .header-suggestions-icon svg path {
  fill: #bfbfbf;
}
header.header-v3 .header-suggestions-panel .header-suggestions-button {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration-line: underline;
  text-transform: capitalize;
  color: #012f60;
  padding-left: .9375rem;
  text-align: left;
}
header.header-v3 .header-suggestions-panel .header-suggestions-term {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}
header.header-v3 .header-suggestions-panel .header-suggestions-bottom {
  color: #012f60;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.188rem;
}
header.header-v3 .header-suggestions-panel .header-suggestions-item .header-suggestions-link {
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  color: #000000;
  word-wrap: break-word;
}
header.header-v3 .header-search-input {
  border: none;
  background: none;
  font-size: .875rem;
  line-height: 1rem;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  padding: 0 .9rem;
  z-index: 4;
  position: relative;
}
header.header-v3 .header-search-input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
header.header-v3 .header-search-input:focus {
  outline: none;
}
header.header-v3 .header-search-button-icon {
  right: 1.5rem;
}
header.header-v3 .header-search-trigger-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}
header.header-v3 .cart-mini-v3__title-text {
  text-transform: capitalize;
}
header.header-v3 .empty-cart-v3-text {
  text-transform: capitalize;
  vertical-align: top !important;
}
header.header-v3 .sign-in-account__text-container {
  font-family: 'Roboto', sans-serif;
  color: #353535;
}
header.header-v3 .sign-in-account__text-container:hover .sign-in-account__text-bold {
  color: #012f60;
}
header.header-v3 .sign-in-account .login-user-signout {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 0.813rem;
  line-height: 1.25rem;
  text-align: center;
  text-transform: capitalize;
  color: #012f60;
  height: 2.5rem;
}
header.header-v3 .sign-in-account__nav-row .sign-in-account__nav-row--configuration {
  margin: unset;
}
header.header-v3 .sign-in-account__nav-row-item {
  font-size: .875rem;
  line-height: 1rem;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
}
header.header-v3 .sign-in-account__text-bold {
  font-style: normal;
  font-weight: 900;
  color: #353535;
  font-family: 'Roboto', sans-serif;
  font-size: 0.625rem;
  line-height: 0.5rem;
}
header.header-v3 .sign-in-account__second-row {
  font-style: normal;
  font-size: 0.813rem;
  line-height: 1.25rem;
  text-transform: capitalize;
  font-weight: 900;
}
header.header-v3 .sign-in-account__welcome-text {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #353535;
}
header.header-v3 .sign-in-account svg {
  width: 1.25rem;
  height: 1.25rem;
}
header.header-v3 .sign-in-account .menu-close {
  display: none;
}
header.header-v3 .header-search-button {
  z-index: 4;
  outline: none;
}
header.header-v3 .header-search {
  top: 3.65rem;
}
header.header-v3 .header-search .header-search-button {
  padding: 0;
}
header.header-v3 .header-search-form__wrapper.search-v0 .header-search-open.header-search {
  top: 3.65rem !important;
}
header.header-v3 .header-suggestions-open .header-search-form__search-items .header-search-button-icon svg path {
  fill: #000000;
}
header.header-v3 .header-suggestions-open .header-search-form__search-items .header-search-input,
header.header-v3 .header-suggestions-open .header-search-form__search-items .active .header-search-input {
  transition: opacity .5s;
  -webkit-transition: opacity .5s;
}
header.header-v3 .header-suggestions-top {
  border-top: 0.1rem solid #c4c4c4;
  margin: .2rem 1rem 0 .9375rem;
  padding-top: .2rem;
  padding-left: 0;
}
header.header-v3 .active .sign-in-account__text-container {
  color: #353535 !important;
}
header.header-v3 .active .sign-in-account__text-container span {
  color: #353535 !important;
}
header.header-v3 #update-location-btn {
  height: 2.5rem;
  font-size: 0.8125rem;
  font-weight: 900;
  line-height: 1.75rem;
}
header.header-v3 .sign-in-account__nav-row-item.user-name {
  font-size: 1.25rem;
  font-weight: bold;
}
header.header-v3 .sign-in-account__second-row {
  font-size: 0.8125rem;
  display: block;
}
header.header-v3 .sign-in-account__second-row .sign-in-account__text-bold {
  font-size: inherit;
  text-transform: capitalize;
}
header.header-v3 .header-search-button {
  color: #000000;
  background: #e0942f;
}
header.header-v3 .header-search-form__wrapper .header-search-trigger-icon svg {
  width: 1.375rem;
  height: 1.375rem;
}
@media all and (min-width: 63.938rem) and (max-width: 64rem) {
  header.header-v3 {
    border-bottom: 0.25rem solid #012f60;
    border-bottom: 0.25rem solid #e0942f;
  }
  header.header-v3 .header-search-input {
    border-radius: 1.25rem;
    background: #f2f2f2;
    border: 0.063rem solid rgba(70, 70, 70, 0.5);
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.313rem;
    padding: 0 .9rem;
    z-index: 4;
    position: relative;
  }
  header.header-v3 .header-search-button {
    background: none;
  }
  header.header-v3 .header-suggestions-panel {
    width: 100%;
    border: 0.0625rem solid rgba(70, 70, 70, 0.5);
    background: #f2f2f2;
  }
  header.header-v3 .main_header .tool-set-section .brand-logo .logo {
    padding-left: 0;
    margin-left: 0;
    width: 10.875rem;
  }
  header.header-v3 .menu-close {
    display: block;
  }
  header.header-v3 .search-v0 .header-search.header-suggestions-open .header-search-button-icon svg path {
    fill: #e0942f;
  }
  header.header-v3 .search-v0 .header-search-form__wrapper.search-v0 .header-suggestions-open .header-suggestions-panel,
  header.header-v3 .search-v0 .header-suggestions-top {
    padding-top: .625rem;
  }
  header.header-v3 .main_header .tool-set-section .brand-logo .logo {
    margin-left: 1.5rem !important;
    width: 6.875rem !important;
  }
  header.header-v3 #sign-in-modal .modal-box {
    margin: 5rem 0 auto auto;
  }
  header.header-v3 #sign-in-modal .modal-box .sign-in-popup__form .login-title {
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-transform: uppercase;
  }
  header.header-v3 #sign-in-modal .modal-box .sign-in-popup__form .form-label {
    font-family: 'Roboto', sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #353535;
    text-transform: uppercase;
  }
  header.header-v3 #sign-in-modal .modal-box .sign-in-popup__form .form-label::placeholder {
    color: transparent;
  }
  header.header-v3 #sign-in-modal .modal-box .sign-in-popup__form .login-forgot-password-link {
    font-family: 'Roboto', sans-serif;
    font-size: .75rem;
    line-height: 1rem;
    position: relative;
    top: -0.75rem;
  }
  header.header-v3 #sign-in-modal .modal-box .sign-in-popup__form .sign-in-buttons__divider {
    text-transform: capitalize;
  }
  header.header-v3 #sign-in-modal .modal-box .sign-in-popup__form .sing-in-buttons-wrapper div[class^="sign-in-buttons__login-"] {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 0.75rem;
    line-height: 1.313rem;
    font-weight: 900;
    color: #353535;
  }
  header.header-v3 #sign-in-modal .modal-box .sign-in-popup__button {
    display: inline-block;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: .813rem;
    line-height: 1.25rem;
  }
  header.header-v3 .sub-menu-block {
    padding-top: 0;
    padding-bottom: 0;
  }
  header.header-v3 .menu-close {
    display: block;
  }
  header.header-v3 .sign-in-account__nav {
    width: fit-content;
    max-width: 25rem;
    min-width: 20rem;
    right: 6rem;
  }
}
@media all and (min-width: 64rem) {
  header.header-v3 {
    border-bottom: 0.25rem solid #012f60;
  }
  header.header-v3 .header-search-input {
    border-radius: 1.25rem;
    background: #f2f2f2;
    border: 0.063rem solid rgba(70, 70, 70, 0.5);
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.313rem;
    padding: 0 .9rem;
    z-index: 4;
    position: relative;
  }
  header.header-v3 .header-search-button {
    background: none;
  }
  header.header-v3 .header-suggestions-panel {
    width: 100%;
    border: 0.0625rem solid rgba(70, 70, 70, 0.5);
    background: #f2f2f2;
  }
  header.header-v3 .main_header .tool-set-section .brand-logo .logo {
    padding-left: 0;
    margin-left: 0;
    width: 10.875rem;
  }
  header.header-v3 .menu-close {
    display: block;
  }
  header.header-v3 .search-v0 .header-search.header-suggestions-open .header-search-button-icon svg path {
    fill: #e0942f;
  }
  header.header-v3 .search-v0 .header-search-form__wrapper.search-v0 .header-suggestions-open .header-suggestions-panel,
  header.header-v3 .search-v0 .header-suggestions-top {
    padding-top: .625rem;
  }
}
@media (min-width: 48rem) and (max-width: 64rem) {
  header.header-v3 {
    border-bottom: 0.25rem solid #e0942f;
  }
  header.header-v3 .main_header .tool-set-section .brand-logo .logo {
    margin-left: 1.5rem !important;
    width: 6.875rem !important;
  }
  header.header-v3 #sign-in-modal .modal-box {
    margin: 5rem 0 auto auto;
  }
  header.header-v3 #sign-in-modal .modal-box .sign-in-popup__form .login-title {
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-transform: uppercase;
  }
  header.header-v3 #sign-in-modal .modal-box .sign-in-popup__form .form-label {
    font-family: 'Roboto', sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #353535;
    text-transform: uppercase;
  }
  header.header-v3 #sign-in-modal .modal-box .sign-in-popup__form .form-label::placeholder {
    color: transparent;
  }
  header.header-v3 #sign-in-modal .modal-box .sign-in-popup__form .login-forgot-password-link {
    font-family: 'Roboto', sans-serif;
    font-size: .75rem;
    line-height: 1rem;
    position: relative;
    top: -0.75rem;
  }
  header.header-v3 #sign-in-modal .modal-box .sign-in-popup__form .sign-in-buttons__divider {
    text-transform: capitalize;
  }
  header.header-v3 #sign-in-modal .modal-box .sign-in-popup__form .sing-in-buttons-wrapper div[class^="sign-in-buttons__login-"] {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 0.75rem;
    line-height: 1.313rem;
    font-weight: 900;
    color: #353535;
  }
  header.header-v3 #sign-in-modal .modal-box .sign-in-popup__button {
    display: inline-block;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: .813rem;
    line-height: 1.25rem;
  }
  header.header-v3 .sub-menu-block {
    padding-top: 0;
    padding-bottom: 0;
  }
  header.header-v3 .menu-close {
    display: block;
  }
  header.header-v3 .sign-in-account__nav {
    width: fit-content;
    max-width: 25rem;
    min-width: 20rem;
    right: 6rem;
  }
}
@media (min-width: 48rem) and (max-width: 64rem) and (orientation: landscape) {
  header.header-v3 .main_header .tool-set-section {
    height: 4.5rem;
  }
  header.header-v3 .main_header .tool-set-section_right-side {
    padding-right: 4.5rem;
  }
  header.header-v3 .mega-menu-section {
    height: 0;
  }
  header.header-v3 .sign-in-account__nav {
    top: 4.75rem;
  }
}
@media only screen and (min-device-width: 64rem) and (max-device-width: 85.375rem) and (-webkit-min-device-pixel-ratio: 2) {
  header.header-v3 {
    border-bottom: 0.25rem solid #e0942f;
  }
  header.header-v3 .main_header .tool-set-section .brand-logo .logo {
    margin-left: 1.5rem !important;
    width: 6.875rem !important;
  }
  header.header-v3 #sign-in-modal .modal-box {
    margin: 5rem 0 auto auto;
  }
  header.header-v3 #sign-in-modal .modal-box .sign-in-popup__form .login-title {
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-transform: uppercase;
  }
  header.header-v3 #sign-in-modal .modal-box .sign-in-popup__form .form-label {
    font-family: 'Roboto', sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #353535;
    text-transform: uppercase;
  }
  header.header-v3 #sign-in-modal .modal-box .sign-in-popup__form .form-label::placeholder {
    color: transparent;
  }
  header.header-v3 #sign-in-modal .modal-box .sign-in-popup__form .login-forgot-password-link {
    font-family: 'Roboto', sans-serif;
    font-size: .75rem;
    line-height: 1rem;
    position: relative;
    top: -0.75rem;
  }
  header.header-v3 #sign-in-modal .modal-box .sign-in-popup__form .sign-in-buttons__divider {
    text-transform: capitalize;
  }
  header.header-v3 #sign-in-modal .modal-box .sign-in-popup__form .sing-in-buttons-wrapper div[class^="sign-in-buttons__login-"] {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 0.75rem;
    line-height: 1.313rem;
    font-weight: 900;
    color: #353535;
  }
  header.header-v3 #sign-in-modal .modal-box .sign-in-popup__button {
    display: inline-block;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: .813rem;
    line-height: 1.25rem;
  }
  header.header-v3 .sub-menu-block {
    padding-top: 0;
    padding-bottom: 0;
  }
  header.header-v3 .menu-close {
    display: block;
  }
  header.header-v3 .sign-in-account__nav {
    width: fit-content;
    max-width: 25rem;
    min-width: 20rem;
    right: 6rem;
  }
}
@media only screen and (min-device-width: 64rem) and (max-device-width: 85.375rem) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  header.header-v3 .main_header .tool-set-section {
    height: 4.5rem;
  }
  header.header-v3 .main_header .tool-set-section_right-side {
    padding-right: 4.5rem;
  }
  header.header-v3 .mega-menu-section {
    height: 0;
  }
  header.header-v3 .sign-in-account__nav {
    top: 4.75rem;
  }
}
.responsivegrid.sticky-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: white;
  z-index: 3;
}

.global-navigation {
  height: 0;
}
.global-navigation .sidebar-icon-toggle {
  transition: all 0.2s;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #edb110;
  -webkit-tap-highlight-color: transparent;
}
.global-navigation .sidebar-icon-toggle .sidebar-icon-toggle_icon {
  margin: 1rem 1rem 0 1rem;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle {
  background-color: #eeeeee;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle .horizontal {
  transition: all 0.2s;
  box-sizing: border-box;
  opacity: 0;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle .horizontal.mobile-menu-close-text {
  opacity: unset;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.625rem;
  font-weight: bold;
  color: #000000;
  display: block;
  width: 100%;
  text-align: center;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle .horizontal.mobile-menu-text {
  display: none;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle .diagonal.part-1 {
  transition: all .2s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: .625rem;
  height: 0.25rem;
  border-radius: 0.25rem;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle .diagonal.part-2 {
  transition: all .2s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -0.56rem;
  height: 0.25rem;
  border-radius: 0.25rem;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .global-menu {
  transform: translateX(0);
  border-top: solid 2px #edb110;
  overflow-y: auto;
}
.global-navigation .spinner-mobile {
  transition: all 0.2s;
  box-sizing: border-box;
  position: absolute;
  height: 0.125rem;
  width: 100%;
  border-radius: 20%;
  background-color: #000000;
}
.global-navigation .diagonal.part-1 {
  position: relative;
  transition: all 0.2s;
  box-sizing: border-box;
  float: left;
}
.global-navigation .diagonal.part-2 {
  transition: all 0.2s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 0.1875rem;
}
.global-navigation .horizontal {
  transition: all 0.2s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 0.1875rem;
}
.global-navigation .horizontal.mobile-menu-close-text {
  display: none;
}
.global-navigation .mobile-menu-text {
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.625rem;
  font-weight: bold;
  color: #000000;
  width: 100%;
  text-align: center;
}
.global-navigation .global-menu_container .primary-link.hidden {
  display: none;
  transition: 0.2s;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .global-navigation {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: inherit;
  }
  .global-navigation .sidebar-icon-toggle {
    display: none;
  }
  .global-navigation .global-navigation {
    margin: 0 8.4375rem 0 8.4375rem;
  }
  .global-navigation input[type="checkbox"]:not(:checked)#openGlobalMenuTrigger ~ .global-menu {
    display: flex;
  }
  .global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .global-menu {
    transform: none;
    border-top: none;
  }
}
@media all and (min-width: 85.375rem) {
  .global-navigation {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: inherit;
  }
  .global-navigation .sidebar-icon-toggle {
    display: none;
  }
  .global-navigation .global-navigation {
    margin: 0 8.4375rem 0 8.4375rem;
  }
  .global-navigation input[type="checkbox"]:not(:checked)#openGlobalMenuTrigger ~ .global-menu {
    display: flex;
  }
  .global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .global-menu {
    transform: none;
    border-top: none;
  }
}
@media all and (min-width: 85.375rem) {
  .author-mode .global-navigation {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: inherit;
  }
  .author-mode .global-navigation .sidebar-icon-toggle {
    display: none;
  }
  .author-mode .global-navigation .global-navigation {
    margin: 0 8.4375rem 0 8.4375rem;
  }
  .author-mode .global-navigation input[type="checkbox"]:not(:checked)#openGlobalMenuTrigger ~ .global-menu {
    display: flex;
  }
  .author-mode .global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .global-menu {
    transform: none;
    border-top: none;
  }
}
@media all and (max-width: 63.938rem) {
  .global-menu_container .primary-link.open {
    background-color: transparent !important;
    transition: none;
  }
}
/* Declare the same value for min- and max-width to avoid colliding with desktops */
@media only screen and (min-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .global-menu_container {
    display: block !important;
  }
  .global-menu_container .primary-link.open ~ .hidden-slider,
  .global-menu_container .primary-link.ipad-open ~ .hidden-slider {
    opacity: 0 !important;
  }
  .global-navigation .global-menu_container .primary-link.ipad-open.open {
    background-color: #edb110;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    .global-menu_container {
      display: block !important;
    }
    .global-navigation .global-menu_container .primary-link.open {
      background-color: #edb110;
      transition: .5s;
    }
    .global-menu_container .hidden-slider {
      display: none !important;
    }
    .global-menu_container .primary-link.open ~ .hidden-slider,
    .global-menu_container .primary-link.ipad-open ~ .hidden-slider {
      opacity: 0 !important;
    }
  }
}
@media not all and (min-resolution: 0.001dpcm) and only screen and (max-width: 48rem) {
  .global-navigation .global-menu_container .primary-link.open {
    background-color: transparent;
    transition: none;
  }
}
@supports (-webkit-hyphens:none) {
  .global-menu_container {
    display: block !important;
  }
  .global-navigation .global-menu_container .primary-link.open {
    background-color: #edb110;
    transition: .5s;
  }
  .global-menu_container .hidden-slider {
    display: none !important;
  }
  .global-menu_container .primary-link.open ~ .hidden-slider,
  .global-menu_container .primary-link.ipad-open ~ .hidden-slider {
    opacity: 0 !important;
  }
}
.keyboard-navigation .global-menu_container li:active,
.keyboard-navigation .global-menu_container li a:active {
  outline: unset !important;
}
.keyboard-navigation .global-menu_container .primary-link:focus {
  transition: none;
  outline: 0.125rem solid #000000;
  outline-offset: -0.25rem;
}
.global-menu {
  left: 0;
  width: 100%;
  transform: translateX(150%);
  transition: transform 500ms ease-in-out;
  background: #ffffff;
  height: 100vh;
  -webkit-tap-highlight-color: transparent;
}
.global-menu_container {
  list-style-type: none;
  margin: 0;
  align-items: center;
  color: #000000;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  font-family: "HelveticaNeue", sans-serif;
  padding: 0;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.1);
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  background: #ffffff;
}
.global-menu_container .hidden-slider {
  display: none;
}
.global-menu_container li:active,
.global-menu_container li a:active {
  outline: none !important;
}
.global-menu_container .primary-link {
  display: inline-block;
  padding: .313rem 0;
  width: 100%;
  position: relative;
  transition: 0.5s;
}
.global-menu_container .primary-link > .global-menu_flyout {
  display: none;
}
.global-menu_container .primary-link:not(:first-child) {
  border-top: solid 1px #dedede;
}
.global-menu_container .primary-link .link-arrow-right {
  content: '';
  transition: 0.5s;
  border: solid #898989;
  border-width: 0 0.125rem 0.125rem 0;
  display: inline-block;
  padding: 0.1875rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 1.5rem;
  right: 1rem;
}
.global-menu_container .primary-link .primary-link_control-panel {
  margin-left: 1rem;
  line-height: 3rem;
  min-height: 3rem;
}
.global-menu_container .primary-link.expanded-link .primary-link_href {
  transition: 0.5s;
  font-weight: bold;
  color: #edb110;
}
.global-menu_container .primary-link.expanded-link .link-arrow-right {
  border: solid #edb110;
  border-width: 0 0.125rem 0.125rem 0;
  transition: 0.5s;
  transform: rotate(-135deg);
}
.global-menu_container .primary-link.expanded-link .link-arrow-left {
  display: none;
}
.global-menu_container .primary-link.expanded-link .global-menu_flyout {
  display: block;
  background: #ffffff;
  width: 100%;
  transition: all 0.5s;
  border-top: solid 1px #dedede;
}
.global-menu_container .primary-link .primary-link_href {
  transition: 0.5s;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 1rem;
  color: #000000;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
}
.global-menu_container .primary-link.selected {
  text-align: center;
  transition: 0.5s;
}
.global-menu_container .primary-link.selected .link-arrow-right {
  display: none;
}
.global-menu_container .primary-link.selected .link-arrow-left {
  content: '';
  transition: 0.5s;
  border: solid #000000;
  border-width: 0 0.125rem 0.125rem 0;
  display: inline-block;
  padding: 0.1875rem;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 1.5rem;
  left: 1rem;
}
.global-menu_container .primary-link.selected .primary-link_href {
  font-weight: bold;
}
.global-menu_container .primary-link.hidden {
  transition: 0.5s;
  display: none;
}
.global-menu .sub-menu-head span {
  font-weight: 600;
}
.global-menu .g-row .g-col-6 .single-high {
  margin-top: 0;
}
.global-menu .user_links img {
  margin: 0 auto;
}
.global-menu .user_links__utilities {
  font-size: 0.625rem !important;
  text-transform: uppercase !important;
  padding: 0 !important;
  line-height: 1.375rem;
  text-align: center;
  color: #2e2e2e;
  border-bottom: 0 !important;
}
.global-menu .column_border-right {
  border-right: 0.0625rem solid #eee;
}
.global-menu .padding_left_column {
  padding-left: 1.875rem;
}
.global-menu .column_padding_bottom {
  padding-bottom: 1.5625rem;
}
.global-menu .contact_details {
  margin-bottom: 1.25rem;
}
.global-menu .live_chat {
  padding-bottom: 1.5625rem;
  padding-left: 1.9375rem;
}
.global-menu .main {
  margin: 0 auto;
  display: block;
  height: 100%;
}
.global-menu .mainInner {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}
.global-menu .mainInner div {
  display: table-cell;
  vertical-align: middle;
  font-size: 3em;
  font-weight: bold;
  letter-spacing: 0.078125rem;
}
.global-menu .main-menu {
  padding: 0;
}
.global-menu .main-menu li {
  padding-left: 2.3125rem;
  border-bottom: 0.0625rem solid #dadada;
  background-color: #eee;
}
.global-menu .always_visible {
  display: block;
}
.global-menu .padding_left_column {
  padding: 0 0.625rem;
}
.global-menu .g-row-mobile {
  background: #eee;
}
.global-menu .display-none-mobile {
  display: none;
}
.global-menu .user_links .header-suggestions-panel .header-suggestions-button {
  font-weight: 500;
  font-size: 0.6875rem !important;
  line-height: 1.5rem !important;
  display: flex;
  align-items: center;
  color: #c41230 !important;
  text-transform: capitalize !important;
}
.global-menu .overlay-menu {
  display: none !important;
}
.global-menu .mega-menu-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  background-origin: content-box;
  width: 1.4375rem;
  height: 1.4375rem;
  float: right;
}
.global-menu .column_border-right {
  padding-left: 0;
  padding-right: 0;
}
.global-menu .content-hidden-mobile {
  display: none;
}
.global-menu .header-logged-out {
  text-align: center;
}
.global-menu .main-menu-svg-fill {
  width: 1.0625rem;
  height: 1.0625rem;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .global-menu {
    display: flex;
    justify-content: space-between;
    height: inherit;
    transform: none;
    transition: none;
    padding-bottom: 0;
  }
  .global-menu .tool-set-section {
    margin: 0 8.4375rem 0 8.4375rem;
    height: 5rem;
  }
  .global-menu_container {
    padding: 0;
    display: flex;
    height: 2.625rem;
    position: initial;
    overflow: hidden;
  }
  .global-menu_container .hidden-slider {
    display: block;
    position: absolute;
    width: 9.375rem;
    height: 2.625rem;
    top: 5rem;
    left: 0;
    background: #edb110;
    z-index: 0;
    transition: 0.5s;
    opacity: 0;
  }
  .global-menu_container .primary-link {
    padding: 0.625rem 0;
    position: initial;
    z-index: 1;
  }
  .global-menu_container .primary-link .primary-link_control-panel {
    line-height: unset;
    min-height: unset;
  }
  .global-menu_container .primary-link.open > .global-menu_flyout {
    display: block;
    position: absolute;
    background: #ffffff;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 7.5625rem;
    cursor: auto;
  }
  .global-menu_container .primary-link.open > .global-menu_flyout .global-menu_flyout-border {
    width: 100%;
    border-bottom: solid 0.1875rem #edb110;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  }
  .global-menu_container .primary-link.open > .global-menu_flyout .g-container {
    margin-top: 0.1875rem;
  }
  .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:before,
  .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:after {
    display: none;
  }
  .global-menu_container .primary-link .link-arrow-right {
    display: none;
  }
  .global-menu_container .primary-link .link-arrow-left {
    display: none;
  }
  .global-menu_container .primary-link:not(:first-child) {
    border-top: none;
  }
  .global-menu_container .primary-link:first-of-type:focus {
    border-left: 0.0625rem solid;
  }
  .global-menu_container .primary-link .primary-link_href {
    font-family: "HelveticaNeue", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.19;
    color: #000000;
    margin-left: 0.5rem;
  }
  .global-menu_container .primary-link .primary-link_href:focus {
    outline: 0.0625rem solid #000000;
  }
  .global-menu_container .primary-link .primary-link_href:hover {
    text-decoration: underline;
  }
  .global-menu_container .primary-link .primary-link_href:after {
    display: none;
  }
  .global-menu_container .primary-link.open ~ .hidden-slider {
    opacity: 1;
  }
  .global-menu_container .primary-link.expanded-link .primary-link_control-panel {
    padding-bottom: inherit;
  }
  .global-menu_container .primary-link.expanded-link .primary-link_href {
    transition: none;
    font-weight: bold;
    color: #000000;
  }
  .global-menu_container .primary-link.expanded-link .link-arrow-right {
    border: none;
    display: none;
  }
  .global-menu_container .primary-link.expanded-link .link-arrow-left {
    display: none;
  }
  .global-menu_container .primary-link.expanded-link .global-menu_flyout {
    transition: none;
    border-top: inherit;
  }
}
@media all and (min-width: 85.375rem) {
  .global-menu {
    display: flex;
    justify-content: space-between;
    height: inherit;
    transform: none;
    transition: none;
    padding-bottom: 0;
  }
  .global-menu .tool-set-section {
    margin: 0 8.4375rem 0 8.4375rem;
    height: 5rem;
  }
  .global-menu_container {
    padding: 0;
    display: flex;
    height: 2.625rem;
    position: initial;
    overflow: hidden;
  }
  .global-menu_container .hidden-slider {
    display: block;
    position: absolute;
    width: 9.375rem;
    height: 2.625rem;
    top: 5rem;
    left: 0;
    background: #edb110;
    z-index: 0;
    transition: 0.5s;
    opacity: 0;
  }
  .global-menu_container .primary-link {
    padding: 0.625rem 0;
    position: initial;
    z-index: 1;
  }
  .global-menu_container .primary-link .primary-link_control-panel {
    line-height: unset;
    min-height: unset;
  }
  .global-menu_container .primary-link.open > .global-menu_flyout {
    display: block;
    position: absolute;
    background: #ffffff;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 7.5625rem;
    cursor: auto;
  }
  .global-menu_container .primary-link.open > .global-menu_flyout .global-menu_flyout-border {
    width: 100%;
    border-bottom: solid 0.1875rem #edb110;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  }
  .global-menu_container .primary-link.open > .global-menu_flyout .g-container {
    margin-top: 0.1875rem;
  }
  .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:before,
  .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:after {
    display: none;
  }
  .global-menu_container .primary-link .link-arrow-right {
    display: none;
  }
  .global-menu_container .primary-link .link-arrow-left {
    display: none;
  }
  .global-menu_container .primary-link:not(:first-child) {
    border-top: none;
  }
  .global-menu_container .primary-link:first-of-type:focus {
    border-left: 0.0625rem solid;
  }
  .global-menu_container .primary-link .primary-link_href {
    font-family: "HelveticaNeue", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.19;
    color: #000000;
    margin-left: 0.5rem;
  }
  .global-menu_container .primary-link .primary-link_href:focus {
    outline: 0.0625rem solid #000000;
  }
  .global-menu_container .primary-link .primary-link_href:hover {
    text-decoration: underline;
  }
  .global-menu_container .primary-link .primary-link_href:after {
    display: none;
  }
  .global-menu_container .primary-link.open ~ .hidden-slider {
    opacity: 1;
  }
  .global-menu_container .primary-link.expanded-link .primary-link_control-panel {
    padding-bottom: inherit;
  }
  .global-menu_container .primary-link.expanded-link .primary-link_href {
    transition: none;
    font-weight: bold;
    color: #000000;
  }
  .global-menu_container .primary-link.expanded-link .link-arrow-right {
    border: none;
    display: none;
  }
  .global-menu_container .primary-link.expanded-link .link-arrow-left {
    display: none;
  }
  .global-menu_container .primary-link.expanded-link .global-menu_flyout {
    transition: none;
    border-top: inherit;
  }
}
@media all and (min-width: 48rem) {
  .global-menu__search {
    display: none;
  }
}
@media all and (min-width: 85.375rem) {
  .author-mode .global-menu {
    display: flex;
    justify-content: space-between;
    height: inherit;
    transform: none;
    transition: none;
    padding-bottom: 0;
  }
  .author-mode .global-menu .tool-set-section {
    margin: 0 8.4375rem 0 8.4375rem;
    height: 5rem;
  }
  .author-mode .global-menu_container {
    padding: 0;
    display: flex;
    height: 2.625rem;
    position: initial;
    overflow: hidden;
  }
  .author-mode .global-menu_container .hidden-slider {
    display: block;
    position: absolute;
    width: 9.375rem;
    height: 2.625rem;
    top: 5rem;
    left: 0;
    background: #edb110;
    z-index: 0;
    transition: 0.5s;
    opacity: 0;
  }
  .author-mode .global-menu_container .primary-link {
    padding: 0.625rem 0;
    position: initial;
    z-index: 1;
  }
  .author-mode .global-menu_container .primary-link .primary-link_control-panel {
    line-height: unset;
    min-height: unset;
  }
  .author-mode .global-menu_container .primary-link.open > .global-menu_flyout {
    display: block;
    position: absolute;
    background: #ffffff;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 7.5625rem;
    cursor: auto;
  }
  .author-mode .global-menu_container .primary-link.open > .global-menu_flyout .global-menu_flyout-border {
    width: 100%;
    border-bottom: solid 0.1875rem #edb110;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  }
  .author-mode .global-menu_container .primary-link.open > .global-menu_flyout .g-container {
    margin-top: 0.1875rem;
  }
  .author-mode .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:before,
  .author-mode .global-menu_container .primary-link.open > .global-menu_flyout .sub-menu-block .aem-Grid:after {
    display: none;
  }
  .author-mode .global-menu_container .primary-link .link-arrow-right {
    display: none;
  }
  .author-mode .global-menu_container .primary-link .link-arrow-left {
    display: none;
  }
  .author-mode .global-menu_container .primary-link:not(:first-child) {
    border-top: none;
  }
  .author-mode .global-menu_container .primary-link:first-of-type:focus {
    border-left: 0.0625rem solid;
  }
  .author-mode .global-menu_container .primary-link .primary-link_href {
    font-family: "HelveticaNeue", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.19;
    color: #000000;
    margin-left: 0.5rem;
  }
  .author-mode .global-menu_container .primary-link .primary-link_href:focus {
    outline: 0.0625rem solid #000000;
  }
  .author-mode .global-menu_container .primary-link .primary-link_href:hover {
    text-decoration: underline;
  }
  .author-mode .global-menu_container .primary-link .primary-link_href:after {
    display: none;
  }
  .author-mode .global-menu_container .primary-link.open ~ .hidden-slider {
    opacity: 1;
  }
  .author-mode .global-menu_container .primary-link.expanded-link .primary-link_control-panel {
    padding-bottom: inherit;
  }
  .author-mode .global-menu_container .primary-link.expanded-link .primary-link_href {
    transition: none;
    font-weight: bold;
    color: #000000;
  }
  .author-mode .global-menu_container .primary-link.expanded-link .link-arrow-right {
    border: none;
    display: none;
  }
  .author-mode .global-menu_container .primary-link.expanded-link .link-arrow-left {
    display: none;
  }
  .author-mode .global-menu_container .primary-link.expanded-link .global-menu_flyout {
    transition: none;
    border-top: inherit;
  }
}
.noscroll {
  overflow: hidden !important;
  position: relative;
  height: 100%;
  max-height: 100vh;
}
.header-less-overlay {
  top: 3.7rem;
  left: 0;
  width: 100%;
  height: calc(100% - 3.7rem);
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}

#menuNavTopInsiderId .primary-link_href {
  color: #FFFFFF;
}
#menuNavTopInsiderId.primary-link {
  background: #2A5DAF;
  padding: 10px 22px 10px 16px;
}
#menuNavTopInsiderId.primary-link:hover {
  background: #012F60;
}
#menuNavTopInsiderId.primary-link .primary-link_control-panel {
  margin-left: 0;
}
.global-navigation .spinner-mobile {
  background-color: #000000;
}
.global-navigation .mobile-menu-text {
  color: #000000;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle .sidebar-icon-toggle_icon {
  margin: 0.75rem 1rem 0 1rem;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle .diagonal.part-1,
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle .diagonal.part-2 {
  color: #000000;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .global-menu {
  border-top: solid 0.125rem #e0942f;
}
.global-navigation .global-menu__search .header-search-form__search-items .header-search-input {
  background: none;
}
.global-navigation .global-menu__search .header-search-form__search-items .header-search-button {
  top: .3rem;
  right: .5rem;
}
.global-navigation .global-menu__search .header-search-form__search-items .header-suggestions-panel .header-suggestions-top {
  padding-top: .5rem;
}
.global-navigation .global-menu__search .header-search-form__search-items .header-suggestions-panel .header-suggestions-bottom {
  padding-left: .25rem;
}
.global-navigation .global-menu_container .primary-link {
  display: inline-block;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  transition: none;
  z-index: initial;
}
.global-navigation .global-menu_container .primary-link:focus,
.global-navigation .global-menu_container .primary-link *:focus {
  outline: none;
}
.global-navigation .global-menu_container .primary-link.selected {
  text-align: left;
}
.global-navigation .global-menu_container .primary-link.selected .link-arrow-left {
  left: 1.25rem;
  border: solid #231f20;
  border-width: 0 0.125rem 0.125rem 0;
}
.global-navigation .global-menu_container .primary-link.expanded-link {
  padding-bottom: 0;
}
.global-navigation .global-menu_container .primary-link.expanded-link.selected .primary-link_href {
  color: #000000;
  font-size: 0.875rem;
  line-height: 1rem;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-align: center;
}
.global-navigation .global-menu_container .primary-link.expanded-link.selected .primary-link_control-panel {
  margin: auto;
}
.global-navigation .global-menu_container .primary-link.expanded-link .primary-link_href {
  color: #000000;
  font-size: 0.875rem;
  line-height: 1rem;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-align: center;
}
.global-navigation .global-menu_container .primary-link.expanded-link .global-menu_flyout {
  padding-left: 0;
}
.global-navigation .global-menu_container .primary-link .link-arrow-right {
  border: solid #bfbfbf;
  border-width: 0 .125rem .125rem 0;
  padding: 0.2875rem;
}
.global-navigation .global-menu_container .primary-link_href {
  color: #000000;
  font-style: normal;
  line-height: 1rem;
  text-transform: capitalize;
  text-align: center;
  width: fit-content;
  font-family: "Roboto", sans-serif;
  font-size: .875rem;
  font-weight: normal;
}
.global-navigation .global-menu_container .primary-link_href:hover {
  color: #012f60;
  text-decoration: none;
}
.global-navigation .global-menu_container .primary-link .primary-link_control-panel {
  display: flex;
  align-items: center;
  text-align: center;
  width: fit-content;
  margin: 0 0 0 1rem;
}
.global-navigation .global-menu_container .primary-link .sub-menu-block {
  padding-top: 0;
}
.global-navigation .global-menu_container .primary-link:first-of-type {
  left: 0rem;
}
.global-navigation .global-menu_container .hidden-slider {
  background: #012f60;
  height: 0.125rem;
  top: 7.2rem;
}
.global-navigation .mobile-menu-close-text {
  padding-top: .25rem;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle .sidebar-icon-toggle_icon .spinner-mobile {
  background-color: #000000;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle .horizontal.mobile-menu-close-text {
  font-size: 0.59375rem;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle .diagonal.part-1 {
  margin-top: .65rem;
  height: 0.125rem;
  margin-left: 0.25rem;
  width: 70%;
}
.global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .sidebar-icon-toggle .diagonal.part-2 {
  margin-top: -0.46rem;
  height: 0.125rem;
  margin-left: 0.25rem;
  width: 70%;
}
.global-navigation .mobile-menu-text {
  font-size: 0.59375rem;
}
.global-navigation .sub-menu-block {
  display: block;
}
.global-navigation .sidebar-icon-toggle {
  background: #e0942f;
}
.global-navigation .global-menu_container .primary-link .link-arrow-right {
  right: 1.6rem;
  top: 1.5rem;
}
.global-navigation .global-menu_container .primary-link.hidden {
  display: none;
  transition: 0.2s;
}
.global-navigation .global-menu_container .primary-link.selected .link-arrow-right {
  display: none;
}
.global-navigation .global-menu_container .primary-link.selected .link-arrow-left {
  top: 1.5625rem;
}
.global-navigation .global-menu_container .primary-link.selected.expanded-link {
  border-top: none;
}
@media (min-width: 48rem) and (max-width: 64rem) and (orientation: portrait) {
  .global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .global-menu {
    transform: translateX(65%);
    height: auto;
    box-shadow: none;
  }
  .global-navigation .global-menu_container {
    max-width: 35%;
  }
}
@media (min-width: 48rem) and (max-width: 64rem) and (orientation: landscape) {
  .global-navigation .sidebar-icon-toggle {
    display: block;
    width: 4.5rem;
    height: 4.5rem;
  }
  .global-navigation input[type="checkbox"]:checked#openGlobalMenuTrigger ~ .global-menu {
    transform: translateX(65%);
    height: 100%;
    box-shadow: none;
  }
  .global-navigation .global-menu_container {
    max-width: 35%;
  }
}
@media (min-width: 64rem) {
  .global-navigation #globalMenuContainerId .primary-link.ipad-open {
    padding-left: 1.2rem;
    padding-right: 1.8rem;
  }
  .global-navigation #globalMenuContainerId .primary-link_control-panel {
    width: max-content;
  }
  .global-navigation #globalMenuId.global-menu_container {
    overflow: inherit;
  }
  .global-navigation .global-menu_container .primary-link {
    padding-left: 1.5rem;
    padding-right: 2.15rem;
    z-index: 1;
    width: fit-content;
  }
  .global-navigation .global-menu_container .primary-link:focus,
  .global-navigation .global-menu_container .primary-link *:focus {
    outline: 0.0625rem solid #000000;
  }
  .global-navigation .global-menu_container .primary-link .sub-menu-block {
    padding-top: 0.0625rem;
  }
  .global-navigation .global-menu_container .primary-link_href {
    color: #012f60;
    line-height: 1rem;
    text-transform: capitalize;
    font-weight: bold;
  }
  .global-navigation .global-menu_container .primary-link .global-menu_flyout .global-menu_flyout-border {
    border-bottom: none;
    box-shadow: none;
  }
  .global-navigation .global-menu_container .primary-link:hover > .global-menu_flyout {
    box-shadow: 0px 4px 8px rgba(47, 35, 3, 0.2), inset 0px 6px 4px -4px rgba(47, 35, 3, 0.25);
  }
}
@media (min-width: 48rem) and (max-width: 64rem) and (orientation: landscape) {
  .header-menu-overlay {
    top: 7.25rem;
    height: calc(92.75%);
  }
}

.sign-in-modal-component #sign-in-modal.modal {
  padding: 0 1rem;
}
.sign-in-modal-component #sign-in-modal .modal-box {
  margin-top: 1rem;
}
.sign-in-modal-component #sign-in-modal .modal-box .modal-content {
  box-shadow: 0 0.25rem 0.5rem 0 rgba(39, 3, 9, 0.3);
  margin: 0;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form {
  padding: 1rem 1rem 1rem 1rem;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .login-title {
  font-size: 1rem;
  padding-bottom: 0.5rem;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .form .form-label {
  line-height: 1.67;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .form .form-button {
  height: 2.5rem;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .form .form-show-password-label {
  top: 0.25rem;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .sign-in-buttons__divider {
  font-size: 0.75rem;
  font-family: "HelveticaNeue", sans-serif;
  font-weight: bold;
  line-height: 1.67;
  margin-top: 0.75rem;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .sign-in-buttons__login-social {
  height: inherit;
  margin-bottom: 0;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .sign-in-buttons__login-social--facebook,
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .sign-in-buttons__login-social--google {
  height: 2.5rem;
  margin-bottom: 1rem;
  text-decoration: none;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .sign-in-buttons__login-social--facebook-text,
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .sign-in-buttons__login-social--google-text {
  font-family: "HelveticaNeue", sans-serif;
  font-weight: bold;
  line-height: 1.67;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .sign-in-modal-component #sign-in-modal {
    max-width: 76.375rem;
    margin: 0 auto;
    padding-right: 0;
  }
  .sign-in-modal-component #sign-in-modal:focus {
    outline: none;
  }
  .sign-in-modal-component #sign-in-modal::-moz-focus-inner {
    border: 0;
  }
  .sign-in-modal-component #sign-in-modal.modal {
    position: absolute;
  }
  .sign-in-modal-component #sign-in-modal .modal-box {
    margin: 5rem 0 auto auto;
    width: 20rem;
    transform: translate(20px, 0px);
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__closer {
    display: none;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup.conditional-content .sign-in-popup__closer {
    display: flex;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup.conditional-content .sign-in-popup__closer .modal-close-icon {
    display: block;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .modal-content {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(39, 3, 9, 0.3), 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.5);
    width: 20rem;
    margin: 0;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup {
    width: 20rem;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .login-title {
    font-size: 1.5rem;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .form .form-label {
    line-height: 1.67;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed {
    position: fixed;
    right: 50%;
    top: calc(50% - 20rem);
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed .sign-in-popup {
    width: 40rem;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed .modal-box--empty-content {
    right: -10%;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed .modal-box--empty-content .sign-in-popup {
    width: 25rem;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed-home {
    position: absolute;
    right: 50%;
    top: calc(50% - 8rem);
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .modal-box .sign-in-popup__closer {
    display: flex;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .sign-in-popup {
    width: 40rem;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .modal-box--empty-content {
    right: -10%;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .modal-box--empty-content .sign-in-popup {
    width: 25rem;
  }
  .sign-in-modal-component .sign-in-wrapper {
    height: 0;
  }
}
@media all and (min-width: 85.375rem) {
  .sign-in-modal-component #sign-in-modal {
    max-width: 76.375rem;
    margin: 0 auto;
    padding-right: 0;
  }
  .sign-in-modal-component #sign-in-modal:focus {
    outline: none;
  }
  .sign-in-modal-component #sign-in-modal::-moz-focus-inner {
    border: 0;
  }
  .sign-in-modal-component #sign-in-modal.modal {
    position: absolute;
  }
  .sign-in-modal-component #sign-in-modal .modal-box {
    margin: 5rem 0 auto auto;
    width: 20rem;
    transform: translate(20px, 0px);
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__closer {
    display: none;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup.conditional-content .sign-in-popup__closer {
    display: flex;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup.conditional-content .sign-in-popup__closer .modal-close-icon {
    display: block;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .modal-content {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(39, 3, 9, 0.3), 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.5);
    width: 20rem;
    margin: 0;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup {
    width: 20rem;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .login-title {
    font-size: 1.5rem;
  }
  .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .form .form-label {
    line-height: 1.67;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed {
    position: fixed;
    right: 50%;
    top: calc(50% - 20rem);
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed .sign-in-popup {
    width: 40rem;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed .modal-box--empty-content {
    right: -10%;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed .modal-box--empty-content .sign-in-popup {
    width: 25rem;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed-home {
    position: absolute;
    right: 50%;
    top: calc(50% - 8rem);
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .modal-box .sign-in-popup__closer {
    display: flex;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .sign-in-popup {
    width: 40rem;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .modal-box--empty-content {
    right: -10%;
  }
  .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .modal-box--empty-content .sign-in-popup {
    width: 25rem;
  }
  .sign-in-modal-component .sign-in-wrapper {
    height: 0;
  }
}
@media all and (min-width: 64.01rem) {
  .author-mode .sign-in-modal-component #sign-in-modal,
  .checkout-header .sign-in-modal-component #sign-in-modal {
    max-width: 76.375rem;
    margin: 0 auto;
    padding-right: 0;
  }
  .author-mode .sign-in-modal-component #sign-in-modal:focus,
  .checkout-header .sign-in-modal-component #sign-in-modal:focus {
    outline: none;
  }
  .author-mode .sign-in-modal-component #sign-in-modal::-moz-focus-inner,
  .checkout-header .sign-in-modal-component #sign-in-modal::-moz-focus-inner {
    border: 0;
  }
  .author-mode .sign-in-modal-component #sign-in-modal.modal,
  .checkout-header .sign-in-modal-component #sign-in-modal.modal {
    position: absolute;
  }
  .author-mode .sign-in-modal-component #sign-in-modal .modal-box,
  .checkout-header .sign-in-modal-component #sign-in-modal .modal-box {
    margin: 5rem 0 auto auto;
    width: 20rem;
    transform: translate(20px, 0px);
  }
  .author-mode .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__closer,
  .checkout-header .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__closer {
    display: none;
  }
  .author-mode .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup.conditional-content .sign-in-popup__closer,
  .checkout-header .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup.conditional-content .sign-in-popup__closer {
    display: flex;
  }
  .author-mode .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup.conditional-content .sign-in-popup__closer .modal-close-icon,
  .checkout-header .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup.conditional-content .sign-in-popup__closer .modal-close-icon {
    display: block;
  }
  .author-mode .sign-in-modal-component #sign-in-modal .modal-box .modal-content,
  .checkout-header .sign-in-modal-component #sign-in-modal .modal-box .modal-content {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(39, 3, 9, 0.3), 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.5);
    width: 20rem;
    margin: 0;
  }
  .author-mode .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup,
  .checkout-header .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup {
    width: 20rem;
  }
  .author-mode .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form,
  .checkout-header .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
  }
  .author-mode .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .login-title,
  .checkout-header .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .login-title {
    font-size: 1.5rem;
  }
  .author-mode .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .form .form-label,
  .checkout-header .sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .form .form-label {
    line-height: 1.67;
  }
  .author-mode .sign-in-modal-component #sign-in-modal.modal-open.fixed,
  .checkout-header .sign-in-modal-component #sign-in-modal.modal-open.fixed {
    position: fixed;
    right: 50%;
    top: calc(50% - 20rem);
  }
  .author-mode .sign-in-modal-component #sign-in-modal.modal-open.fixed .sign-in-popup,
  .checkout-header .sign-in-modal-component #sign-in-modal.modal-open.fixed .sign-in-popup {
    width: 40rem;
  }
  .author-mode .sign-in-modal-component #sign-in-modal.modal-open.fixed .modal-box--empty-content,
  .checkout-header .sign-in-modal-component #sign-in-modal.modal-open.fixed .modal-box--empty-content {
    right: -10%;
  }
  .author-mode .sign-in-modal-component #sign-in-modal.modal-open.fixed .modal-box--empty-content .sign-in-popup,
  .checkout-header .sign-in-modal-component #sign-in-modal.modal-open.fixed .modal-box--empty-content .sign-in-popup {
    width: 25rem;
  }
  .author-mode .sign-in-modal-component #sign-in-modal.modal-open.fixed-home,
  .checkout-header .sign-in-modal-component #sign-in-modal.modal-open.fixed-home {
    position: absolute;
    right: 50%;
    top: calc(50% - 8rem);
  }
  .author-mode .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .modal-box .sign-in-popup__closer,
  .checkout-header .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .modal-box .sign-in-popup__closer {
    display: flex;
  }
  .author-mode .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .sign-in-popup,
  .checkout-header .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .sign-in-popup {
    width: 40rem;
  }
  .author-mode .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .modal-box--empty-content,
  .checkout-header .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .modal-box--empty-content {
    right: -10%;
  }
  .author-mode .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .modal-box--empty-content .sign-in-popup,
  .checkout-header .sign-in-modal-component #sign-in-modal.modal-open.fixed-home .modal-box--empty-content .sign-in-popup {
    width: 25rem;
  }
  .author-mode .sign-in-modal-component .sign-in-wrapper,
  .checkout-header .sign-in-modal-component .sign-in-wrapper {
    height: 0;
  }
}

.sign-in-account {
  display: flex;
  font-family: "HelveticaNeue", sans-serif;
}
.sign-in-account:focus-within {
  outline: 1px solid #000000;
}
.sign-in-account__link {
  flex-direction: column;
}
.sign-in-account__second-row {
  display: none;
}
.sign-in-account__first-row {
  font-size: 0.625rem;
  font-family: "HelveticaNeue", sans-serif;
}
.sign-in-account__first-row .sign-in-account__text {
  display: none;
}
.sign-in-account.authorized .sign-in-account__first-row {
  display: none;
}
.sign-in-account.authorized .sign-in-account__link-log-in {
  display: none;
}
.sign-in-account.authorized .sign-in-account__link-log-in.link-btn {
  display: none;
}
.sign-in-account.authorized .sign-in-account__authorized {
  display: flex;
  align-items: center;
  min-width: 24px;
}
.sign-in-account.authorized .sign-in-account__authorized .sign-in-account__icon {
  display: flex;
  justify-content: center;
}
.sign-in-account.authorized .sign-in-account__authorized .sign-in-account__icon svg {
  color: #000000;
  width: 1.5rem;
  height: 1.5rem;
}
.sign-in-account.authorized .sign-in-account__authorized .sign-in-account__welcome-text {
  font-size: 0.75rem;
  line-height: 1.33;
  font-family: "HelveticaNeue", sans-serif;
  font-weight: normal;
}
.sign-in-account.authorized .sign-in-account__authorized .sign-in-account__nav-closer {
  display: block;
}
.sign-in-account.authorized .sign-in-account__authorized .sign-in-account__nav-closer .menu-close {
  background: white;
  position: absolute;
  top: 0.2rem;
  right: 0;
}
.sign-in-account.authorized .sign-in-account__authorized .sign-in-account__nav-closer .icon {
  width: 1rem;
  height: 1rem;
}
.sign-in-account__icon {
  display: flex;
  justify-content: center;
}
.sign-in-account__icon svg {
  color: #000000;
  width: 1.5rem;
  height: 1.5rem;
}
.sign-in-account__text-bold {
  font-weight: bold;
}
.sign-in-account__link {
  text-decoration: none;
}
.sign-in-account__link:hover {
  text-decoration: none;
  cursor: pointer;
}
.sign-in-account__link:focus {
  outline: 0.125rem solid #000000;
}
.sign-in-account__link::-moz-focus-inner {
  border: 0;
}
.sign-in-account__sign-in-form {
  display: none;
}
.sign-in-account__authorized {
  display: none;
}
.sign-in-account__nav {
  background: #ffffff;
  width: 100%;
  right: 0;
  display: none;
  top: 3.7rem;
}
.sign-in-account__nav.active {
  position: absolute;
  display: block;
}
.sign-in-account__nav-row {
  background: #ffffff;
  z-index: 10;
  display: flex;
  align-items: center;
  font-family: "HelveticaNeue", sans-serif;
  line-height: 1.19;
}
.sign-in-account__nav-row-item {
  display: flex;
  flex-direction: row;
  font-size: 1rem;
  text-decoration: none;
  margin: 0.5rem 0 0.5rem 1.5rem;
}
.sign-in-account__nav-row-item.user-name {
  font-family: "HelveticaNeue", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.19;
  display: inline;
}
.sign-in-account__nav-row-item:hover {
  text-decoration: none;
}
.sign-in-account__nav-row-item.button {
  background: #ffffff;
  border: solid 0.125rem #000000;
  width: 100%;
  margin: 0 1rem;
}
.sign-in-account__nav-row-icon {
  margin-right: 1rem;
}
.sign-in-account__nav-row-icon img {
  max-height: 1.5rem;
}
.sign-in-account__nav-row:first-child {
  margin-top: 0.5rem;
}
.sign-in-account__nav-row:last-child {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}
.sign-in-account__nav-delimiter {
  border-top: solid 0.0625rem #979797;
  height: 0;
  width: 100%;
  display: block;
  margin: 0.5rem 0;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .sign-in-account.authorized:focus-within {
    outline: 1px solid #000000;
  }
  .sign-in-account.authorized .sign-in-account__first-row {
    display: inherit;
  }
  .sign-in-account.authorized .sign-in-account__authorized {
    cursor: pointer;
  }
  .sign-in-account.authorized .sign-in-account__authorized .sign-in-account__icon.active svg {
    color: #000000;
  }
  .sign-in-account.authorized .sign-in-account__authorized .sign-in-account__nav-closer {
    display: none;
  }
  .sign-in-account.authorized .sign-in-account__link.active {
    outline: none;
  }
  .sign-in-account__link {
    display: block;
    flex-direction: row;
    align-items: center;
  }
  .sign-in-account__link:focus {
    outline: none;
  }
  .sign-in-account__text-container {
    display: block;
    padding-left: 0.5rem;
  }
  .sign-in-account__second-row {
    display: inline;
    position: relative;
  }
  .sign-in-account__second-row:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 0.3rem solid transparent;
    border-right: 0.3rem solid transparent;
    border-top: 0.4rem solid #000000;
    top: 35%;
    margin-left: 0.25rem;
  }
  .sign-in-account__first-row {
    font-size: 0.75rem;
    line-height: 1.33;
  }
  .sign-in-account__first-row .sign-in-account__text-bold {
    font-weight: bold;
  }
  .sign-in-account__first-row .sign-in-account__text {
    display: inline;
    font-weight: normal;
  }
  .sign-in-account__nav {
    right: 0;
    top: 5rem;
    display: none;
    z-index: 10;
    max-width: 20rem;
    box-shadow: 0 0.375rem 0.5rem 0 rgba(0, 0, 0, 0.5);
  }
  .sign-in-account__nav-row-item.user-name {
    font-size: 1.25rem;
    line-height: 0.95;
  }
  .sign-in-account .sign-in-account__link.active {
    outline: 1px solid #000000;
  }
}
@media all and (min-width: 63.938rem) {
  .sign-in-account.authorized:focus-within {
    outline: 1px solid #000000;
  }
  .sign-in-account.authorized .sign-in-account__first-row {
    display: inherit;
  }
  .sign-in-account.authorized .sign-in-account__authorized {
    cursor: pointer;
  }
  .sign-in-account.authorized .sign-in-account__authorized .sign-in-account__icon.active svg {
    color: #000000;
  }
  .sign-in-account.authorized .sign-in-account__authorized .sign-in-account__nav-closer {
    display: none;
  }
  .sign-in-account.authorized .sign-in-account__link.active {
    outline: none;
  }
  .sign-in-account__link {
    display: block;
    flex-direction: row;
    align-items: center;
  }
  .sign-in-account__link:focus {
    outline: none;
  }
  .sign-in-account__text-container {
    display: block;
    padding-left: 0.5rem;
  }
  .sign-in-account__second-row {
    display: inline;
    position: relative;
  }
  .sign-in-account__second-row:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 0.3rem solid transparent;
    border-right: 0.3rem solid transparent;
    border-top: 0.4rem solid #000000;
    top: 35%;
    margin-left: 0.25rem;
  }
  .sign-in-account__first-row {
    font-size: 0.75rem;
    line-height: 1.33;
  }
  .sign-in-account__first-row .sign-in-account__text-bold {
    font-weight: bold;
  }
  .sign-in-account__first-row .sign-in-account__text {
    display: inline;
    font-weight: normal;
  }
  .sign-in-account__nav {
    right: 0;
    top: 5rem;
    display: none;
    z-index: 10;
    max-width: 20rem;
    box-shadow: 0 0.375rem 0.5rem 0 rgba(0, 0, 0, 0.5);
  }
  .sign-in-account__nav-row-item.user-name {
    font-size: 1.25rem;
    line-height: 0.95;
  }
  .sign-in-account .sign-in-account__link.active {
    outline: 1px solid #000000;
  }
}
.sign-in-account .sign-in-account__link.link-btn {
  display: flex;
  text-align: left;
}
.header-menu-overlay {
  top: 3.7rem;
  left: 0;
  width: 100%;
  height: calc(100% - 3.7rem);
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.3s;
}
.header-menu-overlay.header-menu-overlay-fade {
  background-color: rgba(0, 0, 0, 0.4);
}
.my-account-nav-placeholder {
  display: none;
}
.tool-set-section_right-side.simplified .sign-in-account .sign-in-account__first-row,
.tool-set-section_right-side.simplified .sign-in-account .sign-in-account__second-row {
  display: none;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .header-menu-overlay {
    top: 7.5rem;
    height: calc(100% - 7.5rem);
  }
  .my-account-nav-placeholder {
    display: block;
    overflow: inherit;
    background: none;
    top: 0;
    z-index: 1000;
    position: absolute;
    width: 100%;
  }
}
@media all and (min-width: 85.375rem) {
  .header-menu-overlay {
    top: 7.5rem;
    height: calc(100% - 7.5rem);
  }
  .my-account-nav-placeholder {
    display: block;
    overflow: inherit;
    background: none;
    top: 0;
    z-index: 1000;
    position: absolute;
    width: 100%;
  }
}
@media all and (min-width: 64.01rem) {
  .author-mode .header-menu-overlay {
    top: 7.5rem;
    height: calc(100% - 7.5rem);
  }
  .author-mode .my-account-nav-placeholder {
    display: block;
    overflow: inherit;
    background: none;
    top: 0;
    z-index: 1000;
    position: absolute;
    width: 100%;
  }
}
@media all and (min-width: 48rem) and (max-width: 64rem) {
  .sign-in-account {
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 0;
  }
}
@media all and (max-width: 47.938rem) {
  .sign-in-account {
    padding-right: 1rem;
  }
}

.flyout-container {
  background-color: #ffffff;
  width: 100%;
}
.flyout-container .flyout-header {
  display: none;
}
.flyout-container .flyout-container__left-columns {
  display: flex;
  flex-direction: column;
}
.flyout-container .flyout-container__left-columns .flyout-left-col {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.flyout-container .flyout-container__left-columns .flyout-left-col.flyout-horizontal-line {
  border: none;
}
.flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column:not(:last-child) {
  border: none;
}
.flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  width: 100%;
}
.flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  clear: both;
}
.flyout-container .flyout-container__left-columns .flyout-right-col {
  margin: 0 auto;
}
.flyout-container .platform-components-page-list .item_card {
  flex: 0 0 100%;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .flyout-container {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: row;
  }
  .flyout-container .flyout-header {
    display: block;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-top: 1rem;
    margin-bottom: .5rem;
    width: fit-content;
  }
  .flyout-container .flyout-header:empty {
    margin-bottom: 0;
    margin-top: 0;
  }
  .flyout-container .flyout-container__left-columns {
    display: flex;
    flex-direction: column;
    max-width: 65%;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col {
    flex-direction: row;
    width: fit-content;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col.flyout-horizontal-line {
    border-top: solid 0.0625rem #353535;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column {
    margin-top: 1rem;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    min-width: 13.5rem;
    width: auto;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column:not(:last-child) {
    border-right: solid 0.03125rem #d8d8d8;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-feature-cards__wrapper {
    width: 25rem;
  }
  .flyout-container .flyout-right-col {
    width: inherit;
    position: relative;
    overflow: hidden;
    padding-top: 1rem;
  }
  .flyout-container .flyout-right-col.flyout-right-col--full-size {
    padding: 0;
  }
}
@media all and (min-width: 64.01rem) {
  .author-mode .flyout-container {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: row;
  }
  .author-mode .flyout-container .flyout-header {
    display: block;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-top: 1rem;
    margin-bottom: .5rem;
    width: fit-content;
  }
  .author-mode .flyout-container .flyout-header:empty {
    margin-bottom: 0;
    margin-top: 0;
  }
  .author-mode .flyout-container .flyout-container__left-columns {
    display: flex;
    flex-direction: column;
    max-width: 65%;
  }
  .author-mode .flyout-container .flyout-container__left-columns .flyout-left-col {
    flex-direction: row;
    width: fit-content;
  }
  .author-mode .flyout-container .flyout-container__left-columns .flyout-left-col.flyout-horizontal-line {
    border-top: solid 0.0625rem #353535;
  }
  .author-mode .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column {
    margin-top: 1rem;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    min-width: 13.5rem;
    width: auto;
  }
  .author-mode .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column:not(:last-child) {
    border-right: solid 0.03125rem #d8d8d8;
  }
  .author-mode .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-feature-cards__wrapper {
    width: 25rem;
  }
  .author-mode .flyout-container .flyout-right-col {
    width: inherit;
    position: relative;
    overflow: hidden;
    padding-top: 1rem;
  }
  .author-mode .flyout-container .flyout-right-col.flyout-right-col--full-size {
    padding: 0;
  }
}
@media all and (min-width: 85.375rem) {
  .flyout-container {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: row;
  }
  .flyout-container .flyout-header {
    display: block;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-top: 1rem;
    margin-bottom: .5rem;
    width: fit-content;
  }
  .flyout-container .flyout-header:empty {
    margin-bottom: 0;
    margin-top: 0;
  }
  .flyout-container .flyout-container__left-columns {
    display: flex;
    flex-direction: column;
    max-width: 65%;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col {
    flex-direction: row;
    width: fit-content;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col.flyout-horizontal-line {
    border-top: solid 0.0625rem #353535;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column {
    margin-top: 1rem;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    min-width: 13.5rem;
    width: auto;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-column:not(:last-child) {
    border-right: solid 0.03125rem #d8d8d8;
  }
  .flyout-container .flyout-container__left-columns .flyout-left-col .flyout-feature-cards__wrapper {
    width: 25rem;
  }
  .flyout-container .flyout-right-col {
    width: inherit;
    position: relative;
    overflow: hidden;
    padding-top: 1rem;
  }
  .flyout-container .flyout-right-col.flyout-right-col--full-size {
    padding: 0;
  }
}

.flyout-links {
  margin-top: 0;
}
.flyout-links .flyout-links_container .flyout-links_header {
  border-bottom: solid 1px #dedede;
  padding: .313rem 0 .313rem 1rem;
}
.flyout-links .flyout-links_container .flyout-links_header.border-none {
  border-bottom: none;
}
.flyout-links .flyout-links_container .flyout-links_header-wrapper {
  margin: 0;
}
.flyout-links .flyout-links_container .flyout-links_header-wrapper,
.flyout-links .flyout-links_container .flyout-links_header a {
  font-family: "HelveticaNeue", sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-size: 1rem;
  font-style: normal;
  line-height: 3rem;
  letter-spacing: normal;
  color: #000000;
  text-decoration: none;
  min-height: 3rem;
}
.flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link {
  position: relative;
  width: 100%;
  display: inline-block;
  text-align: left;
}
.flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link--ref {
  display: block;
}
.flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link .sub-link-arrow-right,
.flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link .sub-link-arrow-up {
  content: '';
  transition: 0.5s;
  border: solid #898989;
  border-width: 0 0.05rem 0.05rem 0;
  display: block;
  padding: 0.25rem;
  margin-left: 0.1875rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  right: 1rem;
  top: 1.25rem;
  float: right;
}
.flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link .sub-link-arrow-up {
  display: none;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
.flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link.desktop {
  display: none;
}
.flyout-links .flyout-links_container.expanded-sub-link .flyout-links_header-wrapper,
.flyout-links .flyout-links_container.expanded-sub-link .flyout-links_header a {
  transition: 0.5s;
  color: #edb110;
}
.flyout-links .flyout-links_container.expanded-sub-link .flyout-links_header .flyout-links_header-link .sub-link-arrow-right {
  display: none;
}
.flyout-links .flyout-links_container.expanded-sub-link .flyout-links_header .flyout-links_header-link .sub-link-arrow-up {
  display: block;
}
.flyout-links .flyout-links_container.expanded-sub-link .sub-link-arrow-right {
  border: solid #edb110;
  border-width: 0 0.05rem 0.05rem 0;
  transition: 0.5s;
  transform: rotate(-135deg);
}
.flyout-links .flyout-links_container.expanded-sub-link ul {
  display: block;
}
.flyout-links .flyout-links_container ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.flyout-links .flyout-links_container ul li {
  font-weight: 500;
  padding: .5rem 0 .5rem 2rem;
  border-bottom: solid 1px #dedede;
  text-align: left;
}
.flyout-links .flyout-links_container .flyout-links_list .flyout-links_list-item a {
  font-weight: 500;
  font-stretch: normal;
  font-size: 0.875rem;
  font-style: normal;
  letter-spacing: normal;
  color: #000000;
  text-decoration: none;
  display: block;
  height: 3rem;
  line-height: 3rem;
}
.keyboard-navigation .flyout-links {
  padding-right: 0.5rem;
}
.keyboard-navigation .flyout-links .flyout-links_container:focus,
.keyboard-navigation .flyout-links .flyout-links_container a:focus {
  border: 1px dotted #000000;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .flyout-links .flyout-links_container {
    margin-bottom: 1rem;
  }
  .flyout-links .flyout-links_container .flyout-links_header {
    border-bottom: none;
    padding: 0;
  }
  .flyout-links .flyout-links_container .flyout-links_header-wrapper,
  .flyout-links .flyout-links_container .flyout-links_header a {
    font-size: .875rem;
    line-height: 1.36;
    font-weight: bold;
    min-height: auto;
  }
  .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link .sub-link-arrow-right {
    position: static;
    display: inline-block;
    float: unset;
    margin-right: 0;
  }
  .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link.desktop {
    display: block;
  }
  .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link.mobile {
    display: none;
  }
  .flyout-links .flyout-links_container .flyout-links_header .hide {
    display: none;
  }
  .flyout-links .flyout-links_container ul {
    display: block;
    margin-top: 0.5rem;
  }
  .flyout-links .flyout-links_container ul li {
    font-weight: unset;
    padding: 0;
    border-bottom: none;
  }
  .flyout-links .flyout-links_container .flyout-links_list .flyout-links_list-item a {
    font-weight: normal;
    color: #353535;
    line-height: 1.625rem;
    height: auto;
  }
  .flyout-links .flyout-links_container .flyout-links_list .flyout-links_list-item a:hover {
    text-decoration: underline;
  }
}
@media all and (min-width: 64.01rem) {
  .author-mode .flyout-links .flyout-links_container {
    margin-bottom: 1rem;
  }
  .author-mode .flyout-links .flyout-links_container .flyout-links_header {
    border-bottom: none;
    padding: 0;
  }
  .author-mode .flyout-links .flyout-links_container .flyout-links_header-wrapper,
  .author-mode .flyout-links .flyout-links_container .flyout-links_header a {
    font-size: .875rem;
    line-height: 1.36;
    font-weight: bold;
    min-height: auto;
  }
  .author-mode .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link .sub-link-arrow-right {
    position: static;
    display: inline-block;
    float: unset;
    margin-right: 0;
  }
  .author-mode .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link.desktop {
    display: block;
  }
  .author-mode .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link.mobile {
    display: none;
  }
  .author-mode .flyout-links .flyout-links_container .flyout-links_header .hide {
    display: none;
  }
  .author-mode .flyout-links .flyout-links_container ul {
    display: block;
    margin-top: 0.5rem;
  }
  .author-mode .flyout-links .flyout-links_container ul li {
    font-weight: unset;
    padding: 0;
    border-bottom: none;
  }
  .author-mode .flyout-links .flyout-links_container .flyout-links_list .flyout-links_list-item a {
    font-weight: normal;
    color: #353535;
    line-height: 1.625rem;
    height: auto;
  }
  .author-mode .flyout-links .flyout-links_container .flyout-links_list .flyout-links_list-item a:hover {
    text-decoration: underline;
  }
}
@media all and (min-width: 85.375rem) {
  .flyout-links .flyout-links_container {
    margin-bottom: 1rem;
  }
  .flyout-links .flyout-links_container .flyout-links_header {
    border-bottom: none;
    padding: 0;
  }
  .flyout-links .flyout-links_container .flyout-links_header-wrapper,
  .flyout-links .flyout-links_container .flyout-links_header a {
    font-size: .875rem;
    line-height: 1.36;
    font-weight: bold;
    min-height: auto;
  }
  .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link .sub-link-arrow-right {
    position: static;
    display: inline-block;
    float: unset;
    margin-right: 0;
  }
  .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link.desktop {
    display: block;
  }
  .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link.mobile {
    display: none;
  }
  .flyout-links .flyout-links_container .flyout-links_header .hide {
    display: none;
  }
  .flyout-links .flyout-links_container ul {
    display: block;
    margin-top: 0.5rem;
  }
  .flyout-links .flyout-links_container ul li {
    font-weight: unset;
    padding: 0;
    border-bottom: none;
  }
  .flyout-links .flyout-links_container .flyout-links_list .flyout-links_list-item a {
    font-weight: normal;
    color: #353535;
    line-height: 1.625rem;
    height: auto;
  }
  .flyout-links .flyout-links_container .flyout-links_list .flyout-links_list-item a:hover {
    text-decoration: underline;
  }
}

.flyout-links .flyout-links_container.expanded-sub-link .flyout-links_header .flyout-links_header-link:hover-wrapper,
.flyout-links .flyout-links_container.expanded-sub-link .flyout-links_header .flyout-links_header-link:hover a {
  color: #000000;
  text-decoration: none;
}
.flyout-links .flyout-links_container.expanded-sub-link .flyout-links_header-wrapper,
.flyout-links .flyout-links_container.expanded-sub-link .flyout-links_header a {
  color: #000000;
  line-height: 1rem;
  font-style: normal;
}
.flyout-links .flyout-links_container.expanded-sub-link .flyout-links_header .sub-link-arrow-right {
  transform: rotate(-135deg);
  transition: 0.5s;
  display: block !important;
}
.flyout-links .flyout-links_container .flyout-links_list .flyout-links_list-item {
  padding: .313rem 0 .313rem 2.5rem;
}
.flyout-links .flyout-links_container .flyout-links_list .flyout-links_list-item a {
  font-family: "Roboto", sans-serif;
  color: #000000;
}
.flyout-links .flyout-links_container .flyout-links_list .flyout-links_list-item a:hover {
  color: #012f60;
  text-decoration: underline;
}
.flyout-links .flyout-links_container .flyout-links_header {
  border-bottom: none;
  box-shadow: inset 0 -0.0625rem 0 #d2d2d2;
  padding: .313rem 0 .313rem 0;
}
.flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link {
  padding-left: 1rem;
  line-height: 3rem;
}
.flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link .sub-link-arrow-right {
  border: solid #bfbfbf;
  border-width: 0 .05rem .05rem 0;
}
.flyout-links .flyout-links_container .flyout-links_header a {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
}
.flyout-links_top-level-category {
  background-color: #f2f2f2;
  padding: 0.375rem 0 0.375rem 1rem;
}
.flyout-links_top-level-category-link {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1rem;
  color: rgba(70, 70, 70, 0.75);
}
@media (min-width: 48rem) and (max-width: 64rem) {
  .flyout-links .flyout-links_container {
    margin-bottom: 0;
  }
  .flyout-links .flyout-links_container .flyout-links_header {
    padding: 1.125rem 0 1.125rem 0;
    box-shadow: inset 0 -0.0625rem 0 #d2d2d2;
  }
  .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link {
    padding-left: 1rem;
  }
  .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link .sub-link-arrow-right {
    border: solid #5b5b5b;
    border-width: 0 0.05rem 0.05rem 0;
  }
  .flyout-links .flyout-links_container .flyout-links_header-wrapper,
  .flyout-links .flyout-links_container .flyout-links_header a {
    font-weight: normal;
  }
  .flyout-links .flyout-links_container .flyout-links_list {
    display: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .flyout-links .flyout-links_container .flyout-links_list .flyout-links_list-item {
    padding: 1rem 0 1rem 2.5rem;
    box-shadow: inset 0 -0.0625rem 0 #d2d2d2;
  }
  .flyout-links .flyout-links_container.expanded-sub-link .flyout-links_list {
    display: block;
  }
  .flyout-links .flyout-links_header {
    border-bottom: solid 0.0625rem #bfbfbf;
    padding: 1.125rem 0 0 0.9375rem;
  }
}
@media (min-width: 48rem) and (max-width: 64rem) and (orientation: landscape) {
  .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link {
    padding-left: 1rem;
  }
  .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link .sub-link-arrow-right {
    position: absolute;
  }
  .flyout-links_top-level-category {
    background-color: #f2f2f2;
    padding: 0.375rem 0 0.375rem 1rem;
  }
  .flyout-links_top-level-category-link {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1rem;
    color: rgba(70, 70, 70, 0.75);
  }
  .flyout-links_top-level-category-link:hover {
    color: inherit;
    text-decoration: none;
  }
  .flyout-links_top-level-category-link:after {
    display: none;
  }
}
@media all and (min-width: 64rem) {
  .flyout-links .flyout-links_container .flyout-links_header {
    box-shadow: none;
    padding: 0;
  }
  .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link {
    padding-left: 0;
    line-height: unset;
  }
  .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link:hover-wrapper,
  .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link:hover a {
    color: #012f60;
    text-decoration: underline;
  }
  .flyout-links .flyout-links_container .flyout-links_list .flyout-links_list-item {
    padding: 0;
  }
  .flyout-links_top-level-category {
    background-color: #ffffff;
    padding: 0 0.5rem 1rem 0;
  }
  .flyout-links_top-level-category-link {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #2a5daf;
  }
  .flyout-links_top-level-category-link:hover {
    color: #2a5daf;
    text-decoration: underline;
  }
  .flyout-links_top-level-category-link:after {
    content: '';
    border: solid #2a5daf;
    border-width: 0 .05rem .05rem 0;
    display: inline-block;
    padding: 0.25rem;
    margin-left: 0.25rem;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
/** iPad Pro 12.9 **/
@media only screen and (min-device-width: 64rem) and (max-device-width: 85.375rem) and (-webkit-min-device-pixel-ratio: 2) {
  .flyout-links .flyout-links_container {
    margin-bottom: 0;
  }
  .flyout-links .flyout-links_container .flyout-links_header {
    padding: 1.125rem 0 1.125rem 0;
    box-shadow: inset 0 -0.0625rem 0 #d2d2d2;
  }
  .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link {
    padding-left: 1rem;
  }
  .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link .sub-link-arrow-right {
    border: solid #5b5b5b;
    border-width: 0 0.05rem 0.05rem 0;
  }
  .flyout-links .flyout-links_container .flyout-links_header-wrapper,
  .flyout-links .flyout-links_container .flyout-links_header a {
    font-weight: normal;
  }
  .flyout-links .flyout-links_container .flyout-links_list {
    display: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .flyout-links .flyout-links_container .flyout-links_list .flyout-links_list-item {
    padding: 1rem 0 1rem 2.5rem;
    box-shadow: inset 0 -0.0625rem 0 #d2d2d2;
  }
  .flyout-links .flyout-links_container.expanded-sub-link .flyout-links_list {
    display: block;
  }
  .flyout-links .flyout-links_header {
    border-bottom: solid 0.0625rem #bfbfbf;
    padding: 1.125rem 0 0 0.9375rem;
  }
}
@media only screen and (min-device-width: 64rem) and (max-device-width: 85.375rem) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link {
    padding-left: 1rem;
  }
  .flyout-links .flyout-links_container .flyout-links_header .flyout-links_header-link .sub-link-arrow-right {
    position: absolute;
  }
  .flyout-links_top-level-category {
    background-color: #f2f2f2;
    padding: 0.375rem 0 0.375rem 1rem;
  }
  .flyout-links_top-level-category-link {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1rem;
    color: rgba(70, 70, 70, 0.75);
  }
  .flyout-links_top-level-category-link:hover {
    color: inherit;
    text-decoration: none;
  }
  .flyout-links_top-level-category-link:after {
    display: none;
  }
}

.circuit-breaker-banner__config {
  display: none;
}
.circuit-breaker-banner {
  width: 100%;
  text-align: center;
  padding: 1rem 0.9375rem 1rem 0.9375rem;
  animation: 0.5s fadeIn 0s 1 forwards;
  font-weight: normal;
}
.circuit-breaker-banner.hidden {
  display: none;
}
.circuit-breaker-banner--fixed {
  position: fixed;
  z-index: 25;
}

.circuit-breaker-banner {
  min-height: 3.5rem;
  border: none;
  background-color: #353535;
}
.circuit-breaker-banner__link,
.circuit-breaker-banner__message {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  color: #ffffff;
}
.circuit-breaker-banner__link {
  text-decoration: underline;
  font-weight: normal;
}
.circuit-breaker-banner__link:hover {
  color: #ffffff;
}

.flyout-feature-cards {
  display: none;
}
.flyout-feature-cards__play-button,
.flyout-feature-cards__pause-button {
  background-color: #797979;
  border: medium none;
  color: #ffffff;
  font-size: 1.125rem;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  position: absolute;
  top: calc(50% - 1rem);
  left: calc(50% - 1.5rem);
  border-radius: 100%;
  z-index: 1;
  display: none;
}
.flyout-feature-cards__play-button.active {
  display: block;
}
.flyout-feature-cards__content {
  position: relative;
}
.flyout-feature-cards__content:hover .flyout-feature-cards__pause-button.active {
  display: block;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .flyout-feature-cards {
    display: flex;
    flex-direction: column;
  }
  .flyout-feature-cards__wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    max-width: 28.5rem;
    max-height: 11.25rem;
    overflow: hidden;
  }
  .flyout-feature-cards__wrapper:hover {
    text-decoration: none;
  }
  .flyout-feature-cards__wrapper:hover .flyout-feature-cards__asset,
  .flyout-feature-cards__wrapper:hover .cq-dd-image {
    transform: scale(1.04);
  }
  .flyout-feature-cards__wrapper:hover .flyout-feature-cards__right-column {
    transform-style: preserve-3d;
    transition: transform 300ms ease-in-out;
    transform: translateX(0.25rem) translateY(0) translateZ(0);
  }
  .flyout-feature-cards__content {
    width: 30%;
    max-width: 9.25rem;
    align-items: center;
  }
  .flyout-feature-cards__asset,
  .flyout-feature-cards .cq-dd-image {
    max-height: 11.25rem;
    width: 100%;
    height: auto;
    transition: all 600ms ease-in-out;
  }
  .flyout-feature-cards__link__text {
    text-decoration: underline;
    cursor: pointer;
    max-width: 95%;
  }
  .flyout-feature-cards__link__arrow {
    display: inline-block;
    margin-left: .3125rem;
    text-decoration: none;
    position: relative;
    top: .2rem;
  }
  .flyout-feature-cards__right-column {
    display: flex;
    flex-direction: column;
    width: 70%;
    max-width: 19.25rem;
    padding-bottom: 2.5rem;
  }
  .flyout-feature-cards.flyout-feature-cards--row {
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media all and (min-width: 64.01rem) {
  .author-mode .flyout-feature-cards {
    display: flex;
    flex-direction: column;
  }
  .author-mode .flyout-feature-cards__wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    max-width: 28.5rem;
    max-height: 11.25rem;
    overflow: hidden;
  }
  .author-mode .flyout-feature-cards__wrapper:hover {
    text-decoration: none;
  }
  .author-mode .flyout-feature-cards__wrapper:hover .flyout-feature-cards__asset,
  .author-mode .flyout-feature-cards__wrapper:hover .cq-dd-image {
    transform: scale(1.04);
  }
  .author-mode .flyout-feature-cards__wrapper:hover .flyout-feature-cards__right-column {
    transform-style: preserve-3d;
    transition: transform 300ms ease-in-out;
    transform: translateX(0.25rem) translateY(0) translateZ(0);
  }
  .author-mode .flyout-feature-cards__content {
    width: 30%;
    max-width: 9.25rem;
    align-items: center;
  }
  .author-mode .flyout-feature-cards__asset,
  .author-mode .flyout-feature-cards .cq-dd-image {
    max-height: 11.25rem;
    width: 100%;
    height: auto;
    transition: all 600ms ease-in-out;
  }
  .author-mode .flyout-feature-cards__link__text {
    text-decoration: underline;
    cursor: pointer;
    max-width: 95%;
  }
  .author-mode .flyout-feature-cards__link__arrow {
    display: inline-block;
    margin-left: .3125rem;
    text-decoration: none;
    position: relative;
    top: .2rem;
  }
  .author-mode .flyout-feature-cards__right-column {
    display: flex;
    flex-direction: column;
    width: 70%;
    max-width: 19.25rem;
    padding-bottom: 2.5rem;
  }
  .author-mode .flyout-feature-cards.flyout-feature-cards--row {
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media all and (min-width: 85.375rem) {
  .flyout-feature-cards {
    display: flex;
    flex-direction: column;
  }
  .flyout-feature-cards__wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    max-width: 28.5rem;
    max-height: 11.25rem;
    overflow: hidden;
  }
  .flyout-feature-cards__wrapper:hover {
    text-decoration: none;
  }
  .flyout-feature-cards__wrapper:hover .flyout-feature-cards__asset,
  .flyout-feature-cards__wrapper:hover .cq-dd-image {
    transform: scale(1.04);
  }
  .flyout-feature-cards__wrapper:hover .flyout-feature-cards__right-column {
    transform-style: preserve-3d;
    transition: transform 300ms ease-in-out;
    transform: translateX(0.25rem) translateY(0) translateZ(0);
  }
  .flyout-feature-cards__content {
    width: 30%;
    max-width: 9.25rem;
    align-items: center;
  }
  .flyout-feature-cards__asset,
  .flyout-feature-cards .cq-dd-image {
    max-height: 11.25rem;
    width: 100%;
    height: auto;
    transition: all 600ms ease-in-out;
  }
  .flyout-feature-cards__link__text {
    text-decoration: underline;
    cursor: pointer;
    max-width: 95%;
  }
  .flyout-feature-cards__link__arrow {
    display: inline-block;
    margin-left: .3125rem;
    text-decoration: none;
    position: relative;
    top: .2rem;
  }
  .flyout-feature-cards__right-column {
    display: flex;
    flex-direction: column;
    width: 70%;
    max-width: 19.25rem;
    padding-bottom: 2.5rem;
  }
  .flyout-feature-cards.flyout-feature-cards--row {
    flex-direction: row;
    justify-content: flex-end;
  }
}

@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .feature-blog {
    display: block;
    margin-bottom: 1rem;
    height: 100%;
  }
  .feature-blog__header {
    line-height: 1.2rem;
    font-weight: bold;
    margin: 1rem 0;
    font-size: .875rem;
    color: #000000;
  }
  .feature-blog__container {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: 21.125rem;
  }
  .feature-blog__container .feature-blog-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 0.125rem 0.25rem rgba(47, 35, 3, 0.2);
    border-radius: .5rem;
    width: 100%;
    margin: 0 .5rem;
    overflow: hidden;
  }
  .feature-blog__container .feature-blog-item__content {
    display: flex;
    flex-direction: column;
    padding: .5rem;
    width: 100%;
    height: 100%;
  }
  .feature-blog__container .feature-blog-item:first-child {
    margin-left: 0;
  }
  .feature-blog__container .feature-blog-item:last-child {
    margin-right: 0;
  }
  .feature-blog__container .feature-blog-item__image {
    width: 100%;
    height: 9rem;
    max-height: 50%;
    position: relative;
    transition: all 600ms ease-in-out;
  }
  .feature-blog__container .feature-blog-item__image img {
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all 600ms ease-in-out;
  }
  .feature-blog__container .feature-blog-item p {
    color: #000000;
  }
  .feature-blog__container .feature-blog-item__header {
    margin: 0;
  }
  .feature-blog__container .feature-blog-item__header p {
    font-weight: bold;
    line-height: 1.2rem;
    margin: 0;
  }
  .feature-blog__container .feature-blog-item__paragraph {
    flex-grow: 1;
    margin: .5rem 0;
  }
  .feature-blog__container .feature-blog-item__paragraph p {
    font-size: .75rem;
    line-height: 1rem;
    margin: 0;
  }
  .feature-blog__container .feature-blog-item a {
    text-decoration: none;
  }
  .feature-blog__container .feature-blog-item__link {
    margin-top: auto;
    display: flex;
    width: 100%;
    height: 2.25rem;
    flex-direction: column;
    align-items: center;
    background: #eeb111;
    border-radius: 1.125rem;
  }
  .feature-blog__container .feature-blog-item__link .feature-blog-item__link-label {
    margin: auto;
    font-style: normal;
    font-weight: bold;
    font-size: .75rem;
    line-height: 1rem;
  }
  .feature-blog__container .feature-blog-item:hover {
    text-decoration: none;
  }
  .feature-blog__container .feature-blog-item:hover .feature-blog-item__image {
    transform: scale(1.04);
    object-fit: fill;
  }
  .feature-blog__container .feature-blog-item.blog-design {
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.25);
    border-radius: 0;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__header {
    margin: .5rem 0;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__header p {
    font-weight: bold;
    line-height: 1.125rem;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__paragraph {
    flex-grow: 1;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__paragraph p {
    font-size: .75rem;
    line-height: 1rem;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__link {
    margin: auto 0 1rem 0;
    display: flex;
    flex-direction: row;
    align-items: start;
    background: none;
    border-radius: unset;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__link .feature-blog-item__link-label {
    margin: auto 0;
    color: #353535;
    font-size: .75rem;
    line-height: 1.25rem;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__link .feature-blog-item__arrow {
    margin: auto 0.625rem;
    position: inherit;
  }
}
@media only screen and (max-width: 64.01rem) {
  .feature-blog {
    display: block;
    height: 100%;
  }
  .feature-blog__header {
    line-height: 1.2rem;
    font-weight: bold;
    text-align: left;
    font-size: 1rem;
    color: #000000;
    background-color: #f2f2f2;
    padding: 0.5rem 0 0.5rem 1rem;
  }
  .feature-blog__container {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: transparent;
    margin: 0 1rem;
    min-height: 21.125rem;
  }
  .feature-blog__container .feature-blog-item {
    display: flex;
    flex-direction: row;
    box-shadow: 0 0.125rem 0.25rem rgba(47, 35, 3, 0.2);
    border-radius: .5rem;
    overflow: hidden;
    background-color: #ffffff;
    margin-bottom: 1rem;
  }
  .feature-blog__container .feature-blog-item__content {
    flex-basis: 70%;
    margin: 1rem 1rem 0 1rem;
  }
  .feature-blog__container .feature-blog-item:first-child {
    margin-left: 0;
    margin-top: 1rem;
  }
  .feature-blog__container .feature-blog-item:last-child {
    margin-right: 0;
  }
  .feature-blog__container .feature-blog-item__image {
    flex-basis: 30%;
    position: relative;
    transition: all 600ms ease-in-out;
  }
  .feature-blog__container .feature-blog-item__image img {
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all 600ms ease-in-out;
  }
  .feature-blog__container .feature-blog-item p {
    color: #000000;
  }
  .feature-blog__container .feature-blog-item__header {
    margin: 0;
  }
  .feature-blog__container .feature-blog-item__header p {
    font-weight: 700;
    line-height: 1rem;
    font-size: 0.875rem;
    text-align: left;
    margin: 0;
  }
  .feature-blog__container .feature-blog-item__paragraph {
    flex-grow: 1;
    margin: .5rem 0;
  }
  .feature-blog__container .feature-blog-item__paragraph p {
    font-size: .75rem;
    line-height: 1rem;
    margin: 0.5rem 0 0;
    text-align: left;
  }
  .feature-blog__container .feature-blog-item a {
    text-decoration: none;
  }
  .feature-blog__container .feature-blog-item__link {
    margin-top: auto;
    display: flex;
    width: 100%;
    height: 2.25rem;
    flex-direction: column;
    align-items: center;
    background: #eeb111;
    border-radius: 1.125rem;
  }
  .feature-blog__container .feature-blog-item__link .feature-blog-item__link-label {
    margin: auto 0;
    font-style: normal;
    font-weight: bold;
    font-size: 0.625rem;
    line-height: 0.75rem;
  }
  .feature-blog__container .feature-blog-item:hover {
    text-decoration: none;
  }
  .feature-blog__container .feature-blog-item:hover .feature-blog-item__image {
    transform: scale(1.04);
    object-fit: fill;
  }
  .feature-blog__container .feature-blog-item.blog-design {
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.25);
    border-radius: 0;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__header {
    margin: .5rem 0;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__header p {
    font-weight: bold;
    line-height: 1.125rem;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__paragraph {
    flex-grow: 1;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__paragraph p {
    font-size: .75rem;
    line-height: 1rem;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__link {
    display: flex;
    flex-direction: row;
    align-items: start;
    background: none;
    border-radius: unset;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__link .feature-blog-item__arrow {
    margin: auto 0.625rem;
    position: inherit;
  }
}
@media all and (min-width: 64.01rem) {
  .author-mode .feature-blog {
    display: block;
    margin-bottom: 1rem;
    height: 100%;
  }
  .author-mode .feature-blog__header {
    line-height: 1.2rem;
    font-weight: bold;
    margin: 1rem 0;
    font-size: .875rem;
    color: #000000;
  }
  .author-mode .feature-blog__container {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: 21.125rem;
  }
  .author-mode .feature-blog__container .feature-blog-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 0.125rem 0.25rem rgba(47, 35, 3, 0.2);
    border-radius: .5rem;
    width: 100%;
    margin: 0 .5rem;
    overflow: hidden;
  }
  .author-mode .feature-blog__container .feature-blog-item__content {
    display: flex;
    flex-direction: column;
    padding: .5rem;
    width: 100%;
    height: 100%;
  }
  .author-mode .feature-blog__container .feature-blog-item:first-child {
    margin-left: 0;
  }
  .author-mode .feature-blog__container .feature-blog-item:last-child {
    margin-right: 0;
  }
  .author-mode .feature-blog__container .feature-blog-item__image {
    width: 100%;
    height: 9rem;
    max-height: 50%;
    position: relative;
    transition: all 600ms ease-in-out;
  }
  .author-mode .feature-blog__container .feature-blog-item__image img {
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all 600ms ease-in-out;
  }
  .author-mode .feature-blog__container .feature-blog-item p {
    color: #000000;
  }
  .author-mode .feature-blog__container .feature-blog-item__header {
    margin: 0;
  }
  .author-mode .feature-blog__container .feature-blog-item__header p {
    font-weight: bold;
    line-height: 1.2rem;
    margin: 0;
  }
  .author-mode .feature-blog__container .feature-blog-item__paragraph {
    flex-grow: 1;
    margin: .5rem 0;
  }
  .author-mode .feature-blog__container .feature-blog-item__paragraph p {
    font-size: .75rem;
    line-height: 1rem;
    margin: 0;
  }
  .author-mode .feature-blog__container .feature-blog-item a {
    text-decoration: none;
  }
  .author-mode .feature-blog__container .feature-blog-item__link {
    margin-top: auto;
    display: flex;
    width: 100%;
    height: 2.25rem;
    flex-direction: column;
    align-items: center;
    background: #eeb111;
    border-radius: 1.125rem;
  }
  .author-mode .feature-blog__container .feature-blog-item__link .feature-blog-item__link-label {
    margin: auto;
    font-style: normal;
    font-weight: bold;
    font-size: .75rem;
    line-height: 1rem;
  }
  .author-mode .feature-blog__container .feature-blog-item:hover {
    text-decoration: none;
  }
  .author-mode .feature-blog__container .feature-blog-item:hover .feature-blog-item__image {
    transform: scale(1.04);
    object-fit: fill;
  }
  .author-mode .feature-blog__container .feature-blog-item.blog-design {
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.25);
    border-radius: 0;
  }
  .author-mode .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__header {
    margin: .5rem 0;
  }
  .author-mode .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__header p {
    font-weight: bold;
    line-height: 1.125rem;
  }
  .author-mode .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__paragraph {
    flex-grow: 1;
  }
  .author-mode .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__paragraph p {
    font-size: .75rem;
    line-height: 1rem;
  }
  .author-mode .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__link {
    margin: auto 0 1rem 0;
    display: flex;
    flex-direction: row;
    align-items: start;
    background: none;
    border-radius: unset;
  }
  .author-mode .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__link .feature-blog-item__link-label {
    margin: auto 0;
    color: #353535;
    font-size: .75rem;
    line-height: 1.25rem;
  }
  .author-mode .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__link .feature-blog-item__arrow {
    margin: auto 0.625rem;
    position: inherit;
  }
}
@media all and (min-width: 85.375rem) {
  .feature-blog {
    display: block;
    margin-bottom: 1rem;
    height: 100%;
  }
  .feature-blog__header {
    line-height: 1.2rem;
    font-weight: bold;
    margin: 1rem 0;
    font-size: .875rem;
    color: #000000;
  }
  .feature-blog__container {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: 21.125rem;
  }
  .feature-blog__container .feature-blog-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 0.125rem 0.25rem rgba(47, 35, 3, 0.2);
    border-radius: .5rem;
    width: 100%;
    margin: 0 .5rem;
    overflow: hidden;
  }
  .feature-blog__container .feature-blog-item__content {
    display: flex;
    flex-direction: column;
    padding: .5rem;
    width: 100%;
    height: 100%;
  }
  .feature-blog__container .feature-blog-item:first-child {
    margin-left: 0;
  }
  .feature-blog__container .feature-blog-item:last-child {
    margin-right: 0;
  }
  .feature-blog__container .feature-blog-item__image {
    width: 100%;
    height: 9rem;
    max-height: 50%;
    position: relative;
    transition: all 600ms ease-in-out;
  }
  .feature-blog__container .feature-blog-item__image img {
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all 600ms ease-in-out;
  }
  .feature-blog__container .feature-blog-item p {
    color: #000000;
  }
  .feature-blog__container .feature-blog-item__header {
    margin: 0;
  }
  .feature-blog__container .feature-blog-item__header p {
    font-weight: bold;
    line-height: 1.2rem;
    margin: 0;
  }
  .feature-blog__container .feature-blog-item__paragraph {
    flex-grow: 1;
    margin: .5rem 0;
  }
  .feature-blog__container .feature-blog-item__paragraph p {
    font-size: .75rem;
    line-height: 1rem;
    margin: 0;
  }
  .feature-blog__container .feature-blog-item a {
    text-decoration: none;
  }
  .feature-blog__container .feature-blog-item__link {
    margin-top: auto;
    display: flex;
    width: 100%;
    height: 2.25rem;
    flex-direction: column;
    align-items: center;
    background: #eeb111;
    border-radius: 1.125rem;
  }
  .feature-blog__container .feature-blog-item__link .feature-blog-item__link-label {
    margin: auto;
    font-style: normal;
    font-weight: bold;
    font-size: .75rem;
    line-height: 1rem;
  }
  .feature-blog__container .feature-blog-item:hover {
    text-decoration: none;
  }
  .feature-blog__container .feature-blog-item:hover .feature-blog-item__image {
    transform: scale(1.04);
    object-fit: fill;
  }
  .feature-blog__container .feature-blog-item.blog-design {
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.25);
    border-radius: 0;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__header {
    margin: .5rem 0;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__header p {
    font-weight: bold;
    line-height: 1.125rem;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__paragraph {
    flex-grow: 1;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__paragraph p {
    font-size: .75rem;
    line-height: 1rem;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__link {
    margin: auto 0 1rem 0;
    display: flex;
    flex-direction: row;
    align-items: start;
    background: none;
    border-radius: unset;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__link .feature-blog-item__link-label {
    margin: auto 0;
    color: #353535;
    font-size: .75rem;
    line-height: 1.25rem;
  }
  .feature-blog__container .feature-blog-item.blog-design .feature-blog-item__link .feature-blog-item__arrow {
    margin: auto 0.625rem;
    position: inherit;
  }
}

.header-cart-v3 {
  position: relative;
  padding-left: 1.5rem;
}
.header-cart-v3 .header-cart-v3-trigger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0;
  background: transparent;
  color: #2e2e2e;
  width: 2.8125rem;
  height: 3.125rem;
}
.header-cart-v3 .header-cart-v3-trigger:focus-visible {
  outline-width: 0.125rem;
}
.header-cart-v3 .header-cart-v3-trigger .header-cart-v3-item-count {
  position: absolute;
  top: 0;
  right: 0;
  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;
  background: #eeb111;
  color: #ffffff;
  border: 2px solid #ffffff;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 100%;
  font-size: 0.4375rem;
  line-height: 1;
  overflow: hidden;
  -webkit-transform: translate(-10%, 25%);
  transform: translate(-10%, 25%);
}
.header-cart-v3 .header-cart-v3-trigger .header-cart-v3-item-count.zero-items {
  display: none;
}
.header-cart-v3 .header-cart-v3-trigger .header-cart-v3-item-count .header-cart-v3-item-count-value {
  margin: auto;
}
.header-cart-v3 .header-cart-v3-trigger:hover {
  background: transparent;
  color: #000000;
}
.header-cart-v3 .header-cart-v3-trigger .header-cart-v3-trigger-icon {
  margin: auto;
  /* com.whr.aem.core.htl.header.SvgIcon output */
}
.header-cart-v3 .header-cart-v3-trigger .header-cart-v3-trigger-icon .icon {
  width: 1.833rem;
  height: 1.604rem;
}
.header-cart-v3 .header-cart-v3-trigger .header-cart-v3-trigger-icon svg {
  width: 1.833rem;
  height: 1.604rem;
}
.header-cart-v3 .cart-mini-v3 {
  top: 4.063rem;
  padding: 0;
  border: 0;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  width: 19.875rem;
  position: absolute;
  right: 0;
  background-color: #ffffff;
  z-index: 21;
  display: none;
}
.header-cart-v3 .cart-mini-v3 .hidden,
.header-cart-v3 .cart-mini-v3 .cart-v3-i18dictionary {
  display: none;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container {
  padding: 0 1.5rem 0;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container.cart-mini-v3-checkout {
  padding: 0 1rem 0;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container.cart-mini-v3-section-container-full-border {
  border-bottom: 0.0625rem solid #b3b3b3;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section {
  border-bottom: 0;
  padding: 1rem 0;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3-section-container-short-border {
  border-bottom: 0.0625rem solid #b3b3b3;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section .empty-cart-v3-icon {
  display: inline-block;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section .empty-cart-v3-icon .icon {
  width: 1.375rem;
  height: 1.2rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__title {
  padding: 0.5rem 0;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__title .cart-mini-v3__title-text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3-empty .empty-cart-v3-text {
  vertical-align: top;
  font-weight: 700;
  line-height: 1.2rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3-signinn-link,
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3-authorized-text {
  border-bottom: 0;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__other.hidden {
  display: none;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__other .cart-mini-v3__other--subtot {
  font-weight: normal;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__other .cart-mini-v3__other--label,
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__other .cart-mini-v3__other--subtot {
  line-height: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__count .cart-mini-v3__count-text {
  line-height: 1rem;
  font-size: 0.75rem;
  color: #000000;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__count .cart-mini-v3__count-text .cart-mini-v3__count-link {
  font-weight: 400;
  text-decoration: underline;
  line-height: 1rem;
  font-size: 0.75rem;
  cursor: pointer;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-img {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
  width: 3.75rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-img img {
  max-height: 6.25rem;
  margin: auto;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
  padding: 0 0.5rem;
  width: 10.625rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-info .cart-mini-v3__prod-title {
  height: auto;
  margin-bottom: 0.5rem;
  white-space: normal;
  font-size: 0.75rem;
  line-height: 1.2;
  overflow: hidden;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-info .cart-mini-v3__prod-title--link {
  text-decoration: none;
  line-height: 1rem;
  font-size: 0.75rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 3rem;
  outline-offset: -0.063rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-info .cart-mini-v3__prod-title--link:focus {
  outline: 0.063rem dashed #000000;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-info .cart-mini-v3__prod-mdl {
  margin-bottom: 0.3125rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-info .cart-mini-v3__prod-mdl,
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-info .cart-mini-v3__prod-qty {
  font-size: 0.75rem;
  line-height: 1rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-qty--sqr {
  height: 1rem;
  width: 1rem;
  border: 1px solid #2e2e2e;
  text-align: center;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-qty--green {
  color: #5c700f;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-price {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  white-space: normal;
  width: 57px;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-price--text {
  text-align: right;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__other--subtot {
  text-align: right;
  font-weight: bold;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section--last {
  margin-top: 0.563rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total.hidden {
  display: none;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total--label,
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total--amt,
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total--label-bld,
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total--amt-bld {
  font-size: 0.75rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total--label {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total--amt {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: right;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total--label-bld {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  font-weight: bold;
  line-height: 1rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total--amt-bld {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: bold;
  text-align: right;
  line-height: 1rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total--promo {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  white-space: pre-wrap;
  flex: 1 1 100%;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__cta-btns {
  font-size: 0.625rem;
  padding: 1rem 0;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__cta-btns:nth-child(2) {
  margin-left: 0.625rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__cta-btns.cart-mini-empty {
  display: block;
  text-align: center;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__cta-btns .checkout-cart-mini-v3-btn {
  width: 17.875rem;
  height: 3rem;
  line-height: 1.188rem;
  font-size: 1rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__cta-btns .checkout-cart-mini-v3-btn:focus {
  outline: 1px solid #000;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__empty-state-msgbox {
  border: 0;
  background-color: #ffffff;
  padding: 0;
  color: #797979;
  white-space: normal;
  /*RTE*/
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__empty-state-msgbox p {
  font-size: 1rem;
  line-height: 1.188rem;
  display: contents;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__empty-state-msgbox p a {
  font-size: 1rem;
  line-height: 1.188rem;
  font-weight: 700;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__empty-state-msgbox .cart-mini-v3__empty-state-msgbox-text .cart-mini-v3__empty-state-msgbox-link {
  text-decoration: none;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__empty-state-msgbox .cart-mini-v3__empty-state-msgbox--big-text {
  margin-bottom: 1rem;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__empty-state-msgbox .signin-trigger-modal {
  cursor: pointer;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3_promo-area {
  position: absolute;
  right: 0;
  width: 100%;
  height: auto;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3_promo-area .cq-dd-image {
  width: 100%;
}
.header-cart-v3 .cart-mini-v3 .cart-mini-v3-lazyload {
  width: 25px;
  height: 25px;
  margin: 20px auto 0;
}
.header-cart-v3 .header-cart-v3-trigger-icon .icon {
  width: 2rem;
  height: 2rem;
}
.header-cart-v3 .header-cart-v3-item-count .header-cart-v3-item-count-value {
  color: #000000;
  font-weight: normal;
  font-size: 0.625rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cart-mini-v3 {
    min-width: 18.75rem;
  }
}
@media all and (min-width: 47.938rem) and (max-width: 64rem) {
  .header-cart-v3 .cart-mini-v3 {
    top: 4.05rem;
  }
}
@media all and (max-width: 47.938rem) {
  .header-cart-v3 {
    padding-right: 1rem;
    padding-left: 0;
  }
  .header-cart-v3 .cart-mini-v3 {
    width: 17.313rem;
    top: 3.5rem;
    right: -3.5rem;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container {
    padding: 0 1rem 0;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section {
    padding: 0.9rem 0;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3-section-container-short-border {
    border-bottom: 0.1rem solid #979797;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__title {
    padding-top: 1rem;
    line-height: 1.75rem;
    font-weight: bold;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3-empty .empty-cart-v3-icon .icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3-empty .empty-cart-v3-text {
    font-size: 0.9rem;
    line-height: 1.188rem;
    vertical-align: super;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3-signinn-link .cart-mini-v3__empty-state-msgbox {
    /*RTE*/
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3-signinn-link .cart-mini-v3__empty-state-msgbox .cart-mini-v3__empty-state-msgbox-text .cart-mini-v3__empty-state-msgbox-link {
    text-decoration: underline;
    font-size: 0.9rem;
    line-height: 1.188rem;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3-signinn-link .cart-mini-v3__empty-state-msgbox .cart-mini-v3__empty-state-msgbox-text .cart-mini-v3__empty-state-msgbox-link:focus-visible {
    outline-width: 0.125rem;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3-signinn-link .cart-mini-v3__empty-state-msgbox p {
    font-size: 0.9rem;
    line-height: 1.188rem;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__other .cart-mini-v3__other--label,
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__other .cart-mini-v3__other--subtot {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total--label-bld,
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total--amt-bld {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container.cart-mini-v3-checkout .cart-mini-v3__cta-btns {
    margin-bottom: 1rem;
    margin-top: 0.375rem;
    padding: 0;
  }
  .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container.cart-mini-v3-checkout .cart-mini-v3__cta-btns .checkout-cart-mini-v3-btn {
    margin-bottom: 0;
    width: 15.313rem;
  }
}
@media (min-width: 47.938rem) {
  .header-cart-v3-trigger {
    width: 1.625rem;
    height: 1.625rem;
  }
  .header-cart-v3-trigger .header-cart-v3-item-count {
    -webkit-transform: translate(25%, -25%);
    transform: translate(25%, -25%);
  }
  .header-cart-v3-trigger .header-cart-v3-trigger-icon .icon {
    width: 1.0625rem;
    height: 1.0625rem;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .header-cart-v3-trigger-icon {
    margin: 0;
  }
  .header-cart-v3-item-count-value {
    margin: 0;
  }
}
@media all and (min-width: 64.01rem) {
  .header-cart-v3 {
    z-index: 10;
  }
}

@media (max-width: 320px) {
  .header-v3 .header-cart-v3 .header-cart-v3-trigger {
    width: 1.125rem;
  }
}
.header-v3 .header-cart-v3 .header-cart-v3-trigger .header-cart-v3-item-count {
  background: #c06f1d;
}
.header-v3 .header-cart-v3 .cart-mini-v3 {
  width: 19.875rem;
}
.header-v3 .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container.cart-mini-v3-section-container-full-border {
  border-bottom: 0.0625rem solid #bfbfbf;
}
.header-v3 .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3-section-container-short-border {
  border-bottom: 0.0625rem solid #bfbfbf;
}
.header-v3 .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-info .cart-mini-v3__prod-title--link {
  font-style: normal;
  font-weight: bold;
  font-size: 0.75rem;
}
.header-v3 .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__other .cart-mini-v3__other--label,
.header-v3 .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__other .cart-mini-v3__other--subtot {
  font-style: normal;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
.header-v3 .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3-section-container-short-border {
  border-bottom: 0.0625rem solid #bfbfbf;
}
.header-v3 .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container.cart-mini-v3-checkout .cart-mini-v3__cta-btns .checkout-cart-mini-v3-btn {
  width: 100%;
  color: #231f20;
}
.header-v3 .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container.cart-mini-v3-checkout .cart-mini-v3__cta-btns .checkout-cart-mini-v3-btn {
  font-size: 0.875rem;
}
@media all and (min-width: 767px) {
  .header-v3 .header-cart-v3 .header-cart-v3-trigger {
    background: none;
    color: #000000;
  }
  .header-v3 .header-cart-v3 .header-cart-v3-trigger .header-cart-v3-item-count {
    background: #c06f1d;
  }
  .header-v3 .header-cart-v3 .header-cart-v3-trigger .header-cart-v3-item-count .header-cart-v3-item-count-value {
    font-family: HelveticaNeue, "Helvetica Neue", sans-serif;
    vertical-align: middle;
  }
  .header-v3 .header-cart-v3 .header-cart-v3-trigger .header-cart-v3-trigger-icon svg {
    height: 2rem;
    color: #000000;
  }
  .header-v3 .header-cart-v3 .header-cart-v3-trigger .header-cart-v3-trigger-icon:hover svg path {
    fill: #c06f1d;
  }
  .header-v3 .header-cart-v3 .header-cart-v3-trigger:hover {
    color: #000000;
    background: none;
  }
  .header-v3 .header-cart-v3 .cart-mini-v3 {
    display: none;
    position: absolute;
    font-family: 'Roboto', sans-serif;
    width: 21.875rem;
  }
  .header-v3 .header-cart-v3 .cart-mini-v3 p {
    color: #000000;
  }
  .header-v3 .header-cart-v3 .cart-mini-v3__title-text {
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.438rem;
    color: #000000;
  }
  .header-v3 .header-cart-v3 .cart-mini-v3__other {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: .75rem;
    line-height: .875rem;
    color: #000000;
  }
  .header-v3 .header-cart-v3 .cart-mini-v3__total {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: .75rem;
    line-height: .875rem;
    color: #000000;
  }
  .header-v3 .header-cart-v3 .cart-mini-v3__btn {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: .875rem;
    line-height: 1rem;
    color: #000000;
  }
  .header-v3 .header-cart-v3 .cart-mini-v3__empty-state-msgbox {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: .875rem;
    line-height: 1rem;
    color: #000000;
  }
  .header-v3 .header-cart-v3 .cart-mini-v3 .empty-cart-v3-text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: .875rem;
    line-height: 1rem;
    color: #000000;
    text-transform: capitalize;
  }
  .header-v3 .header-cart-v3 .cart-mini-v3 .empty-cart-v3-icon {
    color: #000000;
  }
  .header-v3 .header-cart-v3 .cart-mini-v3 .empty-cart-v3-icon svg {
    height: 1.3rem;
  }
  .header-v3 .header-cart-v3 .cart-mini-v3 .empty-cart-v3-icon svg path {
    fill: #000000;
  }
  .header-v3 .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__empty-state-msgbox {
    color: #000000;
  }
  .header-v3 .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__empty-state-msgbox p {
    font-size: 0.875rem;
  }
  .header-v3 .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__empty-state-msgbox a {
    font-size: 0.875rem;
  }
  .header-v3 .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section {
    color: #000000;
    font-size: 0.875rem;
  }
  .header-v3 .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3-section-container-short-border {
    border-bottom: 0.0625rem solid #bfbfbf;
  }
  .header-v3 .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section .cart-mini-v3__other--label,
  .header-v3 .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section .cart-mini-v3__other--subtot {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 0.75rem;
    line-height: 0.875rem;
    color: #000000;
  }
  .header-v3 .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__count .cart-mini-v3__count-text .cart-mini-v3__count-link {
    color: #000000;
  }
  .header-v3 .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3-section.cart-mini-v3__prod .cart-mini-v3__prod-info .cart-mini-v3__prod-title--link {
    font-style: normal;
    font-weight: bold;
    font-size: 0.75rem;
    line-height: 0.875rem;
    color: #000000;
  }
  .header-v3 .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total--label-bld {
    flex: 1 1 70%;
  }
  .header-v3 .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__total--amt-bld {
    max-width: 30%;
    width: fit-content;
    white-space: nowrap;
  }
  .header-v3 .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container .cart-mini-v3__cta-btns .checkout-cart-mini-v3-btn {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1rem;
    text-align: center;
  }
  .header-v3 .header-cart-v3 .cart-mini-v3 .cart-mini-v3-section-container.cart-mini-v3-section-container-full-border {
    border-bottom: 0.0625rem solid #bfbfbf;
  }
}

.header-search-form__wrapper.search-featured .header-search-trigger-icon {
  padding-right: 1rem;
}
.header-search-form__wrapper.search-featured .header-search-trigger-icon svg {
  width: 1rem;
  height: 1rem;
}
.header-search-form__wrapper.search-featured .header-suggestions-icon svg path {
  fill: #bfbfbf;
}
.header-search-form__wrapper.search-featured .header-search-open.header-search {
  width: 100%;
}
.header-search-form__wrapper.search-featured .header-search-input {
  font-size: 1rem;
  height: 2.5rem;
  padding-left: 1rem;
  background: #f4f4f4;
  color: #000000;
  outline: none;
  border: 0;
}
.header-search-form__wrapper.search-featured .header-search-input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.header-search-form__wrapper.search-featured .header-search-form__search-items.active .header-close-button-icon {
  visibility: visible;
  opacity: 1;
  cursor: pointer;
}
.header-search-form__wrapper.search-featured .header-search-form__search-items.active .header-close-button-icon svg path {
  fill: #353535;
}
.header-search-form__wrapper.search-featured .header-suggestions-item {
  padding-left: 1.25rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
.header-search-form__wrapper.search-featured .header-suggestions-term {
  font-size: 1rem;
}
.header-search-form__wrapper.search-featured .header-suggestions__view-all {
  padding-right: .5rem;
  margin-left: auto;
  text-decoration: underline;
  font-size: .75rem;
}
.header-search-form__wrapper.search-featured .header-suggestions__view-all-link {
  color: #000000;
}
.header-search-form__wrapper.search-featured .header-suggestions-link {
  text-transform: none;
  font-size: 1rem;
  line-height: 1.1875rem;
}
.header-search-form__wrapper.search-featured .header-suggestions-bottom {
  text-align: left;
  padding-left: 1.25rem;
  padding-top: 1rem;
}
.header-search-form__wrapper.search-featured .header-search-form {
  background: #f4f4f4;
  min-width: 15.625rem;
  border-radius: 1.25rem;
  font-family: "HelveticaNeue", sans-serif;
}
.header-search-form__wrapper.search-featured .header-search-form.active {
  border-bottom: 0;
  z-index: 2;
}
.header-search-form__wrapper.search-featured .header-search-form.active .header-search-form__search-items {
  border-bottom: 0;
}
.header-search-form__wrapper.search-featured .header-search-form.active .header-search-form__search-items::after {
  content: '';
  display: block;
  border: .03125rem solid #979797;
  opacity: 0.25;
  margin: 0 1rem;
}
.header-search-form__wrapper.search-featured .header-search-button-icon svg {
  height: 1rem;
  width: 1rem;
}
.header-search-form__wrapper.search-featured .header-search-button {
  top: .5rem;
  right: .9375rem;
  background: none;
  outline: none;
}
.header-search-form__wrapper.search-featured .header-search-button:focus-visible {
  outline: 0.125rem solid #000000;
}
.header-search-form__wrapper.search-featured .header-suggestions-combined.suggestions-disabled {
  display: none;
}
.header-search-form__wrapper.search-featured .header-suggestions-panel {
  margin-top: 0;
  min-width: initial;
  width: 15.625rem;
  border-radius: 0 0 1.25rem 1.25rem;
  background: #f4f4f4;
  color: #353535;
  padding-bottom: 1.375rem;
  border-top: 0;
}
.header-search-form__wrapper.search-featured .header-suggestions-button {
  border: 0;
  background: inherit;
  text-transform: capitalize;
  font-size: 1rem;
}
.header-search-form__wrapper.search-featured .header-search {
  transform: none;
  width: initial;
  height: initial;
}
.header-search-form__wrapper.search-featured .header-suggestions-panel__more-prominent .header-suggestions-term {
  padding: 0.75rem 0 0.75rem 1rem;
}
.header-search-form__wrapper.search-featured .header-suggestions-panel__more-prominent .suggestions-products__link {
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.625rem 1.5rem;
  border: 0.125rem solid #222222;
  margin: 0 1.5rem;
}
.header-search-form__wrapper.search-featured .header-suggestions-panel__more-prominent .suggestions-products__name {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1875rem;
}
.header-search-form__wrapper.search-featured .header-suggestions-panel__more-prominent .suggestions-products__header {
  background-color: #f2f2f2;
}
@media all and (min-width: 48rem) {
  .header-search-form__wrapper.search-featured .header-search-input {
    border: 0.0625rem solid #b3b3b3;
    border-radius: 1.25rem;
    padding-right: 2.5rem;
  }
  .header-search-form__wrapper.search-featured .header-search-form {
    border: 0;
    z-index: 2;
  }
  .header-search-form__wrapper.search-featured .header-search-form__search-items {
    border: 0.0625rem solid #b3b3b3;
    border-radius: 1.25rem;
    transition: all 1s;
    width: 15.625rem;
  }
  .header-search-form__wrapper.search-featured .header-search-form__search-items .header-close-button-icon {
    visibility: hidden;
    position: absolute;
    right: 4rem;
    top: .75rem;
    z-index: 4;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    outline: none;
  }
  .header-search-form__wrapper.search-featured .header-search-form__search-items .header-close-button-icon:focus-visible {
    outline: 0.125rem solid #000000;
  }
  .header-search-form__wrapper.search-featured .header-search-form .header-search-form__search-items {
    border: 0;
  }
  .header-search-form__wrapper.search-featured .header-search-form .header-search-form__search-items.active {
    width: 28.125rem;
  }
  .header-search-form__wrapper.search-featured .header-search-form .header-search-form__search-items.active .header-search-input {
    border: 0.125rem solid #353535;
    box-sizing: border-box;
    background: linear-gradient(90deg, #f2f2f2 89%, #eeb111 11%);
    padding-right: 5rem;
  }
  .header-search-form__wrapper.search-featured .header-search-form .header-suggestions-top {
    margin-bottom: 0.25rem;
  }
  .header-search-form__wrapper.search-featured .header-search-form .header-suggestions-panel__more-prominent .header-suggestions-panel__products {
    margin: 0;
  }
  .header-search-form__wrapper.search-featured .header-search-form .header-suggestions-panel .header-suggestions-items .header-suggestions-item {
    padding: 0.25rem 0.5rem 0.25rem 1rem;
  }
  .header-search-form__wrapper.search-featured .header-search-form .header-suggestions-panel .header-suggestions-items .header-suggestions-item:hover {
    cursor: pointer;
    background-color: #d8d8d8;
  }
  .header-search-form__wrapper.search-featured .header-search-form .header-suggestions-panel .header-suggestions-items .header-suggestions-item.no-results {
    cursor: auto;
    background-color: transparent !important;
    text-decoration: none;
    font-style: italic;
  }
  .header-search-form__wrapper.search-featured .header-search-form .header-suggestions-panel__products {
    margin: 2rem 0 0 1rem;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-search-input {
    border-bottom: 0;
    padding-right: 5rem;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel__left {
    padding-bottom: 0.5rem;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel__left.header-suggestions-panel__more-prominent {
    padding-bottom: 1.5rem;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel.noproducts {
    width: 28rem;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel.noproducts .header-suggestions-panel__right {
    width: 100%;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel.noproducts .header-suggestions-panel__left {
    display: none;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-search-form__search-items {
    width: 28.125rem;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-search-input {
    border: 0.125rem solid #353535;
    box-sizing: border-box;
  }
  .header-search-form__wrapper.search-featured .header-search-button-icon svg {
    height: 1rem;
    width: 1rem;
  }
  .header-search-form__wrapper.search-featured .header-search-button {
    top: .4375rem;
  }
  .header-search-form__wrapper.search-featured .header-search-component {
    display: flex;
  }
  .header-search-form__wrapper.search-featured .header-search-component::after {
    content: '';
    display: block;
    height: 2.5rem;
    width: .03125rem;
    background: #979797;
    margin: 0 1rem;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-panel__more-prominent .suggestions-products {
    margin-right: 0;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-panel__more-prominent .suggestions-products__name {
    display: -webkit-box;
    max-width: 200px;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-panel__more-prominent .suggestions-products__items {
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 1.5rem;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-panel__more-prominent .suggestions-products__title {
    padding: 0.75rem 0 0.75rem 1rem;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.1875rem;
  }
  .header-search-form__wrapper.search-featured .suggestions-products {
    margin-right: 1rem;
    display: flex;
    flex-direction: column;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__header {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__items {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.5rem;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__item {
    display: flex;
    flex-direction: row;
    max-height: 4.5rem;
    height: 4.5rem;
    margin-top: 1.5rem;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__item:hover .suggestions-products__name {
    text-decoration: underline;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__item:focus {
    outline-offset: 0.4375rem;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__img {
    height: fit-content;
    max-height: 4.5rem;
    max-width: 6.375rem;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__img-container {
    flex-basis: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 6.375rem;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__info-container {
    flex-basis: 65%;
    display: flex;
    align-items: center;
    margin-left: 0.625rem;
  }
}
@media all and (max-width: 47.938rem) {
  .header-search-form__wrapper.search-featured .header-search-open {
    width: 100%;
    top: 3.5rem;
  }
  .header-search-form__wrapper.search-featured .header-search-open .header-search-form {
    width: 100%;
    border-radius: initial;
    border-bottom: none;
    background: rgba(0,0,0,0.5);
    transition: none;
    height: 100%;
  }
  .header-search-form__wrapper.search-featured .header-search-open .header-search-form__search-items {
    border: 0;
    height: 3.625rem;
  }
  .header-search-form__wrapper.search-featured .header-search-open .header-suggestions-panel {
    width: 100%;
    border: 0;
    background: #ffffff;
    box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.5);
    padding-top: 0;
  }
  .header-search-form__wrapper.search-featured .header-search-open .header-search-input {
    background: #ffffff;
    height: 1.75rem;
    margin-bottom: 0;
    padding-right: 0;
  }
  .header-search-form__wrapper.search-featured .header-search-open .header-search-button {
    top: .6875rem;
    right: 1.125rem;
  }
  .header-search-form__wrapper.search-featured .header-close-button-icon {
    position: relative;
    right: .7rem;
    top: 1.3rem;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search-fixed:not(.active-search) .header-search-form {
    border-bottom: inset !important;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search-fixed.header-suggestions-open .header-search-form {
    height: 100%;
  }
  .header-search-form__wrapper.search-featured .header-search-component .active-search,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-open,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-fixed {
    width: 100%;
    visibility: visible;
    height: initial;
    transform: none;
    top: 3.625rem;
  }
  .header-search-form__wrapper.search-featured .header-search-component .active-search .header-search-form,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-open .header-search-form,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-fixed .header-search-form {
    width: 100%;
    border-radius: initial;
    border-bottom: none;
    transform: translate3d(0, 0, 0);
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .header-search-form__wrapper.search-featured .header-search-component .active-search .header-search-form__search-items,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-open .header-search-form__search-items,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-fixed .header-search-form__search-items {
    border: 0;
    border-bottom: 0.125rem solid #000000;
    background: #ffffff;
    display: flex;
    flex-direction: row;
    justify-items: center;
    justify-content: space-between;
    width: auto;
    position: static;
  }
  .header-search-form__wrapper.search-featured .header-search-component .active-search .header-search-form__input,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-open .header-search-form__input,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-fixed .header-search-form__input {
    margin: auto 0 auto 0.25rem;
  }
  .header-search-form__wrapper.search-featured .header-search-component .active-search .header-search-form .header-search-input,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-open .header-search-form .header-search-input,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-fixed .header-search-form .header-search-input {
    height: inherit;
  }
  .header-search-form__wrapper.search-featured .header-search-component .active-search .header-suggestions-panel,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-open .header-suggestions-panel,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-fixed .header-suggestions-panel {
    width: 100%;
    border: 0;
    background: #ffffff;
    box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.5);
    padding-top: 0;
  }
  .header-search-form__wrapper.search-featured .header-search-component .active-search .header-suggestions-panel__right,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-open .header-suggestions-panel__right,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-fixed .header-suggestions-panel__right {
    display: block;
  }
  .header-search-form__wrapper.search-featured .header-search-component .active-search .header-search-input,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-open .header-search-input,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-fixed .header-search-input {
    background: #ffffff;
    height: 1.75rem;
    margin-bottom: 0;
  }
  .header-search-form__wrapper.search-featured .header-search-component .active-search .header-search-button,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-open .header-search-button,
  .header-search-form__wrapper.search-featured .header-search-component .header-search-fixed .header-search-button {
    top: .6875rem;
    right: 1.125rem;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search.header-suggestions-open .header-search-form {
    position: fixed;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search {
    height: 3.5625rem;
    box-shadow: inset 0 -0.0625rem 0 #000000;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-search-form__input {
    margin: auto 0 auto 0.25rem;
    padding: 0;
    height: 3rem;
    width: calc(100% - 7rem);
    position: relative;
    display: flex;
    align-items: center;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-search-form__input .header-search-input {
    height: inherit;
    border: none;
    border-radius: unset;
    padding-left: 1rem;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-search-button {
    position: inherit;
    width: 3.5rem;
    height: 3.5rem;
    transition: none;
    background: #ffffff;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-search-fixed {
    border-radius: 0;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-suggestions-panel {
    border-radius: 0;
    padding-bottom: 0;
    height: 100%;
    overflow-y: scroll;
    position: static;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-suggestions-bottom {
    display: none;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search.header-search-fixed.active-search {
    transition: all 0.3s;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search.header-search-open,
  .header-search-form__wrapper.search-featured .header-search-component .header-search.active-search {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: none;
    visibility: visible;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search.header-search-open .header-search-close,
  .header-search-form__wrapper.search-featured .header-search-component .header-search.active-search .header-search-close {
    display: flex;
    font-weight: 500;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search.header-search-open .header-search-form__clear,
  .header-search-form__wrapper.search-featured .header-search-component .header-search.active-search .header-search-form__clear {
    display: block;
    visibility: hidden;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search.header-search-open .header-search-form__clear--visible,
  .header-search-form__wrapper.search-featured .header-search-component .header-search.active-search .header-search-form__clear--visible {
    visibility: visible;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-search-close {
    width: 3.5rem;
    height: 3.5rem;
    justify-content: center;
    align-items: center;
    display: none;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-search-form__clear {
    display: none;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-suggestions-top {
    padding: 0.75rem 0 0.75rem 1rem;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-suggestions-items {
    padding-left: 1rem;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-suggestions-items .header-suggestions-item {
    padding: 0.9375rem 0 0.9375rem 0;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-suggestions-items .header-suggestions-item:last-child {
    border-bottom: none;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-suggestions-items .header-suggestions-item.no-results {
    text-decoration: none;
    font-style: italic;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-search-form__search-items .header-close-button-icon {
    display: none;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search.header-suggestions-open .header-suggestions-panel {
    display: block !important;
  }
  .header-search-form__wrapper.search-featured .suggestions-products {
    display: flex;
    flex-direction: column;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__header {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding: 0.75rem 0.75rem 0.75rem 1rem;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__items {
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
    margin-bottom: 1.5625rem;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__item {
    display: flex;
    flex-direction: row;
    max-height: 5.5rem;
    height: 5.5rem;
    margin-top: 1rem;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__img {
    height: fit-content;
    max-height: 5.5rem;
    max-width: 5.5rem;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 5.5rem;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__info-container {
    display: flex;
    align-items: center;
    margin-left: 1rem;
  }
}
@media speech {
  .header-search-form__wrapper.search-featured .header-search-component .header-search-fixed .header-search.active-search .header-search-form__input .header-search-input:focus {
    outline: 0.125rem solid #000000;
  }
}
.header-search-form__wrapper.search-featured .header-search-close {
  display: none;
}
.header-search-form__wrapper.search-featured .header-search-form__clear {
  display: none;
}
@media (min-width: 48rem) and (max-width: 63.938rem) {
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-search-form .header-suggestions-panel {
    width: 39.2rem;
  }
}
@media all and (min-width: 48rem) and (max-width: 55rem) {
  .header-search-form__wrapper.search-featured.redesign-feature .header-search-form .header-search-form__search-items {
    width: 20rem;
  }
}
@media all and (min-width: 48rem) {
  .header-search-form__wrapper.search-featured.redesign-feature .header-search-form__search-items {
    width: 28.125rem;
  }
  .header-search-form__wrapper.search-featured.redesign-feature .header-search-form__search-items.active .header-search-button-icon:before {
    display: none;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel {
    border-radius: 0.5rem;
    top: 3rem;
    left: 0;
    width: 40.75rem;
    display: flex !important;
    flex-direction: row;
    flex-grow: 1;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel__left,
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel__right {
    width: 50%;
  }
}
.global-menu .global-menu__search {
  display: none;
}
.global-menu .header-search {
  visibility: visible;
  position: inherit;
  background: none;
  border-bottom: .0625rem solid #dedede;
}
.global-menu .header-search-form {
  display: inline;
  background: none;
  padding: 0;
  width: 100%;
}
.global-menu .header-search-form__search-items {
  margin: 1rem .75rem;
}
.global-menu .header-suggestions-open {
  position: absolute;
  background: #fbfbfb;
  top: 3.375rem;
  left: 0;
  right: 0;
}
.global-menu .header-suggestions-open .header-search-form {
  padding: 0;
  display: block;
  z-index: 11;
  border: 0;
}
.global-menu .header-suggestions-open .header-search-form__search-items {
  background: #fbfbfb;
  margin: 0 .75rem;
  position: relative;
  border: 0;
}
.global-menu .header-suggestions-open .header-search-form__search-items::after {
  display: none;
}
.global-menu .header-suggestions-open .header-suggestions-panel {
  background: #fbfbfb;
  width: 100%;
  padding-top: 0;
}
.global-menu .header-suggestions-open .header-search-input {
  border: 0.0625rem solid #b3b3b3;
  background: #fbfbfb;
  border-bottom: 0;
}
.global-menu .header-menu-overlay-fade {
  top: 0;
}
.global-menu .header-menu-overlay,
.global-menu .header-menu-overlay-fade {
  transition: none;
}
.global-menu .header-search-form__clear {
  display: none;
}
@media all and (max-width: 47.938rem) {
  .global-menu .header-search-form__wrapper.search-featured .header-search {
    margin-top: auto;
  }
  .global-menu .header-search-form__wrapper.search-featured .header-search-open {
    top: .75rem;
  }
  .global-menu .header-search-form__wrapper.search-featured .header-search-form {
    background: initial;
    padding: 1.25rem;
  }
  .global-menu .header-search-form__wrapper.search-featured .header-search-form__search-items {
    border: 0.0625rem solid #b3b3b3;
    position: relative;
  }
  .global-menu .header-search-form__wrapper.search-featured .header-search-form__search-items.active .header-search-input {
    border: none;
    box-shadow: none;
    background: #f2f2f2;
  }
  .global-menu .header-search-form__wrapper.search-featured .header-search-input {
    height: 2.5rem;
    background: #f4f4f4;
  }
  .global-menu .header-search-form__wrapper.search-featured .header-search-button {
    top: .5rem;
    right: .9375rem;
  }
  .global-menu .header-search-form__wrapper.search-featured .header-suggestions-open .header-search-input {
    background: #fbfbfb;
  }
  .global-menu .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel {
    border-top: 0;
  }
}
@media all and (min-width: 48rem) {
  .global-menu .header-menu-overlay-fade {
    background-color: inherit;
  }
}
@media all and (max-width: 47.938rem) {
  .header-v3--unset-position {
    position: unset;
    visibility: hidden;
    height: 0;
  }
  .header-v3--unset-position .main_header {
    position: unset;
  }
  .header-v3--unset-position .main_header .tool-set-section {
    position: unset;
  }
  .header-v3--unset-position .main_header .tool-set-section .header-search-trigger {
    display: none;
  }
  .hide-scroll {
    overflow: hidden !important;
    height: 100% !important;
  }
}

.header-search-form__wrapper.search-v0 .header-search-trigger-icon {
  padding-right: 1rem;
}
.header-search-form__wrapper.search-v0 .header-search-trigger-icon svg {
  width: 1rem;
  height: 1rem;
}
.header-search-form__wrapper.search-v0 .header-search-trigger-icon.active svg path {
  fill: #edb110;
}
.header-search-form__wrapper.search-v0 .header-suggestions-icon svg path {
  fill: #bfbfbf;
}
.header-search-form__wrapper.search-v0 .header-search-open.header-search {
  width: 100%;
}
.header-search-form__wrapper.search-v0 .header-search-input {
  font-size: 1rem;
  height: 2.5rem;
  padding-left: 1rem;
  background: #f4f4f4;
  outline: none;
  border: 0;
}
.header-search-form__wrapper.search-v0 .header-search-input::placeholder {
  color: #353535;
  font-size: 1rem;
}
.header-search-form__wrapper.search-v0 .header-suggestions-item {
  padding-left: 1.25rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
.header-search-form__wrapper.search-v0 .header-suggestions-term {
  font-size: 1rem;
}
.header-search-form__wrapper.search-v0 .header-suggestions-link {
  text-transform: lowercase;
  font-size: 1rem;
  line-height: 1.1875rem;
}
.header-search-form__wrapper.search-v0 .header-suggestions-bottom {
  text-align: left;
  padding-left: 1.25rem;
  padding-top: 1rem;
}
.header-search-form__wrapper.search-v0 .header-search-form {
  background: #f4f4f4;
  width: 15.625rem;
  border-radius: 1.25rem;
  font-family: "HelveticaNeue", sans-serif;
}
.header-search-form__wrapper.search-v0 .header-search-form.active {
  border-bottom: 0;
  border-radius: 1.25rem 1.25rem 0 0;
  z-index: 2;
}
.header-search-form__wrapper.search-v0 .header-search-form.active .header-search-form__search-items {
  border-radius: 1.25rem 1.25rem 0 0;
  border-bottom: 0;
}
.header-search-form__wrapper.search-v0 .header-search-form.active .header-search-form__search-items::after {
  content: '';
  display: block;
  border: .03125rem solid #979797;
  opacity: 0.25;
  margin: 0 1rem;
}
.header-search-form__wrapper.search-v0 .header-search-form__search-items {
  border: 0.0625rem solid #b3b3b3;
  border-radius: 1.25rem;
}
.header-search-form__wrapper.search-v0 .header-search-form__search-items.active .header-search-button-icon svg path {
  fill: #edb110;
}
.header-search-form__wrapper.search-v0 .header-search-button-icon svg {
  height: 1rem;
  width: 1rem;
}
.header-search-form__wrapper.search-v0 .header-search-button {
  top: .5rem;
  right: .9375rem;
}
.header-search-form__wrapper.search-v0 .header-suggestions-panel {
  margin-top: 0;
  min-width: initial;
  width: 15.625rem;
  border: 0.0625rem solid #b3b3b3;
  border-radius: 0 0 1.25rem 1.25rem;
  background: #f4f4f4;
  color: #353535;
  padding-bottom: 1.375rem;
  border-top: 0;
}
.header-search-form__wrapper.search-v0 .header-suggestions-button {
  border: 0;
  background: inherit;
  text-transform: capitalize;
  font-size: 1rem;
}
.header-search-form__wrapper.search-v0 .header-search {
  transform: none;
  width: initial;
  height: initial;
}
@media all and (min-width: 48rem) {
  .header-search-form__wrapper.search-v0 .header-search-input {
    border: 0.0625rem solid #b3b3b3;
    border-radius: 1.25rem;
  }
  .header-search-form__wrapper.search-v0 .header-search-form__search-items {
    border: 0;
  }
  .header-search-form__wrapper.search-v0 .header-search-form {
    border: 0;
    z-index: 2;
  }
  .header-search-form__wrapper.search-v0 .header-suggestions-open .header-search-input {
    border-radius: 1.25rem 1.25rem 0 0;
    border-bottom: 0;
  }
  .header-search-form__wrapper.search-v0 .header-suggestions-open .header-suggestions-panel {
    padding-top: 0;
  }
  .header-search-form__wrapper.search-v0 .header-suggestions-open .header-suggestions-panel::before {
    content: '';
    display: block;
    border: 0.03125rem solid #979797;
    opacity: 0.25;
    margin: 0 1rem .71875rem 1rem;
  }
  .header-search-form__wrapper.search-v0 .header-search-button-icon svg {
    height: 1rem;
    width: 1rem;
  }
  .header-search-form__wrapper.search-v0 .header-search-button {
    top: .4375rem;
  }
  .header-search-form__wrapper.search-v0 .header-search-component {
    display: flex;
  }
  .header-search-form__wrapper.search-v0 .header-search-component::after {
    content: '';
    display: block;
    height: 2.5rem;
    width: .03125rem;
    background: #979797;
    margin: 0 1rem;
  }
}
@media all and (max-width: 47.938rem) {
  .header-search-form__wrapper.search-v0 .header-search-open {
    width: 100%;
    top: 3.5rem;
  }
  .header-search-form__wrapper.search-v0 .header-search-open .header-search-form {
    width: 100%;
    border-radius: initial;
    border-bottom: none;
    background: #ffffff;
  }
  .header-search-form__wrapper.search-v0 .header-search-open .header-search-form__search-items {
    border: 0;
  }
  .header-search-form__wrapper.search-v0 .header-search-open .header-suggestions-panel {
    width: 100%;
    border: 0;
    background: #ffffff;
    box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.5);
    padding-top: 0;
  }
  .header-search-form__wrapper.search-v0 .header-search-open .header-suggestions-panel::before {
    content: '';
    display: block;
    border: 0.03125rem solid #979797;
    opacity: .25;
    margin: 0 1rem 1.0625rem 1rem;
  }
  .header-search-form__wrapper.search-v0 .header-search-open .header-search-input {
    background: #ffffff;
    height: 1.75rem;
    margin-bottom: 0;
  }
  .header-search-form__wrapper.search-v0 .header-search-open .header-search-input::placeholder {
    color: #6a6a6a;
  }
  .header-search-form__wrapper.search-v0 .header-search-open .header-search-button {
    top: .6875rem;
    right: 1.125rem;
  }
  .header-search-form__wrapper.search-v0 .header-search-component .header-search-fixed {
    width: 100%;
    visibility: visible;
    height: initial;
    transform: none;
    top: 3.5rem;
  }
  .header-search-form__wrapper.search-v0 .header-search-component .header-search-fixed .header-search-form {
    width: 100%;
    border-radius: initial;
    border-top: 0.125rem #ffffff solid;
    border-bottom: none;
    background: #ffffff;
    transform: translate3d(0, 0, 0);
    box-shadow: inset 0 -0.0625rem 0 #000000;
  }
  .header-search-form__wrapper.search-v0 .header-search-component .header-search-fixed .header-search-form__search-items {
    border: 0;
  }
  .header-search-form__wrapper.search-v0 .header-search-component .header-search-fixed .header-suggestions-panel {
    width: 100%;
    border: 0;
    background: #ffffff;
    box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.5);
    padding-top: 0;
  }
  .header-search-form__wrapper.search-v0 .header-search-component .header-search-fixed .header-suggestions-panel::before {
    content: '';
    display: block;
    border: 0.03125rem solid #979797;
    opacity: .25;
    margin: 0 1rem 1.0625rem 1rem;
  }
  .header-search-form__wrapper.search-v0 .header-search-component .header-search-fixed .header-search-input {
    background: #ffffff;
    height: 1.75rem;
    margin-bottom: 0;
  }
  .header-search-form__wrapper.search-v0 .header-search-component .header-search-fixed .header-search-input::placeholder {
    color: #6a6a6a;
  }
  .header-search-form__wrapper.search-v0 .header-search-component .header-search-fixed .header-search-button {
    top: .6875rem;
    right: 1.125rem;
  }
}
.global-menu .header-search-form__wrapper.search-v0 .header-search {
  visibility: visible;
  position: inherit;
  background: none;
  border-bottom: .0625rem solid #dedede;
}
.global-menu .header-search-form__wrapper.search-v0 .header-search-form {
  display: inline;
  background: none;
  padding: 0;
  width: 100%;
}
.global-menu .header-search-form__wrapper.search-v0 .header-search-form__search-items {
  margin: 1rem .75rem;
}
.global-menu .header-search-form__wrapper.search-v0 .header-suggestions-open {
  position: absolute;
  background: #fbfbfb;
  top: 3.375rem;
  left: 0;
  right: 0;
}
.global-menu .header-search-form__wrapper.search-v0 .header-suggestions-open .header-search-form {
  padding: 0;
  display: block;
  z-index: 11;
  border: 0;
}
.global-menu .header-search-form__wrapper.search-v0 .header-suggestions-open .header-search-form__search-items {
  background: #fbfbfb;
  margin: 0 .75rem;
  position: relative;
  border: 0;
}
.global-menu .header-search-form__wrapper.search-v0 .header-suggestions-open .header-search-form__search-items::after {
  display: none;
}
.global-menu .header-search-form__wrapper.search-v0 .header-suggestions-open .header-suggestions-panel {
  background: #fbfbfb;
  width: 100%;
  padding-top: 0;
}
.global-menu .header-search-form__wrapper.search-v0 .header-suggestions-open .header-suggestions-panel::before {
  content: '';
  display: block;
  border: 0.03125rem solid #979797;
  opacity: .25;
  margin: 0 1rem 1.0625rem 1rem;
}
.global-menu .header-search-form__wrapper.search-v0 .header-suggestions-open .header-search-input {
  border: 0.0625rem solid #b3b3b3;
  border-radius: 1.25rem 1.25rem 0 0;
  background: #fbfbfb;
  border-bottom: 0;
}
.global-menu .header-search-form__wrapper.search-v0 .header-menu-overlay-fade {
  top: 0;
}
.global-menu .header-search-form__wrapper.search-v0 .header-menu-overlay,
.global-menu .header-search-form__wrapper.search-v0 .header-menu-overlay-fade {
  transition: none;
}
@media all and (max-width: 47.938rem) {
  .global-menu .header-search-form__wrapper.search-v0 .header-search-form__wrapper .old .header-search {
    margin-top: auto;
  }
  .global-menu .header-search-form__wrapper.search-v0 .header-search-form__wrapper .old .header-search-open {
    top: .75rem;
  }
  .global-menu .header-search-form__wrapper.search-v0 .header-search-form__wrapper .old .header-search-form {
    background: initial;
  }
  .global-menu .header-search-form__wrapper.search-v0 .header-search-form__wrapper .old .header-search-form__search-items {
    border: 0.0625rem solid #b3b3b3;
    position: relative;
  }
  .global-menu .header-search-form__wrapper.search-v0 .header-search-form__wrapper .old .header-search-input {
    height: 2.5rem;
    background: #f4f4f4;
  }
  .global-menu .header-search-form__wrapper.search-v0 .header-search-form__wrapper .old .header-search-button {
    top: .5rem;
    right: .9375rem;
  }
  .global-menu .header-search-form__wrapper.search-v0 .header-search-form__wrapper .old .header-suggestions-panel {
    border: 0.0625rem solid #b3b3b3;
    box-shadow: none;
  }
  .global-menu .header-search-form__wrapper.search-v0 .header-search-form__wrapper .old .header-suggestions-open .header-search-input {
    background: #fbfbfb;
  }
  .global-menu .header-search-form__wrapper.search-v0 .header-search-form__wrapper .old .header-suggestions-open .header-suggestions-panel {
    border-top: 0;
  }
}
@media all and (min-width: 48rem) {
  .global-menu .header-search-form__wrapper.search-v0 .header-menu-overlay-fade {
    background-color: inherit;
  }
}

.flyout-one-card {
  display: none;
}
.flyout-one-card__play-button,
.flyout-one-card__pause-button {
  background-color: #797979;
  border: medium none;
  color: #ffffff;
  font-size: 1.125rem;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  position: absolute;
  top: calc(50% - 1rem);
  left: calc(50% - 1.5rem);
  border-radius: 100%;
  z-index: 1;
  display: none;
}
.flyout-one-card__play-button.active {
  display: block;
}
.flyout-one-card:hover .flyout-one-card__pause-button.active {
  display: block;
}
.flyout-one-card__content {
  position: relative;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .flyout-one-card {
    position: relative;
    display: block;
  }
  .flyout-one-card__content {
    height: inherit;
  }
  .flyout-one-card__text {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 2rem;
    bottom: 15%;
    max-width: 45%;
  }
  .flyout-one-card__content {
    overflow: hidden;
  }
  .flyout-one-card__content:hover .flyout-one-card__asset,
  .flyout-one-card__content:hover .cq-dd-image {
    transform: scale(1.04);
  }
  .flyout-one-card__link-text {
    font-size: 1rem;
    line-height: 1.1875rem;
  }
  .flyout-one-card__link-text:after {
    content: '';
    transition: 0.5s;
    display: inline-block;
    padding: 0.1875rem;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 1.25rem;
    right: 1rem;
    margin-left: 0.5rem;
  }
  .flyout-one-card__asset,
  .flyout-one-card .cq-dd-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 600ms ease-in-out;
    position: absolute;
  }
  .flyout-one-card__header {
    font-size: 1.625rem;
    line-height: 1.75rem;
  }
  .flyout-one-card__wrapper:focus-visible {
    outline: solid 0.0625rem #000000;
  }
  .flyout-one-card__wrapper:focus-visible .flyout-one-card__content {
    outline: solid 0.0625rem #000000;
    outline-offset: 0.125rem;
  }
}
@media all and (min-width: 64.01rem) {
  .author-mode .flyout-one-card {
    position: relative;
    display: block;
  }
  .author-mode .flyout-one-card__content {
    height: inherit;
  }
  .author-mode .flyout-one-card__text {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 2rem;
    bottom: 15%;
    max-width: 45%;
  }
  .author-mode .flyout-one-card__content {
    overflow: hidden;
  }
  .author-mode .flyout-one-card__content:hover .flyout-one-card__asset,
  .author-mode .flyout-one-card__content:hover .cq-dd-image {
    transform: scale(1.04);
  }
  .author-mode .flyout-one-card__link-text {
    font-size: 1rem;
    line-height: 1.1875rem;
  }
  .author-mode .flyout-one-card__link-text:after {
    content: '';
    transition: 0.5s;
    display: inline-block;
    padding: 0.1875rem;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 1.25rem;
    right: 1rem;
    margin-left: 0.5rem;
  }
  .author-mode .flyout-one-card__asset,
  .author-mode .flyout-one-card .cq-dd-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 600ms ease-in-out;
    position: absolute;
  }
  .author-mode .flyout-one-card__header {
    font-size: 1.625rem;
    line-height: 1.75rem;
  }
  .author-mode .flyout-one-card__wrapper:focus-visible {
    outline: solid 0.0625rem #000000;
  }
  .author-mode .flyout-one-card__wrapper:focus-visible .flyout-one-card__content {
    outline: solid 0.0625rem #000000;
    outline-offset: 0.125rem;
  }
}
@media all and (min-width: 85.375rem) {
  .flyout-one-card {
    position: relative;
    display: block;
  }
  .flyout-one-card__content {
    height: inherit;
  }
  .flyout-one-card__text {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 2rem;
    bottom: 15%;
    max-width: 45%;
  }
  .flyout-one-card__content {
    overflow: hidden;
  }
  .flyout-one-card__content:hover .flyout-one-card__asset,
  .flyout-one-card__content:hover .cq-dd-image {
    transform: scale(1.04);
  }
  .flyout-one-card__link-text {
    font-size: 1rem;
    line-height: 1.1875rem;
  }
  .flyout-one-card__link-text:after {
    content: '';
    transition: 0.5s;
    display: inline-block;
    padding: 0.1875rem;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 1.25rem;
    right: 1rem;
    margin-left: 0.5rem;
  }
  .flyout-one-card__asset,
  .flyout-one-card .cq-dd-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 600ms ease-in-out;
    position: absolute;
  }
  .flyout-one-card__header {
    font-size: 1.625rem;
    line-height: 1.75rem;
  }
  .flyout-one-card__wrapper:focus-visible {
    outline: solid 0.0625rem #000000;
  }
  .flyout-one-card__wrapper:focus-visible .flyout-one-card__content {
    outline: solid 0.0625rem #000000;
    outline-offset: 0.125rem;
  }
}

.header-pencil-banner {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  min-height: 3.5rem;
  align-items: center;
}
.header-pencil-banner p {
  line-break: auto;
}
.header-pencil-banner__content {
  display: inline-flex;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.header-pencil-banner * {
  color: inherit;
}
.header-pencil-banner a:hover {
  color: inherit;
}
.header-pencil-banner__message {
  margin-right: 0.75rem;
}
@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .header-pencil-banner {
    height: 3.125rem;
    min-height: 3.125rem;
  }
}
@media all and (min-width: 85.375rem) {
  .header-pencil-banner {
    height: 3.125rem;
    min-height: 3.125rem;
  }
}

.checkoutv2-header__heading {
  display: none;
}
.checkout-header__account-containerV2 img.header-logo-image {
  width: 110px !important;
  height: 35.373px !important;
}
img.checkoutv2-header-icon-secure {
  height: 1.25rem;
  width: 1.25rem;
}
@media all and (min-width: 48rem) {
  .checkoutv2-header__heading {
    display: flex;
    gap: 4px;
    padding-left: 8px;
  }
  .checkout-header__account-containerV2 {
    padding: 0 17rem !important;
  }
}
@media (min-width: 48rem) and (max-width: 63rem) {
  .checkoutv2-header__heading {
    display: none !important;
  }
  .checkout-header__account-containerV2 {
    padding: 0 1rem !important;
  }
}
.checkout-header__help_hide {
  display: none !important;
}
.checkout-header__logo {
  padding-top: 0;
}
.checkout-header__contentV2 {
  border-bottom: 0.0625rem solid #d8d8d8;
}
.checkout-header__help-info-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: .3125rem 0 .4375rem 0;
  border-top: 0.0625rem solid #d8d8d8;
  border-bottom: 0.25rem solid #eeb111;
  justify-content: center;
}
.checkout-header__account-container {
  display: flex;
  align-items: center;
  margin: .5rem 0;
  padding: 0 1rem;
}
.checkout-header__guest-disclaimer {
  font-size: .75rem;
  margin: 0 0 0 .5625rem;
  font-weight: normal;
}
.checkout-header__account {
  margin-left: auto;
  position: relative;
}
.checkout-header__account .sign-in-modal-component .modal {
  overflow: inherit;
}
.checkout-header__account .sign-in-modal-component #sign-in-modal .modal-box {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
}
.checkout-header .header-chat-link {
  width: 10.625rem;
  height: 2.125rem;
  background: #EEEEEE;
  justify-content: center;
  font-size: .75rem;
  color: #000;
  font-family: "HelveticaNeue", sans-serif;
  text-decoration: none;
}
.checkout-header .header-chat-link .icon {
  width: 1rem;
  height: .895rem;
}
.checkout-header .header-chat-link:hover {
  color: #d99e02;
}
.checkout-header .header-chat-link-icon {
  margin-right: .4375rem;
}
.checkout-header .checkout-authenticated-disclaimer {
  display: none;
}
.checkout-header .checkout-help-link {
  font-size: .75rem;
  font-family: "HelveticaNeue", sans-serif;
}
.checkout-header__contacts,
.checkout-header__chat {
  display: none;
}
.checkout-header .header-logo-image {
  width: auto;
  height: 2.0625rem;
}
@media all and (min-width: 48rem) {
  .checkout-header__need-help-mobile {
    display: none;
  }
  .checkout-header__logo {
    padding-top: .5rem;
  }
  .checkout-header__help-info-container {
    padding: .75rem 8.75rem;
    justify-content: unset;
  }
  .checkout-header__account-container {
    padding: 0 8.4375rem;
    margin: 1.125rem 0;
  }
  .checkout-header__guest-disclaimer {
    font-size: 1.625rem;
  }
  .checkout-header__contacts,
  .checkout-header__chat {
    display: block;
  }
  .checkout-header .header-logo-image {
    width: auto;
    height: 3.0625rem;
  }
  .checkout-header__account .sign-in-modal-component #sign-in-modal .modal-box {
    margin-top: 4rem;
  }
}
.trigger-modal {
  cursor: pointer;
}

.header-account-user-name span.header-account-menu-trigger-text span.header-user-name {
  font-size: 12px !important;
}
@media all and (min-width: 48rem) {
  .header-account-user-name span.header-account-menu-trigger-text span.header-user-name {
    font-size: 14px !important;
  }
}
.checkout-sign-in__create,
.checkout-sign-in .header-user-name,
.checkout-sign-in .header-account-link-text {
  font-family: "HelveticaNeue", sans-serif;
}
.checkout-sign-in__create,
.checkout-sign-in .header-user-name {
  font-size: 1rem;
}
.checkout-sign-in__create {
  text-transform: capitalize;
}
.checkout-sign-in__login {
  line-height: .9375rem;
  display: none;
}
.checkout-sign-in__variants-separator {
  font-weight: normal;
}
.checkout-sign-in__sign-in-icon {
  width: 1.4725rem;
  height: 1.4725rem;
}
.checkout-sign-in .header-account-menu-trigger-icon {
  margin-top: 0;
}
.checkout-sign-in .header-account-link-text {
  font-size: .75rem;
}
.checkout-sign-in .header-account-link:hover {
  text-decoration: none;
}
.checkout-sign-in__login-mobile .header-account-link-text {
  font-size: .625rem;
  font-family: "HelveticaNeue", sans-serif;
  font-weight: bold;
}
.checkout-sign-in .header-account-link,
.checkout-sign-in .header-account-link:focus {
  background: transparent;
}
@media all and (min-width: 48rem) {
  .checkout-sign-in__login {
    display: block;
  }
  .checkout-sign-in__login-mobile {
    display: none;
  }
  .checkout-sign-in .header-account-link {
    height: auto;
  }
  .checkout-sign-in .header-account-link::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: .1875rem solid transparent;
    border-right: .1875rem solid transparent;
    border-top: 0.3125rem solid #000000;
    margin: 1.1875rem 0 0 .3125rem;
  }
  .checkout-sign-in .header-account-link:hover::after {
    border-top: 0.3125rem solid #d99e02;
  }
  .checkout-sign-in .header-account-menu-trigger-icon {
    margin: 0 .5275rem 0 0;
  }
  .checkout-sign-in .header-account-icon {
    margin: .34375rem .5275rem 0 0;
  }
  .checkout-sign-in__create {
    line-height: .75rem;
  }
}
@media all and (max-width: 47.938rem) {
  .checkout-sign-in .header-account-link {
    display: flex;
    flex-direction: column;
  }
  .checkout-sign-in .header-account-link-text {
    padding-left: 0;
  }
}
.checkout-sign-in__overlay.header-menu-overlay {
  top: 9.85rem;
}

.checkout-need-help {
  font-size: .75rem;
  font-family: "HelveticaNeue", sans-serif;
  border-right: 0.03125rem solid #d8d8d8;
  padding-right: 1.5rem;
  margin-right: 1.5rem;
}
.checkout-need-help__header {
  margin-bottom: .375rem;
  font-weight: bold;
}
.checkout-need-help__phone a {
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}
.checkout-need-help__phone a:hover {
  color: #353535;
  text-decoration: underline;
}
.checkout-need-help__working-hours {
  border-left: 0.0625rem solid #000000;
  padding-left: .625rem;
  margin-left: .625rem;
  line-height: 1.125rem;
}

.checkoutv2-authenticated-disclaimer {
  color: #000000;
  font-weight: 400;
}
.checkout-header__title {
  margin-top: 0.75rem;
}
.checkout-header .header-chat-link {
  font-family: 'Roboto', sans-serif;
  border-radius: 4px;
}
.checkout-header .header-chat-link:hover {
  text-decoration: underline;
  color: #012f60;
  text-decoration-color: #d99e02;
}
.checkout-header .checkout-help-link {
  font-family: 'Roboto', sans-serif;
  color: #2a5daf;
}
.checkout-header .checkout-authenticated-disclaimer {
  line-height: 0.875rem;
  text-transform: none;
  font-family: 'Roboto', sans-serif;
}
@media (min-width: 767px) {
  .checkout-header__title {
    margin-top: 1.5rem;
  }
  .checkout-header .checkout-authenticated-disclaimer {
    font-size: 1.25rem;
    line-height: 1.4375rem;
  }
}
.help-modal-inner-info a {
  color: #2a5daf;
  font-size: .875rem;
}
#help-modal .close-button-wrapper {
  top: -3.4375rem;
  right: -0.9375rem;
}

.checkout-need-help {
  font-family: "Roboto", sans-serif;
}
.checkout-need-help__working-hours-container {
  font-size: .875rem;
}

.header-account-user-name {
  font-weight: 500;
  color: #000000;
}
@media all and (min-width: 48rem) {
  .header-account-user-name {
    font-weight: 700;
  }
}
.checkout-sign-in__create,
.checkout-sign-in .header-user-name,
.checkout-sign-in .header-account-link-text {
  font-family: 'Roboto', sans-serif;
}
.checkout-sign-in__login-mobile .header-account-link-text {
  font-family: 'Roboto', sans-serif;
}

@media all and (min-width: 64.01rem) and (orientation: landscape) {
  .flyout-contact-us-card__header {
    display: block;
    font-weight: bold;
    font-size: .875rem;
    margin-bottom: .375rem;
  }
  .flyout-contact-us-card .flyout-header-chat {
    display: none;
  }
  .flyout-contact-us-card__body {
    padding: 2rem 0;
  }
  .flyout-contact-us-card__body__phone-container {
    margin: .5rem 0;
  }
  .flyout-contact-us-card__body__phone-container__label {
    font-size: 1rem;
  }
  .flyout-contact-us-card__body__phone-container__phone {
    margin-top: 1rem;
    display: block;
    font-size: 1.625rem;
    line-height: 1.75rem;
    font-weight: bold;
  }
  .flyout-contact-us-card__body__description,
  .flyout-contact-us-card__body__description p {
    padding-right: 2rem;
    font-size: .75rem;
  }
  .flyout-contact-us-card__body__description a,
  .flyout-contact-us-card__body__description p a {
    text-decoration: underline;
  }
  .flyout-contact-us-card__button-container {
    display: flex;
  }
  .flyout-contact-us-card__button-container__link {
    background: #eeb111;
    border-radius: 1.125rem;
    display: flex;
    flex-direction: row;
    width: 8.75rem;
    height: 2.25rem;
    justify-content: center;
    align-items: center;
    margin-right: .5rem;
    text-decoration: none;
    font-size: .75rem;
  }
  .flyout-contact-us-card__button-container__link__icon svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  .flyout-contact-us-card__button-container__link--email {
    background: #ffffff;
    border: 2px solid #000000;
  }
  .flyout-contact-us-card__button-container__link:hover {
    text-decoration: none;
  }
}
@media all and (min-width: 64.01rem) {
  .author-mode .flyout-contact-us-card__header {
    display: block;
    font-weight: bold;
    font-size: .875rem;
    margin-bottom: .375rem;
  }
  .author-mode .flyout-contact-us-card .flyout-header-chat {
    display: none;
  }
  .author-mode .flyout-contact-us-card__body {
    padding: 2rem 0;
  }
  .author-mode .flyout-contact-us-card__body__phone-container {
    margin: .5rem 0;
  }
  .author-mode .flyout-contact-us-card__body__phone-container__label {
    font-size: 1rem;
  }
  .author-mode .flyout-contact-us-card__body__phone-container__phone {
    margin-top: 1rem;
    display: block;
    font-size: 1.625rem;
    line-height: 1.75rem;
    font-weight: bold;
  }
  .author-mode .flyout-contact-us-card__body__description,
  .author-mode .flyout-contact-us-card__body__description p {
    padding-right: 2rem;
    font-size: .75rem;
  }
  .author-mode .flyout-contact-us-card__body__description a,
  .author-mode .flyout-contact-us-card__body__description p a {
    text-decoration: underline;
  }
  .author-mode .flyout-contact-us-card__button-container {
    display: flex;
  }
  .author-mode .flyout-contact-us-card__button-container__link {
    background: #eeb111;
    border-radius: 1.125rem;
    display: flex;
    flex-direction: row;
    width: 8.75rem;
    height: 2.25rem;
    justify-content: center;
    align-items: center;
    margin-right: .5rem;
    text-decoration: none;
    font-size: .75rem;
  }
  .author-mode .flyout-contact-us-card__button-container__link__icon svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  .author-mode .flyout-contact-us-card__button-container__link--email {
    background: #ffffff;
    border: 2px solid #000000;
  }
  .author-mode .flyout-contact-us-card__button-container__link:hover {
    text-decoration: none;
  }
}
@media all and (min-width: 85.375rem) {
  .flyout-contact-us-card__header {
    display: block;
    font-weight: bold;
    font-size: .875rem;
    margin-bottom: .375rem;
  }
  .flyout-contact-us-card .flyout-header-chat {
    display: none;
  }
  .flyout-contact-us-card__body {
    padding: 2rem 0;
  }
  .flyout-contact-us-card__body__phone-container {
    margin: .5rem 0;
  }
  .flyout-contact-us-card__body__phone-container__label {
    font-size: 1rem;
  }
  .flyout-contact-us-card__body__phone-container__phone {
    margin-top: 1rem;
    display: block;
    font-size: 1.625rem;
    line-height: 1.75rem;
    font-weight: bold;
  }
  .flyout-contact-us-card__body__description,
  .flyout-contact-us-card__body__description p {
    padding-right: 2rem;
    font-size: .75rem;
  }
  .flyout-contact-us-card__body__description a,
  .flyout-contact-us-card__body__description p a {
    text-decoration: underline;
  }
  .flyout-contact-us-card__button-container {
    display: flex;
  }
  .flyout-contact-us-card__button-container__link {
    background: #eeb111;
    border-radius: 1.125rem;
    display: flex;
    flex-direction: row;
    width: 8.75rem;
    height: 2.25rem;
    justify-content: center;
    align-items: center;
    margin-right: .5rem;
    text-decoration: none;
    font-size: .75rem;
  }
  .flyout-contact-us-card__button-container__link__icon svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  .flyout-contact-us-card__button-container__link--email {
    background: #ffffff;
    border: 2px solid #000000;
  }
  .flyout-contact-us-card__button-container__link:hover {
    text-decoration: none;
  }
}
@media (min-width: 20rem) {
  .flyout-contact-us-card .flyout-header-chat {
    display: none;
  }
  .flyout-contact-us-card__body__description a,
  .flyout-contact-us-card__body__description p a {
    text-decoration: underline;
  }
}

.sign-in-modal-component #sign-in-modal.modal-open {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form {
  padding: 1.5rem;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .login-title {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .sign-in-buttons__divider {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #000000;
}
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .sign-in-buttons__login-social--facebook-text,
.sign-in-modal-component #sign-in-modal .modal-box .sign-in-popup__form .sign-in-buttons__login-social--google-text {
  font-family: 'Roboto', sans-serif;
  line-height: 1rem;
  font-style: normal;
  font-weight: 900;
}
.sign-in-modal-component #sign-in-modal .modal-close-icon {
  display: none;
}
.sign-in-modal-component #sign-in-modal.sign-in-wrapper .sign-in-popup {
  margin: 0;
}
.sign-in-modal-component #sign-in-modal.sign-in-wrapper .sign-in-popup .sign-in-modal-form {
  height: fit-content;
}
.sign-in-modal-component #sign-in-modal.sign-in-wrapper .sign-in-popup__form .login .form-label {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #000000;
  text-transform: none;
}
.sign-in-modal-component #sign-in-modal.sign-in-wrapper .sign-in-popup__form .login .login-forgot-password-link {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #000000;
  text-decoration-line: underline;
}
.sign-in-modal-component #sign-in-modal.sign-in-wrapper .sign-in-popup__form .form-button {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 0.8125rem;
  line-height: 1.25rem;
}
.sign-in-modal-component #sign-in-modal.sign-in-wrapper .sign-in-popup__form .sign-in-popup__button {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}
@media all and (min-width: 63.938rem) and (orientation: landscape) {
  .sign-in-modal-component #sign-in-modal.modal-open {
    display: block;
  }
}
@media all and (min-width: 85.375rem) {
  .sign-in-modal-component #sign-in-modal.modal-open {
    display: block;
  }
}

.sign-in-account {
  padding-right: 0;
  height: 2.5rem;
}
.sign-in-account__nav {
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
}
@media all and (min-width: 48rem) and (max-width: 64rem) {
  .sign-in-account__nav {
    right: 8rem;
  }
}
.sign-in-account__nav-row-item {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: .875rem;
  line-height: 1rem;
}
.sign-in-account__nav-row-icon {
  min-width: 1.5rem;
}
.sign-in-account .login-user-signout {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: .875rem;
  line-height: 1rem;
  text-align: center;
  color: #012f60;
  border-color: #012f60;
}
.sign-in-account.authorized .sign-in-account__authorized {
  margin: 0 .5rem;
  padding: 0 .5rem;
}
@media only screen and (max-width: 767px) {
  .sign-in-account.authorized .sign-in-account__authorized {
    padding: .5rem 0 0;
  }
}
@media (max-width: 320px) {
  .sign-in-account.authorized .sign-in-account__authorized {
    margin: 0;
    padding: 0;
  }
}
.sign-in-account__name-text {
  font-weight: bold;
}
.sign-in-account__nav-delimiter {
  border-top: solid 0.0625rem #bfbfbf;
}
.sign-in-account__text-bold {
  display: none;
}
@media all and (min-width: 63.938rem) {
  .sign-in-account.authorized:focus-within {
    outline: none;
  }
  .sign-in-account.authorized .sign-in-account__authorized {
    border-left: 1px solid #bfbfbf;
  }
  .sign-in-account.authorized .sign-in-account__authorized:focus-within {
    outline: 1px solid #000000;
  }
  .sign-in-account.authorized .sign-in-account__authorized .sign-in-account__text-container {
    padding-left: .5rem;
    display: block;
  }
  .sign-in-account.authorized .sign-in-account__authorized .sign-in-account__text-container .sign-in-account__first-row {
    display: block;
  }
  .sign-in-account.authorized .sign-in-account__authorized .sign-in-account__text-container .sign-in-account__first-row .sign-in-account__welcome-text {
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    line-height: 0.875rem;
    font-style: normal;
    font-weight: normal;
  }
  .sign-in-account.authorized .sign-in-account__authorized .sign-in-account__link .sign-in-account__second-row .sign-in-account__text-bold {
    display: initial;
    color: #000000;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 1rem;
    line-height: 1.188rem;
  }
  .sign-in-account.authorized .sign-in-account__authorized .sign-in-account__link .sign-in-account__second-row:after {
    border-left: .2rem solid transparent;
    border-right: .2rem solid transparent;
    border-top: 0.3rem solid #000000;
    top: 40%;
  }
  .sign-in-account.authorized .sign-in-account__authorized .sign-in-account__link.active .sign-in-account__second-row .sign-in-account__text-bold {
    text-decoration: none;
  }
  .sign-in-account.authorized .sign-in-account__authorized .sign-in-account__icon.active svg {
    color: #000000;
  }
  .sign-in-account__nav {
    width: fit-content;
    max-width: 25rem;
    min-width: 20rem;
  }
}
@media all and (min-width: 64rem) {
  .sign-in-account.authorized:focus-within {
    outline: none;
  }
  .sign-in-account.authorized .sign-in-account__authorized {
    border-left: 1px solid #bfbfbf;
  }
  .sign-in-account.authorized .sign-in-account__authorized:focus-within {
    outline: 1px solid #000000;
  }
  .sign-in-account.authorized .sign-in-account__authorized .sign-in-account__text-container {
    padding-left: .5rem;
    display: block;
  }
  .sign-in-account.authorized .sign-in-account__authorized .sign-in-account__text-container .sign-in-account__first-row {
    display: block;
  }
  .sign-in-account.authorized .sign-in-account__authorized .sign-in-account__text-container .sign-in-account__first-row .sign-in-account__welcome-text {
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    line-height: 0.875rem;
    font-style: normal;
    font-weight: normal;
  }
  .sign-in-account.authorized .sign-in-account__authorized .sign-in-account__link .sign-in-account__second-row .sign-in-account__text-bold {
    display: initial;
    color: #000000;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 1rem;
    line-height: 1.188rem;
  }
  .sign-in-account.authorized .sign-in-account__authorized .sign-in-account__link .sign-in-account__second-row:after {
    border-left: .2rem solid transparent;
    border-right: .2rem solid transparent;
    border-top: 0.3rem solid #000000;
    top: 40%;
  }
  .sign-in-account.authorized .sign-in-account__authorized .sign-in-account__link.active .sign-in-account__second-row .sign-in-account__text-bold {
    text-decoration: none;
  }
  .sign-in-account.authorized .sign-in-account__authorized .sign-in-account__icon.active svg {
    color: #000000;
  }
  .sign-in-account__nav {
    width: fit-content;
    max-width: 25rem;
    min-width: 20rem;
  }
}
@media (min-width: 48rem) and (max-width: 64rem) {
  .sign-in-account.authorized .sign-in-account__authorized .sign-in-account__nav-closer {
    display: none;
  }
}

.flyout-feature-cards {
  display: block;
}
@media all and (max-width: 64rem) {
  .flyout-feature-cards {
    display: flex;
    flex-direction: column;
  }
  .flyout-feature-cards__right-column {
    transition: transform 300ms ease-in-out;
  }
  .flyout-feature-cards__wrapper {
    display: flex;
    margin: 1rem;
    flex-direction: row;
    width: 100%;
    height: 100%;
    max-width: 27.5rem;
    min-width: 19rem;
    max-height: 11.25rem;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: .5rem;
  }
  .flyout-feature-cards__wrapper:hover {
    text-decoration: none;
  }
  .flyout-feature-cards__wrapper:hover .flyout-feature-cards__asset,
  .flyout-feature-cards__wrapper:hover .cq-dd-image {
    transform: scale(1.04);
  }
  .flyout-feature-cards__wrapper:hover .flyout-feature-cards__right-column {
    transform-style: preserve-3d;
    transition: transform 300ms ease-in-out;
    transform: translateX(0.25rem) translateY(0) translateZ(0);
  }
  .flyout-feature-cards__content {
    width: 30%;
    max-width: 9.25rem;
    align-items: center;
  }
  .flyout-feature-cards__content img {
    object-fit: cover;
    height: 100%;
    max-height: unset;
  }
  .flyout-feature-cards__content .flyout-feature-cards__asset,
  .flyout-feature-cards__content .cq-dd-image {
    max-height: inherit;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 600ms ease-in-out;
  }
  .flyout-feature-cards__link__text {
    text-decoration: none !important;
    cursor: pointer;
    max-width: 95%;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: .75rem;
    line-height: .875rem;
    color: #000000;
  }
  .flyout-feature-cards__link__arrow {
    display: inline-block;
    margin-left: .3125rem;
    text-decoration: none;
    position: relative;
    top: .2rem;
  }
  .flyout-feature-cards__label {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: .75rem;
    line-height: .875rem;
    color: #000000;
    background: #e0942f;
    max-width: fit-content;
    padding: .2rem .4rem;
  }
  .flyout-feature-cards__header {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.438;
    color: #000000;
  }
  .flyout-feature-cards__right-column {
    display: flex;
    flex-direction: column;
    width: 70%;
    max-width: 19.25rem;
    padding: 2rem 1rem;
  }
  .flyout-feature-cards {
    padding: 0 1rem;
  }
  .flyout-feature-cards__right-column {
    padding: 1rem 1rem;
  }
  .flyout-feature-cards__wrapper {
    min-width: 100%;
    max-width: fit-content;
    margin: 1rem 0;
  }
  .flyout-feature-cards__content {
    max-height: unset;
  }
  .flyout-feature-cards__label {
    font-size: .625rem;
    line-height: 1rem;
    padding: 0 .4rem;
  }
  .flyout-feature-cards__header {
    font-size: .875rem;
    line-height: 1rem;
    margin-top: .3rem;
  }
  .flyout-feature-cards__link {
    margin-top: .3rem;
  }
  .flyout-feature-cards__link__text {
    font-size: .625rem;
    line-height: .75rem;
  }
}
@media all and (max-width: 64rem) {
  .author-mode .flyout-feature-cards {
    display: flex;
    flex-direction: column;
  }
  .author-mode .flyout-feature-cards__right-column {
    transition: transform 300ms ease-in-out;
  }
  .author-mode .flyout-feature-cards__wrapper {
    display: flex;
    margin: 1rem;
    flex-direction: row;
    width: 100%;
    height: 100%;
    max-width: 27.5rem;
    min-width: 19rem;
    max-height: 11.25rem;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: .5rem;
  }
  .author-mode .flyout-feature-cards__wrapper:hover {
    text-decoration: none;
  }
  .author-mode .flyout-feature-cards__wrapper:hover .flyout-feature-cards__asset,
  .author-mode .flyout-feature-cards__wrapper:hover .cq-dd-image {
    transform: scale(1.04);
  }
  .author-mode .flyout-feature-cards__wrapper:hover .flyout-feature-cards__right-column {
    transform-style: preserve-3d;
    transition: transform 300ms ease-in-out;
    transform: translateX(0.25rem) translateY(0) translateZ(0);
  }
  .author-mode .flyout-feature-cards__content {
    width: 30%;
    max-width: 9.25rem;
    align-items: center;
  }
  .author-mode .flyout-feature-cards__content img {
    object-fit: cover;
    height: 100%;
    max-height: unset;
  }
  .author-mode .flyout-feature-cards__content .flyout-feature-cards__asset,
  .author-mode .flyout-feature-cards__content .cq-dd-image {
    max-height: inherit;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 600ms ease-in-out;
  }
  .author-mode .flyout-feature-cards__link__text {
    text-decoration: none !important;
    cursor: pointer;
    max-width: 95%;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: .75rem;
    line-height: .875rem;
    color: #000000;
  }
  .author-mode .flyout-feature-cards__link__arrow {
    display: inline-block;
    margin-left: .3125rem;
    text-decoration: none;
    position: relative;
    top: .2rem;
  }
  .author-mode .flyout-feature-cards__label {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: .75rem;
    line-height: .875rem;
    color: #000000;
    background: #e0942f;
    max-width: fit-content;
    padding: .2rem .4rem;
  }
  .author-mode .flyout-feature-cards__header {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.438;
    color: #000000;
  }
  .author-mode .flyout-feature-cards__right-column {
    display: flex;
    flex-direction: column;
    width: 70%;
    max-width: 19.25rem;
    padding: 2rem 1rem;
  }
  .author-mode .flyout-feature-cards {
    padding: 0 1rem;
  }
  .author-mode .flyout-feature-cards__right-column {
    padding: 1rem 1rem;
  }
  .author-mode .flyout-feature-cards__wrapper {
    min-width: 100%;
    max-width: fit-content;
    margin: 1rem 0;
  }
  .author-mode .flyout-feature-cards__content {
    max-height: unset;
  }
  .author-mode .flyout-feature-cards__label {
    font-size: .625rem;
    line-height: 1rem;
    padding: 0 .4rem;
  }
  .author-mode .flyout-feature-cards__header {
    font-size: .875rem;
    line-height: 1rem;
    margin-top: .3rem;
  }
  .author-mode .flyout-feature-cards__link {
    margin-top: .3rem;
  }
  .author-mode .flyout-feature-cards__link__text {
    font-size: .625rem;
    line-height: .75rem;
  }
}
@media all and (min-width: 64rem) {
  .flyout-feature-cards {
    display: flex;
    flex-direction: column;
  }
  .flyout-feature-cards__right-column {
    transition: transform 300ms ease-in-out;
  }
  .flyout-feature-cards__wrapper {
    display: flex;
    margin: 1rem;
    flex-direction: row;
    width: 100%;
    height: 100%;
    max-width: 27.5rem;
    min-width: 19rem;
    max-height: 11.25rem;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: .5rem;
  }
  .flyout-feature-cards__wrapper:hover {
    text-decoration: none;
  }
  .flyout-feature-cards__wrapper:hover .flyout-feature-cards__asset,
  .flyout-feature-cards__wrapper:hover .cq-dd-image {
    transform: scale(1.04);
  }
  .flyout-feature-cards__wrapper:hover .flyout-feature-cards__right-column {
    transform-style: preserve-3d;
    transition: transform 300ms ease-in-out;
    transform: translateX(0.25rem) translateY(0) translateZ(0);
  }
  .flyout-feature-cards__content {
    width: 30%;
    max-width: 9.25rem;
    align-items: center;
  }
  .flyout-feature-cards__content img {
    object-fit: cover;
    height: 100%;
    max-height: unset;
  }
  .flyout-feature-cards__content .flyout-feature-cards__asset,
  .flyout-feature-cards__content .cq-dd-image {
    max-height: inherit;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 600ms ease-in-out;
  }
  .flyout-feature-cards__link__text {
    text-decoration: none !important;
    cursor: pointer;
    max-width: 95%;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: .75rem;
    line-height: .875rem;
    color: #000000;
  }
  .flyout-feature-cards__link__arrow {
    display: inline-block;
    margin-left: .3125rem;
    text-decoration: none;
    position: relative;
    top: .2rem;
  }
  .flyout-feature-cards__label {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: .75rem;
    line-height: .875rem;
    color: #000000;
    background: #e0942f;
    max-width: fit-content;
    padding: .2rem .4rem;
  }
  .flyout-feature-cards__header {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.438;
    color: #000000;
  }
  .flyout-feature-cards__right-column {
    display: flex;
    flex-direction: column;
    width: 70%;
    max-width: 19.25rem;
    padding: 2rem 1rem;
  }
}

.flyout-one-card {
  display: none;
}
@media all and (min-width: 48rem) and (max-width: 64rem) {
  .flyout-right-col__one-card {
    background: #f2f2f2;
  }
  .flyout-one-card {
    padding-left: 1rem;
    position: initial;
    display: block;
    height: 0;
    background: #f2f2f2;
  }
  .flyout-one-card .flyout-one-card__content {
    max-width: 27.5rem;
    max-height: 27.5rem;
    height: calc(100% - 10rem);
    border-radius: 1rem;
    padding: 0;
    margin: 1rem 0;
    overflow: hidden;
  }
  .flyout-one-card .flyout-one-card__content:hover .flyout-one-card__asset,
  .flyout-one-card .flyout-one-card__content:hover .cq-dd-image {
    transform: scale(1.04);
  }
  .flyout-one-card .flyout-one-card__text {
    position: inherit;
  }
  .flyout-one-card .flyout-one-card__wrapper {
    height: inherit;
  }
  .flyout-one-card .flyout-one-card__text {
    display: flex;
    flex-direction: column;
    left: 0;
    bottom: 15%;
    max-width: 100%;
  }
  .flyout-one-card .flyout-one-card__label {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: .75rem;
    line-height: .875rem;
    color: #000000;
    background: #e0942f;
    max-width: fit-content;
    padding: .1rem .4rem;
  }
  .flyout-one-card .flyout-one-card__description {
    padding-top: .8rem;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: .875rem;
    line-height: 1rem;
    color: #000000;
  }
  .flyout-one-card .flyout-one-card__link {
    padding: 1rem 0;
  }
  .flyout-one-card .flyout-one-card__link-text {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1rem;
    color: #000000;
  }
  .flyout-one-card .flyout-one-card__link-text::after {
    display: none;
  }
  .flyout-one-card .flyout-one-card__link__arrow {
    display: inline-block;
    position: relative;
    top: .2rem;
  }
  .flyout-one-card .flyout-one-card__asset,
  .flyout-one-card .flyout-one-card .cq-dd-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 600ms ease-in-out;
    position: relative;
  }
  .flyout-one-card .flyout-one-card__header {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.438rem;
    color: #000000;
    padding-top: .3rem;
  }
  .flyout-one-card {
    padding: 1rem;
    background: none;
  }
}
@media all and (min-width: 48rem) and (max-width: 64rem) {
  .author-mode .flyout-right-col__one-card {
    background: #f2f2f2;
  }
  .author-mode .flyout-one-card {
    padding-left: 1rem;
    position: initial;
    display: block;
    height: 0;
    background: #f2f2f2;
  }
  .author-mode .flyout-one-card .flyout-one-card__content {
    max-width: 27.5rem;
    max-height: 27.5rem;
    height: calc(100% - 10rem);
    border-radius: 1rem;
    padding: 0;
    margin: 1rem 0;
    overflow: hidden;
  }
  .author-mode .flyout-one-card .flyout-one-card__content:hover .flyout-one-card__asset,
  .author-mode .flyout-one-card .flyout-one-card__content:hover .cq-dd-image {
    transform: scale(1.04);
  }
  .author-mode .flyout-one-card .flyout-one-card__text {
    position: inherit;
  }
  .author-mode .flyout-one-card .flyout-one-card__wrapper {
    height: inherit;
  }
  .author-mode .flyout-one-card .flyout-one-card__text {
    display: flex;
    flex-direction: column;
    left: 0;
    bottom: 15%;
    max-width: 100%;
  }
  .author-mode .flyout-one-card .flyout-one-card__label {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: .75rem;
    line-height: .875rem;
    color: #000000;
    background: #e0942f;
    max-width: fit-content;
    padding: .1rem .4rem;
  }
  .author-mode .flyout-one-card .flyout-one-card__description {
    padding-top: .8rem;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: .875rem;
    line-height: 1rem;
    color: #000000;
  }
  .author-mode .flyout-one-card .flyout-one-card__link {
    padding: 1rem 0;
  }
  .author-mode .flyout-one-card .flyout-one-card__link-text {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1rem;
    color: #000000;
  }
  .author-mode .flyout-one-card .flyout-one-card__link-text::after {
    display: none;
  }
  .author-mode .flyout-one-card .flyout-one-card__link__arrow {
    display: inline-block;
    position: relative;
    top: .2rem;
  }
  .author-mode .flyout-one-card .flyout-one-card__asset,
  .author-mode .flyout-one-card .flyout-one-card .cq-dd-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 600ms ease-in-out;
    position: relative;
  }
  .author-mode .flyout-one-card .flyout-one-card__header {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.438rem;
    color: #000000;
    padding-top: .3rem;
  }
  .author-mode .flyout-one-card {
    padding: 1rem;
    background: none;
  }
}
@media all and (min-width: 64rem) {
  .flyout-right-col__one-card {
    background: #f2f2f2;
  }
  .flyout-one-card {
    padding-left: 1rem;
    position: initial;
    display: block;
    height: 0;
    background: #f2f2f2;
  }
  .flyout-one-card .flyout-one-card__content {
    max-width: 27.5rem;
    max-height: 27.5rem;
    height: calc(100% - 10rem);
    border-radius: 1rem;
    padding: 0;
    margin: 1rem 0;
    overflow: hidden;
  }
  .flyout-one-card .flyout-one-card__content:hover .flyout-one-card__asset,
  .flyout-one-card .flyout-one-card__content:hover .cq-dd-image {
    transform: scale(1.04);
  }
  .flyout-one-card .flyout-one-card__text {
    position: inherit;
  }
  .flyout-one-card .flyout-one-card__wrapper {
    height: inherit;
  }
  .flyout-one-card .flyout-one-card__text {
    display: flex;
    flex-direction: column;
    left: 0;
    bottom: 15%;
    max-width: 100%;
  }
  .flyout-one-card .flyout-one-card__label {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: .75rem;
    line-height: .875rem;
    color: #000000;
    background: #e0942f;
    max-width: fit-content;
    padding: .1rem .4rem;
  }
  .flyout-one-card .flyout-one-card__description {
    padding-top: .8rem;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: .875rem;
    line-height: 1rem;
    color: #000000;
  }
  .flyout-one-card .flyout-one-card__link {
    padding: 1rem 0;
  }
  .flyout-one-card .flyout-one-card__link-text {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1rem;
    color: #000000;
  }
  .flyout-one-card .flyout-one-card__link-text::after {
    display: none;
  }
  .flyout-one-card .flyout-one-card__link__arrow {
    display: inline-block;
    position: relative;
    top: .2rem;
  }
  .flyout-one-card .flyout-one-card__asset,
  .flyout-one-card .flyout-one-card .cq-dd-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 600ms ease-in-out;
    position: relative;
  }
  .flyout-one-card .flyout-one-card__header {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.438rem;
    color: #000000;
    padding-top: .3rem;
  }
}

.header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel .header-suggestions-top {
  height: 2.5rem;
}
.header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel .header-suggestions-top .header-suggestions-term {
  color: rgba(0, 0, 0, 0.75);
}
.header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel .header-suggestions-top .header-suggestions__view-all-link {
  font-size: 1rem;
  text-transform: capitalize;
  color: #231f20;
}
.header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel .header-suggestions-top .header-suggestions__view-all-link:hover {
  font-weight: 700;
  color: #2a5daf;
  text-decoration-line: underline;
}
.header-search-form__wrapper.search-featured .header-suggestions-panel__more-prominent .suggestions-products__header {
  height: 2.5rem;
}
.header-search-form__wrapper.search-featured .header-suggestions-panel__more-prominent .suggestions-products__title {
  font-style: normal;
  font-weight: 700;
}
.header-search-form__wrapper.search-featured .header-suggestions-panel__more-prominent .suggestions-products__name {
  color: #222222;
}
.header-search-form__wrapper.search-featured .header-suggestions-panel__more-prominent .suggestions-products__link {
  border-radius: 0.25rem;
  border: 0.125rem solid #231f20;
  height: 2.5rem;
  text-transform: capitalize;
  color: #012f60;
  padding-top: 0.75rem;
  font-size: 0.875rem;
}
.header-search-form__wrapper.search-featured .header-suggestions-panel__more-prominent .suggestions-products__link:hover {
  background: #f2f2f2;
  box-shadow: 0rem 0.125rem 0.25rem 0.125rem rgba(47, 35, 3, 0.2);
}
.header-search-form__wrapper.search-featured .header-search-form .header-suggestions-panel .header-suggestions-items .header-suggestions-item {
  color: #000000;
}
.header-search-form__wrapper.search-featured .header-search-form .header-suggestions-panel .header-suggestions-items .header-suggestions-item:hover {
  text-decoration: underline;
}
@media all and (max-width: 767px) {
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel .header-suggestions-top .header-suggestions__view-all-link {
    font-size: 0.75rem;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-panel__more-prominent .suggestions-products__link {
    margin-bottom: 1.25rem;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__title {
    font-size: 12px;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-search-form__input {
    margin: auto 0;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-search-form__input .header-search-form__clear {
    margin: auto 0.8125rem;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search.header-search-open,
  .header-search-form__wrapper.search-featured .header-search-component .header-search.active-search {
    z-index: 100;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search.header-search-open .header-search-form__search-items,
  .header-search-form__wrapper.search-featured .header-search-component .header-search.active-search .header-search-form__search-items {
    border-bottom: 0.125rem solid #e0942f;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search.header-search-open .header-search-button-icon svg path,
  .header-search-form__wrapper.search-featured .header-search-component .header-search.active-search .header-search-button-icon svg path {
    fill: #000000;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search.header-search-open .header-search-button-icon,
  .header-search-form__wrapper.search-featured .header-search-component .header-search.active-search .header-search-button-icon {
    margin-right: 0;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search.header-search-open .header-search-close,
  .header-search-form__wrapper.search-featured .header-search-component .header-search.active-search .header-search-close {
    width: fit-content;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search.header-search-open .header-search-close__text,
  .header-search-form__wrapper.search-featured .header-search-component .header-search.active-search .header-search-close__text {
    margin: auto 0.5rem;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search.header-search-open .header-search-button,
  .header-search-form__wrapper.search-featured .header-search-component .header-search.active-search .header-search-button {
    background-color: #e0942f;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-search-close {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 0.75rem;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 0.875rem;
    color: #000000;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-suggestions-top {
    background-color: #f2f2f2;
    margin: 0 0;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-suggestions-items .header-suggestions-item {
    border-bottom: 0.0625rem solid #bfbfbf;
    padding: 1rem 0;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-search-button-icon {
    margin-right: 0.3125rem;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-search-button-icon svg {
    width: 1.375rem;
    height: 1.375rem;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-search .header-search-button {
    padding: 0;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-suggestions-term {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #000000;
    padding-left: 0;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-suggestions__view-all-link {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 0.75rem;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-suggestions-link {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #000000;
    text-transform: none;
    text-decoration: none;
  }
  .header-search-form__wrapper.search-featured .header-search-component .header-suggestions-highlight {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
  }
  .header-search-form__wrapper.search-featured .header-search-input {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.1875rem;
    text-transform: none;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__header {
    background-color: #f2f2f2;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__title {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #000000;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__header-link {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 0.75rem;
    line-height: 0.875rem;
    text-decoration-line: underline;
    color: #000000;
    text-transform: capitalize;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__item {
    text-decoration: none;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__name {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 0.75rem;
    line-height: 0.875rem;
    color: #012f60;
  }
}
@media all and (min-width: 48rem) {
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel {
    background: #ffffff;
    box-shadow: 0 0.125rem 0.25rem 0.125rem rgba(47, 35, 3, 0.2);
    border-radius: 0.5rem;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel .header-suggestions-top {
    border-radius: 0;
    background: #f2f2f2;
    padding: 0;
    margin: 0;
    border-top: 0;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel .header-suggestions-top .header-suggestions-term {
    padding: 0.5rem 0 0.5rem 1rem;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.1875rem;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel .header-suggestions-top .header-suggestions__view-all-link {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel__left {
    border-right: 0.0625rem solid #bfbfbf;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel__products {
    margin: 2rem 0 0 1.0625rem;
    font-family: 'Roboto', sans-serif;
    color: rgba(0, 0, 0, 0.75);
    font-style: normal;
    font-weight: bold;
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel .header-suggestions-item {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.1875rem;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel .header-suggestions-item .header-suggestions-link {
    text-decoration: none;
    color: #231f20;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel .header-suggestions-highlight {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.1875rem;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-suggestions-panel .header-suggestions-bottom {
    display: none;
  }
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-search-input {
    background: linear-gradient(90deg, #f2f2f2 89%, #e0942f 11%);
  }
  .header-search-form__wrapper.search-featured .header-search-form .header-search-form__search-items.active .header-search-input {
    background: transparent;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__header {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 0.75rem;
    line-height: 0.875rem;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.75);
  }
  .header-search-form__wrapper.search-featured .suggestions-products__header-link {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 0.75rem;
    line-height: 0.875rem;
    text-align: center;
    text-decoration-line: underline;
    text-transform: capitalize;
    color: #000000;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__name {
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    font-style: normal;
    font-weight: bold;
    font-size: 0.75rem;
    line-height: 0.875rem;
    color: #012f60;
  }
  .header-search-form__wrapper.search-featured .suggestions-products__item {
    max-height: 100%;
    height: auto;
  }
  .header-search-form__wrapper.search-featured ~ .header-guestpass {
    border-left: 0;
    margin-left: 0;
  }
}
@media (min-width: 48rem) and (max-width: 63.938rem) {
  .header-search-form__wrapper.search-featured .header-suggestions-open .header-search-form .header-suggestions-panel {
    width: 38.2rem;
  }
}

@media (min-width: 64rem) {
  .header-guestpass {
    display: none;
    border-left: 1px solid #bfbfbf;
    margin-left: .5rem;
    height: 2.5rem;
  }
  .header-guestpass svg {
    display: inline-block;
    height: 1.2rem;
    position: relative;
    top: 0.2rem;
  }
  .header-guestpass a,
  .header-guestpass-link {
    display: inline-block;
    width: auto;
    height: auto;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1rem;
    color: #012f60;
    padding: .401rem .3rem;
  }
}

.header-pencil-banner__message {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: .875rem;
  line-height: 1rem;
}
.header-pencil-banner__message a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: .875rem;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  border: 0.125rem solid #ffffff;
  padding: .3rem 1rem;
  min-width: fit-content;
  max-height: 2rem;
  margin: auto;
  color: inherit;
}
.header-pencil-banner__message p {
  line-height: .875rem;
  font-size: .75rem;
}
.header-pencil-banner__content {
  padding: .8rem 1rem;
}
.header-pencil-banner__content p {
  color: inherit;
  display: inline-flex;
}
@media all and (min-width: 63.938rem) {
  .header-pencil-banner__message {
    text-align: center;
  }
  .header-pencil-banner__message a {
    line-height: 1rem;
    border: none;
  }
  .header-pencil-banner__content p {
    display: block;
  }
}

.header-pencil-banner-v4 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: unset;
  position: unset;
}
.header-pencil-banner-v4 * {
  color: inherit;
}
.header-pencil-banner-v4 p {
  line-break: auto;
  margin: 15px 0;
}
.header-pencil-banner-v4__content {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}
.header-pencil-banner-v4__content__enabledAccessibilityButton {
  margin-left: auto;
}
.header-pencil-banner-v4__theme-01 {
  background-color: #ffffff;
  color: #231f20;
}
.header-pencil-banner-v4__theme-01__accessibility-button {
  font-family: Roboto;
  line-height: 150%;
  margin-right: 10px;
}
.header-pencil-banner-v4__theme-01__accessibility-button a {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: unset;
  outline-color: #000000;
  color: #000000;
  text-decoration: underline;
}
.header-pencil-banner-v4__theme-01__accessibility-button a:hover,
.header-pencil-banner-v4__theme-01__accessibility-button a:focus {
  color: #231f20;
  font-weight: 700;
  letter-spacing: unset;
}
.header-pencil-banner-v4__theme-01__message {
  font-family: Roboto;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0.02rem;
  margin-left: 10px;
}
.header-pencil-banner-v4__theme-01__message a {
  font-weight: 500;
  letter-spacing: unset;
  outline-color: #000000;
  color: #000000;
  text-decoration: underline;
}
.header-pencil-banner-v4__theme-01__message a:hover,
.header-pencil-banner-v4__theme-01__message a:focus {
  color: #231f20;
  font-weight: 700;
  letter-spacing: unset;
}
.header-pencil-banner-v4__theme-01__message sub,
.header-pencil-banner-v4__theme-01__message sup {
  font-size: 60%;
}
.header-pencil-banner-v4__theme-01__message sub a,
.header-pencil-banner-v4__theme-01__message sup a {
  text-decoration: none;
}
.header-pencil-banner-v4__theme-01__button {
  outline-color: #000000;
}
@media all and (max-width: 48rem) {
  .header-pencil-banner-v4__theme-01__accessibility-button-container {
    border-bottom: 1px solid #000000;
  }
}
.header-pencil-banner-v4__theme-02 {
  background-color: #f2f2f2;
  color: #231f20;
}
.header-pencil-banner-v4__theme-02__accessibility-button {
  font-family: Roboto;
  line-height: 150%;
  margin-right: 10px;
}
.header-pencil-banner-v4__theme-02__accessibility-button a {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: unset;
  outline-color: #000000;
  color: #000000;
  text-decoration: underline;
}
.header-pencil-banner-v4__theme-02__accessibility-button a:hover,
.header-pencil-banner-v4__theme-02__accessibility-button a:focus {
  color: #231f20;
  font-weight: 700;
  letter-spacing: unset;
}
.header-pencil-banner-v4__theme-02__message {
  font-family: Roboto;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0.02rem;
  margin-left: 10px;
}
.header-pencil-banner-v4__theme-02__message a {
  font-weight: 500;
  letter-spacing: unset;
  outline-color: #000000;
  color: #000000;
  text-decoration: underline;
}
.header-pencil-banner-v4__theme-02__message a:hover,
.header-pencil-banner-v4__theme-02__message a:focus {
  color: #231f20;
  font-weight: 700;
  letter-spacing: unset;
}
.header-pencil-banner-v4__theme-02__message sub,
.header-pencil-banner-v4__theme-02__message sup {
  font-size: 60%;
}
.header-pencil-banner-v4__theme-02__message sub a,
.header-pencil-banner-v4__theme-02__message sup a {
  text-decoration: none;
}
.header-pencil-banner-v4__theme-02__button {
  outline-color: #000000;
}
@media all and (max-width: 48rem) {
  .header-pencil-banner-v4__theme-02__accessibility-button-container {
    border-bottom: 1px solid #000000;
  }
}
.header-pencil-banner-v4__theme-03 {
  background-color: #231f20;
  color: #ffffff;
}
.header-pencil-banner-v4__theme-03__accessibility-button {
  font-family: Roboto;
  line-height: 150%;
  margin-right: 10px;
}
.header-pencil-banner-v4__theme-03__accessibility-button a {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: unset;
  outline-color: #ffffff;
  color: #e0942f;
  text-decoration: underline;
}
.header-pencil-banner-v4__theme-03__accessibility-button a:hover,
.header-pencil-banner-v4__theme-03__accessibility-button a:focus {
  color: #bc7618;
  font-weight: 700;
  letter-spacing: unset;
}
.header-pencil-banner-v4__theme-03__message {
  font-family: Roboto;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0.02rem;
  margin-left: 10px;
}
.header-pencil-banner-v4__theme-03__message a {
  font-weight: 500;
  letter-spacing: unset;
  outline-color: #ffffff;
  color: #e0942f;
  text-decoration: underline;
}
.header-pencil-banner-v4__theme-03__message a:hover,
.header-pencil-banner-v4__theme-03__message a:focus {
  color: #bc7618;
  font-weight: 700;
  letter-spacing: unset;
}
.header-pencil-banner-v4__theme-03__message sub,
.header-pencil-banner-v4__theme-03__message sup {
  font-size: 60%;
}
.header-pencil-banner-v4__theme-03__message sub a,
.header-pencil-banner-v4__theme-03__message sup a {
  text-decoration: none;
}
.header-pencil-banner-v4__theme-03__button {
  outline-color: #ffffff;
}
@media all and (max-width: 48rem) {
  .header-pencil-banner-v4__theme-03__accessibility-button-container {
    border-bottom: 1px solid #ffffff;
  }
}
.header-pencil-banner-v4__theme-04 {
  background-color: unset;
  color: unset;
}
.header-pencil-banner-v4__theme-04__accessibility-button {
  font-family: Roboto;
  line-height: 150%;
  margin-right: 10px;
}
.header-pencil-banner-v4__theme-04__accessibility-button a {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: unset;
  outline-color: #ffffff;
  color: unset;
  text-decoration: underline;
}
.header-pencil-banner-v4__theme-04__accessibility-button a:hover,
.header-pencil-banner-v4__theme-04__accessibility-button a:focus {
  color: unset;
  font-weight: 700;
  letter-spacing: unset;
}
.header-pencil-banner-v4__theme-04__message {
  font-family: Roboto;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0.02rem;
  margin-left: 10px;
}
.header-pencil-banner-v4__theme-04__message a {
  font-weight: 500;
  letter-spacing: unset;
  outline-color: #ffffff;
  color: unset;
  text-decoration: underline;
}
.header-pencil-banner-v4__theme-04__message a:hover,
.header-pencil-banner-v4__theme-04__message a:focus {
  color: unset;
  font-weight: 700;
  letter-spacing: unset;
}
.header-pencil-banner-v4__theme-04__message sub,
.header-pencil-banner-v4__theme-04__message sup {
  font-size: 60%;
}
.header-pencil-banner-v4__theme-04__message sub a,
.header-pencil-banner-v4__theme-04__message sup a {
  text-decoration: none;
}
.header-pencil-banner-v4__theme-04__button {
  outline-color: #ffffff;
}
@media all and (max-width: 48rem) {
  .header-pencil-banner-v4__theme-04__accessibility-button-container {
    border-bottom: 1px solid #ffffff;
  }
}
.header-pencil-banner-v4__button {
  font-family: Roboto;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.02rem;
  line-height: 125%;
  text-transform: none;
  padding: 15px 0;
  text-decoration: none;
  height: auto !important;
  white-space: nowrap;
  margin: 0 10px;
}
.header-pencil-banner-v4__button:hover,
.header-pencil-banner-v4__button:active {
  text-decoration: none;
  outline: none;
  letter-spacing: 0.02rem;
}
.header-pencil-banner-v4__button:focus {
  text-decoration: none;
  outline-offset: -2px;
}
.header-pencil-banner-v4__button:hover,
.header-pencil-banner-v4__button:active,
.header-pencil-banner-v4__button:focus {
  padding: 15px 0;
}
.header-pencil-banner-v4__button.brand {
  color: #e0942f;
  transition: color 200ms ease-out;
}
.header-pencil-banner-v4__button.brand:hover,
.header-pencil-banner-v4__button.brand:active,
.header-pencil-banner-v4__button.brand:focus {
  color: #bc7618;
}
.header-pencil-banner-v4__button.dark {
  color: #231f20;
  transition: color 200ms ease-out;
}
.header-pencil-banner-v4__button.dark:hover,
.header-pencil-banner-v4__button.dark:active,
.header-pencil-banner-v4__button.dark:focus {
  color: #231f20;
}
.header-pencil-banner-v4__button.light {
  color: #ffffff;
  transition: color 200ms ease-out;
}
.header-pencil-banner-v4__button.light:hover,
.header-pencil-banner-v4__button.light:active,
.header-pencil-banner-v4__button.light:focus {
  color: #d5d5d5;
}
.header-pencil-banner-v4__button.withicon {
  display: flex;
  align-items: center;
}
.header-pencil-banner-v4__button.withicon .button-icon {
  font-size: 1.5rem;
}
.header-pencil-banner-v4__button.withicon-left .button-text {
  order: 2;
}
.header-pencil-banner-v4__button.withicon-left .button-icon {
  order: 1;
  margin-right: 10px;
  line-height: 0;
  height: 0;
}
.header-pencil-banner-v4__button.withicon-right .button-icon {
  margin-left: 10px;
  line-height: 0;
  height: 0;
}
.header-pencil-banner-v4__accessibility-button {
  margin: 10px 20px;
  white-space: nowrap;
}
.header-pencil-banner-v4 .accessibility-button-container {
  margin-left: auto;
}
@media all and (max-width: 48rem) {
  .header-pencil-banner-v4 {
    flex-direction: column-reverse;
  }
  .header-pencil-banner-v4__message {
    font-size: 0.875rem;
  }
  .header-pencil-banner-v4__button {
    font-size: 1rem;
  }
  .header-pencil-banner-v4__button.withicon .button-icon {
    font-size: 1.5rem;
  }
  .header-pencil-banner-v4__content__enabledAccessibilityButton {
    margin-left: 0;
  }
  .header-pencil-banner-v4 .accessibility-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .header-pencil-banner-v4 .accessibility-button-container__enabledAccessibilityButton {
    border-bottom: none;
  }
  .header-pencil-banner-v4__accessibility-button {
    margin: 5px 0;
  }
  .header-pencil-banner-v4__accessibility-button a {
    font-size: 0.875rem;
  }
}
.header-pencil-banner-v4__hide-main-content {
  display: flex;
}

@media all and (min-width: 63.938rem) and (orientation: landscape) {
  .flyout-contact-us-card__header,
  .flyout-contact-us-card__body__phone-container__phone,
  .flyout-contact-us-card__button-container__link {
    font-family: "Roboto", sans-serif;
  }
  .flyout-contact-us-card__header {
    margin-bottom: 0;
  }
  .flyout-contact-us-card__body__phone-container__label {
    font-family: "Roboto", sans-serif;
  }
  .flyout-contact-us-card__body__phone-container__phone {
    font-size: 1.75rem;
  }
  .flyout-contact-us-card__body__description,
  .flyout-contact-us-card__body__description p,
  .flyout-contact-us-card__body__description a {
    padding-right: 0;
    color: #000000;
  }
  .flyout-contact-us-card__button-container__link {
    border-radius: 0;
    width: 7.5rem;
    height: 2rem;
    font-weight: bold;
  }
  .flyout-contact-us-card__button-container__link__icon svg {
    width: 1rem;
    height: 1rem;
  }
  .flyout-contact-us-card__button-container__link.flyout-contact-us-card__button-container__link--email {
    color: #012f60;
    background: #ffffff;
    border: 2px solid #012f60;
  }
  .flyout-contact-us-card__button-container__link.flyout-contact-us-card__button-container__link--chat {
    background-color: #e0942f;
    color: #231f20;
  }
}
@media all and (min-width: 63.938rem) {
  .author-mode .flyout-contact-us-card__header,
  .author-mode .flyout-contact-us-card__body__phone-container__phone,
  .author-mode .flyout-contact-us-card__button-container__link {
    font-family: "Roboto", sans-serif;
  }
  .author-mode .flyout-contact-us-card__header {
    margin-bottom: 0;
  }
  .author-mode .flyout-contact-us-card__body__phone-container__label {
    font-family: "Roboto", sans-serif;
  }
  .author-mode .flyout-contact-us-card__body__phone-container__phone {
    font-size: 1.75rem;
  }
  .author-mode .flyout-contact-us-card__body__description,
  .author-mode .flyout-contact-us-card__body__description p,
  .author-mode .flyout-contact-us-card__body__description a {
    padding-right: 0;
    color: #000000;
  }
  .author-mode .flyout-contact-us-card__button-container__link {
    border-radius: 0;
    width: 7.5rem;
    height: 2rem;
    font-weight: bold;
  }
  .author-mode .flyout-contact-us-card__button-container__link__icon svg {
    width: 1rem;
    height: 1rem;
  }
  .author-mode .flyout-contact-us-card__button-container__link.author-mode .flyout-contact-us-card__button-container__link--email {
    color: #012f60;
    background: #ffffff;
    border: 2px solid #012f60;
  }
  .author-mode .flyout-contact-us-card__button-container__link.author-mode .flyout-contact-us-card__button-container__link--chat {
    background-color: #e0942f;
    color: #231f20;
  }
}
@media all and (min-width: 85.375rem) {
  .flyout-contact-us-card__header,
  .flyout-contact-us-card__body__phone-container__phone,
  .flyout-contact-us-card__button-container__link {
    font-family: "Roboto", sans-serif;
  }
  .flyout-contact-us-card__header {
    margin-bottom: 0;
  }
  .flyout-contact-us-card__body__phone-container__label {
    font-family: "Roboto", sans-serif;
  }
  .flyout-contact-us-card__body__phone-container__phone {
    font-size: 1.75rem;
  }
  .flyout-contact-us-card__body__description,
  .flyout-contact-us-card__body__description p,
  .flyout-contact-us-card__body__description a {
    padding-right: 0;
    color: #000000;
  }
  .flyout-contact-us-card__button-container__link {
    border-radius: 0;
    width: 7.5rem;
    height: 2rem;
    font-weight: bold;
  }
  .flyout-contact-us-card__button-container__link__icon svg {
    width: 1rem;
    height: 1rem;
  }
  .flyout-contact-us-card__button-container__link.flyout-contact-us-card__button-container__link--email {
    color: #012f60;
    background: #ffffff;
    border: 2px solid #012f60;
  }
  .flyout-contact-us-card__button-container__link.flyout-contact-us-card__button-container__link--chat {
    background-color: #e0942f;
    color: #231f20;
  }
}

/* Color Palette */
.cx-widget.cx-theme-whirlpool {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  font-size: 1rem;
}
.cx-widget.cx-theme-whirlpool .cx-titlebar .cx-icon {
  height: 2rem;
}
.cx-widget.cx-theme-whirlpool .cx-svg-icon-tone1 {
  fill: #e0942f;
}
.cx-widget.cx-theme-whirlpool input:focus,
.cx-widget.cx-theme-whirlpool textarea:focus,
.cx-widget.cx-theme-whirlpool .cx-btn:focus,
.cx-widget.cx-theme-whirlpool .cx-button-group button:focus,
.cx-widget.cx-theme-whirlpool .cx-form-control:not(.cx-error):focus {
  border-color: #e0942f;
}
.cx-widget.cx-theme-whirlpool .cx-btn-default {
  border-radius: unset;
  border: 0.125rem solid #000000;
  background-color: #ffffff;
}
.cx-widget.cx-theme-whirlpool .cx-btn-default:hover {
  color: #353535;
  border: 0.0625rem solid #353535;
  background-color: #e2e2e2;
}
.cx-widget.cx-theme-whirlpool .cx-btn-primary {
  background-color: #e0942f;
  border-radius: unset;
}
.cx-widget.cx-theme-whirlpool .cx-btn-primary:hover {
  background-color: #d99e02;
}
.cx-widget.cx-theme-whirlpool .cx-webchat.cx-minimized .cx-webchat-counter {
  background-color: #e0942f;
}
h2.cx-title {
  overflow: initial;
  width: 50%;
}

@media (min-width: 48rem) {
    .header-guestpass-border {
        border-right: 0.125rem solid rgba(0,0,0,0.15);
    }

    .header-guestpass-link {
        width: auto;
        height: 1.625rem;
    }

}

.header-guestpass-link {
    display: none;
    align-items: center;
    font-family: Roboto;
    font-size: 0.75rem;
    color: #2a5daf;
}
.header-contactus {
    font-family: Roboto;
    font-size: 0.75rem;
    margin-right: 1.5rem;
}
.megamenu-nav-panel-trigger:after {
  background: url("../../../../etc.clientlibs/insidepass/clientlibs/global/resources/images/megamenu-caret-right.svg") no-repeat;
}

.megamenu-nav-back-item:after {
  background: url("../../../../etc.clientlibs/insidepass/clientlibs/global/resources/images/megamenu-caret-left.svg") no-repeat;
}

.megamenu {
  border-bottom: 2px solid #012f60;
  font-size: 14px;
}

.megamenu-panel-trigger {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #2a5daf;
}

.megamenu-item-active .megamenu-panel-trigger {
  background: #E0942F;
  color: #000000;
}

.megamenu-panel-header {
  margin-bottom: .9rem;
}

.megamenu-panel-title-link {
  font-family: Helvetica,sans-serif;
}

.megamenu-subpanel-link:hover {
  background: #E0942F;
  color: #000000;
}

.megamenu-nav-back-item,
.megamenu-nav-item {
  text-transform: capitalize;
}

.megamenu-nav-back-item {
  background: #E0942F;
  color: #000000;
}

.megamenu-nav-back-item:hover {
  background: #E0942F;
  color: #000000;
}

.megamenu-panel-header-title, .megamenu-panel-title-link, .megamenu-panel-trigger {
  text-transform: none;
  text-decoration: none;
}

.megamenu-subpanel-link {
	color: #222222;
  text-transform: none;
  text-decoration: none;
}

div.megamenu-subpanel.megamenu-subpanel-open > div:first-child {
    display:none;
}

.megamenu-panel-header-title {
  font-size: 14px;
}

.megamenu-panel-title-link {
  font-size: 14px;
}

.megamenu-nav-back-item,
.megamenu-nav-item {
  font-size: .9rem;
}

.megamenu-subpanel-link {
  font-size: 0.75em;
  line-height: 2.5;
}

.header-slot-aside {
  font-size: 12px;
  padding: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}

.header-chat-link-text {
  color: #012f60;
  font-size: 12px;
  font-weight: normal;
}
.megamenu-nav-panel-3-columns {
  columns: 3;
  width: 28rem;
}
.megamenu-nav-panel-2-columns {
  columns: 2;
  width: 22rem;

}

.megamenu-item .megamenu-panel-trigger {
  outline-offset: -0.125rem;
}

a.header-user-location-link {
    color: #464646;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: bold;

}

div#location-modal .location-modal-button {
    font-size: 0.9rem;
    width: 100%;
}

div#location-modal .modal-body .g-row {
    width: 100%;
    margin: 0;
}

.location-modal-button:disabled {
    background-color: #f2f2f2;
    color: #5b5b5b;
    cursor: default;
}

.location-modal-button:hover:disabled {
    background-color: #f2f2f2;
    color: #5b5b5b;
    cursor: default;
}

/* Spinner */
.zip-loader {
    display: none;
    position: absolute;
    top: 1.55rem;
    left: 0;
    border: 0.4rem solid #f3f3f3;
    border-top: 0.4rem solid #e0942f;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    animation: loadspin 2s linear infinite;
}

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

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

@media screen and (max-width: 64rem) {
    div#location-modal .location-modal-button {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 47rem) {
    .zip-loader {
        top: 1rem;
    }

    .zip-resolved-checkmark {
        top: 1.25rem;
    }

    div#location-modal .location-modal-button {
        margin-top: 0.5rem;
        font-size: 0.7rem;
    }

    div#location-modal .location-modal-button:lang(fr) {
        font-size: 0.6rem;
    }
}

.ac-target-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1049;
	background: rgba(46,46,46,0.9);
	transform: translate3d(0,0,0);
	opacity: 1;
}

.ac-target-modal__dialog {
	display: block;
	visibility: visible;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transform: translate3d(0,0,0);
	opacity: 1;
	z-index: 2;
}

.ac-target-modal h1 {
	color: #000000;
	font-size: 3.125em;
	text-align: center;
    padding-top: 20px;
	padding-bottom: 20px; 
	font-weight: 500;
	font-family:'Avenir','helvetica',sanserif;
	text-transform: none;  
    line-height: 2.0625rem;
    margin: 0.3em 0 0.2em;
}

.ac-target-modal h2 {
	font-size: 1.48rem;
	margin-top: 0px;
    padding-top: 0px;
	padding-bottom: 5px; 
    font-weight: 200;
    margin-bottom: 0;
    text-transform: none;
    font-family: 'Avenir',sans-serif;
    line-height: 1.15em;
}

.ac-target-modal__content {
	opacity: 1;
	margin: auto;
	padding: 10px;
	background-color: transparent;
	border: 0;
    
	box-shadow: none;
}

.ac-target-modal .close {
	color: #fefefe;
	border: 2px solid #fefefe;
	opacity: unset;
	padding: 0 2px;
	font-size: 1.2em;
	float: right;
	margin: 0 0 10px;
	line-height: 1;
}

.ac-target-modal .close:hover,.close:focus {
	text-decoration: none;
	cursor: pointer;
}

.ac-target-modal__form__submit-btn:hover {
	background-color: #9a132b;
}

.ac-target-modal .thankbtn:hover {
	background-color: #9a132b;
	border: 0;
	outline: 0;
	color: #fff;
}

.ac-target-modal .btn {
	display: block;
	background-color: #c41230;
	margin: 10px auto;
	cursor: pointer;
}

.ac-target-modal__subblock {
	height: 415px;
    width: 575px;
	padding: 25px 33px;
	background-color: #fff;
}

.ac-target-modal .ac-target-modal__cx-widget {
	color: #444a52;
	background-color: #fff;
	text-align: center;
	font-size: 1.8em;
	padding: 0 13px;
}

.ac-target-modal__subblock p {
	font-size: .66em;
    display: block;
    line-height: 100%;
    margin-top: 1.2vh;
    font-family: "Avenir-Roman", sans-serif;
    padding-left: 1%;
    padding-right: 1%;
}

.ac-target-modal__form {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	margin: 15px 0 0;
	height: 50px;
}

input.ac-target-modal__form__input {
	font-size: .6em;
	border: 2px solid #ededed;
	transition: border-color .3s ease,box-shadow .3s ease;
	font-style: italic;
}

.ac-target-modal__form__submit-btn {
	background-color: #c41239;
	color: #fff !important;
	display: inline-block;
	font-size: .54em;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	width: 32%;
	height: 50px;
	border: 0;
	cursor: pointer;
}

.ac-target-modal__form__submit-btn:focus {
	outline: 0;
}

input.ac-target-modal__form__input {
	width: 70%;
	padding-left: 30px;
	margin-right: 10px;
}

.ac-target-modal__opt-form p {
	font-size: .5em;
	padding: 0 0 20px 10px;
	display: inline;
	text-align: left;
}

.ac-target-modal__opt-form p a {
	font-size: 1em;
    font-weight: bold;
    color: #000;
    text-decoration: underline;
}

input.ac-target-modal__opt-form__input {
	width: 35px;
	height: 20px;
	display: block;
}

.ac-target-modal__opt-form {
	display: flex;
	line-height: 15px;
	margin: 10px 0;
}

.ac-target-modal__form--right-arrow:after {
	position: absolute;
	margin-left: 18px;
	margin-top: 18px;
	content: " ";
	border-left: 8px solid brown;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
}

.ac-target-modal .thankbtn {
	width: 50%;
	height: 50px;
	font-size: 1.5em;
	border: 0;
	border-radius: 4px;
	color: white;
	font-weight: 600;
	text-transform: none;
}

.ac-target-modal__thank-you h1 {
	color: #444a52;
}

.ac-target-modal__end-note p {
	font-size: .83em;
	text-align: left;
    padding: 0 10px;
}

.ac-target-modal__body {
	padding: 20px 0;
}

.ac-target-modal .ac-target-modal__cx-widget span.error {
	color: red;
	font-size: .4em;
	text-align: left;
	margin: 0;
	display: block;
}

.ac-target-modal__dialog {
	position: relative;
	width: auto;
	margin: 10px;
}




@media(min-width:768px) {
	.ac-target-modal__dialog {
		width: 600px;
		margin: 30px auto;
	}
}

@media screen and (max-width: 800px) {
    .sideContent{
        float: left;
    }



    .float-child {
        display: none;
    }

    .imgrto {
        height: inherit;
        max-width: 100%;
    }

    .float-child1 {
        width: 100% !important;
        text-align: center;
    }

   .ac-target-modal__subblock {
	    height: 415px;
    	width: 100%;
        overflow: scroll;
   		background-color: #fff;
}

.ac-target-modal .ac-target-modal__cx-widget {
	color: #444a52;
	background-color: #fff;
	text-align: center;
	font-size: 1.8em;
	padding: 0 13px;
}

.ac-target-modal__subblock p {
	font-size: .66em;
	display: block;
	line-height: normal;
	margin: 10px;
	padding: 0 30px;
    font-family: 'Avenir-Roman',sanserif;
}
.form-group__button_n {
    display: inline-block;
    font-size: 0.37rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    width: 75% !important;
    height: 30px;
    border: none;
    text-transform: uppercase;
    background-color: #E0942F;
    color: #000000;
    font-family:'Roboto';
    border-radius: 4px;
}

.ac-target-modal__dialog {
    width: auto;
    margin: 0px !important;
}
.ac-target-modal__content {
    padding: 0px !important;
}
.ac-target-modal__opt-form {
    display: flex;
    line-height: 15px;
    margin: 10px;
}
.kADiscText {
    font-family: 'avenir';
    height: 14px;
    font-size: 59px !important;
    font-weight: 400;
    margin: -20px;
}
.discalimer-div{
padding: 10px 50px 0px 50px !important;
}

.ac-model-clsBtn{
    font-family: 'helvetica';
	cursor:pointer;
    font-weight: 400;
    color: #858585;
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
	font-size:1.2rem;
    float: right;
}

.ac-target-modal__dialog {
    position: fixed;
    width: 100%;
    margin: 0;
    bottom: 0;
}

.ac-target-modal__dialog__up {
    width: 100%;
    display: flex;
    height: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
.ac-target-modal__body{padding:20px 0 0;position:fixed;bottom:0;right:0;left:0}
.ac-target-modal__content{opacity:1;margin:auto;padding:0;background-color:transparent;border:0;box-shadow:none}
.ac-target-modal .close{color:#fefefe;border:2px solid #fefefe;opacity:unset;padding:4px;font-size:1.1em;margin:-35px 12px}
.ac-target-modal__dialog{position:fixed;width:100%;margin:0;bottom:0}
.ac-target-modal .close:hover,.close:focus{text-decoration:none;cursor:pointer}
.ac-target-modal h1{font-size:4.8vh;height:24px;margin:10px 0 10px 0}
.ac-target-modal h2{font-size:1.3em;padding:30px 0 30px;margin-top:0}
.ac-target-modal h3{font-size: 1.1rem !important;font-family: 'Avenir',SANS-SERIF !important;text-align: center !important;font-weight: 100 !important;margin-bottom: 5% !important;margin-top: 5% !important;}
.ac-target-modal__dialog__up .ac-target-modal__subblock{padding:10px;}
.ac-target-modal__subblock{padding:10px;}
.ac-target-modal__subblock .ac-target-modal__cx-widget{padding:0}
.ac-target-modal__subblock p{font-size:.49em;padding:0}
.ac-target-modal h4 {
    font-size: 0.5rem;
    font-family: 'Avenir',sans-serif;
    font-weight: 100;
    text-align: center;
    padding-left: 45px !important;
    border-right-width: 20px;
    padding-right: 45px!important;
}

    }
@media screen and (max-width: 1000px) and (orientation: landscape) {
    .sideContent{
        float: left;
    }



    .float-child {
        display: none;
    }

    .imgrto {
        height: inherit;
        max-width: 100%;
    }

    .float-child1 {
        width: 100% !important;
        text-align: center;
        margin-bottom: 0px;
    }

   .ac-target-modal__subblock {
	    height: 100vh;
    	width: 60%;
        overflow: scroll;
        margin-left: 20%;
   		background-color: #fff;
}

.ac-target-modal .ac-target-modal__cx-widget {
	color: #444a52;
	background-color: #fff;
	text-align: center;
	font-size: 1.8em;
	padding: 0 13px;
}

.ac-target-modal__subblock p {
	font-size: .66em;
	display: block;
	line-height: normal;
	margin: 10px;
	padding: 0 30px;
    font-family: 'Avenir-Roman',sanserif;
}
.form-group__button_n {
    display: inline-block;
    font-size: 0.37rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    width: 75% !important;
    height: 30px;
    border: none;
    text-transform: uppercase;
    background-color: #E0942F;
    color: #000000;
    font-family:'Roboto';
    border-radius: 4px;
}

.ac-target-modal__dialog {
    width: auto;
    margin: 0px !important;
}
.ac-target-modal__content {
    padding: 0px !important;
}
.ac-target-modal__opt-form {
    display: flex;
    line-height: 15px;
    margin: 10px;
}
.kADiscText {
    font-family: 'avenir';
    height: 14px;
    font-size: 59px !important;
    font-weight: 400;
    margin: -20px;
}
.discalimer-div{
padding: 10px 50px 0px 50px !important;
}

.ac-model-clsBtn{
    font-family: 'helvetica';
	cursor:pointer;
    font-weight: 400;
    color: #858585;
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
    margin-top: 10px;
	font-size:1.2rem;
    float: right;
}

.ac-target-modal__dialog {
    position: fixed;
    width: 100%;
    margin: 0;
    bottom: 0;
}

.ac-target-modal__dialog__up {
    width: 100%;
    display: flex;
    height: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
.ac-target-modal__body{padding:20px 0 0;position:fixed;bottom:0;right:0;left:0}
.ac-target-modal__content{opacity:1;margin:auto;padding:0;background-color:transparent;border:0;box-shadow:none}
.ac-target-modal .close{color:#fefefe;border:2px solid #fefefe;opacity:unset;padding:4px;font-size:1.1em;margin:-35px 12px}
.ac-target-modal__dialog{position:fixed;width:100%;margin:0;bottom:0}
.ac-target-modal .close:hover,.close:focus{text-decoration:none;cursor:pointer}
.ac-target-modal h1{font-size:4.8vw;height:24px;margin:10px 0 10px 0;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
}
.ac-target-modal h2{font-size:1.3em;padding:30px 0 20px;margin-top:0}
.ac-target-modal h3{font-size: 1.1rem !important;font-family: 'Avenir',SANS-SERIF !important;text-align: center !important;font-weight: 100 !important;margin-bottom: 5% !important;margin-top: 5% !important;}
.ac-target-modal__dialog__up .ac-target-modal__subblock{padding:10px;}
.ac-target-modal__subblock{padding:10px;}
.ac-target-modal__subblock .ac-target-modal__cx-widget{padding:0}
.ac-target-modal__subblock p{font-size:.49em;padding:0 15px;margin-top:5px;}
.ac-target-modal h4 {
    font-size: 0.5rem;
    font-family: 'Avenir',sans-serif;
    font-weight: 100;
    text-align: center;
    padding-left: 45px !important;
    border-right-width: 20px;
    padding-right: 45px!important;
    margin-bottom: 0px;
}

    }

    .sideContent {
        float: left;
    }

    .imgrto {
        height: 415px;
        max-width: 100%;
    }

    .ModalPopUp {
        max-height: 445px;
        max-width: 626px !important;
        background-color: #808080 !important;
    }

    .reqModal {
        padding: 0px;
    }



    .float-container {
        padding: 0px;
    }

    .float-child {
        max-height: 415px;
        width: 20%;
        float: left;
    }

    .float-child1 {
        max-height: 415px;
        width: 80%;
        float: left;
        text-align: center;
    margin-bottom:10px;
    }

    .acLogoImg {
        margin: auto;
    	height: auto;
    	width: auto;
        max-width:35%;
    	padding-top: 20px;
    }

    .whippedText {
        padding-top: 5px;
        font-family: Avenir;
        font-size: 18px;
        font-weight: 100;
        margin: 0px;
    }

    .pad-top30 {
        padding-top: 30px;
    }

    .pad-top20 {
        padding-top: 20px;
    }
	.no-pad {
        padding: 0px !important;
    }

    .pad-btm30 {
        padding-top: 30px;
    }

    .kADiscText {
        font-family: 'avenir';
        height: 20px;
        font-size: 90px;
        font-weight: 400;
        margin: -20px;
    }

    .form-group__button_n {
    	background-color: #E0942F;
        color: #000000;
        font-family:'Roboto';
        display: inline-block;
        font-size: 1rem;
        font-weight: 600;
        text-align: center;
        text-decoration: none;
        width: 300PX;
        height: 50px;
        border: none;
        text-transform: uppercase;
        border-radius: 4px;
    }

    .popup_disclaimer_text {
        margin-bottom: 0px;
        padding-top: 10px;
       font-family: Avenir;
        font-size: 7px;
        text-align: center;
    }

    .Ad_text {
        margin-bottom: 0px;
        inline-size: 300px;
        font-family: Avenir;
        font-size: 35px;
        text-align: center;
    }

    .cross-mark {
        cursor: pointer;
        margin-right: 10px;
    }
	.ac-target-modal-disctext {
	text-align: center !important;
    max-width: 300px;
    padding-left: 84px !important;
    }
.discalimer-div{
padding: 3px 80px 0px 80px;
}

   .KAD-close {
    font-family: Avenir;
    font-size: 0.5rem;
    color: #000000 !important;
    float: right;
}

.ac-model-clsBtn{
    font-family: 'helvetica';
	cursor:pointer;
    font-weight: 400;
    color: #858585;
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
	font-size: 1.2rem;
    float: right;
}

.ac-target-modal__dialog__up {
    width: 100%;
    display: flex;
    height: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.ac-target-modal h3 {
    font-size: 1.1rem;
    font-family: 'Avenir',SANS-SERIF;
	text-align:center;
    font-weight: 100;
    margin-bottom: 5%;
    margin-top: 5%;
    line-height: 1.15em;
}

.ac-target-modal h4 {
    font-size: 0.5rem;
    font-family: 'Avenir',sans-serif;
    font-weight: 100;
	text-align:center;
    padding-left: 75px;
    border-right-width: 20px;
    padding-right: 75px;
}
.ac-target-modal__error { 
	font-size: 0.7rem; 
	font-family: 'Avenir','Arial','Helvetica'; 
	color: red; 
}
/* IP modal popup css */
.toast-container {
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    bottom: 5rem;
    z-index: 99;
 }
 .toast-main {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px;
    gap: 20px;
    height:56px;
    position: absolute;
    left: 50%;
    top: 91.33%;
    background: #000000;
    border-radius: 10px;
    transform: translate(-50%, 0);
 }
 .toast-message {
    width: auto;
    height: 19px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
 }
 .toast-close {
    color: #fff;
    cursor: pointer;
    line-height: 19px;
 }
 #toast{
 transform: translateY(100vh);
 -webkit-transform:translateY(100vh);
 -ms-transform:translateY(100vh);
 }
 @-webkit-keyframes abscfadeIn{
 from {
    opacity: 0;
    -webkit-transform:translateY(100vh);
 }
 to {
    opacity: 1;
    -webkit-transform: translateY(0);
 }
 }
 @-moz-keyframes abscfadeIn{
from {
    opacity: 0;
    transform:translateY(100vh);
 }
 to {
    opacity: 1;
    transform: translateY(0);
 }
 }
 @-ms-keyframes abscfadeIn{
from {
    opacity: 0;
    -ms-transform:translateY(100vh);
 }
 to {
    opacity: 1;
    -ms-transform: translateY(0);
 }
 }
 @keyframes abscfadeIn{
 from {
    opacity: 0;
    transform:translateY(100vh);
 }
 to {
    opacity: 1;
    transform: translateY(0);
 }
 }
 @-webkit-keyframes abscfadeOut{
 from {
    opacity: 1;
    -webkit-transform:translateY(0);
 }
 to {
    opacity: 0;
    -webkit-transform: translateY(100vh);
 }
 }
 @-moz-keyframes abscfadeOut{
 from {
    opacity: 1;
    transform:translateY(0);
 }
 to {
    opacity: 0;
    transform: translateY(100vh);
 }
 }
 @-ms-keyframes abscfadeOut{
 from {
    opacity: 1;
    -ms-transform:translateY(0);
 }
 to {
    opacity: 0;
    -ms-transform: translateY(100vh);
 }
 }
 @keyframes abscfadeOut{
 from {
    opacity: 1;
    transform:translateY(0);
 }
 to {
    opacity: 0;
    transform: translateY(100vh);
 }
 }
 @media (max-width:767px) {
 .toast-main {
    left: 0;
    right: 0;
    margin: 0 auto;
    transform:none;
    width:fit-content;
 }
 .toast-container {
    bottom:5rem;
 }
 }
 @media (max-width:320px) {
 .toast-main {
    align-items: flex-start;
    width: 80%;
    transform:none;
 }
 .toast-message {
    width: 85%;
    height: 38px;
 }
 .toast-close {
    line-height: 22px;
 }
 }

/* Common CSS */
#promoDrawer .platform-components-content-card__main-header.header-one {
	display:block !important;
}
#promoDrawer .platform-components-content-card__button--primary.brand {
    text-transform: none;
}
@media (max-width: 767px) {
 .noscroll .globalPromoDrawer {
    display: none !important;
}
.megamenu-scroll-lock .globalPromoDrawer {
    display: none !important;
}
}
.author-mode .globalPromoDrawer .promo-drawer__overlay {
	opacity: 0;
}

  .promo-drawer {
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
  }
  .promo-drawer__drawer {
    background: #f2f2f2;
    bottom: 0%;
    display: block;
    left: 50%;
    max-width: 100%;
    position: absolute;
    transform: translate3d(-50%, 100%, 0);
    transition: all 1s ease-in-out;
    width: 100%;
    z-index: 10000;
  }
  .globalPromoDrawer .promo-drawer .platform-components-content-card__container{
	width:100%;
   }
   .globalPromoDrawer .promo-drawer .platform-components-content-card__image-container--background{
	  display:none;
   }
  .promo-drawer__drawer[data-drawer-status=open] {
    transform: translate3d(-50%, 0, 0);
  }
  .promo-drawer__drawer[data-drawer-status=open] .promo-drawer__header-arrow svg {
    transform: rotateX(180deg);
  }
  .promo-drawer__overlay {
    background: rgba(0, 0, 0, 0.7);
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
  }
  .promo-drawer__header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    background: #2A5DAF;
    border-radius: 4px 4px 0px 0px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -100%);
    cursor: pointer;
    height: 48px;
    width: auto;
	padding:0;
  }
  .promo-drawer__header:hover {
	background: #2a5daf;  
  }
.promo-drawer__header:focus-visible,
#promoDrawer .pc-carousel-wrapper .platform-components-content-card__body-copy a:focus-visible,
#promoDrawer .platform-components-content-card__button--primary.brand:focus-visible,
#promoDrawer .pc-carousel-wrapper .gpd-heading a:focus-visible,
#promoDrawer button.gpdbutton__signup:focus-visible,
.gpd-legalcheckbox[type="checkbox"]:focus-visible,
.gpd-legalcontent a:focus-visible,
#promoDrawer .pc-carousel-wrapper .arrows-track .slick-arrow:focus-visible,
.gpd-thankyoubutton:focus-visible {
   outline: 0.125rem solid #000;
}
.cmp-experiencefragment--global-drawer .modalContainer .platform-components-rich-text--theme-01 a:focus-visible,
#promoDrawer .lead-gen-ca-modal__form__input.gpd-emailfield:focus-visible,
#promoDrawer .platform-components-modal__close:focus-visible {
    outline: 0.125rem solid #000 !important;
}
@keyframes gpdHide {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes gpdHide {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@-moz-keyframes gpdHide {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gpdShow {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes gpdShow {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

@-moz-keyframes gpdShow {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

.promo-drawer__content {
  visibility: hidden;
}

.promo-drawer__drawer[data-drawer-status=open] .promo-drawer__content {
  animation: gpdShow 1s ease forwards;
  -webkit-animation: gpdShow 1s ease forwards;
  -moz-animation: gpdShow 1s ease forwards;
}

.promo-drawer__drawer[data-drawer-status=closed] .promo-drawer__content {
  animation: gpdHide 4s ease forwards;
  -webkit-animation: gpdHide 4s ease forwards;
  -moz-animation: gpdHide 4s ease forwards;
} 
  .promo-drawer__header-icon {
    padding-left: 16px;
    padding-right: 8px;
    display: flex;
  }
  #promoDrawer .promo-drawer__header-icon svg {
    fill: #fff;
    transition: all 1s ease;
    height:24px;
  }
  #promoDrawer .platform-components-content-card__content {
      justify-content:flex-start;
      padding: 0;
  }
  #promoDrawer .platform-components-content-card__preheader {
      margin: 0;
      background: #E0942F;
      color: #231F20;
      text-align: center;
      text-transform: uppercase;
      height: 24px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-style: normal;
      font-weight: 700;
      font-size: 12px;
      line-height: 14px;
      border-radius: 3px 3px 0px 0px;
	  font-family:"Roboto",sans-serif;
	  margin-bottom: 16px;
  }
  #promoDrawer .platform-components-content-card__main-header.header-one {
	  margin: 0;
      font-style: normal;
      font-weight: 700;
      font-size: 28px;
      line-height: 33px;
      text-transform: uppercase;
      color: #2A5DAF;
      padding: 16px;
      font-family: 'Roboto',sans-serif;
      text-align:left;
	  padding-top: 5px;
  } 
  #promoDrawer .platform-components-content-card__body-copy p {
    font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 16px;
      margin: 0;
      color: #000;
      padding-left: 16px;
      padding-right: 16px;
      padding-bottom:16px;
      text-align:left;
	  font-family:'Roboto',sans-serif;
  }
  #promoDrawer .platform-components-content-card__body-copy {
    margin: 0;
      float: left;
      width: 100%;
      margin-bottom: 1.6rem;
  }
  #promoDrawer .platform-components-content-card__subtitle {
    color: #231F20;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
	text-align: left;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-left: 16px;
	margin:0;
  }
  #promoDrawer .platform-components-content-card__button-container {
      margin-bottom: 40px;
      justify-content: flex-start;
      padding-left:16px;
      margin-top:0;
  }
  #promoDrawer .platform-components-content-card__button--primary.brand {
      background:#e0942f;
      position: fixed;
      bottom: 16px;
      width: 156px;
      height: 36px !important;
      font-size: 14px;
      line-height: 16px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px 0;
	  font-weight:700;
	  font-family:'Roboto',sans-serif;
  }
  #promoDrawer .platform-components-content-card__button--primary.brand:hover {
    background: #d99e02;
  }
  #promoDrawer .platform-components-content-card__button--primary.brand .button-text {
    background: transparent;
    color: #231F20;
  }
  #promoDrawer .platform-components-content-card__container {
	  width:100%;
	  border-radius: 0px 0px 4px 4px;
  }
  #promoDrawer .pc-carousel-wrapper .pc-carousel-container .slick-slide>div {
    display:block;
  }
  #promoDrawer .platform-components-content-card__theme-01.platform-components-content-card.content-card--v2 {
    border-radius: 0px 0px 4px 4px;
    width:100%;
    filter: drop-shadow(0px 2px 4px rgba(47, 35, 3, 0.2));
  }
  #promoDrawer .platform-components-content-card__width-lg--auto {
    width:100%;
  }
  #promoDrawer .pc-carousel-wrapper .pc-carousel-container .slick-track {
    justify-content: center;
      margin-top:16px;
      margin-bottom:16px;
  }
  #promoDrawer .pc-carousel-wrapper .pc-carousel-container .slick-dots {
    margin:15px 0;
  } 
  #promoDrawer .pc-carousel-wrapper .arrows-track .slick-arrow.slick-prev {
      left:0;
      border-radius: 0px 4px 4px 0px;
  }
  #promoDrawer .pc-carousel-wrapper .arrows-track .slick-arrow.slick-next {
    right:0;
    border-radius: 4px 0px 0px 4px;
  }
  #promoDrawer .pc-carousel-wrapper .arrows-track {
    height:100%;
  }
  #promoDrawer .pc-carousel-wrapper .arrows-track .slick-arrow {
    background: #e0942f;
      height: 120px;
      width: 24px;
      padding: 0;
  }
  .promo-drawer__heading {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 14px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-family:"Roboto",sans-serif;
  }
  .promo-drawer__header-text p {
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    margin: 0;
  }
  .promo-drawer__header-arrow svg {
    fill: #fff;
  }
  .promo-drawer__header-arrow {
    padding-left: 30px;
    padding-right: 18px;
  }
  .promo-drawer_card {
    background: #fff;
    margin-right: 16px;
    width: 33.3%;
    position: relative;
  }
  .promo-drawer_cardswrapper {
    display: flex;
    justify-content: center;
    margin: 16px 0;
  }
  .promo-drawer_header {
    margin: 0;
    background: #C41230;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
  }
  .promo-drawer__title {
    margin: 0;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #C42033;
  }
  .promo-drawer__description {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    margin: 0;
    color: #000;
    padding-top: 16px; 
  }
  .promo-drawer__contentsection {
    padding: 16px;
    margin-bottom: 50px;
  }
  .promo-drawer__cta {
    width: 156px;
    height: 36px;
    background: #C41230;
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    margin-top: 38px;
    position: absolute;
    bottom: 10px;
  }
  #promoDrawer .pc-carousel-wrapper .arrows-track .slick-arrow .icons-arrow-left,
  #promoDrawer .pc-carousel-wrapper .arrows-track .slick-arrow .icons-arrow-right{
    font-size:30px;
  }
  #promoDrawer .pc-carousel-wrapper .platform-components-content-card__body-copy a {
      color: #000;
      border: 1px solid #9F9F9F;
      min-width: 14px;
      height: 14px;
      line-height: 19px;
      display: inline-block;
      text-align: center;
      border-radius: 2px;
      margin-left:2px;
      font-weight:normal;
      text-decoration:none;
	  padding: 0 2px;
  }
  .promo-drawer__content .modalContainer .rte > div {
      padding: 16px;
      margin-bottom:16px;
	  border-radius: 4px;
      box-shadow: 0px 2px 4px 0px rgba(47, 35, 3, 0.20);
  }
  .promo-drawer__content .modalContainer .rte div > :first-child {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #2e2e2e;
    margin-bottom: 5px;
    margin-top: 0;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    font-family: 'Roboto',sans-serif;
   }
  .promo-drawer__content .modalContainer .rte > div h4 {
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      color: #2E2E2E;
      margin-bottom:2px;
      text-align: left;
      padding: 0;
      font-family:inherit;
  }
  .promo-drawer__content .modalContainer .rte > div p {
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 16px;
      color: #2E2E2E;
      margin:0;
  }
  #promoDrawer .button-primary-brand.platform-components-modal__close.platform-components-modal__close-primary.icon-only {
      background: none;
      color: #000;
      top: 20px;
      right: 10px;
      padding: 0 !important;
      width: auto !important;
      height: auto !important;
	  border-radius:0;
  }
  #promoDrawer .platform-components-modal__close.icon-only .icons-close {
      font-size: 26px;
  }
  .cmp-experiencefragment--global-drawer .platform-components-modal__overlay {
      background: none;
      position:static;
      padding:0;
      display:none;
      width: 98%;
      margin: 0 auto;
  }
  .cmp-experiencefragment--global-drawer .modalContainer {
    width: 100%;
}
  .cmp-experiencefragment--global-drawer .platform-components-modal__overlay.active {
    display:block;
  }
.cmp-experiencefragment--global-drawer .platform-components-modal__pb .platform-components-modal__container.fixedCenter {
    width: 100%;
    margin: unset;
    max-width: 100%;
}
.spa-include-fragment-checkout-footer .pc-carousel-wrapper .pc-carousel-container .gpdnextArrowBtn,
[class*="pages-account"] .pc-carousel-wrapper .pc-carousel-container .gpdnextArrowBtn {
    z-index: 1000;
    right: 0px;
	border-radius: 4px 0px 0px 4px;
}
.spa-include-fragment-checkout-footer .pc-carousel-wrapper .pc-carousel-container .gpdprevArrowBtn,
[class*="pages-account"] .pc-carousel-wrapper .pc-carousel-container .gpdprevArrowBtn {
    z-index: 1;
    left: 0;
	border-radius: 0px 4px 4px 0px;
}
.spa-include-fragment-checkout-footer .pc-carousel-wrapper .pc-carousel-container .slick-arrow,
[class*="pages-account"] .pc-carousel-wrapper .pc-carousel-container .slick-arrow {
    background: #e0942f;
    height: 120px;
    width: 24px;
    padding: 0;
    font-size: 30px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    line-height: 120px;
    font-weight: bold;
    cursor: pointer;
	outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
}
.spa-include-fragment-checkout-footer .pc-carousel-wrapper .pc-carousel-container .slick-arrow.slick-disabled,
[class*="pages-account"] .pc-carousel-wrapper .pc-carousel-container .slick-arrow.slick-disabled {
    opacity: 50%;
}
.spa-include-fragment-checkout-footer .slick-slider,
[class*="pages-account"] .slick-slider {
    position: relative;
}
.spa-include-fragment-checkout-footer .pc-carousel-wrapper .pc-carousel-container .gpdprevArrowBtn:before,
[class*="pages-account"] .pc-carousel-wrapper .pc-carousel-container .gpdprevArrowBtn:before {
  right: 2px;
  position: relative;
}
.spa-include-fragment-checkout-footer .pc-carousel-wrapper .pc-carousel-container .gpdnextArrowBtn:before,
[class*="pages-account"] .pc-carousel-wrapper .pc-carousel-container .gpdnextArrowBtn:before {
    position: relative;
    right: 4px;
}
  @media (min-width: 1024px) {
      #promoDrawer .pc-carousel-wrapper {
      padding:0 56px;
      }
  }
  @media (max-width:767px) {
	#promoDrawer .pc-carousel-wrapper {
      padding:0 40px;
   }	  
  .promo-drawer__header-icon {
    padding-left: 8px;
      padding-right: 8px;
  }
  .promo-drawer__header {
    width: max-content;
  }
  .promo-drawer__heading {
    font-size:14px;
      line-height:20px
  }
  .promo-drawer__header-arrow {
    padding-left:17px;
      padding-right:17px;
  }
  #promoDrawer .platform-components-content-card__main-header.header-one {
    font-size:20px;
      line-height:24px;
  }
  #promoDrawer .platform-components-content-card__body-copy p {
    font-size:12px;
      line-height:21px;
  }
  #promoDrawer .pc-carousel-wrapper button.slick-prev.slick-arrow.slick-disabled,
  #promoDrawer .pc-carousel-wrapper button.slick-next.slick-arrow.slick-disabled{
    display:none !important;
  }
	.spa-include-fragment-checkout-footer .pc-carousel-wrapper .pc-carousel-container .slick-arrow.slick-disabled,
	[class*="pages-account"] .pc-carousel-wrapper .pc-carousel-container .slick-arrow.slick-disabled {
		display:none !important;
	}
  .cmp-experiencefragment--global-drawer .platform-components-modal__overlay {
    width:90%;
  }
  #promoDrawer .platform-components-content-card__subtitle {
	  font-size:12px;
  }
  }

.cart-mini {
    border: 0.125rem solid #e2e2e2;
}
.cart-mini__prod-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 60%;
    padding: 0 0 0 .5rem;
    width: unset;
}
.cart-mini__prod-price {
    flex: 1 0 20%;
    -ms-flex: 1 0 20%;

}
.cart-mini__prod-mdl {
    font-weight: bold;
}
.cart-mini__prod-mdl>b {
    font-weight: normal;
}
.cart-mini__prod-qty--sqr {
    width: 1.875rem;
}

/*
  Conversion Drawer Default Theme

  ----------------------------------------

  NOTE: These are the default (fall-back) token values that should be imported in 
  the proxy component before the brand specific tokens. This should help prevent
  difficult to debug LESS compilation errors.

  This file can be used as a starting point for creating new component themes.

  ----------------------------------------

  The tokens are organized by those that are common to all of a brand's themes,
  and those which must be changed for each theme--which is mainly colors.

  Brand Tokens
  - Core Drawer Styles (tab, slider, overlay)
  - Utilities (disclaimer modal, action)
  - Card Templates (text card)

  Theme Tokens
  - Light (Default)
  - Dark

*/
/* 
  ------------------
  Core Drawer Styles
  ------------------
*/
/*
  Tab
*/
/* Common (Open or Closed) */
/* Closed State */
/*
  Slider
*/
/* 
  Overlay 
*/
/* 
  ---------
  Utilities
  ---------
*/
/*
  Disclaimer Modal
*/
/*
  Card Action
*/
/* 
  --------------
  Card Templates
  --------------
*/
/*
  Text Card
*/
/* Overline */
/* End Date */
/* Headline */
/* Body */
/*
  Conversion Drawer Theme Variables

  Core Drawer Styles (tab, slider, overlay)
  Utilities (disclaimer modal, action)
  Card Templates (text card)
*/
/* 
  ------------------
  Core Drawer Styles
  ------------------
*/
/*
  Tab
*/
/* Common (Open or Closed) */
/* 
  ---------
  Utilities
  ---------
*/
/*
  Disclaimer Modal
*/
/*
  Card Action
*/
/* 
  --------------
  Card Templates
  --------------
*/
/*
  Text Card
*/
/* Overline */
/* End Date */
/* Headline */
/* Body */
/*
  Drawer Theme
*/
/* Light Theme (Default) */
.digital-platform__conversion-drawer,
.digital-platform__conversion-drawer.light {
  --drawer__background: #012f60;
  --drawer__box-shadow: 0px -4px 74px 0px rgba(255, 255, 255, 0.35);
  --tab__box-shadow: 0px -3px 34px 0px rgba(255, 255, 255, 0.35);
  --outline-color: #ffffff;
  --authoring-border: 2px solid #e0942f;
  /* Closed State */
  --tab-offer-count__color: #000000;
  --tab-offer-count__background-color: #e0942f;
  --tab-offer-count__color--hover: #000000;
  --tab-offer-count__background-color--hover: #e0942f;
  --tab__color: #ffffff;
  --tab__background-color: #012f60;
  --tab__background-color--hover: #002145;
  --tab-open-close__color--hover: #ffffff;
  --tab-open-close__background-color--hover: #012f60;
  /* Open State */
  --tab-offer-count__color--open: #000000;
  --tab-offer-count__background-color--open: #e0942f;
  --tab__color--open: #ffffff;
  --tab__background-color--open: #012f60;
  --tab__background-color--open--hover: #012f60;
  /* Pagination Control Buttons (Open Only) */
  --tab-pagination-controls__color: #ffffff;
  --tab-pagination-controls__background-color: transparent;
  --tab-pagination-controls__color--hover: #ffffff;
  --tab-pagination-controls__background-color--hover: #2a5daf;
  --tab-pagination-controls__color--disabled: #7f7f7f;
  --tab-pagination-controls__background-color--disabled: transparent;
  /* Disclaimer Modals */
  --modal__color: #000000;
  --modal__background-color: #ffffff;
  --modal-close__color: #ffffff;
  --modal-close__background-color: transparent;
  --modal-close__color--hover: #000000;
  --modal-close__background-color--hover: #ffffff;
}
/* Dark Theme */
.digital-platform__conversion-drawer.dark {
  --drawer__background: #231f20;
  --drawer__box-shadow: 0px -4px 74px 0px rgba(255, 255, 255, 0.35);
  --tab__box-shadow: 0px -3px 34px 0px rgba(255, 255, 255, 0.35);
  --outline-color: #ffffff;
  --authoring-border: 2px solid #2a5daf;
  /* Closed State */
  --tab-offer-count__color: #000000;
  --tab-offer-count__background-color: #e0942f;
  --tab-offer-count__color--hover: #000000;
  --tab-offer-count__background-color--hover: #e0942f;
  --tab__color: #ffffff;
  --tab__background-color: #231f20;
  --tab__background-color--hover: #222222;
  --tab-open-close__color--hover: #231f20;
  --tab-open-close__background-color--hover: #e0942f;
  /* Open State */
  --tab-offer-count__color--open: #000000;
  --tab-offer-count__background-color--open: #e0942f;
  --tab__color--open: #ffffff;
  --tab__background-color--open: #231f20;
  --tab__background-color--open--hover: #231f20;
  /* Pagination Control Buttons (Open Only) */
  --tab-pagination-controls__color: #ffffff;
  --tab-pagination-controls__background-color: transparent;
  --tab-pagination-controls__color--hover: #231f20;
  --tab-pagination-controls__background-color--hover: #e0942f;
  --tab-pagination-controls__color--disabled: #7f7f7f;
  --tab-pagination-controls__background-color--disabled: transparent;
  /* Disclaimer Modals */
  --modal__color: #ffffff;
  --modal__background-color: #231f20;
  --modal-close__color: #ffffff;
  --modal-close__background-color: transparent;
  --modal-close__color--hover: #222222;
  --modal-close__background-color--hover: #ffffff;
}
/*
  Card Theme

  Cards inherit their their theme from the drawer by default, so these custom
  css properties are added to the drawer and overwritten at the card level
  if a theme class is added to the card.
*/
/* Light Theme (Default) */
.digital-platform__conversion-drawer .conversion-drawer-text-card,
.digital-platform__conversion-drawer.light .conversion-drawer-text-card,
.digital-platform__conversion-drawer section.conversion-drawer-text-card.light {
  --outline-color: #000000;
  /* Text Card */
  --text-card__color: #000000;
  --text-card__background-color: #ffffff;
  /* Actions */
  --action__color: #000000;
  --action__background-color: #e0942f;
  --action__color--hover: #000000;
  --action__background-color--hover: #bc7618;
  --action__color--success: #ffffff;
  --action__background-color--success: #008800;
  --action__color--error: #222222;
  --action__background-color--error: #ffffff;
  --action__border-color--error: #c80a33;
  /* Modal Trigger ("i" icon) */
  --modal-trigger__color: #000000;
  --modal-trigger__color--hover: #ffffff;
  --modal-trigger__background-color--hover: #000000;
}
/* Dark Theme */
.digital-platform__conversion-drawer.dark .conversion-drawer-text-card,
.digital-platform__conversion-drawer section.conversion-drawer-text-card.dark {
  --outline-color: #ffffff;
  /* Text Card */
  --text-card__color: #ffffff;
  --text-card__background-color: #333333;
  /* Actions */
  --action__color: #000000;
  --action__background-color: #e0942f;
  --action__color--hover: #000000;
  --action__background-color--hover: #bc7618;
  --action__color--success: #ffffff;
  --action__background-color--success: #008800;
  --action__color--error: #222222;
  --action__background-color--error: #ffffff;
  --action__border-color--error: #c80a33;
  /* Modal Trigger ("i" icon) */
  --modal-trigger__color: #ffffff;
  --modal-trigger__color--hover: #333333;
  --modal-trigger__background-color--hover: #ffffff;
}
/* Accent Theme (Card Only) */
.digital-platform__conversion-drawer section.conversion-drawer-text-card.accent {
  --outline-color: #ffffff;
  /* Text Card */
  --text-card__color: #ffffff;
  --text-card__background-color: #2a5daf;
  /* Actions */
  --action__color: #222222;
  --action__background-color: #ffffff;
  --action__color--hover: #000000;
  --action__background-color--hover: #d5d5d5;
  --action__color--success: #ffffff;
  --action__background-color--success: #008800;
  --action__color--error: #222222;
  --action__background-color--error: #ffffff;
  --action__border-color--error: #c80a33;
  /* Modal Trigger ("i" icon) */
  --modal-trigger__color: #ffffff;
  --modal-trigger__color--hover: #2a5daf;
  --modal-trigger__background-color--hover: #ffffff;
}
/*
    Closed Initial State

    Position the drawer just below the screen
*/
.digital-platform__conversion-drawer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
  transition: transform 500ms cubic-bezier(0.28, 0.47, 0.57, 0.97);
  z-index: 10;
  background: var(--drawer__background);
  font-family: Roboto;
  /*
    Remove conflict with global rule. It's a long story:
    https://whirlpool.atlassian.net/browse/USAB-3151?focusedCommentId=7254032
  */
  /*
    Add element resets to prevent custom code bleed
  */
}
.digital-platform__conversion-drawer svg:not(:root) {
  height: 100%;
}
.digital-platform__conversion-drawer *:focus {
  outline: none;
}
.digital-platform__conversion-drawer a:focus-visible,
.digital-platform__conversion-drawer button:focus-visible,
.digital-platform__conversion-drawer [role="button"]:focus-visible {
  outline: 1px dashed var(--outline-color);
  outline-offset: 3px;
}
.digital-platform__conversion-drawer h1,
.digital-platform__conversion-drawer h2,
.digital-platform__conversion-drawer h3,
.digital-platform__conversion-drawer h4,
.digital-platform__conversion-drawer h5,
.digital-platform__conversion-drawer h6,
.digital-platform__conversion-drawer p,
.digital-platform__conversion-drawer a {
  margin: 0;
  padding: 0;
  color: inherit;
}
/*
    Open State
*/
.digital-platform__conversion-drawer[data-open="true"] {
  /* Unsets the translate value */
  transform: translateY(0);
  z-index: 1055;
  box-shadow: var(--drawer__box-shadow);
}
.digital-platform__conversion-drawer .conversion-drawer-tab {
  display: grid;
  grid-template-columns: repeat(4, auto);
  width: fit-content;
  padding-block: 9px;
  padding-inline: 18px;
  align-items: center;
  gap: 10px;
  position: absolute;
  transform: translate(calc(50vw - 50%), calc(-100% + 1px));
  text-align: center;
  border-radius: 4px 4px 0px 0px;
  background-color: var(--tab__background-color);
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 0.32px;
  cursor: pointer;
  user-select: none;
  transition: color 200ms ease-in, background-color 200ms ease-in, translate 0.5s ease-out;
}
.digital-platform__conversion-drawer .conversion-drawer-tab::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 4px 4px 0px 0px;
  box-shadow: var(--tab__box-shadow);
  clip-path: inset(-100px -100px 1px -100px);
  z-index: -1;
}
.digital-platform__conversion-drawer .conversion-drawer-tab:focus-visible,
.digital-platform__conversion-drawer .conversion-drawer-tab:hover:not(:has(.conversion-drawer-tab__pagination-controls:hover)) {
  background-color: var(--tab__background-color--hover);
  outline-color: var(--outline-color);
}
.digital-platform__conversion-drawer .conversion-drawer-tab:focus-visible .conversion-drawer-tab__offer-count,
.digital-platform__conversion-drawer .conversion-drawer-tab:hover:not(:has(.conversion-drawer-tab__pagination-controls:hover)) .conversion-drawer-tab__offer-count {
  color: var(--tab-offer-count__color--hover);
  background-color: var(--tab-offer-count__background-color--hover);
}
.digital-platform__conversion-drawer .conversion-drawer-tab:focus-visible .conversion-drawer-tab__open-close,
.digital-platform__conversion-drawer .conversion-drawer-tab:hover:not(:has(.conversion-drawer-tab__pagination-controls:hover)) .conversion-drawer-tab__open-close {
  background-color: var(--tab-open-close__background-color--hover);
}
.digital-platform__conversion-drawer .conversion-drawer-tab:focus-visible .conversion-drawer-tab__open-close path,
.digital-platform__conversion-drawer .conversion-drawer-tab:hover:not(:has(.conversion-drawer-tab__pagination-controls:hover)) .conversion-drawer-tab__open-close path {
  fill: var(--tab-open-close__color--hover);
}
.digital-platform__conversion-drawer .conversion-drawer-tab__message {
  color: var(--tab__color);
  text-transform: none;
}
.digital-platform__conversion-drawer .conversion-drawer-tab__offer-count {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.5em;
  width: 1.5em;
  color: var(--tab-offer-count__color);
  background-color: var(--tab-offer-count__background-color);
  border-radius: 100%;
  transition-property: color, background-color;
  transition-duration: 200ms;
  transition-timing-function: ease-in;
}
.digital-platform__conversion-drawer .conversion-drawer-tab__pagination-controls {
  display: none;
  height: calc(100% +  18px );
  margin-left: 75px;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  cursor: default;
}
.digital-platform__conversion-drawer .conversion-drawer-tab__pagination-controls button {
  display: flex;
  height: 30px;
  width: 30px;
  padding: 0;
  align-items: center;
  justify-content: center;
  background-color: var(--tab-pagination-controls__background-color);
  border-radius: 100%;
  transition-property: color, background-color;
  transition-duration: 200ms;
  transition-timing-function: ease-in;
}
.digital-platform__conversion-drawer .conversion-drawer-tab__pagination-controls button path {
  fill: var(--tab-pagination-controls__color);
  transition: fill 200ms ease-in;
}
.digital-platform__conversion-drawer .conversion-drawer-tab__pagination-controls button:hover {
  background-color: var(--tab-pagination-controls__background-color--hover);
}
.digital-platform__conversion-drawer .conversion-drawer-tab__pagination-controls button:hover path {
  fill: var(--tab-pagination-controls__color--hover);
}
.digital-platform__conversion-drawer .conversion-drawer-tab__pagination-controls button[disabled] {
  background-color: var(--tab-pagination-controls__background-color--disabled);
}
.digital-platform__conversion-drawer .conversion-drawer-tab__pagination-controls button[disabled] path {
  fill: var(--tab-pagination-controls__color--disabled);
}
.digital-platform__conversion-drawer .conversion-drawer-tab__pages {
  height: fit-content;
  width: 20px;
  min-width: max-content;
  font-size: 14px;
  color: var(--tab-pagination-controls__color);
}
.digital-platform__conversion-drawer .conversion-drawer-tab__open-close {
  display: flex;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: transform 500ms cubic-bezier(0.28, 0.47, 0.57, 0.97), background-color 200ms ease-in;
}
.digital-platform__conversion-drawer .conversion-drawer-tab__open-close path {
  fill: var(--tab__color);
  transition: fill 200ms ease-in;
}
@supports (transform: translateX(calc(50dvw - 50%)) translateY(calc(-100% + 1px))) {
  .digital-platform__conversion-drawer .conversion-drawer-tab {
    transform: translateX(calc(50dvw - 50%)) translateY(calc(-100% + 1px));
  }
}
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab {
  background-color: var(--tab__background-color--open);
}
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab:focus-visible,
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab:hover:not( :has(.conversion-drawer-tab__pagination-controls:hover)) {
  background-color: var(--tab__background-color--open--hover);
}
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab:focus-visible .conversion-drawer-tab__offer-count,
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab:hover:not( :has(.conversion-drawer-tab__pagination-controls:hover)) .conversion-drawer-tab__offer-count {
  color: var(--tab-offer-count__color--open);
  background-color: var(--tab-offer-count__background-color--open);
}
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab:focus-visible .conversion-drawer-tab__open-close,
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab:hover:not( :has(.conversion-drawer-tab__pagination-controls:hover)) .conversion-drawer-tab__open-close {
  background-color: var(--tab-pagination-controls__background-color--hover);
}
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab:focus-visible .conversion-drawer-tab__open-close path,
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab:hover:not( :has(.conversion-drawer-tab__pagination-controls:hover)) .conversion-drawer-tab__open-close path {
  fill: var(--tab-pagination-controls__color--hover);
}
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab__offer-count {
  color: var(--tab-offer-count__color--open);
  background-color: var(--tab-offer-count__background-color--open);
}
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab__message {
  color: var(--tab__color--open);
}
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab__open-close {
  transform: rotate(180deg);
  padding-bottom: 2px;
}
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab__open-close path {
  fill: var(--tab__color--open);
}
.digital-platform__conversion-drawer.loading .conversion-drawer-tab {
  translate: 0 100%;
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-tab__pagination-controls {
    display: flex;
    visibility: hidden;
  }
}
@media only screen and (min-width: 1024px) {
  .digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-tab__pagination-controls {
    visibility: visible;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-slider {
  display: grid;
  grid-auto-flow: column;
  gap: 15px;
  min-height: 160px;
  max-width: fit-content;
  margin-inline: auto;
  padding: 15px;
  overflow-x: auto;
  /* Scrolls on overflow */
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overscroll-behavior-x: contain;
  /* 
    Temporarily hide scroll-bar

    It's quite ugly on Maytag and the dark themes
  */
  scrollbar-width: none;
}
.digital-platform__conversion-drawer .conversion-drawer-slider > section {
  user-select: none;
  scroll-snap-align: center;
  scroll-behavior: smooth;
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-slider {
    min-height: 185px;
    padding: 20px;
    gap: 20px;
    scroll-snap-type: x proximity;
  }
  .digital-platform__conversion-drawer .conversion-drawer-slider > section {
    scroll-snap-align: start;
    scroll-margin-inline: 20px;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-slider:hover {
  cursor: grab;
}
.digital-platform__conversion-drawer .conversion-drawer-slider:active {
  cursor: grabbing;
}
.digital-platform__conversion-drawer .conversion-drawer-overlay {
  display: none;
  background-color: transparent;
  transition: background-color 500ms ease-in;
}
.digital-platform__conversion-drawer[data-open="true"] .conversion-drawer-overlay {
  display: block;
  height: 100vh;
  inset: 0;
  position: fixed;
  transform: translateY(-100%);
  z-index: -1;
  background-color: #1e1e1e80;
}
.digital-platform__conversion-drawer .conversion-drawer-action {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-action {
    margin-top: 24px;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-action__button {
  display: flex;
  height: fit-content;
  width: fit-content;
  min-height: 30px;
  padding: 3px 10px;
  border-radius: 4px;
  background-color: var(--action__background-color);
  text-transform: none;
  text-decoration: none;
  color: var(--action__color);
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 0.24px;
  transition-property: background-color, color;
  transition-duration: 200ms;
  transition-timing-function: ease-in;
}
.digital-platform__conversion-drawer .conversion-drawer-action__button svg path {
  transition: fill 200ms ease-in;
  fill: var(--action__color);
}
.digital-platform__conversion-drawer .conversion-drawer-action__button * {
  text-transform: none;
}
.digital-platform__conversion-drawer .conversion-drawer-action__button:hover,
.digital-platform__conversion-drawer .conversion-drawer-action__button:focus-visible {
  color: var(--action__color--hover);
  background-color: var(--action__background-color--hover);
}
.digital-platform__conversion-drawer .conversion-drawer-action__button:hover path,
.digital-platform__conversion-drawer .conversion-drawer-action__button:focus-visible path {
  fill: var(--action__color--hover);
}
.digital-platform__conversion-drawer .conversion-drawer-action__button--icon {
  display: flex;
  align-items: center;
  gap: 5px;
}
.digital-platform__conversion-drawer .conversion-drawer-action__button--link {
  display: flex;
  padding-block: 5px;
  align-items: center;
}
.digital-platform__conversion-drawer .conversion-drawer-action__button--link span {
  height: fit-content;
}
.digital-platform__conversion-drawer .conversion-drawer-action__coupon-code-wrapper {
  width: fit-content;
  position: static;
}
.digital-platform__conversion-drawer .conversion-drawer-action__coupon-code-wrapper[data-state="copy"] .conversion-drawer-action__status--success,
.digital-platform__conversion-drawer .conversion-drawer-action__coupon-code-wrapper[data-state="copy"] .conversion-drawer-action__status--failure {
  display: none;
}
.digital-platform__conversion-drawer .conversion-drawer-action__coupon-code-wrapper[data-state="success"] .conversion-drawer-action__status--copy,
.digital-platform__conversion-drawer .conversion-drawer-action__coupon-code-wrapper[data-state="success"] .conversion-drawer-action__status--failure {
  display: none;
}
.digital-platform__conversion-drawer .conversion-drawer-action__coupon-code-wrapper[data-state="success"] .conversion-drawer-action__coupon-code-button {
  background-color: var(--action__background-color--success);
  color: var(--action__color--success);
}
.digital-platform__conversion-drawer .conversion-drawer-action__coupon-code-wrapper[data-state="success"] .conversion-drawer-action__coupon-code-button path {
  fill: var(--action__color--success);
}
.digital-platform__conversion-drawer .conversion-drawer-action__coupon-code-wrapper[data-state="failure"] .conversion-drawer-action__coupon-code-button {
  display: none;
}
.digital-platform__conversion-drawer .conversion-drawer-action__coupon-code-wrapper[data-state="failure"] .conversion-drawer-action__button {
  border-radius: 4px;
  border: 1px solid var(--action__border-color--error);
  color: var(--action__color--error);
  background: var(--action__background-color--error);
  user-select: text;
  cursor: text;
}
.digital-platform__conversion-drawer .conversion-drawer-action__coupon-code-wrapper[data-state="failure"] .conversion-drawer-action__button svg path {
  fill: var(--action__border-color--error);
}
.digital-platform__conversion-drawer .conversion-drawer-action__utility-message {
  margin-bottom: 4px;
}
.digital-platform__conversion-drawer .conversion-drawer-modal {
  min-width: 250px;
  width: 75%;
  max-width: 45ch;
  height: fit-content;
  margin: 0;
  padding: 0;
  background-color: var(--modal__background-color);
  border: none;
  border-radius: 4px;
  overflow: visible;
  cursor: auto;
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-modal {
    width: 66%;
    max-width: 600px;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-modal::backdrop {
  background-color: transparent;
  cursor: pointer;
}
.digital-platform__conversion-drawer .conversion-drawer-modal__trigger {
  display: inline-block;
  font-size: 18px;
  height: 0.75em;
  width: 0.75em;
  padding: 0;
  background: none;
  border-radius: 100%;
  position: relative;
}
.digital-platform__conversion-drawer .conversion-drawer-modal__trigger svg path {
  fill: var(--modal-trigger__color);
}
.digital-platform__conversion-drawer .conversion-drawer-modal__trigger:hover,
.digital-platform__conversion-drawer .conversion-drawer-modal__trigger:focus-visible {
  background-color: var(--modal-trigger__background-color--hover);
}
.digital-platform__conversion-drawer .conversion-drawer-modal__trigger:hover svg path#i_line,
.digital-platform__conversion-drawer .conversion-drawer-modal__trigger:focus-visible svg path#i_line,
.digital-platform__conversion-drawer .conversion-drawer-modal__trigger:hover path#i_dot,
.digital-platform__conversion-drawer .conversion-drawer-modal__trigger:focus-visible path#i_dot {
  fill: var(--modal-trigger__color--hover);
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-modal__trigger {
    font-size: 20px;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-modal__trigger-click-target {
  height: 1.5em;
  width: 1.5em;
  position: absolute;
  transform: translateX(-0.375em) translateY(-0.375em);
}
.digital-platform__conversion-drawer .conversion-drawer-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(calc(-100% - 10px));
}
.digital-platform__conversion-drawer .conversion-drawer-modal__close svg {
  height: initial;
}
.digital-platform__conversion-drawer .conversion-drawer-modal__container {
  height: fit-content;
  max-height: 70vh;
  padding: 15px;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-modal__container {
    padding: 30px;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-modal__container p {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.32px;
  text-transform: none;
}
.digital-platform__conversion-drawer .conversion-drawer-modal__container p:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-modal__container p {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-modal__container p,
.digital-platform__conversion-drawer .conversion-drawer-modal__container h1,
.digital-platform__conversion-drawer .conversion-drawer-modal__container h2,
.digital-platform__conversion-drawer .conversion-drawer-modal__container h3,
.digital-platform__conversion-drawer .conversion-drawer-modal__container h4,
.digital-platform__conversion-drawer .conversion-drawer-modal__container h5,
.digital-platform__conversion-drawer .conversion-drawer-modal__container h6 {
  color: var(--modal__color);
}
.digital-platform__conversion-drawer .conversion-drawer-modal .conversion-drawer-action__button {
  color: var(--modal-close__color);
  background-color: var(--modal-close__background-color);
  user-select: auto;
}
.digital-platform__conversion-drawer .conversion-drawer-modal .conversion-drawer-action__button:hover,
.digital-platform__conversion-drawer .conversion-drawer-modal .conversion-drawer-action__button:focus-visible {
  color: var(--modal-close__color--hover);
  background-color: var(--modal-close__background-color--hover);
}
.digital-platform__conversion-drawer .conversion-drawer-modal .conversion-drawer-action__button--icon svg path {
  fill: var(--modal-close__color);
}
.digital-platform__conversion-drawer .conversion-drawer-modal .conversion-drawer-action__button--icon:hover,
.digital-platform__conversion-drawer .conversion-drawer-modal .conversion-drawer-action__button--icon:focus-visible {
  outline-color: var(--modal-close__background-color--hover);
}
.digital-platform__conversion-drawer .conversion-drawer-modal .conversion-drawer-action__button--icon:hover svg path,
.digital-platform__conversion-drawer .conversion-drawer-modal .conversion-drawer-action__button--icon:focus-visible svg path {
  fill: var(--modal-close__color--hover);
}
.digital-platform__conversion-drawer .conversion-drawer-modal[open] {
  position: fixed;
  top: calc(-100vh + 100%);
  transform: translateX(calc(50vw - 50%)) translateY(calc(50vh - 50%));
}
.digital-platform__conversion-drawer .conversion-drawer-modal[open]::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
@supports (transform: translateX(calc(50dvw - 50%)) translateY(calc(50dvh - 50%))) {
  .digital-platform__conversion-drawer .conversion-drawer-modal[open] {
    top: calc(-100dvh + 100%);
    transform: translateX(calc(50dvw - 50%)) translateY(calc(50dvh - 50%));
  }
}
.digital-platform__conversion-drawer .conversion-drawer-text-card {
  display: grid;
  min-height: fit-content;
  height: 100%;
  width: 280px;
  grid-template-rows: 1fr max-content;
  padding: 15px;
  color: var(--text-card__color);
  background-color: var(--text-card__background-color);
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-text-card {
    width: 330px;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-text-card > :first-child {
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-template-rows: min-content max-content;
  grid-template-areas: "overline date" "main-content main-content";
  gap: 17px;
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-text-card > :first-child {
    gap: 20px 10px;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-text-card__main-content {
  grid-area: main-content;
}
.digital-platform__conversion-drawer .conversion-drawer-text-card__overline,
.digital-platform__conversion-drawer .conversion-drawer-text-card__headline {
  text-transform: none;
}
.digital-platform__conversion-drawer .conversion-drawer-text-card__overline {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 0.32px;
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-text-card__overline {
    font-size: 14px;
    letter-spacing: 0.32px;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-text-card__end-date {
  height: fit-content;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.32px;
  grid-area: date;
  align-self: start;
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-text-card__end-date {
    font-size: 12px;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-text-card__headline {
  display: inline;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-text-card__headline {
    font-size: 20px;
    letter-spacing: 0;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-text-card__body,
.digital-platform__conversion-drawer .conversion-drawer-text-card .conversion-drawer-action__utility-message {
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.25px;
}
@media only screen and (min-width: 768px) {
  .digital-platform__conversion-drawer .conversion-drawer-text-card__body,
  .digital-platform__conversion-drawer .conversion-drawer-text-card .conversion-drawer-action__utility-message {
    font-size: 14px;
    letter-spacing: 0.32px;
  }
}
.digital-platform__conversion-drawer .conversion-drawer-text-card__body {
  margin-top: 6px;
}
.digital-platform__conversion-drawer .conversion-drawer-text-card__body a {
  text-decoration: underline;
}
.digital-platform__conversion-drawer .conversion-drawer-text-card__body a:hover,
.digital-platform__conversion-drawer .conversion-drawer-text-card__body a:focus-visible {
  opacity: 0.8;
}


.commerce-v2-cart-layout {
    --g-row-custom-justify-content: space-between;
    --g-col-lg-5-custom-flex-basis: 31.733%;
    --g-col-lg-5-custom-max-width: 31.733%;
    --g-col-lg-7-custom-flex-basis: 62.608%;
    --g-col-lg-7-custom-max-width: 62.608%;
    --g-col-lg-padding-left: 0;
    --g-col-lg-padding-right: 0;
    --g-row-custom-margin-right: 0;
    --g-row-custom-margin-left: 0;
}

.grouping-delivery-wrapper {
  margin-top: 1.5625rem;
}
.grouping-delivery-wrapper .product-card-spa-cart.product-card-spa-new .product-card-spa {
  padding-bottom: 1rem;
}
.grouping-delivery-wrapper .product-card-spa-cart.product-card-spa-new .product-card-spa-wrapper {
  margin-bottom: 0;
}
.grouping-delivery-wrapper .grouping-delivery-wrapper .product-card-spa-cart .product-card-spa-wrapper .prod-additional-services-tile .prod-item-delivery-addons .prod-item-delivery-addons_desc {
  padding: 0;
}
.grouping-delivery-wrapper .grouping-delivery-wrapper .product-card-spa-cart .product-card-spa-wrapper .prod-additional-services-tile .prod-item-delivery-addons .prod-item-delivery-addons_desc .delivery-addons-text {
  margin-right: 0.5rem;
}
.grouping-delivery.product-card-spa-confirmation .checkout-delivery-date {
  display: block;
}
.grouping-delivery.product-card-spa-confirmation .checkout-delivery-date-title,
.grouping-delivery.product-card-spa-confirmation .checkout-delivery-date-email,
.grouping-delivery.product-card-spa-confirmation .checkout-delivery-date {
  line-height: 1.495rem;
  padding-top: .3rem;
  font-size: 1.3rem;
  font-weight: 700;
}
.grouping-delivery.product-card-spa-confirmation .checkout-delivery-date-email {
  margin-top: 1rem;
}
.grouping-delivery.product-card-spa-confirmation .checkout-delivery-date {
  font-size: 1.25rem;
  margin-top: .3rem;
}
.grouping-delivery.product-card-spa-confirmation .checkout-delivery-date.time {
  padding: 0;
}
.grouping-delivery .checkout-delivery-date-title,
.grouping-delivery .checkout-delivery-date-email,
.grouping-delivery .checkout-delivery-date {
  display: inline-block;
  font-size: 1.22rem;
  line-height: 1.5;
}
.grouping-delivery:not(.product-card-spa-new) .checkout-delivery-date {
  color: #008800;
  font-weight: bolder;
}
.grouping-delivery .jb-hunt-disclaimer {
  background-color: #eeb111;
  font-size: 1rem;
  line-height: 1.5;
  padding: 1rem 1rem;
  margin-bottom: 1.4rem;
  margin-top: 1rem;
}
.grouping-delivery .jb-hunt-disclaimer p:not(:last-child) {
  padding-bottom: 1rem;
}
.grouping-delivery .order-confirmation-installation-service-info {
  margin-top: 1.875rem;
}
.grouping-delivery .axad-truck {
  max-width: 23px !important;
}
.grouping-delivery .axad-delivery-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 17.5px;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
}
.mixcart-error {
  padding: 12px 16px 12px 16px;
  border-width: 2px 2px 2px 5px;
  border-style: solid;
  border-color: #C80A33;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1.5rem 0 0 0;
}
.mixcart-error .mixcart-error-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
}
.mixcart-error .mixcart-error-message-section {
  display: flex;
  gap: 1.5rem;
}
.mixcart-error .mixcart-error-message {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.5px;
  text-align: left;
}
.product-card-spa-new .product-card-spa-wrapper {
  margin: 0 0 2rem;
}
.product-card-spa-new .product-card-spa-wrapper .product-card-spa__quantity-dropdown {
  grid-column: 1 / span 2;
  -ms-grid-column-span: 2;
}
.product-card-spa-new .product-card-spa-wrapper .product-card-spa__link-container {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.product-card-spa-new .product-card-spa-wrapper .product-card-spa__link-separator {
  display: none;
}
.product-card-spa-new .product-card-spa-wrapper .product-card-spa__price-label {
  grid-row: 2;
}
.product-card-spa-new .product-card-spa-wrapper .product-card-spa__additional-serivces {
  margin: 0.5rem 1rem 0 1rem;
}
.product-card-spa-new .order-summary-services {
  height: 2rem;
  border-radius: 0.25rem 0.25rem 0 0;
  padding-left: 0.75rem;
  padding-right: 0.625rem;
  margin: 0 0;
}
.product-card-spa-new .prod-additional-services-tile {
  width: 100%;
  padding: 0.75rem 1.5rem 0 1.25rem;
  border-radius: 0 0 0.25rem 0.25rem;
}
.product-card-spa-new .prod-additional-services-tile {
  border-radius: 0 0 0.25rem 0.25rem;
}
.product-card-spa-new .checkout-delivery-information {
  display: flex;
  flex-direction: column;
}
.product-card-spa-new .checkout-delivery-information__price-label {
  display: flex;
}
.product-card-spa-new .checkout-delivery-information__price-label svg {
  max-width: 1rem;
  margin-right: 0.5rem;
}
.product-card-spa-new .checkout-delivery-information__info {
  display: flex;
  flex-direction: column;
}
@media (min-width: 48rem) {
  .product-card-spa-new .checkout-delivery-information {
    justify-content: space-between;
    flex-direction: row;
  }
  .product-card-spa-new .checkout-delivery-information__info {
    flex-direction: row;
  }
  .product-card-spa-new .checkout-delivery-information__price-label {
    display: flex;
    align-items: center;
  }
}
.product-card-spa-wrapper {
  margin: 1rem 0 2rem;
}
.product-card-spa-wrapper .product-card-spa {
  background-color: #fff;
  border: .1rem #e2e2e2 solid;
}
.product-card-spa-wrapper .product-card-spa__shopping-cart-image-link:focus > img {
  outline: 0.0625rem solid #222;
}
.product-card-spa-wrapper .product-card-spa__shopping-cart-tile {
  padding: 1.5rem;
}
.product-card-spa-wrapper .product-card-spa__shopping-cart-tile img {
  max-height: 10.625rem;
  margin: auto;
}
.product-card-spa-wrapper .product-card-spa__product-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.55fr;
  grid-template-columns: 1fr 0.55fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  grid-auto-flow: row;
}
.product-card-spa-wrapper .product-card-spa__product-name-container {
  font-size: 1.3125rem;
  padding-right: 1rem;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / span 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.product-card-spa-wrapper .product-card-spa:has(.marketplace-product-label) .product-card-spa__product-delivery-section {
  margin-top: .75rem;
}
.product-card-spa-wrapper .product-card-spa .marketplace-product-label {
  margin-top: .5rem;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.product-card-spa-wrapper .product-card-spa.product-card-spa-confirmation:has(.marketplace-product-label) .marketplace-product-label span {
  text-decoration: underline;
}
.product-card-spa-wrapper .product-card-spa.product-card-spa-confirmation:has(.marketplace-product-label) .product-card-spa__model-color {
  margin-top: .75rem;
}
@media (min-width: 48rem) and (max-width: 63.9375rem) {
  .product-card-spa-wrapper .product-card-spa.product-card-spa-confirmation:has(.marketplace-product-label) .product-card-spa__price-label {
    margin-top: .5rem;
  }
}
.product-card-spa-wrapper .product-card-spa__product-name {
  display: block;
  line-height: 1.2;
  font-size: 1rem;
  overflow: hidden;
}
.product-card-spa-wrapper .product-card-spa__product-name .product-card-spa__product-link {
  text-decoration: none;
  -ms-word-break: break-word;
  word-break: break-word;
  display: inline-block;
}
.product-card-spa-wrapper .product-card-spa__product-name:focus-within {
  outline: 0.0625rem solid #222;
}
.product-card-spa-wrapper .product-card-spa__model-color {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
  margin-top: 1rem;
  font-size: .76rem;
}
.product-card-spa-wrapper .product-card-spa__model-color .model-color-new-line {
  font-weight: 700;
}
.product-card-spa-wrapper .product-card-spa__quantity-dropdown {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
  margin-top: 1rem;
  font-size: .625rem;
}
.product-card-spa-wrapper .product-card-spa__quantity-dropdown .quantity-bolder {
  font-weight: 700;
}
.product-card-spa-wrapper .product-card-spa__quantity-dropdown .form-group {
  font-size: .76rem;
}
.product-card-spa-wrapper .product-card-spa__quantity-dropdown .form-group.quantity-hidden {
  display: none;
}
.product-card-spa-wrapper .product-card-spa__quantity-dropdown .form-group .shopping-cart-stock {
  color: #c41230;
  font-size: 0.625rem;
  padding-left: 1rem;
}
.product-card-spa-wrapper .product-card-spa__quantity {
  width: 1.875rem;
  margin-left: .1875rem;
  padding-left: .125rem;
}
.product-card-spa-wrapper .product-card-spa__link-container {
  font-size: 0.625rem;
  margin-top: 1.25rem;
}
.product-card-spa-wrapper .product-card-spa__link-container .product-card-spa__move-to-wishlist,
.product-card-spa-wrapper .product-card-spa__link-container .product-card-spa__remove {
  font-weight: normal;
  color: #2e2e2e;
  font-size: inherit;
}
.product-card-spa-wrapper .product-card-spa__link-separator {
  cursor: default;
  color: #b3b3b3;
  padding: 0 0.25rem;
  display: inline-block;
}
.product-card-spa-wrapper .product-card-spa__price-label {
  margin-top: 0;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 4;
  grid-row: 2 / span 4;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  padding-left: .25rem;
}
.product-card-spa-wrapper .product-card-spa__price-value {
  text-align: right;
}
.product-card-spa-wrapper .product-card-spa__price-value .price-value-msrp {
  font-weight: bold;
}
.product-card-spa-wrapper .product-card-spa__price-value .price-value-msrp.hidden {
  display: none;
}
.product-card-spa-wrapper .product-card-spa__price-value .product-card-spa__urgent-price-container {
  font-weight: 700;
}
.product-card-spa-wrapper .product-card-spa__price-value .product-card-spa__urgent-price-container .product-card-spa__urgent-price-message {
  font-size: .75rem;
}
.product-card-spa-wrapper .product-card-spa__price-value .product-card-spa__urgent-price-container .product-card-spa__urgent-price-message svg {
  display: inline;
  position: relative;
  top: .16rem;
  padding-right: .2rem;
  height: .825rem;
}
.product-card-spa-wrapper .product-card-spa .shopping-cart-promotion {
  color: #008800;
  padding: .438rem;
  max-width: 8.125rem;
  font-size: .625rem;
  font-weight: bolder;
  text-align: center;
  border: 1px dashed #008800;
  line-height: 1.4em;
  word-wrap: break-word;
  margin-right: 0;
  margin-top: 1rem;
}
.product-card-spa-wrapper .product-card-spa .shopping-cart-promotion:after {
  content: "";
  display: table;
  clear: both;
}
.product-card-spa-wrapper .product-card-spa .pricing-value {
  font-weight: 700;
}
.product-card-spa-wrapper .product-card-spa .pricing-container-with-free-gift-with-purchase .free-gift-with-purchase,
.product-card-spa-wrapper .product-card-spa .pricing-container-with-saving .sale-price {
  font-family: HelveticaNeue-Bold, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  color: #c80a33;
  line-height: 1.4;
}
.product-card-spa-wrapper .product-card-spa .pricing-container-with-free-gift-with-purchase .free-gift-with-purchase {
  color: #008800;
}
.product-card-spa-wrapper .product-card-spa .pricing-container-with-free-gift-with-purchase .msrp-price,
.product-card-spa-wrapper .product-card-spa .pricing-container-with-saving .msrp-price {
  font-family: HelveticaNeue, sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #000000;
  text-decoration: line-through;
  font-weight: normal;
  line-height: 1.5;
}
.product-card-spa-wrapper .product-card-spa .pricing-container-with-saving .price-saving {
  font-family: HelveticaNeue-Bold, sans-serif;
  font-size: 0.75rem;
  text-transform: capitalize;
  line-height: 0.8;
  color: #008800;
  font-weight: bold;
}
.product-card-spa-wrapper .product-card-spa .pricing-container-with-saving .sales-price {
  font-family: HelveticaNeue-Bold, sans-serif;
  line-height: 1.58;
  color: #c80a33;
  font-size: 0.75rem;
  text-transform: capitalize;
  margin-top: 0.3rem;
}
.product-card-spa-wrapper .product-card-spa .product-special-offer {
  margin: 0.5rem 1rem 0 1rem;
  border: .0625rem solid #D9D9D9;
  border-radius: .25rem;
}
.product-card-spa-wrapper .product-card-spa .product-special-offer__body {
  display: flex;
  flex-direction: column;
  padding-bottom: .75rem;
}
.product-card-spa-wrapper .product-card-spa .product-special-offer__body__product {
  display: flex;
  flex-direction: row;
  padding: .75rem;
  justify-content: space-between;
  gap: .625rem;
  align-items: center;
}
.product-card-spa-wrapper .product-card-spa .product-special-offer__body__product .product-special-offer__image {
  max-width: 2.875rem;
  height: auto;
}
.product-card-spa-wrapper .product-card-spa .product-special-offer__body__product .product-special-offer__description {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-family: Avenir, sans-serif;
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.09375rem;
}
.product-card-spa-wrapper .product-card-spa .product-special-offer__body__product .product-special-offer__description .product-special-offer__title-link {
  color: inherit;
}
.product-card-spa-wrapper .product-card-spa .product-special-offer__body__product .product-special-offer__action-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .25rem;
  justify-content: center;
}
.product-card-spa-wrapper .product-card-spa .product-special-offer__body__product .product-special-offer__action-section__prices {
  display: flex;
  flex-direction: row;
  gap: .625rem;
  font-family: Avenir, sans-serif;
  font-size: .875rem;
  line-height: 1.09375rem;
}
.product-card-spa-wrapper .product-card-spa .product-special-offer__body__product .product-special-offer__action-section__prices-base {
  font-weight: 400;
  color: #5B5B5B;
  text-decoration: line-through;
}
.product-card-spa-wrapper .product-card-spa .product-special-offer__body__product .product-special-offer__action-section__prices-special {
  font-weight: 900;
  color: #000000;
}
.product-card-spa-wrapper .product-card-spa .product-special-offer__body__product .product-special-offer__action-section__cta-button {
  text-wrap: nowrap;
  font-family: Avenir, sans-serif;
  font-size: .75rem;
  line-height: .75rem;
  color: #000000;
  text-transform: uppercase;
  border: .0625rem solid #000000;
  border-radius: .25rem;
  padding: .5625rem .5rem;
  height: fit-content;
  background-color: transparent;
  transition: color ease-out 0.3s, background-color ease-out 0.3s, border-color ease-out 0.3s;
}
.product-card-spa-wrapper .product-card-spa .product-special-offer__body__product .product-special-offer__action-section__cta-button:hover {
  background-color: #9B132B;
  border-color: #9B132B;
  color: #FFFFFF;
}
.product-card-spa-wrapper .product-card-spa .product-special-offer__body__product .product-special-offer__action-section__cta .product-special-offer__action-section__claimed {
  font-family: Avenir, sans-serif;
  font-size: .75rem;
  line-height: .75rem;
  color: #000000;
  text-transform: uppercase;
  padding: .5625rem .75rem;
  text-wrap: nowrap;
}
.product-card-spa-wrapper .product-card-spa .product-special-offer__disclaimer {
  display: none;
}
.product-card-spa-wrapper .product-card-spa .product-special-offer__disclaimer.mobile {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: .25rem .75rem;
}
.product-card-spa-wrapper .product-card-spa .product-special-offer__disclaimer__main p {
  font-family: Avenir, sans-serif;
  font-size: .625rem;
  line-height: .78125rem;
  color: #5E5E5E;
  font-weight: 400;
}
.product-card-spa-wrapper .product-card-spa .product-special-offer__disclaimer__main p b {
  font-weight: 800;
}
.product-card-spa-wrapper .product-card-spa .product-special-offer__disclaimer__main p a {
  font-size: .625rem;
  color: #5E5E5E;
  font-weight: 400;
  text-decoration: underline;
}
.product-card-spa-wrapper .product-card-spa .product-special-offer__disclaimer__login {
  font-family: Avenir, sans-serif;
  font-size: .625rem;
  line-height: .78125rem;
  color: #5E5E5E;
  font-weight: 800;
}
.product-card-spa-wrapper .product-card-special-offer__prices {
  display: flex;
  flex-direction: row;
  gap: .625rem;
  justify-content: center;
  font-family: Avenir, sans-serif;
  font-size: .875rem;
  line-height: 1.09375rem;
}
.product-card-spa-wrapper .product-card-special-offer__prices-base {
  font-weight: 400;
  color: #5B5B5B;
  text-decoration: line-through;
}
.product-card-spa-wrapper .product-card-special-offer__prices-special {
  font-weight: 900;
  color: #000000;
}
.product-card-spa-wrapper .product-card-spa-confirmation .product-card-spa__model-color .model-color-new-line {
  display: inline-block;
}
.product-card-spa-wrapper .product-card-spa-checkout {
  border: .2rem solid #e2e2e2;
}
.product-card-spa-wrapper .product-card-spa-checkout .product-card-spa__shopping-cart-tile__image {
  max-height: 5rem;
}
.product-card-spa-wrapper .product-card-spa-checkout .product-card-spa__product-name .product-card-spa__product-link {
  font-weight: 400;
  font-size: 1rem;
}
.product-card-spa-wrapper .product-card-spa-checkout .product-card-spa__model-color {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: unset;
  grid-row: auto;
  margin-top: 1rem;
  font-size: .76rem;
}
.product-card-spa-wrapper .product-card-spa-checkout .product-card-spa__model-color .model-color-new-line {
  font-weight: 700;
}
.product-card-spa-wrapper .product-card-spa-checkout .product-card-spa__product-delivery-section {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
  margin-top: 1rem;
  font-size: .75rem;
}
.product-card-spa-wrapper .product-card-spa-checkout .product-card-spa__product-delivery-section .checkout-delivery-date-title,
.product-card-spa-wrapper .product-card-spa-checkout .product-card-spa__product-delivery-section .checkout-delivery-date {
  display: inline-block;
}
.product-card-spa-wrapper .product-card-spa-checkout .product-card-spa__product-delivery-section .checkout-delivery-date {
  color: #008800;
  font-weight: bolder;
  display: block;
}
.product-card-spa-wrapper .product-card-spa-checkout .product-card-spa__product-delivery-section .checkout-delivery-date--unavailable {
  color: inherit;
}
.product-card-spa-wrapper .product-card-spa-checkout .product-card-spa__price-label {
  padding: .4rem 0 0 0;
  margin-top: .3rem;
}
.product-card-spa-wrapper .product-card-spa-checkout .product-card-spa__product-info {
  grid-template-columns: 1.55fr;
}
.product-card-spa-wrapper .product-card-spa-checkout .product-card-spa__product-info--model-color-price {
  -ms-grid-column: 1;
  grid-column: 1;
}
.product-card-spa-wrapper .product-card-spa-checkout .product-card-spa__product-info .extended-delivery-message .rte-text-section p {
  font-size: .75rem;
}
.product-card-spa-wrapper .product-card-spa-checkout .product-card-spa__model-color {
  font-size: .625rem;
}
.product-card-spa-wrapper .product-card-spa-checkout .product-card-spa__model-color .model-color-new-line {
  font-weight: 700;
  display: inline;
}
.product-card-spa-wrapper .product-card-spa-checkout .product-card-spa__model-color > .product-card-spa__model-color--line:first-child > .model-color-new-line {
  display: inline-block;
}
.product-card-spa-wrapper .product-card-spa-checkout .product-card-spa__model-color--line {
  margin-bottom: .25rem;
}
.product-card-spa-wrapper .product-card-spa-checkout .product-card-spa__quantity-label {
  font-weight: 700;
}
.product-card-spa-wrapper .order-summary-services {
  height: 2.0625rem;
  background-color: #E2E2E2;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1.375rem;
  padding-right: 0.625rem;
}
.product-card-spa-wrapper .services-and-parts-label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
}
.product-card-spa-wrapper .services-and-parts-label .services-and-parts-edit {
  font-size: .75rem;
  font-weight: 400;
  padding-left: 1rem;
}
.product-card-spa-wrapper .prod-additional-services-tile {
  width: 100%;
  background-color: #FFFFFF;
  padding: 0.75rem 1.5rem 0 1.25rem;
}
.product-card-spa-wrapper .prod-item-services .extended-service-plans-price {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
  max-width: 20%;
}
.product-card-spa-wrapper .prod-item-services,
.product-card-spa-wrapper .prod-item-delivery-addons,
.product-card-spa-wrapper .prod-item-installation-addons {
  vertical-align: middle;
  padding-bottom: 0.625rem;
}
.product-card-spa-wrapper .prod-item-services-icon,
.product-card-spa-wrapper .prod-item-delivery-addons-icon,
.product-card-spa-wrapper .prod-item-installation-addons-icon,
.product-card-spa-wrapper .prod-item-services .delivery-services-icon,
.product-card-spa-wrapper .prod-item-delivery-addons .delivery-services-icon,
.product-card-spa-wrapper .prod-item-installation-addons .delivery-services-icon,
.product-card-spa-wrapper .prod-item-services .installation-services-icon,
.product-card-spa-wrapper .prod-item-delivery-addons .installation-services-icon,
.product-card-spa-wrapper .prod-item-installation-addons .installation-services-icon {
  display: inline-block;
  margin-right: 0.2rem;
  vertical-align: text-bottom;
  min-width: 1.375rem;
}
.product-card-spa-wrapper .prod-item-services-icon svg,
.product-card-spa-wrapper .prod-item-delivery-addons-icon svg,
.product-card-spa-wrapper .prod-item-installation-addons-icon svg,
.product-card-spa-wrapper .prod-item-services .delivery-services-icon svg,
.product-card-spa-wrapper .prod-item-delivery-addons .delivery-services-icon svg,
.product-card-spa-wrapper .prod-item-installation-addons .delivery-services-icon svg,
.product-card-spa-wrapper .prod-item-services .installation-services-icon svg,
.product-card-spa-wrapper .prod-item-delivery-addons .installation-services-icon svg,
.product-card-spa-wrapper .prod-item-installation-addons .installation-services-icon svg {
  height: auto;
}
.product-card-spa-wrapper .prod-additional-services-tile .prod-item-services,
.product-card-spa-wrapper .prod-additional-services-tile .prod-item-delivery-addons,
.product-card-spa-wrapper .prod-additional-services-tile .prod-item-installation-addons {
  display: flex;
  align-items: center;
}
.product-card-spa-wrapper .prod-item-services_icon,
.product-card-spa-wrapper .prod-item-delivery-addons_icon,
.product-card-spa-wrapper .prod-item-installation-addons_icon {
  padding-right: 0.5rem;
}
.product-card-spa-wrapper .prod-item-services_price,
.product-card-spa-wrapper .prod-item-delivery-addons_price,
.product-card-spa-wrapper .prod-item-installation-addons_price {
  margin-left: auto;
  align-self: flex-end;
}
.product-card-spa-wrapper .service-price-label {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}
.product-card-spa-wrapper .service-price {
  font-weight: bold;
}
.product-card-spa-wrapper .service-price .price-free-value {
  color: #008800;
  font-weight: 700;
}
.product-card-spa-wrapper .extended-service-plans-icon,
.product-card-spa-wrapper .extended-service-plans .delivery-services-icon,
.product-card-spa-wrapper .extended-service-plans .installation-services-icon {
  display: flex;
  margin-right: 0.2rem;
  vertical-align: text-bottom;
  min-width: 1.375rem;
}
.product-card-spa-wrapper .extended-service-plans-icon svg,
.product-card-spa-wrapper .extended-service-plans .delivery-services-icon svg,
.product-card-spa-wrapper .extended-service-plans .installation-services-icon svg {
  height: auto;
}
.product-card-spa-wrapper .extended-service-plans-body {
  display: flex;
  flex: 8;
  padding-left: .625rem;
}
.product-card-spa-wrapper .delivery-addons-text {
  margin-right: 0.5rem;
}
.product-card-spa-wrapper .installation-addons-text {
  margin-right: 0.25rem;
}
.product-card-spa-wrapper .delivery-addons-toggle-button,
.product-card-spa-wrapper .installation-addons-toggle-button {
  display: inline-block;
}
.product-card-spa-wrapper .delivery-addons-toggle-button .addons-details-toggle,
.product-card-spa-wrapper .installation-addons-toggle-button .addons-details-toggle {
  font-size: 0.75rem;
  font-weight: normal;
}
.product-card-spa-wrapper .services-and-parts-label {
  display: flex;
  align-items: center;
}
.product-special-offer__header {
  display: flex;
  flex-direction: row;
  gap: .625rem;
  width: 100%;
  border-radius: .25rem .25rem 0 0;
  padding: .5rem .75rem;
  background-color: #F2F2F2;
  text-transform: uppercase;
}
.product-special-offer__header-text {
  font-family: Avenir, sans-serif;
  font-weight: 900;
  font-size: .75rem;
  line-height: 1rem;
  color: #222222;
}
.checkout-delivery-information {
  display: flex;
  flex-direction: column;
}
.checkout-delivery-information__price-label {
  display: flex;
}
.checkout-delivery-information__price-label svg {
  max-width: 1rem;
  margin-right: 0.5rem;
}
.checkout-delivery-information__info {
  display: flex;
  flex-direction: column;
}
.checkout-delivery-information .checkout-delivery-date-unavailable {
  font-size: 0.875rem;
}
@media (min-width: 48rem) {
  .checkout-delivery-information {
    justify-content: space-between;
    flex-direction: row;
  }
  .checkout-delivery-information__info {
    flex-direction: row;
    margin-left: auto;
  }
  .checkout-delivery-information__price-label {
    display: flex;
    align-items: center;
  }
}
.extended-delivery-message p {
  margin: 1em 0;
  color: black;
  line-height: 1.15;
  font-size: 1rem;
}
.product-card-spa-checkout .product-card-spa__shopping-cart-tile .product-card-spa__product-name-container {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1;
}
@media (max-width: 47.9375rem) {
  .product-card-spa__model-color {
    margin-top: 2rem;
  }
  .product-card-spa__shopping-cart-tile .product-card-spa__price-label {
    margin-top: 0.8rem;
  }
  .pricing-container-with-saving .sale-price {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0.7rem;
  }
  .pricing-container-with-saving .sales-price {
    font-size: 0.75rem;
    line-height: 1.42;
    margin-top: 0;
  }
  .pricing-container-with-saving .msrp-price {
    line-height: 1.33;
  }
  .pricing-container-with-saving,
  .pricing-container-with-saving .price-saving {
    font-size: 0.75rem;
    text-align: right;
  }
  .product-card-spa__model-color .model-color-new-line {
    display: block;
  }
  .product-card-spa-checkout .product-card-spa__gift-wrap-wrapper {
    padding: .65rem 0;
  }
  .product-card-spa-checkout .product-card-spa__gift-wrap-wrapper,
  .product-card-spa-checkout .product-card-spa__gift-wrap-message {
    display: flex;
    align-items: center;
  }
  .product-card-spa-checkout .product-card-spa__gift-wrap-title {
    margin-left: .5rem;
  }
  .product-card-spa-checkout .product-card-spa__gift-wrap-message-text {
    margin-left: .25rem;
  }
  .product-card-spa-wrapper .product-card-spa__price-value .product-card-spa__urgent-price-container .product-card-spa__urgent-price-message {
    font-size: .625rem;
  }
}
.g-row .product-cart-delivery-maintenance-error {
  color: #c41230;
  margin-top: 1.2rem;
  margin-left: 0;
  width: 100%;
  border-radius: 0.1875rem;
  background-color: rgba(196, 18, 48, 0.1);
  margin-bottom: 1.3rem;
}
.g-row .product-cart-delivery-maintenance-error__icon-wrapper {
  align-items: center;
  display: flex;
}
.g-row .product-cart-delivery-maintenance-error__text-wrapper {
  color: #c61019;
  font-size: .875rem;
  -webkit-text-stroke-width: .2px;
  margin: 1.2rem 0;
  font-family: Avenir-Roman, sans-serif;
}
.g-row .product-cart-delivery-maintenance-error__bold-text {
  font-weight: 700;
  margin-right: 0.5rem;
}
.order-entry__model-includes {
  font-family: Avenir, sans-serif;
  background: #fff;
  box-shadow: 0 -0.0625rem 0.4375rem rgba(178, 14, 38, 0.07);
  padding: 1rem 0;
}
.order-entry__model-includes--title {
  font-weight: 900;
  font-size: .75rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: #2e2e2e;
  padding: .85rem 1.25rem .625rem 1.5rem;
}
.order-entry__model-includes-details {
  line-height: 1.313rem;
  font-size: 1rem;
  color: #000;
  padding: .625rem 1.25rem 0 1.5rem;
  margin-top: 0;
}
@media (max-width: 61rem) {
  .product-card-spa .product-card-spa__product-info {
    grid-template-columns: 50%;
  }
  .product-card-spa .shopping-cart-promotion {
    margin-top: 0;
  }
  .product-card-spa__link-separator {
    padding: unset;
  }
}
@media (min-width: 64rem) {
  .product-card-spa__shopping-cart-tile .product-card-spa__product-name-container {
    padding-right: 1rem;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1;
  }
  .product-card-spa__shopping-cart-tile .product-card-spa__price-label {
    margin-top: 0;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1 / span 4;
  }
  .product-card-spa-new .product-card-spa__shopping-cart-tile .product-card-spa__price-label {
    -ms-grid-row-span: 2;
    grid-row: 1 / span 2;
  }
}
@media all and (min-width: 26.5625rem) {
  .product-card-spa__link-separator {
    padding: 0.625rem;
  }
}
@media all and (min-width: 768px) {
  .prod-item-services_price,
  .prod-item-delivery-addons_price,
  .prod-item-installation-addons_price {
    align-self: inherit;
  }
}
@media (max-width: 48rem) {
  .hidden-for-mobile {
    display: none;
  }
}
.grouping-delivery.product-card-spa-cart {
  margin-bottom: 1.5rem;
}
.grouping-delivery.product-card-spa-cart:last-of-type {
  margin-bottom: 1rem;
}
.grouping-delivery.product-card-spa-cart.special-offer-claimed-card {
  border: .0625rem solid #D9D9D9;
  border-radius: .25rem .25rem;
}
@media (min-width: 48rem) {
  .hidden-for-desktop {
    display: none;
  }
  .product-card-spa-wrapper .product-card-spa__link-container {
    max-width: unset;
    width: auto;
  }
  .product-card-spa-wrapper .product-card-spa__link-separator {
    padding: .625rem;
  }
  .product-card-spa-wrapper .product-card-spa .product-special-offer__body {
    padding-bottom: 0;
    flex-direction: row;
  }
  .product-card-spa-wrapper .product-card-spa .product-special-offer__body__product {
    align-items: start;
  }
  .product-card-spa-wrapper .product-card-spa .product-special-offer__body__product .product-special-offer__description {
    font-weight: 800;
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .product-card-spa-wrapper .product-card-spa .product-special-offer__disclaimer {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .product-card-spa-wrapper .product-card-spa .product-special-offer__disclaimer.mobile {
    display: none;
  }
  .grouping-delivery.product-card-spa-cart {
    margin-bottom: 2rem;
  }
}
.commerce-spa-order-summary-container__mobile--new .grouping-delivery-wrapper .new-mobile-checkout .product-card-spa-checkout {
  background-color: inherit;
  border-top: 0.063rem solid #CCCCCC;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.commerce-spa-order-summary-container__mobile--new .grouping-delivery-wrapper .new-mobile-checkout .product-card-spa-checkout .product-card-spa__shopping-cart-tile .product-card-spa__shopping-cart-image-link {
  display: block;
  width: 4.3em;
  height: 4.3em;
  background-color: white;
  min-width: 72px;
  min-height: 72px;
  padding: 4px;
}
.commerce-spa-order-summary-container__mobile--new .grouping-delivery-wrapper .new-mobile-checkout .product-card-spa-checkout .product-card-spa__shopping-cart-tile .product-card-spa__shopping-cart-image-link .product-card-spa__shopping-cart-tile__image {
  max-width: 100%;
  max-height: 100%;
}
.commerce-spa-order-summary-container__mobile--new .grouping-delivery-wrapper .new-mobile-checkout .product-card-spa-checkout .product-card-spa__shopping-cart-tile .product-card-spa__product-info .product-card-spa__product-name-container .product-card-spa__product-name .product-card-spa__product-link {
  font-weight: 700;
  font-size: 0.875rem;
  color: #222222;
}
.commerce-spa-order-summary-container__mobile--new .grouping-delivery-wrapper .new-mobile-checkout .product-card-spa-checkout .product-card-spa__shopping-cart-tile .product-card-spa__product-info .product-card-spa__product-info--model-color-price .product-card-spa__model-color {
  font-size: 0.75rem;
  margin-top: 0.5rem;
  max-width: 80%;
}
.commerce-spa-order-summary-container__mobile--new .grouping-delivery-wrapper .new-mobile-checkout .product-card-spa-checkout .product-card-spa__shopping-cart-tile .product-card-spa__product-info .product-card-spa__product-info--model-color-price .product-card-spa__model-color .product-card-spa__model-color--line .model-color-new-line {
  font-weight: 400;
}
.commerce-spa-order-summary-container__mobile--new .grouping-delivery-wrapper .new-mobile-checkout .product-card-spa-checkout .product-card-spa__shopping-cart-tile .product-card-spa__product-info .product-card-spa__product-info--model-color-price .product-card-spa__model-color .product-card-spa__quantity-label {
  font-weight: 400;
}
.commerce-spa-order-summary-container__mobile--new .grouping-delivery-wrapper .new-mobile-checkout .product-card-spa-checkout .product-card-spa__shopping-cart-tile .product-card-spa__product-info .product-card-spa__product-info--model-color-price .product-card-spa__price-label .product-card-spa__price-value {
  font-size: 0.75rem;
}
.commerce-spa-order-summary-container__mobile--new .grouping-delivery-wrapper .new-mobile-checkout .product-card-spa__product-info--model-color-price {
  flex-direction: column;
  flex-wrap: nowrap;
}
.commerce-spa-order-summary-container__mobile--new .grouping-delivery-wrapper .new-mobile-checkout .product-card-spa__product-info--model-color-price .product-card-spa__price-label {
  align-self: end;
}
.commerce-spa-order-summary-container__mobile--new .order-summary-quantity-and-edit__edit-cart__link {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: underline;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .axad-truck {
    height: auto;
  }
  .mixcart-close-icon {
    margin: 0 0 2rem 0;
  }
  .mixcart-error-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.31px;
    text-align: left;
  }
  .mixcart-error-message {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.5px;
    text-align: left;
  }
}
#spa-root .product-card-spa-v2 .mixcart-error #mixcart-title {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  color: #C80A33;
}
#spa-root .product-card-spa-v2 .mixcart-error #mixcart-message .mixcart-error-message {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  color: #5B5B5B;
}
@media (max-width: 767px) {
  #spa-root .product-card-spa-v2 .mixcart-error #mixcart-title {
    font-size: 12px;
  }
  #spa-root .product-card-spa-v2 .mixcart-error #mixcart-message .mixcart-error-message {
    font-size: 10px;
  }
}
.product-card-spa-v2 .grouping-delivery-wrapper {
  margin-top: 0;
}
.product-card-spa-v2 .grouping-delivery-wrapper .product-card-spa-cart.product-card-spa-new {
  box-shadow: none;
}
.product-card-spa-v2 .grouping-delivery-wrapper .product-card-spa-cart.product-card-spa-new .product-card-spa {
  padding: 1rem 0;
}
.product-card-spa-v2 .grouping-delivery-wrapper .product-card-spa-cart.product-card-spa-new .product-card-spa-wrapper {
  margin-bottom: 0;
  box-shadow: none;
}
.product-card-spa-v2 .grouping-delivery-wrapper .product-card-spa-cart.product-card-spa-new .product-card-spa-wrapper .product-card-spa-cart {
  border: 0.0625rem solid #d5d5d5;
  border-radius: 0 0 0.25rem 0.25rem;
}
.product-card-spa-v2 .grouping-delivery-wrapper .grouping-delivery-wrapper .product-card-spa-cart {
  box-shadow: none;
}
.product-card-spa-v2 .grouping-delivery-wrapper .grouping-delivery-wrapper .product-card-spa-cart .product-card-spa-wrapper .prod-additional-services-tile .prod-item-delivery-addons .prod-item-delivery-addons_desc {
  padding: 0;
}
.product-card-spa-v2 .grouping-delivery-wrapper .grouping-delivery-wrapper .product-card-spa-cart .product-card-spa-wrapper .prod-additional-services-tile .prod-item-delivery-addons .prod-item-delivery-addons_desc .delivery-addons-text {
  margin-right: 0.5rem;
}
.product-card-spa-v2 .grouping-delivery-wrapper .grouping-delivery .checkout-delivery-date {
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 0.78125rem;
}
.product-card-spa-v2 .grouping-delivery-wrapper .grouping-delivery .checkout-delivery-date-title {
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.02rem;
  line-height: 0.78125rem;
}
.product-card-spa-v2 .grouping-delivery .checkout-delivery-date-title,
.product-card-spa-v2 .grouping-delivery .checkout-delivery-date-email {
  display: inline-block;
  font-size: 1.22rem;
  line-height: 1.5;
}
.product-card-spa-v2 .grouping-delivery .checkout-delivery-date-title {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  color: #5B5B5B;
  margin-right: 8px;
}
.product-card-spa-v2 .grouping-delivery .checkout-delivery-date {
  font-family: 'Helvetica Neue LT W01_55 Roman', Helvetica, Arial;
  display: flex;
  font-size: 1.22rem;
  line-height: 1.5;
}
.product-card-spa-v2 .grouping-delivery .checkout-delivery-date svg {
  margin-left: 8px;
}
.product-card-spa-v2 .grouping-delivery .axad-truck {
  max-width: 1.4375rem !important;
}
.product-card-spa-v2 .grouping-delivery .axad-delivery-label {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.09375rem;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
}
.product-card-spa-v2 .mixcart-error {
  border: solid .1rem #C80A33;
  padding: 12px 16px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 1.5rem 0 0 0;
  margin-bottom: 20px;
  position: relative;
}
.product-card-spa-v2 .mixcart-warning-icon {
  align: right;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.product-card-spa-v2 .mixcart-error .mixcart-error-title {
  font-family: Helvetica Neue;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-align: left;
  display: flex;
  color: #C80A33;
}
.product-card-spa-v2 .mixcart-error button.modal-close-button-thin.close {
  float: right;
  background-color: #FFFFFF;
  right: 0;
  position: absolute;
  display: contents;
}
.product-card-spa-v2 .mixcart-error .modal-close-icon {
  padding: 5.5px;
  right: 0;
  position: absolute;
  top: 12px;
  margin-right: 16px;
  width: 23px;
  height: 23px;
}
.product-card-spa-v2 .mixcart-error .mixcart-error-message-section {
  display: flex;
  gap: 1.5rem;
  padding-left: 28px;
}
.product-card-spa-v2 .mixcart-error .mixcart-error-message {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.09375rem;
  text-align: left;
}
.product-card-spa-v2 .product-card-spa-new .product-card-spa-wrapper {
  margin: 0 0 2rem;
}
.product-card-spa-v2 .product-card-spa-new .product-card-spa-wrapper .product-card-spa__additional-serivces {
  margin: 0.5rem 1rem 0 1rem;
}
.product-card-spa-v2 .product-card-spa-new .order-summary-services {
  height: 2rem;
  border-radius: 0.25rem 0.25rem 0 0;
  padding-left: 0.75rem;
  padding-right: 0.625rem;
  margin: 0 0;
}
.product-card-spa-v2 .product-card-spa-new .prod-additional-services-tile {
  width: 100%;
  padding: 0.75rem 1.5rem 0 1.25rem;
  border-radius: 0 0 0.25rem 0.25rem;
}
.product-card-spa-v2 .product-card-spa-new .checkout-delivery-information {
  display: flex;
  flex-direction: column;
  border: 0.0625rem solid #d5d5d5;
  border-radius: 0.25rem 0.25rem 0 0;
  padding: .5rem .75rem;
}
.product-card-spa-v2 .product-card-spa-new .checkout-delivery-information__price-label {
  display: flex;
}
.product-card-spa-v2 .product-card-spa-new .checkout-delivery-information__price-label svg {
  max-width: 28px;
  margin-right: 0.5rem;
}
.product-card-spa-v2 .product-card-spa-new .checkout-delivery-information__info {
  display: flex;
  flex-direction: row;
  gap: .25rem;
}
@media (min-width: 48rem) {
  .product-card-spa-v2 .product-card-spa-new .checkout-delivery-information {
    justify-content: space-between;
    flex-direction: row;
  }
  .product-card-spa-v2 .product-card-spa-new .checkout-delivery-information__info {
    flex-direction: row;
  }
  .product-card-spa-v2 .product-card-spa-new .checkout-delivery-information__price-label {
    display: flex;
    align-items: center;
  }
}
.product-card-spa-v2 .product-card-spa-wrapper {
  margin: 1rem 0 2rem;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa__shopping-cart-tile {
  padding: 0;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa {
  background-color: #ffffff;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa__shopping-cart-image-link {
  display: flex;
  justify-content: center;
  min-width: 6.5rem;
  max-width: 6.5rem;
  padding: 0 .5rem;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa__shopping-cart-image-link:focus > img {
  outline: 0.0625rem solid #222;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa__shopping-cart-tile {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa__shopping-cart-tile img {
  max-height: 7.9375rem;
  margin: auto;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa__shopping-cart-tile__product {
  display: flex;
  flex-direction: row;
  gap: .5rem;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa__product-info {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  padding-right: 1rem;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa__product-name a {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.125rem;
  color: #222222;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa__product-name .product-card-spa__product-link {
  text-decoration: none;
  -ms-word-break: break-word;
  word-break: break-word;
  display: inline-block;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa__product-name:focus-within {
  outline: 0.0625rem solid #222;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa__model-color {
  font-size: 0.625rem;
  line-height: 1rem;
  font-weight: 400;
  color: #222222;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa__price {
  font-family: "HelveticaNeue", sans-serif;
  display: flex;
  flex-direction: column;
  gap: .125rem;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa__price .price-value-base {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #000000;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa__price .shopping-cart-promotion {
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 0.75rem;
  color: #008800;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa__price .pricing-container-with-saving {
  text-align: left;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa__price .pricing-container-with-saving .sale-price {
  display: flex;
  flex-direction: column;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa__price .pricing-container-with-saving .sale-price .price-label {
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.2;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa__price .pricing-container-with-saving .urgency-pricing-message {
  display: flex;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa__price .pricing-container-with-saving .discount-container {
  display: flex;
  gap: 0.1875rem;
  padding-left: 15px;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa__price:has(.pricing-urgency) .price-value {
  color: #c80a33;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa__price .pricing-urgency {
  display: flex;
  align-items: center;
  gap: 0.1875rem;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa__price .pricing-urgency__icon svg {
  width: 0.875rem;
  height: 0.875rem;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa__price .pricing-urgency__message {
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  color: #000000;
  font-weight: 700;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa .pricing-container-with-free-gift-with-purchase .free-gift-with-purchase,
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa .pricing-container-with-saving .sale-price {
  font-family: "HelveticaNeue", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #c80a33;
  line-height: 1.4;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa .pricing-container-with-free-gift-with-purchase .free-gift-with-purchase {
  color: #008800;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa .pricing-container-with-free-gift-with-purchase .msrp-price,
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa .pricing-container-with-saving .msrp-price {
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #5b5b5b;
  text-decoration: line-through;
  font-weight: normal;
  line-height: 1.2;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa .pricing-container-with-saving .price-saving {
  font-family: "HelveticaNeue", sans-serif;
  font-size: 0.625rem;
  text-transform: capitalize;
  line-height: 1.2;
  color: #c80a33;
  font-weight: 500;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa .pricing-container-with-saving .urgency-pricing-message {
  gap: 4px;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa .pricing-container-with-saving .urgency-pricing-message .urgency-pricing-message-icon {
  height: 14px;
  width: 14px;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa .pricing-container-with-saving .urgency-pricing-message .urgency-pricing-message-content {
  color: #000000;
  height: 13px;
  line-height: 13.43px;
  font-size: 11px;
  font-weight: 700;
  font-family: "HelveticaNeue", sans-serif;
  text-align: center;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa .pricing-container-with-saving .sales-price {
  font-family: "HelveticaNeue", sans-serif;
  line-height: 1.58;
  color: #c80a33;
  font-size: 0.75rem;
  text-transform: capitalize;
  margin-top: 0.3rem;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa .product-special-offer {
  margin: 0.5rem 1rem 0 1rem;
  border: .0625rem solid #D9D9D9;
  border-radius: .25rem;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa .product-special-offer__body {
  display: flex;
  flex-direction: column;
  padding-bottom: .75rem;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa .product-special-offer__body__product {
  display: flex;
  flex-direction: row;
  padding: .75rem;
  justify-content: space-between;
  gap: .625rem;
  align-items: center;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa .product-special-offer__body__product .product-special-offer__image {
  max-width: 2.875rem;
  height: auto;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa .product-special-offer__body__product .product-special-offer__description {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-family: Avenir, sans-serif;
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.09375rem;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa .product-special-offer__body__product .product-special-offer__description .product-special-offer__title-link {
  color: inherit;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa .product-special-offer__body__product .product-special-offer__action-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .25rem;
  justify-content: center;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa .product-special-offer__body__product .product-special-offer__action-section__prices {
  display: flex;
  flex-direction: row;
  gap: .625rem;
  font-family: Avenir, sans-serif;
  font-size: .875rem;
  line-height: 1.09375rem;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa .product-special-offer__body__product .product-special-offer__action-section__prices-base {
  font-weight: 400;
  color: #5B5B5B;
  text-decoration: line-through;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa .product-special-offer__body__product .product-special-offer__action-section__prices-special {
  font-weight: 900;
  color: #000000;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa .product-special-offer__body__product .product-special-offer__action-section__cta-button {
  text-wrap: nowrap;
  font-family: Avenir, sans-serif;
  font-size: .75rem;
  line-height: .75rem;
  color: #000000;
  text-transform: uppercase;
  border: .0625rem solid #000000;
  border-radius: .25rem;
  padding: .5625rem .5rem;
  height: fit-content;
  background-color: transparent;
  transition: color ease-out 0.3s, background-color ease-out 0.3s, border-color ease-out 0.3s;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa .product-special-offer__body__product .product-special-offer__action-section__cta-button:hover {
  background-color: #9B132B;
  border-color: #9B132B;
  color: #FFFFFF;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa .product-special-offer__body__product .product-special-offer__action-section__cta .product-special-offer__action-section__claimed {
  font-family: Avenir, sans-serif;
  font-size: .75rem;
  line-height: .75rem;
  color: #000000;
  text-transform: uppercase;
  padding: .5625rem .75rem;
  text-wrap: nowrap;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa .product-special-offer__disclaimer {
  display: none;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa .product-special-offer__disclaimer.mobile {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: .25rem .75rem;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa .product-special-offer__disclaimer__main p {
  font-family: Avenir, sans-serif;
  font-size: .625rem;
  line-height: .78125rem;
  color: #5E5E5E;
  font-weight: 400;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa .product-special-offer__disclaimer__main p b {
  font-weight: 800;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa .product-special-offer__disclaimer__main p a {
  font-size: .625rem;
  color: #5E5E5E;
  font-weight: 400;
  text-decoration: underline;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-spa .product-special-offer__disclaimer__login {
  font-family: Avenir, sans-serif;
  font-size: .625rem;
  line-height: .78125rem;
  color: #5E5E5E;
  font-weight: 800;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-special-offer__prices {
  display: flex;
  flex-direction: row;
  gap: .625rem;
  justify-content: center;
  font-family: Avenir, sans-serif;
  font-size: .875rem;
  line-height: 1.09375rem;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-special-offer__prices-base {
  font-weight: 400;
  color: #5B5B5B;
  text-decoration: line-through;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-card-special-offer__prices-special {
  font-weight: 900;
  color: #000000;
}
.product-card-spa-v2 .product-card-spa-wrapper .order-summary-services {
  height: 2.0625rem;
  background-color: #E2E2E2;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1.375rem;
  padding-right: 0.625rem;
}
.product-card-spa-v2 .product-card-spa-wrapper .services-and-parts-label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
}
.product-card-spa-v2 .product-card-spa-wrapper .services-and-parts-label .services-and-parts-edit {
  font-size: .75rem;
  font-weight: 400;
  padding-left: 1rem;
}
.product-card-spa-v2 .product-card-spa-wrapper .prod-additional-services-tile {
  width: 100%;
  background-color: #FFFFFF;
  padding: 0.75rem 1.5rem 0 1.25rem;
}
.product-card-spa-v2 .product-card-spa-wrapper .prod-item-services .extended-service-plans-price {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
  max-width: 20%;
}
.product-card-spa-v2 .product-card-spa-wrapper .prod-item-services,
.product-card-spa-v2 .product-card-spa-wrapper .prod-item-delivery-addons,
.product-card-spa-v2 .product-card-spa-wrapper .prod-item-installation-addons {
  vertical-align: middle;
  padding-bottom: 0.625rem;
}
.product-card-spa-v2 .product-card-spa-wrapper .prod-item-services-icon,
.product-card-spa-v2 .product-card-spa-wrapper .prod-item-delivery-addons-icon,
.product-card-spa-v2 .product-card-spa-wrapper .prod-item-installation-addons-icon,
.product-card-spa-v2 .product-card-spa-wrapper .prod-item-services .delivery-services-icon,
.product-card-spa-v2 .product-card-spa-wrapper .prod-item-delivery-addons .delivery-services-icon,
.product-card-spa-v2 .product-card-spa-wrapper .prod-item-installation-addons .delivery-services-icon,
.product-card-spa-v2 .product-card-spa-wrapper .prod-item-services .installation-services-icon,
.product-card-spa-v2 .product-card-spa-wrapper .prod-item-delivery-addons .installation-services-icon,
.product-card-spa-v2 .product-card-spa-wrapper .prod-item-installation-addons .installation-services-icon {
  display: inline-block;
  margin-right: 0.2rem;
  vertical-align: text-bottom;
  min-width: 1.375rem;
}
.product-card-spa-v2 .product-card-spa-wrapper .prod-item-services-icon svg,
.product-card-spa-v2 .product-card-spa-wrapper .prod-item-delivery-addons-icon svg,
.product-card-spa-v2 .product-card-spa-wrapper .prod-item-installation-addons-icon svg,
.product-card-spa-v2 .product-card-spa-wrapper .prod-item-services .delivery-services-icon svg,
.product-card-spa-v2 .product-card-spa-wrapper .prod-item-delivery-addons .delivery-services-icon svg,
.product-card-spa-v2 .product-card-spa-wrapper .prod-item-installation-addons .delivery-services-icon svg,
.product-card-spa-v2 .product-card-spa-wrapper .prod-item-services .installation-services-icon svg,
.product-card-spa-v2 .product-card-spa-wrapper .prod-item-delivery-addons .installation-services-icon svg,
.product-card-spa-v2 .product-card-spa-wrapper .prod-item-installation-addons .installation-services-icon svg {
  height: auto;
}
.product-card-spa-v2 .product-card-spa-wrapper .prod-additional-services-tile .prod-item-services,
.product-card-spa-v2 .product-card-spa-wrapper .prod-additional-services-tile .prod-item-delivery-addons,
.product-card-spa-v2 .product-card-spa-wrapper .prod-additional-services-tile .prod-item-installation-addons {
  display: flex;
  align-items: center;
}
.product-card-spa-v2 .product-card-spa-wrapper .prod-item-services_icon,
.product-card-spa-v2 .product-card-spa-wrapper .prod-item-delivery-addons_icon,
.product-card-spa-v2 .product-card-spa-wrapper .prod-item-installation-addons_icon {
  padding-right: 0.5rem;
}
.product-card-spa-v2 .product-card-spa-wrapper .prod-item-services_price,
.product-card-spa-v2 .product-card-spa-wrapper .prod-item-delivery-addons_price,
.product-card-spa-v2 .product-card-spa-wrapper .prod-item-installation-addons_price {
  margin-left: auto;
  align-self: flex-end;
}
.product-card-spa-v2 .product-card-spa-wrapper .service-price-label {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}
.product-card-spa-v2 .product-card-spa-wrapper .service-price {
  font-weight: bold;
}
.product-card-spa-v2 .product-card-spa-wrapper .service-price .price-free-value {
  color: #008800;
  font-weight: 700;
}
.product-card-spa-v2 .product-card-spa-wrapper .extended-service-plans-icon,
.product-card-spa-v2 .product-card-spa-wrapper .extended-service-plans .delivery-services-icon,
.product-card-spa-v2 .product-card-spa-wrapper .extended-service-plans .installation-services-icon {
  display: flex;
  margin-right: 0.2rem;
  vertical-align: text-bottom;
  min-width: 1.375rem;
}
.product-card-spa-v2 .product-card-spa-wrapper .extended-service-plans-icon svg,
.product-card-spa-v2 .product-card-spa-wrapper .extended-service-plans .delivery-services-icon svg,
.product-card-spa-v2 .product-card-spa-wrapper .extended-service-plans .installation-services-icon svg {
  height: auto;
}
.product-card-spa-v2 .product-card-spa-wrapper .extended-service-plans-body {
  display: flex;
  flex: 8;
  padding-left: .625rem;
}
.product-card-spa-v2 .product-card-spa-wrapper .delivery-addons-text {
  margin-right: 0.5rem;
}
.product-card-spa-v2 .product-card-spa-wrapper .installation-addons-text {
  margin-right: 0.25rem;
}
.product-card-spa-v2 .product-card-spa-wrapper .delivery-addons-toggle-button,
.product-card-spa-v2 .product-card-spa-wrapper .installation-addons-toggle-button {
  display: inline-block;
}
.product-card-spa-v2 .product-card-spa-wrapper .delivery-addons-toggle-button .addons-details-toggle,
.product-card-spa-v2 .product-card-spa-wrapper .installation-addons-toggle-button .addons-details-toggle {
  font-size: 0.75rem;
  font-weight: normal;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-subscriptions__guestpass {
  background: #fff;
  border: .125rem solid #e2e2e5;
  padding: .9375rem 1rem;
  font-size: .875rem;
  line-height: 1rem;
  color: #000;
  margin-top: 1rem;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-subscriptions__guestpass-header {
  font-weight: bold;
  margin-bottom: .625rem;
  display: flex;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-subscriptions__guestpass-header__icon svg {
  height: 1.5rem;
  width: 1.5rem;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-subscriptions__guestpass-header__text {
  margin: auto .5rem;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-subscriptions__guestpass a {
  color: #2a5daf;
  text-decoration: underline;
  font-weight: bold;
}
.product-card-spa-v2 .product-card-spa-wrapper .services-and-parts-label {
  display: flex;
  align-items: center;
}
.product-card-spa-v2 .product-special-offer__header {
  display: flex;
  flex-direction: row;
  gap: .625rem;
  width: 100%;
  border-radius: .25rem .25rem 0 0;
  padding: .5rem .75rem;
  background-color: #F2F2F2;
  text-transform: uppercase;
}
.product-card-spa-v2 .product-special-offer__header-text {
  font-family: Avenir, sans-serif;
  font-weight: 900;
  font-size: .75rem;
  line-height: 1rem;
  color: #222222;
}
.product-card-spa-v2 .checkout-delivery-information {
  display: flex;
  flex-direction: column;
}
.product-card-spa-v2 .checkout-delivery-information__price-label {
  display: flex;
}
.product-card-spa-v2 .checkout-delivery-information__price-label svg {
  max-width: 1rem;
  margin-right: 0.5rem;
}
.product-card-spa-v2 .checkout-delivery-information__info {
  display: flex;
  flex-direction: row;
  gap: .25rem;
}
.product-card-spa-v2 .checkout-delivery-information .checkout-delivery-date-unavailable {
  font-size: 0.875rem;
}
@media (min-width: 48rem) {
  .product-card-spa-v2 .checkout-delivery-information {
    justify-content: space-between;
    flex-direction: row;
  }
  .product-card-spa-v2 .checkout-delivery-information__info {
    flex-direction: row;
    margin-left: auto;
  }
  .product-card-spa-v2 .checkout-delivery-information__price-label {
    display: flex;
    align-items: center;
  }
}
.product-card-spa-v2 .subscriptions-label {
  color: #000;
  font-size: 1rem;
  line-height: 1.25rem;
  padding-left: 1rem;
  text-transform: none;
  font-weight: bold;
}
.product-card-spa-v2 .subscription-frequency::-ms-expand {
  display: none;
}
.product-card-spa-v2 .view-subscription-terms {
  font-size: .625rem;
}
.product-card-spa-v2 .special-offer-claimed-card .view-subscription-terms {
  line-height: .875rem;
}
.product-card-spa-v2 .special-offer-claimed-card .view-subscription-terms ul {
  padding-left: 1rem;
}
.product-card-spa-v2 .view-subscription-terms a {
  text-decoration: underline;
}
.product-card-spa-v2 .receive-subscriptions-panel {
  display: none;
}
.product-card-spa-v2 .subscription-description-icon {
  margin-right: .5625rem;
}
.product-card-spa-v2 .subscription-description-icon svg {
  width: 2rem;
  height: 2rem;
}
.product-card-spa-v2 .subscription-frequency-option strong {
  font-family: "HelveticaNeue", sans-serif;
}
@media (max-width: 48rem) {
  .product-card-spa-wrapper .product-card-spa__price-value {
    font-size: .625rem;
  }
}
.product-cart-delivery-maintenance-errorv2 {
  margin-top: 1.2rem;
  margin-left: 0;
  border: 1px solid #C80A33;
  padding: 12px 16px 16px 16px;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 1.3rem;
  display: -webkit-inline-box;
}
.product-cart-delivery-maintenance-errorv2__icon-wrapper-v2 {
  align-items: center;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.product-cart-delivery-maintenance-errorv2__text-v2 {
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.7px;
  text-align: left;
  color: #5B5B5B;
  display: inline-block;
  padding-right: 10px;
  margin-top: 5px;
}
.product-cart-delivery-maintenance-errorv2__bold-text-v2 {
  margin-bottom: 6px;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.54px;
  text-align: left;
  color: #C80A33;
}
.order-entry__model-includes-cart {
  box-shadow: none;
  display: flex;
  flex-direction: column;
}
.order-entry__model-includes--title {
  display: flex ;
  justify-content: space-between;
  align-items: center;
  background-color: #F6F6F6;
  padding: 0 12px;
  height: 33px;
  border-bottom: 1px solid #E2E2E5;
  color: #2E2E2E;
}
.order-entry__model-includes--title-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  color: #2E2E2E;
  text-transform: capitalize;
  font-family: Roboto, sans-serif;
}
.order-entry__model-includes-details-cart {
  line-height: 1.313rem;
  font-size: 14px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  color: #2E2E2E;
  padding: 12px;
}
@media (max-width: 61rem) {
  .product-card-spa .shopping-cart-promotion {
    margin-top: 0;
  }
}
@media (min-width: 60rem) {
  .product-card-spa__shopping-cart-tile .product-card-spa__product-name-container {
    padding-right: 1rem;
  }
  .product-card-spa__shopping-cart-tile .product-card-spa__price-label {
    margin-top: 0;
  }
}
@media all and (min-width: 768*0.0625rem) {
  .prod-item-services_price,
  .prod-item-delivery-addons_price,
  .prod-item-installation-addons_price {
    align-self: inherit;
  }
}
.grouping-delivery.product-card-spa-cart {
  margin-bottom: 1.5rem;
}
.grouping-delivery.product-card-spa-cart:last-of-type {
  margin-bottom: 1rem;
}
.grouping-delivery.product-card-spa-cart.special-offer-claimed-card {
  border: .0625rem solid #D9D9D9;
  border-radius: .25rem .25rem;
}
@media (min-width: 48rem) {
  .product-card-spa-v2 .grouping-delivery-wrapper .product-card-spa-cart.product-card-spa-new .product-card-spa {
    padding: 1.5rem 2rem;
  }
  .product-card-spa-v2 .grouping-delivery-wrapper .product-card-spa-cart.product-card-spa-new .product-card-spa__shopping-cart-tile {
    display: flex;
    flex-direction: row;
    gap: .5rem;
  }
  .product-card-spa-v2 .grouping-delivery-wrapper .product-card-spa-cart.product-card-spa-new .product-card-spa__shopping-cart-tile__info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
  .product-card-spa-v2 .grouping-delivery-wrapper .product-card-spa-cart.product-card-spa-new .product-card-spa__shopping-cart-tile__product {
    flex-direction: column;
    gap: .25rem;
    padding-right: .75rem;
  }
  .product-card-spa-v2 .grouping-delivery-wrapper .product-card-spa-cart.product-card-spa-new .product-card-spa__shopping-cart-tile__product-header {
    justify-content: space-between;
    display: flex;
    gap: 0.625rem;
  }
  .product-card-spa-v2 .grouping-delivery-wrapper .product-card-spa-cart.product-card-spa-new .product-card-spa__shopping-cart-image-link img {
    height: fit-content;
    margin: 0;
  }
  .product-card-spa-v2 .grouping-delivery-wrapper .product-card-spa-cart.product-card-spa-new .product-card-spa__product-name {
    max-width: 15.3125rem;
  }
  .product-card-spa-v2 .grouping-delivery-wrapper .product-card-spa-cart.product-card-spa-new .product-card-spa__product-name a {
    line-height: 1.4rem;
  }
  .product-card-spa-v2 .grouping-delivery-wrapper .product-card-spa-cart.product-card-spa-new .product-card-spa__price {
    width: initial;
    gap: .25rem;
  }
  .product-card-spa-v2 .grouping-delivery-wrapper .product-card-spa-cart.product-card-spa-new .product-card-spa__price .price-value-base {
    line-height: 1.2rem;
    text-align: right;
    white-space: nowrap;
  }
  .product-card-spa-v2 .grouping-delivery-wrapper .product-card-spa-cart.product-card-spa-new .product-card-spa__price .price-saving,
  .product-card-spa-v2 .grouping-delivery-wrapper .product-card-spa-cart.product-card-spa-new .product-card-spa__price .shopping-cart-promotion {
    line-height: 0.9rem;
    text-align: right;
    font-size: 0.75rem;
  }
  .product-card-spa-v2 .grouping-delivery-wrapper .product-card-spa-cart.product-card-spa-new .product-card-spa__model-color {
    line-height: 0.9375rem;
    color: #5b5b5b;
  }
  .product-card-spa-v2 .grouping-delivery-wrapper .product-card-spa-cart.product-card-spa-new .product-card-spa .product-special-offer__body {
    padding-bottom: 0;
    flex-direction: row;
  }
  .product-card-spa-v2 .grouping-delivery-wrapper .product-card-spa-cart.product-card-spa-new .product-card-spa .product-special-offer__body__product {
    align-items: start;
  }
  .product-card-spa-v2 .grouping-delivery-wrapper .product-card-spa-cart.product-card-spa-new .product-card-spa .product-special-offer__body__product .product-special-offer__description {
    font-weight: 800;
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .product-card-spa-v2 .grouping-delivery-wrapper .product-card-spa-cart.product-card-spa-new .product-card-spa .product-special-offer__disclaimer {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .product-card-spa-v2 .grouping-delivery-wrapper .product-card-spa-cart.product-card-spa-new .product-card-spa .product-special-offer__disclaimer.mobile {
    display: none;
  }
  .product-card-spa-v2 .grouping-delivery-wrapper .product-subscriptions__guestpass {
    padding-bottom: .75rem;
    margin-top: 0;
  }
  .product-card-spa-v2 .grouping-delivery-wrapper .checkout-delivery-information {
    padding: .75rem 1rem;
  }
  .product-card-spa-v2 .grouping-delivery-wrapper .product-card-spa .pricing-container-with-saving .msrp-price {
    font-size: 0.75rem;
  }
  .product-card-spa-v2 .grouping-delivery-wrapper .product-card-spa__price .pricing-container-with-saving {
    text-align: right;
  }
  .product-card-spa-v2 .grouping-delivery-wrapper .product-card-spa .pricing-container-with-saving .discount-container {
    justify-content: end;
    align-items: end;
  }
  .product-card-spa-v2 .product-card-spa__product-name .product-card-spa__product-link {
    line-height: 1.4rem;
  }
  .grouping-delivery.product-card-spa-cart {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767*0.0625rem) {
  .axad-truck {
    height: auto;
  }
  .mixcart-error .modal-close-icon {
    margin: 0 0 2rem 0;
  }
  .mixcart-error-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem;
    letter-spacing: 0.019375rem;
    text-align: left;
  }
  .mixcart-error-message {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.09375rem;
    text-align: left;
  }
  .grouping-delivery .checkout-delivery-date-title,
  .grouping-delivery .checkout-delivery-date {
    font-size: 10px;
  }
  .grouping-delivery .checkout-delivery-date svg {
    margin-left: 4px;
  }
}
.product-card-placeholder {
  border: 0.25rem solid #f2f2f2;
  border-radius: 0.3125rem;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}
.product-card-placeholder__head,
.product-card-placeholder__second-head,
.product-card-placeholder__image,
.product-card-placeholder__line-1,
.product-card-placeholder__line-2,
.product-card-placeholder__line-3,
.product-card-placeholder__divider,
.product-card-placeholder__services-left,
.product-card-placeholder__services-right {
  background-color: #f2f2f2;
  border-radius: 0.625rem;
  position: relative;
  overflow: hidden;
}
.product-card-placeholder__head {
  height: 1rem;
}
.product-card-placeholder__second-head {
  height: 1rem;
  width: 71.81%;
  float: right;
}
.product-card-placeholder__line-1 {
  margin-top: 1.5rem;
}
.product-card-placeholder__line-2 {
  margin-top: 0.25rem;
  width: 59%;
}
.product-card-placeholder__line-3 {
  margin-top: 1.5rem;
  width: 79%;
}
.product-card-placeholder__line-1,
.product-card-placeholder__line-2,
.product-card-placeholder__line-3,
.product-card-placeholder__services-left,
.product-card-placeholder__services-right {
  height: 0.5rem;
}
.product-card-placeholder__image {
  width: 5.0625rem;
  height: 6.25rem;
}
.product-card-placeholder__row-1 {
  display: inline-flex;
  width: 100%;
}
.product-card-placeholder__row-1--1 {
  max-width: 5.0625rem;
  margin-left: 1.5rem;
  margin-right: 0.75rem;
}
.product-card-placeholder__row-1--2 {
  width: 100%;
  margin-right: 1.5rem;
  margin-left: 0.75rem;
}
.product-card-placeholder__row-1--3 {
  display: none;
}
.product-card-placeholder__divider {
  border-radius: 0;
  height: 2rem;
  margin-top: 1.5rem;
}
.product-card-placeholder__row-3 {
  display: inline-flex;
  width: 100%;
  margin-bottom: 0.75rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-top: 0.75rem;
}
.product-card-placeholder__row-3--1 {
  width: 100%;
}
.product-card-placeholder__row-3--2 {
  display: none;
}
.product-card-placeholder__services-left {
  width: 60.42%;
}
@media (min-width: 48rem) {
  .product-card-placeholder__image {
    width: 8.125rem;
    height: 10rem;
  }
  .product-card-placeholder__line-1 {
    width: 52.92%;
  }
  .product-card-placeholder__line-2 {
    margin-top: 0.25rem;
    width: 42.92%;
  }
  .product-card-placeholder__line-3 {
    margin-top: 5.625rem;
    width: 77.92%;
  }
  .product-card-placeholder__row-1--1 {
    max-width: 8.125rem;
  }
  .product-card-placeholder__row-1--2 {
    width: 47.23%;
    margin-left: 0.75rem;
  }
  .product-card-placeholder__row-1--3 {
    width: 37%;
    display: block;
    margin-right: 1.5rem;
    margin-left: 0.75rem;
  }
  .product-card-placeholder__row-3 {
    width: 93%;
  }
  .product-card-placeholder__row-3--1 {
    width: 50%;
  }
  .product-card-placeholder__row-3--2 {
    width: 50%;
    display: block;
  }
  .product-card-placeholder__services-left {
    width: 83.635%;
  }
  .product-card-placeholder__services-right {
    width: 38.428%;
    float: right;
  }
}
@media (min-width: 57.5rem) {
  .product-card-spa-v2 .grouping-delivery-wrapper .product-card-spa-cart.product-card-spa-new .product-card-spa__shopping-cart-image-link {
    min-width: 10.25rem;
    max-width: 10.25rem;
    padding: 0 1.5rem;
  }
  .product-card-spa-v2 .grouping-delivery-wrapper .product-card-spa-cart.product-card-spa-new .product-card-spa__shopping-cart-image-link img {
    max-height: none;
  }
}
#spa-root .product-card-spa-v2 .mixcart-error #mixcart-title {
  font-family: Roboto, sans-serif;
}
#spa-root .product-card-spa-v2 .mixcart-error #mixcart-message .mixcart-error-message {
  font-family: Roboto, sans-serif;
}
.grouping-delivery-wrapper:empty {
  border: none;
}
@media (max-width: 767px) {
  #spa-root .product-card-spa-v2 .mixcart-error #mixcart-title {
    font-size: 10px;
  }
}
.grouping-delivery .checkout-delivery-date,
.grouping-delivery .checkout-delivery-date-title {
  font-size: 1.25rem;
}
.grouping-delivery .checkout-delivery-date-title {
  color: #231f20;
}
.grouping-delivery .checkout-delivery-date-unavailable {
  color: #ee0000;
}
.grouping-delivery .product-card-spa-wrapper {
  margin: 1rem 0;
}
.grouping-delivery .product-card-spa-wrapper .product-card-spa {
  border: none;
  border-top: 0.125rem #cccccc solid;
}
.grouping-delivery .product-card-spa-wrapper .product-card-spa__price {
  font-family: Roboto, sans-serif;
  display: flex;
  flex-direction: row;
  gap: .125rem;
}
.grouping-delivery .product-card-spa-wrapper .product-card-spa__product-name {
  font-size: .875rem;
}
.grouping-delivery .product-card-spa-wrapper .product-card-spa__product-link {
  color: #2a5daf;
  font-weight: 700;
}
.grouping-delivery .product-card-spa-wrapper .product-card-spa__model-color {
  font-size: .75rem;
}
.grouping-delivery .product-card-spa-wrapper .product-card-spa__model-color .model-color-new-line {
  display: inline-block;
  color: #000000;
}
.grouping-delivery .product-card-spa-wrapper .product-card-spa__model-color--model {
  font-weight: 400;
  line-height: 12px;
  color: #5B5B5B;
  font-size: 10px;
}
.grouping-delivery .product-card-spa-wrapper .product-card-spa__model-color--color {
  margin-top: .1875rem;
  line-height: 12px;
  font-weight: 400;
  font-size: 10px;
  color: #5B5B5B;
}
.grouping-delivery .product-card-spa-wrapper .product-card-spa__quantity-dropdown .form-group {
  font-size: .75rem;
}
.grouping-delivery .product-card-spa-wrapper .product-card-spa__price-value .price-value-msrp {
  font-size: .875rem;
}
.grouping-delivery .product-card-spa-wrapper .product-card-spa .pricing-container-with-saving {
  font-family: Roboto, sans-serif;
}
.grouping-delivery .product-card-spa-wrapper .product-card-spa .pricing-container-with-saving .urgency-pricing-message {
  display: none;
}
.grouping-delivery .product-card-spa-wrapper .product-card-spa .pricing-container-with-saving .discount-container {
  display: block;
}
.grouping-delivery .product-card-spa-wrapper .product-card-spa .pricing-container-with-saving .sale-price {
  margin-top: 0;
  font-size: .75rem;
  line-height: 1.1;
  color: #000000;
  font-family: Roboto-Bold, sans-serif;
}
.grouping-delivery .product-card-spa-wrapper .product-card-spa .pricing-container-with-saving .sale-price .price-label {
  text-transform: none;
  font-size: 0.625rem;
  font-weight: 400;
}
.grouping-delivery .product-card-spa-wrapper .product-card-spa .pricing-container-with-saving .sales-price {
  margin-top: 0;
  font-size: .75rem;
  line-height: 1.1;
  color: #464646;
  font-family: Roboto, sans-serif;
}
.grouping-delivery .product-card-spa-wrapper .product-card-spa .pricing-container-with-saving .msrp-price {
  color: #464646;
  font-family: Roboto, sans-serif;
}
.grouping-delivery .product-card-spa-wrapper .product-card-spa .pricing-container-with-saving .price-saving {
  color: #008800;
  font-family: Roboto-Bold, sans-serif;
  line-height: normal;
  text-align: left;
}
.grouping-delivery .product-card-spa-wrapper .product-card-spa__quantity-dropdown {
  margin-top: .4rem;
}
.grouping-delivery .product-card-spa-wrapper .product-card-spa__link-separator {
  display: inline;
  padding: 0;
}
.grouping-delivery .product-card-spa-wrapper .product-card-spa .shopping-cart-promotion {
  margin-top: 0;
  color: #377d1e;
  border-color: #377d1e;
}
.grouping-delivery .product-card-spa-wrapper .product-card-spa .checkbox-container input:checked ~ .check-mark {
  border: 0.0625rem solid #e0942f;
}
.grouping-delivery .product-card-spa-wrapper .product-card-spa .checkbox-container .check-mark {
  background-color: #ffffff;
  border: 0.0625rem solid #2e2e2e;
}
.grouping-delivery .product-card-spa-wrapper .product-card-spa .checkbox-container .check-mark::after {
  border: solid #e0942f;
  width: .4375rem;
  height: .75rem;
  left: 0.4rem;
  border-width: 0 .125rem .125rem 0;
}
.grouping-delivery .product-card-spa-wrapper .product-card-spa .checkbox-subscriptions-label {
  color: #464646;
}
.grouping-delivery .product-card-spa-wrapper .product-card-spa .checkbox-subscriptions-label .subscription-off {
  color: #377d1e;
}
.grouping-delivery .product-card-spa-wrapper .product-card-spa .pricing-container-with-free-gift-with-purchase .free-gift-with-purchase {
  font-family: Roboto-Bold, sans-serif;
  font-weight: 700;
  font-size: .875rem;
  line-height: 1.5;
}
.grouping-delivery .product-card-spa-wrapper .order-summary-services .services-and-parts-label {
  font-size: .875rem;
  font-family: Roboto, sans-serif;
  color: #464646;
}
.grouping-delivery .product-card-spa-wrapper .order-summary-services .services-and-parts-label .services-and-parts-edit {
  color: #2a5daf;
}
.grouping-delivery .product-card-spa-wrapper .service-price {
  font-size: .875rem;
}
.grouping-delivery .product-card-spa-wrapper .service-price .price-free-value {
  color: #377d1e;
  padding-left: .75rem;
}
.grouping-delivery .product-card-spa-wrapper .service-price-label {
  padding-left: .625rem;
}
.grouping-delivery .product-card-spa-wrapper .prod-item-services .extended-service-plans-price {
  padding-left: .25rem;
}
.grouping-delivery .product-card-spa-wrapper .prod-additional-services-tile {
  padding: .75rem 1.5rem 0 1.5rem;
  border: none;
  font-size: .875rem;
}
.grouping-delivery .product-card-spa-wrapper .prod-item-delivery-addons_desc {
  padding-left: 1rem;
}
.grouping-delivery .product-card-spa-wrapper .delivery-addons-toggle-button .addons-details-toggle {
  color: #2a5daf;
}
.grouping-delivery .product-card-spa-wrapper .prod-item-delivery-addons {
  padding-top: .5rem;
}
.grouping-delivery .product-card-spa-wrapper .prod-item-delivery-addons .delivery-services-icon svg {
  height: 1.125rem;
}
.grouping-delivery .product-card-spa-wrapper .subscriptions-label {
  font-size: .875rem;
  color: #464646;
}
.grouping-delivery .product-card-spa-wrapper .subscriptions-label .subscription-off {
  color: #464646;
}
.grouping-delivery .product-card-spa-wrapper .prod-item-subscriptions-body {
  border: none;
}
.grouping-delivery .product-card-spa-wrapper .subscription-frequency-select__trigger {
  color: #464646;
}
.grouping-delivery .product-card-spa-wrapper .subscription-frequency-option {
  color: #464646;
}
.grouping-delivery .product-card-spa-wrapper .subscription-frequency-option-strong {
  font-family: Roboto-Bold, sans-serif;
}
.grouping-delivery .product-card-spa-wrapper .product-subscriptions__select-icon:after {
  border-bottom: 0.188rem solid #2c4b72;
  border-right: 0.188rem solid #2c4b72;
}
.grouping-delivery .view-subscription-terms {
  /* i18n / RTE */
}
.grouping-delivery .view-subscription-terms a {
  text-decoration: none;
  color: #2a5daf;
}
.grouping-delivery .axad-delivery-label {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.01em;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 17.5px;
  text-align: center;
}
.checkout-delivery-information {
  padding: 0.8125rem 1rem;
  border: 1px solid #D5D5D5;
}
.checkout-delivery-information__price-label {
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.checkout-delivery-information__price-label svg {
  width: 1.5rem;
  height: 1.5rem;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-subscriptions__guestpass-message {
  width: 95%;
}
@media (max-width: 767px) {
  .product-card-spa-v2 .product-card-spa-wrapper .product-subscriptions__guestpass-message {
    width: 100%;
  }
}
.product-card-spa-v2 .product-card-spa-wrapper .product-subscriptions__guestpass-header {
  border: 0.5px solid #BC7618;
  padding: 8px;
  background: #FEFBF7;
  border-radius: 4px;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-subscriptions__guestpass {
  border: none;
  padding: .9375rem 0rem;
}
@media (max-width: 767px) {
  .product-card-spa-v2 .product-card-spa-wrapper .product-subscriptions__guestpass {
    padding: 15px 12px;
  }
}
.product-card-spa-v2 .product-card-spa-wrapper .product-subscriptions__guestpass a {
  color: #000000;
  text-decoration: none;
}
.product-card-spa-v2 .product-card-spa-wrapper .product-subscriptions__guestpass-header__text {
  margin: auto .5rem 0 0;
}
.product-card-spa-v2 .mixcart-error .mixcart-error-title {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25rem;
  text-align: left;
  display: flex;
  color: #C80A33;
}
.product-card-spa-v2 .mixcart-error .mixcart-error-message {
  width: 95%;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.32px;
  color: #5B5B5B;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.09375rem;
  text-align: left;
}
.product-cart-delivery-maintenance-errorv2 {
  border-radius: 0px;
}
.product-cart-delivery-maintenance-errorv2 svg {
  width: 16px;
  height: 16px;
}
.product-cart-delivery-maintenance-errorv2__text-v2 {
  font-family: 'Roboto', sans-serif;
  width: 95%;
}
.product-cart-delivery-maintenance-errorv2__bold-text-v2 {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
@media all and (min-width: 48rem) {
  .product-card-spa-v2 .grouping-delivery-wrapper .product-card-spa-cart.product-card-spa-new .product-card-spa__product-name {
    max-width: 318px;
  }
  .grouping-delivery .product-card-spa-wrapper {
    box-shadow: 0 0.25rem 0.5rem rgba(136, 134, 134, 0.5);
  }
  .grouping-delivery .product-card-spa-wrapper .product-card-spa__shopping-cart-image-link {
    min-width: 10.25rem;
    max-width: 10.25rem;
    padding: 0 1.5rem;
  }
  .grouping-delivery .product-card-spa-wrapper .product-card-spa__shopping-cart-tile__info {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1rem;
  }
  .grouping-delivery .product-card-spa-wrapper .product-card-spa__shopping-cart-tile__product {
    flex-direction: column;
    gap: 0.25rem;
    padding-right: 0.75rem;
  }
  .grouping-delivery .product-card-spa-wrapper .product-card-spa__shopping-cart-tile__product-header {
    justify-content: space-between;
    display: flex;
    gap: 0.625rem;
  }
  .grouping-delivery .product-card-spa-wrapper .product-card-spa__product-name {
    max-width: 318px;
  }
  .grouping-delivery .product-card-spa-wrapper .product-card-spa__product-name a {
    line-height: 19.2px;
    color: #222222;
  }
  .grouping-delivery .product-card-spa-wrapper .product-card-spa__price {
    width: initial;
    gap: 0.25rem;
  }
  .grouping-delivery .product-card-spa-wrapper .product-card-spa__price .pricing-container-with-saving {
    text-align: right;
  }
  .grouping-delivery .product-card-spa-wrapper .product-card-spa__price .pricing-container-with-saving .urgency-pricing-message {
    display: none;
  }
  .grouping-delivery .product-card-spa-wrapper .product-card-spa__price .pricing-container-with-saving .urgency-pricing-message .urgency-pricing-message-icon {
    height: 12px;
    width: 12px;
  }
  .grouping-delivery .product-card-spa-wrapper .product-card-spa__price .pricing-container-with-saving .urgency-pricing-message .urgency-pricing-message-content {
    font-size: 11px;
    color: #000000;
    line-height: 13.2px;
  }
  .grouping-delivery .product-card-spa-wrapper .product-card-spa__price .pricing-container-with-saving .sale-price {
    display: flex;
    flex-direction: column;
  }
  .grouping-delivery .product-card-spa-wrapper .product-card-spa__price .pricing-container-with-saving .sale-price .price-label {
    text-transform: none;
    font-weight: 400;
    line-height: 12px;
    text-align: right;
    font-size: 10px;
    color: #000000;
    font-family: Roboto, sans-serif;
  }
  .grouping-delivery .product-card-spa-wrapper .product-card-spa__price .pricing-container-with-saving .sale-price .price-value {
    font-size: 14px;
    font-family: Roboto, sans-serif;
  }
  .grouping-delivery .product-card-spa-wrapper .product-card-spa__price .pricing-container-with-saving .discount-container {
    display: flex;
    flex-direction: column;
    gap: .1875rem;
  }
  .grouping-delivery .product-card-spa-wrapper .product-card-spa__price .pricing-container-with-saving .discount-container .msrp-price .price-value {
    font-size: 12px;
    line-height: 14.4px;
    font-weight: 550;
    text-decoration: line-through;
  }
  .grouping-delivery .product-card-spa-wrapper .product-card-spa__price .pricing-container-with-saving .discount-container .price-saving {
    line-height: 14.4px;
    font-weight: 400;
    font-size: 12px;
  }
  .grouping-delivery .product-card-spa-wrapper .product-card-spa__model-color {
    line-height: .9375rem;
    color: #5b5b5b;
    margin-top: 1px;
  }
  .grouping-delivery .product-card-spa-wrapper .product-card-spa .shopping-cart-promotion {
    margin-top: 1rem;
  }
  .grouping-delivery .product-card-spa-wrapper .product-card-spa__link-separator {
    padding: .625rem;
  }
  .grouping-delivery .product-card-spa-wrapper .product-card-spa .pricing-container-with-saving .sale-price {
    font-size: .875rem;
    line-height: 1.5;
  }
  .grouping-delivery .product-card-spa-wrapper .product-card-spa .pricing-container-with-saving .sales-price {
    font-size: .875rem;
    line-height: 1.2em;
  }
  .grouping-delivery .product-card-spa-wrapper .prod-additional-services-tile {
    padding-left: 1.8125rem;
  }
  .grouping-delivery .product-card-spa-wrapper .prod-item-delivery-addons_desc,
  .grouping-delivery .product-card-spa-wrapper .extended-service-plans-body {
    padding-left: .5rem;
  }
}
@media all and (max-width: 48rem) {
  .product-card-spa-wrapper .line-break {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mixcart-error .mixcart-error-message {
    width: 95%;
  }
  .grouping-delivery .axad-truck {
    width: 2rem !important;
  }
  .grouping-delivery .axad-delivery-label {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .mixcart-error .mixcart-error-title {
    font-size: 10px;
    line-height: 20px;
  }
  .mixcart-error .mixcart-error-message {
    width: 95%;
    letter-spacing: 0.32px;
    font-size: 10px;
    line-height: normal;
    color: #5B5B5B;
  }
  .grouping-delivery .axad-truck {
    height: 15px;
    margin-bottom: 10px;
  }
  .grouping-delivery .axad-delivery-label {
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.32px;
    text-align: center;
    margin-bottom: 10px;
  }
}

.show-icon-global-error-messages .g-col .show-icon-global-error-messages-warning-icon,
.show-icon-global-marketplace-messages .g-col .show-icon-global-error-messages-warning-icon {
  padding: 2px;
}
.cart-global-message,
.cart-global-marketplace-message {
  padding-top: 0.5rem;
}
.cart-global-message:focus,
.cart-global-marketplace-message:focus {
  outline: none;
}
.show-icon-global-error-messages.g-row,
.show-icon-global-marketplace-messages.g-row {
  width: 100%;
  margin: 0.5rem 0 2rem 0;
  padding: 1rem 0;
  border: solid 1px #c80a33;
  border-radius: 0.0625rem;
}
.show-icon-global-error-messages .g-col,
.show-icon-global-marketplace-messages .g-col {
  height: auto;
  line-height: 1.31;
  background-color: #ffffff;
  display: inline-block;
}
.show-icon-global-error-messages .g-col .global-error-title-wrapper,
.show-icon-global-marketplace-messages .g-col .global-error-title-wrapper {
  display: flex;
}
.show-icon-global-error-messages .g-col .global-error-title,
.show-icon-global-marketplace-messages .g-col .global-error-title,
.show-icon-global-error-messages .g-col .global-marketplace-title,
.show-icon-global-marketplace-messages .g-col .global-marketplace-title {
  color: #c80a33;
  padding-bottom: 0.25rem;
  font-weight: 700;
  font-size: 1rem;
  text-align: left;
  font-family: Roboto, sans-serif;
  display: inline-flex;
}
.show-icon-global-error-messages .g-col .cart-global-message,
.show-icon-global-marketplace-messages .g-col .cart-global-message,
.show-icon-global-error-messages .g-col .cart-global-marketplace-message,
.show-icon-global-marketplace-messages .g-col .cart-global-marketplace-message {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--General-text-emphasis, #5b5b5b);
  line-height: 1.04375rem;
  text-align: left;
  font-family: Roboto, sans-serif;
  padding-left: 2rem;
}
.show-icon-global-error-messages .g-col .cart-global-message a,
.show-icon-global-marketplace-messages .g-col .cart-global-message a,
.show-icon-global-error-messages .g-col .cart-global-marketplace-message a,
.show-icon-global-marketplace-messages .g-col .cart-global-marketplace-message a {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--General-text-emphasis, #5b5b5b);
}
.show-icon-global-error-messages .g-col .show-icon-global-error-messages-warning-icon,
.show-icon-global-marketplace-messages .g-col .show-icon-global-error-messages-warning-icon {
  align: right;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.625rem;
}
.marketplace-warning-message {
  font-family: Avenir, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3125rem;
  color: #000;
}
.marketplace-warning-message strong {
  font-weight: 900;
}
@media only screen and (max-width: 48rem) {
  .show-icon-global-error-messages .g-col .global-error-title,
  .show-icon-global-marketplace-messages .g-col .global-error-title,
  .show-icon-global-error-messages .g-col .global-marketplace-title,
  .show-icon-global-marketplace-messages .g-col .global-marketplace-title {
    font-size: 12px;
  }
  .show-icon-global-error-messages .g-col .cart-global-message,
  .show-icon-global-marketplace-messages .g-col .cart-global-message,
  .show-icon-global-error-messages .g-col .cart-global-marketplace-message,
  .show-icon-global-marketplace-messages .g-col .cart-global-marketplace-message {
    font-size: 10px;
  }
  .show-icon-global-error-messages .g-col .cart-global-message a,
  .show-icon-global-marketplace-messages .g-col .cart-global-message a,
  .show-icon-global-error-messages .g-col .cart-global-marketplace-message a,
  .show-icon-global-marketplace-messages .g-col .cart-global-marketplace-message a {
    font-size: 10px;
  }
}

.cart-v2-product-card-quantity {
  display: flex;
  align-items: center;
  gap: 1.0625rem;
  border: 0.0625rem solid #d5d5d5;
  border-radius: 0.25rem;
  padding: 0.3125rem 0.375rem;
  width: fit-content;
}
.cart-v2-product-card-quantity .cart-v2-remove-from-cart,
.cart-v2-product-card-quantity .quantity-btn {
  height: 1.875rem;
  width: 1.875rem;
}
.cart-v2-product-card-quantity .cart-v2-remove-from-cart:hover svg path,
.cart-v2-product-card-quantity .quantity-btn:hover svg path {
  stroke: #000000;
}
.cart-v2-product-card-quantity .quantity-btn {
  background-color: transparent;
  padding: 0;
}
.cart-v2-product-card-quantity .quantity-btn:is(:hover, :active, :focus) {
  background-color: #f2f2f2;
}
.cart-v2-product-card-quantity .quantity-btn[disabled] {
  background-color: #FFFFFF;
}
.cart-v2-product-card-quantity .quantity-btn[disabled] svg path {
  stroke: #D5D5D5;
}
.cart-v2-product-card-quantity .quantity-btn[disabled]:hover,
.cart-v2-product-card-quantity .quantity-btn[disabled]:active,
.cart-v2-product-card-quantity .quantity-btn[disabled]:focus {
  background-color: #FFFFFF;
}
.cart-v2-product-card-quantity .quantity-btn[disabled]:hover svg path,
.cart-v2-product-card-quantity .quantity-btn[disabled]:active svg path,
.cart-v2-product-card-quantity .quantity-btn[disabled]:focus svg path {
  stroke: #D5D5D5;
}
.cart-v2-product-card-quantity .quantity-num {
  font-size: 0.875rem;
  font-weight: 700;
  color: #000000;
}
.cart-v2-product-card-quantity .cart-v2-remove-from-cart {
  margin: 0;
  background-size: 1.1875rem;
}
.cart-v2-product-card-quantity .cart-v2-remove-from-cart:has( .product-card-spa__remove:is(:hover, :active, :focus)) {
  background-color: #f2f2f2;
}
.cart-v2-product-card-quantity .cart-v2-remove-from-cart .product-card-spa__remove.link-btn[data-title]:after {
  top: -330%;
}

.cart-v2-title {
  font-family: Roboto, sans-serif;
}
.cart-header__title {
  font-family: Roboto, sans-serif;
}
.cart-v2-title {
  margin-top: .75rem;
}
.cart-v2-title .cart-header .cart-header__title,
.cart-v2-title .cart-header .cart-header__items-quantity {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #000000;
}
.cart-v2-title .cart-header .cart-header__items-quantity {
  display: block;
  padding: 0;
  margin-left: 0.3125rem;
}
.cart-v2-title .cart-header .cart-header__items-quantity .total-unit-count {
  margin-right: 0.1875rem;
}
@media (min-width: 48rem) {
  .cart-v2-title .cart-header .cart-header__title,
  .cart-v2-title .cart-header .cart-header__items-quantity {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  .cart-v2-title .cart-header .cart-header__items-quantity .total-unit-count {
    margin-right: 0.1875rem;
  }
}

.additional-services-v2 {
  display: flex;
  flex-direction: column;
}
.additional-services-v2__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f2f2f2;
  border-bottom: 0.5px solid #d5d5d5;
  padding: 0 12px;
  height: 33px;
}
.additional-services-v2__content {
  padding: 12px;
}
.additional-services-v2__header-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  color: #000000 ;
  font-family: Roboto, sans-serif;
}
.additional-services-v2__header-cta {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
  padding: 0;
  background: none;
  text-decoration: none;
  font-family: Roboto, sans-serif;
}
.additional-services-v2__header-cta:hover,
.additional-services-v2__header-cta:focus {
  background: none !important;
  color: #5B5B5B;
  text-decoration: underline !important;
}
.additional-services-v2__header-cta svg {
  margin-left: 4px;
}
.additional-services-v2__service-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: start;
  gap: 4px;
}
.additional-services-v2__service-info {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.additional-services-v2__service-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 8px;
}
.additional-services-v2__protection-icon,
.additional-services-v2__delivery-icon {
  margin-right: 8px;
}
.additional-services-v2__protection-icon svg,
.additional-services-v2__delivery-icon svg {
  min-height: 20px;
  min-width: 20px;
  margin-top: 4px;
}
.additional-services-v2__service-title {
  font-weight: 700;
  font-size: 12px;
  line-height: 14.4px;
  font-family: Roboto, sans-serif;
  color: #222222;
}
.additional-services-v2__service-req-label {
  font-weight: 400;
  font-size: 12px;
  line-height: 14.4px;
  font-family: Roboto, sans-serif;
}
.additional-services-v2__service-name {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  color: #5B5B5B;
  font-family: Roboto, sans-serif;
}
@media (max-width: 768px) {
  .additional-services-v2__service-name {
    width: 230px;
  }
}
.additional-services-v2__service-price {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  color: #222222;
  white-space: nowrap;
}
.additional-services-v2__service-price.additional-services-v2__service-price--free {
  color: #0F7E00;
  font-weight: 700;
}
.additional-services-v2__delimiter {
  border-bottom: .5px solid #d5d5d5;
  margin: 12px 0;
  width: 100%;
}
.additional-services-v2__delimiter:last-of-type {
  margin-bottom: 0;
}
button.additional-services-v2__header-cta {
  display: flex;
  height: auto;
}

.product-card-spa__remove.link-btn,
.product-card-spa__move-to-wishlist {
  font-family: Roboto, sans-serif;
}
.product-cart-actions {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 0.3125rem;
}
.product-cart-actions .separator {
  border: 0.0625rem solid #d5d5d5;
  height: 0.6875rem;
}
.cart-v2-remove-from-cart {
  background-image: url("../../../../content/dam/global/whirlpool/icons/cart-v2-trash-bin-icon.svg");
  margin-left: 1rem;
}
.cart-v2-remove-from-cart:hover {
  background-image: url('v2/resources/hover-delete-icon.svg');
}
.cart-v2-move-to-wishlist {
  background-image: url("../../../../content/dam/global/whirlpool/icons/cart-v2-heart-icon.svg");
  margin-right: 1rem;
}
.cart-v2-move-to-wishlist:hover {
  background-image: url('v2/resources/hover-heart-icon.svg');
}
.cart-v2-remove-from-cart,
.cart-v2-move-to-wishlist {
  width: 19.2px;
  height: 21.6px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.cart-v2-remove-from-cart .product-card-spa__remove.link-btn,
.cart-v2-move-to-wishlist .product-card-spa__remove.link-btn,
.cart-v2-remove-from-cart .product-card-spa__move-to-wishlist,
.cart-v2-move-to-wishlist .product-card-spa__move-to-wishlist {
  font-size: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  background-color: transparent;
  position: relative;
}
.cart-v2-remove-from-cart .product-card-spa__remove.link-btn[data-title]:hover:after,
.cart-v2-move-to-wishlist .product-card-spa__remove.link-btn[data-title]:hover:after,
.cart-v2-remove-from-cart .product-card-spa__move-to-wishlist[data-title]:hover:after,
.cart-v2-move-to-wishlist .product-card-spa__move-to-wishlist[data-title]:hover:after {
  opacity: 1;
  visibility: visible;
  transition: all 0.1s ease 0.5s;
}
.cart-v2-remove-from-cart .product-card-spa__remove.link-btn[data-title]:after,
.cart-v2-move-to-wishlist .product-card-spa__remove.link-btn[data-title]:after,
.cart-v2-remove-from-cart .product-card-spa__move-to-wishlist[data-title]:after,
.cart-v2-move-to-wishlist .product-card-spa__move-to-wishlist[data-title]:after {
  content: attr(data-title);
  background-color: #222222;
  padding: 1rem 1.5rem;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 400;
  text-align: center;
  position: absolute;
  text-transform: none;
  opacity: 0;
  visibility: hidden;
  right: -50%;
  bottom: 100%;
  max-width: 10rem;
  width: max-content;
  z-index: 999;
  transform-origin: bottom center;
}

.delivery * {
  font-family: Roboto, sans-serif !important;
}
.delivery {
  margin-bottom: 1.5625rem;
}
.delivery.hidden {
  display: none;
}
.delivery__change-location,
.delivery .link-btn.change-this-location {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #000000;
}
.delivery__change-location *,
.delivery .link-btn.change-this-location * {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #000000;
}
.delivery .current-location {
  font-weight: normal;
}
.delivery .current-location:hover {
  color: #000000;
  text-decoration: underline !important;
  font-weight: 700;
}
.delivery .link-btn.change-this-location:hover {
  color: #000000;
  text-decoration: underline !important;
  font-weight: 700;
}
.delivery .change-this-location {
  position: relative;
  text-decoration: none;
}
.delivery .change-this-location::after {
  content: '';
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  background-image: url('../../../../content/dam/global/insidepass/icons/pencil-icon.svg');
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0.125rem;
  background-repeat: no-repeat;
}
@media (min-width: 48rem) {
  .delivery__change-location,
  .delivery .link-btn.change-this-location {
    font-size: 0.875rem;
  }
  .delivery__change-location *,
  .delivery .link-btn.change-this-location * {
    font-size: 0.875rem;
  }
}
.delivery__sticky-section {
  padding-top: 1.25rem;
}
@media (min-width: 48rem) {
  .delivery__sticky-section {
    display: none;
  }
}
.delivery__sticky-section .order-summary__check-out {
  margin-top: 0;
}
.delivery__sticky-section .order-summary__check-out__checkout-button.button {
  display: flex;
  background-color: #EEB111;
  color: #000;
  gap: 8px;
  min-width: 230px;
  border: 1px solid #EEB111;
  height: 46px;
  border-radius: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 30px;
  padding-left: 30px;
}
.delivery__sticky-section .order-summary__check-out__checkout-button.button:hover {
  background-color: #d99e02;
}
.delivery__sticky-section .order-summary__check-out__checkout-button.button:disabled {
  background-color: #D5D5D5;
  border: 1px solid  #D5D5D5;
  color: #5B5B5B;
}
.delivery__sticky-section .order-summary__check-out__checkout-button.button:disabled path.svg-secure-icon {
  stroke: #5B5B5B;
}
.delivery__sticky-section .order-summary__check-out__checkout-button.button[disabled]:hover {
  background-color: #D5D5D5;
  border: 1px solid  #D5D5D5;
  color: #5B5B5B;
}
.delivery__sticky-section .order-summary__check-out__checkout-button.button[disabled]:hover path.svg-secure-icon {
  stroke: #5B5B5B;
}
.delivery__sticky-section .pay-with-paypal-container {
  display: block;
}
.delivery__sticky-section .order-summary__paypal-message.form-text {
  display: block;
  margin-top: 0.375rem;
}
@media (max-width: 48rem) {
  .delivery.sticky::after {
    content: "";
    display: block;
    margin-top: inherit;
  }
}
.delivery.sticky .delivery__sticky-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-right: .625rem;
  padding-left: .625rem;
  border-bottom: .125rem solid #e2e2e2;
  background: #fff;
  z-index: 3;
}

.remove-product-modal__content .modal-dialog {
  margin: 0;
}
.remove-product-modal__content .modal-dialog .modal-dialog-title {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  text-align: left !important;
}
.remove-product-modal__content .modal-dialog .modal-dialog-text {
  text-align: left !important;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #000;
}
@media (min-width: 48rem) {
  .remove-product-modal .remove-product-modal__content .modal-dialog .modal-dialog-text {
    font-size: 14px;
    line-height: 16.8px;
    height: 17px;
  }
  .remove-product-modal .remove-product-modal__product-picture {
    max-width: 512px;
  }
  .remove-product-modal .remove-product-modal__product-picture .product-name {
    font-size: 14px;
  }
}
.remove-product-modal .modal-dialog-title {
  margin-top: 1rem;
}
.remove-product-modal__product-picture {
  display: flex;
  gap: 1rem;
  border: 0.0625rem solid #d5d5d5;
  border-radius: 0.25rem;
  padding: 1rem;
  align-items: center;
  max-width: 292px;
  margin: 0 auto;
}
.remove-product-modal__product-picture .product-name {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.225rem;
  color: #000000;
  text-align: left;
}
.remove-product-modal__product-picture .product-picture-wrapper {
  max-width: 3rem;
}
.remove-product-modal .modal-dialog-text {
  margin-top: 1.5rem;
}
.remove-product-modal .modal-dialog-buttons {
  border: 0;
  padding: 0;
}
.remove-product-modal .modal-dialog-buttons .remove-cart-entry-button {
  padding: 0.375rem;
  margin: 0 auto;
  width: 100%;
}
.remove-product-modal .modal-dialog-buttons .trigger-modal-close {
  width: 0.75rem;
  height: 0.75rem;
  min-height: 0.75rem;
  font-size: 0;
  background-color: transparent;
  background-image: url("../../../../content/dam/global/whirlpool/icons/cart-v2-close-icon.svg");
  background-size: contain;
  border-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 17.46px;
  right: 1rem;
  padding: 0;
}
@media (min-width: 48rem) {
  .remove-product-modal__product-picture {
    max-width: 346px;
  }
  .remove-product-modal__product-picture .product-name {
    font-size: 14px;
  }
  .remove-product-modal .modal-dialog-buttons .remove-cart-entry-button {
    font-size: 1rem;
  }
  .remove-product-modal .modal-dialog-buttons .trigger-modal-close {
    height: 0.833125rem;
    width: 0.833125rem;
  }
}
@media (min-width: 48rem) {
  .remove-product-modal .modal-dialog-buttons .remove-cart-entry-button {
    max-width: 127px;
  }
  .remove-product-modal .modal-dialog-buttons .trigger-modal-close:hover,
  .remove-product-modal .modal-dialog-buttons .trigger-modal-close:focus {
    background-color: transparent;
  }
}

.back-to-top-trigger {
  display: none!important;
  border-radius: 50%;
  background-color: #1c3a71;
  color: #ffffff;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: 0.125rem 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0.125rem 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0.125rem 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.25);
}
.back-to-top-trigger:hover {
  background-color: #2a5daf;
  color: #ffffff;
}
.back-to-top-trigger .back-to-top-caret {
  position: absolute;
  top: .25rem;
  left: .625rem;
}
.back-to-top-trigger .back-to-top-text {
  position: absolute;
  bottom: .438rem;
  left: 30%;
  text-transform: none;
  display: block;
}

.cart-global-message {
  font-size: .875rem;
  padding: 0;
  /* i18n */
}
.cart-global-message a {
  color: #2a5daf;
}
@media (min-width: 47.937rem) {
  .cart-global-message {
    padding: 1rem 0;
  }
  .show-icon-global-error-messages .cart-global-message {
    padding: 0;
  }
}

.availability-changed-modal__close-dialog-btn {
  font-family: Roboto, sans-serif;
  padding: 0.75rem 1.25rem !important;
}
.availability-changed-modal__dialog-header-text {
  text-transform: lowercase;
}
.availability-changed-modal__dialog-header-text::first-letter {
  text-transform: uppercase;
}
.availability-changed-modal__close-btn .icon {
  fill: #000000;
  width: 13.10px;
  height: 13.10px;
}
.availability-changed-modal__dialog-checkout-subheader a {
  color: #000;
  font-weight: 700;
}
.availability-changed-modal__remove-cart-entry-button.button {
  width: 168px;
  height: 32px;
  margin-top: 16px;
}
@media (min-width: 48rem) {
  .availability-changed-modal__product-row .g-row {
    width: 477px;
  }
  .availability-changed-modal__product-row .g-col-9 {
    display: flex;
    max-width: 100%;
    flex-grow: 1;
    margin: 0px !important;
    margin-left: 0px;
    align-items: center;
  }
  .availability-changed-modal__product-row .g-col-3 {
    max-width: 15%;
  }
  .availability-changed-modal__product-row .availability-changed-modal__remove-cart-entry-button.button {
    width: 200px;
    height: 32px;
    margin-top: 0px !important;
  }
}
p.availability-changed-modal__dialog-checkout-subheader-text {
  color: #000000;
}
.availability-changed-modal__unavailable-items-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 18.25rem;
  width: 100%;
  margin: 0;
}
.availability-changed-modal__item-wrapper {
  order: 1;
}
.availability-changed-modal__unavailable-checkout-wrapper {
  padding-bottom: 0rem;
}
.availability-changed-modal__dialog-checkout-subheader {
  order: 2;
  max-width: 18.25rem;
  width: fit-content;
  margin: 0.5rem auto 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.05rem;
  text-align: left;
  color: #000000;
}
.availability-changed-modal__check-back-later {
  font-size: 14px;
  max-width: 32.5rem;
  margin: 2rem auto 0px;
  color: #000000;
  text-align: left;
}
.availability-changed-modal__modal-body {
  display: flex;
  flex-direction: column;
}
.availability-changed-modal__products .modal-product-with-service-row {
  margin-bottom: 1rem;
}
.availability-changed-modal__products .modal-product-with-service-row .g-col-md-9 {
  align-self: center;
  font-weight: bold;
}
.availability-changed-modal__products .modal-product-with-service-row .tooltip-trigger {
  text-decoration: none;
}
.availability-changed-modal__service-divider {
  display: none;
}
.availability-changed-modal__product-row .g-col-9 {
  align-self: center;
  font-weight: bold;
}
.availability-changed-modal__product-row a,
.availability-changed-modal__product-row a:hover {
  font-weight: normal;
  text-decoration: none;
  color: inherit;
}
.availability-changed-modal .tooltip-trigger {
  display: block;
  margin: 0 0.0625rem;
}
.availability-changed-modal__dialog-checkout-subheader a {
  font-family: Roboto, sans-serif;
}
.availability-changed-modal img {
  margin-left: auto;
  margin-right: auto;
  max-width: 44px;
  max-height: 92px;
}
.availability-changed-modal__prod-name-container {
  text-align: left;
}
.availability-changed-modal__service-name {
  margin-bottom: 1rem;
  border-bottom: 0.1rem #e2e2e2 solid;
  padding: 0.5rem;
}
.availability-changed-modal__item-border {
  border: 0.0625rem #d5d5d5 solid;
  border-radius: 0rem;
  padding: 1rem;
}
.availability-changed-modal__item {
  margin-top: 1rem;
}
.availability-changed-modal__prod-name {
  font-weight: bold;
  line-height: 1.05rem;
  font-size: 14px;
  overflow: hidden;
  color: #000000;
  text-align: left;
}
.availability-changed-modal__prod-name a,
.availability-changed-modal__prod-name a:hover {
  text-decoration: none;
  font-weight: unset;
}
@media all and (min-width: 48rem) {
  .availability-changed-modal__prod-name {
    padding-right: 1rem;
    font-size: 14px;
  }
}
.availability-changed-modal__dialog-buttons {
  margin-top: 1.5rem;
}
.availability-changed-modal__remove-cart-entry-button.button,
.availability-changed-modal__remove-cart-entry-button.button:hover,
.availability-changed-modal__remove-cart-entry-button.button:focus,
.availability-changed-modal__remove-cart-entry-button.button:disabled,
.availability-changed-modal__remove-cart-entry-button.button:disabled:hover {
  color: black;
  background: none;
  border: 1px solid #000000;
  text-decoration: none;
  padding: 0 6px;
  border-radius: 0px;
}
.availability-changed-modal__remove-cart-entry-button .button__text {
  font-size: 12px;
}
.availability-changed-modal__button-wrapper {
  display: flex;
  justify-content: flex-start;
  padding: 0rem;
}
@media (min-width: 48rem) {
  .availability-changed-modal__item-border {
    padding: 0.75rem 1.09375rem;
  }
  .availability-changed-modal__unavailable-items-wrapper {
    max-width: 32rem;
  }
  .availability-changed-modal__dialog-checkout-subheader {
    max-width: 32rem;
  }
}
@media only screen and (max-width: 48rem) {
  .availability-changed-modal__dialog-checkout-subheader {
    font-size: 14px;
  }
  .availability-changed-modal__check-back-later {
    font-size: 14px;
  }
  .availability-changed-modal__dialog-checkout-subheader .availability-changed-modal__dialog-checkout-subheader-text {
    font-size: 14px;
  }
  .availability-changed-modal__remove-cart-entry-button .button__text {
    font-size: 12px;
  }
}

.change-location-modal__zip-code .location-value {
  color: #000000;
}
.change-location-modal__submit-btn.button {
  font-family: Roboto, sans-serif;
}
.change-location-modal__header {
  text-transform: uppercase;
}
@media (max-width: 32rem) {
  .change-location-modal__description,
  .change-location-modal__header {
    text-align: center !important;
  }
}
@media (min-width: 47.937rem) {
  .change-location-modal__zip-code--error {
    width: 32rem;
  }
}
.change-location-modal__header-text {
  text-transform: lowercase;
}
.change-location-modal__header-text::first-letter {
  text-transform: uppercase;
}
.change-location-modal__close-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.change-location-modal__content {
  position: relative;
  display: block;
  margin: 0;
  background: #ffffff;
  overflow: auto;
  outline: none;
  max-width: 49.5rem;
}
.change-location-modal__header {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  text-align: left;
  color: #000000;
}
.change-location-modal__header .location-value {
  display: none;
}
.change-location-modal__description {
  width: 100%;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.05rem;
  text-align: left;
}
.change-location-modal__zip-code {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 7.4375rem;
}
.change-location-modal__zip-code-label,
.change-location-modal__zip-code--value {
  text-align: left;
}
.change-location-modal__zip-code-label {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  font-weight: 700;
  line-height: 1.05rem;
  display: block;
}
.change-location-modal__zip-code-label .location-value {
  margin-left: 0.1875rem;
}
.change-location-modal__zip-code--value,
.change-location-modal__submit-btn.button {
  width: 100%;
  max-width: 32rem;
}
.change-location-modal__zip-code--value {
  border-radius: 0rem;
  background: #ffffff;
  border: 0.0625rem solid #d5d5d5;
  padding: 0.78125rem 0.5rem;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.04375rem;
  color: #5b5b5b;
}
.change-location-modal__zip-code--value.error {
  border-color: #c80a33;
}
.change-location-modal__zip-code--error {
  display: block;
  color: #c80a33;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 0.75rem;
  max-width: 32rem;
  transform: translateX(0.1%);
  margin-bottom: 1rem;
}
.change-location-modal__zip-code--error::before {
  content: '';
  position: absolute;
  height: 0.875rem;
  width: 32rem;
  background-image: url('../../../../content/dam/global/whirlpool/icons/attention-icon.svg');
  top: 0;
  transform: translateY(50%);
  margin-left: 0.125rem;
  background-repeat: no-repeat;
}
.change-location-modal__zip-code--error .icon {
  display: inline-block;
  margin-right: 0.125rem;
}
.change-location-modal__error-block {
  display: flex;
  line-height: 1rem;
  align-items: flex-start;
  padding: 0.375rem 0 0.25rem 0;
  margin-right: 0.375rem;
}
.change-location-modal__error-block svg {
  width: 0.65rem;
  margin: 0 0.75rem 0 0.375rem;
  visibility: hidden;
}
.change-location-modal__submit-btn.button {
  padding: 0.375rem;
  background-color: #e0942f;
  border-radius: 0.25rem;
  color: #000000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  display: block;
  margin: 0 auto;
  min-height: 2.8125rem;
  white-space: normal;
  word-wrap: break-word;
  min-width: fit-content;
}
.change-location-modal__submit-btn.button:disabled {
  background-color: #d5d5d5;
  color: #5b5b5b;
  cursor: default;
}
.change-location-modal__submit-btn.button:hover {
  background-color: #bc7618;
}
.change-location-modal__submit-btn.button[disabled]:hover {
  background-color: #d5d5d5;
  color: #5b5b5b;
  cursor: default;
}
.change-location-modal__suggestions-btn.button {
  margin: 0.5rem 0 0;
  width: 100%;
  font-size: 1rem;
}
@media (min-width: 48rem) {
  .change-location-modal__header {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .change-location-modal__description {
    font-size: 0.875rem;
    line-height: 1.05rem;
    max-width: 34.25rem;
    margin: 0 auto 1.5rem auto;
  }
  .change-location-modal__submit-btn.button {
    max-width: 11.375rem;
  }
}

html[data-lang="fr_CA"] .order-summary-v2__title-count {
  display: block;
}
.order-summary-v2 {
  background-color: #f2f2f2;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  margin-bottom: 1rem;
}
.order-summary-v2__header {
  font-family: Roboto, sans-serif;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.order-summary-v2__title {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.75rem;
  color: #000000;
}
.order-summary-v2__title-count {
  font-weight: 400;
  line-height: 1.05rem;
  color: #000000;
  font-size: 0.75rem;
}
@media (min-width: 48rem) {
  .order-summary-v2__title-count {
    font-size: 0.75rem;
  }
}
.order-summary-v2__tax-subtitle {
  font-weight: 400;
  color: #000000;
  font-size: 0.75rem;
}
.order-summary-v2__title-container {
  display: inline-flex;
  flex-direction: column;
  line-height: unset;
}
.order-summary-v2__title-total-price {
  font-size: 1.25rem;
  color: #000000;
  font-family: Roboto, sans-serif;
  line-height: 1.5rem;
  font-weight: 700;
  white-space: nowrap;
}
.order-summary-v2 .order-summary-v2__price-row {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.05rem;
  color: #000000;
}
.order-summary-v2 .order-summary__price-line-separator {
  position: static;
  width: 100%;
  transform: none;
}
.order-summary-v2 .expandable-panel__label {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.05rem;
  color: #000000;
}
.order-summary-v2 .expandable-panel__label svg {
  height: 0.625rem;
}
.order-summary-v2 .expandable-panel__label svg path {
  fill: #5b5b5b;
}
.order-summary-v2 .expandable-panel__content {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.05rem;
  color: #000000;
}
.order-summary-v2 .order-summary__discounted-price {
  color: #008800;
}
.order-summary-v2 .order-summary-discount-price-dash,
.order-summary-v2 .order-summary-discount-price-value {
  color: #008800;
  font-weight: 400;
}
.order-summary-v2 .order-summary-promotions .expandable-panel {
  color: #008800;
  font-size: 0.875rem;
}
.order-summary-v2 .order-summary-promotions .order-summary-promotion-details.link-btn svg {
  transform: rotate(-180deg);
  transition: transform 0.2s ease-in-out;
  height: 0.625rem;
}
.order-summary-v2 .order-summary-promotions .order-summary-promotion-details.link-btn svg path {
  fill: #5b5b5b;
}
.order-summary-v2 .order-summary-promotions .order-summary-promotion-details.link-btn.collapsed svg {
  transform: rotate(0deg);
}
.order-summary-v2 .order-summary-promotions .order-summary-promotion-details.link-btn:focus {
  outline: none;
}
.order-summary-v2 .order-summary-promotions > .order-summary-promotions .g-row.price-row .order-summary-icons {
  display: none;
}
.order-summary-v2 .order-summary-promotions > .order-summary-promotions .g-row.price-row .order-summary-promo-code {
  padding-left: 0.75rem;
}
.order-summary-v2 .order-summary-promotions > .order-summary-promotions .g-row.price-row .order-summary-promo-code p {
  color: #5b5b5b;
  font-size: 0.875rem;
}
.order-summary-v2 .order-summary__price-row-tooltip {
  position: relative;
}
.order-summary-v2 .order-summary__price-row-tooltip-icon {
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin: 0 0.5rem 0 0;
}
.order-summary-v2 .order-summary__price-section {
  align-items: center;
  color: #000000;
}
.order-summary-v2 .order-summary__price-row {
  font-size: 0.875rem;
}
.order-summary-v2 .order-summary__price-row--member-saving,
.order-summary-v2 .order-summary__price-row--special-saving {
  font-weight: 400;
}
.order-summary-v2 .order-summary__price-row--merchandise-saving {
  color: #008800;
}
.order-summary-v2 .price-row {
  margin-bottom: 0;
}
.order-summary-v2 .order-summary__price-row-estimated-total {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #000000;
}
.order-summary-v2 .tooltip {
  margin-left: 0.625rem;
  position: relative;
}
.order-summary-v2 .tooltip svg {
  min-height: 1.0625rem;
  min-width: 1.0625rem;
}
.order-summary-v2 .tooltip svg:hover path {
  stroke: #000000;
  stroke-width: 2px;
}
.order-summary-v2 .tooltip svg path {
  stroke: #5B5B5B;
  stroke-width: 2px;
}
.order-summary-v2 .tooltip__content {
  position: absolute;
  background-color: #000000;
  max-width: min(90vw, 310px);
  width: max-content;
  transform: translate(0, 8%);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #ffffff;
  border: 0.0625rem solid #000000;
  font-family: Roboto, sans-serif;
  padding: 0.625rem;
  z-index: 1000;
}
.order-summary-v2 .tooltip__content > * {
  font-size: inherit;
  font-weight: inherit;
  margin: inherit;
}
.order-summary-v2 .tooltip .service-description {
  padding-left: 0.9375rem;
}
.order-summary-v2 .tooltip .service-description__item.italic {
  font-style: italic;
}
.order-summary-v2 .order-summary-v2__tax-label-container {
  display: flex;
  flex-direction: row;
  color: #000000;
}
.order-summary-v2 .order-summary-v2__tax-label-container .tooltip__content {
  max-width: 15.375rem;
  text-align: center;
}
.order-summary-v2-promo-code {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.order-summary-v2-promo-code:has(.order-summary-v2-promo-code__applied-entry-section) .order-summary-v2-promo-code__apply__label {
  color: #000000;
}
.order-summary-v2-promo-code__apply {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.order-summary-v2-promo-code__apply .order-summary-v2-promo-code__icon {
  background-image: url("../../../../content/dam/global/insidepass/icons/20SavingsPromo.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 1.25rem;
  width: 1.25rem;
}
.order-summary-v2-promo-code__apply:has(.order-summary-v2-promo-code__icon-caret.opened) .order-summary-v2-promo-code__apply__label {
  color: #000000;
}
.order-summary-v2-promo-code__apply__label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-family: Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.1875rem;
  color: #5b5b5b;
}
.order-summary-v2-promo-code__apply__label:hover {
  color: #000000;
}
.order-summary-v2-promo-code__apply__label .order-summary-v2-promo-code__icon-caret {
  background-image: url("../../../../content/dam/global/insidepass/icons/24ChevronDownArrow.svg");
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.2s ease-in-out;
  color: #5B5B5B;
}
.order-summary-v2-promo-code__apply__label .order-summary-v2-promo-code__icon-caret.opened {
  transform: rotate(-180deg);
}
.order-summary-v2-promo-code__input-field {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  max-height: 0;
  transition: max-height 0.2s ease-in-out;
  overflow: hidden;
}
.order-summary-v2-promo-code__input-field.opened {
  max-height: 6.25rem;
}
.order-summary-v2-promo-code__input-field:has(.order-summary-v2-promo-code__validation.visible) .order-summary-v2-promo-code__input {
  border: 1px solid #C80A33;
}
.order-summary-v2-promo-code__input-field .order-summary-v2-promo-code__input {
  display: flex;
  border: 0.0625rem solid #d5d5d5;
  border-radius: 0.25rem;
  padding: 0.375rem;
  background-color: #ffffff;
  justify-content: space-between;
}
.order-summary-v2-promo-code__input-field .order-summary-v2-promo-code__input:focus-within {
  border-color: #000000;
}
.order-summary-v2-promo-code__input-field .order-summary-v2-promo-code__input input {
  border: none;
  padding-left: .25rem;
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.1875rem;
  color: #222222;
  flex-grow: 2;
  height: 34px;
}
.order-summary-v2-promo-code__input-field .order-summary-v2-promo-code__input input:focus {
  outline: none;
}
.order-summary-v2-promo-code__input-field .order-summary-v2-promo-code__input__apply-btn {
  display: none;
  transition: opacity 0.2s ease-in-out;
  padding: 0.625rem 1rem;
  height: auto;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: #000000;
  text-transform: capitalize;
}
.order-summary-v2-promo-code__input-field .order-summary-v2-promo-code__input__apply-btn.visible {
  display: flex;
}
.order-summary-v2-promo-code__input-field .order-summary-v2-promo-code__input__apply-btn:hover,
.order-summary-v2-promo-code__input-field .order-summary-v2-promo-code__input__apply-btn:focus {
  background-color: transparent;
  color: #000000;
}
.order-summary-v2-promo-code__validation {
  display: none;
  gap: 0.375rem;
  padding: 0.375rem 0;
}
.order-summary-v2-promo-code__validation.visible {
  display: flex;
}
.order-summary-v2-promo-code__validation .order-summary-v2-promo-code__icon-warning {
  background-image: url("../../../../content/dam/global/insidepass/icons/attention-icon.svg");
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
}
.order-summary-v2-promo-code__validation-icon-warn {
  display: flex;
}
.order-summary-v2-promo-code__validation-message {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 0.75rem;
  color: #c80a33;
}
.order-summary-v2-promo-code__applied-entry__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.order-summary-v2-promo-code__applied-entry__wrapper .order-summary-v2-promo-code__applied-entry__temp-wrapper {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3rem;
  padding: 0.5rem 0.625rem;
  border: 0.03125rem dashed #008800;
  border-radius: 0.125rem;
  background-color: #fbfaf6;
}
.order-summary-v2-promo-code__applied-entry__wrapper .order-summary-v2-promo-code__applied-entry__temp-wrapper .order-summary-v2-promo-code__applied-entry__temp {
  display: flex;
  padding: 0 0.75rem;
  height: 100%;
  width: 100%;
  gap: 0.75rem;
  align-items: center;
}
.order-summary-v2-promo-code__applied-entry__wrapper .order-summary-v2-promo-code__applied-entry__temp-wrapper .order-summary-v2-promo-code__applied-entry__temp-icon {
  background-image: url("../../../../content/dam/global/insidepass/icons/icon-promo-applied.svg");
  width: 0.875rem;
  height: 0.875rem;
  background-repeat: no-repeat;
  background-position: center;
}
.order-summary-v2-promo-code__applied-entry__wrapper .order-summary-v2-promo-code__applied-entry__temp-wrapper .order-summary-v2-promo-code__applied-entry__temp-message {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.9rem;
  color: #008800;
}
.order-summary-v2-promo-code__applied-entry__wrapper .order-summary-v2-promo-code__applied-entry__temp-wrapper.hidden {
  visibility: hidden;
}
.order-summary-v2-promo-code__applied-entry__wrapper .order-summary-v2-promo-code__applied-entry__temp-wrapper:not(.hidden) {
  animation: hideElement .2s forwards;
  animation-delay: 4.8s;
}
.order-summary-v2-promo-code__applied-entry__wrapper .order-summary-v2-promo-code__applied-entry-section {
  display: flex;
  padding: 0.5rem 0.625rem;
  width: 100%;
  border: 0.03125rem dashed #008800;
  border-radius: 0.125rem;
  background-color: #ffffff;
}
.order-summary-v2-promo-code__applied-entry__wrapper .order-summary-v2-promo-code__applied-entry-section .order-summary-v2-promo-code__applied-entry {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.order-summary-v2-promo-code__applied-entry__wrapper .order-summary-v2-promo-code__applied-entry-section .order-summary-v2-promo-code__applied-entry__message {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.9rem;
  color: #008800;
}
.order-summary-v2-promo-code__applied-entry__wrapper .order-summary-v2-promo-code__applied-entry-section .order-summary-v2-promo-code__applied-entry__remove {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 1.875rem;
  height: 1.875rem;
}
.order-summary-v2-promo-code__applied-entry__wrapper .order-summary-v2-promo-code__applied-entry-section .order-summary-v2-promo-code__applied-entry__remove-icon {
  display: block;
  background-image: url("../../../../content/dam/global/insidepass/icons/cart-v2-trash-bin-icon.svg");
  width: 1.875rem;
  height: 1.875rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.order-summary-v2-promo-code__applied-entry__wrapper .order-summary-v2-promo-code__applied-entry-section .order-summary-v2-promo-code__applied-entry__remove-icon:hover {
  background-image: url("../../../../content/dam/global/insidepass/icons/cart-v2-trash-bin-hover-icon.svg");
}
.order-summary-v2 .expandable-panel__secondary-label-value {
  font-weight: 400;
}
.order-summary-v2 .order-summary__check-out__checkout-button {
  border-radius: 4 0.0625rem;
  background-color: #e0942f;
  color: #000000;
  display: flex;
  flex-direction: row;
  font-weight: 700;
  height: 2.875rem;
  gap: 0.5rem;
  font-size: 1rem;
}
.order-summary-v2 .order-summary__check-out__checkout-button path.svg-secure-icon {
  stroke: #000000;
  stroke-width: 1.5px;
}
.order-summary-v2 .order-summary__check-out__checkout-button:hover {
  border: 1px solid #e0942f;
  background-color: #bc7618;
}
.order-summary-v2 .order-summary__check-out__checkout-button:disabled {
  background-color: #D5D5D5;
  color: #5B5B5B;
}
.order-summary-v2 .order-summary__check-out__checkout-button:disabled path.svg-secure-icon {
  stroke: #5B5B5B;
}
.order-summary-v2 .order-summary__check-out__checkout-button[disabled]:hover {
  background-color: #D5D5D5;
  color: #8E8E8F;
}
.order-summary-v2 .order-summary__check-out__checkout-button[disabled]:hover path.svg-secure-icon {
  stroke: #5B5B5B;
}
.order-summary-v2 .order-summary__check-out__checkout-button svg {
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
}
@media (max-width: 47.9375rem) {
  .order-summary-v2 .order-summary__check-out__checkout-button {
    display: none;
  }
}
.order-summary-v2 .order-summary__paypal-button-section,
.order-summary-v2 .apple-pay-button-section,
.order-summary-v2 .order-summary__check-out {
  margin-top: 0;
}
.order-summary-v2 .order-summary__paypal-button-section .button {
  height: 2.875rem;
  border-radius: 0.0625rem solid #d5d5d5;
  border-radius: 4 0.0625rem;
  background-color: #FFFFFF;
}
.order-summary-v2 .order-summary__paypal-button-section .button:hover {
  border: 0.0625rem solid #000000;
}
.order-summary-v2 .order-summary__paypal-button-section .button .order-summary__button-paypal-text {
  text-transform: none;
  font-weight: 700;
  font-size: 0.875rem;
  color: #000000;
}
.order-summary-v2 .order-summary__paypal-button-section .order-summary__paypal-message {
  color: #5b5b5b;
  font-size: 0.625rem;
  line-height: 0.75rem;
  text-align: center;
  font-weight: 400;
}
.order-summary-v2 .expandable-panel__content .order-summary__price-row .g-col-7 {
  color: #5b5b5b;
}
.order-summary-v2 .g-col-1,
.order-summary-v2 .g-col-2,
.order-summary-v2 .g-col-3,
.order-summary-v2 .g-col-4,
.order-summary-v2 .g-col-5,
.order-summary-v2 .g-col-6,
.order-summary-v2 .g-col-7,
.order-summary-v2 .g-col-8,
.order-summary-v2 .g-col-9 {
  padding-right: 0;
  padding-left: 0;
}
.order-summary-v2 .order-summary__details {
  --g-row-custom-margin-right: 0;
  --g-row-custom-margin-left: 0;
  margin-top: 0.25rem;
}
.order-summary-v2 .affirm-config {
  text-align: center;
}
.order-summary-v2 .affirm-config .affirm-as-low-as br {
  display: none;
}
.order-summary-v2 .affirm-config p {
  font-size: 0.625rem;
  line-height: 0.75rem;
  color: #000000;
}
.order-summary-v2 .affirm-config a {
  font-size: 0.625rem;
  line-height: 0.75rem;
  color: #5b5b5b;
  padding-left: 4px;
  text-decoration: underline;
}
.order-summary-v2 .affirm-config span.affirm-ala-price {
  font-weight: 700;
}
@media (min-width: 48rem) {
  .order-summary-v2 .affirm-config p {
    font-size: 0.75rem;
    line-height: 0.9rem;
  }
}
.order-summary-v2 .order-summary__apple-pay-button-section:empty {
  display: none;
}
.order-summary-v2 .order-summary-icons.order-summary-remove-promotion-container {
  display: none;
}
.order-summary-v2 .rte-text-section p {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .apple-pay-button {
    border-radius: 0px !important;
    margin-top: 6px;
  }
}
.order-summary__check-out svg {
  height: 20px !important;
}
.order-summary__check-out svg path.svg-secure-icon {
  stroke: #000000;
}
@media (min-width: 48rem) {
  .order-summary-v2-promo-code__apply__label {
    font-size: 0.875rem;
    line-height: 1.05rem;
  }
  .order-summary-v2-promo-code__input-field .order-summary-v2-promo-code__input input {
    font-size: 0.875rem;
  }
  .order-summary-v2-promo-code__input-field .order-summary-v2-promo-code__input__apply-btn {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 0.875rem;
    color: #000000;
  }
}
@media (max-width: 64rem) {
  .order-summary-v2-promo-code__apply__label {
    font-size: 0.75rem;
  }
  .order-summary-v2-promo-code__input-field .order-summary-v2-promo-code__input__apply-btn {
    font-size: 0.75rem;
  }
}
@keyframes hideElement {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.order-summary-promo-apply-section .button.button-grey.button-full {
  color: #2a5daf;
  font-family: Roboto, sans-serif;
  font-size: .875rem;
  letter-spacing: 0;
  padding: unset;
  text-transform: none;
  font-weight: 700;
}
.order-summary-promo-apply-section .order-summary-enter-code {
  font-size: .875rem;
  font-weight: 400;
}
.order-summary-promo-apply-section .apply-promotion-code-section__action-wrapper .order-summary-promo-code-text-field {
  padding-right: 1.625rem;
}
.order-summary-promo-apply-section .apply-promotion-code-section__action-wrapper .button.button-grey.button-full {
  max-height: 2.5rem;
  width: 8.125rem;
}

.affirm-total-amount-message {
  margin-bottom: 0.3em;
  white-space: nowrap;
}
.affirm-modal-trigger {
  font-weight: 400;
  font-size: 0.625em;
  color: #2a5daf;
  text-decoration: none;
}
.affirm-as-low-as {
  font-weight: 400;
  font-size: .875rem;
}

.interstitial-modal {
  background: #fff;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.interstitial-modal-delivery__radio-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.interstitial-modal .tooltip {
  margin-left: 0.625rem;
  position: relative;
}
.interstitial-modal .tooltip svg {
  min-height: 1rem;
  min-width: 1rem;
}
.interstitial-modal .tooltip__content {
  position: absolute;
  background-color: #000000;
  max-width: min(90vw, 310px);
  width: max-content;
  transform: translate(0, 8%);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #ffffff;
  border: 0.0625rem solid #000000;
  font-family: "Roboto", sans-serif;
  padding: 0.625rem;
  z-index: 1000;
}
.interstitial-modal .tooltip__content > * {
  font-size: inherit;
  font-weight: inherit;
  margin: inherit;
}
.interstitial-modal .tooltip .service-description {
  padding-left: 0.9375rem;
}
.interstitial-modal .tooltip .service-description__item.italic {
  font-style: italic;
}
.interstitial-modal::-webkit-scrollbar {
  display: none;
}
.interstitial-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(46, 46, 46, 0.9);
  z-index: 1050;
  overflow: scroll;
}
.interstitial-modal-product-card {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(39, 3, 9, 0.3);
}
.interstitial-modal-product-card__check-mark-icon svg {
  height: 2rem !important;
  display: inline-block;
}
.interstitial-modal-product-card__icons {
  display: none;
}
.interstitial-modal-product-card__product-subscription {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.interstitial-modal-product-card__product-subscription-icon {
  width: 1.4rem;
  height: 1.4rem;
}
.interstitial-modal-product-card__product-subscription-icon svg {
  width: 1.4rem;
  height: 1.4rem;
  display: inline-block;
}
.interstitial-modal-product-card__product-subscription-label {
  margin-left: .5rem;
  font-size: .75rem;
  font-weight: bold;
}
.interstitial-modal-product-card__header {
  display: flex;
  align-items: center;
}
.interstitial-modal-product-card__error-title {
  display: none;
}
.interstitial-modal-product-card__success-title,
.interstitial-modal-product-card__error-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.interstitial-modal-product-card__header-title {
  font-size: 1.25rem;
  margin-left: .5rem;
}
.interstitial-modal-product-card__appliances-quantity {
  font-size: .75rem;
  margin-left: 2.5rem;
}
.interstitial-modal-product-card__item {
  display: flex;
  padding-bottom: 4.75rem;
}
.interstitial-modal-product-card__header-container {
  width: 100%;
  display: flex;
  margin: 0 1rem;
  padding: 1.5rem 0 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.interstitial-modal-product-card__container {
  width: 100%;
}
.interstitial-modal-product-card__container {
  padding: 1.5rem;
}
.interstitial-modal-product-card__product-image-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: .5rem;
  height: 6.75rem;
}
.interstitial-modal-product-card__product-image {
  max-height: 100%;
}
.interstitial-modal-product-card__product-title-text {
  width: 14rem;
  font-size: .875rem;
  line-height: 1.25rem;
  letter-spacing: normal;
  font-weight: bold;
  color: #000;
}
.interstitial-modal-product-card__product-title {
  margin-bottom: .5625rem;
}
.interstitial-modal-product-card__product-title:has(+ .marketplace-product-label) {
  margin-bottom: .375rem;
}
.interstitial-modal-product-card__product-specification {
  font-size: .75rem;
  margin-bottom: .5rem;
}
.interstitial-modal-product-card__product-specification-value {
  font-weight: 700;
  margin-left: 0.25rem;
}
.interstitial-modal-product-card__protection-plans {
  margin-top: 1.5rem;
  width: 100vw;
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.interstitial-modal-product-card__protection-plans-wrapper {
  margin-left: 1rem;
}
.interstitial-modal-product-card__protection-plans-header {
  display: flex;
  align-items: center;
  margin-bottom: .375rem;
}
.interstitial-modal-product-card__protection-plans-title {
  font-size: .75rem;
  margin-left: .1rem;
}
.interstitial-modal-product-card__protection-plans-body {
  display: flex;
  align-items: center;
}
.interstitial-modal-product-card__trigger {
  display: flex;
}
.interstitial-modal-product-card__protection-plan-select {
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 0 1.4rem 0 .2rem;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 1;
  background: transparent;
  font-weight: bold;
  font-size: .65rem;
}
.interstitial-modal-product-card__protection-plan-select::-ms-expand {
  display: none;
}
.interstitial-modal-product-card__protection-plan-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 2.5rem;
  line-height: 2.5rem;
  background: #fff;
  border: solid 1px rgba(127, 127, 127, 0.35);
}
.interstitial-modal-product-card__protection-plan-arrow {
  position: absolute;
  top: .6875rem;
  right: .5rem;
}
.interstitial-modal-product-card__protection-plan-arrow::before {
  content: '';
  display: block;
  width: .75rem;
  height: .75rem;
  transform: rotate(45deg);
  border: solid black;
  border-width: 0 3px 3px 0;
}
.interstitial-modal-product-card__protection-plans-learn-more {
  margin-left: .25rem;
}
.interstitial-modal-product-card__protection-plans-learn-more a {
  font-size: .65rem;
  font-weight: normal;
}
.interstitial-modal-product-card__delivery-container {
  width: 100%;
}
.interstitial-modal-product-card__delivery {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  min-height: 2.1875rem;
  font-size: 1rem;
  padding: .5625rem 2rem;
}
.interstitial-modal-product-card__delivery-date {
  color: #008800;
}
.interstitial-modal-product-card .horizontal-line {
  content: '';
  height: 0.0625rem;
  display: block;
  margin: 0 2rem;
  background: #000;
  opacity: 0.2;
}
.interstitial-modal-product-card__main-cta {
  display: none;
}
.interstitial-modal-product-card__product-data .marketplace-product-label {
  width: 14rem;
}
.interstitial-modal-product-card__product-data .marketplace-product-label span {
  text-decoration: underline;
}
.interstitial-modal-delivery__content-spot__content-exists.g-row,
.interstitial-modal-installation__content-spot__content-exists.g-row {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  box-shadow: 0 4px 8px 0 rgba(39, 3, 9, 0.3);
  background-color: #fff;
}
.interstitial-modal-delivery__content-spot--top.g-row,
.interstitial-modal-installation__content-spot--top.g-row {
  box-shadow: none;
}
.interstitial-modal-delivery__content-spot__content-exists > .g-col,
.interstitial-modal-installation__content-spot__content-exists > .g-col {
  padding: 0;
}
.interstitial-modal-delivery .green,
.interstitial-modal-installation .green {
  color: #008800;
}
.interstitial-modal-delivery .upper,
.interstitial-modal-installation .upper {
  text-transform: uppercase;
}
.interstitial-modal-delivery__header:not(.ka-hide),
.interstitial-modal-installation__header:not(.ka-hide) {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1rem;
  margin-top: 1rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2);
  padding-bottom: 1rem;
}
.interstitial-modal-delivery__header-icon,
.interstitial-modal-installation__header-icon {
  display: inline-block;
}
.interstitial-modal-delivery__header-icon svg,
.interstitial-modal-installation__header-icon svg {
  width: 1.875rem;
  height: 1.5rem !important;
  margin-right: .625rem;
}
.interstitial-modal-delivery__header-icon img,
.interstitial-modal-installation__header-icon img {
  max-width: 1.875rem;
  max-height: 1.5rem;
  margin-right: .625rem;
}
.interstitial-modal-delivery__no-options,
.interstitial-modal-installation__no-options {
  padding: 0;
}
.interstitial-modal-delivery__options__error,
.interstitial-modal-installation__options__error {
  color: #c80a33;
  margin-bottom: -0.5rem;
  padding-top: 0.5rem;
}
.interstitial-modal-delivery__options :last-child,
.interstitial-modal-installation__options :last-child {
  margin-bottom: 0;
}
.interstitial-modal-delivery__title-section,
.interstitial-modal-installation__title-section {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0.5rem 0 1rem 0;
}
.interstitial-modal-delivery__title,
.interstitial-modal-installation__title {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
}
.interstitial-modal-delivery__policy,
.interstitial-modal-installation__policy {
  font-weight: normal;
  color: #353535;
  font-size: 0.75rem;
  margin-left: 0.5rem;
}
.interstitial-modal-delivery__price,
.interstitial-modal-installation__price {
  font-weight: bold;
}
.interstitial-modal-delivery__radio-container,
.interstitial-modal-installation__radio-container,
.interstitial-modal-delivery__checkbox-container,
.interstitial-modal-installation__checkbox-container {
  position: relative;
  padding-left: 1.625rem;
  margin-bottom: 1rem;
  cursor: pointer;
  font-size: 0.875rem;
}
.interstitial-modal-delivery__radio-container.disabled,
.interstitial-modal-installation__radio-container.disabled,
.interstitial-modal-delivery__checkbox-container.disabled,
.interstitial-modal-installation__checkbox-container.disabled {
  opacity: .5;
}
.interstitial-modal-delivery__radio-container-included-copy,
.interstitial-modal-installation__radio-container-included-copy,
.interstitial-modal-delivery__checkbox-container-included-copy,
.interstitial-modal-installation__checkbox-container-included-copy {
  opacity: .5;
}
.interstitial-modal-delivery__radio-container input,
.interstitial-modal-installation__radio-container input,
.interstitial-modal-delivery__checkbox-container input,
.interstitial-modal-installation__checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.interstitial-modal-delivery__radio-container input:checked ~ .check-mark:after,
.interstitial-modal-installation__radio-container input:checked ~ .check-mark:after,
.interstitial-modal-delivery__checkbox-container input:checked ~ .check-mark:after,
.interstitial-modal-installation__checkbox-container input:checked ~ .check-mark:after {
  display: block;
}
.interstitial-modal-delivery__radio-container input:focus + .check-mark,
.interstitial-modal-installation__radio-container input:focus + .check-mark,
.interstitial-modal-delivery__checkbox-container input:focus + .check-mark,
.interstitial-modal-installation__checkbox-container input:focus + .check-mark {
  outline: dotted 0.125rem #222;
}
.interstitial-modal-delivery__radio-container .check-mark,
.interstitial-modal-installation__radio-container .check-mark,
.interstitial-modal-delivery__checkbox-container .check-mark,
.interstitial-modal-installation__checkbox-container .check-mark {
  position: absolute;
  top: 0;
  left: 0;
  border: 0.0625rem solid #000;
}
.interstitial-modal-delivery__radio-container .check-mark:after,
.interstitial-modal-installation__radio-container .check-mark:after,
.interstitial-modal-delivery__checkbox-container .check-mark:after,
.interstitial-modal-installation__checkbox-container .check-mark:after {
  content: '';
  position: absolute;
  display: none;
}
.interstitial-modal-delivery__radio-container,
.interstitial-modal-installation__radio-container {
  display: block;
}
.interstitial-modal-delivery__radio-container .check-mark,
.interstitial-modal-installation__radio-container .check-mark {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 50%;
  background: #ffffff;
}
.interstitial-modal-delivery__radio-container .check-mark:after,
.interstitial-modal-installation__radio-container .check-mark:after {
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background: #000;
}
.interstitial-modal-delivery__radio-container .interstitial-delivery__radio-input:checked ~ .interstitial-modal-delivery__option-label,
.interstitial-modal-installation__radio-container .interstitial-delivery__radio-input:checked ~ .interstitial-modal-delivery__option-label {
  font-weight: 700;
}
.interstitial-modal-delivery__checkbox-container,
.interstitial-modal-installation__checkbox-container {
  display: block;
  align-items: center;
}
.interstitial-modal-delivery__checkbox-container .check-mark,
.interstitial-modal-installation__checkbox-container .check-mark {
  height: 1rem;
  width: 1rem;
}
.interstitial-modal-delivery__checkbox-container .check-mark:after,
.interstitial-modal-installation__checkbox-container .check-mark:after {
  top: .0625rem;
  left: .25rem;
  width: .375rem;
  height: .625rem;
  border: solid black;
  border-width: 0 0.125rem 0.125rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.interstitial-modal-delivery__checkbox-container--delivery,
.interstitial-modal-installation__checkbox-container--delivery {
  margin-top: .375rem;
}
.interstitial-modal-delivery__checkbox-container--delivery .check-mark,
.interstitial-modal-installation__checkbox-container--delivery .check-mark {
  border-radius: unset;
}
.interstitial-modal-delivery__checkbox-container--delivery .check-mark:after,
.interstitial-modal-installation__checkbox-container--delivery .check-mark:after {
  border-radius: unset;
  background: none;
}
.interstitial-modal-delivery__accessories:before,
.interstitial-modal-installation__accessories:before {
  content: '';
  width: 100%;
  height: .0625rem;
  display: block;
  margin-top: 1rem;
  background: #000;
  opacity: .2;
}
.interstitial-modal-delivery__accessories-container,
.interstitial-modal-installation__accessories-container {
  padding-left: .5rem;
}
.interstitial-modal-delivery__accessories-container .interstitial-delivery__accessory-out-of-stock-price,
.interstitial-modal-installation__accessories-container .interstitial-delivery__accessory-out-of-stock-price {
  color: #c80a33;
}
.interstitial-modal-delivery__accessories-container .interstitial-delivery__accessory .interstitial-delivery__checkbox-container,
.interstitial-modal-installation__accessories-container .interstitial-delivery__accessory .interstitial-delivery__checkbox-container {
  display: block;
  padding: 0;
}
.interstitial-modal-delivery__accessories-container .interstitial-delivery__accessory .interstitial-delivery__checkbox-container.selected,
.interstitial-modal-installation__accessories-container .interstitial-delivery__accessory .interstitial-delivery__checkbox-container.selected {
  padding-left: 1.625rem;
}
.interstitial-modal-delivery__accessories-info,
.interstitial-modal-installation__accessories-info {
  position: relative;
  min-height: 1.25rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 0.5rem;
  margin-top: .5rem;
}
.interstitial-modal-delivery__accessories-info > .interstitial-delivery__accessories-prev-btn-mobile,
.interstitial-modal-installation__accessories-info > .interstitial-delivery__accessories-prev-btn-mobile,
.interstitial-modal-delivery__accessories-info > .interstitial-delivery__accessories-next-btn-mobile,
.interstitial-modal-installation__accessories-info > .interstitial-delivery__accessories-next-btn-mobile {
  display: none;
  width: 1.25rem;
  height: 1.25rem;
  top: 40%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(135deg);
  transform: rotate(-45deg);
  border: solid #eeb111;
  border-width: 0 0.3125rem 0.3125rem 0;
  cursor: pointer;
}
.interstitial-modal-delivery__accessories-info > .interstitial-delivery__accessories-prev-btn-mobile.slick-disabled,
.interstitial-modal-installation__accessories-info > .interstitial-delivery__accessories-prev-btn-mobile.slick-disabled,
.interstitial-modal-delivery__accessories-info > .interstitial-delivery__accessories-next-btn-mobile.slick-disabled,
.interstitial-modal-installation__accessories-info > .interstitial-delivery__accessories-next-btn-mobile.slick-disabled {
  border: solid #e2e2e2;
  border-width: 0 0.3125rem 0.3125rem 0;
}
.interstitial-modal-delivery__accessories-info > .interstitial-delivery__accessories-prev-btn-mobile,
.interstitial-modal-installation__accessories-info > .interstitial-delivery__accessories-prev-btn-mobile {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(135deg);
}
.interstitial-modal-delivery__accessories-info-container,
.interstitial-modal-installation__accessories-info-container {
  text-align: center;
  width: calc(97.5%);
  font-size: 0.75rem;
  font-weight: bold;
}
.interstitial-modal-delivery__accessories-info-container .bracket,
.interstitial-modal-installation__accessories-info-container .bracket {
  display: initial;
}
.interstitial-modal-delivery__accessory,
.interstitial-modal-installation__accessory {
  display: flex;
  background: #ffffff;
  width: auto;
  height: 5rem;
  border: solid 0.0625rem #979797;
  align-items: center;
  margin: .5rem 0;
}
.interstitial-modal-delivery__accessory.slick-slide,
.interstitial-modal-installation__accessory.slick-slide {
  display: flex;
}
.interstitial-modal-delivery__accessory .interstitial-modal-delivery__checkbox-container,
.interstitial-modal-installation__accessory .interstitial-modal-delivery__checkbox-container {
  display: none;
}
.interstitial-modal-delivery__accessory .interstitial-modal-delivery__checkbox-container .check-mark,
.interstitial-modal-installation__accessory .interstitial-modal-delivery__checkbox-container .check-mark {
  display: none;
}
.interstitial-modal-delivery__accessory.selected,
.interstitial-modal-installation__accessory.selected {
  border: solid 0.125rem #000000;
}
.interstitial-modal-delivery__accessory-image,
.interstitial-modal-installation__accessory-image {
  height: 3.5rem;
  margin: 0 .5rem;
}
.interstitial-modal-delivery__accessory-image img,
.interstitial-modal-installation__accessory-image img {
  height: 100%;
}
.interstitial-modal-delivery__accessory-specifications,
.interstitial-modal-installation__accessory-specifications {
  font-size: .75rem;
  line-height: 1rem;
}
.interstitial-modal-delivery__accessory-price,
.interstitial-modal-installation__accessory-price {
  font-weight: bold;
}
.interstitial-modal-delivery__accessory-price .red,
.interstitial-modal-installation__accessory-price .red {
  color: #c80a33;
}
.interstitial-modal-delivery__accessories-prev-btn,
.interstitial-modal-installation__accessories-prev-btn,
.interstitial-modal-delivery__accessories-next-btn,
.interstitial-modal-installation__accessories-next-btn {
  width: 1.25rem;
  height: 1.25rem;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid #eeb111;
  border-width: 0 0.3125rem 0.3125rem 0;
  cursor: pointer;
}
.interstitial-modal-delivery__accessories-prev-btn.slick-disabled,
.interstitial-modal-installation__accessories-prev-btn.slick-disabled,
.interstitial-modal-delivery__accessories-next-btn.slick-disabled,
.interstitial-modal-installation__accessories-next-btn.slick-disabled {
  border: solid #e2e2e2;
  border-width: 0 0.3125rem 0.3125rem 0;
}
.interstitial-modal-delivery__accessories-prev-btn,
.interstitial-modal-installation__accessories-prev-btn {
  position: absolute;
  left: -0.9375rem;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(135deg);
}
.interstitial-modal-delivery__accessories-next-btn,
.interstitial-modal-installation__accessories-next-btn {
  position: absolute;
  right: -0.9375rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.interstitial-modal-delivery__header,
.interstitial-modal-installation__header,
.interstitial-modal-delivery__installation-section,
.interstitial-modal-installation__installation-section,
.interstitial-modal-delivery__delivery-section,
.interstitial-modal-installation__delivery-section {
  padding: 0 1rem;
}
.interstitial-modal-delivery__installation-section,
.interstitial-modal-installation__installation-section,
.interstitial-modal-delivery__delivery-section,
.interstitial-modal-installation__delivery-section {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2);
  padding-bottom: 1.1875rem;
}
.interstitial-modal-delivery__installation-section,
.interstitial-modal-installation__installation-section {
  background: #f2f2f2;
}
.interstitial-modal-delivery__content-spot-section,
.interstitial-modal-installation__content-spot-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 2rem .9375rem 2rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2);
}
.interstitial-modal-delivery__content-spot-text,
.interstitial-modal-installation__content-spot-text {
  width: 38.375rem;
  line-height: 1.19;
}
.interstitial-modal-delivery__required-option-error,
.interstitial-modal-installation__required-option-error {
  display: none;
  color: #c80a33;
  font-size: .875rem;
  margin: 0.5rem 0 -0.625rem 0;
}
.interstitial-modal-delivery .interstitial-modal-delivery__fieldset,
.interstitial-modal-installation .interstitial-modal-delivery__fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.interstitial-modal-delivery__accessory-wrapper.invisible,
.interstitial-modal-installation__accessory-wrapper.invisible {
  visibility: hidden;
}
.interstitial-modal-delivery__additional-line,
.interstitial-modal-installation__additional-line {
  font-size: 0.75rem;
  margin-top: 0.5rem;
}
.interstitial-modal-delivery__additional-line2,
.interstitial-modal-installation__additional-line2 {
  font-size: 0.75rem;
  margin-top: 0.25rem;
  font-weight: 700;
}
.interstitial-modal-installation__options {
  padding: 0 2rem 1rem;
}
.interstitial-modal-installation__fieldset {
  border: none;
  padding: 0;
}
.interstitial-modal-installation__learn-more {
  font-weight: normal;
  color: #353535;
  font-size: 0.75rem;
  margin-left: 0.5rem;
}
.interstitial-modal-cta-buttons {
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1.4375rem 2rem;
  flex-direction: column;
  align-items: center;
}
.interstitial-modal-cta-buttons__secondary.button {
  width: 100%;
  font-size: 1rem;
  font-weight: normal;
  color: #353535;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  background-color: #fff;
  text-decoration: none;
  border-radius: 3.125rem;
  border-color: #000;
  border-style: solid;
  border-width: .125rem .2rem .125rem .1rem;
}
.interstitial-modal-cta-buttons__secondary.button:hover,
.interstitial-modal-cta-buttons__secondary.button:focus {
  background: none;
  text-decoration: underline !important;
}
.interstitial-modal-cta-buttons__main.button {
  width: 100%;
  margin: 0;
}
.interstitial-modal-delivery__accessories-container .slick-arrow {
  top: 45%;
}
.interstitial-modal-prd-carousel .slick-arrow {
  top: 30%;
}
.interstitial-modal-delivery__accessories-container .slick-arrow,
.interstitial-modal-prd-carousel .slick-arrow {
  width: 1.25rem;
  height: 1.25rem;
  border: solid #eeb111;
  border-width: 0 5px 5px 0;
  cursor: pointer;
  background: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  color: transparent;
}
.interstitial-modal-delivery__accessories-container .slick-arrow.slick-next,
.interstitial-modal-prd-carousel .slick-arrow.slick-next {
  right: -0.9375rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.interstitial-modal-delivery__accessories-container .slick-arrow.slick-prev,
.interstitial-modal-prd-carousel .slick-arrow.slick-prev {
  left: -0.9375rem;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.interstitial-modal-delivery__accessories-container .slick-arrow.slick-disabled,
.interstitial-modal-prd-carousel .slick-arrow.slick-disabled {
  border-color: #e2e2e2;
}
.interstitial-modal-prd-carousel {
  padding: 0 2rem 1rem 2rem;
}
.interstitial-modal-prd-carousel__header {
  font-size: 1rem;
  text-align: center;
  margin: 1rem 0 0 0;
}
.interstitial-modal-prd-carousel__sub-header {
  margin: .375rem 0 1rem 0;
  font-size: .75rem;
  text-align: center;
}
.interstitial-modal-prd-carousel__product-tile-container {
  display: flex;
  justify-content: center;
  padding-left: .5rem;
}
.interstitial-modal-prd-carousel__product-tile-image-container {
  display: flex;
  align-items: center;
}
.interstitial-modal-prd-carousel__product-tile-image-url {
  max-width: 5.9375rem;
  height: 5.9375rem;
}
.interstitial-modal-prd-carousel__product-tile-image {
  max-width: 5.9375rem;
  max-height: 5.9375rem;
}
.interstitial-modal-prd-carousel__product-tile-price {
  font-size: .75rem;
}
.interstitial-modal-prd-carousel__product-tile__title--link {
  font-size: .75rem;
  text-decoration: underline;
}
.interstitial-modal-prd-carousel__product-tile-btn {
  width: 13.625rem;
  height: 2.1875rem;
  background-color: #fff;
  color: #000;
  font-size: 1rem;
  text-transform: none;
  border-radius: 3.125rem;
  border-color: #000;
  border-style: solid;
  border-width: .125rem .15rem;
}
.interstitial-modal-prd-carousel__product-tile-btn:hover,
.interstitial-modal-prd-carousel__product-tile-btn:focus,
.interstitial-modal-prd-carousel__product-tile-btn:active,
.interstitial-modal-prd-carousel__product-tile-btn:disabled {
  background-color: transparent;
  color: #000;
}
.interstitial-modal-prd-carousel__product-tile-btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
.interstitial-modal-prd-carousel__product-tile__title {
  line-height: 1rem;
}
.interstitial-modal-prd-carousel__product-tile-price-with-sale {
  display: flex;
  flex-direction: column;
}
.interstitial-modal-prd-carousel__product-tile-price-with-sale--sale,
.interstitial-modal-prd-carousel__product-tile-price-with-sale--msrp {
  line-height: 1.125rem;
}
.interstitial-modal-prd-carousel__product-tile-price-with-sale--sale {
  height: 1rem;
  font-weight: bold;
  color: #C80A33;
}
.interstitial-modal-prd-carousel__product-tile-price-with-sale--msrp {
  height: 1.125rem;
  text-decoration: line-through;
  font-size: .625rem;
  margin-right: .25rem;
}
.interstitial-modal-prd-carousel__product-tile-price-with-sale--save {
  display: inline-block;
  font-size: .625rem;
  white-space: nowrap;
  color: #008800;
}
@media all and (min-width: 48rem) {
  .interstitial-modal-product-card__main-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    background: 0;
    padding: 0;
    margin: 0;
    text-transform: none;
    height: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
  }
  .interstitial-modal-product-card__main-cta:hover,
  .interstitial-modal-product-card__main-cta:focus,
  .interstitial-modal-product-card__main-cta[disabled],
  .interstitial-modal-product-card__main-cta[disabled]:hover,
  .interstitial-modal-product-card__main-cta[disabled]:focus {
    background: none;
    color: inherit;
  }
  .interstitial-modal-product-card__main-cta:before {
    content: '';
    display: block;
    height: 2.5rem;
    width: .0625rem;
    background: #e2e2e2;
    margin-right: 1rem;
  }
  .interstitial-modal-product-card__main-cta-container {
    display: flex;
  }
  .interstitial-modal-product-card__main-cta-text {
    margin-left: .5625rem;
  }
  .interstitial-modal-product-card__main-cta-icon svg {
    width: 1.375rem;
    height: 1.1875rem;
  }
  .interstitial-modal-product-card__product-title {
    margin: 1rem 0;
  }
  .interstitial-modal-product-card__product-title-text {
    width: 23rem;
    font-size: 1rem;
    line-height: 1.19;
  }
  .interstitial-modal-product-card .marketplace-product-label {
    width: 42.5rem;
  }
  .interstitial-modal-product-card__container {
    padding: 1.5rem 0.5rem 1.5rem 2.5rem;
  }
  .interstitial-modal-product-card__item {
    padding: 0;
  }
  .interstitial-modal-product-card__header-container {
    margin: 0 2.5rem;
    padding: 1rem 0;
    justify-content: space-between;
  }
  .interstitial-modal-product-card__product-image-container {
    height: 12.5rem;
    margin-right: 3rem;
  }
  .interstitial-modal-product-card__protection-plans {
    margin: 1.5rem 0 0;
    position: unset;
    width: auto;
  }
  .interstitial-modal-product-card__protection-plans-wrapper {
    margin: 0;
  }
  .interstitial-modal-product-card__protection-plans-title {
    margin-left: .1rem;
  }
  .interstitial-modal-product-card__protection-plans-learn-more {
    margin-left: .5rem;
  }
  .interstitial-modal-product-card__protection-plans-learn-more a {
    font-size: .75rem;
  }
  .interstitial-modal-product-card__protection-plan-select {
    font-size: .75rem;
    padding: 0 3.625rem 0 .5rem;
  }
  .interstitial-modal-product-card__protection-plan-arrow {
    right: 1.25rem;
  }
  .interstitial-modal-delivery__header,
  .interstitial-modal-installation__header {
    padding: 0 2rem 1rem 2rem;
  }
  .interstitial-modal-delivery__header-icon svg,
  .interstitial-modal-installation__header-icon svg {
    width: 2.75rem;
    height: 2.1875rem !important;
  }
  .interstitial-modal-delivery__installation-section,
  .interstitial-modal-installation__installation-section {
    padding: 0 2rem 1rem 2rem;
  }
  .interstitial-modal-delivery__title,
  .interstitial-modal-installation__title {
    font-size: 1rem;
    margin: 1rem 0;
  }
  .interstitial-modal-delivery__policy,
  .interstitial-modal-installation__policy,
  .interstitial-modal-delivery__radio-container,
  .interstitial-modal-installation__radio-container {
    font-size: 1rem;
  }
  .interstitial-modal-delivery__delivery-section,
  .interstitial-modal-installation__delivery-section {
    padding: 0 2rem 1rem 2rem;
  }
  .interstitial-modal-delivery__checkbox-container,
  .interstitial-modal-installation__checkbox-container {
    font-size: 1rem;
  }
  .interstitial-modal-installation__learn-more {
    font-size: 1rem;
  }
  .interstitial-modal-cta-buttons {
    flex-direction: row;
  }
  .interstitial-modal-cta-buttons__secondary.button {
    border: none;
    text-decoration: underline;
    width: 11rem;
    margin: 0;
  }
  .interstitial-modal-cta-buttons__main.button {
    width: 18rem;
    margin-left: 1rem;
  }
}
@media all and (min-width: 64rem) {
  .interstitial-modal {
    width: 52.5rem;
  }
  .interstitial-modal__content {
    display: table;
    margin: 2.5rem auto;
  }
}
.interstitial-modal--v2 .interstitial-modal-delivery__checkbox-container {
  font-size: .75rem;
  line-height: 1rem;
}
.interstitial-modal--v2 .interstitial-modal-delivery__price {
  font-size: 1rem;
  line-height: 1.25rem;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery {
  padding: 1rem 0;
  background-color: #f2f2f2;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__radio-container {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  padding-left: 1.875rem;
  color: inherit;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__radio-container .check-mark {
  height: 1.25rem;
  width: 1.25rem;
}
@media all and (min-width: 48rem) {
  .interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__radio-container {
    font-size: 1rem;
    line-height: 1.1875rem;
    padding-left: 1.875rem;
  }
  .interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__radio-container .check-mark {
    height: 1.25rem;
    width: 1.25rem;
  }
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__radio-container .interstitial-modal-delivery__option-label {
  display: inline;
  align-items: center;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__radio-container .interstitial-modal-delivery__option-label .tooltip {
  display: inline-flex;
  vertical-align: -0.125rem;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__radio-container .interstitial-modal-delivery__option-label .tooltip__content {
  bottom: 2.125rem;
}
@media all and (min-width: 48rem) {
  .interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__radio-container .interstitial-modal-delivery__option-label .tooltip__content {
    bottom: 1.6875rem;
  }
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__title-section {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  margin: 0 0 1.5rem;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__title-section .interstitial-modal-delivery__title {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 0.87875rem;
  color: inherit;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__title-section .interstitial-modal-delivery__title-note {
  font-weight: 700;
  font-style: normal;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__title-section .interstitial-modal-delivery__policy {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.8625rem;
  color: #464646;
  text-decoration: underline;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__checkbox-container {
  display: flex;
  font-size: 0.875rem;
  line-height: 1.025625rem;
  padding-left: 2.25rem;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__checkbox-container .check-mark {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #f2f2f2;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__checkbox-container .check-mark::after {
  left: 0.375rem;
  top: 0.125rem;
  width: 0.375rem;
  height: 0.625rem;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__checkbox-container.disabled {
  opacity: 1;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__checkbox-container.disabled > span,
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__checkbox-container.disabled > input {
  opacity: 0.5;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__checkbox-container-included-copy {
  font-weight: 500;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__delivery-section {
  padding: 0 1rem;
  border: none;
  background-color: #f2f2f2;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__delivery-section .interstitial-modal-delivery__title {
  margin: 1rem 0 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 0.87875rem;
  color: inherit;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__delivery-section .interstitial-modal-delivery__title-note {
  font-weight: 700;
  font-style: normal;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__installation-section {
  padding: 0 1rem;
  position: relative;
  border-bottom: none;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__installation-section .interstitial-modal-delivery__options {
  padding-bottom: 1rem;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__price {
  margin-left: 0.25rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.1875rem;
}
@media all and (min-width: 48rem) {
  .interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__price {
    font-size: 1rem;
    line-height: 1.1875rem;
  }
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__options__error {
  margin: -0.5rem 0 0 0;
  padding: 0 0 0.5rem 0;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery.has-no-options:has(.interstitial-modal-delivery__content-spot--is-empty) {
  padding: 0;
  border: 0;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-product-card {
  border-bottom: none;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-product-card__header-container {
  padding: 1.5rem 0 1rem;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-product-card__header-title {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: inherit;
  color: #231f20;
  width: max-content;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-product-card__container {
  padding: 1.5rem;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-product-card__item {
  padding-bottom: 0;
  gap: 2rem;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-product-card__product-image-container {
  height: 6.25rem;
  margin: 0;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-product-card__product-data {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-product-card__product-specification {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-product-card__product-specification-value {
  font-weight: 700;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-product-card__product-title {
  margin-bottom: 0;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-product-card__product-title-text {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: #464646;
  letter-spacing: 0;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-product-card__delivery {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #464646;
  letter-spacing: -0.01em;
  padding: 1rem;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal__protection-plans {
  background-color: #f2f2f2;
  position: relative;
  padding: 1rem;
  border-top: none;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal__protection-plans-header {
  margin-bottom: 0.625rem;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal__protection-plans-header__title {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.025625rem;
  color: #000000;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal__protection-plans-body {
  display: flex;
  flex-direction: column;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal__protection-plans__standard {
  margin-bottom: 0.544375rem;
  display: flex;
  gap: 0.625rem;
  flex-direction: column;
  flex-wrap: wrap;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal__protection-plans__standard-text {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #464646;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal__protection-plans__standard-text .rte-accent {
  font-weight: 700;
  color: #008800;
  font-family: "Roboto", sans-serif;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal__protection-plans__standard .tooltip {
  display: inline-block;
  top: 2.5px;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal__protection-plans__standard .tooltip__content {
  bottom: 2.5rem;
  left: -23rem;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal__protection-plans__standard__tooltip-body {
  color: #ffffff;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal__protection-plans__standard__tooltip-body p {
  color: #ffffff;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal__protection-plans__standard__tooltip-body p b {
  letter-spacing: 0.03em;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal__protection-plans__terms {
  margin-bottom: 1.849375rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.895rem;
  color: #464646;
  text-decoration: underline;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal__protection-plans__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal__protection-plans__entry-label {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.025625rem;
  color: inherit;
}
@media (min-width: 48rem) {
  .interstitial-modal.interstitial-modal--v3 .interstitial-modal__protection-plans__entry-label {
    font-size: 1rem;
    line-height: 1.171875rem;
  }
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal__protection-plans__entry-label__years {
  font-weight: 700;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal__protection-plans__entry-label__price {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #008800;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal__protection-plans__entry-container {
  position: relative;
  padding-left: 2.25rem;
  cursor: pointer;
  line-height: 1.5rem;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal__protection-plans__entry-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal__protection-plans__entry-container input:checked ~ .check-mark:after {
  display: block;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal__protection-plans__entry-container input:focus + .check-mark {
  outline: dotted 0.125rem #222;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal__protection-plans__entry-container .check-mark {
  height: 1.25rem;
  width: 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.0625rem solid #000;
  background-color: #f2f2f2;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal__protection-plans__entry-container .check-mark:after {
  left: 0.375rem;
  top: 0.125rem;
  width: 0.375rem;
  height: 0.625rem;
  border: solid black;
  border-width: 0 0.125rem 0.125rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
  position: absolute;
  display: none;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal__divider {
  margin-top: 1.5rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2022);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (min-width: 48rem) {
  .interstitial-modal-delivery .tooltip__content {
    transform: translate(0, 0);
    bottom: 1.5625rem;
    left: -2.25rem;
  }
  .interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery {
    padding: 1rem 0;
    border-bottom: none;
  }
  .interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__installation-section {
    padding: 0 2.375rem;
    position: relative;
    border-bottom: none;
  }
  .interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__installation-section .interstitial-modal-delivery__options {
    padding-bottom: 1rem;
  }
  .interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__title-section {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
  .interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__title-section .interstitial-modal-delivery__title {
    line-height: 1.171875rem;
    font-size: 1rem;
  }
  .interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__title-section .interstitial-modal-delivery__policy {
    font-size: 0.75rem;
    line-height: 0.9125rem;
  }
  .interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__delivery-section {
    padding: 0 2.375rem;
  }
  .interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__delivery-section .interstitial-modal-delivery__title {
    margin: 1rem 0 0.875rem;
    line-height: 1.171875rem;
    font-size: 1rem;
  }
  .interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__checkbox-container {
    font-size: 1rem;
    line-height: 1.171875rem;
    padding-left: 1.75rem;
  }
  .interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__checkbox-container .check-mark {
    width: 1.25rem;
    height: 1.25rem;
  }
  .interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__checkbox-container .check-mark::after {
    left: 0.375rem;
    top: 0.125rem;
    width: 0.375rem;
    height: 0.625rem;
  }
  .interstitial-modal.interstitial-modal--v3 .interstitial-modal-product-card__container {
    padding: 1.25rem 2.625rem 1.5rem;
  }
  .interstitial-modal.interstitial-modal--v3 .interstitial-modal-product-card__header-title {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 1.25rem;
    line-height: inherit;
    width: max-content;
  }
  .interstitial-modal.interstitial-modal--v3 .interstitial-modal-product-card__product-title {
    margin: 0;
  }
  .interstitial-modal.interstitial-modal--v3 .interstitial-modal-product-card__product-title-text {
    width: 42.5rem;
    font-size: 1.75rem;
    line-height: 2.05rem;
    letter-spacing: 0;
    color: inherit;
  }
  .interstitial-modal.interstitial-modal--v3 .interstitial-modal-product-card__product-specification {
    line-height: 0.895rem;
    letter-spacing: 0;
  }
  .interstitial-modal.interstitial-modal--v3 .interstitial-modal-product-card__product-specification-value {
    font-weight: 700;
  }
  .interstitial-modal.interstitial-modal--v3 .interstitial-modal-product-card__delivery {
    font-size: 1rem;
    line-height: inherit;
    padding: 1rem 2rem 1.25rem;
  }
  .interstitial-modal.interstitial-modal--v3 .interstitial-modal__protection-plans {
    padding: 1rem 2.375rem;
  }
  .interstitial-modal.interstitial-modal--v3 .interstitial-modal__protection-plans-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: .75rem;
  }
  .interstitial-modal.interstitial-modal--v3 .interstitial-modal__protection-plans-header__title {
    font-size: 1rem;
    line-height: 1.171875rem;
  }
  .interstitial-modal.interstitial-modal--v3 .interstitial-modal__protection-plans__terms {
    margin-bottom: 0;
    font-size: 0.75rem;
    line-height: 0.87875rem;
  }
  .interstitial-modal.interstitial-modal--v3 .interstitial-modal__protection-plans__standard {
    flex-direction: row;
    gap: 0;
    align-items: center;
    margin-bottom: .75rem;
  }
  .interstitial-modal.interstitial-modal--v3 .interstitial-modal__protection-plans__standard-text {
    font-size: inherit;
    line-height: 1.1275rem;
  }
  .interstitial-modal.interstitial-modal--v3 .interstitial-modal__protection-plans__standard .tooltip__content {
    max-width: min(90vw, 420px);
  }
  .interstitial-modal.interstitial-modal--v3 .interstitial-modal__protection-plans__list {
    display: grid;
    grid-template-columns: auto auto;
    gap: 0.625rem;
  }
  .interstitial-modal.interstitial-modal--v3 .interstitial-modal__protection-plans__entry-container {
    display: flex;
    padding-left: 1.75rem;
  }
  .interstitial-modal.interstitial-modal--v3 .interstitial-modal__protection-plans__entry-container .check-mark {
    height: 1.25rem;
    width: 1.25rem;
  }
  .interstitial-modal.interstitial-modal--v3 .interstitial-modal__protection-plans__entry-container .check-mark:after {
    left: 0.375rem;
    top: 0.125rem;
    width: 0.375rem;
    height: 0.625rem;
  }
  .interstitial-modal.interstitial-modal--v3 .interstitial-modal__divider {
    margin-top: 1.25rem;
    left: 0;
    width: 100%;
  }
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__options__error {
  margin: -0.5rem 0 0 0;
  padding: 0 0 0.5rem 0;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__radio-container {
  display: flex;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__price.green {
  color: #008800;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-cta-buttons__main {
  border-radius: 0;
}
@media (min-width: 48rem) {
  .interstitial-modal.interstitial-modal--v3 .interstitial-modal-cta-buttons__main {
    min-width: 18rem;
  }
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal__protection-plans-header__title,
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__title-section .interstitial-modal-delivery__title,
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__delivery-section .interstitial-modal-delivery__title {
  text-transform: none;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-product-card {
  color: #231F20;
}
.interstitial-modal.interstitial-modal--v3 .interstitial-modal-delivery__checkbox-container .check-mark:after {
  border-color: #000000;
}
.interstitial-modal .interstitial-modal-product-card__header-title {
  font-weight: 900;
  font-family: Roboto-Bold, sans-serif;
}
.interstitial-modal .interstitial-modal-product-card__protection-plans-learn-more a {
  color: #353535;
  text-decoration: underline;
}
.interstitial-modal .interstitial-modal-product-card__product-title-text {
  color: #231f20;
  font-family: Roboto-Bold, sans-serif;
  font-weight: 700;
  font-size: .875rem;
  line-height: 1.14;
}
.interstitial-modal .interstitial-modal-product-card__product-specification {
  font-size: .875rem;
}
.interstitial-modal .interstitial-modal-product-card__product-specification-value {
  font-size: .875rem;
}
.interstitial-modal .interstitial-modal-product-card__protection-plans-title {
  font-weight: 900;
  font-family: Roboto-Bold, sans-serif;
}
.interstitial-modal .interstitial-modal-product-card__protection-plan-select {
  font-weight: 900;
  font-family: Roboto-Bold, sans-serif;
}
.interstitial-modal .interstitial-modal-product-card__protection-plan-arrow::before {
  border-color: #eeb111;
}
.interstitial-modal-delivery__title,
.interstitial-modal-installation__title {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  color: #000000;
}
.interstitial-modal-delivery__price.green,
.interstitial-modal-installation__price.green {
  color: #377d1e;
}
.interstitial-modal-delivery__policy,
.interstitial-modal-installation__policy {
  text-decoration: underline;
}
.interstitial-modal-delivery__checkbox-container .check-mark:after,
.interstitial-modal-installation__checkbox-container .check-mark:after {
  border-color: #eeb111;
}
.interstitial-modal-delivery__additional-line,
.interstitial-modal-installation__additional-line,
.interstitial-modal-delivery__additional-line2,
.interstitial-modal-installation__additional-line2 {
  line-height: 0.875rem;
}
.interstitial-modal-installation__learn-more {
  text-decoration: underline;
}
.interstitial-modal .interstitial-modal-cta-buttons {
  padding: 1rem 2rem 1.4375rem;
}
.interstitial-modal .interstitial-modal-cta-buttons__main {
  width: 100%;
}
.interstitial-modal .interstitial-modal-cta-buttons__continue-shopping {
  text-decoration: underline;
  border: none;
}
.interstitial-modal .interstitial-modal-prd-carousel .slick-track {
  margin-left: 0;
}
.interstitial-modal .interstitial-modal-prd-carousel__product-tile-btn {
  color: #012f60;
  font-size: 1rem;
  text-transform: uppercase;
  border-color: #000000;
  border-radius: 4px;
}
.interstitial-modal .interstitial-modal-prd-carousel__product-tile__title--link {
  text-decoration: none;
  color: #353535;
}
.interstitial-modal .interstitial-modal-prd-carousel__product-tile-btn--added {
  background-color: #f2f2f2;
}
.interstitial-modal-prd-carousel__product-tile__title {
  font-family: Roboto-Bold, sans-serif;
}
.interstitial-modal-prd-carousel__product-tile-price-with-sale--sale {
  color: #c41230;
  font-family: Roboto-Bold, sans-serif;
}
.interstitial-modal-prd-carousel__product-tile-price-with-sale--save {
  color: #377d1e;
  font-family: Roboto-Bold, sans-serif;
}
.productlisting .interstitial-modal .modal-box {
  overflow-y: scroll;
  max-height: 550px;
}
@media (min-width: 48rem) {
  .interstitial-modal .interstitial-modal-product-card__header-subtitle {
    font-size: 1.25rem;
    margin-left: 0.4rem;
  }
  .interstitial-modal .interstitial-modal-product-card__product-title-text {
    width: 32rem;
    font-size: 1.75rem;
    font-weight: normal;
  }
  .interstitial-modal .interstitial-modal-cta-buttons {
    padding: 1rem 2rem 1.4375rem;
  }
  .interstitial-modal .interstitial-modal-cta-buttons__main {
    width: 11.625rem;
    height: 2.5rem;
  }
}

.need-help.need-help--empty {
  transform: translateY(-2.75rem);
}
@media (max-width: 768px) {
  .need-help.need-help--empty {
    transform: none;
    margin-left: 0px;
  }
}
.need-help__title {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.05rem;
  color: #5b5b5b;
}
.need-help__shopping-cart-id--prefix,
.need-help__shopping-cart-id--code {
  color: #5b5b5b;
}
.need-help__shopping-cart-tooltip-wrapper {
  width: 1.0625rem;
  height: 1.0625rem;
  padding: 0.09375rem;
  align-self: center;
}
.need-help__shopping-cart-tooltip {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.need-help__live-chat .livechat {
  box-sizing: border-box;
  padding: 1rem 1.25rem;
  margin: 0 auto;
  border: 0.0625rem solid #d5d5d5;
  border-radius: 0rem;
  font-size: 0.875rem;
  text-transform: none;
  font-weight: 700;
  line-height: 0.875rem;
  color: #000000;
  white-space: nowrap;
}
.need-help__live-chat .livechat:focus {
  background-color: inherit;
}
.need-help-desktop.need-help--empty {
  transform: translateY(-2.75rem);
}

.interstitial-experience {
  font-family: Roboto, sans-serif;
  color: #231f20;
}
.interstitial-experience__header {
  font-family: Roboto, sans-serif;
  color: #231f20;
}
.interstitial-experience__header__button-back {
  font-weight: 700;
}
.interstitial-experience__header__text-title {
  font-size: 1.75rem;
}
.interstitial-experience__header__text-subtitle__link {
  color: #231f20;
  text-decoration-line: underline;
}
.interstitial-experience__header-tabs__tab-progress__circle {
  background-color: #A3A3A3;
}
.interstitial-experience__header-tabs__tab-progress__circle.highlighted {
  background-color: #e0942f;
}
.interstitial-experience__header-tabs__tab-progress__counter {
  color: #464646;
}
.interstitial-experience-content__progress-bar {
  margin: 2rem auto 2.5rem;
}
.interstitial-experience-content__progress-bar__item.step-active .interstitial-experience-content__progress-bar__item-count {
  background-color: #e0942f;
}
.interstitial-experience-content__progress-bar__item.one-half + .interstitial-experience-content__progress-bar__item:after {
  background: linear-gradient(90deg, #e0942f 50%, #d5d5d5 0);
}
.interstitial-experience-content__progress-bar__item.one-third + .interstitial-experience-content__progress-bar__item:after {
  background: linear-gradient(90deg, #e0942f 33%, #d5d5d5 0);
}
.interstitial-experience-content__progress-bar__item.two-third + .interstitial-experience-content__progress-bar__item:after {
  background: linear-gradient(90deg, #e0942f 66%, #d5d5d5 0);
}
.interstitial-experience-content__progress-bar__item.step-full + .interstitial-experience-content__progress-bar__item:after,
.interstitial-experience-content__progress-bar__item.step-passed + .interstitial-experience-content__progress-bar__item:after {
  background: #e0942f;
}
.interstitial-experience-content__progress-bar__item.step-active .interstitial-experience-content__progress-bar__item-count,
.interstitial-experience-content__progress-bar__item.step-passed .interstitial-experience-content__progress-bar__item-count {
  background-color: #e0942f;
}
.interstitial-experience-content__options {
  color: #231f20;
}
.interstitial-experience-content__options-subtitle {
  color: #231f20;
}
.interstitial-experience-content__options-subtitle__learn-more {
  color: #000000;
  font-weight: 300;
  text-decoration-line: underline;
  text-decoration-thickness: from-font;
  text-underline-offset: 0.2rem;
}
.interstitial-experience-content__options-subtitle__phone {
  color: #231f20;
  font-weight: 700;
  text-decoration-line: underline;
}
.interstitial-experience-content__options-subtitle__header {
  font-family: "Helvetica Neue", Roboto, Helvetica, Arial, san-serif;
}
.interstitial-experience-content__options-subtitle__description {
  font-family: "Helvetica Neue", Roboto, Helvetica, Arial, san-serif;
  line-height: 1.25rem;
  font-weight: 300;
  color: #000000;
}
.interstitial-experience-content__options-list-item__name {
  color: #231f20;
}
.interstitial-experience-content__options-list-item__price {
  color: #231f20;
}
.interstitial-experience-content__options-list-item__price--free {
  color: #377d1e;
}
.interstitial-experience-content__options-list-item .check-mark {
  margin-right: .75rem;
}
.interstitial-experience-content__options-list-item__accessory-image-container {
  margin: 0 1rem 0 0.25rem;
}
.interstitial-experience-content__options-list-item__accessory-price--red {
  color: #ee0000;
}
.interstitial-experience-content__options-list-item--checkbox.out-of-stock {
  padding-left: 3rem;
}
.interstitial-experience-content__options-list-item.checked {
  border-color: #e0942f;
}
.interstitial-experience-content__options-title {
  font-family: "Helvetica Neue", Roboto, Helvetica, Arial, san-serif;
  color: #000000;
}
.interstitial-experience-content__options-buttons__back {
  color: #012f60;
}
.interstitial-experience-content__options-buttons__next {
  color: #231f20;
}
.interstitial-experience-content__error {
  color: #231f20;
}
.interstitial-experience .button {
  border-radius: 0;
}
@media (max-width: 47.937rem) {
  .interstitial-experience__header__text-title {
    font-size: 1rem;
  }
  .interstitial-experience-content__options-buttons {
    margin: 1.5rem 0;
  }
  .interstitial-experience-content__options-buttons .button {
    height: 3rem;
  }
}

.delivery__sticky-section {
  padding-top: 1.25rem;
}
@media (min-width: 48rem) {
  .delivery__sticky-section {
    display: none;
  }
}
.delivery__sticky-section .order-summary__check-out {
  margin-top: 0;
}
@media (max-width: 768px) {
  .delivery__sticky-section .order-summary__paypal-button-section.sticky {
    margin-top: 8px;
  }
}
.delivery__sticky-section .order-summary__check-out__checkout-button.button {
  display: flex;
  background-color: #E0942F;
  color: #000000;
  gap: 8px;
  min-width: 230px;
  height: 43px;
  border: 1px solid #E0942F;
  border-radius: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 30px;
  padding-left: 30px;
}
.delivery__sticky-section .order-summary__check-out__checkout-button.button:hover {
  background-color: #a00a1d;
}
.delivery__sticky-section .order-summary__check-out__checkout-button.button:disabled {
  background-color: #D5D5D5;
  border: 1px solid  #D5D5D5;
  color: #5B5B5B;
}
.delivery__sticky-section .order-summary__check-out__checkout-button.button:disabled path.svg-secure-icon {
  stroke: #5B5B5B;
}
.delivery__sticky-section .order-summary__check-out__checkout-button.button[disabled]:hover {
  background-color: #D5D5D5;
  border: 1px solid  #D5D5D5;
  color: #8E8E8F;
}
.delivery__sticky-section .order-summary__check-out__checkout-button.button[disabled]:hover path.svg-secure-icon {
  stroke: #5B5B5B;
}
.delivery__sticky-section .pay-with-paypal-container {
  display: block;
}
@media (max-width: 768px) {
  .delivery__sticky-section .pay-with-paypal-container {
    margin-top: 8px;
  }
}
.delivery__sticky-section .order-summary__paypal-message.form-text {
  display: block;
}
@media (max-width: 48rem) {
  .delivery.sticky::after {
    content: "";
    display: block;
    margin-top: inherit;
  }
}
.delivery.sticky .delivery__sticky-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-right: .625rem;
  padding-left: .625rem;
  border-bottom: .125rem solid #e2e2e2;
  background: #fff;
  z-index: 3;
}

@media (max-width: 768px) {
  .empty-cart-v2 .empty-cart-v2__title {
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  .empty-cart-v2 .empty-cart-v2__message {
    width: 320px;
    height: 38px;
  }
}
@media (max-width: 768px) {
  .empty-cart-v2 .empty-cart-v2__cta {
    line-height: 125%;
  }
}
.empty-cart-v2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 41.375rem;
  margin: 2rem auto 3rem auto;
}
.empty-cart-v2__title {
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.49125rem;
  text-align: center;
  color: #000000;
  margin-bottom: 0.5rem;
}
.empty-cart-v2__message {
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.1875rem;
  text-align: center;
  color: #000000;
}
.empty-cart-v2__cta {
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-align: center;
  color: #000000;
  border-radius: 0.25rem;
  min-height: 1.875rem;
  background-color: #e0942f;
  display: flex;
  align-items: center;
  padding: 14.5px 30px;
  text-decoration: none;
  margin-top: 1.5rem;
  justify-content: center;
  border: 0px;
}
.empty-cart-v2__cta:hover {
  color: #000000;
}
@media (min-width: 48rem) {
  .empty-cart-v2 {
    margin: 2.5rem auto 3rem auto;
  }
  .empty-cart-v2__title {
    font-size: 2.5rem;
    line-height: 2.38625rem;
  }
  .empty-cart-v2__message {
    font-size: 0.875rem;
    line-height: 1.1875rem;
  }
}

.product-removed-message {
  border: 1px solid #E0942F;
}
@keyframes moveUpAndDisappear {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    height: 0;
    padding: 0;
  }
}
.product-removed-message {
  background-color: #ffffff;
  border-radius: 0rem;
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  animation: moveUpAndDisappear 0.5s ease forwards;
  animation-delay: 3s;
}
.product-removed-message__title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 0.915625rem;
}
.product-removed-message__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 0.895rem;
}
@media (min-width: 48rem) {
  .product-removed-message {
    gap: 0.5rem;
  }
  .product-removed-message__title {
    font-size: 1rem;
    line-height: 1.068125rem;
  }
  .product-removed-message__text {
    font-size: 1rem;
    line-height: 1.04375rem;
  }
}

.modal-dialog-title {
  text-transform: lowercase;
}
.modal-dialog-title::first-letter {
  text-transform: uppercase;
}
@media (min-width: 48rem) {
  .cart-v2-modal__button {
    font-family: Roboto, sans-serif;
  }
  .cart-v2-modal__title {
    font-family: Roboto, sans-serif;
  }
}
.modal-dialog-close {
  font-size: 14px;
}
.cart-v2-modal,
.global-error-state-modal__content .modal-dialog,
.modal-content,
.change-location-modal,
.availability-changed-modal {
  margin-top: 0rem;
}
.cart-v2-modal__overlay,
.wish-list-modal__overlay,
.remove-product-modal__overlay,
.global-error-state-modal__overlay,
.availability-changed-modal__overlay,
.change-location-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(46, 46, 46, 0.9);
  animation: fade 0.2s linear;
  z-index: 1050;
}
#modal-session-timeout-warning .modal-box,
#modal-session-timeout .modal-box {
  background-color: transparent;
}
#modal-session-timeout-warning .modal-dialog-buttons,
#modal-session-timeout .modal-dialog-buttons {
  border: 0;
}
#modal-session-timeout-warning .modal-dialog-buttons .button,
#modal-session-timeout .modal-dialog-buttons .button {
  display: flex;
}
.cart-v2-modal__content,
.modal-dialog:not(:has(.sign-in-popup)),
.modal .modal-box:not(:has(.sign-in-popup)),
.global-error-state-modal__content,
.change-location-modal__content,
.availability-changed-modal__content {
  position: absolute;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 23.125rem;
  padding: 2rem 2.4375rem;
  border-radius: 0rem;
  font-family: Roboto, sans-serif;
}
.availability-changed-modal__content {
  overflow-y: scroll;
  max-height: 500px;
}
.availability-changed-modal__content::-webkit-scrollbar {
  display: none;
}
.cart-v2-modal__title,
.modal-dialog-title,
.availability-changed-modal__dialog-header-text {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8rem;
  text-align: left;
  color: #000000;
  padding: 0;
}
@media all and (min-width: 48rem) {
  .cart-v2-modal__title,
  .modal-dialog-title,
  .availability-changed-modal__dialog-header-text {
    font-size: 1.5rem;
  }
}
.cart-v2-modal__text {
  display: flex;
  justify-content: center;
}
.cart-v2-modal__text,
.cart-v2-modal__text p,
.modal-dialog-text p,
.modal-dialog-text {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  text-align: left;
  color: #000000;
  width: 100%;
}
.cart-v2-modal__close-button,
.modal-close[aria-label=Close],
.session-lout-close,
.modal-close-button,
.change-location-modal__close-btn,
.availability-changed-modal__close-btn {
  position: absolute;
  top: 17.46px;
  right: 1rem;
  width: 13.09px;
  height: 13.09px;
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
}
.cart-v2-modal__close-button:focus,
.modal-close[aria-label=Close]:focus,
.session-lout-close:focus,
.modal-close-button:focus,
.change-location-modal__close-btn:focus,
.availability-changed-modal__close-btn:focus,
.cart-v2-modal__close-button:hover,
.modal-close[aria-label=Close]:hover,
.session-lout-close:hover,
.modal-close-button:hover,
.change-location-modal__close-btn:hover,
.availability-changed-modal__close-btn:hover {
  background-color: transparent;
  color: inherit;
}
.cart-v2-modal__button {
  width: 100%;
  max-width: 18.25rem;
  padding: 0.375rem;
  border-radius: 0.25rem;
  border: 0.0625rem solid #e0942f;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  min-height: 2.8125rem;
  white-space: normal;
  word-wrap: break-word;
  min-width: fit-content;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.remove-cart-entry-button,
#modal-session-timeout-login-btn,
.modal-session-timeout-login-btn,
.trigger-modal-close:not(.session-lout-close, [aria-label=Close]),
.availability-changed-modal .availability-changed-modal__close-dialog-btn {
  width: 100%;
  max-width: 18.25rem;
  padding: 0.375rem;
  background-color: #e0942f;
  border-radius: 0.25rem;
  border: 0.0625rem solid #e0942f;
  color: #000000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  display: flex;
  margin: 0 auto;
  min-height: 2.8125rem;
  white-space: normal;
  word-wrap: break-word;
  min-width: fit-content;
}
.remove-cart-entry-button:focus,
#modal-session-timeout-login-btn:focus,
.modal-session-timeout-login-btn:focus,
.trigger-modal-close:not(.session-lout-close, [aria-label=Close]):focus,
.availability-changed-modal .availability-changed-modal__close-dialog-btn:focus,
.remove-cart-entry-button:hover,
#modal-session-timeout-login-btn:hover,
.modal-session-timeout-login-btn:hover,
.trigger-modal-close:not(.session-lout-close, [aria-label=Close]):hover,
.availability-changed-modal .availability-changed-modal__close-dialog-btn:hover {
  background-color: #bc7618;
  color: #000000;
}
@media all and (min-width: 48rem) {
  .remove-cart-entry-button,
  #modal-session-timeout-login-btn,
  .modal-session-timeout-login-btn,
  .trigger-modal-close:not(.session-lout-close, [aria-label=Close]),
  .availability-changed-modal .availability-changed-modal__close-dialog-btn {
    font-size: 1rem;
  }
}
.cart-v2-modal__close-button img {
  width: 100%;
  height: 100%;
}
.cart-v2-modal__title {
  margin: 0 auto 1.5rem;
}
.cart-v2-modal__product-picture {
  display: flex;
  gap: 1rem;
  border: 0.0625rem solid #d5d5d5;
  border-radius: 0.25rem;
  padding: 1rem;
  align-items: center;
  max-width: 16.875rem;
  margin: 0 auto;
}
.cart-v2-modal__product-picture .product-name {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.225rem;
  color: #000000;
  text-align: left;
}
.cart-v2-modal__product-picture .product-picture-wrapper {
  max-width: 3rem;
}
.cart-v2-modal__text {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.cart-v2-modal__buttons {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 48rem) {
  .cart-v2-modal__content,
  .modal-dialog:not(:has(.sign-in-popup)),
  .modal .modal-box:not(:has(.sign-in-popup)),
  .global-error-state-modal__content,
  .change-location-modal__content,
  .availability-changed-modal__content {
    max-width: 42rem;
    padding: 2.5rem 5rem;
  }
  .availability-changed-modal__content {
    overflow-y: scroll;
    max-height: 500px;
  }
  .availability-changed-modal__content::-webkit-scrollbar {
    display: none;
  }
  .cart-v2-modal__title,
  .modal-dialog-title {
    font-size: 1.5rem;
    line-height: 2.375rem;
  }
  .cart-v2-modal__text p,
  .modal-dialog-text p,
  .availability-changed-modal__dialog-checkout-subheader,
  .modal-dialog-text {
    font-size: 0.875rem;
    line-height: 1.193125rem;
    max-width: 34.25rem;
  }
  .modal-close[aria-label=Close],
  .session-lout-close,
  .modal-close-button,
  .change-location-modal__close-btn,
  .availability-changed-modal__close-btn {
    top: 1.0625rem;
    right: 1.0625rem;
    width: 13.1px;
    height: 13.1px;
  }
  .cart-v2-modal__button,
  .trigger-modal-close:not(.session-lout-close, [aria-label=Close]),
  #modal-session-timeout-login-btn,
  .trigger-modal-close,
  .availability-changed-modal__close-dialog-btn {
    font-size: 1rem;
    max-width: 11.0625rem !important;
  }
  .cart-v2-modal__product-picture {
    max-width: 32rem;
  }
  .cart-v2-modal__product-picture .product-name {
    font-size: 14px;
  }
}

@import "/apps/insidepass/clientlibs/global/css/global.css";
.wish-list-modal .cart-v2-modal__buttons .cart-v2-modal__button {
  color: #000000;
  background-color: #E0942F;
  text-transform: capitalize;
}
.wish-list-modal .cart-v2-modal__buttons .cart-v2-modal__button:hover {
  background-color: #BC7618;
}
@media (min-width: 48rem) {
  .wish-list-modal .cart-v2-modal__button {
    max-width: 127px !important;
  }
}

.recommended {
  font-style: normal;
  font-family: Roboto, sans-serif;
}
.subscription-checkbox-container {
  background-color: #f2f2f2;
}
.subscription-checkbox-container .subscription-checkbox-container {
  padding: 0;
}
.subscription-checkbox-container .checkbox-container {
  min-height: 2.375rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.subscription-checkbox-container .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 0.75rem;
  left: 0.75rem;
}
.subscription-checkbox-container .checkbox-container input:checked ~ .check-mark {
  background-color: none;
}
.subscription-checkbox-container .checkbox-container .check-mark {
  background-color: #000000;
  border: 1px solid #5b5b5b;
  border-radius: 2px;
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  height: 1.125rem;
  width: 1.125rem;
}
.subscription-checkbox-container .checkbox-container .check-mark::after {
  content: "";
  position: absolute;
  display: none;
  left: 0.3rem;
  top: 0;
  border: solid #ffffff;
  border-width: 0 0.1875rem 0.1875rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.subscription-checkbox-container .checkbox-container input:checked ~ .check-mark:after {
  display: block;
  background-color: none;
  width: 0.5rem;
  height: 0.875rem;
}
.subscription-checkbox-container .checkbox-container .checkbox-subscriptions-label {
  padding-left: 0.75rem;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 0.9rem;
  text-align: left;
}
.subscription-checkbox-container .checkbox-container .checkbox-subscriptions-label .subscription-off {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 0.9rem;
  text-align: left;
}
.checkout-subscription-section-checkbox {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.checkout-subscription-section-checkbox .subscription-checkbox-container {
  margin-bottom: 0;
}
.checkout-subscription-section-checkbox .subscription-checkbox-container .form-group-item {
  margin-top: 0;
}
.checkout-subscription-section-checkbox .subscription-checkbox-container .checkbox-container {
  margin-bottom: 0;
}
.checkout-subscription-section-checkbox .checkout-terms-bullets,
.checkout-subscription-section-checkbox .view-subscription-terms {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  color: #5b5b5b;
}
.checkout-subscription-section-checkbox .checkout-terms-bullets a,
.checkout-subscription-section-checkbox .view-subscription-terms a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
  color: inherit;
}
.checkout-subscription-section-checkbox .checkout-terms-bullets {
  padding-left: 1rem;
  padding-inline-start: 1rem;
  margin-block-start: 0;
}
.checkout-subscription-section-checkbox .view-subscription-terms-container {
  padding: 0 0.75rem;
}
.checkout-terms-separator {
  border-bottom: none;
  margin: 0.75rem 0;
}
.checkout-subscription-section-dropdown {
  padding: 0 0.75rem;
}
.checkout-subscription-section-dropdown.hidden {
  display: none;
}
.checkout-subscription-section-dropdown .subscription-frequency-select-wrapper {
  position: relative;
  user-select: none;
  background-color: #ffffff;
  width: 15rem;
  z-index: 1;
}
.checkout-subscription-section-dropdown .product-subscriptions__select-icon {
  position: absolute;
  width: 3rem;
  height: 2.5rem;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: -1;
  align-items: center;
}
.checkout-subscription-section-dropdown .prod-item-subscriptions-body_desc {
  display: flex;
  align-items: center;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #000;
}
.checkout-subscription-section-dropdown .subscription-frequency-select {
  position: relative;
  display: flex;
  flex-direction: column;
}
.checkout-subscription-section-dropdown .subscription-frequency-select__trigger {
  border: 0.0625rem solid #5b5b5b;
  border-radius: 4px;
  position: relative;
  display: flex;
  height: 2.5rem;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1.1875rem;
  padding-left: 0.5rem;
  color: #000000;
  font-weight: 700;
}
.checkout-subscription-section-dropdown .subscription-frequency-select__trigger:focus {
  outline: none;
}
.checkout-subscription-section-dropdown .subscription-frequency-select__trigger .recommended {
  font-weight: 550;
  font-style: italic;
}
.checkout-subscription-section-dropdown .subscription-frequency-select:focus {
  outline: none;
}
.checkout-subscription-section-dropdown .subscription-frequency-select .wcag-hidden-message {
  height: 0;
  font-size: 0;
  display: flex;
}
.checkout-subscription-section-dropdown .subscription-frequency-select.open .subscription-frequency-select__trigger {
  border: solid #000000;
  border-width: 0.0625rem 0.0625rem 0 0.0625rem;
  border-radius: 4px 4px 0 0;
}
.checkout-subscription-section-dropdown .subscription-frequency-select.open .subscription-frequency-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  border: 0.0625rem solid #000000;
  border-width: 0 0.0625rem 0.0625rem 0.0625rem;
  border-radius: 0 0 0.25rem 0.25rem;
}
.checkout-subscription-section-dropdown .subscription-frequency-select.open .subscription-frequency-options:before {
  content: "";
  display: block;
  width: 100%;
  border-top: 0.0625rem solid #5b5b5b;
}
.checkout-subscription-section-dropdown .subscription-frequency-copy {
  font-family: Roboto, sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.1875rem;
  color: #5b5b5b;
  text-align: left;
}
@media (min-width: 48rem) {
  .checkout-subscription-section-dropdown .subscription-frequency-copy {
    font-size: 0.75rem;
  }
}
.checkout-subscription-section-dropdown .recommended {
  margin-left: 0.25rem;
}
.checkout-subscription-section-dropdown .subscription-frequency-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-radius: 2px;
  border-top: 0;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
  padding: 0 0.5rem 0.5rem 0.5rem;
}
.checkout-subscription-section-dropdown .subscription-frequency-option {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.5625rem 0.5rem;
  font-size: 0.625rem;
  color: #000000;
  cursor: pointer;
  transition: all 0.5s;
  line-height: 1.1875rem;
  font-weight: 700;
  margin-right: 1rem;
}
@media (min-width: 48rem) {
  .checkout-subscription-section-dropdown .subscription-frequency-option {
    font-size: 0.75rem;
  }
}
.checkout-subscription-section-dropdown .subscription-frequency-option.selected {
  background-color: #f6f8fb;
}
.checkout-subscription-section-dropdown .subscription-frequency-select {
  position: relative;
  display: flex;
  flex-direction: column;
}
.checkout-subscription-section-dropdown .subscription-frequency-select:focus {
  outline: none;
}
.checkout-subscription-section-dropdown .subscription-frequency-select .wcag-hidden-message {
  height: 0;
  font-size: 0;
  display: flex;
}
@media (max-width: 48rem) {
  .subscription-frequency-select-wrapper {
    width: 100%;
  }
}
.subscription-checkbox-container {
  border-radius: 4px;
}
.subscription-checkbox-container .checkbox-container {
  border-bottom: 0.5px solid #D5D5D5;
}
.subscription-checkbox-container .checkbox-container .checkbox-subscriptions-label {
  text-transform: lowercase;
}
.subscription-checkbox-container .checkbox-container .checkbox-subscriptions-label::first-letter {
  text-transform: uppercase;
}
.subscription-checkbox-container .checkbox-container .checkbox-subscriptions-label .subscription-off {
  text-transform: lowercase;
}
.checkout-subscription-section-checkbox .checkout-terms-bullets {
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 0px;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .checkout-subscription-section-checkbox .checkout-terms-bullets {
    border-bottom: none;
    padding-bottom: 0px;
  }
}
.checkout-subscription-section-checkbox .view-subscription-terms {
  font-size: 10px;
}
.checkout-subscription-section-checkbox .view-subscription-terms-container {
  padding: 0px 0 12px 0;
  border-bottom: 1px solid #d5d5d5;
}
@media (max-width: 767px) {
  .checkout-subscription-section-checkbox .view-subscription-terms-container {
    padding: 0 12px;
    border-bottom: none;
  }
}
.grouping-delivery .product-card-spa-wrapper .product-card-spa .checkbox-container input:checked ~ .check-mark {
  background: #000000;
}
.grouping-delivery .product-card-spa-wrapper .prod-item-subscriptions-body {
  padding: 0px;
}
.grouping-delivery .product-card-spa-wrapper .product-card-spa .checkbox-subscriptions-label {
  color: #000000;
}
.grouping-delivery .product-card-spa-wrapper .product-card-spa .checkbox-subscriptions-label .subscription-off {
  color: #000000;
}
.grouping-delivery .product-card-spa-wrapper .product-card-spa .checkbox-container .check-mark {
  background: #f2f2f2;
  border: 0.0625rem solid #5b5b5b !important;
  top: auto;
}
.grouping-delivery .product-card-spa-wrapper .product-card-spa .checkbox-container .check-mark::after {
  border: solid #ffffff;
  border-width: 0 .125rem .125rem 0;
  left: 0.3rem;
}
.grouping-delivery .product-card-spa-wrapper .subscription-frequency-option {
  color: #000000;
}
.grouping-delivery .product-card-spa-wrapper .subscription-frequency-select__trigger {
  color: #000000;
}
.checkout-subscription-section-dropdown {
  padding: 0px;
  margin-top: -10px;
}
@media (max-width: 767px) {
  .checkout-subscription-section-dropdown {
    padding: 0px 12px;
    margin-top: -20px;
  }
}
.checkout-subscription-section-dropdown .product-subscriptions__select-icon.open-arrow {
  transform: rotate(-180deg);
}
.checkout-subscription-section-dropdown .subscription-frequency-option {
  color: #000000;
}
.checkout-subscription-section-dropdown .subscription-frequency-option:hover {
  background-color: #F6F8FB;
  width: 100%;
  border-radius: 4px;
}
.checkout-subscription-section-dropdown .subscription-frequency-option.selected {
  border-radius: 4px;
  width: 100%;
  height: 42px;
  line-height: normal;
  padding: 6px;
  gap: 2px;
}
.checkout-subscription-section-dropdown .subscription-frequency-select__trigger .recommended {
  font-style: normal;
}
@media (max-width: 767px) {
  .checkout-terms-separator {
    border-bottom: 1px solid #d5d5d5;
  }
}

.commerce-spa-order-confirmation-need-help {
  padding-left: 1rem;
}
.commerce-spa-order-confirmation-need-help__head {
  font-size: 1rem;
  font-weight: 700;
  padding-bottom: 1rem;
  padding-top: unset;
  color: #231f20;
}
.commerce-spa-order-confirmation-need-help__phone {
  text-decoration: none;
  font-weight: 700;
  font-size: .875rem;
  color: #464646;
}
.commerce-spa-order-confirmation-need-help__operation {
  color: #464646;
}

.confirmation-order-summary {
  padding: 1rem;
}
.confirmation-order-summary__split-order-message {
  font-size: .875rem;
  color: #222;
  padding-bottom: 1rem;
}
.confirmation-order-summary .order-summary {
  margin-top: 1.25rem;
}
.confirmation-order-summary .order-summary__section-title {
  font-size: 1.75rem;
  color: #231f20;
  font-family: Roboto, sans-serif;
  line-height: 2.625rem;
}
.confirmation-order-summary .order-summary__price-row .g-col-7 {
  font-size: .875rem;
  color: #464646;
}
.confirmation-order-summary .order-summary__msrp_and_savings_section .order-summary__price-section .order-summary__discounted-price.row--value {
  color: #377d1e;
}
.confirmation-order-summary .order-summary__price-section .row--value {
  font-size: .875rem;
  color: #464646;
}
.confirmation-order-summary .order-summary__price-section .order-summary__discounted-price.row--value {
  color: #377d1e;
}
.confirmation-order-summary .order-summary .multiple-promo-codes .order-summary-promo-code {
  padding-left: 2rem;
}
@media (min-width: 47.937rem) {
  .confirmation-order-summary {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .confirmation-order-summary .order-summary {
    margin-top: 0;
  }
}

.commerce-spa-billing-details {
  margin-left: 1rem;
  margin-right: 1rem;
}
.commerce-spa-billing-details__title {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding-bottom: 0.7rem;
  color: #231f20;
  text-transform: capitalize;
}
.commerce-spa-billing-details__credit-title,
.commerce-spa-billing-details__billing-address,
.commerce-spa-billing-details__apple-pay-title {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: .875rem;
  font-weight: 700;
}
.commerce-spa-billing-details__credit-number {
  font-size: .875rem;
  color: #464646;
}
.commerce-spa-billing-details__paragraph {
  line-height: 1.5rem;
  color: #464646;
  font-size: .875rem;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.order-confirmation__delivery-details {
  margin-left: 1rem;
  margin-right: 1rem;
}
.order-confirmation__delivery-details-address-title {
  font-size: .875rem;
  color: #464646;
  font-weight: 700;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.order-confirmation__delivery-details-name {
  line-height: 1.5;
  font-size: .875rem;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  color: #464646;
}
.order-confirmation__delivery-details-line {
  line-height: 1.5;
  font-size: .875rem;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  color: #464646;
}
.order-confirmation__delivery-details-address {
  line-height: 1.5;
  font-size: .875rem;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  color: #464646;
}
.order-confirmation__delivery-details-contact-info {
  font-size: .875rem;
  color: #464646;
  font-weight: 700;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.order-confirmation__delivery-details-email {
  line-height: 1.5;
  font-size: .875rem;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  color: #464646;
}
.order-confirmation__delivery-details-phone {
  line-height: 1.5;
  font-size: .875rem;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  color: #464646;
}

.confirmation-layout .order-summary-content-spot {
  margin-left: 1rem;
  margin-right: 1rem;
}

.confirmation-header__main-heading-icon-image {
  margin-top: .25rem;
}
.confirmation-header__main-heading {
  margin: 0;
  font-size: 1.75rem;
  text-transform: none;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 700;
}
.confirmation-header__text {
  color: #464646;
  font-size: .875rem;
  /* i18n */
}
.confirmation-header__text strong {
  font-weight: normal;
}
.confirmation-header__print-order-confirmation {
  margin-bottom: 1.5rem;
}
.confirmation-header__print-order-confirmation-link {
  color: #2a5daf;
  text-decoration: none;
  font-size: .875rem;
}
@media (min-width: 63.938rem) {
  .confirmation-header__main-heading-icon-image {
    margin-right: .5rem;
  }
}

.order-confirmation-order-details__order {
  margin-bottom: 2rem;
}
.order-confirmation-order-details__order--order-number {
  font-size: 1.25rem;
  color: #231f20;
  padding-bottom: .75rem;
  display: block;
}
.order-confirmation-order-details .grouping-delivery-wrapper .grouping-delivery.product-card-spa-confirmation .checkout-delivery-date-title {
  font-size: 1rem;
  font-weight: 700;
  color: #231f20;
}
.order-confirmation-order-details .grouping-delivery-wrapper .grouping-delivery.product-card-spa-confirmation .checkout-delivery-date {
  color: #377d1e;
  font-size: 1rem;
  margin-top: 0;
}
.order-confirmation-order-details .grouping-delivery-wrapper .grouping-delivery.product-card-spa-confirmation .jb-hunt-disclaimer {
  background-color: #e0942f;
  font-family: "Helvetica Neue", Roboto, Helvetica, Arial, san-serif;
}
.order-confirmation-order-details .grouping-delivery-wrapper .grouping-delivery.product-card-spa-confirmation .jb-hunt-disclaimer__text {
  color: #000;
}
.order-confirmation-order-details .grouping-delivery-wrapper .grouping-delivery.product-card-spa-confirmation .jb-hunt-disclaimer__text a {
  color: #2a5daf;
  text-decoration: none;
}
.order-confirmation-order-details .grouping-delivery-wrapper .grouping-delivery.product-card-spa-confirmation .product-card-spa-wrapper:last-child {
  border-bottom: 0.125rem #cccccc solid;
}
.order-confirmation-order-details .grouping-delivery-wrapper .grouping-delivery.product-card-spa-confirmation .product-card-spa-wrapper .product-card-spa .pricing-container-with-saving .msrp-price {
  line-height: 1.2;
  color: #464646;
  font-family: Roboto, sans-serif;
}
.order-confirmation-order-details .grouping-delivery-wrapper .grouping-delivery.product-card-spa-confirmation .product-card-spa-wrapper .product-card-spa__model-color .model-color-new-line {
  color: #464646;
}
.order-confirmation-order-details .grouping-delivery-wrapper .grouping-delivery.product-card-spa-confirmation .product-card-spa-wrapper .product-card-spa__model-color .model-color-new-line:first-child {
  margin-bottom: .5rem;
}
.order-confirmation-order-details .grouping-delivery-wrapper .grouping-delivery.product-card-spa-confirmation .product-card-spa-wrapper .product-card-spa__quantity-dropdown {
  margin-top: 0;
}
.order-confirmation-order-details .grouping-delivery-wrapper .grouping-delivery.product-card-spa-confirmation .product-card-spa-wrapper .prod-additional-services-tile {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #464646;
  padding-top: 0;
}
@media (min-width: 47.937rem) {
  .order-confirmation-order-details .grouping-delivery-wrapper {
    border-bottom: none;
  }
  .order-confirmation-order-details .grouping-delivery-wrapper .grouping-delivery .product-card-spa-wrapper .product-card-spa__shopping-cart-tile .product-card-spa__price-label {
    margin-top: .75rem;
  }
}
@media (min-width: 63.938rem) {
  .order-confirmation-order-details .grouping-delivery-wrapper .grouping-delivery .product-card-spa-wrapper .product-card-spa__shopping-cart-tile .product-card-spa__price-label {
    margin-top: 0;
  }
}

.checkout-pwd-visual-meter__item {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
.checkout-pwd-visual-meter__item--success {
  color: #008800;
}
.checkout-pwd-visual-meter__item--success:before {
  background: #008800;
}
.checkout-pwd-visual-meter__item--failed {
  color: #231f20;
}
.checkout-pwd-visual-meter__item--failed:before {
  background: #c80a33;
}
.confirmation-complete-account .confirmation-complete-account__form-field-input--invalid {
  border-color: #008800;
}
.confirmation-complete-account .confirmation-complete-account__form-field-input--valid {
  border-color: #c80a33;
}

.confirmation-delivery-instructions__title {
  font-size: 1rem;
  line-height: 1.187rem;
  font-family: Roboto, sans-serif;
  color: #231f20;
  padding-bottom: 1rem;
}
.confirmation-delivery-instructions .delivery-instructions__question-title {
  color: #464646;
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 700;
}
.confirmation-delivery-instructions .form-group-item {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  color: #464646;
  font-family: Roboto, sans-serif;
  margin-top: 0;
}

#add-address-line2 {
  text-decoration: underline;
  color: #222;
  font-weight: 400;
}
.checkout-add-circle {
  border-radius: 50%;
  width: .9375rem;
  height: .9375rem;
  padding: 0.125rem 0 0 0;
  color: white;
  text-align: center;
  font-size: .625rem;
  margin-right: .625rem;
  float: left;
  background: #c41230;
  border: .0625rem solid #c41230;
}
#checkout-shipping-address-dropdown {
  background-position: calc(99.5625%) 0.5rem;
  background-repeat: no-repeat;
}
#add-address-line2 .checkout-add-circle {
  color: #222;
  background-color: #eeb111;
  border: none;
  width: 1.2rem;
  height: 1.2rem;
  font-size: 0.8125rem;
}
.form-select-icon {
  color: #222;
}
.checkout-address-form .form-input,
.checkout-address-form .form-select-input,
.checkout-shipping-address .form-select-input,
.checkout-billing-information-container .form-select-input,
.checkout-delivery-instructions-container .form-input {
  border: 0.1rem solid #222;
  font-size: 0.8125rem;
  font-weight: 400;
}
.checkout-address-form .customer-info-warm {
  font-size: 1.4em;
}
.checkout-address-form .form-select-input:focus,
.checkout-address-form input:focus {
  border-color: #0079c1;
  box-shadow: 0 0.062rem 0.062rem rgba(0, 0, 0, 0.08) inset, 0 0 0.5rem rgba(0, 121, 193, 0.6);
  outline: 0 none;
}
.zip-loader-container {
  display: inline-block;
  position: relative;
}
.zip-loader {
  border-top: 0.4rem solid #eeb111;
}
.add-edit-shipping-address button {
  padding: 0;
  min-width: 13.75rem;
}
@media (max-width: 64rem) {
  .add-edit-shipping-address button {
    padding: 0.1rem 0.75rem 0;
    white-space: normal;
  }
  .add-edit-shipping-address a {
    padding-top: 0.1rem;
  }
}
select.form-select-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.checkout-shipping-edit-address-title {
  font-size: 1.125rem;
  margin-bottom: .625rem;
}
.checkout-shipping-hide {
  display: none;
}
@media (max-width: 64rem) {
  .checkout-address-form .customer-info-warm {
    position: static;
    margin-left: 0;
  }
}
.checkout-address-form__state {
  position: relative;
}
.checkout-address-form__down-arrow-icon {
  position: absolute;
  top: .25rem;
  right: .5rem;
}
.checkout-address-form__down-arrow-icon svg {
  width: 1.25rem;
}
.checkout-address-form .form-req {
  margin-right: .2rem;
}
.checkout-address-form .checkout-step-review-container {
  margin-bottom: 2rem;
}
@media (min-width: 48.175rem) {
  .checkout-address-form .checkout-flow-content {
    padding: 0 2.5rem;
  }
}
.checkout-address-form .checkout-shipping-address-line {
  display: block;
  line-height: 1.4;
  font-style: normal;
  overflow-wrap: break-word;
  word-break: break-all;
}
.checkout-address-form .update-express-delivery-msg {
  font-family: "Helvetica Neue", sans-serif;
  padding: 1rem;
  margin-top: 1rem;
  letter-spacing: 0.015rem;
  word-break: normal;
  background-color: #f2f2f2;
  color: #c80a33;
  line-height: 1.25rem;
}
@media (min-width: 48rem) {
  .checkout-address-form .checkout-step-review-container .update-express-delivery-msg {
    width: 180%;
  }
}
.checkout-address-form .checkout-shipping-address-line-contact-info {
  font-weight: 700;
}
.checkout-address-form .checkout-shipping-address-line-edit-mode {
  margin-bottom: 1rem;
}
.checkout-address-form .checkout-shipping-address-line-mg-top {
  margin-top: 1rem;
  overflow-wrap: unset;
  word-break: normal;
}
.checkout-address-form .checkout-billing-address-review-container a {
  text-decoration: none;
  font-weight: 400;
  color: inherit;
}
.checkout-address-form .edit-address-content .checkout-add-circle {
  padding-left: .0625rem;
}
.checkout-address-form .add-address-form .form-input,
.checkout-address-form .add-address-form .form-select,
.checkout-address-form .add-address-form .form-select-input,
.checkout-address-form .checkout-address-form .form-input,
.checkout-address-form .checkout-address-form .form-select,
.checkout-address-form .checkout-address-form .form-select-input {
  height: 2rem;
}
.checkout-address-form .form-input__validation-error {
  border-color: #c41230;
}
.checkout-address-form .form-select-input {
  z-index: initial;
}
.checkout-address-form .acc-add-new-address-btn button,
.checkout-address-form .acc-add-new-address-btn a,
.checkout-address-form .add-edit-shipping-address a {
  width: 100%;
}
.checkout-address-form .add-edit-shipping-address button {
  width: 100%;
  display: inline-flex;
}
.checkout-address-form .acc-add-new-address-btn {
  margin-top: 1rem;
}
.checkout-address-form #spa-checkout-shipping-zipcode {
  display: block;
}
.checkout-address-form #cfb-zipcode {
  display: inline-block;
}
.checkout-address-form .cfb-protection-information-container {
  margin-bottom: 1rem;
}
.checkout-address-form .acc-protection-information-container {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media (min-width: 48rem) {
  .checkout-address-form .cfb-dropdown-col {
    flex-basis: 66.333333%;
    max-width: 66.333333%;
  }
  .checkout-address-form .cfb-add-new-button-col {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
  }
  .checkout-address-form .cfb-payment-border {
    flex-basis: 93.666667%;
    max-width: 93.666667%;
  }
}
@media (min-width: 64rem) {
  .checkout-address-form .cfb-dropdown-col {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .checkout-address-form .cfb-add-new-button-col {
    flex-basis: 30%;
    max-width: 30%;
  }
  .checkout-address-form .cfb-payment-border {
    flex-basis: 93.666667%;
    max-width: 93.666667%;
  }
  .checkout-address-form .checkout-shipping-address {
    margin: 0 2.5rem 1.25rem 0;
  }
}
@media (min-width: 80rem) {
  .checkout-address-form .cfb-dropdown-col {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .checkout-address-form .cfb-add-new-button-col {
    flex-basis: 25%;
    max-width: 25%;
  }
  .checkout-address-form .cfb-payment-border {
    flex-basis: 80.666667%;
    max-width: 80.666667%;
  }
}
.checkout-address-form .cfb-payment-border {
  border: .125rem solid #353535;
  position: relative;
  margin-top: 1rem;
}
@media (min-width: 48rem) {
  .checkout-address-form .cfb-payment-border {
    margin-left: .625rem;
    margin-right: .625rem;
    padding: 0 1.5rem;
  }
  .checkout-address-form .cfb-address-content {
    margin-left: .625rem;
  }
}
.checkout-address-form .checkout-security-badge-icon {
  position: absolute;
  top: -1rem;
  right: 1.25rem;
}
.checkout-address-form .checkout-security-badge-icon-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.checkout-address-form .checkout-security-badge-icon-mobile svg {
  width: 100%;
}
.checkout-address-form .cfb-card-form {
  margin-top: 3.5rem;
  margin-bottom: 0;
}
.checkout-address-form .add-cc-form {
  max-width: 40.25rem;
}
.checkout-address-form .button-black {
  background-color: #2e2e2e;
}
.checkout-address-form .checkout-shipping-add-address-btn {
  background-color: #eeb111;
}
.checkout-address-form .form-warn-item {
  color: #bc7618;
  font-size: .75rem;
  margin: 0.2em;
}
.checkout-address-form .validation-warning-section {
  margin-top: 0.2em;
  margin-left: 0;
  width: 100%;
  border-radius: .1875rem;
  background-color: rgba(188, 118, 24, 0.1);
}
.checkout-address-form .validation-warning-section .validation-warning-icon {
  align-items: center;
  display: flex;
}
.checkout-address-form .validation-warning-section .validation-warning-icon svg {
  height: 1.5rem;
}
.checkout-address-form .validation-warning-section .validation-warning-icon svg path {
  fill: #bc7618;
}
.checkout-address-form .validation-warning-section-template {
  display: none;
}
.checkout-address-form .checkout-flow-content {
  padding: 0;
}
.checkout-address-form .checkout-shipping-edit-address-btn {
  color: #222;
  padding: 0;
  background: 0 0;
  text-decoration: unset;
  font-weight: normal;
}
.checkout-address-form .checkout-shipping-edit-address-btn:hover,
.checkout-address-form .checkout-shipping-edit-address-btn:focus {
  background: 0 0;
}
.checkout-address-form .add-address-submit-btn.hide {
  display: none;
}
.checkout-address-form .form-error-item {
  margin: .25rem 0 0;
  padding: 0;
  color: #c41230;
  font-size: .9375rem;
}
.checkout-address-form .g-col-4.padding-0 {
  padding: 0;
}

@media (min-width: 64rem) {
  .checkout-step-title {
    width: 75%;
  }
}
@media (min-width: 48rem) {
  .checkout-step-title {
    font-size: 1.5rem;
  }
  .checkout-step-title.with-icon {
    width: 100%;
  }
  .button.checkout-step-back-button {
    display: none !important;
  }
}
.checkout-step-title {
  display: flex;
  align-items: baseline;
  color: #2e2e2e;
  text-transform: uppercase;
}
.checkout-step-title-previous .checkout-step-number {
  color: #222;
  border: .1rem solid #eeb111;
  background: #eeb111;
}
.checkout-step-edit-text {
  color: #222;
}
.checkout-step-number {
  display: flex;
  width: 1.3em;
  height: 1.3em;
  margin-right: .5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #c41230;
  border-radius: 50%;
  border: 1px solid #c41230;
}
.checkout-step-number svg {
  width: 1.75rem;
  height: 1.75rem;
}
@media (min-width: 48rem) {
  .checkout-step-number {
    font-size: 1.023em;
  }
}
.checkout-step-title-text {
  text-transform: none;
}
.checkout-step-edit-text {
  font-size: .9375rem;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.checkout-steps-container__step .checkout-step-edit.link-btn {
  text-transform: none;
  margin-left: auto;
  font-size: .9rem;
  font-weight: 700;
}
@media (min-width: 64rem) {
  .checkout-steps-container__step .checkout-step-edit.link-btn {
    font-size: 1.2rem;
    margin-left: auto;
  }
}
.checkout-steps-container {
  margin: 2rem 0;
}
.checkout-steps-container__step {
  margin-bottom: 2rem;
}
.checkout-steps-container__step:last-child {
  margin-bottom: 0;
}
.checkout-steps-container__step .checkout-step-title {
  margin-bottom: 1rem;
}
.checkout-steps-container__step .checkbox-container input:focus-visible ~ .check-mark {
  outline: 0.0625rem solid #000000;
  outline-offset: 0.125rem;
}
.checkout-steps-container .form-label .form-req {
  color: #222;
}
.checkout-steps-container__top-buttons {
  margin-bottom: 1.5rem;
}
.checkout-step-icon {
  margin-left: .5rem;
  align-self: center;
  height: 1.26rem;
}
@media (min-width: 48rem) {
  .checkout-step-icon {
    margin-left: auto;
    margin-top: -1rem;
  }
  .checkout-step-icon img {
    height: 2.4375rem;
  }
}

.commerce-spa-order-summary-container__mobile__container__order-summary-toggle-button.form-button.button.button-full {
  color: #012f60;
  border: 0.0625rem solid #012f60;
  margin-top: 0;
  font-size: 1rem;
}
.commerce-spa-order-summary-container__mobile__container {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  border-bottom: 0;
}
.order-summary-quantity-and-edit__edit-cart__link {
  color: #2a5daf;
  text-decoration: none;
  font-size: .875rem;
}
.order-summary-quantity-and-edit__title-mobile {
  font-size: 1.25rem;
  margin-bottom: 0;
}
.order-summary-promo-apply-section .link-btn {
  color: #2a5daf;
}
.order-summary-promo-apply-section .link-btn:hover {
  color: #2a5daf;
}
.product-card-spa-wrapper .product-card-spa-checkout {
  border: 0.0625rem solid #d5d5d5;
}
.product-card-spa-wrapper .product-card-spa-checkout .product-card-spa__product-link {
  font-size: .875rem;
}
.product-card-spa-wrapper .product-card-spa-checkout .product-card-spa__product-delivery-section .checkout-delivery-date {
  color: #377d1e;
}
.product-card-spa-wrapper .product-card-spa-checkout .product-card-spa__price-label .sale-price {
  font-size: .875rem;
  line-height: 1.2;
  text-align: right;
  color: #ee0000;
  font-family: Roboto-Bold, sans-serif;
  font-weight: 700;
}
.product-card-spa-wrapper .product-card-spa-checkout .product-card-spa__price-label .msrp-price {
  font-family: Roboto, sans-serif;
  color: #464646;
  line-height: 1.2;
  margin-top: 0.2rem;
}
.product-card-spa-wrapper .product-card-spa-checkout .product-card-spa__price-label .price-saving {
  font-family: Roboto-Bold, sans-serif;
  line-height: normal;
  color: #377d1e;
}
.product-card-spa-wrapper .product-card-spa-checkout .product-card-spa__price-label .sales-price {
  color: #464646;
}
.product-card-spa-wrapper .product-card-spa-checkout .product-card-spa__price-label .price-value-msrp {
  font-size: 0.75rem;
}
.product-card-spa-wrapper .product-card-spa-checkout .product-card-spa__model-color {
  font-size: 0.75rem;
}
.product-card-spa-wrapper .product-card-spa-checkout .product-card-spa__product-name .product-card-spa__product-link {
  color: #2a5daf;
  font-size: 0.875rem;
}
.product-card-spa-wrapper .product-card-spa-checkout .product-card-spa__gift-wrap-wrapper {
  display: inline-flex;
  pointer-events: none;
  cursor: default;
  padding-bottom: 1rem;
  padding-top: 0.5rem;
}
.product-card-spa-wrapper .product-card-spa-checkout .product-card-spa__gift-wrap-icon {
  display: inline-block;
  margin-right: 0.5rem;
}
.product-card-spa-wrapper .product-card-spa-checkout .product-card-spa__gift-wrap-icon .icon {
  height: unset;
}
.product-card-spa-wrapper .product-card-spa-checkout .product-card-spa__gift-wrap-title {
  line-height: 1.25rem;
  font-weight: 700;
  color: #000000;
}
.product-card-spa-wrapper .product-card-spa-checkout .product-card-spa__gift-wrap-message {
  font-size: .625rem;
}
.product-card-spa-wrapper .product-card-spa-checkout .product-card-spa__gift-wrap-message-text {
  display: inline;
  font-weight: 700;
}
.product-card-spa-wrapper .order-entry__model-includes {
  box-shadow: none;
}
.product-card-spa-wrapper .order-entry__model-includes--title {
  font-family: Roboto, sans-serif;
  font-size: .875rem;
  color: #464646;
  text-transform: capitalize;
}
.product-card-spa-wrapper .order-entry__model-includes-details {
  font-family: Roboto, sans-serif;
  line-height: 1rem;
  font-size: .875rem;
}
.product-card-spa-wrapper .prod-additional-services-tile {
  border: none;
}
.product-card-spa-wrapper .prod-additional-services-tile .extended-service-plans-body {
  font-size: 0.875rem;
}
.product-card-spa-wrapper .delivery-addons-toggle-button .addons-details-toggle {
  color: #2a5daf;
}
.product-card-spa-wrapper .services-and-parts-label {
  font-size: 0.875rem;
}
.product-card-spa-wrapper .delivery-addons-text {
  font-size: 0.875rem;
}
.product-card-spa-wrapper .service-price {
  font-size: 0.875rem;
}
.product-card-spa-wrapper .subscriptions-label {
  font-size: 0.875rem;
}
.product-card-spa-wrapper .prod-item-subscriptions-body.checkout-subscriptions {
  border: 0.1rem solid #e2e2e2;
}
.order-summary {
  font-size: 0.875rem;
}
.order-summary .order-summary-promo-apply-section.promo-code-opened .order-summary-enter-code {
  color: #231f20;
}
.order-summary .order-summary-promo-apply-section.promo-code-opened .apply-promotion-code-section__action-wrapper .order-summary-promo-code-text-field .form-input {
  border-color: #8e8e8f;
}
.order-summary .order-summary-promo-apply-section.promo-code-opened .apply-promotion-code-section__action-wrapper button.button {
  border-width: 0.125rem;
  max-width: 6rem;
}
.order-summary .order-summary-promo-apply-section .apply-promotion-code-section__action-wrapper .button.button-grey.button-full {
  color: #012f60;
  font-family: Roboto-Bold, sans-serif;
}
.order-summary .apple-pay-terms a {
  color: #2a5daf;
}
@media (min-width: 63.938rem) {
  .order-summary-quantity-and-edit {
    margin-top: 1.45rem;
  }
  .order-summary-quantity-and-edit__title {
    font-size: 1.75rem;
  }
}
@media (min-width: 47.937rem) {
  .product-card-spa-wrapper .product-card-spa-checkout .product-card-spa__product-name .product-card-spa__product-link {
    color: #464646;
  }
  .product-card-spa-wrapper .order-entry__model-includes {
    box-shadow: 0 -0.062rem 0.437rem rgba(178, 14, 38, 0.07);
  }
  .product-card-spa-wrapper .prod-additional-services-tile {
    border: 0;
    padding-left: 1rem;
  }
  .product-card-spa-wrapper .services-and-parts-label {
    font-size: .75rem;
  }
  .grouping-delivery-wrapper {
    margin-bottom: 2rem;
  }
}

.checkout-steps-container {
  padding: 0 1rem;
}
.checkout-steps-container__step .checkout-step-title {
  padding-top: 1rem;
}
.checkout-steps-container__step .form-button .button__text {
  font-size: .875rem;
}
@media (max-width: 48rem) {
  .checkout-steps-container {
    padding: 0 .125rem;
  }
}
.checkout-steps-container.checkout-steps-container__new {
  margin-top: 0;
}
.checkout-steps-container.checkout-steps-container__new:before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  border-top: 0.0625rem solid #d5d5d5;
}
.checkout-steps-container.checkout-steps-container__new .checkout-steps-container__step--previous,
.checkout-steps-container.checkout-steps-container__new .checkout-steps-container__step--next {
  display: none;
}
@media (min-width: 48rem) {
  .checkout-steps-container.checkout-steps-container__new:before {
    content: none;
  }
  .checkout-steps-container.checkout-steps-container__new .checkout-steps-container__step--previous,
  .checkout-steps-container.checkout-steps-container__new .checkout-steps-container__step--next {
    display: block;
  }
  .checkout-steps-container.checkout-steps-container__new .checkout-steps-container__step--previous[hidden],
  .checkout-steps-container.checkout-steps-container__new .checkout-steps-container__step--next[hidden] {
    display: none;
  }
}
.checkout-steps-container.checkout-steps-container__new .checkout-schedule-delivery-container button.form-button {
  width: 100%;
}
.checkout-steps-container.checkout-steps-container__new .button {
  font-size: 1rem;
}
.checkout-steps-container.checkout-steps-container__new .button.button-grey {
  width: 100%;
}
.checkout-steps-container.checkout-steps-container__new .checkout-step-back-button {
  background: #ffffff;
  border: 0.125rem solid #012f60;
  color: #012f60;
  font-size: .875rem;
  font-weight: 700;
}
.checkout-steps-container.checkout-steps-container__new.checkout-steps-container__review .checkout-steps-container__step--previous {
  display: block;
}
.checkout-steps-container.checkout-steps-container__new.checkout-steps-container__review .checkout-steps-container__step--previous[hidden] {
  display: none;
}
.checkout-steps-container.checkout-steps-container__new.checkout-steps-container__review .checkout-steps-container__top-buttons {
  margin-top: 1rem;
}
.checkout-steps-container.checkout-steps-container__new.checkout-steps-container__review button.button {
  width: 100%;
}
@media (min-width: 47.937rem) {
  .checkout-steps-container.checkout-steps-container__new.checkout-steps-container__review .checkout-steps-container__top-buttons {
    margin-top: 0;
  }
  .checkout-steps-container.checkout-steps-container__new.checkout-steps-container__review button.button {
    width: fit-content;
  }
}
.checkout-steps-container__top-buttons {
  margin-bottom: 2.125rem;
}
.checkout-steps-container .checkout-step-title-text {
  font-size: 1.25rem;
  color: #231f2e;
  line-height: 1.465rem;
}
.checkout-steps-container .checkout-step-number {
  color: #000000;
  font-weight: 700;
  background-color: #e0942f;
  border: 0.1rem solid #e0942f;
}
.checkout-steps-container .checkout-step-title {
  padding-bottom: 1rem;
  width: 100%;
}
.checkout-steps-container .checkout-address-form .checkout-shipping-add-address-btn {
  background-color: #e0942f;
}
.checkout-steps-container .checkout-address-form #checkout-shipping-address-dropdown {
  height: 2.5rem;
  border-color: transparent;
}
.checkout-steps-container .checkout-address-form .checkout-shipping-old-address .form-select {
  height: 2.5rem;
}
.checkout-steps-container .checkout-address-form .checkout-shipping-add-new-address .form-label {
  font-size: 0.875rem;
}
.checkout-steps-container .checkout-address-form .checkout-shipping-add-new-address #add-address-line2 {
  font-size: 0.875rem;
  color: #2a5daf;
  text-decoration: none;
}
.checkout-steps-container .checkout-address-form .checkout-shipping-add-new-address #add-address-line2 .checkout-add-circle {
  background-color: #e0942f;
}
.checkout-steps-container .checkout-address-form .customer-info-warm .form-text {
  font-size: .875rem;
}
.checkout-steps-container .checkout-address-form .checkout-address-form .form-input,
.checkout-steps-container .checkout-address-form .checkout-address-form .form-select,
.checkout-steps-container .checkout-address-form .checkout-address-form .form-select-input {
  border-color: #b3b3b3;
}
.checkout-steps-container .checkout-address-form .checkout-address-form .form-input__validation-error {
  border-color: #ee0000;
}
.checkout-steps-container .checkout-address-form .checkout-address-form .form-error-item {
  color: #ee0000;
}
.checkout-steps-container .checkout-address-form .checkout-shipping-address-line {
  font-size: .875rem;
}
.checkout-steps-container .checkout-address-form .checkout-shipping-address-line.update-express-delivery-msg {
  font-family: Roboto, sans-serif;
  font-size: 1rem;
}
.checkout-steps-container .checkout-address-form .checkout-shipping-edit-address-btn {
  color: #2a5daf;
  max-width: fit-content;
  font-size: 0.875rem;
}
.checkout-steps-container .checkout-address-form .checkout-step-review-container {
  margin-bottom: 0;
}
.checkout-steps-container .checkout-address-form .form-select-input:focus,
.checkout-steps-container .checkout-address-form input:focus {
  border-color: #0079c1;
  box-shadow: 0 0.062rem 0.062rem rgba(0, 0, 0, 0.08) inset, 0 0 0.5rem rgba(0, 121, 193, 0.6);
  outline: 0 none;
}
.checkout-steps-container .checkout-shipping-method .checkout-delivery-method-container .checkout-delivery-date-title {
  font-size: .75rem;
}
.checkout-steps-container .checkout-shipping-method .checkout-delivery-method-container .form-button {
  font-size: 1rem;
}
.checkout-steps-container .checkout-schedule-delivery-container .delivery-calendar-block .delivery-calendar-container .arrow-container .arrow .arrow-label {
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
  color: #2a5daf;
}
.checkout-steps-container .checkout-schedule-delivery-container .delivery-calendar-block .delivery-calendar-container .arrow-container .arrow .arrow-icon {
  background-color: #e0942f;
}
.checkout-steps-container .checkout-schedule-delivery-container .delivery-calendar-block .delivery-calendar-container .days-container .day-item {
  height: 2rem;
  margin: .375rem 0;
}
.checkout-steps-container .checkout-schedule-delivery-container .delivery-calendar-block .delivery-calendar-container .days-container .day-item .day,
.checkout-steps-container .checkout-schedule-delivery-container .delivery-calendar-block .delivery-calendar-container .days-container .day-item .label {
  text-transform: none;
  font-size: .875rem;
  color: #464646;
}
.checkout-steps-container .checkout-schedule-delivery-container .delivery-calendar-block .delivery-calendar-container .days-container .day-item .day {
  font-weight: 700;
}
.checkout-steps-container .checkout-schedule-delivery-container .delivery-calendar-block .delivery-calendar-container .days-container .day-item.selected {
  border-color: #e0942f;
}
.checkout-steps-container .checkout-schedule-delivery-container .delivery-calendar-block .delivery-calendar-container .days-container .day-item.selected .label {
  font-weight: 700;
}
.checkout-steps-container .checkout-schedule-delivery-container .delivery-calendar-block .delivery-calendar-container .days-container .day-item.disabled .day,
.checkout-steps-container .checkout-schedule-delivery-container .delivery-calendar-block .delivery-calendar-container .days-container .day-item.disabled .label {
  font-weight: 400;
}
.checkout-steps-container .checkout-schedule-delivery-container .delivery-calendar-block .delivery-calendar-container .time-container .mobile-label {
  font-size: .875rem;
  color: #464646;
  padding-bottom: .5rem;
}
.checkout-steps-container .checkout-schedule-delivery-container .delivery-calendar-block .delivery-calendar-container .time-container .time-range {
  height: 2rem;
  font-size: .875rem;
  color: #464646;
  margin: .375rem 0;
  padding: 0;
}
.checkout-steps-container .checkout-schedule-delivery-container .delivery-calendar-block .delivery-calendar-container .time-container .time-range.selected {
  border-color: #e0942f;
}
.checkout-steps-container .checkout-schedule-delivery-container .delivery-calendar-legend .checkout-delivery-date-title- {
  font-weight: 700;
  color: #464646;
}
.checkout-steps-container .checkout-schedule-delivery-container .delivery-calendar-legend .checkout-delivery-date {
  font-size: .875rem;
  color: #377d1e;
}
.checkout-steps-container .checkout-schedule-delivery-container .delivery-link-container-link {
  color: #2a5daf;
  text-decoration: none;
  font-size: .75rem;
}
.checkout-steps-container .checkout-schedule-delivery-container .delivery-disclaimer,
.checkout-steps-container .checkout-schedule-delivery-container .extended-delivery-message {
  color: #464646;
}
.checkout-steps-container .checkout-schedule-delivery-container .checkout-schedule-delivery-btn {
  width: 100%;
}
.checkout-steps-container .checkout-payment-method .form-checkbox-text {
  font-size: .875rem;
}
.checkout-steps-container .checkout-payment-method .form-checkbox-text a {
  color: #2a5daf;
}
.checkout-steps-container .checkout-payment-method .apple-pay-terms a {
  color: #2a5daf;
}
.checkout-steps-container .checkout-payment-method .cfb-payment-separator {
  font-family: Roboto, sans-serif;
  color: #231f20;
}
.checkout-steps-container .checkout-payment-method .cfb-payment-separator::before,
.checkout-steps-container .checkout-payment-method .cfb-payment-separator::after {
  border-bottom-color: #b3b3b3;
}
.checkout-steps-container .checkout-payment-method .choose-payment-text {
  font-family: Roboto, sans-serif;
  color: #231f20;
}
.checkout-steps-container .checkout-payment-method #cfb-paymetric-iframe-placeholder {
  font-family: Roboto, sans-serif;
}
.checkout-steps-container .checkout-payment-method #cfb-paymetric-iframe-placeholder .cfb-saved-card,
.checkout-steps-container .checkout-payment-method #cfb-paymetric-iframe-placeholder .cfb-saved-card-billing-address {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: .875rem;
  line-height: 1rem;
  color: #231f20;
}
.checkout-steps-container .checkout-payment-method #cfb-paymetric-iframe-placeholder .cfb-dropdown-col .form-select-input.cfb-cc-dropdown {
  border-color: #cfcfcf;
}
.checkout-steps-container .checkout-payment-method #cfb-paymetric-iframe-placeholder .cfb-add-new-button-col .cfb-add-cc-button {
  font-family: Roboto, sans-serif;
  border: none;
  background-color: #e0942f;
  width: 10.5625rem;
  font-weight: 700;
  font-size: .875rem;
  line-height: 1rem;
}
.checkout-steps-container .checkout-step-edit {
  text-decoration: none;
}
.checkout-steps-container .checkout-step-edit-text {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: .875rem;
  line-height: 1rem;
  color: #2a5daf;
}
.checkout-steps-container .place-order-btn {
  width: 100%;
}
.checkout-steps-container .checkout-submit-validation-messages {
  margin-left: 2.5rem;
}
@media (min-width: 47.937rem) {
  .checkout-steps-container .checkout-step-number {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1.75rem;
  }
  .checkout-steps-container .checkout-step-title.with-icon {
    padding-right: 0;
  }
  .checkout-steps-container .checkout-step-title-text {
    font-size: 1.75rem;
    line-height: 2.063rem;
  }
  .checkout-steps-container .checkout-address-form .add-address-submit-btn {
    width: 18.875rem;
  }
  .checkout-steps-container .checkout-address-form .add-address-submit-btn .button__text {
    font-size: .875rem;
  }
  .checkout-steps-container .delivery-instructions__submit-btn {
    width: 18.875rem;
    height: 2.5rem;
  }
  .checkout-steps-container .checkout-shipping-address {
    margin: 0 2.5rem 1.25rem 0;
  }
  .checkout-steps-container .checkout-flow-content {
    padding: 0 2.5rem;
  }
  .checkout-steps-container .checkout-shipping-old-address {
    padding: 0 2.5rem;
  }
  .checkout-steps-container .checkout-shipping-old-address .checkout-address-form {
    padding: 0;
  }
  .checkout-steps-container .checkout-shipping-old-address .checkout-step-review-container {
    padding: 0;
  }
  .checkout-steps-container .checkout-shipping-method .save-shipping-method-button {
    width: 18.875rem;
    height: 2.5rem;
  }
  .checkout-steps-container .checkout-payment-method {
    margin-left: 2.5rem;
  }
  .checkout-steps-container .checkout-payment-method .checkout-flow-content {
    padding-left: 0;
  }
  .checkout-steps-container .checkout-payment-method .cfb-payment__button-container {
    padding-left: 0;
  }
  .checkout-steps-container .checkout-payment-method .cfb-save-payment-container .form-button {
    height: 2.5rem;
  }
  .checkout-steps-container .checkout-payment-method .cfb-payment__iframe-wrapper .g-row {
    margin: 0;
  }
  .checkout-steps-container .checkout-payment-method .cfb-payment__iframe-wrapper .cfb-dropdown-col {
    padding: 0;
  }
  .checkout-steps-container .checkout-payment-method .cfb-payment__iframe-wrapper .cfb-payment-border {
    margin-left: 0;
  }
  .checkout-steps-container .checkout-payment-method .cfb-payment__iframe-wrapper .g-col {
    padding-left: 0;
  }
  .checkout-steps-container .checkout-payment-method .cfb-payment__iframe-wrapper .g-col.cfb-add-new-button-col {
    padding-left: 1rem;
  }
  .checkout-steps-container .checkout-payment-method .cfb-payment__iframe-wrapper .g-col.cfb-add-new-button-col .cfb-add-cc-button {
    height: 2.5rem;
  }
  .checkout-steps-container .checkout-schedule-delivery-container .delivery-calendar-block .delivery-calendar-container .days-container {
    margin-bottom: 1.75rem;
  }
  .checkout-steps-container .checkout-schedule-delivery-container .delivery-calendar-block .delivery-calendar-container .days-container .day-item {
    height: 4rem;
    width: auto;
    max-width: 4rem;
    margin: 0 auto;
  }
  .checkout-steps-container .checkout-schedule-delivery-container .delivery-calendar-block .delivery-calendar-container .days-container .day-item .day,
  .checkout-steps-container .checkout-schedule-delivery-container .delivery-calendar-block .delivery-calendar-container .days-container .day-item .label {
    font-size: .75rem;
  }
  .checkout-steps-container .checkout-schedule-delivery-container .delivery-calendar-block .delivery-calendar-container .days-container .day-item.selected .label {
    font-weight: 400;
  }
  .checkout-steps-container .checkout-schedule-delivery-container .delivery-calendar-block .delivery-calendar-container .days-container .day-item.selected .caret-down-icon svg path {
    stroke: #e0942f;
  }
  .checkout-steps-container .checkout-schedule-delivery-container .delivery-calendar-block .delivery-calendar-container .time-container .time-range {
    height: 4rem;
    margin: 0 .125rem;
    font-size: .75rem;
    padding: 0 .25rem;
  }
  .checkout-steps-container .checkout-schedule-delivery-container .checkout-schedule-delivery-btn {
    width: 18.875rem;
    height: 2.5rem;
  }
  .checkout-steps-container .place-order-btn {
    margin-left: 2.5rem;
    width: 18.875rem;
    height: 2.5rem;
  }
}
.sign-in-for-faster-checkout-experience {
  padding-left: 2.5rem;
  display: none;
}
@media (min-width: 47.937rem) {
  .sign-in-for-faster-checkout-experience {
    display: block;
  }
}
@media (min-width: 63.938rem) {
  .checkout-address-form .add-edit-shipping-address .checkout-shipping-cancel-address-btn {
    min-width: 13.75rem;
  }
  .checkout-payment-method .cfb-save-payment-container .cfb-payment__button-container .button {
    padding: 0 1.25rem;
  }
}
.checkout-progress-step__content svg path,
.checkout-step-number svg path {
  fill: #000000;
}

.delivery-instructions {
  font-family: Roboto, sans-serif;
}
.delivery-instructions .form-group {
  margin-top: 1.4rem;
}
.delivery-instructions .checkout-add-circle {
  background-color: #e0942f;
}
.delivery-instructions .checkout-add-circle svg rect {
  fill: #000000;
}
.delivery-instructions .checklist-optional-question-text,
.delivery-instructions .checklist-question-text,
.delivery-instructions .form-input-mw-small {
  max-width: 100%;
  line-height: 1.1875rem;
}
.delivery-instructions .checklist-optional-question-text {
  font-weight: 400;
  padding-left: 1.75rem;
}
.delivery-instructions .checklist-question-text {
  font-weight: 700;
  text-transform: none;
  color: #000000;
}
.delivery-instructions .form-label {
  font-weight: 700;
  font-family: Roboto, sans-serif;
}
.delivery-instructions .check-mark {
  height: 1.25rem;
  width: 1.25rem;
}
.delivery-instructions .form-radio-input:checked ~ .check-mark {
  background-color: #ffffff;
}
.delivery-instructions .form-radio-input:checked ~ .check-mark:after {
  background: #000000;
  left: .25rem;
  top: .25rem;
  width: .625rem;
  height: .625rem;
}
.delivery-instructions .form-error-items {
  color: #c80a33;
  font-size: .75rem;
  margin: 0;
}
.delivery-instructions .form-input {
  border: 0.0625rem solid #000000;
  font-size: 1rem;
  height: 2.25rem;
  max-width: 24.125rem;
}
.delivery-instructions__collapsed-question {
  margin-bottom: 1.5rem;
}
.delivery-instructions__collapsed-question-group {
  display: flex;
  align-items: center;
}
.delivery-instructions .checklist-answer-yes-no {
  font-family: "Helvetica Neue", Roboto, Helvetica, Arial, san-serif;
}
.delivery-instructions__submit-btn {
  width: 17.0625rem;
  height: 3rem;
  color: #231f20;
  line-height: 1.172rem;
}
@media (min-width: 48rem) {
  .delivery-instructions {
    max-width: 33.875rem;
    margin-left: 2.5rem;
  }
  .delivery-instructions__submit-btn {
    font-size: 1rem;
  }
}

.checkout-delivery-instructions-container {
  font-family: Roboto, sans-serif;
  color: #464646;
  max-width: 33.875rem;
  line-height: 1.025625rem;
}
.checkout-delivery-instructions-container .delivery-instructions__question-title,
.checkout-delivery-instructions-container .form-group-item {
  max-width: 100%;
}
.checkout-delivery-instructions-container .delivery-instructions__question-title {
  text-transform: none;
}
.checkout-delivery-instructions-container .form-group-item {
  margin-top: .5625rem;
  font-size: .875rem;
}
.checkout-delivery-instructions-container .form-group {
  margin-bottom: 1.0625rem;
}
.checkout-delivery-instructions-container .form-label {
  font-family: inherit;
  font-size: .875rem;
}

.commerce-spa-order-summary-container__mobile--new {
  color: #231f20;
  font-family: 'Roboto', sans-serif;
}
.commerce-spa-order-summary-container__mobile--new .commerce-spa-order-summary-open-cta__left-cta path {
  fill: #231f20;
}
.commerce-spa-order-summary-container__mobile--new .commerce-spa-order-summary-container__mobile__container {
  background: #f2f2f2;
  border-bottom: 0;
  margin: 0;
}
.commerce-spa-order-summary-container__mobile--new .commerce-spa-order-summary-open-cta {
  margin: 0 -0.5rem;
  border: 0.125rem solid #d5d5d5;
}
.commerce-spa-order-summary-container__mobile--new .commerce-spa-order-summary-open-cta__total-price {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1875rem;
}
.commerce-spa-order-summary-container__mobile--new .commerce-spa-order-summary-open-cta__left-text {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1875rem;
}
.commerce-spa-order-summary-container__mobile--new .order-summary {
  background-color: #f2f2f2;
}
.commerce-spa-order-summary-container__mobile--new .order-summary__section.order-summary__section-opened ~ .order-summary__price-row {
  border-top: 0.125rem #d5d5d5 solid;
}
.commerce-spa-order-summary-container__mobile--new .order-summary__discounted-price {
  color: #231f20;
}
.commerce-spa-order-summary-container__mobile--new .order-summary-discount-price-dash {
  color: inherit;
}
.commerce-spa-order-summary-container__mobile--new .order-summary-discount-price-value,
.commerce-spa-order-summary-container__mobile--new .order-summary .row--value {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #231f20;
}
.commerce-spa-order-summary-container__mobile--new .order-summary .g-row,
.commerce-spa-order-summary-container__mobile--new .order-summary__label,
.commerce-spa-order-summary-container__mobile--new .order-summary-promo-code p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #231f20;
}
.commerce-spa-order-summary-container__mobile--new .order-summary__price-row-tooltip-icon {
  width: 0.75rem;
  height: 0.75rem;
}
.commerce-spa-order-summary-container__mobile--new .order-summary__collapse-section {
  display: flex;
  padding: 0.5rem;
}
.commerce-spa-order-summary-container__mobile--new .order-summary__collapse-section svg {
  width: 0.875rem;
  height: 0.5rem;
}
.commerce-spa-order-summary-container__mobile--new .order-summary__price-row {
  margin-bottom: 0.625rem;
}
.commerce-spa-order-summary-container__mobile--new .order-summary__price-row .order-summary__row {
  align-items: center;
}
.commerce-spa-order-summary-container__mobile--new .order-summary__price-line-separator,
.commerce-spa-order-summary-container__mobile--new .order-summary .price-line-separator {
  margin-bottom: 0.625rem;
}
.commerce-spa-order-summary-container__mobile--new .order-summary__details .order-summary-promotions .order-summary-promo-remove .order-summary-promo-remove-icon {
  bottom: .09rem;
}
.commerce-spa-order-summary-container__mobile--new .order-summary__delivery-section:before,
.commerce-spa-order-summary-container__mobile--new .order-summary__taxes-and-total-price-section:before {
  content: '';
  width: 100%;
  display: block;
  margin-bottom: 0.625rem;
  border-top: 0.0625rem solid #d5d5d5;
}
.commerce-spa-order-summary-container__mobile--new .affirm-config {
  border-top: 0.0625rem solid #d5d5d5;
}
.commerce-spa-order-summary-container__mobile__opened.commerce-spa-order-summary-container__mobile__new {
  box-shadow: none;
  border: 0.125rem solid #d5d5d5;
}
.commerce-spa-order-summary-container__mobile__opened.commerce-spa-order-summary-container__mobile__new .commerce-spa-order-summary-open-cta {
  border-width: 0 0 0.125rem 0;
}

.order-summary-promo-apply-section-mobile .link-btn {
  color: #2a5daf;
  font-family: 'Roboto', sans-serif;
}
.order-summary-promo-apply-section-mobile .link-btn:not([hidden]) {
  border-color: #d5d5d5;
  border-bottom: 0.125rem #d5d5d5 solid;
}
.apply-promotion-code-section-mobile {
  border-color: #d5d5d5;
  background-color: #ffffff;
}
.apply-promotion-code-section-mobile__action-wrapper .order-summary-promo-code-field .form-input {
  border-color: #8e8e8f;
}
.apply-promotion-code-section-mobile__action-wrapper .order-summary-promo-code-field .form-input[aria-invalid="true"] {
  border-color: #c80a33;
  color: #c80a33;
}
.apply-promotion-code-section-mobile__action-wrapper button.button {
  color: #012f60;
  border: 0.125rem solid #012f60;
  border-radius: 0;
  height: 2.5rem;
}
.apply-promotion-code-section-mobile__action-wrapper button.button:hover {
  border: 0.125rem solid #012f60;
}
.apply-promotion-code-section-mobile__applied-codes .active-promo {
  color: #008800;
}

.checkout-progress-step::before {
  top: .6875rem;
  border-bottom: 0.1875rem solid #d5d5d5;
}
.checkout-progress-step::after {
  top: .6875rem;
  border-bottom: 0.1875rem solid #d5d5d5;
}
.checkout-progress-step .checkout-progress-step__content {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 150%;
  background: #d5d5d5;
  margin-bottom: 0;
  color: #231f20;
}
.checkout-progress-step .checkout-progress-step__name {
  font-style: normal;
  font-weight: 400;
  font-size: .75rem;
  line-height: 115%;
  margin-top: .5rem;
  max-width: 6.9rem;
  text-align: center;
}
.checkout-progress-step--current::after {
  top: .6875rem;
  border-image-source: linear-gradient(90deg, #E0942F 50%, #D5D5D5 50%);
}
.checkout-progress-step--current .checkout-progress-step__name {
  font-weight: 700;
}
.checkout-progress-step--current .checkout-progress-step__content {
  background-color: #e0942f;
  border: 0.125rem solid #e0942f;
  color: #000000;
}
.checkout-progress-step--previous .checkout-progress-step__content {
  background-color: #e0942f;
  color: #000000;
}
.checkout-progress-step--previous::after {
  top: .6875rem;
  border-bottom: 0.1875rem solid #e0942f;
}
.checkout-progress-bar--desktop {
  position: relative;
  padding-bottom: 1rem;
  padding-top: 1.375rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: inherit;
  max-width: 74.375rem;
}
.checkout-progress-bar--desktop::after {
  content: '';
  width: 100vw;
  position: absolute;
  left: calc((100vw - 100%)/-2);
  bottom: 0;
}
.checkout-progress-bar-wrapper--desktop {
  margin-left: -30%;
  margin-right: -30%;
  border-bottom: 0.063rem solid #d5d5d5;
}
@media (min-width: 48rem) and (max-width: 60rem) {
  .checkout-progress-bar-wrapper--desktop {
    margin-left: -5%;
    margin-right: -5%;
  }
}

.apple-pay-modal__header-title {
  line-height: 1.438rem;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}
.apple-pay-modal__header-close-btn {
  color: #000000;
}
.apple-pay-modal__text p {
  font-family: Roboto, sans-serif;
  line-height: 1rem;
}
.apple-pay-modal__close-btn.button {
  font-size: 0.875rem;
  font-family: Roboto, sans-serif;
  line-height: 1rem;
  font-weight: 700;
  width: 100%;
}

.container {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}
.cx-widget.cx-theme-whirlpool .cx-titlebar h2.cx-title {
  font-weight: 100;
}
#spa-root {
  padding: 0 0.625rem 0.625rem 0.625rem;
}
#spa-root .product-card-spa-wrapper .prod-additional-services-tile {
  border-color: #d5d5d5;
  border-style: solid;
  border-width: 0.0625rem 0.0625rem 0.0625rem 0.0625rem;
}
#spa-root .product-card-spa-wrapper .prod-additional-services-tile .delivery-addons-text {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 125%;
  color: #231f20;
}
#spa-root .product-card-spa-wrapper .prod-additional-services-tile .service-price {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 125%;
  color: #231f20;
}
#spa-root .product-card-spa-wrapper .prod-additional-services-tile .service-price .price-free-value {
  color: #008800;
}
#spa-root .product-card-spa-wrapper .order-summary-services {
  background-color: #ffffff;
  border: none;
}
#spa-root .product-card-spa-wrapper .product-card-spa__link-container .product-card-spa__move-to-wishlist,
#spa-root .product-card-spa-wrapper .product-card-spa__link-container .product-card-spa__remove {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 100%;
  text-decoration-line: underline;
  color: #231f20;
}
#spa-root .grouping-delivery-wrapper .product-card-spa-cart.product-card-spa-new .product-card-spa-wrapper {
  margin: 0;
}
#spa-root .grouping-delivery-wrapper .product-card-spa-cart.product-card-spa-new .product-card-spa-wrapper:last-of-type .product-card-spa-cart {
  border-width: 0.0625rem 0.0625rem 0.0625rem 0.0625rem;
}
#spa-root .grouping-delivery-wrapper .product-card-spa-cart.product-card-spa-new .product-card-spa-wrapper .product-card-spa-cart {
  border-width: 0.0625rem 0.0625rem 0 0.0625rem;
  border-style: solid;
  border-color: #ebebeb;
  margin: 0;
}
#spa-root .grouping-delivery-wrapper .product-card-spa-cart.product-card-spa-new .product-card-spa-wrapper .order-summary-services {
  background-color: #ebebeb;
  border-color: #d5d5d5;
  border-style: solid;
  border-width: 0.0625rem 0.0625rem 0 0.0625rem;
}
#spa-root .grouping-delivery-wrapper .product-card-spa-cart.product-card-spa-new .product-card-spa-wrapper .services-and-parts-label {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #231f20;
  text-transform: uppercase;
}
#spa-root .grouping-delivery-wrapper .product-card-spa-cart.product-card-spa-new .product-card-spa-wrapper .services-and-parts-label .services-and-parts-edit {
  font-size: inherit;
  font-family: inherit;
  margin-left: 0.625rem;
  font-weight: 400;
  line-height: 100%;
  color: #231f20;
  text-decoration: underline;
}
#spa-root .checkout-delivery-information {
  border-style: solid;
  background-color: #ffffff;
  border-color: #ebebeb;
  border-width: 0.0625rem 0.0625rem 0 0.0625rem;
  padding: 0.625rem 0.75rem 0.75rem 0.75rem;
}
#spa-root .checkout-delivery-information__price-label {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 133%;
  display: flex;
  align-items: center;
  color: #008800;
  text-transform: uppercase;
}
#spa-root .checkout-delivery-information__price-label svg {
  width: 1.125rem;
  height: 1.125rem;
}
#spa-root .checkout-delivery-information__price-label g {
  fill: #008800 !important;
}
#spa-root .checkout-delivery-information__info {
  font-family: Roboto, sans-serif;
  font-style: normal;
  align-items: start;
  color: #231f20;
}
#spa-root .checkout-delivery-information__info .checkout-delivery-date-title {
  font-size: 0.75rem;
  line-height: 133%;
  font-weight: 400;
}
#spa-root .checkout-delivery-information__info .checkout-delivery-date {
  font-size: 0.75rem;
  line-height: 133%;
  font-weight: 700;
  color: #231f20;
}
@media (min-width: 48rem) {
  #spa-root .checkout-delivery-information {
    padding: 0.8125rem 1rem;
  }
  #spa-root .checkout-delivery-information__price-label {
    font-size: 0.875rem;
    line-height: 0.875rem;
  }
  #spa-root .checkout-delivery-information__price-label svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  #spa-root .checkout-delivery-information__info {
    align-items: center;
  }
  #spa-root .checkout-delivery-information__info .checkout-delivery-date-title {
    font-size: 0.875rem;
    line-height: 0.875rem;
  }
  #spa-root .checkout-delivery-information__info .checkout-delivery-date {
    font-size: 0.875rem;
    line-height: 0.875rem;
  }
}
@media screen and (min-width: 48rem) {
  #spa-root {
    padding: 0.625rem;
  }
}

